:root {
  --bg: #0b0c0f;
  --deep: #050607;
  --surface: #15161b;
  --surface-2: #1c1d24;
  --ink: #f3efe4;
  --muted: #9a9484;
  --divider: rgba(255,255,255,0.09);
  --primary: #c9a24c;
  --primary-dark: #a67f2e;
  --primary-light: #e2c179;
  --primary-rgb: 201,162,76;
  --accent: #4f8a6d;
  --accent-dark: #3a6b53;
  --accent-rgb: 79,138,109;
  --bad: #b56a56;
  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-serif: 'Cormorant Garamond', serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  margin: 0;
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--primary); color: #17140a; }

.noise-overlay {
  position: fixed; inset: 0; pointer-events: none; z-index: 1; opacity: 0.045; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- type ---------- */
.eyebrow {
  font-family: var(--font-mono); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--primary); display: inline-block; margin-bottom: 1.1rem;
}
.eyebrow--light { color: var(--primary-light); }
.h1 {
  font-family: var(--font-display); font-weight: 800; letter-spacing: -0.03em; line-height: 0.98;
  font-size: clamp(2.4rem, 6vw, 5.5rem); margin: 0; color: #fff;
}
.h1--footer { color: var(--ink); }
.h2 {
  font-family: var(--font-display); font-weight: 800; letter-spacing: -0.025em; line-height: 1.05;
  font-size: clamp(2rem, 4.6vw, 3.6rem); margin: 0 0 1.1rem;
}
.h2--light { color: #fff; }
.h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; margin: 0 0 0.5rem; letter-spacing: -0.01em; }
.h3-sm { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; margin: 0.6rem 0 0.9rem; }
.h3-lg { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.8rem, 3vw, 2.6rem); margin: 0; letter-spacing: -0.02em; line-height: 1.05; }
.flourish { font-family: var(--font-serif); font-style: italic; font-weight: 500; color: var(--primary); }
.flourish-md { font-family: var(--font-serif); font-style: italic; font-weight: 500; color: var(--primary); font-size: 1.4rem; margin: 0.6rem 0 0; }
.block { display: block; }
.body { font-size: 0.98rem; color: var(--muted); line-height: 1.7; margin: 0; }
.body-lg { font-size: 1.08rem; color: var(--muted); line-height: 1.75; margin: 0 0 1.1rem; max-width: 46rem; }
.section-sub { color: var(--muted); font-size: 1.05rem; max-width: 34rem; line-height: 1.7; }
.section-sub--right { text-align: right; margin-left: auto; }
.section-sub--light { color: rgba(255,255,255,0.55); }
.mono-tag { font-family: var(--font-mono); font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--primary); }
.mono-tag--muted { color: var(--muted); }
.mono-tag--gold { color: var(--primary); margin-bottom: 1rem; display: block; }
.mono-tag--pill { background: rgba(var(--primary-rgb),0.12); padding: 0.35rem 0.8rem; border-radius: 99px; }
.mono-tag--good { color: #7fb89a; margin-bottom: 0.9rem; display: block; }
.mono-tag--bad { color: var(--bad); margin-bottom: 0.9rem; display: block; }

/* ---------- layout ---------- */
.container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.container--tight { max-width: 1200px; }
.container--narrow { max-width: 960px; }
.section { position: relative; padding: 6rem 0; }
@media (min-width: 640px) { .section { padding: 7rem 0; } }
@media (min-width: 1024px) { .section { padding: 8.5rem 0; } }
.section-head { max-width: 44rem; margin-bottom: 3.5rem; }

.grid-bg {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image: linear-gradient(rgba(var(--primary-rgb),0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--primary-rgb),0.06) 1px, transparent 1px);
  background-size: 42px 42px;
}
.grid-bg--dark { opacity: 0.25; }
.bg-blob { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; z-index: 0; }
.bg-blob--1 { top: -6rem; right: -4rem; width: 22rem; height: 22rem; background: rgba(var(--primary-rgb),0.14); }
.bg-blob--2 { bottom: -4rem; left: -4rem; width: 20rem; height: 20rem; background: rgba(var(--accent-rgb),0.12); }
.bg-blob--3 { top: -3rem; left: 50%; transform: translateX(-50%); width: 30rem; height: 16rem; background: rgba(var(--primary-rgb),0.14); }
.bg-blob--4 { top: -6rem; left: 50%; transform: translateX(-50%); width: 26rem; height: 16rem; background: rgba(var(--primary-rgb),0.12); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-body); font-weight: 600;
  font-size: 0.92rem; padding: 0.85rem 1.6rem; border-radius: 99px; position: relative; overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94); cursor: pointer; border: none;
}
.btn:hover { transform: scale(1.03) translateY(-1px); }
.btn:active { transform: scale(0.98); }
.btn--primary { background: var(--primary); color: #1a1408; box-shadow: 0 10px 30px -8px rgba(var(--primary-rgb),0.5); }
.btn--glass { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.16); backdrop-filter: blur(16px); }
.btn--lg { padding: 1.05rem 2rem; font-size: 1rem; }
.btn--full { width: 100%; justify-content: center; }
.btn--nav { display: none; }
@media (min-width: 1024px) { .btn--nav { display: inline-flex; } }
.icon-14 { width: 14px; height: 14px; }
.icon-16 { width: 16px; height: 16px; }
.icon-20 { width: 20px; height: 20px; }
.icon-24 { width: 24px; height: 24px; }
.link-arrow { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--primary); font-weight: 600; font-size: 0.95rem; transition: gap 0.25s ease; }
.link-arrow:hover { gap: 0.65rem; }

/* ---------- navbar ---------- */
.navbar {
  position: fixed; top: 1rem; left: 50%; transform: translateX(-50%); z-index: 100;
  width: calc(100% - 2rem); max-width: 1100px; border-radius: 99px; padding: 0.65rem 1rem;
  background: transparent; transition: all 0.4s ease;
}
.navbar.scrolled { background: rgba(11,12,15,0.72); backdrop-filter: blur(20px); border: 1px solid rgba(var(--primary-rgb),0.2); box-shadow: 0 10px 30px -10px rgba(0,0,0,0.5); }
.navbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.logo { display: flex; align-items: center; gap: 0.55rem; }
.logo__badge {
  width: 2.15rem; height: 2.15rem; border-radius: 50%; background: var(--primary); color: #1a1408;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.logo__badge svg { width: 1.15rem; height: 1.15rem; }
.logo__word { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; letter-spacing: -0.01em; color: #fff; }
.navbar__links { display: none; align-items: center; gap: 1.7rem; }
@media (min-width: 1024px) { .navbar__links { display: flex; } }
.navbar__links a { font-size: 0.88rem; font-weight: 500; color: rgba(255,255,255,0.82); transition: color 0.2s; }
.navbar__links a:hover { color: var(--primary-light); }
.menu-btn { background: none; border: none; color: #fff; padding: 0.4rem; cursor: pointer; }
@media (min-width: 1024px) { .menu-btn { display: none; } }
.menu-btn svg { width: 22px; height: 22px; }

.mobile-menu { position: fixed; inset: 0; z-index: 200; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; }
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu__backdrop { position: absolute; inset: 0; background: rgba(5,6,7,0.88); backdrop-filter: blur(20px); }
.mobile-menu__panel {
  position: absolute; top: 0; left: 0; right: 0; background: var(--surface); padding: 1.75rem 1.5rem 2.5rem;
  border-radius: 0 0 2rem 2rem; transform: translateY(-100%); transition: transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94);
}
.mobile-menu.open .mobile-menu__panel { transform: translateY(0); }
.mobile-menu__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; }
.mobile-menu__links { display: flex; flex-direction: column; margin-bottom: 2rem; }
.mobile-menu__links a { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; padding: 0.85rem 0; border-bottom: 1px solid var(--divider); color: var(--ink); }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--bg); padding-bottom: 6rem; }
.hero__glow {
  position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 60rem; height: 34rem;
  background: radial-gradient(ellipse at center, rgba(var(--primary-rgb),0.16) 0%, rgba(var(--primary-rgb),0.05) 45%, transparent 72%);
  pointer-events: none;
}
.hero__particles { position: absolute; inset: 0; pointer-events: none; }
.dot { position: absolute; border-radius: 50%; animation: float 6s ease-in-out infinite; }
.dot--1 { top: 14%; right: 18%; width: 8px; height: 8px; background: rgba(var(--primary-rgb),0.65); animation-delay: 0s; }
.dot--2 { top: 30%; right: 10%; width: 5px; height: 5px; background: rgba(255,255,255,0.35); animation-delay: 1.5s; }
.dot--3 { top: 20%; right: 27%; width: 4px; height: 4px; background: rgba(var(--primary-rgb),0.5); animation-delay: 3s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.hero__inner {
  position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 9rem 1.5rem 0;
  text-align: center; display: flex; flex-direction: column; align-items: center;
}
.hero__inner .h1 { max-width: 52rem; }
.hero-meta.lede { margin-top: 1.6rem; max-width: 34rem; color: rgba(255,255,255,0.72); font-size: 1.08rem; line-height: 1.7; }
.hero-meta.lede strong { color: #fff; }
.hero__ctas { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: center; }
.stat-row { margin-top: 2.6rem; display: flex; flex-wrap: wrap; gap: 0.9rem; justify-content: center; }
.stat-chip {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(10px);
  border-radius: 1rem; padding: 0.9rem 1.2rem; min-width: 9.5rem;
}
.stat-chip__num { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: var(--primary-light); }
.stat-chip__label { font-family: var(--font-mono); font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.55); }

/* Hero entrance: pure CSS keyframes, driven only by a class toggle — never
   depends on a JS animation ticker, so content can't get stuck invisible. */
@keyframes hero-rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.hero-animate .hero-line-1 { animation: hero-rise 1s cubic-bezier(0.25,0.46,0.45,0.94) 0.15s both; }
.hero-animate .hero-line-2 { animation: hero-rise 1.15s cubic-bezier(0.25,0.46,0.45,0.94) 0.32s both; }
.hero-animate .hero-meta.lede { animation: hero-rise 0.9s cubic-bezier(0.25,0.46,0.45,0.94) 0.5s both; }
.hero-animate .hero__ctas { animation: hero-rise 0.9s cubic-bezier(0.25,0.46,0.45,0.94) 0.62s both; }
.hero-animate .stat-row { animation: hero-rise 0.9s cubic-bezier(0.25,0.46,0.45,0.94) 0.74s both; }
.hero-animate .video-frame { animation: hero-rise 0.9s cubic-bezier(0.25,0.46,0.45,0.94) 0.86s both; }

/* ---------- VSL video (inline in hero) ---------- */
.video-frame { width: 100%; max-width: 880px; margin: 3.5rem auto 0; border-radius: 1.75rem; overflow: hidden; border: 1px solid rgba(var(--primary-rgb),0.25); box-shadow: 0 30px 60px -20px rgba(0,0,0,0.6); background: var(--surface); text-align: left; }
.video-frame__ratio { position: relative; width: 100%; padding-top: 56.25%; background: #000; }
.video-frame__ratio iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.video-frame__caption { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.4rem; flex-wrap: wrap; gap: 0.5rem; }

/* ---------- mechanism ---------- */
.mechanism { background: var(--bg); }
.mechanism__grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: start; }
@media (min-width: 960px) { .mechanism__grid { grid-template-columns: 1.1fr 0.9fr; } }
.mechanism__compare { display: grid; gap: 1rem; }
.compare-card { background: var(--surface); border: 1px solid var(--divider); border-radius: 1.5rem; padding: 1.75rem; }
.compare-card--gold { border-color: rgba(var(--primary-rgb),0.35); background: linear-gradient(160deg, rgba(var(--primary-rgb),0.08), var(--surface)); }
.dash-list { margin-top: 0.9rem; display: grid; gap: 0.55rem; }
.dash-list li { font-size: 0.92rem; color: var(--ink); padding-left: 1.1rem; position: relative; }
.dash-list li::before { content: "—"; position: absolute; left: 0; color: var(--primary); }
.dash-list--muted li { color: var(--muted); }
.dash-list--muted li::before { color: var(--muted); }

/* ---------- features ---------- */
.features { background: var(--bg); }
.feature-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 960px) { .feature-grid { grid-template-columns: repeat(3, 1fr); } }
.feature-card { background: var(--surface); border: 1px solid var(--divider); border-radius: 1.75rem; padding: 1.75rem; transition: border-color 0.4s; }
.feature-card:hover { border-color: rgba(var(--primary-rgb),0.4); }
.feature-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.3rem; }
.feature-card__arrow { color: rgba(255,255,255,0.25); }
.feature-card__sub-flourish { font-family: var(--font-serif); font-style: italic; color: var(--primary); font-size: 0.92rem; margin: 0.2rem 0 0.7rem; }
.mini-widget { height: 11rem; border-radius: 1.25rem; overflow: hidden; position: relative; border: 1px solid var(--divider); margin-bottom: 1.3rem; background: var(--surface-2); }
.mini-widget--light { background: linear-gradient(180deg, #1b1c22 0%, #17181d 100%); }

/* ---------- pillars ---------- */
.pillars { background: var(--bg); overflow: hidden; }
.pillars__head { display: flex; flex-direction: column; gap: 1.2rem; margin-bottom: 3.5rem; position: relative; z-index: 1; }
@media (min-width: 960px) { .pillars__head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.pillar-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--divider); border: 1px solid var(--divider); border-radius: 1.75rem; overflow: hidden; }
@media (min-width: 768px) { .pillar-grid { grid-template-columns: repeat(3, 1fr); } }
.pillar-card { background: var(--surface); padding: 2.4rem 2rem; position: relative; }
.pillar-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; }
.pillar-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(var(--primary-rgb),0.4); }
.pillar-number { font-family: var(--font-display); font-weight: 800; font-size: clamp(3rem, 6vw, 4.5rem); line-height: 0.9; color: #fff; letter-spacing: -0.02em; }
.pillar-number__prefix { color: var(--primary); }
.pillar-desc { margin-top: 1rem; max-width: 20rem; }
.pillar-card__sweep { position: absolute; bottom: 0; left: 2rem; right: 2rem; height: 1px; background: var(--divider); overflow: hidden; }
.pillar-card__sweep span { display: block; height: 100%; background: linear-gradient(90deg, transparent, var(--primary), transparent); animation: pillar-sweep 4s ease-in-out infinite; }
@keyframes pillar-sweep { 0% { transform: translateX(-100%); } 50% { transform: translateX(100%); } 100% { transform: translateX(100%); } }

/* ---------- mini-widget internals (shuffler / pipeline / scheduler) ---------- */
.shuffler { position: relative; height: 100%; padding: 1rem; }
.shuffler__card {
  position: absolute; inset: 1rem; background: var(--surface); border: 1px solid var(--divider); border-radius: 1rem; padding: 1rem 1.1rem;
  transition: transform 0.7s cubic-bezier(0.34,1.56,0.64,1), opacity 0.6s ease;
}
.shuffler__row { display: flex; align-items: center; justify-content: space-between; }
.shuffler__tag { font-family: var(--font-mono); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--primary); background: rgba(var(--primary-rgb),0.14); padding: 0.25rem 0.55rem; border-radius: 99px; }
.shuffler__label { font-family: var(--font-display); font-weight: 600; font-size: 0.95rem; margin-top: 0.8rem; color: var(--ink); }
.shuffler__bars { display: flex; gap: 3px; margin-top: 0.7rem; }
.shuffler__bars span { width: 4px; height: 4px; border-radius: 50%; background: var(--divider); }
.shuffler__bars span.on { background: var(--primary); }

