:root {
  --bg: #f1f2f4;
  --bg-soft: #e7e9ed;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-strong: rgba(255, 255, 255, 1);
  --text: #0b0b0e;
  --muted: #3f3f46;
  --line: rgba(24, 24, 27, 0.16);
  --primary: #d10017;
  --primary-strong: #7d000c;
  --accent: #c9ced6;
  --warning: #f59e0b;
  --danger: #ef4444;
  --metal-light: #f7f7f8;
  --metal-mid: #d7d9de;
  --metal-dark: #8e939b;
  --shadow: 0 18px 44px rgba(2, 6, 23, 0.14);
  --shadow-soft: 0 10px 24px rgba(2, 6, 23, 0.1);
  --shadow-premium: 0 28px 60px rgba(2, 6, 23, 0.16);
  --radius: 20px;
  --radius-sm: 12px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 15px;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background:
    radial-gradient(circle at 10% 8%, rgba(91, 18, 29, 0.06), transparent 22%),
    radial-gradient(circle at 88% 10%, rgba(30, 41, 59, 0.07), transparent 24%),
    radial-gradient(circle at 18% 56%, rgba(71, 85, 105, 0.06), transparent 28%),
    radial-gradient(circle at 82% 62%, rgba(15, 23, 42, 0.06), transparent 26%),
    radial-gradient(circle at 52% 100%, rgba(148, 120, 72, 0.04), transparent 28%),
    linear-gradient(180deg, #eff1f4 0%, #eaedf2 24%, #e7e9ef 56%, #eaedf1 100%);
  color: var(--text);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.site-shell {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.28), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 12% 6%, rgba(91, 18, 29, 0.07), transparent 18%),
    radial-gradient(circle at 88% 10%, rgba(30, 41, 59, 0.08), transparent 18%),
    radial-gradient(circle at 18% 30%, rgba(100, 116, 139, 0.06), transparent 22%),
    radial-gradient(circle at 82% 44%, rgba(15, 23, 42, 0.06), transparent 18%),
    radial-gradient(circle at 14% 66%, rgba(91, 18, 29, 0.05), transparent 18%),
    radial-gradient(circle at 78% 78%, rgba(100, 116, 139, 0.05), transparent 22%),
    radial-gradient(circle at 42% 96%, rgba(148, 120, 72, 0.04), transparent 20%),
    linear-gradient(180deg, rgba(255, 250, 242, 0.05), rgba(255, 255, 255, 0)),
    url("assets/noise.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: 100% 100%, 100% 100%, auto, auto, auto, auto, auto, auto, 100% 100%, 240px 240px;
  background-blend-mode: screen, soft-light, normal, normal, normal, normal, normal, normal, soft-light, soft-light;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -240px;
  height: 640px;
  background:
    radial-gradient(circle at 18% 35%, rgba(209, 0, 23, 0.07), transparent 58%),
    radial-gradient(circle at 68% 18%, rgba(18, 18, 23, 0.1), transparent 60%),
    radial-gradient(circle at 56% 72%, rgba(192, 198, 206, 0.14), transparent 62%);
  pointer-events: none;
  z-index: -1;
}

.site-shell::after {
  left: 0;
  right: 0;
  top: 22vh;
  bottom: 0;
  height: auto;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 42%),
    radial-gradient(circle at 16% 18%, rgba(91, 18, 29, 0.05), transparent 28%),
    radial-gradient(circle at 82% 26%, rgba(30, 41, 59, 0.05), transparent 26%),
    radial-gradient(circle at 54% 62%, rgba(148, 120, 72, 0.05), transparent 32%),
    radial-gradient(circle at 22% 92%, rgba(15, 23, 42, 0.05), transparent 30%),
    url("assets/noise.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: 100% 100%, auto, auto, auto, auto, 240px 240px;
  opacity: 0.5;
  filter: none;
}

.site-shell::before {
  background-image:
    radial-gradient(circle at 18% 35%, rgba(209, 0, 23, 0.07), transparent 58%),
    radial-gradient(circle at 68% 18%, rgba(18, 18, 23, 0.1), transparent 60%),
    radial-gradient(circle at 56% 72%, rgba(192, 198, 206, 0.14), transparent 62%),
    url("assets/hero-visual.svg"),
    url("assets/noise.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, min(920px, 78vw), 320px 320px;
  background-position: center, center, center, right -160px top -70px, 0 0;
  opacity: 0.82;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  margin: 0;
  clip: auto;
  background: #ffffff;
  color: #111827;
  border-radius: 10px;
  z-index: 1000;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(209, 0, 23, 0.28);
  outline-offset: 3px;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(22px) saturate(1.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(239, 242, 246, 0.78));
  border-bottom: 1px solid rgba(24, 24, 27, 0.08);
  box-shadow:
    0 10px 28px rgba(2, 6, 23, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  overflow: hidden;
}

.header::before,
.header::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.header::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent),
    radial-gradient(circle at 15% 50%, rgba(209, 0, 23, 0.03), transparent 28%);
  opacity: 0.8;
}

.header::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(209, 0, 23, 0.28), transparent);
}

.header.is-scrolled {
  box-shadow:
    0 14px 36px rgba(2, 6, 23, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 70px;
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  padding: 0.2rem 0.2rem 0.2rem 0;
  position: relative;
}

.brand-logo {
  height: 34px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(15, 23, 42, 0.08));
}

.brand-logo-footer {
  height: 74px;
}

.menu {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.menu a:not(.button) {
  color: #2f2f35;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  position: relative;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.menu a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.32rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), rgba(209, 0, 23, 0.28));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.menu a:not(.button):hover,
.menu a:not(.button):focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.42);
  transform: translateY(-1px);
}

.menu a:not(.button):hover::after,
.menu a:not(.button):focus-visible::after {
  transform: scaleX(1);
}

.menu .button {
  margin-left: 0.65rem;
  min-height: 44px;
  padding-inline: 1rem;
  box-shadow:
    0 16px 34px rgba(124, 0, 12, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.menu-toggle {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.2s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  pointer-events: none;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(24, 24, 27, 0.18);
  transform: translateY(-1px);
}

.menu-toggle:hover::after,
.menu-toggle:focus-visible::after {
  transform: translateX(120%);
}

.menu-toggle:active {
  transform: translateY(0);
}

.menu-toggle:focus-visible,
.floating-whatsapp:focus-visible {
  box-shadow:
    0 0 0 4px rgba(209, 0, 23, 0.14),
    var(--shadow-soft);
}

.menu-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0.78rem 1.05rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: -0.01em;
  border: 1px solid transparent;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transform: translateZ(0);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(-1px);
}

.button[disabled],
.button[aria-disabled="true"] {
  opacity: 0.6;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

.button-primary {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, var(--primary), var(--primary-strong));
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 22px 48px rgba(124, 0, 12, 0.22),
    0 10px 18px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.button-primary::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 52%);
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.button-primary > * {
  position: relative;
  z-index: 1;
}

.button-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.26),
    transparent
  );
  transform: translateX(-120%);
  transition: transform 0.6s ease;
  pointer-events: none;
}

.button-primary:hover::after,
.button-primary:focus-visible::after {
  transform: translateX(120%);
}

.button-secondary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(230, 232, 236, 0.9));
  border-color: rgba(24, 24, 27, 0.14);
  color: var(--text);
  box-shadow: var(--shadow-soft);
}

.button-secondary::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent 52%);
  opacity: 0.75;
  pointer-events: none;
}

