/* Aithos Marketing. Dark, big type, orange used sparingly. */

@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(../fonts/inter-tight-latin.woff2) format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(../fonts/inter-tight-latin-ext.woff2) format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg: #141414;
  --bg-deep: #0b0b0b;
  --surface: #1b1b1b;
  --surface-2: #232323;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.18);
  --text: #ffffff;
  --text-2: #b9b9b9;
  --text-3: #8a8a8a;
  --orange: #f26314;
  --orange-hi: #ff7a2e;
  --light: #f5f4f2;
  --ink: #1c1c1c;
  --ink-2: #5a5a5a;
  --ink-3: #7d7d7d;

  --font: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --max: 1320px;
  --gutter: clamp(16px, 4vw, 48px);
  --radius: 20px;
  --ease: cubic-bezier(0.2, 0.7, 0.1, 1);
  --nav-h: 72px;

  --fs-display: clamp(2.6rem, 8.2vw, 7.4rem);
  --fs-h2: clamp(2.2rem, 5.6vw, 5rem);
  --fs-h3: clamp(1.5rem, 2.6vw, 2.25rem);
  --fs-lead: clamp(1.06rem, 1.35vw, 1.25rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; color-scheme: dark; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 600; }
ul { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--orange); color: #fff; }

/* Lenis */
html.lenis, html.lenis body { height: auto; }
.lenis:not(.lenis-autoToggle).lenis-stopped { overflow: clip; }
.lenis [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-scrolling iframe { pointer-events: none; }

.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; }
.skip {
  position: absolute; left: 16px; top: -60px; z-index: 100;
  background: var(--orange); color: #fff; padding: 10px 16px; border-radius: 10px;
}
.skip:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; border-radius: 6px; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

.caps {
  text-transform: uppercase;
  letter-spacing: -0.035em;
  line-height: 0.93;
  font-weight: 600;
}
.display { font-size: var(--fs-display); }
.h2 { font-size: var(--fs-h2); }
.lead { font-size: var(--fs-lead); color: var(--text-2); line-height: 1.55; max-width: 38rem; }
.muted { color: var(--text-3); }
.tm { font-size: 0.32em; vertical-align: 1.9em; letter-spacing: 0; margin-left: 0.04em; font-weight: 500; }

/* Line masks for SplitText reveals */
.split-line { overflow: clip; padding-bottom: 0.06em; margin-bottom: -0.06em; }

