:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --surface-soft: #f0f4ff;
  --text: #0f172a;
  --muted: #5b6475;
  --line: #d9dfeb;
  --primary: #1d4ed8;
  --primary-hover: #1e40af;
  --success: #065f46;
  --radius: 14px;
  --shadow: 0 12px 40px rgba(17, 24, 39, 0.08);
  --hero-glow: radial-gradient(circle at 10% 10%, #dbeafe 0, rgba(219, 234, 254, 0) 50%),
    radial-gradient(circle at 90% 0%, #dbeafe 0, rgba(219, 234, 254, 0) 45%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  background-image:
    radial-gradient(circle at 12% 12%, rgba(59, 130, 246, 0.06) 0, rgba(59, 130, 246, 0) 34%),
    radial-gradient(circle at 88% 7%, rgba(147, 197, 253, 0.18) 0, rgba(147, 197, 253, 0) 30%);
}

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

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.section {
  padding: 80px 0;
}

.alt {
  background: var(--surface);
}

.center {
  text-align: center;
}

.mt-32 {
  margin-top: 32px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 800;
}

h2 {
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1.13;
  letter-spacing: -0.02em;
  font-weight: 700;
}

h3 {
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

p {
  color: var(--muted);
}

.section-label {
  margin: 0 0 8px;
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.77rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 700;
  background: var(--primary);
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: background-color 0.2s ease;
}

.btn:hover {
  background: var(--primary-hover);
}

.btn::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.35) 45%, transparent 70%);
  transform: translateX(-130%);
  animation: btn-shimmer-loop 2.2s linear infinite;
}

@keyframes btn-shimmer-loop {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(130%);
  }
}

.btn-sm {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.95rem;
}

.btn-block {
  width: 100%;
}

.book-meeting-cta {
  animation: cta-pulse-zoom 1.8s ease-in-out infinite;
  transform-origin: center;
}

@keyframes cta-pulse-zoom {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.075);
  }
}

@keyframes badge-pulse-zoom {
  0%,
  100% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.075);
  }
}

@keyframes badge-shimmer-loop {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(130%);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--hero-glow);
  backdrop-filter: none;
  border-bottom: 0;
}

.nav-wrap {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.logo-image {
  width: 112px;
  height: auto;
  display: block;
  object-fit: contain;
}

.nav {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 22px;
}

.nav a {
  color: #243044;
  font-weight: 600;
  font-size: 0.95rem;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px;
}

.hero {
  position: relative;
  background: var(--hero-glow);
  overflow: visible;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 30px;
  align-items: start;
}

.hero-orb {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
  opacity: 0.45;
  animation: float-orb 9s ease-in-out infinite;
}

.hero-orb-left {
  left: -130px;
  top: 80px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.35), rgba(37, 99, 235, 0));
}

.hero-orb-right {
  right: -100px;
  top: 20px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.3), rgba(14, 165, 233, 0));
  animation-delay: 1.4s;
}

@keyframes float-orb {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  border: 1px solid #c9d7ff;
  background: #ecf2ff;
  color: #1e3a8a;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 0.8rem;
  box-shadow: 0 6px 16px rgba(30, 58, 138, 0.12);
}

.text-gradient {
  background: linear-gradient(92deg, #1d4ed8, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.subheadline {
  font-size: 1.08rem;
  max-width: 68ch;
  margin-bottom: 0;
}

.check-list {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #263246;
  font-weight: 500;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dcfce7;
  color: var(--success);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  animation: problem-cross-pulse 0.6s ease-in-out infinite;
}

.hero-media .media-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.video-shell {
  position: relative;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(135deg, #3b82f6, #60a5fa, #1d4ed8);
  box-shadow: 0 14px 32px rgba(29, 78, 216, 0.25);
  overflow: hidden;
}

.video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.video-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
  border-radius: 10px;
  background: #000;
}

.hero-stats {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.stat-card {
  position: relative;
  border: 1px solid #cfdcf7;
  border-radius: 14px;
  padding: 14px 14px 12px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 255, 0.86));
  backdrop-filter: blur(2px);
  box-shadow: 0 10px 22px rgba(30, 58, 138, 0.08);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.stat-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #06b6d4, #6366f1);
}

.stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 6px;
  background: linear-gradient(165deg, #eef4ff, #e5eeff);
  border: 1px solid #cadcff;
  border-radius: 999px;
}

.stat-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #1e40af;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stat-card:hover {
  transform: translateY(-4px);
  border-color: #b8cdf6;
  box-shadow: 0 16px 32px rgba(30, 58, 138, 0.16);
}

.stat-card strong {
  display: block;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 1.55rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(95deg, #1d4ed8, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 4px;
}

.stat-value {
  display: inline-block;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 1.55rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: transparent;
  background: linear-gradient(95deg, #1d4ed8, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-card > span:not(.stat-icon) {
  display: block;
  color: #55627a;
  font-size: 0.93rem;
  font-weight: 500;
}

.hero-cta-card {
  background: var(--surface);
  border: 1px solid #c7d7ff;
  border-radius: var(--radius);
  padding: 56px 28px 28px;
  box-shadow: 0 18px 46px rgba(29, 78, 216, 0.15);
  position: sticky;
  top: 84px;
  align-self: start;
  height: fit-content;
  overflow: visible;
}

.offer-badge {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  min-width: 220px;
  padding: 11px 16px;
  border-radius: 8px;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  color: #ffffff;
  background: linear-gradient(180deg, #f43f5e 0%, #e11d48 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 18px rgba(225, 29, 72, 0.34);
  text-align: center;
  animation: badge-pulse-zoom 1.8s ease-in-out infinite;
  transform-origin: center;
  overflow: hidden;
  isolation: isolate;
}

.offer-badge--desktop {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.offer-badge--mobile {
  display: none;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 14px;
  min-width: min(92vw, 260px);
}

.offer-badge::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.35) 45%, transparent 70%);
  transform: translateX(-130%);
  animation: badge-shimmer-loop 2.2s linear infinite;
  pointer-events: none;
  z-index: 0;
}

.offer-badge > * {
  position: relative;
  z-index: 1;
}

.offer-badge-label {
  font-size: 0.82rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.offer-badge-timer {
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #ffe4e6;
}

@media (min-width: 761px) {
  .offer-badge--mobile {
    display: none;
  }
}

.mini-timer {
  margin: 18px 0 14px;
  border-radius: 12px;
  background: linear-gradient(155deg, #0b1221, #111827 60%, #1f2937);
  border: 1px solid #2d3a54;
  padding: 14px 14px 12px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.35);
}

.mini-timer-title {
  margin: 0 0 10px;
  color: #e5ecff;
  font-size: 0.8rem;
  font-weight: 600;
}

.mini-timer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.time-box {
  border-radius: 10px;
  border: 1px solid #374151;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  text-align: center;
  padding: 10px 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.time-box span {
  display: block;
  color: #ffffff;
  font-size: 1.95rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.time-box small {
  color: #c7d2fe;
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.micro-copy {
  margin-top: 10px;
  font-size: 0.86rem;
}

.trust-heading-section {
  padding: 26px 0 30px;
  background: transparent;
}

.trust-heading {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  color: #0f172a;
}

.trust-subheading {
  margin: 10px auto 0;
  max-width: 64ch;
  font-size: 1.02rem;
  font-weight: 500;
}

.trust-strip {
  background: #111827;
  color: #e5edff;
  padding: 34px 0;
  overflow: hidden;
}

.logo-rail {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.logo-track {
  width: max-content;
  display: flex;
  gap: 6px;
  animation: logo-marquee 28s linear infinite;
}

.logo-item {
  border: 0;
  background: transparent;
  min-height: 72px;
  min-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.logo-item img {
  width: 168px;
  height: 48px;
  display: block;
  object-fit: contain;
  filter: grayscale(1) brightness(1.45);
  opacity: 0.92;
}

.logo-item img.logo-brand {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 10px;
  filter: none;
  opacity: 0.98;
}

.logo-item:hover {
  transform: translateY(-2px) scale(1.03);
  opacity: 1;
}

@keyframes logo-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
}

.problem-label {
  color: #1d4ed8;
}

.problem-section h2 {
  max-width: 17ch;
}

.problem-section p {
  max-width: 58ch;
}

.problem-left-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  max-width: 58ch;
}

.problem-left-list li {
  position: relative;
  padding-left: 34px;
  color: #1f2937;
  font-weight: 600;
  opacity: 0;
  transform: translateY(12px);
}

.problem-left-list li::before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #dc2626;
  background: rgba(254, 226, 226, 0.95);
  border: 1px solid rgba(239, 68, 68, 0.45);
  box-shadow: 0 4px 10px rgba(239, 68, 68, 0.18);
  font-size: 0.82rem;
  font-weight: 800;
  animation: problem-cross-pulse 0.6s ease-in-out infinite;
}

.split.is-visible .problem-left-list li {
  animation: problem-bullet-reveal 0.46s ease forwards;
}

.split.is-visible .problem-left-list li:nth-child(1) { animation-delay: 0.30s; }
.split.is-visible .problem-left-list li:nth-child(2) { animation-delay: 0.60s; }
.split.is-visible .problem-left-list li:nth-child(3) { animation-delay: 0.90s; }
.split.is-visible .problem-left-list li:nth-child(4) { animation-delay: 1.20s; }
.split.is-visible .problem-left-list li:nth-child(5) { animation-delay: 1.50s; }

@keyframes problem-bullet-reveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes problem-cross-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.18);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 6px 14px rgba(239, 68, 68, 0.24);
  }
}

.problem-avatar-card {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.problem-avatar-image {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 14px 22px rgba(15, 23, 42, 0.14));
}

.contrast-section {
  background: #080c16;
  position: relative;
  overflow: hidden;
}

.contrast-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, #000 35%, transparent 95%);
  pointer-events: none;
}