.button-secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  pointer-events: none;
  opacity: 0.55;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 239, 243, 0.98));
  border-color: rgba(24, 24, 27, 0.18);
  box-shadow:
    0 18px 42px rgba(2, 6, 23, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.button-secondary:hover::after,
.button-secondary:focus-visible::after {
  transform: translateX(120%);
}

.button-secondary:active {
  box-shadow:
    0 12px 28px rgba(2, 6, 23, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow:
    0 26px 62px rgba(124, 0, 12, 0.28),
    0 12px 22px rgba(2, 6, 23, 0.1),
    0 0 0 6px rgba(209, 0, 23, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.button-primary:active {
  box-shadow:
    0 18px 42px rgba(124, 0, 12, 0.24),
    0 10px 18px rgba(2, 6, 23, 0.08),
    0 0 0 5px rgba(209, 0, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero {
  padding: 2.6rem 0 1.3rem;
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 1rem;
  align-items: stretch;
}

.hero-copy {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.72rem;
  padding: 1rem 1.05rem 1rem;
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

.hero-copy::before,
.hero-copy::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-copy::before {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(241, 244, 247, 0.44)),
    radial-gradient(circle at top left, rgba(209, 0, 23, 0.08), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.78), transparent 24%);
  border: 1px solid rgba(255, 255, 255, 0.54);
  box-shadow:
    0 30px 66px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
}

.hero-copy::after {
  left: 1.3rem;
  right: 1.3rem;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(209, 0, 23, 0.32), transparent);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(24, 24, 27, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(233, 235, 239, 0.86));
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 12px 26px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  box-shadow:
    0 8px 14px rgba(209, 0, 23, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.eyebrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(209, 0, 23, 0.08), transparent 58%);
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
}

.eyebrow:hover {
  transform: translateY(-1px);
  border-color: rgba(209, 0, 23, 0.18);
  box-shadow:
    0 16px 34px rgba(2, 6, 23, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.eyebrow:focus-visible {
  outline: none;
  border-color: rgba(209, 0, 23, 0.22);
  box-shadow:
    0 16px 34px rgba(2, 6, 23, 0.1),
    0 0 0 4px rgba(209, 0, 23, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.hero-motion-accent {
  display: block;
  margin: 0.1rem 0 0;
  width: 116px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(235, 238, 243, 0.44));
  box-shadow:
    0 14px 28px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.hero-motion-accent::before {
  content: "";
  position: absolute;
  inset: 6px 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(209, 0, 23, 0.4), rgba(209, 0, 23, 0.14) 42%, rgba(209, 0, 23, 0.02) 72%, transparent 100%);
  filter: blur(0.2px);
  animation: heroPulseGradient 4.8s ease-in-out infinite;
  pointer-events: none;
}

.hero-motion-accent::after {
  content: "";
  position: absolute;
  inset: 10px 28px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
  opacity: 0.6;
  transform: translateX(-120%);
  animation: heroAccentShine 5.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes heroPulseGradient {
  0% {
    transform: scaleX(0.74) scaleY(0.82);
    opacity: 0.45;
  }
  50% {
    transform: scaleX(1.06) scaleY(1);
    opacity: 0.92;
  }
  100% {
    transform: scaleX(0.74) scaleY(0.82);
    opacity: 0.45;
  }
}

@keyframes heroAccentShine {
  0%, 72%, 100% { transform: translateX(-130%); opacity: 0; }
  10% { opacity: 0.65; }
  32% { transform: translateX(130%); opacity: 0.2; }
}

.hero h1,
.section-heading h2,
.cta-box h2 {
  margin: 1rem 0;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero h1,
.section-heading h2,
.cta-box h2 {
  color: rgba(18, 18, 22, 0.9);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
}

.hero h1 {
  font-size: clamp(1.55rem, 2.7vw, 2.45rem);
  max-width: 13ch;
  margin: 0;
  color: rgba(12, 12, 15, 0.96);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.74),
    0 14px 30px rgba(15, 23, 42, 0.08);
  text-wrap: balance;
}

.hero-text,
.section-heading p,
.info-card p,
.muted-note,
.feature-card p,
.benefit-card p,
.timeline-item p,
.portfolio-content p,
.testimonial-card p,
.faq-list p,
.cta-box p,
.footer-text {
  color: var(--muted);
  line-height: 1.75;
}

.hero-text,
.section-heading p,
.cta-box p {
  color: #36363d;
  font-size: 0.96rem;
}

.section-heading p {
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
  text-wrap: pretty;
}

.section-heading.align-left p {
  margin-left: 0;
  margin-right: 0;
}

.hero-text {
  max-width: 58ch;
  font-size: 0.92rem;
  line-height: 1.62;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0.2rem 0 0.1rem;
}

.hero-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  margin: 0;
}

.hero-offer-card {
  padding: 0.82rem;
  border-radius: 18px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(238, 241, 245, 0.93));
  box-shadow:
    0 16px 34px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hero-offer-card-site {
  background:
    radial-gradient(circle at 14% 16%, rgba(209, 0, 23, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 238, 240, 0.94));
}

.hero-offer-card-system {
  background:
    radial-gradient(circle at 86% 18%, rgba(91, 140, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 240, 245, 0.94));
}

.hero-offer-top {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 0.75rem;
  align-items: start;
  margin-bottom: 0.75rem;
}

.hero-offer-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 239, 243, 0.96));
  box-shadow:
    0 14px 30px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.hero-offer-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.hero-offer-card small {
  display: block;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.28rem;
}

.hero-offer-card strong {
  display: block;
  color: #1a1a20;
  font-size: 0.96rem;
  line-height: 1.35;
}

.hero-offer-card p {
  margin: 0 0 0.78rem;
  color: #494950;
  font-size: 0.84rem;
  line-height: 1.55;
}

.hero-offer-list {
  display: grid;
  gap: 0.48rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-offer-list li {
  position: relative;
  padding-left: 1rem;
  color: #2d2d34;
  font-size: 0.79rem;
  line-height: 1.45;
}

.hero-offer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
}

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0;
}

.hero-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 24, 27, 0.08);
  color: #2f2f36;
  font-size: 0.76rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.06);
}

.hero-fill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0 0 1rem;
}

.hero-fill-card {
  padding: 0.82rem 0.88rem;
  border-radius: 16px;
  border: 1px solid rgba(24, 24, 27, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 242, 246, 0.92));
  box-shadow:
    0 12px 24px rgba(2, 6, 23, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.hero-fill-card small,
.hero-fill-card strong,
.hero-fill-card span {
  display: block;
}

.hero-fill-card small {
  color: var(--primary);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.28rem;
}

.hero-fill-card strong {
  color: #1d1d23;
  font-size: 0.9rem;
  line-height: 1.32;
  margin-bottom: 0.25rem;
}

.hero-fill-card span {
  color: #54545c;
  font-size: 0.8rem;
  line-height: 1.45;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 0;
  margin: 0.2rem 0 0;
  list-style: none;
}

.hero-highlights li,
.info-card,
.feature-card,
.benefit-card,
.timeline-item,
.portfolio-card,
.testimonial-card,
.faq-list details,
.cta-box,
.dashboard-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 241, 245, 0.9));
  border: 1px solid rgba(24, 24, 27, 0.12);
  backdrop-filter: blur(14px);
  border-radius: var(--radius);
  box-shadow:
    0 16px 38px rgba(2, 6, 23, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-highlights li,
.info-card,
.feature-card,
.benefit-card,
.timeline-item,
.portfolio-card,
.testimonial-card,
.faq-list details,
.cta-box,
.dashboard-card,
.trust-items span {
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.info-card:hover,
.feature-card:hover,
.benefit-card:hover,
.portfolio-card:hover,
.testimonial-card:hover,
.timeline-item:hover {
  transform: translateY(-4px);
  border-color: rgba(209, 0, 23, 0.24);
}

.hero-highlights li {
  padding: 0.75rem 0.8rem;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.35;
  color: #2f2f35;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 241, 245, 0.9));
  box-shadow:
    0 18px 34px rgba(2, 6, 23, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  position: relative;
  overflow: hidden;
}

.hero-highlights li::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(209, 0, 23, 0.9), rgba(209, 0, 23, 0.18));
}


.hero-card {
  display: flex;
  justify-content: center;
  align-self: stretch;
  perspective: 1600px;
  perspective-origin: center center;
}

.hero-showcase {
  width: min(100%, 470px);
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.78rem;
  padding: 0.9rem;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(241, 244, 247, 0.94) 58%, rgba(233, 237, 243, 0.92)),
    var(--surface);
  border: 1px solid rgba(24, 24, 27, 0.1);
  box-shadow:
    var(--shadow-premium),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(24, 24, 27, 0.04);
  height: 100%;
}

.hero-showcase::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -8%;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(209, 0, 23, 0.12), transparent 68%);
  pointer-events: none;
}

.hero-showcase::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -18%;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(91, 140, 255, 0.12), transparent 68%);
  pointer-events: none;
}

.hero-showcase > * {
  position: relative;
  z-index: 1;
}

.hero-showcase-head {
  display: grid;
  gap: 0.32rem;
}

.hero-showcase-kicker {
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-showcase-head strong {
  color: #17171d;
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.hero-showcase-grid {
  display: grid;
  gap: 0.72rem;
  align-content: start;
}

.hero-showcase-panel {
  display: grid;
  align-content: start;
  gap: 0.62rem;
  padding: 0.78rem;
  border-radius: 20px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 242, 246, 0.94));
  box-shadow:
    0 16px 34px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hero-showcase-panel-site {
  background:
    radial-gradient(circle at 12% 16%, rgba(209, 0, 23, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 238, 240, 0.94));
}

.hero-showcase-panel-system {
  background:
    radial-gradient(circle at 88% 18%, rgba(91, 140, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 240, 245, 0.94));
}

.hero-showcase-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0;
}

.hero-panel-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  color: var(--primary);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(209, 0, 23, 0.12);
}

.hero-panel-note {
  color: #5b5b63;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-showcase-media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 241, 245, 0.92));
  box-shadow:
    0 16px 30px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  min-height: 152px;
  height: 176px;
}

.hero-showcase-media-system {
  min-height: 176px;
  padding: 0;
}

.hero-showcase-image {
  display: block;
  width: 100%;
  height: auto;
}

.hero-showcase-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-showcase-copy {
  margin-top: 0;
}

.hero-showcase-copy strong {
  display: block;
  color: #1a1a20;
  font-size: 0.95rem;
  line-height: 1.4;
  margin-bottom: 0.35rem;
}

.hero-showcase-copy p {
  margin: 0;
  color: #4b4b53;
  font-size: 0.83rem;
  line-height: 1.58;
}

.hero-showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0;
}

.hero-showcase-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(24, 24, 27, 0.08);
  color: #303038;
  font-size: 0.72rem;
  font-weight: 700;
}

