/* ===========================================================
   Kumble Landing — premium effects
   Loaded after styles.css
   =========================================================== */

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal:nth-child(2) { transition-delay: 0.06s; }
.reveal:nth-child(3) { transition-delay: 0.12s; }
.reveal:nth-child(4) { transition-delay: 0.18s; }
.reveal:nth-child(5) { transition-delay: 0.24s; }
.reveal:nth-child(6) { transition-delay: 0.3s; }

/* Cursor spotlight (faint, global) */
.cursor-spotlight {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(380px circle at var(--mx, 50%) var(--my, 30%),
      rgba(79,70,229,0.07), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s;
}
body:hover .cursor-spotlight { opacity: 1; }

/* ===========================================================
   NAV
   =========================================================== */
.land-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.land-nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.land-nav-links {
  display: flex;
  gap: 32px;
  font-size: 13.5px;
  font-weight: 500;
}
.land-nav-links a { color: var(--mute-600); transition: color 0.15s; }
.land-nav-links a:hover { color: var(--accent); }
.land-nav-cta { display: flex; gap: 8px; }

/* ===========================================================
   HERO
   =========================================================== */
.hero {
  position: relative;
  padding: 96px 32px 90px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-grid { width: 100%; height: 100%; position: absolute; inset: 0; }
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}
.blob-1 {
  width: 560px; height: 560px;
  top: -160px; left: -120px;
  background: radial-gradient(circle, rgba(79,70,229,0.4), transparent 60%);
  animation: blob 18s ease-in-out infinite;
}
.blob-2 {
  width: 600px; height: 600px;
  top: 80px; right: -180px;
  background: radial-gradient(circle, rgba(124,58,237,0.35), transparent 60%);
  animation: blob 22s ease-in-out infinite reverse;
}
@keyframes blob {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(40px, -30px) scale(1.05); }
  66% { transform: translate(-30px, 40px) scale(0.95); }
}

.hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  z-index: 2;
}

/* Hero pill */
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(8px);
  border: 1px solid var(--accent-mid);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 26px;
}
.hero-pill .pill-dot {
  width: 6px; height: 6px;
  background: var(--accent);
  border-radius: 50%;
  position: relative;
}
.hero-pill .pill-dot::after {
  content: '';
  position: absolute;
  inset: -3px;
  background: var(--accent);
  border-radius: 50%;
  opacity: 0.3;
  animation: ping 2s infinite;
}
@keyframes ping {
  0%, 100% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(2); opacity: 0; }
}

.hero h1 {
  font-size: clamp(40px, 5.6vw, 64px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin-bottom: 24px;
  color: var(--ink);
}
.word-rotate {
  color: var(--accent);
  display: inline-flex;
  align-items: baseline;
  position: relative;
}
.word-cycle { white-space: nowrap; }
.cursor-blink {
  display: inline-block;
  width: 3px;
  height: 0.85em;
  background: var(--accent);
  margin-left: 4px;
  animation: blink 1.05s steps(1) infinite;
  vertical-align: -0.05em;
}
@keyframes blink { 50% { opacity: 0; } }

.hero p.lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--mute-600);
  margin-bottom: 32px;
  max-width: 520px;
}
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-cta .btn { transition: transform 0.15s ease; }

.hero-trust {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 24px;
  font-size: 12.5px;
  color: var(--mute-500);
  flex-wrap: wrap;
}
.hero-trust .check { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust .check [data-lucide] { width: 14px; height: 14px; color: var(--success); stroke-width: 2.5; }

.hero-stats {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 0;
}
.hero-stats > div:not(.hs-divider) { padding-right: 24px; }
.hero-stats .hs-divider {
  width: 1px;
  height: 40px;
  background: var(--line-2);
  margin-right: 24px;
}
.hs-val {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--ink);
  line-height: 1;
}
.hs-lbl {
  font-size: 11.5px;
  color: var(--mute-500);
  margin-top: 4px;
  font-weight: 500;
}