.contrast-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.contrast-block {
  border-radius: 16px;
  border: 1px solid #334155;
  padding: 22px 24px;
  box-shadow: 0 18px 38px rgba(2, 6, 23, 0.35);
  height: 100%;
}

.contrast-image-panel {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #334155;
  box-shadow: 0 18px 38px rgba(2, 6, 23, 0.35);
  min-height: 100%;
  background: #0b1221;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.contrast-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.contrast-negative {
  background: linear-gradient(165deg, #111827, #0f172a);
}

.contrast-positive {
  background: linear-gradient(165deg, #0f2a1f, #10291c);
  border-color: #226545;
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.2), 0 0 30px rgba(34, 197, 94, 0.2);
}

.contrast-title {
  margin: 0 0 16px;
  color: #f8fafc;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
}

.contrast-label {
  margin-right: 8px;
  font-weight: 800;
}

.contrast-label.negative { color: #ef4444; }
.contrast-label.positive { color: #84cc16; }

.contrast-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.contrast-list li {
  position: relative;
  color: #e5e7eb;
  font-size: 1.05rem;
  font-weight: 600;
  padding: 14px 0 14px 34px;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.25);
}

.contrast-list li::before {
  position: absolute;
  left: 0;
  top: 14px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
}

.contrast-negative .contrast-list li::before {
  content: "✕";
  color: #fecaca;
  background: rgba(239, 68, 68, 0.18);
  border: 1px solid rgba(248, 113, 113, 0.4);
}

.contrast-positive .contrast-list li::before {
  content: "✓";
  color: #dcfce7;
  background: rgba(34, 197, 94, 0.2);
  border: 1px solid rgba(74, 222, 128, 0.45);
  animation: problem-cross-pulse 0.6s ease-in-out infinite;
}

.contrast-list li:last-child {
  border-bottom: 0;
}

.solution-section .section-label,
.solution-section h2,
.solution-section .section-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-intro {
  max-width: 70ch;
}

.feature-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card,
.step,
.results-grid article,
.testimonial,
.faq-list details {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.feature-card {
  padding: 20px;
  will-change: transform, box-shadow;
  transition: transform 0.36s ease-in-out, box-shadow 0.36s ease-in-out, border-color 0.36s ease-in-out;
}

.feature-card .feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.feature-card .feature-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: #1d4ed8;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 { margin-bottom: 8px; }
.feature-card p { margin-bottom: 0; }

.feature-grid .feature-card[data-reveal]:nth-child(1) { transition-delay: 0.05s; }
.feature-grid .feature-card[data-reveal]:nth-child(2) { transition-delay: 0.12s; }
.feature-grid .feature-card[data-reveal]:nth-child(3) { transition-delay: 0.19s; }
.feature-grid .feature-card[data-reveal]:nth-child(4) { transition-delay: 0.26s; }
.feature-grid .feature-card[data-reveal]:nth-child(5) { transition-delay: 0.33s; }

.feature-card:hover {
  transform: scale(1.05);
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.12);
  border-color: #c5d4f3;
}

.steps {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.step {
  padding: 22px 18px 20px;
}

.process-flow {
  --process-gap: 28px;
  --process-arrow-size: 26px;
  isolation: isolate;
}

.process-step {
  position: relative;
  overflow: visible;
  border: 1px solid #cfe0ff;
  background: linear-gradient(160deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.1);
}

.process-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: calc((var(--process-gap) / -2) - (var(--process-arrow-size) / 2));
  width: var(--process-arrow-size);
  height: var(--process-arrow-size);
  transform: translateY(-50%);
  border-radius: 999px;
  border: 1px solid #1d4ed8;
  background: linear-gradient(145deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(29, 78, 216, 0.32), inset 0 1px 0 rgba(191, 219, 254, 0.45);
  z-index: 10;
  pointer-events: none;
}

.process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc((var(--process-gap) / -2) - (var(--process-arrow-size) / 2) - 2px);
  width: calc(var(--process-arrow-size) + 4px);
  height: calc(var(--process-arrow-size) + 4px);
  transform: translateY(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.16), rgba(59, 130, 246, 0));
  z-index: 9;
  pointer-events: none;
}

.process-step .step-badge {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e8efff;
  color: #1e3a8a;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.25);
  border: 1px solid #bfdbfe;
}

.process-flow .process-step[data-reveal]:nth-child(1) { transition-delay: 0.04s; }
.process-flow .process-step[data-reveal]:nth-child(2) { transition-delay: 0.12s; }
.process-flow .process-step[data-reveal]:nth-child(3) { transition-delay: 0.2s; }
.process-flow .process-step[data-reveal]:nth-child(4) { transition-delay: 0.28s; }

#how-it-works .section-label,
#how-it-works h2 {
  text-align: center;
}