.dashboard-card {
  width: min(100%, 396px);
  padding: 0.75rem;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transform: rotateX(5deg) rotateY(-7deg);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(242, 244, 247, 0.93) 58%, rgba(228, 232, 238, 0.92)),
    var(--surface);
  border-color: rgba(24, 24, 27, 0.12);
  box-shadow:
    var(--shadow-premium),
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    inset 0 -1px 0 rgba(24, 24, 27, 0.05);
}

.hero-visual-bg {
  position: absolute;
  inset: -44px -70px auto -70px;
  width: calc(100% + 140px);
  height: auto;
  opacity: 0.95;
  pointer-events: none;
  animation: floaty 10s ease-in-out infinite;
}

.dashboard-card::before,
.dashboard-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.dashboard-card::before {
  inset: 10px 12px auto 12px;
  height: 110px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  opacity: 0.75;
  transform: translateZ(16px);
}

.dashboard-card::after {
  left: 7%;
  right: 7%;
  bottom: -26px;
  height: 44px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(16, 24, 40, 0.2), transparent 72%);
  filter: blur(10px);
  opacity: 0.5;
  transform: translateZ(-30px);
}

.dashboard-top,
.dashboard-body {
  position: relative;
  z-index: 1;
}

@keyframes floaty {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, 10px, 0) scale(1.02); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

.dashboard-top {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
  transform: translateZ(26px);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.2);
}

.dashboard-body {
  display: grid;
  gap: 0.85rem;
  transform-style: preserve-3d;
}

.hero-solution-sections {
  display: grid;
  gap: 0.85rem;
}

.hero-solution-section {
  display: grid;
  gap: 0.7rem;
  padding: 0.15rem;
  border-radius: 22px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(240, 242, 245, 0.4));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 10px 22px rgba(2, 6, 23, 0.05);
}

.hero-section-chip {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 32px;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 1px solid rgba(24, 24, 27, 0.08);
  box-shadow:
    0 10px 20px rgba(2, 6, 23, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hero-solution-site .hero-section-chip {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 228, 231, 0.94));
  color: var(--primary);
}

.hero-solution-management .hero-section-chip {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 236, 240, 0.94));
  color: #1f2937;
}

.metric-card,
.mini-card,
.chart-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 243, 247, 0.96));
  border: 1px solid rgba(24, 24, 27, 0.09);
  border-radius: 16px;
  padding: 0.75rem;
  box-shadow:
    0 14px 30px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transform-style: preserve-3d;
}

.metric-card small,
.mini-card small {
  display: block;
  color: var(--muted);
  margin-bottom: 0.45rem;
}

.metric-card strong,
.mini-card strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 0.25rem;
}

.metric-card span {
  color: var(--muted);
  font-size: 0.88rem;
}

.metric-card {
  transform: translateZ(56px);
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  transform: translateZ(42px);
}

.mini-card {
  min-height: 82px;
}

.site-funnel-card {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 0.7rem;
  align-items: center;
  padding: 0.7rem;
  border-radius: 18px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background:
    radial-gradient(circle at 14% 18%, rgba(209, 0, 23, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 242, 246, 0.95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 12px 28px rgba(2, 6, 23, 0.06);
  transform: translateZ(58px);
}

.site-funnel-preview {
  min-height: 92px;
  display: grid;
  align-items: center;
}

.site-funnel-window {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 242, 246, 0.95));
  box-shadow:
    0 12px 28px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.site-funnel-window-top {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  height: 28px;
  padding: 0 0.7rem;
  border-bottom: 1px solid rgba(24, 24, 27, 0.08);
  background: linear-gradient(180deg, rgba(249, 249, 250, 0.98), rgba(234, 237, 241, 0.96));
}

.site-funnel-window-top span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.16);
}

.site-funnel-window-top span:first-child {
  background: rgba(209, 0, 23, 0.62);
}

.site-funnel-window-body {
  padding: 0.58rem;
}

.site-funnel-banner {
  height: 30px;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  background:
    radial-gradient(circle at 24% 45%, rgba(255, 255, 255, 0.32), transparent 24%),
    linear-gradient(135deg, rgba(209, 0, 23, 0.9), rgba(125, 0, 12, 0.94));
}

.site-funnel-line {
  height: 5px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.1);
  margin-bottom: 0.28rem;
}

.site-funnel-line-lg {
  width: 88%;
}

.site-funnel-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
  margin-top: 0.45rem;
}

.site-funnel-buttons span {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
}

.site-funnel-buttons span:first-child {
  background: linear-gradient(135deg, rgba(209, 0, 23, 0.82), rgba(125, 0, 12, 0.88));
}

.site-funnel-copy small,
.site-funnel-copy strong,
.site-funnel-copy span {
  display: block;
}

.site-funnel-copy small {
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.site-funnel-copy strong {
  color: #1f1f25;
  font-size: 0.8rem;
  line-height: 1.35;
  margin-bottom: 0.25rem;
}

.site-funnel-copy span {
  color: #55555d;
  font-size: 0.73rem;
  line-height: 1.45;
}

.management-panel-card {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 0.7rem;
  align-items: center;
  padding: 0.7rem;
  border-radius: 18px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background:
    radial-gradient(circle at 82% 18%, rgba(15, 23, 42, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 242, 246, 0.95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 12px 28px rgba(2, 6, 23, 0.06);
  transform: translateZ(58px);
}

.management-panel-preview {
  min-height: 92px;
  display: grid;
  align-items: center;
}

.management-panel-window {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 242, 246, 0.95));
  box-shadow:
    0 12px 28px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.management-panel-top {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  height: 28px;
  padding: 0 0.7rem;
  border-bottom: 1px solid rgba(24, 24, 27, 0.08);
  background: linear-gradient(180deg, rgba(244, 246, 249, 0.98), rgba(231, 235, 240, 0.96));
}

.management-panel-top span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.14);
}

.management-panel-top span:first-child {
  background: rgba(209, 0, 23, 0.56);
}

.management-panel-body {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.45rem;
  padding: 0.58rem;
}

.management-panel-sidebar {
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(229, 233, 238, 0.98), rgba(214, 220, 227, 0.96));
}

.management-panel-main {
  display: grid;
  gap: 0.35rem;
}

.management-panel-strip {
  height: 10px;
  width: 72%;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.12);
}

.management-panel-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.3rem;
}

.management-panel-metrics span {
  display: block;
  height: 20px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(248, 249, 251, 0.98), rgba(233, 236, 240, 0.96));
  border: 1px solid rgba(24, 24, 27, 0.06);
}

.management-panel-chart {
  height: 34px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 72% 28%, rgba(209, 0, 23, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(248, 249, 251, 0.98), rgba(233, 236, 240, 0.96));
  position: relative;
  overflow: hidden;
}

.management-panel-chart::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 10px;
  height: 2px;
  background: linear-gradient(90deg, rgba(209, 0, 23, 0.15), rgba(209, 0, 23, 0.35), rgba(209, 0, 23, 0.2));
  border-radius: 999px;
  transform: skewX(-26deg);
}

.management-panel-copy small,
.management-panel-copy strong,
.management-panel-copy span {
  display: block;
}

.management-panel-copy small {
  color: #374151;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.management-panel-copy strong {
  color: #1f1f25;
  font-size: 0.8rem;
  line-height: 1.35;
  margin-bottom: 0.25rem;
}

.management-panel-copy span {
  color: #55555d;
  font-size: 0.73rem;
  line-height: 1.45;
}

.chart-card {
  min-height: 138px;
  display: grid;
  gap: 0.68rem;
  padding: 0.78rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 242, 245, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 18px 38px rgba(2, 6, 23, 0.08);
  transform: translateZ(70px);
}

.chart-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.75rem;
}

.chart-card-label small,
.chart-card-label span {
  display: block;
}

.chart-card-label small {
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.chart-card-label span {
  font-weight: 700;
  color: #26262c;
}

.chart-badge {
  padding: 0.32rem 0.5rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 226, 229, 0.92));
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 700;
  border: 1px solid rgba(209, 0, 23, 0.08);
}

.chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.8rem;
}

.chart-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #44444b;
  font-size: 0.7rem;
  font-weight: 600;
}

.chart-legend-line,
.chart-legend-dot {
  display: inline-block;
  flex: 0 0 auto;
}

.chart-legend-line {
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--primary-strong));
}

.chart-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid var(--primary);
}

.chart-snapshot {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.chart-pill {
  padding: 0.58rem 0.68rem;
  border-radius: 14px;
  border: 1px solid rgba(24, 24, 27, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 239, 243, 0.94));
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.05);
}

.chart-pill small,
.chart-pill strong {
  display: block;
}

.chart-pill small {
  color: #6b7280;
  margin-bottom: 0.2rem;
}

.chart-pill strong {
  color: #1d1d23;
  font-size: 0.85rem;
}

