/* aifirst.lu — homepage. Calendly structure, Parcours tokens. */
:root {
  --page: #FBF9F5;
  --panel: #F3EEE6;
  --panel-2: #ECE5DA;
  --ink: #16150F;
  --text: #4A473C;
  --muted: #77736A;
  --line: #E4DDD1;
  --white: #fff;
  --pink: #ff9bb4;
  --yellow: #f7e26b;
  --orange: #FF7A3D;
  --green: #1F9D63;
  --grad-brand: linear-gradient(90deg, #ff9bb4, #f7e26b);
  --grad-hot: linear-gradient(100deg, #FF5F8D, #FF7A3D 52%, #FFC24B);
  --glow:
    radial-gradient(55% 70% at 12% 18%, rgba(255, 95, 141, .55), transparent 62%),
    radial-gradient(50% 65% at 90% 20%, rgba(255, 194, 75, .6), transparent 62%),
    radial-gradient(60% 70% at 55% 105%, rgba(255, 122, 61, .45), transparent 65%),
    #F6E9E0;
  --font-display: "Bricolage Grotesque", "Instrument Sans", system-ui, sans-serif;
  --font-body: "Instrument Sans", system-ui, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, monospace;
  --r-sm: 8px;
  --r: 14px;
  --r-lg: 28px;
  --shadow: 0 1px 2px rgba(22, 21, 15, .05), 0 24px 60px -20px rgba(22, 21, 15, .28);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --max: 1200px;
  --gut: clamp(16px, 4vw, 32px);
  --section: clamp(88px, 11vw, 144px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size: 17px; line-height: 1.6; color: var(--text); background: var(--page); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); font-weight: 700; letter-spacing: -0.035em; line-height: 1.04; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gut); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--white); padding: 10px 14px; border-radius: var(--r-sm); z-index: 99; }
.skip:focus { left: 8px; }
:focus-visible { outline: 2.5px solid var(--ink); outline-offset: 3px; }

.i { width: 22px; height: 22px; flex: none; }
.i .spark { color: var(--orange); }
.eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 22px; height: 3px; border-radius: 3px; background: var(--grad-brand); }
.underline { position: relative; white-space: nowrap; }
.underline::after { content: ""; position: absolute; left: 2%; right: 2%; bottom: -0.04em; height: .09em; border-radius: 1em; background: var(--grad-hot); transform-origin: left; transform: scaleX(0); animation: draw .9s var(--ease) .6s forwards; }
@keyframes draw { to { transform: scaleX(1); } }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 600; font-size: 16px; line-height: 1; padding: 17px 24px; border-radius: 10px; border: 1.5px solid var(--ink); cursor: pointer; transition: transform .2s var(--ease), background-color .2s ease, box-shadow .2s ease; }
.btn .i { width: 18px; height: 18px; transition: transform .2s var(--ease); }
.btn:hover .i { transform: translateX(3px); }
.btn-ink { background: var(--ink); color: var(--white); }
.btn-ink:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -10px rgba(22, 21, 15, .55); }
.btn-line { background: var(--white); color: var(--ink); border-color: var(--line); }
.btn-line:hover { border-color: var(--ink); }

/* Announcement + nav */
.announce { background: var(--ink); color: #E9E4DA; font-size: 14px; text-align: center; padding: 10px var(--gut); display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; }
.announce .i { width: 16px; height: 16px; color: var(--yellow); }
.announce a { color: var(--white); font-weight: 600; display: inline-flex; gap: 6px; align-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 6px; padding: 3px 10px; }
.announce a:hover { background: rgba(255,255,255,.08); }
header { position: sticky; top: 0; z-index: 30; background: rgba(251, 249, 245, .88); backdrop-filter: blur(14px); transition: box-shadow .2s ease; }
header.scrolled { box-shadow: 0 1px 0 var(--line); }
nav { display: flex; align-items: center; height: 76px; gap: 36px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.04em; color: var(--ink); }
.logo-mark { width: 30px; height: 30px; border-radius: 8px; background: var(--ink); display: grid; place-items: center; position: relative; overflow: hidden; }
.logo-mark::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--grad-hot); }
.logo-mark .i { width: 16px; height: 16px; color: var(--yellow); }
.logo small { font-family: var(--font-mono); font-size: 13px; color: var(--muted); letter-spacing: 0; font-weight: 400; }
.nav-links { display: flex; gap: 28px; font-weight: 500; font-size: 15.5px; color: var(--ink); }
.nav-links a { position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--grad-hot); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.nav-cta .btn { padding: 13px 18px; font-size: 15px; }
.nav-cta .link { font-weight: 500; font-size: 15px; color: var(--ink); padding: 0 8px; }

