/* ============================================================
   CtrlCap  |  Editorial authority, dark premium restraint
   Rebuilt July 2026.  Replaces layout-styles.css entirely.
   ============================================================ */

:root {
  --navy:      #0b0e16;
  --navy-2:    #10141f;
  --line:      rgba(255,255,255,0.10);
  --line-soft: rgba(255,255,255,0.06);
  --blue:      #2f6fec;
  --gold:      #f59f0b;
  --white:     #ffffff;
  --muted:     #9aa3b8;
  --muted-2:   #cdd3e4;

  --measure: 62ch;
  --gutter: clamp(20px, 5vw, 80px);
  --max: 1240px;

  --step-hero: clamp(40px, 6.2vw, 80px);
  --step-h2:   clamp(28px, 3.6vw, 44px);
  --step-h3:   clamp(21px, 2.2vw, 27px);
  --step-lede: clamp(18px, 1.7vw, 23px);
  --step-body: 17px;
  --step-kicker: 12px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: var(--step-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}

p { margin: 0; color: var(--muted-2); }
a { color: inherit; }

img, video { max-width: 100%; height: auto; display: block; }

::selection { background: var(--gold); color: var(--navy); }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  background: var(--gold); color: var(--navy);
  padding: 12px 20px; font-weight: 700; text-decoration: none;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---------- Layout primitives ---------- */

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

section { padding: clamp(80px, 11vw, 172px) 0; }
section + section { border-top: 1px solid var(--line-soft); }

.kicker {
  font-size: var(--step-kicker);
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 26px;
  display: block;
}
.kicker--muted { color: var(--muted); }

.lede {
  font-size: var(--step-lede);
  line-height: 1.5;
  color: var(--muted-2);
  max-width: var(--measure);
}

.small { font-size: 14px; color: var(--muted); }

.rule { height: 1px; background: var(--line); border: 0; margin: 0; }

/* ---------- Header ---------- */

header.site {
  position: sticky; top: 0; z-index: 900;
  background: rgba(11,14,22,0.82);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.site-bar {
  max-width: var(--max); margin: 0 auto;
  padding: 16px var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 30px; height: 30px; }
.brand span {
  font-family: 'Poppins', sans-serif; font-weight: 900;
  font-size: 19px; letter-spacing: -0.03em;
}
nav.site-nav { display: flex; align-items: center; gap: 30px; }
nav.site-nav a {
  font-size: 14.5px; font-weight: 500; color: var(--muted-2);
  text-decoration: none; transition: color .18s ease;
}
nav.site-nav a:hover { color: var(--white); }
nav.site-nav a.nav-cta {
  color: var(--navy); background: var(--gold);
  padding: 9px 17px; border-radius: 3px; font-weight: 700;
  white-space: nowrap;
}
nav.site-nav a.nav-cta:hover { background: #ffb52e; color: var(--navy); }

@media (max-width: 860px) {
  nav.site-nav { gap: 18px; }
  nav.site-nav a.nav-hide { display: none; }
}
@media (max-width: 440px) {
  nav.site-nav { gap: 13px; }
  nav.site-nav a { font-size: 13.5px; }
  nav.site-nav a.nav-cta { padding: 8px 13px; }
  .brand span { font-size: 17px; }
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-block; text-decoration: none;
  padding: 16px 30px; border-radius: 3px;
  font-weight: 700; font-size: 15.5px; letter-spacing: 0.01em;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
  border: 1px solid transparent; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: #ffb52e; }
.btn-ghost { border-color: var(--line); color: var(--white); background: transparent; }
.btn-ghost:hover { border-color: var(--white); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Hero ---------- */

.hero { padding: clamp(90px, 15vw, 200px) 0 clamp(70px, 9vw, 130px); position: relative; }
.hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: -1;
  background: radial-gradient(80% 60% at 12% 0%, rgba(47,111,236,0.16) 0%, transparent 62%);
}
.hero h1 {
  font-size: var(--step-hero);
  max-width: 15ch;
  margin-bottom: 34px;
}
.hero .lede { max-width: 60ch; margin-bottom: 44px; }
.hero .btn-row { margin-bottom: 34px; }
.hero-note { font-size: 14px; color: var(--muted); }
.hero-note strong { color: var(--white); font-weight: 600; }

/* ---------- Stat band ---------- */

.stats {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 0;
}
.stats-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.stat {
  padding: 46px clamp(18px, 2.6vw, 34px);
  border-left: 1px solid var(--line-soft);
}
.stat:first-child { border-left: 0; padding-left: var(--gutter); }
.stat:last-child { padding-right: var(--gutter); }
.stat-num {
  font-family: 'Anton', 'Poppins', sans-serif;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1; letter-spacing: -0.01em;
  color: var(--white); margin-bottom: 12px;
  font-variant-numeric: tabular-nums;
}
.stat-num em { font-style: normal; color: var(--gold); }
.stat-label { font-size: 13.5px; color: var(--muted); line-height: 1.45; }

@media (max-width: 900px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat { padding: 34px var(--gutter); border-top: 1px solid var(--line-soft); }
  .stat:nth-child(odd) { border-left: 0; }
  .stat:nth-child(-n+2) { border-top: 0; }
}
@media (max-width: 520px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-left: 0; }
}

/* ---------- Section head (editorial, hard left) ---------- */

.sec-head { max-width: 660px; margin-bottom: clamp(48px, 6vw, 84px); }
.sec-head h2 { font-size: var(--step-h2); margin-bottom: 22px; }
.sec-head p { font-size: var(--step-lede); color: var(--muted); max-width: 46ch; line-height: 1.5; }
.sec-head--wide { max-width: 940px; }
.sec-head--wide h2 { max-width: 22ch; }

/* ---------- Problem list ---------- */

.problems { display: grid; gap: 0; border-top: 1px solid var(--line-soft); }
.problem {
  display: grid; grid-template-columns: 72px 1fr;
  gap: clamp(18px, 3vw, 44px); align-items: start;
  padding: clamp(28px, 3.4vw, 44px) 0;
  border-bottom: 1px solid var(--line-soft);
}
.problem-idx {
  font-family: 'Anton', sans-serif; font-size: 15px;
  color: var(--gold); letter-spacing: 0.12em; padding-top: 5px;
}
.problem h3 { font-size: var(--step-h3); margin-bottom: 11px; font-weight: 800; letter-spacing: -0.02em; }
.problem p { color: var(--muted); max-width: 68ch; }

@media (max-width: 640px) {
  .problem { grid-template-columns: 1fr; gap: 8px; }
}

/* ---------- Service rows ---------- */

.service {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 88px); align-items: center;
  padding: clamp(44px, 6vw, 86px) 0;
  border-bottom: 1px solid var(--line-soft);
}
.service:first-of-type { border-top: 1px solid var(--line-soft); }
.service h3 { font-size: clamp(26px, 3.2vw, 40px); margin-bottom: 20px; }
.service p { color: var(--muted); margin-bottom: 22px; max-width: 52ch; }
.service .kicker { margin-bottom: 18px; }
.service-media img, .service-media video {
  width: 100%; border-radius: 5px; border: 1px solid var(--line);
  background: var(--navy-2);
}
.service--flip .service-body { order: 2; }
.service--flip .service-media { order: 1; }

.spec { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.spec li {
  position: relative; padding-left: 22px;
  font-size: 15.5px; color: var(--muted-2);
}
.spec li::before {
  content: ''; position: absolute; left: 0; top: 10px;
  width: 7px; height: 7px; background: var(--gold); border-radius: 1px;
}

@media (max-width: 860px) {
  .service { grid-template-columns: 1fr; gap: 30px; }
  .service--flip .service-body,
  .service--flip .service-media { order: initial; }
}

/* ---------- Method / timeline ---------- */

.phases { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.phase { padding: 40px clamp(16px, 2.2vw, 30px) 0; border-left: 1px solid var(--line-soft); position: relative; }
.phase:first-child { border-left: 0; padding-left: 0; }
.phase::before {
  content: ''; position: absolute; top: -1px; left: 0; width: 34px; height: 3px; background: var(--gold);
}
.phase-when {
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px; font-weight: 600;
}
.phase h3 { font-size: 20px; margin-bottom: 12px; letter-spacing: -0.02em; }
.phase p { font-size: 14.5px; color: var(--muted); }

@media (max-width: 860px) {
  .phases { grid-template-columns: 1fr 1fr; }
  .phase { border-left: 0; padding-left: 0; padding-right: 20px; margin-bottom: 30px; }
}
@media (max-width: 540px) { .phases { grid-template-columns: 1fr; } }

/* ---------- Price panel ---------- */

.price-panel {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: clamp(34px, 5vw, 62px);
  background: linear-gradient(150deg, rgba(47,111,236,0.09), transparent 60%);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 70px); align-items: center;
}
.price-figure {
  font-family: 'Anton', sans-serif;
  font-size: clamp(52px, 8vw, 92px); line-height: 1;
  letter-spacing: -0.01em; margin-bottom: 14px;
  font-variant-numeric: tabular-nums;
}
.price-figure em { font-style: normal; color: var(--gold); }
.price-sub { font-size: 14px; color: var(--muted); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
.price-detail p { color: var(--muted-2); margin-bottom: 18px; }
.price-detail p:last-child { margin-bottom: 0; }

@media (max-width: 800px) { .price-panel { grid-template-columns: 1fr; } }

/* ---------- Proof / quote pull ---------- */

.pull {
  border-left: 3px solid var(--gold);
  padding: 6px 0 6px clamp(20px, 3vw, 36px);
  margin: clamp(30px, 4vw, 52px) 0;
  max-width: 58ch;
}
.pull p {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: clamp(20px, 2.4vw, 29px); line-height: 1.32;
  letter-spacing: -0.02em; color: var(--white);
}

/* ---------- Prose (founder + method + privacy) ---------- */

.prose { max-width: 68ch; }
.prose p { margin-bottom: 24px; font-size: 17.5px; line-height: 1.72; color: var(--muted-2); }
.prose h2 {
  font-size: clamp(27px, 3.3vw, 40px); margin: clamp(48px, 6vw, 78px) 0 22px;
}
.prose h3 { font-size: var(--step-h3); margin: 40px 0 14px; letter-spacing: -0.02em; }
.prose ul, .prose ol { margin: 0 0 24px; padding-left: 20px; }
.prose li { margin-bottom: 11px; color: var(--muted-2); line-height: 1.62; }
.prose a { color: var(--white); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.prose a:hover { color: var(--gold); }
.prose strong { color: var(--white); font-weight: 600; }
.prose .btn { text-decoration: none; }
.prose .btn-primary, .prose .btn-primary:hover { color: var(--navy); }
.prose .btn-ghost:hover { color: var(--white); }

.page-head { padding: clamp(80px, 12vw, 150px) 0 clamp(40px, 5vw, 70px); }
.page-head h1 { font-size: clamp(42px, 7vw, 92px); max-width: 17ch; margin-bottom: 28px; }

/* ---------- Two column detail grid ---------- */

.cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(28px, 4vw, 56px); }
.cols--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 860px) { .cols, .cols--3 { grid-template-columns: 1fr; } }

.card {
  border: 1px solid var(--line-soft); border-radius: 5px;
  padding: clamp(24px, 3vw, 34px); background: var(--navy-2);
}
.card h3 { font-size: 19px; margin-bottom: 12px; letter-spacing: -0.02em; }
.card p { font-size: 15.5px; color: var(--muted); }
.card a { color: var(--gold); text-decoration: none; font-weight: 600; font-size: 15px; }
.card a:hover { text-decoration: underline; }

/* Before / after result table */
.results { width: 100%; border-collapse: collapse; margin: 34px 0; }
.results th, .results td { text-align: left; padding: 17px 16px; border-bottom: 1px solid var(--line-soft); }
.results th {
  font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
}
.results td { font-size: 16px; color: var(--muted-2); }
.results td.after { color: var(--white); font-weight: 600; }
.results tr:last-child td { border-bottom: 0; }

/* ---------- FAQ ---------- */

.faq { border-top: 1px solid var(--line-soft); }
.faq-item { border-bottom: 1px solid var(--line-soft); }
.faq-q {
  width: 100%; background: none; border: 0; cursor: pointer;
  color: var(--white); text-align: left;
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: clamp(17px, 1.9vw, 21px); letter-spacing: -0.02em;
  padding: 26px 44px 26px 0; position: relative;
}
.faq-q::after {
  content: '+'; position: absolute; right: 6px; top: 50%;
  transform: translateY(-50%); font-size: 26px; font-weight: 400;
  color: var(--gold); transition: transform .22s ease;
}
.faq-item.open .faq-q::after { transform: translateY(-50%) rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 0 26px; max-width: 70ch; color: var(--muted); }

/* ---------- Contact ---------- */

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 6vw, 84px); }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

form.lead { display: grid; gap: 14px; }
form.lead input, form.lead textarea {
  width: 100%; background: var(--navy-2);
  border: 1px solid var(--line); border-radius: 4px;
  padding: 15px 16px; color: var(--white);
  font-family: inherit; font-size: 15.5px;
}
form.lead input::placeholder, form.lead textarea::placeholder { color: #6b7386; }
form.lead input:focus, form.lead textarea:focus { border-color: var(--blue); outline: none; }
form.lead button { justify-self: start; margin-top: 6px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-status { margin-top: 16px; font-size: 15px; min-height: 22px; }
.form-status.ok { color: #4ade80; }
.form-status.err { color: #fca5a5; }

.contact-direct p { margin-bottom: 20px; }
.contact-direct a.email {
  font-family: 'Poppins', sans-serif; font-weight: 800;
  font-size: clamp(20px, 2.6vw, 30px); letter-spacing: -0.02em;
  color: var(--white); text-decoration: none;
  border-bottom: 2px solid var(--gold); padding-bottom: 3px;
}
.contact-direct a.email:hover { color: var(--gold); }

/* ---------- Footer ---------- */

footer.site {
  border-top: 1px solid var(--line);
  padding: clamp(50px, 6vw, 76px) 0 40px;
}
.foot-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: clamp(30px, 5vw, 60px); margin-bottom: 48px;
}
@media (max-width: 780px) { .foot-grid { grid-template-columns: 1fr; gap: 34px; } }
.foot-col h4 {
  font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 18px; font-weight: 600; font-family: 'Inter', sans-serif;
}
.foot-col a {
  display: block; color: var(--muted-2); text-decoration: none;
  font-size: 15px; margin-bottom: 11px; transition: color .16s ease;
}
.foot-col a:hover { color: var(--gold); }
.foot-brand p { font-size: 15px; color: var(--muted); max-width: 38ch; margin-bottom: 22px; }
.foot-badge img { width: 168px; opacity: .85; }
.foot-badge img:hover { opacity: 1; }
.foot-base {
  border-top: 1px solid var(--line-soft); padding-top: 26px;
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between;
  font-size: 13.5px; color: var(--muted);
}
.foot-base a { color: var(--muted); text-decoration: none; }
.foot-base a:hover { color: var(--gold); }
.egg { opacity: .42; transition: opacity .2s ease; }
.egg:hover { opacity: 1; }

/* ---------- Modal (video) ---------- */

.modal {
  display: none; position: fixed; inset: 0; z-index: 2000;
  background: rgba(5,7,12,0.92); align-items: center; justify-content: center;
  padding: var(--gutter);
}
.modal.open { display: flex; }
.modal video { width: min(1000px, 100%); border-radius: 6px; }
.modal-close {
  position: absolute; top: 22px; right: 26px;
  background: none; border: 0; cursor: pointer;
  font-size: 40px; line-height: 1; color: var(--white); padding: 6px 12px;
}
.modal-close:hover { color: var(--gold); }


/* ---------- Media feature (video with play badge) ---------- */

.media-feature {
  position: relative; display: block; width: 100%;
  border-radius: 6px; overflow: hidden;
  border: 1px solid var(--line); cursor: pointer;
  background: var(--navy-2); padding: 0;
}
.media-feature img { width: 100%; display: block; transition: transform .45s ease; }
.media-feature:hover img { transform: scale(1.02); }
.media-feature::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,14,22,0.55), transparent 45%);
  pointer-events: none;
}
.play-badge {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 84px; height: 84px; border-radius: 50%;
  background: rgba(245,159,11,0.94); z-index: 2;
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s ease, background .2s ease;
  box-shadow: 0 8px 40px rgba(0,0,0,0.45);
}
.media-feature:hover .play-badge { transform: translate(-50%,-50%) scale(1.08); background: #ffb52e; }
.play-badge::before {
  content: ''; display: block; margin-left: 7px;
  border-style: solid; border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent var(--navy);
}
.media-caption {
  position: absolute; left: 20px; bottom: 16px; z-index: 2;
  color: #fff; font-size: 14.5px; font-weight: 600; letter-spacing: 0.02em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.6);
}

/* ---------- Before / after rotator ---------- */

.rotator {
  position: relative; aspect-ratio: 16/10; overflow: hidden;
  border-radius: 5px; border: 1px solid var(--line); background: var(--navy-2);
}
.rotator img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity .9s ease;
}
.rotator img.active { opacity: 1; }
.rotator .tag {
  position: absolute; left: 14px; bottom: 14px; z-index: 2;
  background: rgba(11,14,22,0.88); border: 1px solid var(--line);
  color: #fff; padding: 7px 13px; border-radius: 3px;
  font-size: 13px; font-weight: 600; opacity: 0; transition: opacity .9s ease;
}
.rotator .tag.active { opacity: 1; }

/* ---------- Integrations grid ---------- */

.int-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
@media (max-width: 900px) { .int-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .int-grid { grid-template-columns: 1fr; } }
.int-tile {
  border: 1px solid var(--line-soft); border-radius: 5px;
  background: var(--navy-2); padding: 24px 22px;
  transition: border-color .2s ease, transform .2s ease;
}
.int-tile:hover { border-color: var(--blue); transform: translateY(-2px); }
.int-tile--core { border-color: var(--gold); background: linear-gradient(160deg, rgba(245,159,11,0.08), var(--navy-2) 55%); }
.int-tile h3 { font-size: 18px; margin-bottom: 8px; letter-spacing: -0.02em; }
.int-tile p { font-size: 14px; color: var(--muted); line-height: 1.55; }
.int-badge {
  display: inline-block; font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 3px; margin-bottom: 12px;
}
.int-badge--live { background: rgba(74,222,128,0.14); color: #4ade80; }
.int-badge--known { background: rgba(47,111,236,0.16); color: #7ea6f5; }
.int-badge--core { background: var(--gold); color: var(--navy); }


/* ---------- Founder photo ---------- */

.founder-head { display: grid; grid-template-columns: 1fr 240px; gap: clamp(32px, 6vw, 90px); align-items: center; }
.founder-head h1 { font-size: clamp(30px, 3.7vw, 50px); max-width: none; }
.founder-head .lede { font-size: clamp(17px, 1.5vw, 20px); }
@media (max-width: 700px) { .founder-head { grid-template-columns: 1fr; } .founder-photo { max-width: 200px; } }
.founder-photo img {
  width: 100%; border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(0,0,0,0.35);
}
.avatar {
  width: 54px; height: 54px; border-radius: 50%;
  border: 2px solid var(--line); object-fit: cover;
  flex-shrink: 0;
}
.contact-founder { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.contact-founder .small { margin-top: 0; }


/* ---------- Motion pass ---------- */

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* hero tagline accent */
.grad {
  background: linear-gradient(92deg, var(--gold), #ffd34d 85%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}

/* nav underline sweep */
nav.site-nav a:not(.nav-cta) { position: relative; }
nav.site-nav a:not(.nav-cta)::after {
  content: ''; position: absolute; left: 0; bottom: -5px;
  width: 0; height: 2px; background: var(--gold);
  transition: width .22s ease;
}
nav.site-nav a:not(.nav-cta):hover::after { width: 100%; }

/* play badge idle pulse */
@keyframes badge-pulse {
  0%   { box-shadow: 0 8px 40px rgba(0,0,0,0.45), 0 0 0 0 rgba(245,159,11,0.45); }
  70%  { box-shadow: 0 8px 40px rgba(0,0,0,0.45), 0 0 0 22px rgba(245,159,11,0); }
  100% { box-shadow: 0 8px 40px rgba(0,0,0,0.45), 0 0 0 0 rgba(245,159,11,0); }
}
.play-badge { animation: badge-pulse 2.8s ease-out infinite; }
@media (prefers-reduced-motion: reduce) { .play-badge { animation: none; } }

/* integrations ticker */
.ticker {
  overflow: hidden; white-space: nowrap;
  border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  padding: 18px 0; margin-bottom: clamp(34px, 4vw, 54px);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ticker-track { display: inline-flex; align-items: center; gap: 0; animation: tick 30s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track span {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 0 26px;
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 17px;
  color: var(--muted-2); letter-spacing: -0.01em;
}
.ticker-track span::before {
  content: ''; width: 7px; height: 7px; background: var(--gold); border-radius: 1px; flex-shrink: 0;
}
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }
