/* ============================================================
   VRONIFY.COM
   Purple and white. Google Sans, low weight (200).
   1400px page. 20px corners. Quick blur reveals.
   No box shadows. No decorative pseudo dots.
   ============================================================ */

:root {
  --font: "Google Sans", "Product Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: ui-monospace, "SF Mono", "JetBrains Mono", "Cascadia Code", Consolas, monospace;

  /* Purple scale */
  --p-900: #2a0e61;
  --p-800: #3b1389;
  --p-700: #5b21b6;
  --p-600: #6d28d9;
  --p-500: #7c3aed;
  --p-400: #9061f9;
  --p-300: #a78bfa;
  --p-200: #c4b5fd;
  --p-100: #ede9fe;
  --p-50:  #f5f3ff;

  /* Neutrals */
  --white: #ffffff;
  --paper: #fbfaff;
  --ink:   #161021;
  --ink-2: #514b61;
  --ink-3: #837d92;
  --line:  rgba(124, 58, 237, 0.16);
  --line-2: rgba(124, 58, 237, 0.10);

  --radius: 40px;
  --radius-sm: 46px;
  --nav-h: 84px;
  --container: 1400px;
  --pad-x: clamp(20px, 4vw, 48px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overscroll-behavior-y: none; -webkit-tap-highlight-color: transparent; }
a, button, .btn, .nav__link, .nav__cta, .nav__cta-mobile, .burger, .tech-item, .proj, .card { -webkit-tap-highlight-color: transparent; }
body {
  font-family: var(--font);
  font-weight: 200;
  background: var(--white);
  color: var(--ink);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img, svg { max-width: 100%; display: block; }
ul { list-style: none; }
section[id] { scroll-margin-top: 104px; }
:focus-visible { outline: 2px solid var(--p-500); outline-offset: 3px; border-radius: 6px; }

.skip {
  position: absolute; left: -999px; top: 8px; z-index: 200;
  background: var(--p-600); color: #fff; padding: 10px 16px; border-radius: 12px; font-weight: 400;
}
.skip:focus { left: 16px; }
/* Visually hidden but read by screen readers */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.container { width: var(--container); max-width: 100%; margin-inline: auto; padding-inline: var(--pad-x); }
.section { padding: clamp(64px, 9vw, 130px) 0; }
.section__head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 60px); }
.section__title { font-size: clamp(2rem, 4.6vw, 3.5rem); font-weight: 200; line-height: 1.05; letter-spacing: -0.02em; margin: 14px 0 0; }
.section__sub { margin-top: 18px; color: var(--ink-2); font-size: clamp(1.02rem, 1.4vw, 1.2rem); font-weight: 200; }
.grad { background: linear-gradient(100deg, var(--p-500), var(--p-300)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ====================== NAVBAR ====================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: var(--nav-h);
  display: flex; align-items: center; background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid transparent;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease), backdrop-filter 0.3s var(--ease);
}
.nav.scrolled {
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: saturate(160%) blur(16px); backdrop-filter: saturate(160%) blur(16px);
  border-bottom-color: var(--line);
}
.nav__inner { display: flex; align-items: center; gap: 18px; position: relative; }
.brand { display: inline-flex; align-items: baseline; font-size: 1.35rem; letter-spacing: -0.01em; flex-shrink: 0; }
.brand b { font-weight: 500; color: var(--ink); }
.brand span { font-weight: 200; color: var(--p-500); }