/* Hero */
.hero-panel { margin: 8px auto 0; max-width: 1360px; background: var(--panel); border-radius: var(--r-lg); padding: clamp(64px, 9vw, 120px) var(--gut) clamp(32px, 4vw, 56px); text-align: center; overflow: hidden; }
.hero h1 { font-size: clamp(48px, 8vw, 100px); max-width: 980px; margin: 0 auto 26px; }
.hero h1 .line { display: block; overflow: hidden; padding-bottom: .06em; }
.hero h1 .line > span { display: inline-block; transform: translateY(105%); animation: rise .9s var(--ease) forwards; }
.hero h1 .line:nth-child(2) > span { animation-delay: .12s; }
@keyframes rise { to { transform: none; } }
.hero .lead { font-size: clamp(18px, 1.7vw, 21px); max-width: 660px; margin: 0 auto 36px; opacity: 0; animation: fade .8s ease .35s forwards; }
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; opacity: 0; animation: fade .8s ease .5s forwards; }
.hero-note { margin-top: 18px; font-size: 14px; color: var(--muted); display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; opacity: 0; animation: fade .8s ease .6s forwards; }
.hero-note span { display: inline-flex; align-items: center; gap: 6px; }
.hero-note .i { width: 16px; height: 16px; color: var(--green); }
@keyframes fade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* Department tabs (Calendly icon row) */
.tabs { display: flex; justify-content: center; gap: clamp(8px, 2vw, 18px); margin: clamp(56px, 7vw, 88px) 0 28px; flex-wrap: wrap; }
.tab { display: grid; justify-items: center; gap: 10px; background: none; border: 0; cursor: pointer; color: var(--muted); font-size: 14px; font-weight: 600; width: 104px; }
.tab-ico { position: relative; width: 60px; height: 60px; border-radius: 50%; background: var(--white); display: grid; place-items: center; color: var(--ink); box-shadow: 0 0 0 1px var(--line); transition: background-color .25s ease, color .25s ease, transform .25s var(--ease); }
.tab-ico .i { width: 26px; height: 26px; }
.tab:hover .tab-ico { transform: translateY(-3px); }
.tab[aria-selected="true"] { color: var(--ink); }
.tab[aria-selected="true"] .tab-ico { background: var(--ink); color: var(--white); box-shadow: none; }
.tab[aria-selected="true"] .i .spark { color: var(--yellow); }
.tab-ring { position: absolute; inset: -5px; width: 70px; height: 70px; transform: rotate(-90deg); opacity: 0; }
.tab[aria-selected="true"] .tab-ring { opacity: 1; }
.tab-ring circle { fill: none; stroke: url(#ringGrad); stroke-width: 2.5; stroke-dasharray: 207; stroke-dashoffset: 207; }
.tabs.running .tab[aria-selected="true"] .tab-ring circle { animation: ring var(--tab-ms, 6000ms) linear forwards; }
@keyframes ring { to { stroke-dashoffset: 0; } }

/* Product stage */
.stage { max-width: 1120px; margin: 0 auto; border-radius: var(--r-lg); background: var(--glow); padding: clamp(14px, 3.4vw, 48px); }
.window { background: var(--white); border-radius: var(--r); box-shadow: var(--shadow); text-align: left; overflow: hidden; min-height: 420px; }
.win-bar { display: flex; align-items: center; gap: 12px; padding: 14px 20px; border-bottom: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.win-bar .dots { display: flex; gap: 6px; }
.win-bar .dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--panel-2); }
.win-bar .live { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--green); }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--green); animation: pulse 1.8s ease-out infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(31,157,99,.5); } 100% { box-shadow: 0 0 0 10px rgba(31,157,99,0); } }
.pane { display: none; padding: clamp(18px, 3vw, 32px); }
.pane.on { display: grid; gap: 20px; grid-template-columns: 1.2fr .8fr; animation: paneIn .5s var(--ease); }
@keyframes paneIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.pane h3 { font-size: 22px; letter-spacing: -0.02em; margin-bottom: 4px; }
.pane .sub { font-size: 14px; color: var(--muted); margin-bottom: 16px; }
.rows { display: grid; gap: 8px; }
.row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font-size: 14px; color: var(--ink); opacity: 0; animation: rowIn .45s var(--ease) forwards; }
.row:nth-child(2) { animation-delay: .15s; } .row:nth-child(3) { animation-delay: .3s; } .row:nth-child(4) { animation-delay: .45s; }
@keyframes rowIn { from { opacity: 0; transform: translateX(-8px); } to { opacity: 1; transform: none; } }
.row .i { width: 18px; height: 18px; color: var(--muted); }
.row .meta { margin-left: auto; font-family: var(--font-mono); font-size: 11px; color: var(--muted); white-space: nowrap; }
.tag { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; padding: 4px 8px; border-radius: 6px; background: var(--panel); color: var(--ink); white-space: nowrap; }
.tag.ok { background: #E3F4EA; color: var(--green); }
.tag.hot { background: var(--ink); color: var(--white); }
.side { border-radius: 12px; background: var(--page); border: 1px solid var(--line); padding: 18px; display: grid; gap: 14px; align-content: start; }
.stat span { font-size: 13px; color: var(--muted); display: block; }
.stat strong { font-family: var(--font-display); font-size: 34px; color: var(--ink); letter-spacing: -0.03em; line-height: 1.1; }
.stat em { font-style: normal; font-size: 12.5px; font-weight: 600; color: var(--green); }
.spark-bars { display: flex; align-items: flex-end; gap: 6px; height: 72px; }
.spark-bars i { flex: 1; border-radius: 4px 4px 2px 2px; background: var(--grad-hot); transform-origin: bottom; transform: scaleY(0); animation: grow .7s var(--ease) forwards; }
.spark-bars i:nth-child(n) { animation-delay: calc(var(--n, 0) * 70ms); }
@keyframes grow { to { transform: scaleY(1); } }
.ads { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ad { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; font-size: 12px; opacity: 0; animation: rowIn .45s var(--ease) forwards; }
.ad:nth-child(2) { animation-delay: .12s; } .ad:nth-child(3) { animation-delay: .24s; }
.ad-art { aspect-ratio: 4 / 5; padding: 12px; display: flex; flex-direction: column; justify-content: space-between; font-family: var(--font-display); font-weight: 700; font-size: 16px; line-height: 1.1; letter-spacing: -0.02em; }
.ad-art small { font-family: var(--font-mono); font-size: 9px; letter-spacing: .1em; font-weight: 400; opacity: .7; }
.ad:nth-child(1) .ad-art { background: var(--ink); color: var(--white); }
.ad:nth-child(2) .ad-art { background: var(--grad-hot); color: var(--ink); }
.ad:nth-child(3) .ad-art { background: var(--panel-2); color: var(--ink); }
.ad-foot { display: flex; justify-content: space-between; align-items: center; gap: 6px; padding: 8px 10px; color: var(--muted); }
figure.ad { margin: 0; }
.ad-img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: var(--ink); }
.ad-foot > span:first-child { font-size: 11px; line-height: 1.3; }
.ad-foot b { display: block; font-size: 13px; color: var(--ink); }
.chat { display: grid; gap: 10px; }
.msg { max-width: 82%; padding: 11px 14px; border-radius: 14px; font-size: 14px; opacity: 0; animation: rowIn .45s var(--ease) forwards; }
.msg.them { background: var(--panel); color: var(--ink); border-bottom-left-radius: 4px; }
.msg.ai { margin-left: auto; background: var(--ink); color: var(--white); border-bottom-right-radius: 4px; animation-delay: .5s; }
.msg.ai + .msg.them { animation-delay: 1s; }
.msg small { display: block; font-family: var(--font-mono); font-size: 10px; opacity: .6; margin-top: 4px; }
.typing { display: inline-flex; gap: 4px; padding: 12px 14px; background: var(--ink); border-radius: 14px; margin-left: auto; opacity: 0; animation: fade .3s ease 1.4s forwards; }
.typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--white); animation: blink 1.2s infinite; }
.typing i:nth-child(2) { animation-delay: .2s; } .typing i:nth-child(3) { animation-delay: .4s; }
@keyframes blink { 0%, 80%, 100% { opacity: .25; } 40% { opacity: 1; } }
.stage-note { margin-top: 14px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

/* Models strip */
.models { padding: 56px 0 0; text-align: center; }
.models p { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.model-row { display: flex; justify-content: center; flex-wrap: wrap; gap: clamp(28px, 7vw, 88px); }
.model-row span { font-family: var(--font-display); font-weight: 700; font-size: 26px; letter-spacing: -0.03em; color: #B3ADA2; transition: color .2s ease; }
.model-row span:hover { color: var(--ink); }

/* Section head */
section.block { padding: var(--section) 0 0; }
.head { max-width: 780px; margin: 0 auto clamp(44px, 5vw, 64px); text-align: center; }
.head h2 { font-size: clamp(36px, 5vw, 60px); margin: 18px 0 16px; }
.head p { font-size: 19px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* Department cards */
.depts { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.dept { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 22px; display: flex; flex-direction: column; min-height: 340px; transition: transform .3s var(--ease), box-shadow .3s ease, border-color .3s ease; }
.dept:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.dept-ico { width: 48px; height: 48px; border-radius: 12px; background: var(--panel); display: grid; place-items: center; color: var(--ink); margin-bottom: 26px; transition: background-color .3s ease, color .3s ease; }
.dept-ico .i { width: 26px; height: 26px; }
.dept:hover .dept-ico { background: var(--ink); color: var(--white); }
.dept:hover .dept-ico .spark { color: var(--yellow); }
.dept small { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.dept h3 { font-size: 24px; margin: 6px 0 10px; }
.dept p { font-size: 15px; }
.dept ul { list-style: none; margin-top: auto; padding-top: 18px; display: grid; gap: 8px; font-size: 14px; color: var(--ink); }
.dept li { display: flex; gap: 8px; align-items: center; }
.dept li .i { width: 16px; height: 16px; color: var(--green); }

/* Spotlight */
.spot { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.spot h2 { font-size: clamp(36px, 4.6vw, 56px); margin: 18px 0 18px; }
.spot > div > p { font-size: 18px; }
.feats { list-style: none; display: grid; gap: 4px; margin: 32px 0 36px; }
.feats li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 16px; border-radius: 12px; transition: background-color .25s ease; }
.feats li:hover { background: var(--panel); }
.feats .ic { width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: var(--white); display: grid; place-items: center; color: var(--ink); }
.feats strong { display: block; color: var(--ink); font-size: 17px; }
.feats p { font-size: 15px; }
.spot-visual { border-radius: var(--r-lg); background: var(--glow); padding: clamp(18px, 3vw, 36px); }
.spot-visual .window { min-height: 0; padding: 20px; }
.funnel-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 16px; }
.funnel-line div { background: var(--page); border: 1px solid var(--line); border-radius: 10px; padding: 12px; }
.funnel-line span { font-size: 11.5px; color: var(--muted); display: block; }
.funnel-line strong { font-family: var(--font-display); font-size: 22px; color: var(--ink); }

/* Money */
.money-panel { background: var(--ink); color: #CFC9BD; border-radius: var(--r-lg); padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 80px); position: relative; overflow: hidden; }
.money-panel::before { content: ""; position: absolute; inset: auto -10% -60% -10%; height: 90%; background: radial-gradient(50% 60% at 30% 50%, rgba(255,95,141,.35), transparent 70%), radial-gradient(45% 55% at 75% 45%, rgba(255,194,75,.3), transparent 70%); filter: blur(10px); pointer-events: none; }
.money-panel > * { position: relative; }
.money-panel .eyebrow { color: #A39D90; }
.money-panel h2 { color: var(--white); font-size: clamp(40px, 6.4vw, 80px); max-width: 820px; margin: 18px 0 20px; }
.money-panel > p { max-width: 560px; font-size: 19px; margin-bottom: 56px; }
.money { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.money .col { border: 1px solid rgba(255,255,255,.14); border-radius: var(--r); padding: 28px; background: rgba(255,255,255,.04); backdrop-filter: blur(6px); }
.money h3 { color: var(--white); font-size: 26px; display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.money h3 .i { width: 34px; height: 34px; padding: 7px; border-radius: 10px; background: var(--white); color: var(--ink); }
.money ul { list-style: none; display: grid; gap: 12px; }
.money li { display: flex; gap: 10px; align-items: flex-start; color: #E9E4DA; }
.money li .i { width: 18px; height: 18px; margin-top: 4px; color: var(--yellow); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; list-style: none; counter-reset: s; }
.steps li { counter-increment: s; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 32px 28px; position: relative; overflow: hidden; }
.steps li::before { content: "0" counter(s); font-family: var(--font-mono); font-size: 13px; color: var(--muted); display: block; margin-bottom: 36px; }
.steps li::after { content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 100%; background: var(--grad-hot); transform: scaleX(0); transform-origin: left; transition: transform .9s var(--ease); }
.steps.in li::after { transform: scaleX(1); }
.steps.in li:nth-child(2)::after { transition-delay: .25s; }
.steps.in li:nth-child(3)::after { transition-delay: .5s; }
.steps h3 { font-size: 24px; margin-bottom: 10px; }
.steps p { font-size: 15.5px; }
.steps .time { display: inline-flex; align-items: center; gap: 6px; margin-top: 20px; font-size: 13px; font-weight: 600; color: var(--ink); }
.steps .time .i { width: 16px; height: 16px; }

/* Tools */
.tools { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.tool { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 20px 16px; font-weight: 600; font-size: 15px; color: var(--ink); text-align: center; transition: transform .25s var(--ease), border-color .25s ease; }
.tool:hover { transform: translateY(-3px); border-color: var(--ink); }
.tool small { display: block; font-weight: 400; font-size: 12px; color: var(--muted); margin-top: 2px; }

/* FAQ */
.faq { max-width: 800px; margin: 0 auto; }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 24px 0; font-weight: 600; font-size: 18px; color: var(--ink); }
summary::-webkit-details-marker { display: none; }
summary .i { width: 20px; height: 20px; transition: transform .3s var(--ease); transform: rotate(90deg); color: var(--muted); }
details[open] summary .i { transform: rotate(-90deg); }
details p { padding: 0 0 24px; max-width: 680px; }

/* Final CTA */
.final { margin-top: var(--section); }
.final-panel { background: var(--glow); border-radius: var(--r-lg); padding: clamp(56px, 8vw, 104px) var(--gut); text-align: center; }
.final-panel h2 { font-size: clamp(40px, 6vw, 76px); max-width: 860px; margin: 18px auto 18px; }
.final-panel > p { max-width: 540px; margin: 0 auto 36px; font-size: 19px; color: var(--ink); }
.q1 { max-width: 760px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.q1 a { display: flex; align-items: center; gap: 12px; background: var(--white); border: 1.5px solid var(--ink); border-radius: 12px; padding: 16px; font-weight: 600; color: var(--ink); text-align: left; transition: transform .2s var(--ease), box-shadow .2s ease; box-shadow: 3px 3px 0 var(--ink); }
.q1 a:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.q1 a .i:last-child { margin-left: auto; width: 18px; height: 18px; color: var(--muted); }
.final-panel small { display: block; margin-top: 22px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); }

/* Footer */
footer { background: var(--ink); color: #A39D90; margin-top: 16px; padding: clamp(64px, 8vw, 96px) 0 32px; }
.foot-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 64px; }
.foot-top h2 { color: var(--white); font-size: clamp(36px, 4.4vw, 54px); }
.foot-top h4 { font-family: var(--font-body); color: var(--white); font-size: 14px; letter-spacing: 0; margin-bottom: 14px; }
.foot-top ul { list-style: none; display: grid; gap: 9px; font-size: 15px; }
.foot-top a:hover { color: var(--white); }
.foot-rule { height: 2px; background: var(--grad-brand); border-radius: 2px; margin-bottom: 24px; }
.foot-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; }
.foot-bottom .logo { color: var(--white); font-size: 18px; }

@media (max-width: 1100px) {
  .depts { grid-template-columns: repeat(3, 1fr); }
  .tools { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) {
  .nav-links, .nav-cta .link { display: none; }
  .pane.on, .spot, .money, .foot-top { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .depts { grid-template-columns: 1fr 1fr; }
  .q1 { grid-template-columns: 1fr 1fr; }
  .hero-panel { border-radius: 0 0 var(--r-lg) var(--r-lg); margin-top: 0; }
}
@media (max-width: 600px) {
  .depts, .q1 { grid-template-columns: 1fr; }
  .dept { min-height: 0; }
  .tools { grid-template-columns: 1fr 1fr; }
  .tab { width: 60px; font-size: 11.5px; }
  .tab-ico { width: 48px; height: 48px; }
  .tab-ico .i { width: 22px; height: 22px; }
  .tab-ring { inset: -4px; width: 56px; height: 56px; }
  .ads { grid-template-columns: 1fr 1fr; }
  .ad:nth-child(2) { display: none; }
  .funnel-line { grid-template-columns: 1fr 1fr; }
  .hero-ctas .btn { width: 100%; }
  .nav-cta .btn-line { display: none; }
  .announce { font-size: 13px; gap: 6px 10px; padding: 8px var(--gut); }
  .announce > .i { display: none; }
  .window { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 1ms !important; animation-delay: 0ms !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Sales pane: channel that is not live yet */
.row.soon { border-style: dashed; color: var(--muted); }
.tag.soon { background: transparent; border: 1px dashed var(--muted); color: var(--muted); }
.stat .src { display: block; margin-top: 4px; font-family: var(--font-mono); font-size: 10.5px; color: var(--muted); }
.row > .tag { margin-left: auto; }
