/* ============================================================
   vobet — landing styles v5
   design system extracted from raah.dev (computed styles):
   Satoshi headings · Inter body · JetBrains Mono code
   canvas #edf0f5 · ink #0f172a · accent #275fc8 · teal #14b8a6
   ============================================================ */

:root {
  /* surfaces */
  --page-bg: #edf0f5;
  --surface: #ffffff;
  --surface-muted: #f2f5f9;
  --surface-subtle: color-mix(in srgb, #f2f5f9 72%, #fff);

  /* text */
  --text: #0f172a;
  --text-soft: #4b5565;
  --text-muted: #738094;

  /* brand */
  --accent: #275fc8;
  --accent-hi: #4576d0;
  --accent-lo: #2150a8;
  --accent-soft: color-mix(in srgb, #275fc8 12%, #fff);
  --teal: #14b8a6;

  /* lines */
  --border: rgba(15, 23, 42, .14);
  --border-strong: rgba(15, 23, 42, .2);
  --grid-line: color-mix(in srgb, #e9eef5 44%, transparent);

  /* status */
  --good: #059669;
  --warn: #d97706;
  --bad: #dc2626;

  /* radii */
  --r-sm: .25rem;
  --r-md: .375rem;
  --r-lg: .5rem;
  --r-xl: .75rem;
  --r-2xl: 1rem;
  --r-3xl: 1.5rem;

  /* elevation */
  --btn-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .26),
    inset 0 10px 18px rgba(255, 255, 255, .08),
    inset 0 -10px 18px rgba(24, 33, 43, .14),
    inset 0 -1px 0 rgba(24, 33, 43, .16),
    0 1px 1px rgba(24, 33, 43, .06);
  --btn2-shadow: inset 0 0 0 1px rgba(15, 23, 42, .08), 0 1px 1px rgba(15, 23, 42, .05);
  --card-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), 0 2px 8px rgba(34, 80, 167, .2);
  --card-shadow-soft: inset 0 0 0 1px rgba(15, 23, 42, .04), 0 1px 2px rgba(15, 23, 42, .05);

  --w: 1280px;
  --ease: cubic-bezier(.4, 0, .2, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--page-bg);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

::selection { background: var(--accent); color: #fff; }

a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img, svg { display: block; max-width: 100%; }

.wrap { max-width: var(--w); margin: 0 auto; padding: 0 24px; }

/* ---------- type ---------- */

h1, h2, h3, .display {
  font-family: "Satoshi", "Inter", system-ui, sans-serif;
  font-weight: 700;
  color: var(--text);
}

.eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2.42px;
  text-transform: uppercase;
  color: var(--text-muted);
}

.sec-head { text-align: center; max-width: 736px; margin: 0 auto 56px; }
.sec-head .eyebrow { display: block; margin-bottom: 14px; }
.sec-head h2 {
  font-size: clamp(28px, 3.4vw, 36px);
  line-height: 1.15;
  letter-spacing: -1.08px;
}
.sec-head p {
  margin-top: 14px;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.6;
}

/* ---------- buttons ---------- */

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 32px;
  border-radius: var(--r-md);
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: -.01em;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), filter .18s var(--ease);
  white-space: nowrap;
}
.btn--sm { height: 36px; padding: 0 18px; font-size: 14px; }

/* premium primary: layered sheen + tinted depth + sweep on hover */
.btn--primary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .24) 0%, rgba(255, 255, 255, .06) 38%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(180deg, #5b8ae8 0%, #3268d2 46%, #1f4fb0 100%);
  color: #fff;
  text-shadow: 0 1px 1px rgba(9, 27, 66, .38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .38),
    inset 0 -1px 0 rgba(11, 32, 78, .5),
    inset 0 0 0 1px rgba(20, 55, 130, .5),
    0 1px 2px rgba(15, 23, 42, .12),
    0 8px 18px -6px rgba(31, 79, 176, .5);
}
.btn--primary::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, transparent 32%, rgba(255, 255, 255, .3) 48%, transparent 64%);
  transform: translateX(-120%);
  transition: transform .6s var(--ease);
}
.btn--primary:hover {
  transform: translateY(-1px);
  filter: saturate(1.06) brightness(1.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .42),
    inset 0 -1px 0 rgba(11, 32, 78, .5),
    inset 0 0 0 1px rgba(20, 55, 130, .5),
    0 2px 4px rgba(15, 23, 42, .12),
    0 14px 26px -8px rgba(31, 79, 176, .58);
}
.btn--primary:hover::after { transform: translateX(120%); }
.btn--primary:active {
  transform: translateY(0);
  box-shadow:
    inset 0 2px 5px rgba(11, 32, 78, .38),
    inset 0 0 0 1px rgba(20, 55, 130, .55),
    0 1px 2px rgba(15, 23, 42, .1);
}

/* premium secondary: crisp ring on a subtle vertical wash */
.btn--secondary {
  background: linear-gradient(180deg, #ffffff 0%, #f2f5f9 100%);
  color: var(--text-soft);
  font-weight: 500;
  border-radius: var(--r-lg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    inset 0 0 0 1px rgba(15, 23, 42, .1),
    0 1px 2px rgba(15, 23, 42, .06);
}
.btn--secondary:hover {
  transform: translateY(-1px);
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    inset 0 0 0 1px rgba(15, 23, 42, .16),
    0 6px 14px -6px rgba(15, 23, 42, .18);
}
.btn--secondary:active { transform: translateY(0); box-shadow: inset 0 2px 4px rgba(15, 23, 42, .12), inset 0 0 0 1px rgba(15, 23, 42, .16); }

.btn--white {
  background: linear-gradient(180deg, #fff 0%, #eef2f9 100%);
  color: var(--accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), inset 0 0 0 1px rgba(15, 23, 42, .08), 0 8px 18px -8px rgba(15, 23, 42, .35);
}
.btn--white:hover { transform: translateY(-1px); }

/* ---------- nav (relative, not fixed — like the reference) ---------- */

.nav { position: relative; z-index: 40; }
.nav__in {
  max-width: var(--w);
  margin: 0 auto;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 24px;
}
.logo {
  display: inline-block;
  font-family: "Satoshi", "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1;
  color: var(--text);
  white-space: nowrap;
}
.logo b {
  font-weight: 700;
  background: linear-gradient(180deg, #5b8ae8, #2150a8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.nav__links { display: flex; align-items: center; gap: 28px; }
.nav__links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-soft);
  transition: color .15s var(--ease);
}
.nav__links a:hover { color: var(--text); }
.nav__cta { display: flex; align-items: center; gap: 10px; }

.icon-btn {
  width: 36px; height: 36px;
  border-radius: var(--r-lg);
  background: var(--surface);
  color: var(--text-soft);
  display: grid;
  place-items: center;
  box-shadow: var(--btn2-shadow);
  transition: transform .15s var(--ease);
}
.icon-btn:hover { transform: translateY(-1px); }
.icon-btn svg { width: 16px; height: 16px; }
.menu-btn { display: none; }

.menu-drop {
  position: absolute;
  top: 62px;
  right: 24px;
  width: 220px;
  background: var(--surface);
  border: .8px solid var(--border);
  border-radius: var(--r-xl);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .06), 0 12px 30px rgba(15, 23, 42, .1);
  padding: 8px;
  display: none;
  z-index: 60;
}
.menu-drop.on { display: block; animation: fadeIn .2s var(--ease); }
.menu-drop a {
  display: block;
  padding: 10px 12px;
  border-radius: var(--r-md);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-soft);
}
.menu-drop a:hover { background: var(--surface-muted); color: var(--text); }
.menu-drop a.hot { color: var(--accent); font-weight: 600; }

/* ---------- hero ---------- */

/* the reference's signature hero backdrop:
   one radial gradient on the wrapper + a blurred glow bar + a bottom fade */
.hero-backdrop {
  position: relative;
  overflow: hidden;
  background: radial-gradient(125% 125% at 50% 0%, transparent 40%, #2563eb, var(--page-bg) 100%);
}
.hero-glow {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: -40px;
  height: 80px;
  border-radius: 999px;
  background: rgba(237, 240, 245, .8);
  filter: blur(64px);
  z-index: 0;
  pointer-events: none;
}
.hero-fade {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 96px;
  background: linear-gradient(180deg, transparent 0%, rgba(237, 240, 245, .58) 55%, var(--page-bg) 100%);
  z-index: 0;
  pointer-events: none;
}

.hero {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 64px 0 0;
  text-align: center;
}
.hero > .wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 24px 132px;
}

.hero h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -1.92px;
  max-width: 900px;
  margin: 0 auto;
}
.hero h1 .hl { position: relative; color: var(--accent); white-space: nowrap; }
.hero h1 .hl svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.14em;
  width: 100%;
  height: .2em;
  overflow: visible;
}
.hero h1 .hl svg path {
  fill: none;
  stroke: var(--accent);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  opacity: 0;
  animation: underlineDraw .9s var(--ease) .45s forwards;
}
.hero__sub {
  margin: 20px auto 0;
  max-width: 736px;
  font-size: 18px;
  line-height: 28px;
  color: var(--text-soft);
}
.hero__cta {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.hero__logos {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  opacity: .62;
}
.hero__logos svg { width: 22px; height: 22px; }
.hero__note {
  margin-top: 18px;
  font-size: 13px;
  color: var(--text-muted);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px) scale(.985); }
  to { opacity: 1; transform: none; }
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: none; }
}
@keyframes underlineDraw {
  from { stroke-dashoffset: 160; opacity: 0; }
  to { stroke-dashoffset: 0; opacity: .84; }
}