.nav__links { display: flex; align-items: center; gap: 6px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.nav__link {
  position: relative; font-weight: 400; font-size: 0.98rem; color: #00000085;
  padding: 9px 16px; border-radius: 14px; transition: color 0.2s var(--ease), background 0.2s var(--ease);
}
.nav__link:hover, .nav__link.active { color: var(--p-600); /* background: var(--p-50); */ }

.nav__cta {
  flex-shrink: 0; background: var(--p-600); color: #fff; font-weight: 400; font-size: 0.95rem;
  padding: 11px 20px; border-radius: 16px; transition: transform 0.22s var(--ease), background 0.22s var(--ease);
}
.nav__cta:hover { background: var(--p-500); transform: translateY(-2px); }
.nav__cta-mobile { display: none; }
.nav__actions { display: flex; align-items: center; gap: 10px; margin-left: auto; flex-shrink: 0; }
.nav__account { display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0;
  background: transparent; color: #000000; font-weight: 400; font-size: 0.95rem;
  padding: 10px 16px; border-radius: 16px; /* border: 1px solid var(--line); */
  transition: color 0.2s var(--ease), background 0.2s var(--ease), border-color 0.2s var(--ease); }
.nav__account:hover { color: var(--p-600); background: var(--p-50); border-color: var(--p-300); }
.nav__account svg { width: 17px; height: 17px; }
.nav__menu-account { display: none; }

.burger { display: none; width: 46px; height: 46px; border-radius: 14px; background: var(--p-50);
  flex-direction: column; align-items: center; justify-content: center; gap: 5px; flex-shrink: 0; }
.burger span { width: 20px; height: 2px; background: var(--p-600); border-radius: 2px; transition: 0.3s var(--ease); }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ====================== BUTTONS ====================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 400; font-size: 1rem; padding: 15px 28px; border-radius: var(--radius);
  transition: transform 0.24s var(--ease), background 0.24s var(--ease), border-color 0.24s var(--ease), color 0.24s var(--ease);
}
.btn svg { width: 19px; height: 19px; }
.btn--primary { background: var(--p-600); color: #fff; }
.btn--primary:hover { background: var(--p-500); transform: translateY(-2px); }
.btn--ghost { background: var(--white); color: var(--ink); border: 1px solid var(--line); }
.btn--ghost:hover { border-color: var(--p-400); background: var(--p-50); color: var(--p-700); transform: translateY(-2px); }
.btn--on-dark { background: #fff; color: var(--p-700); }
.btn--on-dark:hover { transform: translateY(-2px); background: var(--p-50); }
.btn--ghost-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.34); }
.btn--ghost-light:hover { border-color: #fff; background: rgba(255,255,255,0.08); transform: translateY(-2px); }

/* ====================== HERO ====================== */
.hero { position: relative; overflow: hidden; background: #fff;
  padding-top: calc(var(--nav-h) + clamp(40px, 6vw, 96px)); padding-bottom: clamp(64px, 9vw, 132px); }
.hero__copy { position: relative; z-index: 2; max-width: 845px; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-3); font-size: 0.95rem; font-weight: 400; margin-bottom: clamp(22px, 3vw, 34px); }
.hero__eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--p-500); flex-shrink: 0; }
.hero__title { font-size: clamp(2.05rem, 4.6vw, 3.55rem); line-height: 1.13; letter-spacing: -0.022em; font-weight: 500; }
.hero__title .t-dark { color: #0a2540; }
.hero__title .t-accent { color: var(--p-600); }
.hero__title .t-soft { background: linear-gradient(96deg, #54618a 8%, #8b5cf6 92%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__cta { margin-top: clamp(32px, 4vw, 44px); display: flex; gap: 12px; flex-wrap: wrap; }

.hero__art {
    position: absolute;
    top: -8%;
    right: -6%;
    width: clamp(300px, 64vw, 2000px);
    height: 108%;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(38% 50% at 64% 16%, rgb(255 166 90 / 95%), transparent 62%), radial-gradient(42% 52% at 78% 40%, rgb(255 104 166), transparent 62%), radial-gradient(48% 58% at 58% 66%, rgb(150 97 249 / 0%), transparent 64%), radial-gradient(44% 54% at 84% 82%, rgb(91 141 239 / 0%), transparent 62%), linear-gradient(135deg, #7c3aed, #ffffff);
    filter: blur(70px);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.55) 26%, #000 52%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.55) 26%, #000 52%);
}
.hero__art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; opacity: 0; transition: opacity 0.5s var(--ease); }
.hero__art img.loaded { opacity: 1; }
@media (max-width: 760px) { .hero__art { display: none; } }

/* ====================== LOGO STRIP (marquee, left to right) ====================== */
.logos { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(34px, 4.5vw, 62px) 0; }
.logos__label { text-align: center; color: var(--ink-3); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: clamp(24px, 3vw, 38px); }
.logos__row { overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.logos__track { display: flex; align-items: center; width: max-content; animation: logoScroll 36s linear infinite; will-change: transform; transform: translateZ(0); }
.logos__row:hover .logos__track { animation-play-state: paused; }
@keyframes logoScroll { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.tech-item { display: inline-flex; align-items: center; gap: 15px; margin-right: clamp(46px, 6vw, 96px); color: var(--ink-2); flex-shrink: 0; transition: color 0.2s var(--ease); }
.tech-item:hover { color: var(--p-600); }
.tech-item svg { width: 40px; height: 40px; color: var(--p-500); flex-shrink: 0; }
.tech-item span { font-size: 1.34rem; font-weight: 400; letter-spacing: -0.01em; white-space: nowrap; }

/* ====================== STAT STRIP ====================== */
.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: clamp(28px, 4vw, 48px) clamp(16px, 2.4vw, 34px); border-left: 1px solid var(--line); }
.stat:first-child { border-left: none; }
.stat__n { font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 200; letter-spacing: -0.02em; line-height: 1; color: var(--p-600); }
.stat__l { margin-top: 12px; color: var(--ink-2); font-weight: 200; font-size: clamp(0.92rem, 1.2vw, 1.04rem); }

/* ====================== SERVICES ======================
   One compact joined band: six cards, no gaps, only the outer corners round. */
#services { padding: clamp(48px, 6.5vw, 92px) 0; }
#services .section__head { margin-bottom: clamp(24px, 3vw, 38px); }
.cards { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; border-radius: var(--radius); overflow: hidden; }
.card {
  border: none; border-radius: 0; padding: 24px 20px 26px; color: #fff;
  position: relative; overflow: hidden;
  transition: filter 0.28s var(--ease);
}
.card:hover { filter: brightness(1.07) saturate(1.08); }
.card__ic { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.18); color: #fff; margin-bottom: 16px; }
.card__ic svg { width: 21px; height: 21px; }
.card h3 { font-size: 1.05rem; font-weight: 500; letter-spacing: -0.01em; margin-bottom: 7px; color: #fff; }
.card p { color: rgba(255, 255, 255, 0.88); font-weight: 300; font-size: 0.86rem; line-height: 1.5; }
/* Each service card gets its own epic gradient */
.card:nth-child(1) { background: linear-gradient(150deg, #9061f9, #5b21b6); }
.card:nth-child(2) { background: linear-gradient(150deg, #3b82f6, #1e3a8a); }
.card:nth-child(3) { background: linear-gradient(150deg, #06b6d4, #0e7490); }
.card:nth-child(4) { background: linear-gradient(150deg, #ec4899, #9d174d); }
.card:nth-child(5) { background: linear-gradient(150deg, #10b981, #047857); }
.card:nth-child(6) { background: linear-gradient(150deg, #fb923c, #c2410c); }

/* ====================== CLIENTS (company logos) ====================== */
.clients { padding: clamp(44px, 6vw, 84px) 0; border-top: 1px solid var(--line-2); }
.clients__row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: clamp(34px, 6vw, 96px); }
.client { display: inline-flex; align-items: center; color: var(--ink); opacity: 0.88;
  transition: opacity 0.22s var(--ease), transform 0.22s var(--ease); }
.client:hover { opacity: 1; transform: translateY(-2px); }
.client-peptide { font-weight: 600; font-size: clamp(1.4rem, 2.3vw, 1.9rem); letter-spacing: -0.02em; }
.client-peptide b { font-weight: 600; }
.client-peptide__st { display: inline-block; background: #7c85ff; color: #fff; border-radius: 9px;
  padding: 1px 9px 3px; margin-left: 3px; }
.client-carp { display: inline-flex; align-items: center; gap: 12px; }
.client-carp svg { width: clamp(28px, 2.8vw, 38px); height: auto; flex-shrink: 0; }
.client-carp span { font-weight: 300; font-size: clamp(1.15rem, 2vw, 1.6rem); letter-spacing: 0.16em; white-space: nowrap; }
.client-v { width: clamp(34px, 3.2vw, 44px); height: auto; }

/* ====================== INFRASTRUCTURE ====================== */
.infra__panel { border-radius: var(--radius); padding: clamp(36px, 5vw, 76px);
  background: radial-gradient(900px 500px at 100% 0%, rgba(167,139,250,0.4), transparent 58%), linear-gradient(150deg, #3b1389, #2a0e61);
  color: #fff; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(40px, 5vw, 72px); align-items: center; }
.infra__panel .section__title { color: #fff; }
.infra p { color: rgba(255,255,255,0.82); font-weight: 200; font-size: clamp(1.02rem, 1.4vw, 1.18rem); margin-top: 18px; max-width: 520px; }
.infra__list { margin-top: 26px; display: grid; gap: 14px; }
.infra__list li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.92); font-weight: 200; font-size: 1.04rem; }
.infra__list svg { width: 20px; height: 20px; color: var(--p-200); flex-shrink: 0; }
.regions { display: grid; gap: 16px; }
.region { border: 1px solid rgba(255,255,255,0.16); border-radius: var(--radius); padding: 22px 26px; background: rgba(255,255,255,0.05); }
.region b { font-weight: 400; font-size: 1.18rem; display: block; }
.region small { color: rgba(255,255,255,0.62); font-weight: 200; font-size: 0.92rem; }

/* ====================== PRICING ====================== */
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.plans--3 { grid-template-columns: repeat(3, 1fr); }
.plan { border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; background: var(--white);
  display: flex; flex-direction: column; gap: 18px; transition: transform 0.28s var(--ease), border-color 0.28s var(--ease); }
.plan:hover { transform: translateY(-6px); border-color: var(--p-300); }
.plan--feature { background: linear-gradient(160deg, #6d28d9, #4c1d95); color: #fff; border-color: transparent; }
.plan__badge { align-self: flex-start; font-size: 0.66rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--p-700); background: #fff; padding: 5px 12px; border-radius: 999px; }
.plan__name { font-size: 1.3rem; font-weight: 400; }
.plan__for { color: var(--ink-2); font-weight: 200; font-size: 0.96rem; min-height: 2.8em; }
.plan--feature .plan__for { color: rgba(255,255,255,0.78); }
.plan__price { font-size: 2.1rem; font-weight: 200; letter-spacing: -0.02em; }
.plan__price small { font-size: 0.92rem; color: var(--ink-3); font-weight: 200; }
.plan--feature .plan__price small { color: rgba(255,255,255,0.7); }
.plan__term { margin-top: -8px; color: var(--ink-3); font-weight: 200; font-size: 0.86rem; }
.plan--feature .plan__term { color: rgba(255,255,255,0.66); }
.plan__setup { margin-top: 8px; color: var(--ink-2); font-weight: 200; font-size: 0.86rem; }
.plan__setup b { color: var(--p-700); font-weight: 500; }
.plan--feature .plan__setup { color: rgba(255,255,255,0.78); }
.plan--feature .plan__setup b { color: #fff; }
.plan__list { display: grid; gap: 11px; }
.plans__note a { color: var(--p-600); font-weight: 400; text-decoration: underline; text-underline-offset: 3px; }
.plans__note a:hover { color: var(--p-700); }

/* The wide "Single Page" card above the plan grid (currently unavailable) */
.plan--wide { flex-direction: row; align-items: center; gap: clamp(22px, 3vw, 48px); margin-bottom: 16px; background: var(--paper); }
.plan--wide:hover { transform: none; }
.plan__badge--soon { background: var(--p-100); color: var(--p-700); }
.plan__wide-main { flex: 1 1 260px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.plan__wide-main .plan__for { min-height: 0; }
.plan__wide-price { flex-shrink: 0; }
.plan__wide-price .plan__term { margin-top: 2px; }
.plan__price--was s { color: var(--ink-3); text-decoration-color: var(--p-400); text-decoration-thickness: 2px; }
.plan__wide-note { flex: 1.5 1 320px; border-left: 1px solid var(--line); padding-left: clamp(20px, 2.6vw, 40px); }
.plan__wide-note p { color: var(--ink-2); font-weight: 200; font-size: 0.95rem; line-height: 1.6; }
.plan__wide-note b { color: var(--p-700); font-weight: 500; }
@media (max-width: 900px) {
  .plan--wide { flex-direction: column; align-items: flex-start; gap: 14px; }
  /* In a column the row flex-basis values would become forced heights */
  .plan__wide-main, .plan__wide-price, .plan__wide-note { flex: 0 0 auto; }
  .plan__wide-note { border-left: none; padding-left: 0; border-top: 1px solid var(--line); padding-top: 16px; }
}

.plan__seg { display: flex; gap: 4px; background: #a369ff21; border-radius: 37px; padding: 4px; }
.plan__seg-btn { flex: 1; padding: 9px 10px; border-radius: 24px; font-weight: 500; font-size: 0.96rem; color: var(--ink-3);
  transition: background 0.2s var(--ease), color 0.2s var(--ease); }
.plan__seg-btn.is-active { background: #5b21b6; color: #ffffff; font-weight: 400; }
.plan__variants { display: grid; flex: 1; }
.plan__variant { grid-area: 1 / 1; display: flex; flex-direction: column; gap: 18px; min-width: 0;
  opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.25s var(--ease); }
.plan__variant.is-active { opacity: 1; visibility: visible; pointer-events: auto; }

/* ====================== SERVERS BAND (1400px) ====================== */
.servers-band { padding: clamp(36px, 5.5vw, 76px) 0; }
.servers { border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(24px, 3.2vw, 40px) clamp(26px, 3.4vw, 46px);
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(22px, 3.5vw, 46px); align-items: center;
  background: radial-gradient(680px 320px at 100% -20%, var(--p-50), transparent 70%); }
.servers__intro h2 { font-size: clamp(1.45rem, 2.6vw, 2.1rem); font-weight: 200; letter-spacing: -0.02em; line-height: 1.1; }
.servers__intro p { margin-top: 12px; color: var(--ink-2); font-weight: 200; font-size: clamp(1rem, 1.3vw, 1.12rem); max-width: 48ch; }
.servers__regions { display: flex; gap: 12px; flex-wrap: wrap; }
.server { display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 20px; padding: 14px 20px; background: #fff; }
.server svg { width: 26px; height: 26px; color: var(--p-500); flex-shrink: 0; }
.server b { display: block; font-weight: 500; font-size: 1.04rem; letter-spacing: -0.01em; }
.server small { display: block; color: var(--ink-3); font-weight: 200; font-size: 0.82rem; }

/* ====================== FAQ (full 1400px width) ====================== */
#faq .section__head { max-width: 720px; }
.faq__list { width: 100%; max-width: 900px; margin-inline: auto; display: grid; grid-template-columns: 1fr; gap: 16px; align-items: start; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden;
  transition: border-color 0.24s var(--ease); }
.faq__item:hover { border-color: var(--p-300); }
.faq__item[open] { border-color: var(--p-300); background: var(--paper); }
.faq__q { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 24px clamp(22px, 2.4vw, 32px); font-weight: 400; font-size: clamp(1.04rem, 1.5vw, 1.18rem); color: var(--ink); }
.faq__q::-webkit-details-marker { display: none; }
.faq__chev { width: 22px; height: 22px; color: var(--p-500); flex-shrink: 0; transition: transform 0.32s var(--ease); }
.faq__item[open] .faq__chev { transform: rotate(180deg); }
.faq__a { padding: 0 clamp(22px, 2.4vw, 32px) 26px; color: var(--ink-2); font-weight: 200; font-size: 1.02rem; line-height: 1.65; max-width: 60ch; }
.plan__list li { display: flex; align-items: flex-start; gap: 10px; font-weight: 200; font-size: 0.98rem; color: var(--ink-2); }
.plan--feature .plan__list li { color: rgba(255,255,255,0.9); }
.plan__list svg { width: 18px; height: 18px; color: var(--p-500); flex-shrink: 0; margin-top: 2px; }
.plan--feature .plan__list svg { color: var(--p-200); }
.plan .btn { width: 100%; margin-top: auto; }
.plans__note { text-align: center; margin-top: 26px; color: var(--ink-3); font-weight: 200; font-size: 0.96rem; }

/* ====================== CONTACT (staged scroll reveal) ====================== */
/* Tall scene gives scroll distance; the stage pins to the viewport and reveals
   each step (title -> sub -> buttons + email) as JS adds .s1/.s2/.s3, then the
   page scrolls on to the footer. */
.contact { text-align: center; padding: 0; }
.contact__scene { position: relative; min-height: 260vh; }
.contact__stage { position: relative; min-height: 100vh; display: grid; align-content: center; will-change: transform; }
html:not(.has-smooth) .contact__stage { position: sticky; top: 0; }
.contact__title { font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 200; letter-spacing: -0.02em; line-height: 1.05; }
.contact__sub { margin: 20px auto 0; max-width: 560px; color: var(--ink-2); font-weight: 200; font-size: clamp(1.04rem, 1.4vw, 1.22rem); }
.contact__cta { margin-top: 36px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.contact__mail { margin-top: 26px; font-family: var(--mono); color: var(--p-600); font-weight: 400; font-size: 1.02rem; padding: 0; transition: color 0.2s var(--ease); }
button.contact__mail { cursor: pointer; }
button.contact__mail:hover { color: var(--p-800); }
.contact__step { opacity: 0; filter: blur(14px); transform: translateY(30px);
  transition: opacity 0.6s var(--ease), filter 0.6s var(--ease), transform 0.75s var(--ease);
  will-change: opacity, filter, transform; }
.contact.s1 .contact__title { opacity: 1; filter: none; transform: none; }
.contact.s2 .contact__sub { opacity: 1; filter: none; transform: none; }
.contact.s3 .contact__cta, .contact.s3 .contact__mail { opacity: 1; filter: none; transform: none; }
@media (max-width: 760px) {
  .contact { padding: clamp(56px, 13vw, 96px) 0; }
  .contact__scene { min-height: 0; }
  .contact__stage { position: static; min-height: 0; transform: none !important; display: block; will-change: auto; }
  .contact__step { opacity: 1 !important; filter: none !important; transform: none !important; }
  .btn { font-size: 13px; padding: 15px 11px; }
  .servers { grid-template-columns: 1fr; }
  .servers__regions { width: 100%; }
  .server { flex: 1 1 130px; }
}

/* ====================== FOOTER ====================== */
.footer { background: linear-gradient(180deg, #1d0f43, #160c34); color: #fff; padding-top: clamp(72px, 8vw, 118px); overflow: hidden; }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; }
.footer__brand .brand { font-size: 1.55rem; letter-spacing: -0.01em; }
.footer__brand .brand b { color: #fff; }
.footer__brand .brand span { color: var(--p-300); }
.footer__brand p { margin-top: 20px; color: rgba(255,255,255,0.6); font-weight: 200; max-width: 280px; font-size: 0.98rem; line-height: 1.65; }
.socials { display: flex; gap: 12px; margin-top: 22px; }
.socials a { width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,0.07); display: grid; place-items: center;
  transition: background 0.22s var(--ease), transform 0.22s var(--ease); }
.socials a:hover { background: var(--p-500); transform: translateY(-2px); }
.socials svg { width: 18px; height: 18px; color: #fff; }
.footer__col h4 { font-size: 0.74rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--p-300); margin-bottom: 22px; }
.footer__col a { display: block; color: rgba(255,255,255,0.72); font-weight: 200; padding: 9px 0; font-size: 0.98rem; transition: color 0.2s var(--ease); }
.footer__col a:hover { color: #fff; }
.footer__col--center { text-align: center; }
.footer__col--right { text-align: right; }
.footer__mark { width: min(1400px, calc(100% - 2 * var(--pad-x))); margin: clamp(40px, 6vw, 72px) auto clamp(28px, 4vw, 56px); user-select: none; }
.footer__mark svg { width: 100%; height: auto; display: block; }
.footer__legal { border-top: 1px solid rgba(255,255,255,0.1); padding: 34px 0 52px; display: flex; justify-content: space-between;
  gap: 14px; flex-wrap: wrap; color: rgba(255,255,255,0.5); font-weight: 200; font-size: 0.9rem; }

/* ====================== PAGE INTRO ====================== */
#intro {
  position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center;
  background: linear-gradient(160deg, #2a1559, #1d0f43 55%, #160c34);
  animation: introDrop 0.85s var(--ease) 0.65s forwards;
}
.intro__logo { font-size: clamp(2.1rem, 6vw, 3.8rem); letter-spacing: -0.01em; animation: introLogo 0.7s var(--ease) both; }
.intro__logo b { font-weight: 400; color: #fff; }
.intro__logo span { font-weight: 200; color: var(--p-300); }
@keyframes introDrop { from { transform: translateY(0); } to { transform: translateY(105%); } }
@keyframes introLogo {
  0% { opacity: 0; transform: translateY(18px) scale(0.96); }
  45% { opacity: 1; transform: none; }
  100% { opacity: 1; }
}

/* ====================== REVEAL ====================== */
.reveal { opacity: 0; filter: blur(16px); transform: translateY(28px) scale(0.97);
  transition: opacity 0.6s var(--ease), filter 0.6s var(--ease), transform 0.72s var(--ease);
  transition-delay: calc(var(--i, 0) * 85ms); will-change: opacity, filter, transform; }
.reveal.in { opacity: 1; filter: none; transform: none; }
.reveal--left { transform: translateX(-42px) scale(0.98); filter: blur(14px); }
.reveal--right { transform: translateX(42px) scale(0.98); filter: blur(14px); }
.reveal--left.in, .reveal--right.in { transform: none; filter: none; }

/* ====================== ULTRA SMOOTH SCROLL ====================== */
.smooth { will-change: transform; }
html.has-smooth { scroll-behavior: auto; }
.has-smooth .smooth { position: fixed; top: 0; left: 0; width: 100%; }

/* ====================== RESPONSIVE ====================== */
@media (max-width: 1080px) {
  .nav__links { position: fixed; left: 0; right: 0; top: var(--nav-h); bottom: auto;
    height: calc(100vh - var(--nav-h)); height: calc(100dvh - var(--nav-h));
    flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 4px; margin: 0;
    background: #fff;
    border-bottom: 1px solid var(--line); padding: 22px var(--pad-x) 40px; overflow-y: auto;
    transform: translateY(-100%); opacity: 0; pointer-events: none;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease; }
  .nav__links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__link { padding: 16px 12px; border-radius: 14px; font-size: 1.3rem; }
  /* Swoosh-down cascade for the menu items */
  .nav__links .nav__link, .nav__links .nav__cta-mobile, .nav__links .nav__menu-account { opacity: 0; transform: translateY(-22px); transition: opacity 0.4s var(--ease), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
  .nav__links.open .nav__link, .nav__links.open .nav__cta-mobile, .nav__links.open .nav__menu-account { opacity: 1; transform: none; }
  .nav__links.open .nav__link:nth-child(1) { transition-delay: 0.18s; }
  .nav__links.open .nav__link:nth-child(2) { transition-delay: 0.24s; }
  .nav__links.open .nav__link:nth-child(3) { transition-delay: 0.30s; }
  .nav__links.open .nav__link:nth-child(4) { transition-delay: 0.36s; }
  .nav__links.open .nav__menu-account { transition-delay: 0.42s; }
  .nav__links.open .nav__cta-mobile { transition-delay: 0.48s; }
  .nav:not(.scrolled) .nav__links.open .nav__link { color: var(--ink-2); }
  .nav__menu-account { display: inline-flex; align-items: center; justify-content: center; margin-top: 22px; background: #fff; color: var(--p-700); border: 1px solid var(--line); font-weight: 400; font-size: 1.08rem; padding: 16px; border-radius: var(--radius); }
  .nav__cta-mobile { display: inline-flex; align-items: center; justify-content: center; margin-top: 12px; background: var(--p-600); color: #fff; font-weight: 400; font-size: 1.12rem; padding: 17px; border-radius: var(--radius); }
  .burger { display: flex; margin-left: auto; }
  .nav__actions { display: none; }
  .hero__grid { grid-template-columns: 1fr; }
  .infra__panel { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(3, 1fr); }
  .plans { grid-template-columns: repeat(2, 1fr); }
  .plans--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-left: none; }
  .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid var(--line); }
  .plans { grid-template-columns: 1fr; gap: 10px; }
  .plans--3 { grid-template-columns: 1fr; }
  /* The services band becomes one joined rounded column of icon + text rows */
  .cards { grid-template-columns: 1fr; gap: 0; }
  .card { display: grid; grid-template-columns: 46px 1fr; column-gap: 14px; row-gap: 2px; align-items: center; padding: 15px 18px; }
  .card__ic { grid-column: 1; grid-row: 1 / span 2; align-self: center; width: 46px; height: 46px; margin-bottom: 0; }
  .card__ic svg { width: 23px; height: 23px; }
  .card h3 { grid-column: 2; grid-row: 1; font-size: 1.06rem; margin-bottom: 0; }
  .card p { grid-column: 2; grid-row: 2; font-size: 0.9rem; line-height: 1.4; }
  .plan { padding: 22px 20px; gap: 12px; }
  .section { padding: clamp(40px, 10vw, 66px) 0; }
  .section__head { margin-bottom: clamp(24px, 5vw, 40px); }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__col--center, .footer__col--right { text-align: left; }
  .hero__cta .btn, .contact__cta .btn { flex: 1; }
  /* Mobile performance: drop the masked edge-fade that repaints the marquee each frame */
  .logos__row { -webkit-mask-image: none; mask-image: none; }
}
/* Reduced-motion is intentionally not used to disable the site's motion (owner request). */

/* ====================== LEGAL PAGES ====================== */
.nav--solid { background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(160%) blur(16px); backdrop-filter: saturate(160%) blur(16px);
  border-bottom: 1px solid var(--line); }
.nav--solid .nav__cta { margin-left: auto; }
.legal-nav__links { display: flex; align-items: center; gap: 4px; margin-left: 14px; }
.legal-nav__links a { color: var(--ink-2); font-weight: 400; font-size: 0.98rem; padding: 9px 14px; border-radius: 14px; transition: color 0.2s var(--ease), background 0.2s var(--ease); }
.legal-nav__links a:hover { color: var(--p-600); background: var(--p-50); }

.legal { background: #fff; padding-top: calc(var(--nav-h) + clamp(36px, 6vw, 76px)); padding-bottom: clamp(52px, 8vw, 100px); }
.legal__wrap { max-width: 1400px; }
.legal h1 { font-size: clamp(2rem, 4.4vw, 3.1rem); font-weight: 500; letter-spacing: -0.02em; color: #0a2540; margin: 14px 0 8px; line-height: 1.1; }
.legal__updated { color: var(--ink-3); font-weight: 300; font-size: 0.95rem; margin-bottom: clamp(26px, 4vw, 42px); }
.legal__lead { color: var(--ink-2); font-weight: 300; font-size: clamp(1.04rem, 1.4vw, 1.18rem); line-height: 1.6; margin-bottom: 10px; }
.legal h2 { font-size: clamp(1.3rem, 2.3vw, 1.6rem); font-weight: 500; color: #0a2540; margin: 40px 0 12px; letter-spacing: -0.01em; }
.legal h3 { font-size: 1.08rem; font-weight: 500; color: var(--ink); margin: 24px 0 8px; }
.legal p { color: var(--ink-2); font-weight: 300; font-size: 1.02rem; line-height: 1.72; margin-bottom: 14px; }
.legal ul, .legal ol { margin: 0 0 16px 22px; display: grid; gap: 9px; }
.legal li { color: var(--ink-2); font-weight: 300; font-size: 1.02rem; line-height: 1.6; }
.legal ul li { list-style: disc; }
.legal ol li { list-style: decimal; }
.legal a { color: var(--p-600); text-decoration: underline; text-underline-offset: 3px; }
.legal a:hover { color: var(--p-700); }
.legal strong { font-weight: 500; color: var(--ink); }
.legal__note { margin-top: 34px; padding: 18px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--p-50); color: var(--ink-2); font-size: 0.96rem; font-weight: 300; line-height: 1.6; }
.legal__back { display: inline-flex; align-items: center; gap: 8px; margin-top: 42px; color: var(--p-600); font-weight: 400; }
.legal__back svg { width: 18px; height: 18px; }

.legal-footer { background: #fff; border-top: 1px solid var(--line); padding: 30px 0; }
.legal-footer .container { display: flex; align-items: center; gap: 18px 26px; flex-wrap: wrap; }
.legal-footer .brand { font-size: 1.2rem; }
.legal-footer__links { display: flex; gap: 6px 20px; flex-wrap: wrap; margin-inline: auto; }
.legal-footer__links a { color: var(--ink-2); font-weight: 300; font-size: 0.95rem; }
.legal-footer__links a:hover { color: var(--p-600); }
.legal-footer__copy { color: var(--ink-3); font-weight: 300; font-size: 0.9rem; }

@media (max-width: 780px) { .legal-nav__links { display: none; } }
@media (max-width: 640px) {
  .legal-footer .container { flex-direction: column; align-items: flex-start; }
  .legal-footer__links { margin-inline: 0; }
}

/* ====================== ACCOUNT PANEL (full-screen) ====================== */
.auth { position: fixed; inset: 0; z-index: 300; pointer-events: none; }
.auth.open { pointer-events: auto; }
.auth__scrim { position: absolute; inset: 0; background: rgba(20, 16, 33, 0.34); opacity: 0; transition: opacity 0.5s var(--ease); }
.auth.open .auth__scrim { opacity: 1; }

.auth__panel { position: absolute; inset: 0; width: 100%; height: 100vh; height: 100dvh; overflow-y: auto;
  background: radial-gradient(1100px 720px at 100% -12%, var(--p-100), transparent 56%), radial-gradient(900px 600px at 0% 108%, var(--p-50), transparent 60%), #fff;
  clip-path: circle(0% at calc(100% - 88px) 44px);
  transition: clip-path 0.62s var(--ease); }
.auth.open .auth__panel { clip-path: circle(150% at calc(100% - 88px) 44px); }

.auth__brand { position: absolute; top: 0; left: 0; margin: 26px var(--pad-x); font-size: 1.35rem; z-index: 2; }
.auth__close { position: absolute; top: 22px; right: var(--pad-x); width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center; color: var(--ink-2); background: rgba(124, 58, 237, 0.07); z-index: 3;
  transition: color 0.22s var(--ease), background 0.22s var(--ease), transform 0.32s var(--ease); }
.auth__close:hover { color: var(--p-700); background: var(--p-100); transform: rotate(90deg); }
.auth__close svg { width: 20px; height: 20px; }

.auth__inner { min-height: 100vh; min-height: 100dvh; display: grid; place-items: center; padding: calc(var(--nav-h) + 24px) var(--pad-x) 64px; }
.auth__card { width: min(440px, 100%);
  opacity: 0; transform: translateY(24px) scale(0.985);
  transition: opacity 0.55s var(--ease) 0.18s, transform 0.66s var(--ease) 0.18s; }
.auth.open .auth__card { opacity: 1; transform: none; }

.auth__heading { font-size: clamp(1.8rem, 3.4vw, 2.4rem); font-weight: 200; letter-spacing: -0.02em; line-height: 1.08; color: var(--ink); }
.auth__lede { margin: 10px 0 28px; color: var(--ink-2); font-weight: 200; font-size: clamp(1rem, 1.4vw, 1.1rem); }

.auth__tabs { display: flex; gap: 4px; border: 1px solid var(--line); border-radius: 35px; padding: 5px; margin-bottom: 24px; }
.auth__tab { flex: 1; padding: 12px; border-radius: 12px; font-weight: 400; font-size: 0.98rem; color: var(--ink-3); transition: color 0.2s var(--ease), background 0.2s var(--ease); }
.auth__tab.is-active { background: #6d28d9; color: #ffffff; font-weight: 900; border-radius: 2000px; }
.auth__social { margin-bottom: 22px; }
.auth__social[hidden] { display: none; }
.auth__google { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  padding: 14px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
  font-family: inherit; font-size: 1rem; font-weight: 400; color: var(--ink); cursor: pointer;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease); }
.auth__google:hover { border-color: var(--p-400); background: var(--p-50); }
.auth__google-ic { width: 18px; height: 18px; flex-shrink: 0; }
.auth__or { display: flex; align-items: center; gap: 14px; margin: 18px 2px 0; color: var(--ink-3);
  font-size: 0.85rem; font-weight: 300; }
.auth__or::before, .auth__or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.auth__field { margin-bottom: 16px; }
.auth__field label { display: block; font-size: 0.82rem; font-weight: 500; color: var(--ink-2); margin-bottom: 7px; }
.auth__field input { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 34px;
  font-family: inherit; font-size: 1rem; font-weight: 400; color: var(--ink); background: #fff;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease); }
.auth__field input::placeholder { color: var(--ink-3); }
.auth__field input:focus { outline: none; border-color: var(--p-400); }
.auth__submit { width: 100%; margin-top: 8px; padding: 16px 28px; }
.auth__msg { margin: 14px 0 0; font-size: 0.92rem; color: var(--p-700); font-weight: 400; text-align: center; min-height: 1.1em; }
.auth__alt { margin-top: 18px; text-align: center; font-size: 0.94rem; color: var(--ink-2); font-weight: 200; }
.auth__switch { color: var(--p-600); font-weight: 400; text-decoration: underline; text-underline-offset: 2px; }
.auth__switch:hover { color: var(--p-700); }
.auth__dash { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); text-align: center; color: var(--ink-2); font-weight: 200; font-size: 0.95rem; }
.auth__dash a { color: var(--p-600); font-weight: 400; text-decoration: underline; text-underline-offset: 3px; }
.auth__dash a:hover { color: var(--p-700); }
[data-signup-only][hidden], [data-login-only][hidden] { display: none; }
.auth__field[hidden], .auth__tabs[hidden], .auth__alt[hidden], .auth__signedin[hidden], #authForm[hidden] { display: none; }

/* ====================== ACCOUNT: verification code, message form, signed-in ====================== */
.auth__hint { font-weight: 400; color: var(--ink-3); font-size: 0.78rem; }

/* 6-digit verification / reset code (selector matches .auth__field input specificity) */
.auth__field input.auth__code {
  text-align: center; font-family: var(--mono); font-size: 1.5rem; font-weight: 500;
  letter-spacing: 0.5em; padding-left: 0.5em; /* offset the trailing letter-spacing so it looks centered */
}
.auth__field input.auth__code::placeholder { letter-spacing: 0.5em; color: var(--p-200); }

/* Department dropdown, styled to match the inputs */
.auth__select { position: relative; }
.auth__select select {
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  width: 100%; padding: 14px 44px 14px 16px; border: 1px solid var(--line); border-radius: 34px;
  font-family: inherit; font-size: 1rem; font-weight: 400; color: var(--ink); background: #fff; cursor: pointer;
  transition: border-color 0.2s var(--ease);
}
.auth__select select:focus { outline: none; border-color: var(--p-400); }
.auth__select svg { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--p-500); pointer-events: none; }

/* Message textarea */
.auth__field textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 22px;
  font-family: inherit; font-size: 1rem; font-weight: 400; color: var(--ink); background: #fff;
  line-height: 1.55; resize: vertical; min-height: 120px;
  transition: border-color 0.2s var(--ease);
}
.auth__field textarea::placeholder { color: var(--ink-3); }
.auth__field textarea:focus { outline: none; border-color: var(--p-400); }

/* Honeypot: visually and physically hidden, but still in the DOM for bots */
.auth__hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* Positive (success) message variant */
.auth__msg.is-ok { color: #15803d; }
.auth__submit.is-busy { opacity: 0.7; cursor: default; }

/* Signed-in view */
.auth__signedin { display: grid; gap: 12px; }
.auth__greeting { margin: 4px 0 10px; color: var(--ink-2); font-weight: 200; font-size: 1rem; text-align: center; }
.auth__signedin .auth__submit { width: 100%; }

/* ====================== CHECKOUT RETURN PAGE ====================== */
.result {
  min-height: 100vh; min-height: 100dvh; display: grid; place-items: center;
  padding: clamp(96px, 15vh, 150px) 0; box-sizing: border-box;
  background: radial-gradient(1100px 720px at 100% -12%, var(--p-100), transparent 56%),
              radial-gradient(900px 600px at 0% 108%, var(--p-50), transparent 60%), #fff;
}
.result__card { width: min(560px, 100%); text-align: center; }
.result__icon { width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 26px; }
.result__icon svg { width: 38px; height: 38px; }
.result__icon--success { background: var(--p-100); color: var(--p-600); }
.result__icon--cancel { background: var(--p-50); color: var(--ink-3); }
.result__icon--pending, .result__icon--error { background: var(--p-50); color: var(--p-500); }
.result__title { font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 200; letter-spacing: -0.02em; line-height: 1.05; margin: 14px 0 0; }
.result__sub { margin: 18px auto 0; max-width: 470px; color: var(--ink-2); font-weight: 200; font-size: clamp(1.02rem, 1.4vw, 1.16rem); }
.result__cta { margin-top: 32px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ====================== PLAN: learn more link + info page CTA ====================== */
.plan__learn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; align-self: center;
  margin-top: 12px; font-size: 0.92rem; font-weight: 400; color: var(--p-600); }
.plan__learn svg { width: 15px; height: 15px; transition: transform 0.2s var(--ease); }
.plan__learn:hover svg { transform: translateX(2px); }
.plan--feature .plan__learn { color: #fff; }
.plan--feature .plan__learn:hover { opacity: 0.85; }
.info__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
/* Buttons inside legal/info content must not pick up the underline from `.legal a` */
.legal .btn { text-decoration: none; }

/* ====================== BILLING FREQUENCY TOGGLE ====================== */
.bill-toggle-wrap { text-align: center; margin-bottom: 26px; }
.bill-toggle { display: inline-flex; gap: 4px; background: #a369ff21; border-radius: 37px; padding: 4px; max-width: 100%; flex-wrap: wrap; justify-content: center; }
.bill-toggle__btn { padding: 9px 18px; border-radius: 24px; font-weight: 500; font-size: 0.92rem; color: var(--ink-3);
  transition: background 0.2s var(--ease), color 0.2s var(--ease); white-space: nowrap; }
.bill-toggle__btn:hover { color: var(--p-700); }
.bill-toggle__btn.is-active { background: #5b21b6; color: #fff; font-weight: 400; }
.bill-toggle__btn.is-active:hover { color: #fff; }
/* Mobile: the toggle spans the full width as three equal pills, no wrapping */
@media (max-width: 560px) {
  .bill-toggle-wrap { margin-bottom: 20px; }
  .bill-toggle { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; gap: 4px; border-radius: 22px; }
  .bill-toggle__btn { padding: 12px 4px; font-size: 0.8rem; border-radius: 18px; }
}

/* ====================== SIGNED-IN WELCOME (quick steps) ====================== */
.hero[hidden], .welcome[hidden] { display: none; }
.welcome { background: #fff; padding-top: calc(var(--nav-h) + clamp(40px, 6vw, 92px)); padding-bottom: clamp(48px, 7vw, 96px); }
.welcome__title { font-size: clamp(2.05rem, 4.6vw, 3.4rem); font-weight: 200; letter-spacing: -0.022em; line-height: 1.08; }
.welcome__sub { margin-top: 16px; color: var(--ink-2); font-weight: 200; font-size: clamp(1.02rem, 1.4vw, 1.18rem); max-width: 560px; }
.qsteps { margin-top: clamp(30px, 4vw, 46px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.qstep { text-align: left; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; background: var(--white);
  display: flex; flex-direction: column; gap: 9px; min-height: 196px;
  transition: transform 0.28s var(--ease), border-color 0.28s var(--ease); }
.qstep:hover { transform: translateY(-6px); border-color: var(--p-300); }
.qstep__ic { width: 50px; height: 50px; border-radius: var(--radius-sm); display: grid; place-items: center;
  background: var(--p-50); color: var(--p-600); margin-bottom: 4px; }
.qstep__ic svg { width: 24px; height: 24px; }
.qstep h3 { font-size: 1.16rem; font-weight: 400; letter-spacing: -0.01em; color: var(--ink); }
.qstep p { color: var(--ink-2); font-weight: 200; font-size: 0.95rem; flex: 1; }
.qstep__go { display: inline-flex; align-items: center; gap: 6px; color: var(--p-600); font-weight: 400; font-size: 0.93rem; margin-top: 4px; }
.qstep__go svg { width: 15px; height: 15px; transition: transform 0.2s var(--ease); }
.qstep:hover .qstep__go svg { transform: translateX(2px); }
@media (max-width: 1080px) { .qsteps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .qsteps { grid-template-columns: 1fr; } }