/* Buttons */
.btn {
  --h: 54px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: var(--h); padding: 0 26px;
  border-radius: 999px; border: 0; cursor: pointer;
  font-weight: 600; font-size: 16px; letter-spacing: -0.01em; white-space: nowrap;
  transition: background-color .25s var(--ease), color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
}
.btn--primary { background: var(--orange); color: #fff; box-shadow: 0 10px 30px -12px rgba(242, 99, 20, 0.7); }
.btn--primary:hover { background: var(--orange-hi); transform: translateY(-1px); }
.btn--ghost { background: rgba(255, 255, 255, 0.08); color: var(--text); }
.btn--ghost:hover { background: rgba(255, 255, 255, 0.14); }
.btn--sm { --h: 42px; padding: 0 18px; font-size: 15px; }
.btn .arrow { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }

/* ------------------------------------------------------------------ Nav */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  height: var(--nav-h);
  display: flex; align-items: center;
  transition: background-color .35s var(--ease), border-color .35s var(--ease), transform .45s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(14, 14, 14, 0.72);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--line);
}
.nav.is-hidden { transform: translateY(-100%); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo__mark { width: 34px; height: auto; }
.logo__word { font-weight: 700; letter-spacing: 0.08em; font-size: 15px; line-height: 1; }
.logo__word span { color: var(--orange); font-weight: 600; margin-left: 0.35em; }
.nav__links { display: flex; gap: 34px; font-size: 15px; color: var(--text-2); }
.nav__links a { transition: color .2s; }
.nav__links a:hover { color: var(--text); }
@media (max-width: 900px) {
  .nav__links { display: none; }
}
@media (max-width: 520px) {
  .logo__word span { display: none; }
  .nav .btn--sm { padding: 0 16px; font-size: 14px; }
}

/* ------------------------------------------------------------------ Hero */
.hero {
  position: relative;
  min-height: 100svh;
  padding-top: calc(var(--nav-h) + clamp(40px, 9vh, 110px));
  overflow: clip;
  isolation: isolate;
  background: radial-gradient(120% 70% at 50% 0%, #1d1d1d 0%, var(--bg-deep) 60%);
}
.hero__content { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero__title { max-width: 14ch; }
.hero__sub { margin-top: 28px; max-width: 40rem; text-align: center; }
.hero__ctas { margin-top: 36px; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.hero__stage {
  position: relative; z-index: 1;
  margin: clamp(56px, 9vh, 96px) auto 0;
  width: min(100%, 980px);
  height: clamp(460px, 62vh, 620px);
}
.hero__glow {
  /* A planet horizon: a huge dark disc with a thin lit rim, only its top arc in view. */
  --d: 2600px;
  position: absolute; left: 50%; top: 46%;
  width: var(--d); height: var(--d); margin-left: calc(var(--d) / -2);
  border-radius: 50%;
  background: radial-gradient(closest-side, #0a0a0a 0 98.6%, rgba(255, 160, 95, 0.95) 99.4%, rgba(242, 99, 20, 0) 100%);
  box-shadow: 0 -24px 90px -18px rgba(242, 99, 20, 0.55), 0 -2px 30px -6px rgba(255, 140, 70, 0.6);
  z-index: -1;
  pointer-events: none;
}
.hero__glow::after {
  content: ""; position: absolute; left: 50%; top: -120px; width: 70%; height: 320px; margin-left: -35%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(242, 99, 20, 0.22), transparent 70%);
  pointer-events: none;
}
.hero .phone { position: absolute; left: 50%; top: 0; margin-left: calc(var(--pw) / -2); }
.hero__chips { position: absolute; inset: 0; pointer-events: none; }
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 180px; z-index: 3; pointer-events: none;
  background: linear-gradient(180deg, rgba(11, 11, 11, 0), var(--bg-deep));
}

/* Phone mock (a generic profile, not a platform clone) */
.phone {
  --pw: 300px;
  width: var(--pw);
  aspect-ratio: 300 / 620;
  border-radius: 46px;
  padding: 10px;
  background: linear-gradient(160deg, #3a3a3a, #121212 40%, #262626);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 40px 80px -30px rgba(0, 0, 0, 0.9),
    0 0 120px -40px rgba(242, 99, 20, 0.35);
}
.phone__screen {
  position: relative;
  width: 100%; height: 100%;
  border-radius: 37px;
  background: #0e0e0e;
  overflow: hidden;
  font-size: 11px; line-height: 1.35;
}
.phone__notch {
  position: absolute; top: 9px; left: 50%; transform: translateX(-50%);
  width: 86px; height: 24px; border-radius: 20px; background: #000; z-index: 5;
}
.pf { padding: 44px 14px 0; }
.pf__top { display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: 13px; }
.pf__top i { display: block; width: 16px; height: 2px; background: #fff; border-radius: 2px; box-shadow: 0 5px 0 #fff, 0 -5px 0 #fff; }
.pf__head { display: flex; align-items: center; gap: 16px; margin-top: 14px; }
.pf__avatar {
  width: 64px; height: 64px; border-radius: 50%; flex: none;
  padding: 2.5px;
  background: conic-gradient(from 200deg, var(--orange), #ffb347, var(--orange));
}
.pf__avatar::before {
  content: ""; display: block; width: 100%; height: 100%; border-radius: 50%;
  border: 2.5px solid #0e0e0e;
  background: radial-gradient(circle at 50% 38%, #cfcfcf 0 17%, transparent 18%), radial-gradient(circle at 50% 100%, #bdbdbd 0 38%, transparent 39%), #3b3b3b;
}
.pf__stats { flex: 1; display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; gap: 4px; }
.pf__stats b { display: block; height: 9px; width: 60%; margin: 0 auto 5px; border-radius: 3px; background: #e9e9e9; }
.pf__stats span { color: #a9a9a9; font-size: 10px; }
.pf__name { margin-top: 10px; font-weight: 700; font-size: 12px; }
.pf__role { color: #a9a9a9; }
.pf__bio { margin-top: 4px; color: #e7e7e7; }
.pf__link { color: #ff9a5c; font-weight: 600; }
.pf__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 10px; }
.pf__btns span { text-align: center; padding: 6px 0; border-radius: 8px; background: #262626; font-weight: 600; }
.pf__btns span.is-cta { background: var(--orange); color: #fff; }
.pf__hl { display: flex; gap: 12px; margin-top: 12px; }
.pf__hl div { text-align: center; font-size: 9px; color: #cfcfcf; }
.pf__hl div::before {
  content: ""; display: block; width: 44px; height: 44px; margin: 0 auto 4px; border-radius: 50%;
  border: 1.5px solid #3a3a3a;
  background: radial-gradient(circle, #2c2c2c 0 55%, #161616 56%);
}
.pf__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin: 14px -14px 0; }
.tile {
  position: relative; aspect-ratio: 3 / 4; overflow: hidden;
  background: linear-gradient(160deg, #2a2a2a, #161616);
  display: flex; align-items: flex-end; padding: 6px;
  font-size: 7.5px; line-height: 1.1; font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; color: #fff;
}
.tile--o { background: linear-gradient(160deg, #f26314, #b93f05); }
.tile--l { background: linear-gradient(160deg, #e9e6e1, #bdb8b0); color: #1c1c1c; }
.tile--g { background: linear-gradient(160deg, #3b3b3b, #202020); }
.tile::after {
  content: ""; position: absolute; top: 6px; right: 6px; width: 0; height: 0;
  border-left: 6px solid rgba(255, 255, 255, 0.85); border-top: 4px solid transparent; border-bottom: 4px solid transparent;
}
.tile--pin::before {
  content: ""; position: absolute; top: 6px; left: 6px; width: 7px; height: 7px; border-radius: 50%;
  background: #fff; box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

/* Floating notification chips */
.chip {
  position: absolute;
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px 10px 10px;
  border-radius: 16px;
  background: rgba(30, 30, 30, 0.78);
  border: 1px solid var(--line);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.8);
  font-size: 13px; line-height: 1.3; white-space: nowrap;
  color: var(--text);
}
.chip small { display: block; color: var(--text-3); font-size: 12px; }
.chip__icon {
  width: 30px; height: 30px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  background: rgba(242, 99, 20, 0.16); color: var(--orange);
}
.chip__icon svg { width: 15px; height: 15px; }
.hero .chip--a { left: 2%; top: 22%; }
.hero .chip--b { right: 0; top: 10%; }
.hero .chip--c { right: 6%; top: 52%; }
@media (max-width: 760px) {
  .hero__stage { height: 470px; }
  .hero__glow { --d: 1500px; top: 50%; }
  .hero .phone { --pw: 250px; }
  .hero .chip { font-size: 12px; padding: 8px 12px 8px 8px; }
  .hero .chip--a { left: -2%; top: 40%; }
  .hero .chip--b { right: -2%; top: 8%; }
  .hero .chip--c { display: none; }
}

/* ------------------------------------------------------------------ Ticker */
.ticker {
  border-block: 1px solid var(--line);
  background: var(--bg-deep);
  overflow: hidden;
  padding: 18px 0;
  color: var(--text-3);
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500;
}
.ticker__track { display: flex; width: max-content; animation: ticker 38s linear infinite; }
.ticker__track span { display: inline-flex; align-items: center; gap: 28px; padding-right: 28px; white-space: nowrap; }
.ticker__track i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); display: inline-block; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ------------------------------------------------------------------ Sections */
.section { position: relative; padding: clamp(96px, 14vw, 180px) 0; }
.section__head { display: grid; gap: 24px; margin-bottom: clamp(48px, 7vw, 88px); }
.section__head--split { grid-template-columns: 1.3fr 1fr; align-items: end; gap: 48px; }
@media (max-width: 900px) { .section__head--split { grid-template-columns: 1fr; gap: 24px; } }
.section--light { background: var(--light); color: var(--ink); color-scheme: light; }
.section--light .lead { color: var(--ink-2); }

/* ------------------------------------------------------------------ Testimonials */
.vids { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vid {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background: var(--surface);
  aspect-ratio: 9 / 16;
  border: 1px solid var(--line);
}
.vid__btn {
  all: unset; cursor: pointer; position: absolute; inset: 0; display: block;
}
.vid__btn img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s; filter: saturate(0.9) brightness(0.86); }
.vid__btn:hover img { transform: scale(1.04); filter: saturate(1) brightness(0.95); }
.vid__btn::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.85) 100%);
}
.vid__play {
  position: absolute; left: 50%; top: 50%; z-index: 2;
  width: 64px; height: 64px; margin: -32px 0 0 -32px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: background-color .3s, transform .3s var(--ease);
}
.vid__btn:hover .vid__play { background: var(--orange); transform: scale(1.06); border-color: transparent; }
.vid__play svg { width: 20px; height: 20px; margin-left: 3px; }
.vid__meta { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 2; }
.vid__name { font-weight: 600; font-size: 17px; line-height: 1.2; }
.vid__role { display: block; color: #fff; font-size: 16px; font-weight: 500; line-height: 1.3; }
.vid__dur { position: absolute; top: 14px; right: 14px; z-index: 2; font-size: 12px; padding: 3px 8px; border-radius: 99px; background: rgba(0, 0, 0, 0.55); color: #ddd; }
.vid iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 1000px) {
  .vids { grid-template-columns: repeat(4, 72%); overflow-x: auto; scroll-snap-type: x mandatory; margin: 0 calc(var(--gutter) * -1); padding: 0 var(--gutter) 8px; scrollbar-width: none; }
  .vids::-webkit-scrollbar { display: none; }
  .vid { scroll-snap-align: start; }
}
@media (min-width: 560px) and (max-width: 1000px) { .vids { grid-template-columns: repeat(4, 42%); } }

.quote {
  margin-top: 16px;
  display: grid; grid-template-columns: auto 1fr; gap: clamp(20px, 4vw, 48px); align-items: center;
  padding: clamp(28px, 4vw, 48px);
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
}
.quote__who { display: flex; align-items: center; gap: 14px; }
.quote__who img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.quote__name { font-weight: 600; line-height: 1.25; }
.quote__role { color: var(--text-3); font-size: 15px; line-height: 1.35; }
.quote blockquote { margin: 0; font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.45; letter-spacing: -0.01em; }
.quote blockquote::before { content: "\201C"; color: var(--orange); }
.quote blockquote::after { content: "\201D"; color: var(--orange); }
.quote__src { display: flex; align-items: center; gap: 8px; margin-top: 16px; color: var(--text-3); font-size: 14px; }
.quote__src svg { width: 15px; height: 15px; }
@media (max-width: 760px) { .quote { grid-template-columns: 1fr; } .quote__who { order: 2; } }

/* ------------------------------------------------------------------ Problem */
.problem__text {
  font-size: clamp(1.8rem, 4.4vw, 3.9rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 550;
  max-width: 22ch;
}
.problem__text .w { display: inline; }
.problem__foot { margin-top: clamp(40px, 6vw, 72px); display: flex; align-items: center; gap: 20px; flex-wrap: wrap; color: var(--ink-2); font-size: var(--fs-lead); }
.problem__foot strong { color: var(--ink); font-weight: 600; }

/* ------------------------------------------------------------------ Method */
.method { background: var(--bg-deep); }
.method__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); }
.method__steps { position: relative; }
.step { min-height: 92vh; display: flex; flex-direction: column; justify-content: center; padding: 8vh 0; }
.step:first-child { min-height: 70vh; justify-content: flex-start; padding-top: 18vh; }
.step:last-child { min-height: 100vh; }
.step__num { font-size: 14px; color: var(--text-3); letter-spacing: 0.08em; font-variant-numeric: tabular-nums; transition: color .4s; }
.step__title { font-size: clamp(2.6rem, 6vw, 5.6rem); margin-top: 14px; color: var(--text-3); transition: color .5s var(--ease); }
.step__text { margin-top: 22px; font-size: var(--fs-lead); color: var(--text-2); max-width: 30rem; }
.step__list { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.step__list li { padding: 7px 14px; border-radius: 99px; border: 1px solid var(--line-strong); font-size: 14px; color: var(--text-2); }
.step.is-active .step__title { color: var(--text); }
.step.is-active .step__num { color: var(--orange); }

.method__sticky { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; justify-content: center; }
.method__stage { position: relative; width: 100%; max-width: 520px; height: min(640px, 82vh); display: flex; align-items: center; justify-content: center; }
.method__stage .phone { --pw: min(300px, 38vh); position: relative; z-index: 2; }
.method__rail { position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: grid; gap: 14px; z-index: 3; }
.method__rail span { width: 8px; height: 8px; border-radius: 50%; background: #3a3a3a; transition: background-color .4s, transform .4s; }
.method__rail span.is-on { background: var(--orange); transform: scale(1.25); }

/* Build states of the method phone. Each layer appears from its own step onwards. */
.m-layer { transition: opacity .6s var(--ease), transform .7s var(--ease), filter .6s; }
.m-profile-wrap { position: relative; }
.m-skel { position: absolute; inset: 0; }
.m-skel b { display: block; height: 8px; border-radius: 4px; background: #262626; margin-top: 7px; }
.m-skel b:nth-child(1) { width: 40%; margin-top: 12px; }
.m-skel b:nth-child(2) { width: 70%; }
.m-skel b:nth-child(3) { width: 85%; }
.m-skel b:nth-child(4) { width: 55%; }
.m-profile, .m-hl, .m-grid .tile { opacity: 0; }
.m-profile { transform: translateY(8px); }
.m-grid .tile { transform: scale(0.9); transition: opacity .5s var(--ease), transform .6s var(--ease); }
.m-grid .tile.is-ghost { opacity: 1; transform: none; background: #1a1a1a; color: transparent; }
.m-grid .tile.is-ghost::after, .m-grid .tile.is-ghost::before { display: none; }
.is-s2 .m-profile, .is-s2 .m-hl { opacity: 1; transform: none; }
.is-s2 .m-skel { opacity: 0; }
.is-s2 .m-grid .tile.is-pin { opacity: 1; transform: none; }
.is-s3 .m-grid .tile { opacity: 1; transform: none; }
.m-grid .tile:nth-child(4) { transition-delay: .05s; }
.m-grid .tile:nth-child(5) { transition-delay: .1s; }
.m-grid .tile:nth-child(6) { transition-delay: .15s; }
.m-grid .tile:nth-child(7) { transition-delay: .2s; }
.m-grid .tile:nth-child(8) { transition-delay: .25s; }
.m-grid .tile:nth-child(9) { transition-delay: .3s; }

.m-card {
  position: absolute; z-index: 3;
  width: 220px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(28, 28, 28, 0.86);
  border: 1px solid var(--line);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.9);
  font-size: 13px;
  opacity: 0; transform: translateY(16px) scale(0.97);
  pointer-events: none;
}
.m-card__title { font-size: 12px; color: var(--text-3); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 10px; }
.m-card li { display: flex; align-items: center; gap: 10px; padding: 6px 0; border-top: 1px solid var(--line); }
.m-card li:first-child { border-top: 0; }
.m-card li svg { width: 16px; height: 16px; color: var(--orange); flex: none; }
.m-card--strategy { left: 0; top: 14%; }
.m-card--rec { right: 0; top: 10%; width: 200px; }
.m-card--script { left: 0; bottom: 14%; width: 210px; }
.m-rec__frame {
  position: relative; aspect-ratio: 16 / 10; border-radius: 10px; margin-bottom: 10px;
  background: radial-gradient(circle at 50% 42%, #5a5a5a 0 14%, transparent 15%), radial-gradient(circle at 50% 110%, #4a4a4a 0 42%, transparent 43%), linear-gradient(160deg, #2e2e2e, #151515);
}
.m-rec__frame::before, .m-rec__frame::after { content: ""; position: absolute; width: 14px; height: 14px; border: 2px solid rgba(255, 255, 255, 0.7); }
.m-rec__frame::before { left: 8px; top: 8px; border-right: 0; border-bottom: 0; }
.m-rec__frame::after { right: 8px; bottom: 8px; border-left: 0; border-top: 0; }
.m-rec__dot { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 12px; }
.m-rec__dot::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #ff3b30; animation: blink 1.2s steps(2, start) infinite; }
@keyframes blink { to { visibility: hidden; } }
.m-script b { display: block; height: 6px; border-radius: 3px; background: #3a3a3a; margin-top: 7px; }
.m-script b:nth-child(2) { width: 88%; } .m-script b:nth-child(3) { width: 94%; } .m-script b:nth-child(4) { width: 64%; background: rgba(242, 99, 20, 0.6); }
.is-s1:not(.is-s2) .m-card--strategy { opacity: 1; transform: none; }
.is-s3:not(.is-s4) .m-card--rec, .is-s3:not(.is-s4) .m-card--script { opacity: 1; transform: none; }

.m-dms { position: absolute; left: 50%; top: 11%; z-index: 4; display: grid; gap: 8px; width: 290px; margin-left: -145px; pointer-events: none; }
.m-dms .chip { position: relative; opacity: 0; transform: translateX(30px); transition: opacity .5s var(--ease), transform .6s var(--ease); white-space: normal; }
.m-dms .chip:nth-child(2) { transition-delay: .18s; }
.m-dms .chip:nth-child(3) { transition-delay: .36s; }
.is-s4 .m-dms .chip { opacity: 1; transform: none; }
.m-booked {
  position: absolute; left: 50%; bottom: 7%; z-index: 4;
  transform: translate(-50%, 20px); opacity: 0;
  transition: opacity .5s .5s var(--ease), transform .6s .5s var(--ease);
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 18px; border-radius: 999px;
  background: var(--orange); color: #fff; font-weight: 600; font-size: 14px; white-space: nowrap;
  box-shadow: 0 20px 40px -16px rgba(242, 99, 20, 0.8);
}
.m-booked svg { width: 16px; height: 16px; }
.is-s4 .m-booked { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .method__grid { grid-template-columns: 1fr; gap: 0; }
  .method__visual { order: -1; position: sticky; top: var(--nav-h); z-index: 2; height: 54svh; background: linear-gradient(var(--bg-deep) 88%, rgba(11, 11, 11, 0)); }
  .method__sticky { position: relative; height: 100%; }
  .method__stage { height: 100%; }
  .method__stage .phone { --pw: min(200px, 23svh); border-radius: 32px; padding: 7px; }
  .method__stage .phone__screen { border-radius: 26px; transform-origin: top left; }
  .method__rail { display: none; }
  .m-card { width: 170px; padding: 12px; font-size: 12px; }
  .m-card--strategy { left: 0; top: 8%; }
  .m-card--rec { right: 0; top: 6%; width: 150px; }
  .m-card--script { left: 0; bottom: 8%; width: 160px; }
  .m-dms { width: 220px; margin-left: -110px; top: 8%; }
  .m-dms .chip { font-size: 11px; padding: 7px 10px 7px 7px; }
  .m-dms .chip__icon { width: 24px; height: 24px; }
  .m-booked { font-size: 12px; padding: 9px 14px; bottom: 4%; }
  .step, .step:first-child, .step:last-child { min-height: 64svh; padding: 4vh 0 10vh; justify-content: flex-start; }
}
/* The phone is scaled down on small screens; shrink its inner type with it. */
@media (max-width: 900px) {
  .method__stage .phone__screen { font-size: 7.4px; }
  .method__stage .pf { padding: 30px 9px 0; }
  .method__stage .pf__top { font-size: 9px; }
  .method__stage .pf__avatar { width: 42px; height: 42px; }
  .method__stage .pf__head { gap: 10px; margin-top: 9px; }
  .method__stage .pf__hl div::before { width: 28px; height: 28px; }
  .method__stage .pf__hl { gap: 8px; margin-top: 8px; }
  .method__stage .pf__hl div { font-size: 6px; }
  .method__stage .pf__grid { margin: 9px -9px 0; }
  .method__stage .tile { font-size: 5px; padding: 4px; }
  .method__stage .phone__notch { width: 58px; height: 16px; top: 6px; }
  .method__stage .pf__name { font-size: 8px; }
  .method__stage .pf__btns span { padding: 4px 0; border-radius: 6px; }
}

/* ------------------------------------------------------------------ About */
.about__grid { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(32px, 6vw, 110px); align-items: start; }
.about__media { position: sticky; top: calc(var(--nav-h) + 24px); }
.about__photo { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; background: var(--surface); }
.about__photo img { width: 100%; height: 115%; object-fit: cover; object-position: 50% 20%; }
.about__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(10, 10, 10, 0.55)); }
.facts { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 20px; color: var(--text-2); font-size: 15px; }
.facts li { display: flex; align-items: center; gap: 8px; }
.facts li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.about__title { font-size: var(--fs-h2); }
.about__sub { margin-top: 16px; font-size: var(--fs-lead); color: var(--text-3); }
.about__body { margin-top: clamp(40px, 6vw, 72px); display: grid; gap: clamp(28px, 4vw, 44px); }
.about__body p { font-size: clamp(1.12rem, 1.55vw, 1.42rem); line-height: 1.55; color: var(--text-2); letter-spacing: -0.005em; }
.about__body p strong { color: var(--text); font-weight: 600; }
.values { display: flex; flex-wrap: wrap; gap: 8px; margin-top: clamp(40px, 5vw, 56px); }
.values li { padding: 7px 14px; border-radius: 99px; border: 1px solid rgba(242, 99, 20, 0.45); color: #ff9a5c; font-size: 14px; }
.about__cta { margin-top: 40px; }
@media (max-width: 900px) {
  .about__grid { grid-template-columns: 1fr; }
  .about__media { position: relative; top: 0; max-width: 460px; }
}

/* ------------------------------------------------------------------ Fit */
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fit__card { border-radius: var(--radius); padding: clamp(28px, 4vw, 48px); }
.fit__card--yes { background: var(--bg); color: var(--text); }
.fit__card--no { background: #e9e7e3; color: var(--ink); }
.fit__card h3 { font-size: var(--fs-h3); letter-spacing: -0.02em; line-height: 1.1; }
.fit__card ul { margin-top: 28px; display: grid; gap: 0; }
.fit__card li { display: grid; grid-template-columns: 22px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid rgba(128, 128, 128, 0.22); line-height: 1.45; }
.fit__card li svg { width: 20px; height: 20px; margin-top: 2px; }
.fit__card--yes li svg { color: var(--orange); }
.fit__card--no li svg { color: var(--ink-3); }
.fit__card--no li { color: var(--ink-2); }
@media (max-width: 900px) { .fit { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------ FAQ */
.faq__grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.faq__intro { position: sticky; top: calc(var(--nav-h) + 32px); }
.faq__intro p { margin-top: 20px; color: var(--text-2); max-width: 24rem; }
.faq__intro a { color: var(--text); border-bottom: 1px solid var(--orange); }
.faq__list { border-top: 1px solid var(--line); }
.qa { border-bottom: 1px solid var(--line); }
.qa summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 26px 0;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem); font-weight: 500; letter-spacing: -0.01em;
  transition: color .2s;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: #fff; }
.qa__icon { position: relative; flex: none; width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line-strong); transition: background-color .3s, border-color .3s, transform .4s var(--ease); }
.qa__icon::before, .qa__icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 1.5px; margin: -0.75px 0 0 -5px; background: currentColor; transition: transform .4s var(--ease); }
.qa__icon::after { transform: rotate(90deg); }
.qa[open] .qa__icon { background: var(--orange); border-color: var(--orange); transform: rotate(180deg); }
.qa[open] .qa__icon::after { transform: rotate(0deg); }
.qa__a { padding: 0 56px 28px 0; color: var(--text-2); max-width: 44rem; }
.qa__a p + p { margin-top: 12px; }
@supports (interpolate-size: allow-keywords) {
  :root { interpolate-size: allow-keywords; }
  .qa::details-content { height: 0; overflow: clip; transition: height .45s var(--ease), content-visibility .45s allow-discrete; }
  .qa[open]::details-content { height: auto; }
}
@media (max-width: 900px) {
  .faq__grid { grid-template-columns: 1fr; }
  .faq__intro { position: relative; top: 0; }
  .qa__a { padding-right: 0; }
}

/* ------------------------------------------------------------------ Apply */
.apply { position: relative; overflow: clip; background: var(--bg-deep); }
.apply::before {
  content: ""; position: absolute; left: 50%; top: -30%; width: 1200px; height: 800px; transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(242, 99, 20, 0.16), transparent);
  pointer-events: none;
}
.apply__grid { position: relative; display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.apply__title { font-size: clamp(2.4rem, 5.2vw, 4.6rem); }
.apply__lead { margin-top: 24px; }
.apply__steps { margin-top: 44px; display: grid; gap: 0; max-width: 30rem; }
.apply__steps li { display: grid; grid-template-columns: 36px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); color: var(--text-2); }
.apply__steps li span { font-size: 14px; color: var(--orange); font-variant-numeric: tabular-nums; padding-top: 2px; }
.apply__steps li b { display: block; color: var(--text); font-weight: 600; }
@media (max-width: 960px) { .apply__grid { grid-template-columns: 1fr; } }

.form {
  background: #171717;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: clamp(22px, 3.5vw, 40px);
  box-shadow: 0 40px 100px -50px rgba(0, 0, 0, 0.9);
}
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .form__row { grid-template-columns: 1fr; } }
.field { display: grid; gap: 8px; margin-bottom: 18px; }
.field > label, .field > legend { font-size: 14px; color: var(--text-2); font-weight: 500; padding: 0; }
.field .req { color: var(--orange); }
.input {
  width: 100%;
  height: 52px; padding: 0 16px;
  border-radius: 14px;
  background: #0f0f0f;
  border: 1px solid var(--line-strong);
  color: var(--text);
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  font-size: 16px;
}
textarea.input { height: auto; min-height: 96px; padding: 14px 16px; resize: vertical; line-height: 1.5; }
.input::placeholder { color: #6a6a6a; }
.input:hover { border-color: rgba(255, 255, 255, 0.28); }
.input:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 4px rgba(242, 99, 20, 0.18); background: #121212; }
.input-at { position: relative; }
.input-at::before { content: "@"; position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--text-3); pointer-events: none; }
.input-at .input { padding-left: 34px; }
.field.has-error .input { border-color: #ff5a4f; }
.field__err { display: none; color: #ff8a80; font-size: 13.5px; }
.field.has-error .field__err { display: block; }
fieldset.field { border: 0; margin: 0 0 18px; min-width: 0; }
.pills { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
@media (max-width: 560px) { .pills { grid-template-columns: 1fr 1fr; } }
.pill { position: relative; }
.pill input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.pill span {
  display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 48px; padding: 6px 8px; border-radius: 12px;
  border: 1px solid var(--line-strong); background: #0f0f0f;
  font-size: 14.5px; color: var(--text-2);
  transition: border-color .2s, background-color .2s, color .2s;
}
.pill input:hover + span { border-color: rgba(255, 255, 255, 0.3); }
.pill input:checked + span { border-color: var(--orange); background: rgba(242, 99, 20, 0.12); color: #fff; }
.pill input:focus-visible + span { outline: 2px solid var(--orange); outline-offset: 2px; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form__submit { width: 100%; margin-top: 8px; --h: 58px; font-size: 17px; }
.form__submit[disabled] { opacity: 0.7; cursor: progress; transform: none; }
.form__note { margin-top: 14px; text-align: center; color: var(--text-3); font-size: 14px; line-height: 1.5; }
.form__note a { color: var(--text-2); text-decoration: underline; text-underline-offset: 2px; }
.form__alert { display: none; margin-bottom: 18px; padding: 12px 16px; border-radius: 12px; background: rgba(255, 90, 79, 0.1); border: 1px solid rgba(255, 90, 79, 0.35); color: #ffb4ad; font-size: 15px; }
.form__alert.is-on { display: block; }

/* ------------------------------------------------------------------ Footer */
.footer { background: var(--bg-deep); border-top: 1px solid var(--line); padding: clamp(72px, 10vw, 128px) 0 36px; overflow: clip; }
.footer__big { font-size: clamp(2.6rem, 9.6vw, 9.2rem); color: #1f1f1f; line-height: 0.88; letter-spacing: -0.045em; }
.footer__big span { color: var(--text); }
.footer__cols { margin-top: clamp(56px, 8vw, 96px); display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.footer__cols h4 { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-3); font-weight: 500; margin-bottom: 14px; }
.footer__cols li { margin-top: 8px; color: var(--text-2); }
.footer__cols a { transition: color .2s; }
.footer__cols a:hover { color: var(--text); }
.footer__about p { margin-top: 16px; color: var(--text-3); max-width: 22rem; font-size: 15px; }
.footer__bar { margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--text-3); font-size: 14px; }
@media (max-width: 900px) { .footer__cols { grid-template-columns: 1fr 1fr; } .footer__about { grid-column: 1 / -1; } }

/* ------------------------------------------------------------------ Simple pages */
.page { min-height: 100svh; padding: calc(var(--nav-h) + 80px) 0 120px; }
.page--center { display: flex; align-items: center; text-align: center; }
.page--center .wrap { display: flex; flex-direction: column; align-items: center; }
.page__title { font-size: clamp(2.6rem, 7vw, 6rem); max-width: 14ch; }
.page__lead { margin-top: 28px; max-width: 34rem; color: var(--text-2); font-size: var(--fs-lead); }
.page__ctas { margin-top: 40px; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.check-badge { width: 72px; height: 72px; border-radius: 50%; background: rgba(242, 99, 20, 0.14); color: var(--orange); display: grid; place-items: center; margin-bottom: 36px; }
.check-badge svg { width: 30px; height: 30px; }
.legal { max-width: 46rem; }
.legal h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
.legal h2 { font-size: 1.35rem; margin: 44px 0 12px; letter-spacing: -0.01em; }
.legal p, .legal li { color: var(--text-2); }
.legal p + p { margin-top: 12px; }
.legal ul { list-style: disc; padding-left: 1.2em; display: grid; gap: 6px; margin-top: 10px; }
.legal a { color: var(--text); text-decoration: underline; text-underline-offset: 2px; }
.legal .meta { margin-top: 12px; color: var(--text-3); font-size: 15px; }

/* ------------------------------------------------------------------ Motion prefs */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .ticker__track { animation: none; }
}

/* Hide hero pieces until GSAP takes over. If the scripts fail, the fallback
   animation shows everything after 2.5 s so nothing stays invisible. */
.js [data-hero] { visibility: hidden; animation: show-fallback 0s 2.5s forwards; }
@keyframes show-fallback { to { visibility: visible; } }
@media (prefers-reduced-motion: reduce) { .js [data-hero] { visibility: visible; animation: none; } }

.footer--small { padding: 0 0 28px; border-top: 0; background: transparent; }
.footer--small .footer__bar { margin-top: 0; }
.footer--small a:hover { color: var(--text); }