/* Hero right side */
.hero-right {
  position: relative;
  min-height: 480px;
}
.hero-orbits {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.orbit { transform-origin: center; }
.orbit-1 { animation: spin 28s linear infinite; }
.orbit-2 { animation: spin 50s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Floating accent cards around browser mock */
.float-card {
  position: absolute;
  z-index: 3;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 12px 32px rgba(11,16,32,0.12), 0 4px 8px rgba(11,16,32,0.04);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: float 6s ease-in-out infinite;
}
.float-card .fc-ic {
  width: 32px; height: 32px;
  border-radius: 9px;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.float-card .fc-ic [data-lucide] { width: 16px; height: 16px; }
.float-card .fc-ic.green {
  background: var(--success-soft);
  color: var(--success);
}
.float-card .fc-t { font-size: 12px; font-weight: 700; line-height: 1.2; }
.float-card .fc-s { font-size: 10.5px; color: var(--mute-400); margin-top: 2px; }

.float-lock { animation-delay: -2s; }
.float-live { animation-delay: -4s; }
.float-analytics {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 12px 14px;
  animation-delay: -1s;
}
.pulse-dot {
  width: 8px; height: 8px;
  background: var(--success);
  border-radius: 50%;
  position: relative;
}
.pulse-dot::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: var(--success);
  opacity: 0.4;
  animation: ping 1.8s infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Browser mock */
.browser-mock {
  position: relative;
  background: white;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow:
    0 30px 60px -20px rgba(11,16,32,0.22),
    0 18px 30px -15px rgba(79,70,229,0.18);
  overflow: hidden;
  z-index: 2;
  --cx: 50%; --cy: 50%;
}
.browser-mock .bm-spotlight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(220px circle at var(--cx) var(--cy), rgba(79,70,229,0.10), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s;
}
.browser-mock:hover .bm-spotlight { opacity: 1; }
.browser-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
  background: var(--mute-50);
}
.browser-dots { display: flex; gap: 6px; }
.browser-dots span { width: 11px; height: 11px; border-radius: 50%; }
.browser-dots span:nth-child(1) { background: #FF5F57; }
.browser-dots span:nth-child(2) { background: #FEBC2E; }
.browser-dots span:nth-child(3) { background: #28C840; }
.browser-url {
  flex: 1;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 11.5px;
  font-family: 'JetBrains Mono', monospace;
  color: var(--mute-600);
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.browser-url [data-lucide] { width: 12px; height: 12px; color: var(--success); flex-shrink: 0; }
.browser-meta {
  color: var(--mute-400);
  display: flex;
}
.browser-meta [data-lucide] { width: 14px; height: 14px; }
.browser-body { padding: 14px; }

.bm-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 8px;
  background: white;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.bm-row:hover { transform: translateY(-1px); border-color: var(--accent-mid); box-shadow: 0 4px 12px rgba(11,16,32,0.06); }
.bm-row:nth-child(1) { animation: slideIn 0.5s ease-out 0.2s backwards; }
.bm-row:nth-child(2) { animation: slideIn 0.5s ease-out 0.35s backwards; }
.bm-row:nth-child(3) { animation: slideIn 0.5s ease-out 0.5s backwards; }
.bm-row:nth-child(4) { animation: slideIn 0.5s ease-out 0.65s backwards; }
@keyframes slideIn {
  from { opacity: 0; transform: translateX(20px); }
  to   { opacity: 1; transform: translateX(0); }
}
.bm-ic {
  width: 34px; height: 34px;
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
}
.bm-ic [data-lucide] { width: 17px; height: 17px; }
.bm-info { flex: 1; min-width: 0; }
.bm-info .bm-t { font-size: 12.5px; font-weight: 600; }
.bm-info .bm-s { font-size: 11px; color: var(--mute-400); margin-top: 1px; }
.bm-row .badge [data-lucide] { width: 9px; height: 9px; }
.dot-status { width: 7px; height: 7px; }

/* ===========================================================
   LOGOS STRIP / MARQUEE
   =========================================================== */
.logos-strip {
  padding: 40px 32px 60px;
  border-top: 1px solid var(--line);
  background: var(--surface);
}
.logos-label {
  text-align: center;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--mute-400);
  margin-bottom: 24px;
}
.marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
          mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}
.marquee-track {
  display: flex;
  gap: 64px;
  animation: marquee 36s linear infinite;
  width: max-content;
  align-items: center;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.logo-mark-placeholder {
  color: var(--mute-400);
  opacity: 0.65;
  transition: opacity 0.2s, color 0.2s;
  flex-shrink: 0;
}
.logo-mark-placeholder:hover { color: var(--ink); opacity: 1; }
.logo-mark-placeholder svg { width: auto; height: 24px; display: block; }

/* ===========================================================
   SECTION COMMON
   =========================================================== */
.section { padding: 100px 32px; }
.section-inner { max-width: 1240px; margin: 0 auto; }
.section-head {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--accent);
}
.h2 {
  font-size: clamp(30px, 4.2vw, 46px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin-bottom: 14px;
  max-width: 620px;
}
.sub {
  font-size: 17px;
  color: var(--mute-500);
  max-width: 560px;
  line-height: 1.6;
}
code.inline-mono {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.9em;
  background: var(--mute-100);
  padding: 1px 6px;
  border-radius: 4px;
  color: var(--accent);
}

/* ===========================================================
   FEATURES
   =========================================================== */
.section-features {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}
.feat {
  background: white;
  padding: 36px 28px;
  position: relative;
  transition: background 0.2s;
  --cx: 50%; --cy: 50%;
}
.feat::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(200px circle at var(--cx) var(--cy), rgba(79,70,229,0.05), transparent 70%);
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}
.feat:hover::before { opacity: 1; }
.feat-illu {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.feat:hover .feat-illu { transform: translateY(-4px) rotate(-2deg); }
.feat-illu svg { width: 100%; height: 100%; }
.feat h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}
.feat p {
  font-size: 14px;
  color: var(--mute-500);
  line-height: 1.55;
}

/* ===========================================================
   HOW IT WORKS
   =========================================================== */
.section-how { background: var(--bg); position: relative; overflow: hidden; }
.how-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.how-connector {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  pointer-events: none;
  z-index: 0;
}
.how-path {
  stroke-dashoffset: 600;
  animation: dash 2s ease-out forwards;
  animation-delay: 0.5s;
}
@keyframes dash { to { stroke-dashoffset: 0; } }

.how-step {
  position: relative;
  z-index: 2;
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px 26px;
  --cx: 50%; --cy: 50%;
  box-shadow: var(--sh-1);
  transition: transform 0.25s, box-shadow 0.25s;
}
.how-step::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(220px circle at var(--cx) var(--cy), rgba(79,70,229,0.06), transparent 70%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  border-radius: inherit;
}
.how-step:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.how-step:hover::before { opacity: 1; }
.how-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--accent);
  margin-bottom: 14px;
}
.how-illu {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 20px;
}
.how-illu svg { width: 100%; height: auto; }
.how-step h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.how-step p {
  font-size: 14px;
  color: var(--mute-500);
  line-height: 1.55;
}

/* ===========================================================
   BIG NUMBERS STRIP
   =========================================================== */
.big-numbers {
  padding: 64px 32px;
  background: linear-gradient(135deg, var(--ink) 0%, #1A2244 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
.big-numbers::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(79,70,229,0.3), transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(124,58,237,0.2), transparent 50%);
  pointer-events: none;
}
.bn-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.bn-val {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  background: linear-gradient(135deg, #fff 0%, #c7d2fe 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bn-lbl {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-top: 10px;
  font-weight: 500;
}

/* ===========================================================
   PRICING
   =========================================================== */
.section-pricing { background: var(--surface); border-top: 1px solid var(--line); }
.billing-toggle {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.bt-save {
  background: var(--success-soft);
  color: var(--success);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 999px;
  margin-left: 4px;
  letter-spacing: 0.04em;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 8px;
}
.price-card {
  position: relative;
  background: white;
  border: 1.5px solid var(--line-2);
  border-radius: 20px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  --cx: 50%; --cy: 50%;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.25s;
  overflow: hidden;
}
.price-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(260px circle at var(--cx) var(--cy), rgba(79,70,229,0.08), transparent 70%);
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}
.price-card:hover { transform: translateY(-4px); border-color: var(--accent-mid); box-shadow: 0 20px 40px -16px rgba(11,16,32,0.16); }
.price-card:hover::before { opacity: 1; }
.price-card.featured {
  background: linear-gradient(180deg, var(--ink) 0%, #1A2244 100%);
  border-color: var(--accent);
  color: white;
  box-shadow: 0 20px 50px -10px rgba(79,70,229,0.4);
  transform: translateY(-8px);
}
.price-card.featured::before {
  background: radial-gradient(260px circle at var(--cx) var(--cy), rgba(79,70,229,0.5), transparent 70%);
}
.price-card.featured:hover { transform: translateY(-12px); }
.price-ribbon {
  position: absolute;
  top: -1px;
  right: 22px;
  background: var(--accent);
  color: white;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 0 0 8px 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  z-index: 2;
}
.price-ribbon [data-lucide] { width: 11px; height: 11px; }

.price-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}
.plan-icon-circle {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.plan-icon-circle [data-lucide] { width: 18px; height: 18px; }
.price-card.featured .plan-icon-circle {
  background: rgba(255,255,255,0.12);
  color: white;
}
.plan-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.price-num {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.price-num .cents {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  vertical-align: top;
  margin-left: 1px;
}
.price-per {
  font-size: 12px;
  color: var(--mute-500);
  margin-top: 6px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.price-card.featured .price-per { color: rgba(255,255,255,0.5); }

.price-features {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 26px;
  flex: 1;
  position: relative;
  z-index: 2;
}
.price-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--mute-700);
  line-height: 1.4;
}
.price-card.featured .price-features li { color: rgba(255,255,255,0.85); }
.price-card.featured .price-features li.muted { color: rgba(255,255,255,0.4); }
.price-features li.muted { color: var(--mute-400); }
.li-check, .li-x {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--success-soft);
  color: var(--success);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.li-check [data-lucide], .li-x [data-lucide] { width: 11px; height: 11px; stroke-width: 3; }
.li-x { background: var(--mute-100); color: var(--mute-400); }
.price-card.featured .li-check { background: rgba(79,70,229,0.4); color: white; }
.price-card.featured .li-x { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.4); }

.price-card .btn { position: relative; z-index: 2; }

.price-fine {
  text-align: center;
  font-size: 12.5px;
  color: var(--mute-400);
  margin-top: 32px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

/* ===========================================================
   FAQ
   =========================================================== */
.section-faq { background: var(--bg); }
.faq-inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: flex-start;
}
.faq-left { position: sticky; top: 100px; }
.faq-vault {
  margin-top: 40px;
  max-width: 240px;
}
.faq-vault svg { width: 100%; height: auto; }
.faq-vault circle:nth-child(1) { animation: spin 32s linear infinite; transform-origin: 100px 100px; }
.faq-vault circle:nth-child(2) { animation: spin 24s linear infinite reverse; transform-origin: 100px 100px; }

.faq-right { display: flex; flex-direction: column; gap: 0; }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq-item:last-child { border-bottom: none; }
.faq-item summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  list-style: none;
  transition: color 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 26px;
  font-weight: 300;
  color: var(--accent);
  transition: transform 0.25s;
  line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--accent); }
.faq-body {
  margin-top: 14px;
  font-size: 14.5px;
  color: var(--mute-500);
  line-height: 1.7;
  max-width: 560px;
}

/* ===========================================================
   CTA BANNER
   =========================================================== */
.cta-banner { padding: 0 32px 100px; }
.cta-card {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  background: linear-gradient(135deg, #11152A 0%, #1A2244 50%, var(--accent-deep) 100%);
  border-radius: 28px;
  padding: 64px 56px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  --cx: 50%; --cy: 50%;
}
.cta-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(500px circle at var(--cx) var(--cy), rgba(79,70,229,0.4), transparent 60%);
  pointer-events: none;
}
.cta-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  pointer-events: none;
}
.cta-content { position: relative; z-index: 2; max-width: 540px; }
.cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  padding: 5px 12px 5px 8px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.12);
  margin-bottom: 22px;
}
.cta-card h2 {
  font-size: clamp(28px, 3.8vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 14px;
}
.cta-card p {
  font-size: 15.5px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 28px;
  line-height: 1.55;
}
.cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cta-deco {
  position: relative;
  z-index: 1;
  width: 240px;
  height: 240px;
  flex-shrink: 0;
  animation: float 6s ease-in-out infinite;
}

/* ===========================================================
   FOOTER (kept compact)
   =========================================================== */
.land-footer {
  background: var(--ink);
  color: white;
  padding: 56px 32px 32px;
}
.land-footer-inner { max-width: 1240px; margin: 0 auto; }
.land-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.land-footer .logo, .land-footer .logo-text { color: white; }
.land-footer .logo-mark { background: rgba(255,255,255,0.08); }
.land-footer h5 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 14px;
}
.land-footer a {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  padding: 4px 0;
  transition: color 0.15s;
}
.land-footer a:hover { color: white; }
.land-footer .blurb {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin-top: 16px;
  max-width: 280px;
}
.land-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  flex-wrap: wrap;
  gap: 12px;
}
.ft-status { display: inline-flex; align-items: center; gap: 8px; }

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1100px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card.featured { transform: translateY(0); }
  .price-card.featured:hover { transform: translateY(-4px); }
}