.pipeline { position: relative; height: 100%; }
.pipeline__header, .pipeline__footer { position: absolute; left: 1rem; right: 1rem; display: flex; align-items: center; justify-content: space-between; z-index: 3; }
.pipeline__header { top: 0.8rem; }
.pipeline__footer { bottom: 0.8rem; }
.pipeline__funnel { position: absolute; left: 15%; right: 15%; top: 2.4rem; height: 1.6rem; }
.pipeline__coin { position: absolute; top: 0; width: 10px; height: 10px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, var(--primary-light), var(--primary-dark)); animation: coin-fall 2.6s cubic-bezier(0.55,0.05,0.7,0.45) infinite; }
@keyframes coin-fall { 0% { transform: translateY(-6px); opacity: 0; } 12% { opacity: 1; } 82% { opacity: 1; } 100% { transform: translateY(80px); opacity: 0; } }
.pipeline__ripple { position: absolute; bottom: 2.6rem; width: 5px; height: 5px; border-radius: 50%; border: 1px solid rgba(var(--primary-rgb),0.5); animation: coin-ripple 2.4s ease-out infinite; }
@keyframes coin-ripple { 0% { transform: scale(0.4); opacity: 0.9; } 80%,100% { transform: scale(3.2); opacity: 0; } }
.pipeline__status-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }

.scheduler { padding: 1.1rem; height: 100%; position: relative; }
.scheduler__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.7rem; }
.scheduler__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; margin-bottom: 0.9rem; }
.scheduler__day { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 2rem; border-radius: 0.6rem; background: var(--bg); font-family: var(--font-mono); font-size: 0.6rem; color: var(--muted); transition: all 0.3s; }
.scheduler__day.active { background: var(--primary); color: #1a1408; transform: scale(1.1); }
.scheduler__day b { font-family: var(--font-display); font-size: 0.75rem; color: inherit; }
.scheduler__btn { width: 100%; text-align: center; padding: 0.55rem; border-radius: 0.8rem; font-family: var(--font-body); font-size: 0.72rem; font-weight: 600; background: var(--divider); color: var(--muted); transition: all 0.3s; }
.scheduler__btn.confirmed { background: var(--accent); color: #fff; }
.scheduler__cursor { position: absolute; pointer-events: none; transition: all 0.5s ease-out; z-index: 5; }

/* ---------- protocol ---------- */
.protocol { background: var(--bg); }
.protocol-stack { display: flex; flex-direction: column; gap: 2rem; padding: 0 1rem; }
.protocol-card {
  position: sticky; top: 6rem; max-width: 1200px; margin: 0 auto; background: linear-gradient(160deg, var(--surface), var(--bg));
  border: 1px solid var(--divider); border-radius: 2rem; overflow: hidden; display: grid; grid-template-columns: 1fr; box-shadow: 0 30px 60px -30px rgba(0,0,0,0.6);
}
@media (min-width: 960px) { .protocol-card { grid-template-columns: 1.4fr 1fr; min-height: 30rem; } }
.protocol-card__content { padding: 2.5rem; display: flex; flex-direction: column; justify-content: space-between; gap: 1.5rem; }
@media (min-width: 640px) { .protocol-card__content { padding: 3rem; } }
.protocol-card__top { display: flex; align-items: center; justify-content: space-between; }
.protocol-card__mid { margin: 0.5rem 0; }
.protocol-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(4rem, 8vw, 6rem); line-height: 0.85; color: rgba(var(--primary-rgb),0.16); display: block; }
.protocol-card__image { position: relative; min-height: 16rem; background: var(--deep); }
.protocol-card__image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.protocol-card__badge { position: absolute; top: 1.1rem; left: 1.1rem; display: flex; align-items: center; gap: 0.5rem; background: rgba(11,12,15,0.75); backdrop-filter: blur(8px); padding: 0.4rem 0.85rem; border-radius: 99px; font-family: var(--font-mono); font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.14em; color: #fff; }
.dot-sm { width: 6px; height: 6px; border-radius: 50%; background: var(--primary); }

/* ---------- services grid ---------- */
.services-grid { background: var(--deep); color: #fff; overflow: hidden; }
.services-grid__head { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 1.2rem; margin-bottom: 3.5rem; }
@media (min-width: 960px) { .services-grid__head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.svc-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 1px; background: rgba(255,255,255,0.08); border-radius: 1.75rem; overflow: hidden; }
@media (min-width: 640px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .svc-grid { grid-template-columns: repeat(3, 1fr); } }
.svc-tile { background: var(--deep); padding: 2.2rem; position: relative; transition: background 0.4s; }
.svc-tile:hover { background: rgba(255,255,255,0.025); }
.svc-tile:hover .svc-tile__icon { background: var(--primary); color: var(--deep); transform: scale(1.08); }
.svc-tile__icon { width: 3rem; height: 3rem; border-radius: 1rem; background: rgba(var(--primary-rgb),0.14); border: 1px solid rgba(var(--primary-rgb),0.3); color: var(--primary); display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; transition: all 0.4s; }
.svc-tile__icon svg { width: 22px; height: 22px; }
.svc-tile__num { position: absolute; top: 2.2rem; right: 2.2rem; font-family: var(--font-mono); font-size: 0.66rem; color: rgba(255,255,255,0.25); letter-spacing: 0.1em; }
.svc-tile__text { color: rgba(255,255,255,0.55); }
.svc-tile h3 { color: #fff; }

/* ---------- trust ---------- */
.trust { background: var(--bg); }
.trust__head { text-align: center; margin-bottom: 2.5rem; }
.trust-grid { display: grid; grid-template-columns: 1fr; gap: 1.1rem; margin-bottom: 2.5rem; }
@media (min-width: 768px) { .trust-grid { grid-template-columns: repeat(3, 1fr); } }
.trust-badge { background: var(--surface); border: 1px solid var(--divider); border-radius: 1.5rem; padding: 1.75rem; transition: border-color 0.3s, transform 0.3s; }
.trust-badge:hover { border-color: rgba(var(--primary-rgb),0.4); transform: translateY(-2px); }
.trust-badge__icon { color: var(--primary); margin-bottom: 0.9rem; }
.trust__cta { text-align: center; }

/* ---------- book a call ---------- */
.book-call { background: var(--bg); }
.book-call__grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: start; }
@media (min-width: 960px) { .book-call__grid { grid-template-columns: 1.1fr 0.9fr; } }
.book-call__intro { margin-top: 0.5rem; }
.qual-grid { display: grid; grid-template-columns: 1fr; gap: 1.75rem; margin-top: 2rem; }
@media (min-width: 560px) { .qual-grid { grid-template-columns: 1fr 1fr; } }
.qual-list { display: grid; gap: 0.85rem; }
.qual-list li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.92rem; color: var(--ink); line-height: 1.5; }
.qual-list li svg { flex-shrink: 0; margin-top: 0.15rem; color: #7fb89a; }
.qual-list--muted li { color: var(--muted); }
.qual-list--muted li svg { color: var(--bad); }
.book-panel { background: linear-gradient(165deg, rgba(var(--primary-rgb),0.1), var(--surface)); border: 1px solid rgba(var(--primary-rgb),0.3); border-radius: 1.75rem; padding: 2.2rem; position: sticky; top: 7rem; }
.book-panel__title { font-family: var(--font-display); font-weight: 800; font-size: 1.7rem; margin: 0.6rem 0 1rem; color: #fff; }
.book-panel__text { margin-bottom: 1.6rem; }
.book-panel__fine { margin-top: 1rem; text-align: center; }

/* ---------- footer ---------- */
.footer { position: relative; background: var(--deep); border-radius: 2.5rem 2.5rem 0 0; overflow: hidden; margin-top: 2rem; }
.footer__inner { position: relative; z-index: 1; padding: 5rem 0 2.5rem; }
.footer__top { border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 3rem; margin-bottom: 3rem; }
.h1--footer { font-size: clamp(2.2rem, 5.5vw, 4.5rem); }
.footer__top-row { display: flex; flex-direction: column; gap: 1.3rem; margin-top: 2rem; }
@media (min-width: 640px) { .footer__top-row { flex-direction: row; align-items: center; justify-content: space-between; } }
.footer__tagline { color: rgba(255,255,255,0.55); max-width: 26rem; }
.footer__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
@media (min-width: 768px) { .footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; } }
.footer__brand { grid-column: span 2; }
@media (min-width: 768px) { .footer__brand { grid-column: span 1; } }
.footer__desc { color: rgba(255,255,255,0.5); max-width: 20rem; margin-top: 1rem; }
.footer__col { display: flex; flex-direction: column; }
.footer__col a { color: rgba(255,255,255,0.62); font-size: 0.9rem; padding: 0.35rem 0; transition: color 0.2s; }
.footer__col a:hover { color: var(--primary); }
.footer__note { color: rgba(255,255,255,0.45); font-size: 0.85rem; margin-bottom: 0.6rem; }
.footer__bottom { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; gap: 1.3rem; }
@media (min-width: 640px) { .footer__bottom { flex-direction: row; align-items: center; justify-content: space-between; } }
.status { display: flex; align-items: center; gap: 0.6rem; }
.status__dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: #4ade80; }
.status__dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #4ade80; animation: ping 1.8s cubic-bezier(0,0,0.2,1) infinite; }
@keyframes ping { 75%,100% { transform: scale(2.2); opacity: 0; } }
.footer__legal { display: flex; flex-wrap: wrap; gap: 0.5rem 1.3rem; font-family: var(--font-mono); font-size: 0.72rem; color: rgba(255,255,255,0.45); }
.footer__legal a:hover { color: var(--primary); }

/* ---------- reveal animation fallback ---------- */
.reveal-up { opacity: 0; transform: translateY(24px); }
.reveal-up.is-visible { opacity: 1; transform: translateY(0); transition: opacity 0.8s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .dot, .status__dot::after { animation: none; }
}