/* ---------- sections ---------- */

.sec { padding: 112px 0; }
.sec--band {
  background: var(--page-bg);
  border-top: .8px solid var(--border);
  border-bottom: .8px solid var(--border);
  padding: 96px 0;
}
.sec--surface { background: var(--surface-subtle); border-top: .8px solid var(--border); border-bottom: .8px solid var(--border); }

/* how it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card-solid {
  background: var(--surface);
  border: .8px solid var(--border-strong);
  border-radius: var(--r-lg);
  padding: 24px;
  box-shadow: var(--card-shadow);
  transition: transform .2s var(--ease);
}
.card-solid:hover { transform: translateY(-3px); }
.step__num {
  width: 34px; height: 34px;
  border-radius: var(--r-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .24) 0%, rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, #5b8ae8 0%, #3268d2 46%, #1f4fb0 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: grid;
  place-items: center;
  text-shadow: 0 1px 1px rgba(9, 27, 66, .38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .38),
    inset 0 0 0 1px rgba(20, 55, 130, .5),
    0 6px 14px -5px rgba(31, 79, 176, .5);
  font-family: "JetBrains Mono", monospace;
}
.step h3 { margin-top: 18px; font-size: 18px; letter-spacing: -.02em; }
.step p { margin-top: 8px; font-size: 14px; color: var(--text-soft); line-height: 1.6; }

/* features */
.feats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feat__ico {
  width: 40px; height: 40px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  background: var(--accent-soft);
  color: var(--accent);
}
.feat__ico svg { width: 20px; height: 20px; }
.feat__ico.teal { background: color-mix(in srgb, var(--teal) 12%, #fff); color: #0d9488; }
.feat__ico.amber { background: color-mix(in srgb, var(--warn) 12%, #fff); color: var(--warn); }
.feat__ico.green { background: color-mix(in srgb, var(--good) 12%, #fff); color: var(--good); }
.feat h3 { font-size: 16px; letter-spacing: -.01em; }
.feat p { margin-top: 6px; font-size: 14px; color: var(--text-soft); line-height: 1.6; }

/* stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat .v {
  font-family: "Satoshi", "Inter", sans-serif;
  font-size: clamp(30px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
.stat .l { margin-top: 4px; font-size: 13.5px; color: var(--text-soft); }

/* testimonials — marquee, exactly like the reference */
.marquee-wrap {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex;
  width: max-content;
  padding-block: .5rem;
  will-change: transform;
  animation: marquee 60s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-group { display: flex; flex-shrink: 0; align-items: stretch; }
.tcard {
  margin: 0 8px;
  min-height: 185px;
  width: 340px;
  background: var(--surface-muted);
  border: .8px solid var(--border);
  border-radius: var(--r-xl);
  padding: 24px;
  box-shadow: var(--card-shadow-soft);
  display: flex;
  flex-direction: column;
}
.tcard p { font-size: 14.5px; line-height: 1.6; color: var(--text-soft); flex: 1; }
.tcard .who { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.tcard .ava {
  width: 32px; height: 32px;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 600;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, #5b8ae8, #1f4fb0);
  box-shadow: inset 0 0 0 1px rgba(20, 55, 130, .4);
}
.tcard .nm { font-size: 13.5px; font-weight: 600; }
.tcard .rl { font-size: 12px; color: var(--text-muted); }

/* pricing */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan {
  background: var(--surface);
  border: .8px solid var(--border-strong);
  border-radius: var(--r-xl);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--card-shadow);
}
.plan--hot { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 0 0 1.5px var(--accent), 0 10px 24px rgba(39, 95, 200, .18); }
.plan__chip {
  position: absolute;
  top: 20px; right: 20px;
  font-size: 11px;
  font-weight: 600;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 4px 10px;
  border-radius: 999px;
}
.plan__name { font-size: 16px; font-weight: 600; font-family: "Satoshi", "Inter", sans-serif; }
.plan__for { font-size: 13.5px; color: var(--text-muted); margin-top: 3px; }
.plan__price { margin-top: 18px; display: flex; align-items: baseline; gap: 5px; }
.plan__price b { font-size: 40px; font-weight: 800; letter-spacing: -.03em; }
.plan__price span { font-size: 14px; color: var(--text-muted); }
.plan ul { list-style: none; margin: 20px 0 26px; flex: 1; }
.plan li { display: flex; gap: 10px; padding: 6px 0; font-size: 14px; color: var(--text-soft); align-items: baseline; }
.plan li::before {
  content: "✓";
  color: var(--accent);
  font-weight: 700;
  font-size: 11px;
  flex: none;
}
.plan .btn { width: 100%; }
.plans__note { margin-top: 24px; font-size: 13.5px; color: var(--text-muted); text-align: center; }

/* comparison */
.compare {
  border: .8px solid var(--border-strong);
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--card-shadow);
  max-width: 900px;
  margin: 0 auto;
}
.compare table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.compare th, .compare td { text-align: left; padding: 14px 24px; border-top: .8px solid var(--border); }
.compare thead th {
  border-top: 0;
  background: var(--surface-muted);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2.42px;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 14px 24px;
}
.compare thead th:last-child { color: var(--accent); }
.compare td:first-child { color: var(--text-muted); font-size: 13.5px; width: 28%; }
.compare td.old { color: var(--text-soft); width: 36%; }
.compare td.new { font-weight: 600; }
.compare td.new i { font-style: normal; color: var(--accent); margin-right: 8px; }

/* faq */
.faq { max-width: 736px; margin: 0 auto; }
.qa {
  background: var(--surface);
  border: .8px solid var(--border);
  border-radius: var(--r-lg);
  margin-bottom: 8px;
  box-shadow: var(--card-shadow-soft);
  overflow: hidden;
}
.qa__q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  font-size: 15.5px;
  font-weight: 600;
  text-align: left;
  font-family: "Satoshi", "Inter", sans-serif;
}
.qa__q .x {
  flex: none;
  width: 22px; height: 22px;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-muted);
  transition: transform .2s var(--ease), color .2s var(--ease);
}
.qa.open .x { transform: rotate(45deg); color: var(--accent); }
.qa__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .2s var(--ease); }
.qa__a > div { overflow: hidden; }
.qa__a p { padding: 0 52px 20px 22px; color: var(--text-soft); font-size: 14.5px; line-height: 1.65; }
.qa.open .qa__a { grid-template-rows: 1fr; }

/* closing */
.closing { padding: 112px 0; text-align: center; }
.closing h2 { font-size: clamp(28px, 3.6vw, 40px); line-height: 1.15; letter-spacing: -1.08px; max-width: 640px; margin: 0 auto; }
.closing p { margin: 14px auto 0; max-width: 560px; color: var(--text-soft); font-size: 16px; line-height: 1.6; }
.closing__cta { margin-top: 28px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.closing__note { margin-top: 16px; font-size: 13px; color: var(--text-muted); }

/* footer */
.footer { border-top: .8px solid var(--border); background: var(--page-bg); padding: 56px 0 32px; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px 24px; }
.footer__tagline { margin-top: 12px; font-size: 14px; color: var(--text-soft); max-width: 260px; line-height: 1.6; }
.footer h4 { font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 12px; font-family: "Inter", sans-serif; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 9px; }
.footer li a { font-size: 14px; color: var(--text-soft); transition: color .15s var(--ease); }
.footer li a:hover { color: var(--accent); }
.footer__bottom {
  margin-top: 44px;
  padding-top: 22px;
  border-top: .8px solid var(--border);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--text-muted);
}

/* ---------- misc ---------- */

/* the reference ships content visible � no scroll-reveal.
   kept as a hook so nothing depends on JS to be readable. */
.reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .reveal, .hero h1, .hero__sub, .hero__cta, .hero__logos, .hero__note { animation: none; opacity: 1; transform: none; transition: none; }
  .hero h1 .hl svg path { animation: none; stroke-dashoffset: 0; opacity: .84; }
}

/* ---------- responsive ---------- */

@media (max-width: 1000px) {
  .steps, .feats, .plans { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav__links { display: none; }
  .menu-btn { display: grid; }
  .hero { padding: 40px 0 0; }
  .hero h1 { font-size: clamp(32px, 9vw, 44px); letter-spacing: -1.2px; }
  .hero h1 .hl { white-space: normal; }
  .sec, .sec--band { padding: 64px 0; }
  .closing { padding: 72px 0; }
  .compare { overflow-x: auto; }
  .compare table { min-width: 560px; }
  .stats { gap: 26px; }
  .tcard { width: 280px; }
}