.step:hover,
.results-grid article:hover,
.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.12);
  border-color: #c5d4f3;
}

.risk-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.results-showcase {
  padding-top: 0;
  padding-bottom: 72px;
  overflow: hidden;
}

.results-hero {
  width: 100%;
  background: linear-gradient(180deg, #1d4ed8 0%, #1e40af 100%);
  padding: 80px 0 142px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}

.results-hero .container {
  position: relative;
  z-index: 2;
}

.results-hero .section-label {
  color: #dbeafe;
  margin-bottom: 12px;
}

.results-hero h2 {
  color: #ffffff;
  max-width: 15ch;
  margin: 0 auto;
  font-size: clamp(2.35rem, 4.6vw, 3.55rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.results-highlight {
  color: #bfdbfe;
}

.results-content {
  margin-top: -102px;
}

.results-grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.result-card {
  --result-offset: 0px;
  transform: translateY(var(--result-offset));
  background: #ffffff;
  border: 1px solid #dbe7ff;
  border-radius: 14px;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.18);
  text-align: center;
  min-height: 186px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.result-card:nth-child(1),
.result-card:nth-child(3) {
  --result-offset: -16px;
}

.result-card:nth-child(2),
.result-card:nth-child(4) {
  --result-offset: 16px;
}

.result-card:hover {
  transform: translateY(calc(var(--result-offset) - 6px));
  border-color: #bfd4ff;
  box-shadow: 0 20px 34px rgba(15, 23, 42, 0.22);
}

.result-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.result-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: #1d4ed8;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.result-card h3 {
  margin-bottom: 8px;
  font-size: 1.02rem;
  line-height: 1.25;
}

.result-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #1f2937;
}

.results-grid article,
.testimonial,
.feature-card,
.step,
.faq-list details {
  padding: 20px;
}

.disclaimer {
  width: fit-content;
  max-width: min(92%, 760px);
  margin: 30px auto 0;
  padding: 10px 16px;
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #5f6f8d;
  text-align: center;
  border: 1px solid #d9e4fb;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #f6f9ff);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.disclaimer::before {
  content: "i";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  color: #1d4ed8;
  background: #e8f0ff;
  border: 1px solid #c7d8ff;
  vertical-align: text-top;
}

.testimonial-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.testimonial-slider {
  margin-top: 28px;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  width: 100%;
  padding-bottom: 22px;
}

#testimonials .section-label,
#testimonials h2 {
  text-align: center;
}