.chart-visual {
  min-height: 86px;
  padding: 0.52rem;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.5rem;
  border-radius: 16px;
  background:
    radial-gradient(circle at top right, rgba(209, 0, 23, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(233, 236, 240, 0.96));
  border: 1px solid rgba(24, 24, 27, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 24px rgba(15, 23, 42, 0.06);
}

.chart-axis-y {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  align-items: stretch;
  color: #71717a;
  font-size: 0.62rem;
  text-align: left;
  padding-top: 0.15rem;
}

.chart-axis-y span {
  display: flex;
  align-items: start;
}

.chart-plot {
  position: relative;
}

.chart-svg {
  width: 100%;
  height: 90px;
  overflow: visible;
}

.chart-grid-line {
  stroke: rgba(24, 24, 27, 0.1);
  stroke-width: 1;
}

.chart-grid-focus {
  stroke: rgba(209, 0, 23, 0.14);
  stroke-width: 1.5;
  stroke-dasharray: 4 5;
}

.chart-area {
  fill: rgba(209, 0, 23, 0.14);
}

.chart-line {
  fill: none;
  stroke: var(--primary);
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 18px rgba(209, 0, 23, 0.16));
}

.chart-line-secondary {
  fill: none;
  stroke: rgba(124, 124, 135, 0.55);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 5 6;
}

.chart-point {
  fill: #fff;
  stroke: var(--primary);
  stroke-width: 3;
}

.chart-point-glow {
  fill: rgba(209, 0, 23, 0.14);
}

.chart-point-active {
  fill: var(--primary);
  stroke: #fff;
}

.chart-callout {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  padding: 0.32rem 0.42rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(24, 24, 27, 0.08);
  box-shadow: 0 12px 24px rgba(2, 6, 23, 0.1);
}

.chart-callout small,
.chart-callout strong {
  display: block;
}

.chart-callout small {
  color: #71717a;
  margin-bottom: 0.1rem;
  font-size: 0.58rem;
}

.chart-callout strong {
  color: #1f1f25;
  font-size: 0.68rem;
}

.chart-axis-x {
  display: grid;
  grid-template-columns: 34px repeat(5, minmax(0, 1fr));
  align-items: center;
  color: #71717a;
  font-size: 0.62rem;
  font-weight: 600;
}

.chart-axis-x span:first-child {
  grid-column: 2;
}

.chart-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.chart-stat {
  padding: 0.52rem 0.56rem;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(237, 239, 242, 0.96));
  border: 1px solid rgba(24, 24, 27, 0.08);
  box-shadow: 0 8px 18px rgba(2, 6, 23, 0.04);
}

@media (hover: hover) and (pointer: fine) {
  .dashboard-card {
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
  }

  .dashboard-card:hover {
    transform: rotateX(3deg) rotateY(-5deg) translateY(-6px);
    border-color: rgba(209, 0, 23, 0.16);
    box-shadow:
      0 36px 80px rgba(2, 6, 23, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.88),
      inset 0 -1px 0 rgba(24, 24, 27, 0.06);
  }

  .hero-highlights li:hover,
  .info-card:hover,
  .feature-card:hover,
  .benefit-card:hover,
  .portfolio-card:hover,
  .testimonial-card:hover,
  .timeline-item:hover {
    transform: translateY(-6px) translateZ(0);
    box-shadow:
      0 22px 46px rgba(2, 6, 23, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .button-primary:hover,
  .button-primary:focus-visible,
  .button-secondary:hover,
  .button-secondary:focus-visible {
    transform: translateY(-2px);
  }
}

@media (max-width: 900px) {
  .hero-card {
    perspective: none;
  }

  .dashboard-card {
    transform: none;
  }

  .dashboard-card:hover {
    transform: none;
  }
}

.chart-stat small,
.chart-stat strong {
  display: block;
}

.chart-stat small {
  color: var(--muted);
  margin-bottom: 0.25rem;
}

.chart-stat strong {
  color: #232329;
  font-size: 0.78rem;
}

.site-presence-strip {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.7rem;
  border-radius: 16px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background:
    radial-gradient(circle at 18% 30%, rgba(209, 0, 23, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 239, 243, 0.95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 24px rgba(2, 6, 23, 0.05);
}

.site-presence-mockup {
  height: 66px;
  border-radius: 14px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 242, 246, 0.95));
  position: relative;
  overflow: hidden;
  box-shadow:
    0 10px 20px rgba(2, 6, 23, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.site-presence-mockup span {
  position: absolute;
  left: 12px;
  right: 12px;
  border-radius: 999px;
}

.site-presence-mockup span:nth-child(1) {
  top: 12px;
  height: 18px;
  background: linear-gradient(135deg, rgba(209, 0, 23, 0.88), rgba(125, 0, 12, 0.92));
}

.site-presence-mockup span:nth-child(2) {
  top: 38px;
  height: 7px;
  right: 24px;
  background: rgba(15, 23, 42, 0.12);
}

.site-presence-mockup span:nth-child(3) {
  top: 50px;
  height: 7px;
  right: 34px;
  background: rgba(15, 23, 42, 0.1);
}

.site-presence-copy small,
.site-presence-copy strong,
.site-presence-copy span {
  display: block;
}

.site-presence-copy small {
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.site-presence-copy strong {
  color: #1f1f25;
  font-size: 0.84rem;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.site-presence-copy span {
  color: #55555d;
  font-size: 0.75rem;
  line-height: 1.5;
}

.reveal {
  opacity: 1;
  transform: none;
  filter: none;
}

.js .reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.985);
  filter: blur(6px);
  transition:
    opacity 820ms ease,
    transform 920ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 780ms ease;
  transition-delay: var(--delay, 0ms);
  will-change: transform, opacity;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.trust-bar {
  padding: 0.15rem 0 0.55rem;
}

.trust-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.trust-items span {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 16px;
  padding: 0.85rem 0.95rem;
  text-align: center;
  color: #2f2f35;
  font-weight: 700;
}

.trust-pill {
  position: relative;
  overflow: hidden;
}

.trust-pill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(209, 0, 23, 0.1), transparent);
  transform: translateX(-110%);
  transition: transform 0.6s ease;
}

.trust-pill:hover::after,
.trust-pill:focus-visible::after {
  transform: translateX(110%);
}

.client-logos-section {
  padding: 0 0 1rem;
}

.client-logos-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 0.75rem;
}

.client-logos-head p {
  margin: 0.55rem 0 0;
  color: #47474f;
  font-size: 0.92rem;
  line-height: 1.6;
}

.client-logos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.client-logo-card {
  min-width: 0;
  min-height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.15rem;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 27, 0.06);
  background: #ffffff;
  box-shadow:
    0 18px 38px rgba(2, 6, 23, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  animation: clientLogoFloat 6.2s ease-in-out infinite;
}

.client-logo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.75), transparent);
  transform: translateX(-130%);
  animation: clientLogoShine 7.6s ease-in-out infinite;
  pointer-events: none;
}

.client-logo-card img {
  width: 100%;
  max-width: 220px;
  max-height: 72px;
  object-fit: contain;
  filter: saturate(0.96) contrast(1.02);
  position: relative;
  z-index: 1;
}

.client-logo-card-reverse img {
  max-width: 246px;
  max-height: 78px;
}

.client-logo-card-vm img {
  max-width: 264px;
  max-height: 88px;
}

.client-logo-card:nth-child(2) {
  animation-delay: 0.7s;
}

.client-logo-card:nth-child(2)::after {
  animation-delay: 1.1s;
}

.client-logo-card:nth-child(3) {
  animation-delay: 1.4s;
}

.client-logo-card:nth-child(3)::after {
  animation-delay: 1.9s;
}

@keyframes clientLogoFloat {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@keyframes clientLogoShine {
  0% { transform: translateX(-130%); }
  18% { transform: translateX(130%); }
  100% { transform: translateX(130%); }
}

.section {
  padding: 4rem 0;
}

.section[id],
.hero[id] {
  scroll-margin-top: 6.2rem;
}

.section-alt {
  background: linear-gradient(180deg, transparent, rgba(209, 0, 23, 0.025), transparent);
}

.section-heading {
  max-width: 700px;
  text-align: center;
  margin: 0 auto 1.8rem;
}

.section-heading.align-left {
  text-align: center;
  margin: 0 auto 1.8rem;
}

.section-heading.align-left .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.section-heading.align-left h2,
.section-heading.align-left p {
  text-align: left;
}

.section-heading h2,
.cta-box h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
}

.card-grid,
.feature-grid,
.benefits-grid,
.portfolio-grid,
.testimonial-grid {
  display: grid;
  gap: 1rem;
}

.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-focus-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 1rem;
  margin-top: 1.1rem;
}

.service-card {
  padding: 1rem 1rem 1.05rem;
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.75rem;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.36rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(238, 241, 245, 0.88));
  color: #31313a;
  font-size: 0.76rem;
  font-weight: 700;
  box-shadow:
    0 10px 24px rgba(2, 6, 23, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.service-visual {
  height: 190px;
  margin-bottom: 0.9rem;
  border-radius: 20px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  overflow: hidden;
  display: grid;
  place-items: center;
  position: relative;
  box-shadow:
    0 24px 44px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.service-visual::before,
.service-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.service-visual::before {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 36%),
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.32), transparent 24%);
}

.service-visual::after {
  left: 1rem;
  right: 1rem;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
}

.service-visual img {
  width: min(78%, 300px);
  max-height: 88%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 24px 34px rgba(2, 6, 23, 0.18));
}

.service-visual-photo {
  width: 100% !important;
  height: 100%;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center top;
  filter: none !important;
}

