:root {
  --navy: #06162e;
  --navy-2: #0a2347;
  --blue: #087ede;
  --cyan: #28b8ff;
  --gold: #f2b544;
  --gold-2: #ffd469;
  --white: #f8fbff;
  --muted: #a8b7cc;
  --line: rgba(255,255,255,.11);
  --panel: rgba(12,35,69,.62);
  --shadow: 0 28px 80px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background: var(--navy);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.noise { position: fixed; inset: 0; opacity: .025; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }

.site-header {
  position: fixed; z-index: 15; top: 18px; left: 50%; transform: translateX(-50%);
  width: min(1180px, calc(100% - 36px)); height: 70px; padding: 0 14px 0 18px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(4,18,38,.76); border: 1px solid var(--line); border-radius: 22px;
  backdrop-filter: blur(18px); box-shadow: 0 16px 50px rgba(0,0,0,.24);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Space Grotesk", sans-serif; font-size: 1.18rem; font-weight: 700; letter-spacing: -.03em; }
.brand img { object-fit: contain; }
.brand strong { color: var(--gold); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 600; }
.main-nav > a:not(.client-link) { color: #c1cee0; transition: color .2s ease; }
.main-nav > a:not(.client-link):hover { color: #fff; }
.client-link { display: inline-flex; gap: 8px; align-items: center; padding: 11px 16px; border-radius: 13px; background: rgba(255,255,255,.08); border: 1px solid var(--line); }
.client-link:hover { background: rgba(255,255,255,.14); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 12px; background: rgba(255,255,255,.08); padding: 12px; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 5px 0; transition: .2s ease; }

.hero { min-height: 820px; padding-top: 170px; padding-bottom: 100px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; position: relative; }
.hero::before { content: ""; position: absolute; top: -250px; left: -320px; width: 780px; height: 780px; background: radial-gradient(circle, rgba(8,126,222,.24), transparent 68%); pointer-events: none; }
.eyebrow, .section-kicker { color: var(--gold-2); text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; font-weight: 800; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgba(242,181,68,.28); background: rgba(242,181,68,.07); border-radius: 999px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(242,181,68,.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(242,181,68,0); } }
h1, h2, h3 { margin: 0; font-family: "Space Grotesk", sans-serif; line-height: 1.03; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 6vw, 5.9rem); margin-top: 24px; max-width: 830px; }
h1 em, h2 span { font-style: normal; color: var(--gold); }
.hero-lead { max-width: 660px; margin: 28px 0 0; color: #b8c6d9; font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border-radius: 15px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #07162b; background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 15px 35px rgba(242,181,68,.22); }
.button-primary:hover { box-shadow: 0 20px 45px rgba(242,181,68,.32); }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.045); }
.button-ghost:hover { background: rgba(255,255,255,.09); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; color: #91a4bd; font-size: .78rem; font-weight: 700; }

.hero-visual { min-height: 590px; position: relative; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 420px; height: 420px; background: radial-gradient(circle at 34% 32%, rgba(40,184,255,.52), rgba(8,126,222,.12) 58%, transparent 70%); animation: float 6s ease-in-out infinite; }
.orb-two { width: 280px; height: 280px; right: -45px; bottom: 10px; background: radial-gradient(circle, rgba(242,181,68,.2), transparent 70%); }
@keyframes float { 50% { transform: translateY(-14px) scale(1.02); } }
.ai-console { position: relative; z-index: 2; width: min(100%, 470px); background: linear-gradient(160deg, rgba(16,48,91,.96), rgba(5,22,46,.96)); border: 1px solid rgba(255,255,255,.16); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; transform: perspective(900px) rotateY(-4deg) rotateX(2deg); }
.console-top { height: 78px; padding: 0 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.console-brand { display: flex; align-items: center; gap: 10px; }
.console-brand strong { display: block; font-size: .88rem; }
.console-brand small { display: flex; align-items: center; gap: 5px; color: #8fa5c0; font-size: .67rem; }
.console-brand small span { width: 6px; height: 6px; border-radius: 50%; background: #48e291; }
.console-dots { display: flex; gap: 5px; }
.console-dots i { width: 4px; height: 4px; border-radius: 50%; background: #8293aa; }
.conversation { padding: 24px 18px 18px; min-height: 390px; }
.message { padding: 15px 17px; border-radius: 17px; font-size: .83rem; line-height: 1.55; }
.user-message { width: 82%; margin-left: auto; background: linear-gradient(135deg, #158fe9, #0870c3); box-shadow: 0 10px 28px rgba(8,126,222,.2); }
.ai-message { width: 92%; margin-top: 18px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); color: #dbe6f3; }
.ai-label { display: flex; align-items: center; gap: 6px; color: var(--gold-2); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 9px; }
.ai-message strong { color: #fff; }
.ai-message ul { list-style: none; padding: 0; margin: 12px 0 0; }
.ai-message li { display: flex; align-items: center; gap: 9px; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.07); }
.ai-message li span { color: var(--gold); font: 700 .67rem "Space Grotesk"; }
.prompt-bar { margin: 0 18px 18px; height: 52px; border: 1px solid var(--line); border-radius: 15px; display: flex; align-items: center; justify-content: space-between; padding: 0 8px 0 16px; color: #71849d; font-size: .75rem; }
.prompt-bar b { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; color: #07162b; background: var(--gold); }
.floating-tag { position: absolute; z-index: 3; padding: 11px 14px; border-radius: 12px; background: rgba(248,251,255,.96); color: #0b1e39; font-size: .72rem; font-weight: 800; box-shadow: 0 15px 40px rgba(0,0,0,.25); }
.tag-one { left: -8px; top: 105px; }.tag-one b { color: #12915a; margin-left: 7px; }.tag-two { right: -6px; bottom: 92px; background: var(--gold); transform: rotate(3deg); }

.marquee { overflow: hidden; border-block: 1px solid rgba(242,181,68,.28); background: var(--gold); color: #07162b; transform: rotate(-1deg) scale(1.02); }
.marquee-track { display: flex; width: max-content; gap: 24px; padding: 15px 0; font: 800 .84rem "Space Grotesk"; letter-spacing: .11em; animation: scroll 28s linear infinite; }
.marquee-track i { font-style: normal; }
@keyframes scroll { to { transform: translateX(-50%); } }

.pain { padding-block: 150px 130px; }
.pain-grid { margin-top: 18px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.pain h2, .section-heading h2, .final-cta h2 { font-size: clamp(2.6rem, 5vw, 5rem); }
.pain-copy { color: #a9b9cd; font-size: 1.05rem; }
.pain-copy p { margin: 0 0 14px; }
.chaos-line { margin-top: 74px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 18px; align-items: center; }
.chaos-card { min-height: 150px; padding: 27px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.045); color: #8ea1ba; box-shadow: 0 18px 50px rgba(0,0,0,.14); }
.chaos-card strong { color: #fff; font-size: 1.06rem; }
.rotate-left { transform: rotate(-2deg); }.rotate-right { transform: rotate(2deg); }.arrow-line { color: var(--gold); font-size: 1.5rem; }

.features { padding-block: 70px 140px; }
.section-heading { max-width: 780px; margin-bottom: 60px; }
.section-heading h2 { margin-top: 15px; }
.section-heading > p { color: #9eb0c6; max-width: 600px; margin: 22px 0 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 270px; padding: 27px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(15,48,89,.72), rgba(7,25,51,.9)); position: relative; overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(40,184,255,.35); }
.feature-wide { grid-column: span 2; }
.feature-accent { background: linear-gradient(145deg, #127ed0, #07569a); }
.feature-icon { color: var(--gold); font: 700 .72rem "Space Grotesk"; letter-spacing: .1em; }
.feature-card h3 { margin-top: 38px; font-size: 1.45rem; letter-spacing: -.03em; }
.feature-card p { color: #9eb0c6; max-width: 460px; font-size: .91rem; margin-bottom: 0; }
.feature-accent p { color: #d9edff; }
.mini-timeline { margin-top: 24px; display: flex; }
.mini-timeline > div { flex: 1; font-size: .68rem; color: #b5c5d8; }
.mini-timeline b { display: block; margin-bottom: 8px; }
.mini-timeline span { display: block; height: 4px; background: linear-gradient(90deg, var(--blue), var(--cyan)); margin-right: 4px; border-radius: 4px; }
.risk-meter { display: flex; gap: 5px; margin-top: 28px; }
.risk-meter span { width: 26px; height: 7px; border-radius: 5px; background: rgba(255,255,255,.24); }
.risk-meter span:nth-child(-n+3) { background: var(--gold); }

.steps-section { padding-block: 135px; background: #f4f7fb; color: #0b1d37; }
.compact { max-width: 900px; }
.steps-section .section-kicker { color: #0873c8; }
.steps { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c9d4e1; }
.step { padding: 32px 34px 10px 0; display: flex; gap: 20px; }
.step + .step { padding-left: 34px; border-left: 1px solid #c9d4e1; }
.step > b { flex: 0 0 auto; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; background: #0873c8; font: 700 .85rem "Space Grotesk"; }
.step h3 { font-size: 1.22rem; }.step p { color: #5b6b7f; font-size: .9rem; }

.demo { padding-block: 140px; }
.demo-panel { min-height: 500px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; padding: clamp(32px, 6vw, 78px); border: 1px solid rgba(40,184,255,.24); border-radius: 34px; background: radial-gradient(circle at 80% 0, rgba(8,126,222,.22), transparent 42%), linear-gradient(145deg, #0b2851, #06162e); box-shadow: var(--shadow); }
.demo-copy h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); margin-top: 15px; }
.demo-copy p { color: #9fb1c8; }
.prompt-example { position: relative; padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.06); font-size: 1.06rem; line-height: 1.75; }
.quote-mark { position: absolute; top: -30px; right: 20px; color: var(--gold); font: 700 7rem/1 "Space Grotesk"; opacity: .45; }
.typing { display: flex; gap: 5px; margin-top: 24px; }.typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); animation: typing 1.2s infinite; }.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}
@keyframes typing { 50% { transform: translateY(-5px); opacity: .5; } }

.audience { padding-block: 40px 145px; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; }
.audience-grid article { min-height: 280px; padding: 30px; background: var(--navy); }
.audience-grid span { color: var(--gold); font: 700 .72rem "Space Grotesk"; }.audience-grid h3 { margin-top: 56px; font-size: 1.25rem; }.audience-grid p { color: #95a7bf; font-size: .87rem; }

.clarity { padding-bottom: 130px; }
.clarity-card { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; border-radius: 30px; overflow: hidden; border: 1px solid var(--line); }
.before, .after { min-height: 300px; padding: 50px; display: flex; flex-direction: column; justify-content: center; }
.before { background: #0a1c36; }.after { background: var(--gold); color: #07162b; }
.before small, .after small { font-weight: 800; letter-spacing: .16em; opacity: .62; }
.before p, .after p { font: 600 clamp(1.6rem, 3vw, 2.8rem)/1.2 "Space Grotesk"; margin: 16px 0; }
.switch-mark { width: 68px; display: grid; place-items: center; color: #07162b; background: #fff; font-size: 1.5rem; }
.scribbles, .checks { display: flex; gap: 8px; }.scribbles i { width: 54px; height: 3px; background: #60738b; transform: rotate(-7deg); }.checks i { font-style: normal; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--gold); background: #07162b; }

.pricing { padding-block: 55px 130px; scroll-margin-top: 105px; }
.pricing-heading { margin-inline: auto; text-align: center; }
.pricing-heading > p { margin-inline: auto; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 1000px; margin: 0 auto; align-items: stretch; }
.price-card { position: relative; min-height: 610px; display: flex; flex-direction: column; padding: 44px 40px 38px; border: 1px solid rgba(255,255,255,.15); border-radius: 26px; background: linear-gradient(150deg, rgba(19,46,82,.96), rgba(10,29,55,.98)); box-shadow: 0 24px 65px rgba(0,0,0,.2); overflow: hidden; }
.price-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 85% 5%, rgba(40,184,255,.1), transparent 34%); }
.price-card.featured { border: 3px solid var(--gold); box-shadow: 0 25px 75px rgba(242,181,68,.13); }
.best-value { position: absolute; z-index: 2; top: 0; right: 0; padding: 11px 22px; border-radius: 0 0 0 16px; color: #07162b; background: linear-gradient(135deg, var(--gold-2), var(--gold)); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.price-card-top, .plan-features, .plan-button { position: relative; z-index: 1; }
.plan-label { display: block; color: #fff; font: 700 1.55rem "Space Grotesk", sans-serif; text-transform: uppercase; letter-spacing: -.03em; }
.price { display: flex; align-items: baseline; gap: 7px; margin-top: 30px; color: var(--gold); font-family: "Space Grotesk", sans-serif; }
.price small { font-size: 1.7rem; font-weight: 700; }.price strong { font-size: clamp(3.7rem, 6vw, 5rem); line-height: .9; letter-spacing: -.07em; }.price em { color: #fff; font-size: .95rem; font-style: normal; font-weight: 600; }
.price-card-top > p:not(.installment):not(.saving) { color: #9fb0c6; margin: 20px 0 0; }
.old-price { margin-top: 18px; color: #9aacbf; font-size: .92rem; text-decoration: line-through; }
.featured .price { margin-top: 15px; }
.installment, .saving { margin: 12px 0 0; color: var(--cyan); font-weight: 800; line-height: 1.35; }
.saving { margin-top: 4px; font-size: .88rem; }
.plan-features { list-style: none; padding: 0; margin: 36px 0 34px; display: grid; gap: 17px; }
.plan-features li { display: flex; align-items: flex-start; gap: 12px; color: #e4edf7; font-size: .91rem; }
.plan-features li span { flex: 0 0 auto; color: var(--cyan); font-weight: 900; }
.plan-button { width: 100%; min-height: 60px; margin-top: auto; color: #07162b; background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 15px 34px rgba(242,181,68,.23); text-transform: uppercase; font-size: .86rem; }
.plan-button:hover { box-shadow: 0 18px 42px rgba(242,181,68,.34); }
.checkout-note { margin: 26px 0 0; text-align: center; color: #8296b0; font-size: .8rem; }
.checkout-note span { color: #48e291; margin-right: 7px; }

.final-cta { min-height: 650px; padding-block: 120px; text-align: center; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; }
.cta-glow { position: absolute; width: 700px; height: 500px; background: radial-gradient(circle, rgba(8,126,222,.28), transparent 68%); pointer-events: none; }
.final-cta > *:not(.cta-glow) { position: relative; z-index: 1; }.final-cta img { margin-bottom: 22px; filter: drop-shadow(0 18px 32px rgba(8,126,222,.3)); }.final-cta h2 { margin-top: 14px; }.final-cta p { max-width: 650px; color: #a5b6cb; }.centered { justify-content: center; }

.site-footer { min-height: 130px; padding-block: 28px; display: grid; grid-template-columns: 1fr auto auto; gap: 35px; align-items: center; border-top: 1px solid var(--line); color: #8597ae; font-size: .78rem; }
.footer-links { display: flex; gap: 22px; }.footer-links a:hover { color: #fff; }.site-footer .brand { color: #fff; }.mobile-client { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .section-shell { width: min(100% - 32px, 680px); }
  .site-header { top: 10px; width: calc(100% - 20px); height: 64px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; padding: 18px; display: none; align-items: stretch; flex-direction: column; gap: 4px; background: rgba(4,18,38,.97); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }.main-nav a { padding: 12px; }.client-link { justify-content: center; margin-top: 6px; }
  .hero { min-height: auto; padding-top: 130px; padding-bottom: 70px; grid-template-columns: 1fr; gap: 26px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }.hero-lead { font-size: 1rem; }.hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 540px; }.ai-console { transform: none; }.tag-one { left: -4px; }.tag-two { right: -4px; }
  .pain { padding-block: 105px 85px; }.pain-grid, .demo-panel { grid-template-columns: 1fr; gap: 28px; }.chaos-line { grid-template-columns: 1fr; }.arrow-line { text-align: center; transform: rotate(90deg); }.chaos-card { min-height: 120px; }.rotate-left,.rotate-right{transform:none}
  .features { padding-block: 50px 100px; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-wide { grid-column: span 2; }
  .steps-section { padding-block: 95px; }.steps { grid-template-columns: 1fr; border-top: 0; }.step, .step + .step { padding: 26px 0; border-left: 0; border-top: 1px solid #c9d4e1; }
  .demo { padding-block: 90px; }.audience { padding-bottom: 100px; }.audience-grid { grid-template-columns: 1fr 1fr; }.audience-grid article { min-height: 235px; }
  .pricing { padding-block: 30px 100px; }.price-card { padding: 40px 30px 32px; }
  .site-footer { grid-template-columns: 1fr; gap: 15px; text-align: center; justify-items: center; }.footer-links { flex-direction: column; gap: 7px; }
}

@media (max-width: 580px) {
  body { padding-bottom: 68px; }.section-shell { width: calc(100% - 28px); }
  .brand img { width: 38px; height: 38px; }.brand { font-size: 1.02rem; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }.hero-lead { line-height: 1.65; }.hero-actions { width: 100%; }.hero-actions .button { width: 100%; }.hero-proof { flex-direction: column; gap: 6px; }
  .hero-visual { min-height: 495px; width: 100%; }.ai-console { border-radius: 22px; }.conversation { min-height: 360px; padding-inline: 12px; }.message { font-size: .76rem; }.floating-tag { font-size: .64rem; }.tag-one { top: 85px; }.tag-two { bottom: 52px; }
  .pain h2, .section-heading h2, .final-cta h2 { font-size: clamp(2.35rem, 11vw, 3.4rem); }.chaos-line { margin-top: 45px; }
  .section-heading { margin-bottom: 38px; }.feature-grid { grid-template-columns: 1fr; }.feature-wide { grid-column: auto; }.feature-card { min-height: 245px; }
  .demo-panel { padding: 26px 20px; border-radius: 24px; }.prompt-example { padding: 28px 22px; }.audience-grid { grid-template-columns: 1fr; }.audience-grid article { min-height: 210px; }.audience-grid h3 { margin-top: 38px; }
  .clarity-card { grid-template-columns: 1fr; }.before,.after { min-height: 230px; padding: 34px 26px; }.switch-mark { width: 100%; height: 52px; transform: rotate(90deg); }
  .pricing-grid { grid-template-columns: 1fr; gap: 18px; }.price-card { min-height: 570px; padding: 38px 24px 28px; }.price-card.featured { order: -1; }.best-value { padding: 9px 14px; font-size: .66rem; }.plan-label { font-size: 1.3rem; }.price small { font-size: 1.45rem; }.price strong { font-size: 3.7rem; }.plan-features { gap: 14px; }.plan-button { min-height: 56px; }
  .final-cta { min-height: 610px; padding-block: 90px; }.final-cta img { width: 76px; height: 76px; }
  .mobile-client { position: fixed; z-index: 14; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); height: 52px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 15px; color: #07162b; background: var(--gold); box-shadow: 0 14px 38px rgba(0,0,0,.38); font-weight: 800; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