.testimonial-track {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
}

.testimonial-slide {
  flex: 0 0 auto;
  min-width: 0;
}

.testimonial {
  border-radius: 16px;
  border: 1px solid #dbe7ff;
  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.1),
    0 2px 8px rgba(15, 23, 42, 0.06);
  text-align: center;
}

.testimonial p {
  color: #253149;
  font-size: 1.05rem;
  line-height: 1.4;
  margin-bottom: 18px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.testimonial-author > div {
  text-align: center;
}

.testimonial h3 {
  margin: 0;
  font-size: 1.02rem;
}

.testimonial span {
  color: #1d4ed8;
  font-size: 0.92rem;
  font-weight: 600;
}

.testimonial-stars {
  margin: 12px 0 0;
  letter-spacing: 0.06em;
  color: #fbbf24;
  font-size: 1.05rem;
  line-height: 1;
}

.testimonial:hover {
  transform: none;
  border-color: #dbe7ff;
  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.1),
    0 2px 8px rgba(15, 23, 42, 0.06);
}

.faq-list {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

#faq .section-label,
#faq h2 {
  text-align: center;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
  transition: color 0.2s ease;
}

.faq-list details[open] summary {
  color: #1d4ed8;
}

.faq-list details[open] {
  border-color: #bcd0ff;
  box-shadow: 0 14px 30px rgba(29, 78, 216, 0.09);
}

.urgency p {
  margin: 0 auto 18px;
  max-width: 60ch;
}

.contact-section .section-label,
.contact-section h2,
.contact-section .contact-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-section .contact-intro {
  max-width: 72ch;
}

.contact-grid {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}

.contact-form,
.contact-side-card {
  border: 1px solid #dbe7ff;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  padding: 22px;
}

.contact-form {
  width: min(100%, 880px);
}

.contact-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #1f2937;
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cdd9f4;
  border-radius: 10px;
  background: #f8fbff;
  color: #0f172a;
  font: inherit;
  padding: 11px 12px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #8391ab;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #7ea3f6;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
  background: #ffffff;
}

.contact-form textarea {
  resize: vertical;
  min-height: 132px;
}

.contact-form .btn-block {
  width: min(100%, 320px);
  display: flex;
  margin: 6px auto 0;
}