.service-visual-site {
  padding: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(209, 0, 23, 0.1), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(15, 23, 42, 0.08), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(237, 240, 244, 0.92));
}

.site-browser-mockup {
  width: min(100%, 304px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 242, 246, 0.95));
  box-shadow:
    0 22px 42px rgba(2, 6, 23, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  position: relative;
  z-index: 1;
}

.site-browser-top {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  height: 38px;
  padding: 0 0.95rem;
  background:
    linear-gradient(180deg, rgba(249, 249, 250, 0.98), rgba(233, 236, 240, 0.94));
  border-bottom: 1px solid rgba(24, 24, 27, 0.08);
}

.site-browser-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
}

.site-browser-top span:first-child {
  background: rgba(209, 0, 23, 0.62);
}

.site-browser-body {
  display: grid;
  grid-template-columns: 64px 1fr;
  min-height: 150px;
}

.site-browser-sidebar {
  background:
    linear-gradient(180deg, rgba(247, 247, 248, 0.95), rgba(236, 239, 243, 0.92));
  border-right: 1px solid rgba(24, 24, 27, 0.06);
  position: relative;
}

.site-browser-sidebar::before,
.site-browser-sidebar::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
}

.site-browser-sidebar::before {
  top: 18px;
  height: 9px;
}

.site-browser-sidebar::after {
  top: 38px;
  height: 9px;
  width: 24px;
}

.site-browser-content {
  padding: 0.85rem 0.85rem 0.8rem;
  background:
    radial-gradient(circle at 82% 18%, rgba(209, 0, 23, 0.09), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 244, 247, 0.95));
}

.site-browser-hero {
  height: 52px;
  border-radius: 16px;
  margin-bottom: 0.75rem;
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(135deg, rgba(209, 0, 23, 0.9), rgba(125, 0, 12, 0.92));
  box-shadow: 0 14px 28px rgba(124, 0, 12, 0.16);
}

.site-browser-line {
  height: 8px;
  border-radius: 999px;
  margin-bottom: 0.45rem;
  background: rgba(15, 23, 42, 0.11);
}

.site-browser-line-lg {
  width: 88%;
}

.site-browser-line-sm {
  width: 54%;
  margin-bottom: 0.65rem;
}

.site-browser-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.site-browser-cards span {
  display: block;
  height: 42px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 238, 242, 0.94));
  border: 1px solid rgba(24, 24, 27, 0.06);
  box-shadow:
    0 8px 18px rgba(2, 6, 23, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.service-visual-system {
  background:
    radial-gradient(circle at 22% 18%, rgba(159, 247, 13, 0.16), transparent 26%),
    radial-gradient(circle at 80% 20%, rgba(15, 23, 42, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(18, 27, 39, 0.98), rgba(16, 24, 35, 0.94));
}

.service-visual-system img {
  width: min(88%, 340px);
  filter: drop-shadow(0 26px 34px rgba(2, 6, 23, 0.28));
}

.service-visual-system .service-visual-photo {
  object-position: center center;
}

.service-list {
  display: grid;
  gap: 0.55rem;
}

.service-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.8rem;
}

.service-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.34rem 0.68rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(24, 24, 27, 0.08);
  color: #34343c;
  font-size: 0.74rem;
  font-weight: 700;
}

.site-focus-card {
  padding: 1.35rem;
  border-radius: 22px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(238, 241, 245, 0.92));
  box-shadow:
    0 22px 48px rgba(2, 6, 23, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.site-focus-card h3,
.site-mini-card h3,
.system-showcase h3,
.module-card h3 {
  margin: 0 0 0.6rem;
  letter-spacing: -0.03em;
  font-size: 1.1rem;
}

.site-focus-card p,
.site-mini-card p,
.system-showcase p,
.module-card p {
  margin: 0;
  color: #404049;
  line-height: 1.65;
}

.site-focus-card .checklist {
  margin-top: 0.8rem;
}

.site-focus-media {
  margin-top: 0.8rem;
  border-radius: 18px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background:
    radial-gradient(circle at 15% 25%, rgba(209, 0, 23, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 242, 246, 0.9));
  overflow: hidden;
  min-height: 168px;
  display: grid;
  place-items: center;
  box-shadow:
    0 18px 36px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.site-focus-media img {
  width: min(84%, 360px);
  max-height: 154px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(2, 6, 23, 0.16));
}

.site-focus-media .site-focus-photo {
  width: 100%;
  max-height: none;
  min-height: 168px;
  object-fit: cover;
  object-position: center top;
  filter: none;
}

.site-focus-card-primary {
  position: relative;
  overflow: hidden;
}

.site-focus-card-primary::after {
  content: "";
  position: absolute;
  inset: -35%;
  background:
    radial-gradient(circle at 15% 25%, rgba(209, 0, 23, 0.11), transparent 42%),
    radial-gradient(circle at 80% 75%, rgba(15, 23, 42, 0.08), transparent 40%);
  filter: blur(24px);
  pointer-events: none;
}

.site-focus-card-primary > * {
  position: relative;
  z-index: 1;
}

.site-focus-stack {
  display: grid;
  gap: 0.8rem;
}

.site-mini-card {
  padding: 1rem 1rem 0.92rem;
  border-radius: 18px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 241, 245, 0.9));
  box-shadow:
    0 18px 36px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.system-segments {
  max-width: 1080px;
  margin: 0 auto 1.35rem;
  text-align: center;
}

#sistema {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(209, 0, 23, 0.07), transparent 22%),
    radial-gradient(circle at 82% 22%, rgba(15, 23, 42, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(209, 0, 23, 0.03), rgba(255, 255, 255, 0.12));
}

#sistema .section-heading h2,
#sistema .section-heading p,
#sistema .pricing-note,
#sistema .system-showcase p,
#sistema .module-card p,
#sistema .module-card h3 {
  color: var(--text);
}

#sistema .system-showcase p,
#sistema .system-showcase p,
#sistema .module-card p {
  color: var(--muted);
}

#sistema .eyebrow {
  border-color: rgba(209, 0, 23, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 246, 249, 0.92));
  color: var(--primary);
  box-shadow:
    0 14px 28px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.system-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1.35rem;
  align-items: stretch;
}

.system-showcase-copy,
.system-showcase-panel,
.module-card {
  border: 1px solid rgba(24, 24, 27, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 242, 246, 0.92));
  box-shadow:
    0 22px 44px rgba(2, 6, 23, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.system-showcase-copy,
.system-showcase-panel {
  padding: 1.35rem;
  border-radius: 22px;
}

.system-showcase-copy .checklist li {
  color: #33333a;
}

.system-showcase-copy .checklist li::before {
  background: linear-gradient(135deg, #f4f4f5, rgb(209, 0, 23));
  box-shadow: 0 12px 24px rgba(209, 0, 23, 0.12);
}

.system-kpi {
  padding: 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(209, 0, 23, 0.12);
  background:
    radial-gradient(circle at 20% 30%, rgba(209, 0, 23, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 244, 248, 0.94));
}

.system-kpi small,
.system-kpi strong,
.system-kpi span {
  display: block;
}

.system-kpi small {
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.system-kpi strong {
  color: var(--text);
  font-size: clamp(1.15rem, 2.2vw, 1.7rem);
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.system-kpi span {
  color: var(--muted);
  line-height: 1.6;
}

.system-pill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.8rem;
}

.system-pill-grid span {
  padding: 0.68rem 0.8rem;
  border-radius: 14px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  background: rgba(255, 255, 255, 0.86);
  color: #2f2f35;
  font-weight: 700;
  text-align: center;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.module-card {
  padding: 1rem;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.module-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -45% -18%;
  height: 62%;
  background: radial-gradient(circle at center, rgba(209, 0, 23, 0.08), transparent 70%);
  filter: blur(16px);
  pointer-events: none;
}

.module-card > * {
  position: relative;
  z-index: 1;
}

.module-card:hover {
  transform: translateY(-4px);
  border-color: rgba(209, 0, 23, 0.18);
  box-shadow:
    0 24px 48px rgba(2, 6, 23, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.module-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0.75rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #ef4444, #d10017);
  box-shadow:
    0 16px 32px rgba(209, 0, 23, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.system-segments h3 {
  margin: 0.2rem 0 0.85rem;
  letter-spacing: -0.02em;
}

.segment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 821px) {
  .segment-grid > li:nth-last-child(2):nth-child(4n + 1) {
    grid-column: 2;
  }
}

.segment-card {
  --segment-rgb: 209, 0, 23;
  --segment-strong-rgb: 124, 11, 24;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  padding: 1rem 0.9rem 0.92rem;
  min-height: 116px;
  border-radius: 18px;
  border: 1px solid rgba(209, 0, 23, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 241, 242, 0.95));
  box-shadow:
    0 16px 34px rgba(2, 6, 23, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
  position: relative;
  overflow: hidden;
}

.segment-card::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(209, 0, 23, 0.26), transparent);
  opacity: 0.72;
  pointer-events: none;
}

.segment-card::after {
  content: "";
  position: absolute;
  inset: auto 16% -54% 16%;
  height: 62%;
  background: radial-gradient(circle at center, rgba(209, 0, 23, 0.1), transparent 72%);
  filter: blur(18px);
  opacity: 0.42;
  pointer-events: none;
}

.segment-card > * {
  position: relative;
  z-index: 1;
}

.segment-card:hover {
  transform: translateY(-3px);
  border-color: rgba(209, 0, 23, 0.15);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 242, 243, 0.97));
  box-shadow:
    0 22px 42px rgba(2, 6, 23, 0.08),
    0 12px 28px rgba(209, 0, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.segment-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(209, 0, 23, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 241, 242, 0.95));
  color: rgb(var(--segment-strong-rgb));
  box-shadow:
    0 16px 30px rgba(2, 6, 23, 0.06),
    0 8px 18px rgba(209, 0, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(124, 11, 24, 0.05);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.segment-icon::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 50% 0%, rgba(209, 0, 23, 0.08), transparent 58%);
  opacity: 1;
}

.segment-icon::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 30% 30%, rgba(209, 0, 23, 0.12), transparent 60%);
  filter: blur(18px);
  opacity: 0.4;
  pointer-events: none;
}