@media (max-width: 860px) {
  .land-nav-links { display: none; }
  .hero { padding: 60px 20px 70px; }
  .hero-inner { grid-template-columns: 1fr; gap: 56px; }
  .hero-right { min-height: 380px; }
  .float-card { transform: scale(0.85); }
  .feat-grid { grid-template-columns: 1fr; }
  .how-flow { grid-template-columns: 1fr; gap: 18px; }
  .how-connector { display: none; }
  .bn-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .faq-inner { grid-template-columns: 1fr; gap: 32px; }
  .faq-left { position: relative; top: 0; }
  .faq-vault { display: none; }
  .section { padding: 64px 20px; }
  .section-head { margin-bottom: 36px; }
  .cta-banner { padding: 0 20px 64px; }
  .cta-card { padding: 40px 28px; flex-direction: column; text-align: center; align-items: flex-start; }
  .cta-deco { display: none; }
  .land-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .land-footer { padding: 40px 20px 28px; }
  .hero-stats > div:not(.hs-divider) { padding-right: 16px; }
  .hero-stats .hs-divider { margin-right: 16px; height: 32px; }
  .hs-val { font-size: 20px; }
}

@media (max-width: 560px) {
  .land-footer-grid { grid-template-columns: 1fr; }
  .land-nav-cta .btn-outline { display: none; }
  .pricing-grid { grid-template-columns: 1fr; }
  .bn-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .hero-trust { gap: 14px; font-size: 12px; }
  .hero-stats { flex-wrap: wrap; gap: 14px; }
  .hero-stats .hs-divider { display: none; }
  .hero-stats > div:not(.hs-divider) { padding-right: 0; }
}

/* Reduce motion respects accessibility */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .blob { animation: none; }
  .reveal { opacity: 1; transform: none; }
}