.contact-form .micro-copy {
  margin-top: 12px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4b5d7a;
  letter-spacing: 0.01em;
}

.contact-form .micro-copy::before {
  content: "i";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  color: #1d4ed8;
  background: #e7efff;
  border: 1px solid #c7d8ff;
  vertical-align: text-top;
}

.contact-feedback {
  margin: 12px auto 0;
  padding: 10px 14px;
  width: min(100%, 520px);
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.contact-feedback-success {
  color: #166534;
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
}

.contact-feedback-error {
  color: #991b1b;
  border: 1px solid #fecaca;
  background: #fef2f2;
}

.contact-side-card h3 {
  margin-bottom: 10px;
}

.contact-side-card p {
  margin-bottom: 16px;
}

.contact-points {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.contact-points li {
  position: relative;
  padding-left: 28px;
  color: #1f2937;
  font-weight: 600;
}

.contact-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #065f46;
  background: #dcfce7;
  font-size: 0.74rem;
  font-weight: 800;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-wrap p {
  margin: 0;
  font-size: 0.9rem;
}

.footer-wrap nav {
  display: inline-flex;
  gap: 16px;
  font-size: 0.9rem;
  font-weight: 600;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-card[data-reveal].is-visible:hover {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .split,
  .risk-grid {
    grid-template-columns: 1fr;
  }

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

  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .results-hero {
    padding: 64px 0 108px;
    clip-path: none;
  }

  .results-content {
    margin-top: -70px;
  }

  .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .result-card:nth-child(odd),
  .result-card:nth-child(even) {
    --result-offset: 0px;
  }

  .process-step::before,
  .process-step::after,
  .process-step:not(:last-child)::before,
  .process-step:not(:last-child)::after {
    display: none;
  }

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

  .testimonial {
    width: auto;
  }

  .testimonial-slide {
    flex: 0 0 auto;
    min-width: 0;
  }

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

  .contrast-wrap {
    grid-template-columns: 1fr;
  }

  .problem-avatar-card {
    display: none;
  }

  .footer-wrap {
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
    text-align: center;
  }

  .footer-wrap p {
    text-align: center;
  }

  .footer-wrap nav {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 64px 0;
  }

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

  .hero-cta-card {
    position: static;
    padding: 28px 22px 22px;
  }

  .offer-badge--desktop {
    display: none;
  }

  .offer-badge--mobile {
    display: flex;
    width: fit-content;
    margin: 0 auto 14px;
    left: auto;
    top: auto;
    transform: none;
    animation: cta-pulse-zoom 1.8s ease-in-out infinite;
    padding: 10px 14px 11px;
  }

  .offer-badge--mobile .offer-badge-label {
    font-size: 0.75rem;
  }

  .offer-badge-timer {
    font-size: 0.72rem;
  }

  .nav {
    display: none;
  }

  .menu-toggle {
    display: none;
  }

  .site-header.open .nav {
    display: flex;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--hero-glow);
    border-bottom: 1px solid var(--line);
    padding: 14px 4%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
  }

  .nav-wrap {
    grid-template-columns: auto 1fr auto;
  }

  .nav-wrap .btn-sm {
    display: inline-flex;
    justify-self: end;
  }

  .steps,
  .results-grid,
  .testimonial-grid,
  .contact-field-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .testimonial {
    width: auto;
  }

  .testimonial-slide {
    flex: 0 0 auto;
    min-width: 0;
  }

  .results-hero {
    padding: 56px 0 90px;
  }

  .results-content {
    margin-top: -52px;
  }

  .logo-item {
    min-width: 186px;
  }

  .logo-item img {
    width: 142px;
    height: 40px;
  }

  .logo-track {
    gap: 0;
  }

  .logo-item img.logo-brand {
    width: 84px;
    height: 84px;
  }

  .mini-timer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

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

}

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

  .logo-track,
  .hero-orb {
    animation: none;
  }

  .problem-left-list li {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .problem-left-list li::before {
    animation: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}