.segment-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  shape-rendering: geometricPrecision;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.28));
  transition: transform 0.22s ease, filter 0.22s ease;
  vector-effect: non-scaling-stroke;
}

.segment-card:hover .segment-icon {
  color: rgb(var(--segment-rgb));
  transform: translateY(-1px) scale(1.03);
  border-color: rgba(209, 0, 23, 0.18);
  box-shadow:
    0 18px 34px rgba(2, 6, 23, 0.08),
    0 10px 22px rgba(209, 0, 23, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(124, 11, 24, 0.05);
}

.segment-card:hover .segment-icon svg {
  transform: scale(1.03);
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.32));
}

.segment-card span:last-child {
  font-weight: 800;
  font-size: 0.86rem;
  color: #17171c;
  line-height: 1.18;
  letter-spacing: -0.01em;
  text-wrap: balance;
  max-width: 16ch;
}

.benefits-grid,
.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portfolio-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pricing-grid .pricing-card {
  height: 100%;
}

.pricing-grid .pricing-top .muted {
  display: block;
  overflow: visible;
  min-height: 0;
}

.pricing-grid .checklist li {
  display: block;
  overflow: visible;
  min-height: 0;
}

.pricing-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pricing-grid-four .pricing-card {
  height: 100%;
}

.pricing-grid-four .pricing-top .muted {
  display: block;
  overflow: visible;
  min-height: 0;
  font-size: 0.78rem;
  line-height: 1.45;
}

.pricing-grid-four .checklist li {
  display: block;
  overflow: visible;
  min-height: 0;
  font-size: 0.79rem;
  line-height: 1.55;
}

.pricing-grid-four .pricing-card {
  padding: 1.15rem 1rem;
}

.pricing-grid-four .pricing-top {
  align-items: flex-start;
}

.pricing-grid-four .pricing-top h3 {
  font-size: 1.02rem;
}

.pricing-grid-four .pricing-meta {
  font-size: 0.76rem;
  line-height: 1.55;
}

.pricing-grid-four .pricing-price {
  min-height: 0;
  padding: 0.72rem 0.8rem;
}

.pricing-grid-four .pricing-price strong {
  font-size: 0.96rem;
}

.pricing-grid-four .pricing-price span {
  font-size: 0.72rem;
  max-width: none;
}

.pricing-grid-four .button {
  font-size: 0.74rem;
  padding-inline: 0.82rem;
}

.pricing-group + .pricing-group {
  margin-top: 2.4rem;
}

.pricing-group-heading {
  max-width: 760px;
  margin: 0 auto 1.2rem;
  text-align: center;
}

.pricing-group-heading h3 {
  margin: 0.7rem 0 0.5rem;
  font-size: clamp(1.35rem, 2.1vw, 1.95rem);
  letter-spacing: -0.03em;
  color: rgba(18, 18, 22, 0.94);
}

.pricing-note {
  margin: 0;
  color: #404049;
  line-height: 1.75;
}

.pricing-meta {
  margin: -0.1rem 0 0;
  padding: 0.78rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 242, 246, 0.9));
  color: #33333a;
  font-size: 0.82rem;
  line-height: 1.6;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 24px rgba(2, 6, 23, 0.04);
  position: relative;
  z-index: 1;
  transform: translateZ(18px);
}

.pricing-card {
  --accent-r: 209;
  --accent-g: 0;
  --accent-b: 23;
  --accent-strong-r: 125;
  --accent-strong-g: 0;
  --accent-strong-b: 12;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 242, 246, 0.92));
  border: 1px solid rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.14);
  border-radius: var(--radius);
  box-shadow:
    0 20px 42px rgba(2, 6, 23, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
  transform-style: preserve-3d;
}

.pricing-card > * {
  position: relative;
  z-index: 1;
}

.pricing-accent-blue {
  --accent-r: 59;
  --accent-g: 130;
  --accent-b: 246;
  --accent-strong-r: 37;
  --accent-strong-g: 99;
  --accent-strong-b: 235;
  --aurora-delay: 0s;
}

.pricing-accent-red {
  --accent-r: 209;
  --accent-g: 0;
  --accent-b: 23;
  --accent-strong-r: 125;
  --accent-strong-g: 0;
  --accent-strong-b: 12;
  --aurora-delay: 0.4s;
}

.pricing-accent-purple {
  --accent-r: 168;
  --accent-g: 85;
  --accent-b: 247;
  --accent-strong-r: 126;
  --accent-strong-g: 34;
  --accent-strong-b: 206;
  --aurora-delay: 0.8s;
}

.pricing-accent-bronze {
  --accent-r: 249;
  --accent-g: 115;
  --accent-b: 22;
  --accent-strong-r: 234;
  --accent-strong-g: 88;
  --accent-strong-b: 12;
  --aurora-delay: 1.2s;
}

.pricing-accent-silver {
  --accent-r: 148;
  --accent-g: 163;
  --accent-b: 184;
  --accent-strong-r: 71;
  --accent-strong-g: 85;
  --accent-strong-b: 105;
  --aurora-delay: 1.6s;
}

.pricing-accent-gold {
  --accent-r: 250;
  --accent-g: 204;
  --accent-b: 21;
  --accent-strong-r: 202;
  --accent-strong-g: 138;
  --accent-strong-b: 4;
  --aurora-delay: 2s;
}

.pricing-accent-graphite {
  --accent-r: 30;
  --accent-g: 41;
  --accent-b: 59;
  --accent-strong-r: 2;
  --accent-strong-g: 6;
  --accent-strong-b: 23;
  --aurora-delay: 2.4s;
}

.pricing-accent-enterprise {
  --accent-r: 59;
  --accent-g: 130;
  --accent-b: 246;
  --accent-strong-r: 37;
  --accent-strong-g: 99;
  --accent-strong-b: 235;
  --aurora-delay: 2.4s;
}

.pricing-card::before,
.info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.pricing-card::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 38%),
    radial-gradient(circle at top right, rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.12), transparent 34%);
  opacity: 0.72;
  z-index: 0;
}

.pricing-card::after {
  content: "";
  position: absolute;
  inset: -45%;
  background:
    radial-gradient(circle at 24% 30%, rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.22), transparent 56%),
    radial-gradient(circle at 76% 72%, rgba(var(--accent-strong-r), var(--accent-strong-g), var(--accent-strong-b), 0.17), transparent 54%),
    radial-gradient(circle at 52% 52%, rgba(255, 255, 255, 0.12), transparent 58%);
  filter: blur(24px);
  opacity: 0.24;
  transform: translate3d(-6%, -5%, 0) rotate(-8deg);
  animation: pricingAurora 10s ease-in-out infinite;
  animation-delay: var(--aurora-delay, 0s);
  transition: opacity 0.25s ease;
  pointer-events: none;
  z-index: 0;
}

.pricing-card:hover::after,
.pricing-card:focus-within::after {
  opacity: 0.42;
}

@keyframes pricingAurora {
  0% {
    transform: translate3d(-6%, -5%, 0) rotate(-8deg);
  }
  50% {
    transform: translate3d(6%, 5%, 0) rotate(8deg);
  }
  100% {
    transform: translate3d(-6%, -5%, 0) rotate(-8deg);
  }
}

.pricing-card .button {
  margin-top: auto;
}

.pricing-top {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  z-index: 1;
  transform: translateZ(20px);
}

.pricing-top h3 {
  margin: 0;
  font-size: 1.15rem;
}

.muted {
  color: var(--muted);
  margin: 0.25rem 0 0;
  line-height: 1.55;
  font-size: 0.88rem;
}

.pricing-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.82rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.14);
  background:
    radial-gradient(circle at 20% 40%, rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.1), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 239, 243, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 10px 24px rgba(2, 6, 23, 0.06);
  position: relative;
  z-index: 1;
  transform: translateZ(28px);
  min-height: 68px;
}

.pricing-price::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.22),
    transparent
  );
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.8;
}

.pricing-price strong {
  font-size: 1.08rem;
  line-height: 1.2;
  color: rgb(var(--accent-strong-r), var(--accent-strong-g), var(--accent-strong-b));
  white-space: normal;
}

.pricing-price span {
  color: rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.84);
  font-weight: 600;
  font-size: 0.78rem;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  line-height: 1.2;
  text-align: left;
  max-width: 26ch;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.08);
}

