:root {
  --bg: #ffffff;
  --bg-2: #f0f5fc;
  --surface: #ffffff;
  --surface-2: #f3f7fc;
  --border: #e6ebf2;
  --text: #1a1a2e;
  --muted: #5b6478;
  --faint: #9aa3b5;
  --accent: #3065b2;
  --accent-2: #0cc0df;
  --neon: #0cc0df;
  --cyan: #0cc0df;
  --valid: #34d399;
  --maybe: #fbbf24;
  --invalid: #f87171;
  --radius: 16px;
  --grad: linear-gradient(120deg, #3065b2 0%, #0cc0df 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Lexend", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .brand { font-family: "Lexend", sans-serif; }
a { color: inherit; text-decoration: none; }
.hidden { display: none !important; }
.grad {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); will-change: opacity, transform; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* ---------- Buttons ---------- */
.btn {
  border: none; border-radius: 11px; padding: 11px 18px; cursor: pointer;
  font-family: "Lexend", sans-serif; font-size: 14px; font-weight: 600;
  transition: transform .08s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease;
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--sm { padding: 9px 15px; font-size: 13px; }
.btn--lg { padding: 14px 26px; font-size: 15px; }
.btn--block { width: 100%; justify-content: center; }
.btn--primary { background: var(--accent); color: #fff; box-shadow: 0 8px 30px -10px rgba(48,101,178,.6); }
.btn--primary:hover { box-shadow: 0 12px 40px -10px rgba(48,101,178,.8); transform: translateY(-1px); }
.btn--primary:disabled { opacity: .45; cursor: not-allowed; box-shadow: none; transform: none; }
.btn--ghost { background: rgba(255,255,255,.04); color: var(--text); border: 1px solid var(--border); }
.btn--ghost:hover { border-color: var(--muted); background: rgba(255,255,255,.07); }

/* ---------- Background glow ---------- */
.bg-glow {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(700px 420px at 78% -5%, rgba(48,101,178,.22), transparent 60%),
    radial-gradient(820px 520px at 12% 8%, rgba(48,101,178,.20), transparent 60%),
    radial-gradient(600px 400px at 60% 100%, rgba(94,234,212,.10), transparent 60%);
}

/* ---------- Nav ---------- */
.nav, .app-nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px clamp(20px, 5vw, 60px);
  backdrop-filter: blur(12px);
  background: rgba(8,9,13,.6);
  border-bottom: 1px solid var(--border);
}
.brand { font-weight: 800; font-size: 19px; letter-spacing: -.02em; display: inline-flex; align-items: center; gap: 8px; }
.brand__mark { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-size: 22px; }
.nav__links { display: flex; align-items: center; gap: 26px; }
.nav__links a { color: var(--muted); font-size: 14px; transition: color .15s; }
.nav__links a:hover { color: var(--text); }

/* ---------- Hero ---------- */
.hero {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center;
  max-width: 1180px; margin: 0 auto; padding: clamp(50px, 9vw, 110px) clamp(20px, 5vw, 40px) 80px;
}
.eyebrow {
  display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); padding: 6px 12px; border: 1px solid rgba(48,101,178,.3);
  border-radius: 999px; background: rgba(48,101,178,.08); margin-bottom: 22px;
}
.hero__title { font-size: clamp(40px, 6.4vw, 68px); line-height: 1.03; letter-spacing: -.03em; margin: 0 0 20px; font-weight: 800; }
.hero__sub { font-size: 17px; color: var(--muted); max-width: 520px; margin: 0 0 30px; }
.hero__sub em { color: var(--text); font-style: italic; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__trust { margin-top: 30px; display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--muted); }
.avatars { display: flex; }
.avatars span {
  width: 30px; height: 30px; border-radius: 50%; margin-left: -8px;
  border: 2px solid var(--bg); background: var(--grad);
}
.avatars span:first-child { margin-left: 0; }
.avatars span:nth-child(2) { background: linear-gradient(135deg, #5eead4, #7c8cff); }
.avatars span:nth-child(3) { background: linear-gradient(135deg, #a578ff, #f8a0c0); }
.avatars span:nth-child(4) { background: linear-gradient(135deg, #fbbf24, #f87171); }

/* Stats strip */
.stats {
  max-width: 1100px; margin: 0 auto; padding: 10px clamp(20px, 5vw, 40px);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.stat {
  text-align: center; padding: 24px 16px; border: 1px solid var(--border);
  border-radius: var(--radius); background: rgba(255,255,255,.02);
}
.stat b { display: block; font-family: "Lexend"; font-size: 34px; font-weight: 800; letter-spacing: -.02em; }
.stat span { font-size: 13px; color: var(--muted); }

/* Hero mock cards */
.hero__visual { position: relative; min-height: 320px; }
.mock {
  background: linear-gradient(160deg, var(--surface) 0%, var(--bg-2) 100%);
  border: 1px solid var(--border); border-radius: 18px; padding: 22px;
  box-shadow: 0 30px 70px -30px rgba(0,0,0,.8);
  animation: floaty 6s ease-in-out infinite;
}
.mock__badge {
  display: inline-block; font-family: "Lexend"; font-weight: 800; font-size: 13px; letter-spacing: .05em;
  padding: 6px 13px; border-radius: 999px; background: var(--valid); color: #062a1d; margin-bottom: 16px;
}
.mock__badge--bad { background: var(--invalid); color: #3a0c0c; margin-bottom: 8px; }
.mock__row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.mock__row span { color: var(--muted); }
.mock__row b { font-weight: 600; }
.mock__bar { height: 7px; border-radius: 99px; background: var(--surface-2); margin: 16px 0 8px; overflow: hidden; }
.mock__bar i { display: block; height: 100%; background: var(--grad); }
.mock__meta { font-size: 12px; color: var(--faint); }
.mock--ghost {
  position: absolute; right: -10px; bottom: -34px; width: 240px; padding: 16px 18px;
  animation: floaty 6s ease-in-out infinite 1.5s; opacity: .96;
}
.mock__reason { font-size: 13px; color: var(--muted); }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ===== Bold neon hero (overrides) ===== */
.hero { align-items: center; }
.hero__title {
  font-size: clamp(44px, 7.6vw, 92px); line-height: .92; letter-spacing: -.01em;
  font-weight: 800; text-transform: uppercase; margin: 0 0 34px; color: #fff;
}
/* Faded "HARD" with a green hand-written marker "EASY" scribbled over it */
.swap { position: relative; display: inline-block; }
.swap__old { color: #383d49; position: relative; }
.swap__new {
  position: absolute; left: 4%; top: 50%; transform: translateY(-52%) rotate(-5deg);
  font-family: "Permanent Marker", cursive; font-weight: 400; text-transform: none;
  color: var(--neon); white-space: nowrap; font-size: 1.32em; letter-spacing: .01em;
  text-shadow: 0 0 16px rgba(12,192,223,.55), 0 0 3px rgba(12,192,223,.6);
}

/* Cascading numbered steps */
.cascade { display: flex; flex-direction: column; gap: 10px; margin: 0 0 36px; }
.cascade__row { display: flex; align-items: stretch; margin-left: calc(var(--i, 0) * 40px); transition: opacity .2s; }
.cascade__row:not(.is-active) { opacity: .48; }
.cascade__num {
  flex: none; width: 38px; display: grid; place-items: center; font-family: "Lexend"; font-weight: 800;
  font-size: 16px; color: #0a0b12; background: var(--neon); border-radius: 6px 0 0 6px;
}
.cascade__pill {
  flex: 1; min-width: 250px; display: flex; align-items: center; padding: 13px 22px;
  font-family: "Lexend"; font-weight: 600; font-size: 15px; color: var(--muted);
  background: var(--surface-2); border-radius: 0 8px 8px 0;
}
.cascade__row.is-active .cascade__pill { color: #fff; background: #232833; }

/* Phone scan mockup */
.hero__right { display: flex; justify-content: center; }
.phone {
  width: 300px; max-width: 100%; border-radius: 32px; overflow: hidden;
  background: #0c0e12; box-shadow: 0 45px 100px -35px rgba(0,0,0,.95), 0 0 0 9px #14171e, 0 0 0 10px #262b36;
}
.phone__bar { display: flex; align-items: center; justify-content: space-between; padding: 13px 18px; font-size: 13px; color: #cfd4de; background: #16191f; }
.phone__icons { display: inline-flex; align-items: center; gap: 12px; opacity: .85; color: #cfd4de; }
.phone__icons svg { width: 15px; height: 15px; }
.phone__auto { color: var(--neon); font-weight: 600; }
.phone__view { position: relative; padding: 38px 22px 86px; background: linear-gradient(180deg, #2c2f35 0%, #1b1e24 100%); min-height: 440px; }
.phone__chip { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); font-size: 11px; padding: 4px 13px; border-radius: 999px; background: rgba(255,255,255,.14); color: #fff; z-index: 2; }
.phone__rcpt { display: block; height: 330px; width: auto; max-width: 90%; margin: 4px auto 0; border-radius: 6px; box-shadow: 0 18px 42px rgba(0,0,0,.55); transform: rotate(-1.5deg); }
.phone__tip { position: absolute; bottom: 96px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 11px; color: #fff; background: rgba(0,0,0,.72); padding: 6px 12px; border-radius: 8px; }
.phone__shutter { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 58px; height: 58px; border-radius: 50%; background: #fff; display: grid; place-items: center; box-shadow: 0 0 0 4px rgba(255,255,255,.25); }
.phone__shutter i { width: 48px; height: 48px; border-radius: 50%; border: 2px solid #0c0e12; }

/* ---------- Section heads ---------- */
.section-head { text-align: center; max-width: 640px; margin: 0 auto 46px; }
.section-head h2 { font-size: clamp(28px, 4vw, 40px); letter-spacing: -.02em; margin: 0 0 12px; }
.section-head p { color: var(--muted); font-size: 16px; margin: 0; }

/* ---------- Features ---------- */
.features, .how { max-width: 1100px; margin: 0 auto; padding: clamp(40px, 7vw, 90px) clamp(20px, 5vw, 40px); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { background: none; border: none; border-radius: 0; padding: 14px 16px; text-align: center; }
.feature-card__icon {
  display: flex; justify-content: center; color: var(--neon); margin: 0 auto 18px;
  background: none; border: none; width: auto; height: auto;
}
/* Custom line icons */
.ico { display: block; width: 24px; height: 24px; }
.dropzone__icon { color: var(--neon); }
.dropzone__icon .ico { width: 32px; height: 32px; }
.placeholder__icon { color: var(--accent); }
.placeholder__icon .ico { width: 28px; height: 28px; }
.rules__title { display: inline-flex; align-items: center; }
.rules__ico { width: 17px; height: 17px; color: var(--neon); margin-right: 8px; flex: none; }
.v-status { display: inline-flex; align-items: center; gap: 6px; }
.v-status .ico { width: 15px; height: 15px; }
.feature-card h3 { font-size: 22px; margin: 0 0 10px; letter-spacing: -.01em; }
.feature-card p { font-size: 14px; color: var(--muted); margin: 0; }
.feature-card__icon .ico { width: 44px; height: 44px; stroke-width: 1.5; }
.feat-desc { display: flex; flex-direction: column; gap: 5px; }
.feat-desc b { font-size: 14px; font-weight: 600; color: var(--text); }
.feat-desc span { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ---------- How it works ---------- */
.steps { display: flex; align-items: flex-start; justify-content: center; gap: 8px; flex-wrap: wrap; }
.step { flex: 1; min-width: 200px; max-width: 280px; text-align: center; padding: 10px; }
.step__num {
  width: 48px; height: 48px; margin: 0 auto 16px; display: grid; place-items: center;
  font-family: "Lexend"; font-weight: 800; font-size: 19px; border-radius: 50%;
  color: #fff; background: var(--accent); box-shadow: 0 10px 30px -10px rgba(48,101,178,.6);
}
.step h3 { font-size: 18px; margin: 0 0 6px; }
.step p { font-size: 14px; color: var(--muted); margin: 0; }
.step__line { flex: 0 0 60px; height: 2px; margin-top: 38px; background: linear-gradient(90deg, var(--accent), transparent); }

.section-head .eyebrow { margin-bottom: 14px; }

/* ---------- How to use (alternating steps) ---------- */
.howto { max-width: 1040px; margin: 0 auto; padding: clamp(40px, 7vw, 90px) clamp(20px, 5vw, 40px); }
.howto-steps { display: flex; flex-direction: column; gap: clamp(40px, 6vw, 70px); }
.howto-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.howto-row--rev .howto-text { order: 2; }
.howto-num {
  font-family: "Lexend"; font-weight: 800; font-size: 16px; letter-spacing: .1em;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.howto-text h3 { font-size: clamp(22px, 3vw, 28px); margin: 10px 0 12px; letter-spacing: -.02em; }
.howto-text h3 em { color: var(--faint); font-style: normal; font-size: 16px; font-weight: 400; }
.howto-text p { color: var(--muted); font-size: 16px; margin: 0; max-width: 420px; }

/* Mock visual cards */
.howto-visual { display: flex; justify-content: center; }
.v-card {
  width: 100%; max-width: 360px; padding: 22px; border-radius: 16px;
  background: linear-gradient(165deg, var(--surface), var(--bg-2));
  border: 1px solid var(--border); box-shadow: 0 30px 70px -36px rgba(0,0,0,.8);
}
.v-drop { border: 2px dashed #3a4150; text-align: center; padding: 40px 22px; background: var(--surface-2); }
.v-drop__icon { color: var(--neon); display: flex; justify-content: center; }
.v-drop__icon .ico { width: 36px; height: 36px; }
.v-drop__t { font-size: 15px; margin-top: 12px; }
.v-drop__h { font-size: 12px; color: var(--muted); margin-top: 6px; }
.v-ocr .v-line { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--border); font-size: 13px; font-variant-numeric: tabular-nums; }
.v-ocr .v-line b { color: var(--cyan); font-weight: 600; }
.v-status { margin-top: 14px; font-size: 13px; color: var(--valid); }
.v-rules .v-input {
  font-size: 13px; color: var(--text); background: var(--surface-2); border: 1px solid var(--border);
  border-radius: 10px; padding: 12px 14px; line-height: 1.5;
}
.v-chiprow { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.v-chiprow span { font-size: 12px; padding: 5px 11px; border-radius: 999px; background: rgba(48,101,178,.1); border: 1px solid rgba(48,101,178,.3); color: var(--accent); }
.v-verdict .v-badge { display: inline-block; font-family: "Lexend"; font-weight: 800; font-size: 13px; letter-spacing: .05em; padding: 6px 13px; border-radius: 999px; background: var(--valid); color: #062a1d; }
.v-verdict .v-reason { font-size: 13px; color: var(--muted); margin: 12px 0 14px; }
.v-vrow { display: flex; justify-content: space-between; padding: 8px 0; border-top: 1px solid var(--border); font-size: 14px; }
.v-vrow span { color: var(--muted); }
.howto-cta { text-align: center; margin-top: clamp(40px, 6vw, 64px); }

/* ---------- Step bar (scanner) ---------- */
.stepbar { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 auto 24px; flex-wrap: wrap; }
.stepbar__item { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--faint); font-weight: 500; transition: color .2s; }
.stepbar__item small { color: var(--faint); font-size: 11px; }
.stepbar__item i {
  width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; font-style: normal;
  font-size: 13px; font-weight: 700; background: var(--surface-2); border: 1px solid var(--border); color: var(--muted);
  transition: all .2s;
}
.stepbar__item.is-active { color: var(--text); }
.stepbar__item.is-active i { background: var(--accent); color: #fff; border-color: transparent; box-shadow: 0 6px 18px -6px rgba(48,101,178,.7); }
.stepbar__item.is-done i { background: rgba(52,211,153,.15); border-color: rgba(52,211,153,.5); color: var(--valid); }
.stepbar__sep { width: 30px; height: 2px; background: var(--border); }

/* ---------- Use cases ---------- */
.usecases { max-width: 1100px; margin: 0 auto; padding: clamp(40px, 7vw, 90px) clamp(20px, 5vw, 40px); }
.usecase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.usecase {
  background: linear-gradient(170deg, var(--surface), var(--bg-2));
  border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 24px;
  transition: transform .2s ease, border-color .2s ease;
}
.usecase:hover { transform: translateY(-4px); border-color: rgba(48,101,178,.4); }
.usecase__tag {
  display: inline-block; font-size: 12px; font-weight: 600; color: var(--cyan);
  background: rgba(94,234,212,.08); border: 1px solid rgba(94,234,212,.25);
  padding: 5px 11px; border-radius: 999px; margin-bottom: 16px;
}
.usecase h3 { font-size: 19px; margin: 0 0 8px; }
.usecase p { font-size: 14px; color: var(--muted); margin: 0; }

/* ---------- Testimonials ---------- */
.testimonials { max-width: 1100px; margin: 0 auto; padding: clamp(20px, 4vw, 50px) clamp(20px, 5vw, 40px) clamp(40px, 7vw, 80px); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote {
  margin: 0; padding: 26px 24px; border: 1px solid var(--border); border-radius: var(--radius);
  background: rgba(255,255,255,.02);
}
.quote p { font-size: 15px; line-height: 1.6; margin: 0 0 18px; color: var(--text); }
.quote figcaption { display: flex; flex-direction: column; gap: 2px; }
.quote figcaption b { font-family: "Lexend"; font-size: 14px; }
.quote figcaption span { font-size: 12px; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { max-width: 720px; margin: 0 auto; padding: clamp(30px, 5vw, 60px) clamp(20px, 5vw, 40px); }
.faq-list { display: flex; flex-direction: column; gap: 16px; }
/* chat-bubble FAQ: question = right brand bubble, answer = left light bubble */
.faq-item { display: flex; flex-direction: column; gap: 10px; border: 0; background: transparent; padding: 0; }
.faq-item summary {
  cursor: pointer; list-style: none; align-self: stretch; width: 100%;
  display: flex; align-items: center; gap: 12px;
  background: var(--grad); color: #fff;
  font-family: "Lexend"; font-weight: 600; font-size: 14.5px; line-height: 1.45;
  padding: 15px 20px; border-radius: 14px 14px 14px 4px;
  box-shadow: 0 12px 28px -14px rgba(48,101,178,.55);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; margin-left: auto; color: rgba(255,255,255,.9); font-size: 20px; font-weight: 400;
  line-height: 1; transition: transform .2s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p {
  align-self: flex-end; max-width: 88%; margin: 0;
  background: var(--surface-2); color: var(--muted); border: 1px solid var(--border);
  font-size: 14px; line-height: 1.65;
  padding: 13px 18px; border-radius: 18px 18px 6px 18px;
}
.faq-item p b { color: var(--text); }

/* ---------- CTA band ---------- */
.cta-band {
  text-align: center; max-width: 880px; margin: 30px auto; padding: clamp(40px, 6vw, 70px) 30px;
  border: 1px solid var(--border); border-radius: 24px;
  background: radial-gradient(600px 300px at 50% 0%, rgba(48,101,178,.16), transparent), var(--surface);
}
.cta-band h2 { font-size: clamp(26px, 4vw, 38px); margin: 0 0 10px; letter-spacing: -.02em; }
.cta-band p { color: var(--muted); margin: 0 0 26px; font-size: 16px; }

/* ---------- Footer ---------- */
.footer {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  max-width: 1100px; margin: 0 auto; padding: 40px clamp(20px, 5vw, 40px);
  border-top: 1px solid var(--border); color: var(--faint); font-size: 13px;
}

/* ================= GATE MODAL ================= */
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(4,5,9,.7); backdrop-filter: blur(8px); animation: fade .2s ease; }
.modal__card {
  position: relative; width: 100%; max-width: 440px; padding: 34px 30px;
  background: linear-gradient(170deg, var(--surface), var(--bg-2));
  border: 1px solid var(--border); border-radius: 20px;
  box-shadow: 0 40px 90px -30px rgba(0,0,0,.9);
  animation: pop .25s cubic-bezier(.2,.8,.2,1);
}
.modal__close {
  position: absolute; top: 14px; right: 16px; background: none; border: none; color: var(--muted);
  font-size: 26px; line-height: 1; cursor: pointer; transition: color .15s;
}
.modal__close:hover { color: var(--text); }
.modal__card h2 { font-size: 25px; margin: 10px 0 8px; letter-spacing: -.02em; }
.modal__sub { color: var(--muted); font-size: 14px; margin: 0 0 22px; }
.gate-form { display: flex; flex-direction: column; gap: 14px; }
.gate-error { color: var(--invalid); font-size: 13px; margin: -4px 0 0; }
.gate-privacy { font-size: 12px; color: var(--faint); text-align: center; margin: 4px 0 0; }
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: translateY(16px) scale(.97); } }

/* ================= VALIDATOR APP ================= */
.app-main { max-width: 1080px; margin: 0 auto; padding: 36px clamp(16px, 4vw, 24px) 80px; }
.app__header { text-align: center; margin-bottom: 26px; }
.app__header h1 { margin: 0; font-size: 30px; letter-spacing: -.02em; }
.app__sub { margin: 6px 0 0; color: var(--muted); font-size: 14px; }

.layout { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.panel {
  background: linear-gradient(170deg, var(--surface), var(--bg-2));
  border: 1px solid var(--border); border-radius: 18px; padding: 26px;
  box-shadow: 0 30px 70px -40px rgba(0,0,0,.7);
}
.panel__title { margin: 0 0 18px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 700; }

/* Dropzone — the hero of the scanner */
.dropzone {
  border: 2px dashed #3a4150; border-radius: 16px; cursor: pointer; outline: none;
  background: rgba(255,255,255,.015); transition: border-color .18s, background .18s, transform .18s;
}
.dropzone:hover, .dropzone:focus-visible, .dropzone.is-drag {
  border-color: var(--accent); background: rgba(48,101,178,.06); transform: translateY(-2px);
}
.dropzone__inner { text-align: center; padding: 54px 20px; }
.dropzone__icon {
  width: 76px; height: 76px; margin: 0 auto 16px; display: grid; place-items: center;
  font-size: 34px; border-radius: 50%; background: rgba(48,101,178,.1); border: 1px solid var(--border);
  transition: transform .18s, background .18s;
}
.dropzone:hover .dropzone__icon { transform: scale(1.05); background: rgba(48,101,178,.16); }
.dropzone__title { font-size: 16px; margin: 0 0 4px; font-weight: 500; }
.dropzone__hint { color: var(--muted); font-size: 13px; margin: 0; }
.link { color: var(--accent); text-decoration: underline; }

/* Collapsible rules toggle */
.rules { margin-top: 18px; border: 1px solid var(--border); border-radius: 12px; padding: 0 16px; background: rgba(255,255,255,.02); transition: border-color .15s; }
.rules[open] { border-color: rgba(48,101,178,.35); }
.rules__summary { cursor: pointer; list-style: none; display: flex; align-items: center; gap: 10px; padding: 15px 0; }
.rules__summary::-webkit-details-marker { display: none; }
.rules__title { font-family: "Lexend"; font-weight: 600; font-size: 14px; }
.rules__opt { font-size: 11px; color: var(--faint); background: var(--surface-2); border: 1px solid var(--border); padding: 3px 9px; border-radius: 999px; }
.rules__summary::after { content: "+"; margin-left: auto; color: var(--accent); font-size: 21px; font-weight: 400; transition: transform .2s; }
.rules[open] .rules__summary::after { transform: rotate(45deg); }
.rules > .criteria__hint { margin-top: 0; }
.rules > *:last-child { margin-bottom: 16px; }

/* Preview */
.preview { text-align: center; }
.preview img { width: 100%; max-height: 460px; object-fit: contain; border-radius: 10px; border: 1px solid var(--border); background: #000; }
.preview__name { font-size: 13px; color: var(--muted); word-break: break-all; margin: 10px 0 14px; }
.preview__actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 16px; }

/* Validation criteria */
.criteria { margin-top: 18px; border-top: 1px solid var(--border); padding-top: 16px; }
.criteria__title { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin: 0 0 4px; font-weight: 700; }
.criteria__opt { text-transform: none; letter-spacing: 0; font-weight: 400; color: var(--faint); }
.criteria__hint { font-size: 12px; color: var(--muted); margin: 0 0 14px; line-height: 1.5; }
.field-input { display: block; margin-bottom: 12px; }
.field-input > span { display: block; font-size: 12px; color: var(--muted); margin-bottom: 5px; }
.field-input > span em { color: var(--faint); font-style: normal; }
.field-input input, .field-input textarea {
  width: 100%; background: var(--surface-2); border: 1px solid var(--border);
  border-radius: 9px; padding: 10px 12px; color: var(--text); font-size: 14px;
  outline: none; color-scheme: dark; font-family: inherit; transition: border-color .15s;
}
.field-input textarea { resize: vertical; line-height: 1.45; min-height: 64px; }
.field-input input:focus, .field-input textarea:focus { border-color: var(--accent); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.criteria__divider { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--faint); margin: 6px 0 12px; padding-top: 12px; border-top: 1px dashed var(--border); }

/* Right panel states */
.placeholder { color: var(--muted); font-size: 14px; line-height: 1.6; padding: 50px 16px; text-align: center; }
.placeholder__icon {
  width: 64px; height: 64px; margin: 0 auto 18px; display: grid; place-items: center; font-size: 28px;
  border-radius: 16px; background: rgba(48,101,178,.07); border: 1px solid var(--border); opacity: .9;
}
.placeholder p { margin: 0; }
.loading { display: flex; align-items: center; gap: 16px; color: var(--muted); padding: 20px 0; }
.spinner { width: 26px; height: 26px; border-radius: 50%; border: 3px solid var(--border); border-top-color: var(--accent); animation: spin .8s linear infinite; flex: none; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Verdict */
.verdict { display: flex; align-items: center; gap: 14px; padding: 14px; border-radius: 12px; margin-bottom: 14px; }
.verdict__badge { font-family: "Lexend"; font-weight: 800; font-size: 13px; letter-spacing: .04em; padding: 7px 13px; border-radius: 999px; flex: none; }
.verdict--VALID { background: rgba(52,211,153,.12); border: 1px solid rgba(52,211,153,.4); }
.verdict--VALID .verdict__badge { background: var(--valid); color: #062a1d; }
.verdict--MAYBE_VALID { background: rgba(251,191,36,.12); border: 1px solid rgba(251,191,36,.4); }
.verdict--MAYBE_VALID .verdict__badge { background: var(--maybe); color: #3a2c05; }
.verdict--INVALID { background: rgba(248,113,113,.12); border: 1px solid rgba(248,113,113,.4); }
.verdict--INVALID .verdict__badge { background: var(--invalid); color: #3a0c0c; }
.verdict__reason { font-size: 14px; line-height: 1.45; }

.section-title { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin: 20px 0 10px; }

.fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.field { background: var(--surface-2); border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px; }
.field__label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.field__value { font-size: 15px; margin-top: 3px; word-break: break-word; }
.field__value.empty { color: var(--faint); font-style: italic; }

table.items { width: 100%; border-collapse: collapse; font-size: 14px; }
table.items th, table.items td { text-align: left; padding: 9px 10px; border-bottom: 1px solid var(--border); }
table.items th { color: var(--muted); font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
table.items td.num, table.items th.num { text-align: right; font-variant-numeric: tabular-nums; }
table.items tr.total td { font-weight: 700; border-top: 2px solid var(--border); border-bottom: none; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font-size: 12px; padding: 5px 10px; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--border); color: var(--muted); }
.chip--bad { color: var(--invalid); border-color: rgba(248,113,113,.4); }
.chip--ok { color: var(--valid); border-color: rgba(52,211,153,.4); }

.checks { display: flex; flex-direction: column; gap: 8px; }
.check { display: flex; gap: 10px; align-items: flex-start; padding: 10px 12px; border-radius: 10px; background: var(--surface-2); border: 1px solid var(--border); }
.check__icon { font-weight: 800; flex: none; width: 18px; text-align: center; line-height: 1.4; }
.check--ok { border-color: rgba(52,211,153,.4); }
.check--ok .check__icon { color: var(--valid); }
.check--bad { border-color: rgba(248,113,113,.4); }
.check--bad .check__icon { color: var(--invalid); }
.check__label { font-size: 13px; font-weight: 600; }
.check__detail { font-size: 12px; color: var(--muted); margin-top: 2px; line-height: 1.4; }
.check__notes { margin: 6px 0 0; padding-left: 16px; }
.check__notes li { font-size: 12px; color: var(--muted); line-height: 1.45; }

details.raw { margin-top: 18px; }
details.raw summary { cursor: pointer; color: var(--muted); font-size: 13px; }
details.raw pre { background: #0b0d11; border: 1px solid var(--border); border-radius: 10px; padding: 12px; overflow: auto; font-size: 12px; line-height: 1.5; max-height: 280px; }

.error-box { background: rgba(248,113,113,.1); border: 1px solid rgba(248,113,113,.4); border-radius: 10px; padding: 14px; color: var(--invalid); font-size: 14px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 54px; }
  .hero__visual { max-width: 420px; }
  .hero__right { order: -1; }
  .cascade__row { margin-left: calc(var(--i, 0) * 24px); }
  .cascade__pill { min-width: 0; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .usecase-grid, .quote-grid { grid-template-columns: 1fr; }
  .nav__links a { display: none; }
}
@media (max-width: 760px) {
  .layout { grid-template-columns: 1fr; }
  .fields { grid-template-columns: 1fr; }
  .step__line { display: none; }
  .howto-row { grid-template-columns: 1fr; gap: 22px; }
  .howto-row--rev .howto-text { order: 0; }
  .howto-text p { max-width: none; }
}
@media (max-width: 480px) {
  .feature-grid, .stats { grid-template-columns: 1fr; }
}

/* ===== Dark hero on a light BlueOshan body ===== */
/* Full-bleed (edge-to-edge) dark hero band behind the centered hero content */
.hero { position: relative; }
.hero::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%);
  background: linear-gradient(135deg, #0a1020 0%, #11204a 55%, #163a6e 100%); z-index: 0;
}
.hero > * { position: relative; z-index: 1; }
.hero .hero__title { color: #fff; }
.hero .cascade__pill { background: rgba(255,255,255,.08); color: rgba(255,255,255,.72); }
.hero .cascade__row.is-active .cascade__pill { background: rgba(255,255,255,.16); color: #fff; }
.hero .btn--ghost { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.22); }
.hero .btn--ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.45); }
.hero .swap__old { color: #4a5570; }

/* Family-of-blues page background (not plain white) */
body { background: linear-gradient(180deg, #eef4fc 0%, #e3ecfb 48%, #ecf3fd 100%); background-attachment: fixed; overflow-x: hidden; }

/* ===== "How to use" section: dark-blue full-bleed band with light content ===== */
.howto { position: relative; }
.howto::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%);
  background: linear-gradient(160deg, #0b1a38 0%, #11204a 55%, #163a6e 100%); z-index: 0;
}
.howto > * { position: relative; z-index: 1; }
.howto .section-head h2 { color: #ffffff; }
.howto .section-head p { color: rgba(255,255,255,.72); }
.howto .eyebrow { color: #bfe3ff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.07); }
.howto-text h3 { color: #ffffff; }
.howto-text h3 em { color: rgba(255,255,255,.5); }
.howto-text p { color: rgba(255,255,255,.72); }

/* ===== Bottom CTA ("See it on your own receipt") — full-width dark band ===== */
.cta-band {
  max-width: none; margin: 0; border: none; border-radius: 0;
  padding: clamp(54px, 7vw, 96px) 20px;
  background: linear-gradient(135deg, #0b1a38 0%, #11204a 55%, #163a6e 100%);
}
.cta-band h2 { color: #ffffff; }
.cta-band p { color: rgba(255,255,255,.75); }

/* ===== Chat-bubble FAQ on a dark band ===== */
.faq { position: relative; }
.faq::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: linear-gradient(160deg, #2a4d96 0%, #3163b0 55%, #3f80c8 100%); z-index: 0; }
.faq > * { position: relative; z-index: 1; }
.faq .section-head h2 { color: #ffffff; }
.faq .section-head .eyebrow { color: #bfe3ff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.07); }
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item { border: none !important; background: none !important; border-radius: 0; padding: 0; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 24px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.03); color: rgba(255,255,255,.92); font-family: "Lexend", sans-serif; font-weight: 600; font-size: 15px; transition: background .25s, border-color .25s, color .25s; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 24px; font-weight: 300; line-height: 1; color: rgba(255,255,255,.7); transition: transform .2s; }
.faq-item summary:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); }
.faq-item[open] summary { width: fit-content; max-width: 82%; background: linear-gradient(120deg, var(--accent), var(--accent-2)); border-color: transparent; color: #fff; box-shadow: 0 14px 32px -14px rgba(48,101,178,.75); }
.faq-item[open] summary::after { content: "\00d7"; transform: none; color: #fff; }
.faq-item p { margin: 14px 0 0 auto !important; max-width: 82%; background: #ffffff; color: #2b2b3a; border-radius: 22px; padding: 18px 24px !important; font-size: 15px; line-height: 1.6; box-shadow: 0 18px 44px -24px rgba(0,0,0,.6); }
.faq-item p b { color: #11204a; }

/* ===== FAQ: light theme (white, like the other sections) ===== */
.faq::before { display: none; }
.faq .section-head h2 { color: var(--text); }
.faq .section-head .eyebrow { color: var(--accent); border-color: rgba(48,101,178,.3); background: rgba(48,101,178,.08); }
.faq-item summary { border: 1px solid var(--border); background: #ffffff; color: var(--text); }
.faq-item summary::after { color: var(--muted); }
.faq-item summary:hover { border-color: var(--accent); background: #ffffff; }
.faq-item[open] summary { background: linear-gradient(120deg, var(--accent), var(--accent-2)); border-color: transparent; color: #fff; box-shadow: 0 14px 32px -16px rgba(48,101,178,.6); }
.faq-item[open] summary::after { color: #fff; }
.faq-item p { background: #eef4fc; color: var(--text); border: 1px solid var(--border); box-shadow: 0 16px 38px -28px rgba(48,101,178,.35); }
.faq-item p b { color: var(--text); }

/* ===== Generic content card-grid for solution landings ===== */
.xsec { max-width: 1080px; margin: 0 auto; padding: clamp(44px,7vw,88px) 20px clamp(10px,3vw,30px); }
.x-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.x-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.x-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.x-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 24px 20px; box-shadow: 0 14px 36px -24px rgba(48,101,178,.3); }
.x-card.center { text-align: center; }
.x-card .ic { width: 48px; height: 48px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 14px; background: rgba(48,101,178,.08); color: var(--accent); }
.x-card .ic svg { width: 24px; height: 24px; }
.x-card .n { width: 32px; height: 32px; margin: 0 auto 12px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 800; font-family: "Lexend", sans-serif; font-size: 14px; }
.x-card h3 { margin: 0 0 6px; font-size: 17px; color: var(--text); }
.x-card .d { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.5; display: block; }
@media (max-width: 860px) { .x-grid, .x-grid.cols-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .x-grid, .x-grid.cols-2, .x-grid.cols-3 { grid-template-columns: 1fr; } }

/* FAQ answer text uses the BOLabs font (Lexend) */
.faq-item p { font-family: "Lexend", sans-serif; }

/* "How to use" section: white background (revert dark band) */
.howto::before { display: none; }
.howto .section-head h2 { color: var(--text); }
.howto .section-head p { color: var(--muted); }
.howto .eyebrow { color: var(--accent); border-color: rgba(48,101,178,.3); background: rgba(48,101,178,.08); }
.howto-text h3 { color: var(--text); }
.howto-text h3 em { color: var(--faint); }
.howto-text p { color: var(--muted); }

/* Receipt landing: video fills the phone screen (full-screen mobile look) */
.phone__view { padding: 0; min-height: 520px; }
.phone__rcpt { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 0; transform: none; box-shadow: none; margin: 0; z-index: 0; }
.phone__chip, .phone__tip, .phone__shutter { display: none; }

/* Receipt phone: screen matches the receipt video ratio so it fills with no gaps */
.phone__view { padding: 0; min-height: 0; aspect-ratio: 540 / 720; }

/* Receipt phone: narrower phone + screen matched to width-filling receipt video */
.phone { width: 250px; }
.phone__view { aspect-ratio: 500 / 800; }

/* Receipt phone: show full receipt centered on white background, no zoom/crop (contain) */
.phone__view { min-height: 0; aspect-ratio: 5 / 8; background: #ffffff; padding: 0; }
.phone__rcpt { object-fit: contain; background: #ffffff; }

/* Receipt phone: zoom in a little, full receipt centered on white (contain) */
.phone { width: 290px; }
.phone__view { aspect-ratio: 29 / 36; }

/* ===== Testimonial wall — angled cut-corner cards (BOLabs blues) ===== */
.tw { max-width: 1100px; margin: 0 auto; padding: clamp(44px,7vw,88px) 20px clamp(10px,3vw,30px); }
.tw-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; align-items: start; }
.tw-card { padding: 30px 30px 26px; border-radius: 14px; position: relative; box-shadow: 0 24px 54px -28px rgba(15,30,70,.55); }
.tw-card blockquote { margin: 0 0 22px; font-family: "Lexend", sans-serif; font-weight: 800; font-size: clamp(16px,1.7vw,21px); line-height: 1.3; text-transform: uppercase; letter-spacing: -.01em; }
.tw-card figcaption { display: flex; align-items: center; gap: 12px; }
.tw-ava { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-family: "Lexend", sans-serif; font-weight: 800; font-size: 15px; flex: none; }
.tw-meta { display: flex; flex-direction: column; line-height: 1.25; }
.tw-meta b { font-size: 15px; }
.tw-meta small { font-size: 13px; opacity: .72; }
/* colour variants — BlueOshan family */
.tw-card--a { background: #2f358b; color: #ffffff; }
.tw-card--a .tw-ava { background: rgba(255,255,255,.18); color: #fff; }
.tw-card--b { background: #0cc0df; color: #06222b; }
.tw-card--b .tw-ava { background: rgba(0,0,0,.16); color: #06222b; }
.tw-card--c { background: #cfe2f8; color: #10254a; }
.tw-card--c .tw-ava { background: #3065b2; color: #fff; }
.tw-card--d { background: #e8edf3; color: #1a2740; }
.tw-card--d .tw-ava { background: #2f358b; color: #fff; }
/* angled cut corners */
.cut-br { clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%); }
.cut-bl { clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px)); }
.cut-tr { clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%); }
/* staggered layout like the reference */
.tw-card--b { margin-top: 44px; }
.tw-card--c { margin-top: -8px; }
@media (max-width: 760px) { .tw-grid { grid-template-columns: 1fr; } .tw-card { margin-top: 0 !important; } }

/* Benefit content inside the angled cards */
.tw-card .tw-title { margin: 0 0 12px; font-family: "Lexend", sans-serif; font-weight: 800; font-size: 23px; text-transform: uppercase; letter-spacing: -.01em; }
.tw-card .tw-lead { margin: 0 0 6px; font-weight: 700; font-size: 16px; }
.tw-card .tw-sub { margin: 0; font-size: 14px; opacity: .82; line-height: 1.5; }

/* Bold angled shapes (match the reference) + room so text isn't clipped */
.tw-card { padding: 32px 34px 58px; min-height: 240px; }
.cut-1 { clip-path: polygon(0 0, 100% 0, 100% 70%, 66% 100%, 0 100%); }
.cut-2 { clip-path: polygon(8% 0, 100% 0, 100% 74%, 84% 100%, 0 100%, 0 16%); }
.cut-3 { clip-path: polygon(0 0, 100% 0, 100% 82%, 76% 100%, 0 100%); }
.cut-4 { clip-path: polygon(0 0, 80% 0, 100% 24%, 100% 100%, 0 100%); }

/* Match reference: taller cards + dramatic diagonal slices */
.tw-card { min-height: 300px; padding: 34px 36px 70px; }
.cut-1 { clip-path: polygon(0 0, 100% 0, 100% 56%, 56% 100%, 0 100%); }
.cut-2 { clip-path: polygon(10% 0, 100% 0, 100% 62%, 80% 100%, 0 100%, 0 18%); }
.cut-3 { clip-path: polygon(0 0, 100% 0, 100% 62%, 56% 100%, 0 100%); }
.cut-4 { clip-path: polygon(0 0, 72% 0, 100% 32%, 100% 100%, 0 100%); }

/* Scattered two-column layout: varied sizes + offset */
.tw-grid { display: flex; gap: 28px; align-items: flex-start; }
.tw-col { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 28px; }
.tw-col--right { margin-top: 60px; }
.tw-card--a { min-height: 320px; }
.tw-card--b { min-height: 300px; }
.tw-card--c { min-height: 240px; }
.tw-card--d { min-height: 190px; align-self: flex-end; max-width: 84%; background: #2b6fe0; color: #ffffff; }
/* one-by-one entrance */
.tw-card--a { transition-delay: 0ms; }
.tw-card--b { transition-delay: 160ms; }
.tw-card--c { transition-delay: 320ms; }
.tw-card--d { transition-delay: 480ms; }
@media (max-width: 760px) {
  .tw-grid { flex-direction: column; }
  .tw-col--right { margin-top: 0; }
  .tw-card--d { align-self: stretch; max-width: 100%; }
}

/* Benefit card body text uses the BOLabs font (Lexend) */
.tw-card .tw-lead, .tw-card .tw-sub { font-family: "Lexend", sans-serif; }

/* ===== 3D coverflow carousel (light background, blue cards) ===== */
.cf { position: relative; padding: clamp(50px,7vw,90px) 20px clamp(36px,5vw,56px); }
.cf-stage { perspective: 1500px; max-width: 1080px; margin: 0 auto; height: 330px; position: relative; }
.cf-track { position: absolute; inset: 0; transform-style: preserve-3d; }
.cf-card { position: absolute; top: 50%; left: 50%; width: 320px; height: 270px; margin: -135px 0 0 -160px; display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 32px; border-radius: 20px; background: linear-gradient(160deg, #34509e 0%, #1b2a6b 100%); color: #fff; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 34px 72px -28px rgba(27,42,107,.6); transition: transform .6s cubic-bezier(.2,.7,.2,1), opacity .6s ease; backface-visibility: hidden; will-change: transform, opacity; }
.cf-card .cf-ico { width: 46px; height: 46px; color: #0cc0df; }
.cf-card .cf-ico svg { width: 46px; height: 46px; }
.cf-card b { font-family: "Lexend", sans-serif; font-weight: 800; font-size: 54px; line-height: 1; letter-spacing: -.02em; }
.cf-card span { font-family: "Lexend", sans-serif; font-size: 15px; line-height: 1.45; color: rgba(255,255,255,.82); }
.cf-card.is-active { box-shadow: 0 42px 92px -26px rgba(12,192,223,.45); }
.cf-dots { display: flex; gap: 10px; justify-content: center; margin-top: 30px; }
.cf-dot { width: 9px; height: 9px; border-radius: 50%; border: none; padding: 0; background: rgba(48,101,178,.28); cursor: pointer; transition: background .2s, width .2s; }
.cf-dot.is-active { background: var(--accent); width: 26px; border-radius: 5px; }
@media (max-width: 560px) { .cf-card { width: 270px; margin-left: -135px; } .cf-stage { height: 300px; } }