.pricing-featured {
  border-color: rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.26);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(215, 217, 222, 0.55) 58%, rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.08));
  box-shadow:
    0 24px 48px rgba(2, 6, 23, 0.15),
    0 0 0 1px rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.pricing-card .checklist li::before {
  background: linear-gradient(135deg, #f4f4f5, rgb(var(--accent-r), var(--accent-g), var(--accent-b)));
  box-shadow: 0 16px 30px rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.12);
}

.pricing-card .card-media {
  border-color: rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.14);
  background:
    radial-gradient(circle at 30% 35%, rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.14), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 239, 242, 0.96));
}

.pricing-card .card-media::after {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 24px;
  background: radial-gradient(circle at 45% 50%, rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.12), transparent 62%);
  filter: blur(14px);
  opacity: 0.45;
  pointer-events: none;
  z-index: -1;
}

.pricing-card .button-secondary {
  border-color: rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.18);
  color: rgb(var(--accent-r), var(--accent-g), var(--accent-b));
}

.pricing-card .button-secondary:hover,
.pricing-card .button-secondary:focus-visible {
  box-shadow:
    0 18px 42px rgba(2, 6, 23, 0.12),
    0 0 0 6px rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.pricing-card .button-primary {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, rgb(var(--accent-r), var(--accent-g), var(--accent-b)), rgb(var(--accent-strong-r), var(--accent-strong-g), var(--accent-strong-b)));
}

.pricing-card .button-primary:hover,
.pricing-card .button-primary:focus-visible {
  box-shadow:
    0 26px 62px rgba(var(--accent-strong-r), var(--accent-strong-g), var(--accent-strong-b), 0.22),
    0 12px 22px rgba(2, 6, 23, 0.1),
    0 0 0 6px rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.info-card,
.feature-card,
.benefit-card,
.portfolio-card,
.testimonial-card {
  padding: 1.2rem;
}

.info-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 242, 246, 0.93));
  border-color: rgba(24, 24, 27, 0.1);
  box-shadow:
    0 22px 44px rgba(2, 6, 23, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
  transform-style: preserve-3d;
}

.info-card::before {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.46), transparent 36%),
    radial-gradient(circle at top right, rgba(209, 0, 23, 0.08), transparent 32%);
}

.info-card h3,
.feature-card h3,
.benefit-card h3,
.portfolio-content h3,
.footer h3 {
  margin: 0 0 0.8rem;
}

.info-card h3,
.info-card p,
.info-card ul,
.pricing-card h3,
.pricing-card p,
.pricing-card ul,
.pricing-card .button {
  position: relative;
  z-index: 1;
}

.info-card h3,
.pricing-card h3 {
  transform: translateZ(18px);
}

.info-card p,
.pricing-card p,
.pricing-card ul {
  transform: translateZ(14px);
}

.info-card ul,
.footer-links {
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.checklist {
  padding: 0;
  margin: 0.8rem 0 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 1.65;
}

.pricing-card .checklist {
  width: 100%;
}

.pricing-card .checklist li {
  text-align: left;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4f4f5, var(--primary));
  box-shadow: 0 16px 30px rgba(209, 0, 23, 0.18);
}

.compact-highlights-card {
  width: 100%;
  max-width: 560px;
  padding: 1.4rem;
  justify-self: end;
  align-self: start;
}

.compact-highlights-card h3 {
  margin-bottom: 0.9rem;
  letter-spacing: -0.02em;
}

.compact-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.compact-highlight-item {
  padding: 0.88rem 0.88rem 0.82rem;
  border-radius: 16px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 240, 243, 0.92));
  box-shadow:
    0 14px 28px rgba(2, 6, 23, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.compact-highlight-item::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 20% 30%, rgba(209, 0, 23, 0.08), transparent 58%);
  filter: blur(22px);
  opacity: 0.75;
  pointer-events: none;
}

.compact-highlight-item > * {
  position: relative;
  z-index: 1;
}

.compact-highlight-item:hover {
  transform: translateY(-2px);
  border-color: rgba(209, 0, 23, 0.12);
  box-shadow:
    0 18px 38px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.compact-highlight-item h4 {
  margin: 0 0 0.45rem;
  font-size: 0.94rem;
  line-height: 1.3;
  color: #1c1c21;
  position: relative;
  padding-left: 1.05rem;
}

.compact-highlight-item h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  box-shadow:
    0 10px 18px rgba(209, 0, 23, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.compact-highlight-item p {
  margin: 0;
  color: #4a4a52;
  font-size: 0.88rem;
  line-height: 1.5;
}

.compact-highlights-card .muted-note {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(24, 24, 27, 0.08);
}

.muted-note {
  margin-top: 1.1rem;
  color: #383840;
}

.info-card li,
.footer-links li {
  color: #3f3f46;
  margin-bottom: 0.75rem;
}

.card-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 0.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(247, 247, 248, 0.95), rgba(199, 203, 210, 0.9) 60%, rgba(209, 0, 23, 0.18));
  color: #111111;
  position: relative;
  z-index: 1;
  transform: translateZ(34px);
  box-shadow:
    0 16px 30px rgba(2, 6, 23, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.card-media {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  background:
    radial-gradient(circle at 30% 30%, rgba(209, 0, 23, 0.06), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 239, 242, 0.96));
  display: grid;
  place-items: center;
  margin: 0.15rem 0 0.8rem;
  position: relative;
  z-index: 1;
  transform: translateZ(30px);
  overflow: hidden;
  box-shadow:
    0 16px 34px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.card-media img {
  width: 30px;
  height: 30px;
  filter:
    saturate(1.08)
    contrast(1.06)
    brightness(0.98)
    drop-shadow(0 10px 18px rgba(2, 6, 23, 0.14));
}

.info-card .card-media {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  background:
    radial-gradient(circle at 30% 30%, rgba(209, 0, 23, 0.07), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 239, 242, 0.96));
  box-shadow:
    0 18px 40px rgba(2, 6, 23, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.info-card .card-media img {
  width: 40px;
  height: 40px;
  filter:
    saturate(1.08)
    contrast(1.06)
    brightness(0.98)
    drop-shadow(0 12px 22px rgba(2, 6, 23, 0.16));
}

.info-card ul,
.pricing-card ul {
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .info-card,
  .pricing-card {
    transition:
      transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
      box-shadow 0.35s ease,
      border-color 0.35s ease;
  }

  .info-card:hover {
    transform: translateY(-8px) rotateX(4deg) rotateY(-4deg);
    border-color: rgba(209, 0, 23, 0.18);
    box-shadow:
      0 28px 56px rgba(2, 6, 23, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
  }

  .pricing-card:hover {
    transform: translateY(-8px) rotateX(3deg) rotateY(-3deg);
    border-color: rgba(var(--accent-r), var(--accent-g), var(--accent-b), 0.22);
    box-shadow:
      0 30px 62px rgba(2, 6, 23, 0.17),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }
}

@media (max-width: 900px) {
  .info-card,
  .pricing-card {
    transform: none;
  }

  .info-card:hover,
  .pricing-card:hover {
    transform: none;
  }
}

.process {
  display: grid;
  gap: 1.5rem;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.timeline-item {
  padding: 1.2rem;
}

.timeline-item strong {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 0.98rem;
}

.portfolio-preview {
  height: 190px;
  border-radius: 18px;
  border: 1px solid var(--line);
  margin-bottom: 0.9rem;
  overflow: hidden;
  position: relative;
}

.portfolio-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gradient-one {
  background: linear-gradient(135deg, #09090b, #5d6168 52%, #d10017);
}

.gradient-two {
  background: linear-gradient(135deg, #151518, #8c9199 52%, #c30015);
}

.gradient-three {
  background: linear-gradient(135deg, #2a2d33, #d7d9de 50%, #8b000d);
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  margin-top: 1rem;
}

.testimonial-card span {
  color: #3d3d44;
  margin-top: 0.25rem;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.4rem;
  align-items: start;
}

#diferenciais {
  position: relative;
  overflow: hidden;
}

#diferenciais::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(209, 0, 23, 0.07), transparent 58%),
    radial-gradient(circle at 82% 82%, rgba(2, 6, 23, 0.06), transparent 62%);
  pointer-events: none;
}

#diferenciais .container {
  position: relative;
  z-index: 1;
}

#diferenciais .faq-layout {
  position: relative;
}

#diferenciais .faq-layout::before {
  content: "";
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: 50%;
  right: -6vw;
  border-radius: 28px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(231, 233, 237, 0.74));
  box-shadow: 0 30px 70px rgba(2, 6, 23, 0.06);
  pointer-events: none;
  z-index: 0;
}

#diferenciais .faq-layout > * {
  position: relative;
  z-index: 1;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-list details {
  padding: 1rem 1.05rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.faq-list summary:focus-visible {
  border-radius: 10px;
}

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--primary);
  background: rgba(209, 0, 23, 0.08);
  border: 1px solid rgba(209, 0, 23, 0.14);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 0.8rem 0 0;
}

.cta-section {
  padding-top: 1rem;
}

.cta-box {
  padding: 1.35rem;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: start;
  gap: 1rem;
}

.cta-box > :first-child {
  min-width: 0;
  max-width: 34rem;
}

.cta-box h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  line-height: 1.08;
  margin-bottom: 0.8rem;
}

.cta-box p {
  font-size: 0.9rem;
  line-height: 1.6;
}

.contact-points {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.contact-point {
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(238, 241, 245, 0.88));
  box-shadow:
    0 16px 34px rgba(2, 6, 23, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.contact-point h3 {
  margin: 0 0 0.45rem;
  font-size: 0.94rem;
  letter-spacing: -0.02em;
}

.contact-point p {
  margin: 0;
}

.contact-note {
  margin-top: 0.8rem;
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  border: 1px dashed rgba(209, 0, 23, 0.2);
  background: rgba(255, 255, 255, 0.62);
  color: #393940;
 }

.contact-form {
  min-width: 0;
  width: 100%;
  display: grid;
  gap: 0.75rem;
  padding: 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(237, 240, 244, 0.88));
  box-shadow:
    0 22px 44px rgba(2, 6, 23, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.field-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field span {
  font-size: 0.78rem;
  font-weight: 700;
  color: #232329;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 12px;
  padding: 0.72rem 0.8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 240, 244, 0.95));
  color: #16161b;
  font-size: 0.84rem;
  line-height: 1.45;
  font-family: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 8px 20px rgba(2, 6, 23, 0.05);
}

.field textarea {
  resize: vertical;
  min-height: 104px;
  max-width: 100%;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(209, 0, 23, 0.32);
  box-shadow:
    0 0 0 4px rgba(209, 0, 23, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.contact-feedback {
  margin: 0;
  color: #3d3d44;
  line-height: 1.55;
  font-size: 0.84rem;
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  background: rgba(255, 255, 255, 0.64);
}

.contact-feedback[data-state="success"] {
  color: #0d5a2f;
  border-color: rgba(22, 163, 74, 0.22);
  background: rgba(34, 197, 94, 0.08);
}

.contact-feedback[data-state="error"] {
  color: #8b1221;
  border-color: rgba(209, 0, 23, 0.2);
  background: rgba(209, 0, 23, 0.08);
}

.contact-feedback-static {
  margin-top: 0.2rem;
}

.contact-result {
  width: 100%;
  border: 1px dashed rgba(209, 0, 23, 0.24);
  border-radius: 14px;
  padding: 0.85rem;
  background: rgba(255, 255, 255, 0.84);
  color: #1c1c21;
  font: inherit;
  line-height: 1.6;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.cta-actions .button {
  min-width: 128px;
  justify-content: center;
}

.footer {
  position: relative;
  margin-top: 1.2rem;
  padding: 3.25rem 0 1.2rem;
  border-top: 1px solid rgba(24, 24, 27, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(225, 229, 235, 0.9) 26%, rgba(208, 213, 220, 0.96)),
    radial-gradient(circle at 18% 0%, rgba(209, 0, 23, 0.06), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.35), transparent 26%);
  overflow: hidden;
}

.footer::before,
.footer::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.footer::before {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 28%),
    url("assets/noise.svg");
  background-repeat: no-repeat, repeat;
  background-size: auto, 320px 320px;
  opacity: 0.35;
}

.footer::after {
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(209, 0, 23, 0.18), transparent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr;
  gap: 1.4rem;
  position: relative;
  z-index: 1;
  padding: 1.55rem;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(240, 243, 247, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow:
    0 26px 56px rgba(2, 6, 23, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
}

.footer-brand {
  margin-bottom: 0.8rem;
}

.footer-text {
  max-width: 44ch;
  color: #303038;
}

.footer h3 {
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.footer-links {
  display: grid;
  gap: 0.7rem;
}

.footer-links a,
.footer-links li {
  color: #34343b;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--primary);
}

.footer-bottom {
  margin-top: 1.4rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(24, 24, 27, 0.08);
  color: #3b3b42;
  position: relative;
  z-index: 1;
  text-align: center;
}

.floating-whatsapp {
  position: fixed;
  right: 1.2rem;
  bottom: max(1.2rem, env(safe-area-inset-bottom));
  z-index: 60;
  max-width: calc(100vw - 2.4rem);
  width: auto;
  min-width: 58px;
  height: 58px;
  min-height: 58px;
  padding: 0.72rem 1rem 0.72rem 0.85rem;
  border-radius: 999px;
  gap: 0.55rem;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 20px 50px rgba(124, 0, 12, 0.28);
  animation: floatCTA 6s ease-in-out infinite;
  display: none;
  align-items: center;
  justify-content: center;
}

.floating-whatsapp-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.floating-whatsapp-label {
  display: inline-block;
  font-size: 0.84rem;
  line-height: 1;
  white-space: normal;
}

@keyframes floatCTA {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

.floating-whatsapp::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  border: 2px solid rgba(209, 0, 23, 0.22);
  opacity: 0;
  animation: pulseRing 2.2s ease-out infinite;
  pointer-events: none;
}

@keyframes pulseRing {
  0% { transform: scale(0.9); opacity: 0.0; }
  20% { opacity: 0.55; }
  100% { transform: scale(1.25); opacity: 0; }
}

@media (max-width: 1080px) {
  .hero-grid,
  .faq-layout,
  .footer-grid,
  .cta-box,
  .timeline,
  .site-focus-grid,
  .system-showcase,
  .feature-grid,
  .benefits-grid,
  .pricing-grid,
  .module-grid,
  .portfolio-grid,
  .testimonial-grid,
  .trust-items,
  .hero-highlights,
  .two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-box {
    align-items: flex-start;
  }

  .segment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 820px) {
  .header {
    overflow: visible;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .menu {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.6rem);
    padding: 0.85rem;
    border-radius: 18px;
    border: 1px solid rgba(24, 24, 27, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 242, 247, 0.96));
    box-shadow:
      0 22px 48px rgba(2, 6, 23, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.75);
    display: none;
    flex-direction: column;
    align-items: stretch;
  }

  .menu.is-open {
    display: flex;
  }

  .menu .button {
    width: 100%;
  }

  .hero {
    padding-top: 3.4rem;
  }

  .hero-grid,
  .faq-layout,
  .footer-grid,
  .cta-box,
  .timeline,
  .site-focus-grid,
  .system-showcase,
  .feature-grid,
  .benefits-grid,
  .pricing-grid,
  .module-grid,
  .portfolio-grid,
  .testimonial-grid,
  .trust-items,
  .hero-highlights,
  .two-columns,
  .metric-row {
    grid-template-columns: 1fr;
  }

  .pricing-grid-four {
    grid-template-columns: 1fr;
  }

  .hero-fill-grid {
    grid-template-columns: 1fr;
  }

  .hero-offer-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-copy {
    padding: 1.2rem 1rem 1.05rem;
    border-radius: 20px;
  }

  .hero-copy::after {
    left: 1.15rem;
    right: 1.15rem;
  }

  .hero-motion-accent {
    width: 100%;
    justify-content: center;
  }

  .hero-showcase {
    width: 100%;
    padding: 0.85rem;
    border-radius: 22px;
  }

  .hero-showcase-panel-top {
    align-items: flex-start;
    flex-direction: column;
  }

  #diferenciais .faq-layout::before {
    display: none;
  }

  .segment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chart-stats {
    grid-template-columns: 1fr;
  }

  .chart-snapshot {
    grid-template-columns: 1fr;
  }

  .hero-solution-section,
  .site-funnel-card,
  .management-panel-card,
  .chart-visual {
    grid-template-columns: 1fr;
  }

  .chart-axis-y {
    display: none;
  }

  .site-funnel-preview {
    min-height: auto;
  }

  .chart-axis-x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-left: 0;
  }

  .chart-axis-x span:first-child {
    grid-column: auto;
  }

  .compact-highlights-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .compact-highlights-card {
    max-width: none;
    justify-self: stretch;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .system-pill-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 3.35rem 0;
  }

  .footer-grid {
    padding: 1.15rem;
    border-radius: 20px;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(calc(100% - 1.2rem), var(--container));
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .dashboard-card,
  .hero-copy,
  .hero-highlights li,
  .info-card,
  .feature-card,
  .benefit-card,
  .timeline-item,
  .portfolio-card,
  .testimonial-card,
  .faq-list details,
  .cta-box {
    border-radius: 18px;
  }

  .section {
    padding: 3rem 0;
  }

  .hero {
    padding: 3rem 0 1.8rem;
  }

  .segment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-logos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .client-logos-grid {
    grid-template-columns: 1fr;
  }

  .client-logo-card {
    min-height: 110px;
  }

  .floating-whatsapp {
    display: inline-flex;
    right: 1rem;
    bottom: max(1rem, env(safe-area-inset-bottom));
    width: 58px;
    min-width: 58px;
    height: 58px;
    min-height: 58px;
    padding: 0.7rem;
  }

  .floating-whatsapp-label {
    display: none;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .js .reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .hero-visual-bg,
  .floating-whatsapp,
  .hero-motion-accent::before,
  .hero-motion-accent::after,
  .pricing-card::after {
    animation: none;
  }

  .floating-whatsapp::after,
  .button-primary::after,
  .button-secondary::after,
  .menu-toggle::after {
    display: none;
  }

  .client-logo-card,
  .client-logo-card::after {
    animation: none;
  }

}
