:root {
  --ink: #0b0b0f;
  --ink-2: #17171d;
  --paper: #ffffff;
  --soft: #f3f2ee;
  --muted: #575761;
  --line: #d4d3cc;
  --lime: #d8ff3e;
  --blue: #5d65ff;
  --orange: #ff6a3d;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(11, 11, 15, .13);
  --container: min(1120px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Nunito", ui-sans-serif, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
h1, h2, h3 { text-wrap: balance; }
main p { text-wrap: pretty; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 92px 0; }
.section-dark { color: var(--paper); background: var(--ink); }
.section-soft { background: var(--soft); }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 999; background: var(--lime); color: var(--ink); padding: 12px 16px; font-weight: 800; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(11, 11, 15, .93); color: #fff; backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.09); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--lime); color: var(--ink); border-radius: 12px 4px 12px 4px; font-weight: 1000; font-size: 24px; transform: rotate(-4deg); }
.brand strong, .brand small { display: block; letter-spacing: .08em; }
.brand strong { font-size: 15px; }
.brand small { margin-top: 4px; font-size: 10px; color: var(--lime); font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: 21px; font-size: 14px; font-weight: 750; }
.site-nav > a:not(.button) { color: rgba(255,255,255,.82); }
.site-nav > a:hover, .site-nav > a:focus-visible { color: var(--lime); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .25s; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border: 2px solid var(--lime); border-radius: 999px; background: var(--lime); color: var(--ink); font-weight: 900; letter-spacing: .01em; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(216,255,62,.2); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 13px; }
.button-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.button-outline:hover { border-color: #fff; box-shadow: none; }
.button-dark { background: var(--ink); border-color: var(--ink); color: #fff; }
.button-light { background: #fff; border-color: #fff; color: var(--ink); }
.button-full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.hero { position: relative; overflow: hidden; padding: 72px 0 88px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(40px, 6vw, 76px); align-items: center; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 950; color: var(--blue); }
.section-dark .eyebrow { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; max-width: 720px; font-size: clamp(36px, 4vw, 58px); line-height: 1.04; letter-spacing: -.02em; font-weight: 900; }
h1 span { color: var(--lime); }
h2 { margin-bottom: 18px; font-size: clamp(29px, 3.1vw, 44px); line-height: 1.08; letter-spacing: -.015em; font-weight: 900; }
h3 { letter-spacing: -.01em; }
.hero-lead { max-width: 58ch; color: rgba(255,255,255,.78); font-size: clamp(18px, 1.7vw, 21px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.trust-row span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 800; }
.hero-media { position: relative; padding: 20px 28px 54px 10px; }
.media-frame { position: relative; overflow: hidden; border-radius: 34px 10px 34px 10px; background: var(--ink-2); box-shadow: 26px 28px 0 var(--blue); transform: rotate(1.5deg); }
.media-frame img { display: block; width: 100%; height: auto; }
.media-label { position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.media-label span { padding: 7px 11px; border-radius: 999px; background: rgba(11,11,15,.82); color: #fff; backdrop-filter: blur(8px); font-size: 11px; font-weight: 850; }
.play-card { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 12px; min-width: 205px; padding: 14px 18px; border-radius: 18px; background: #fff; color: var(--ink); box-shadow: var(--shadow); transform: rotate(-2deg); }
.play-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-size: 13px; }
.play-card strong, .play-card small { display: block; }
.play-card strong { font-size: 14px; }
.play-card small { color: var(--muted); font-size: 11px; }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .8; }
.hero-shape-one { width: 420px; height: 420px; right: -180px; top: -180px; border: 90px solid var(--blue); }
.hero-shape-two { width: 300px; height: 300px; left: -180px; bottom: -170px; border: 70px solid var(--orange); }

.ticker { overflow: hidden; background: var(--lime); color: var(--ink); border-block: 2px solid var(--ink); }
.ticker-track { width: max-content; min-width: 100%; display: flex; justify-content: center; gap: 24px; padding: 13px 24px; text-transform: uppercase; letter-spacing: .09em; font-size: 12px; font-weight: 950; }
.ticker-track i { font-style: normal; }

.section-heading { display: grid; grid-template-columns: 1fr .78fr; gap: 48px; align-items: end; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 58ch; margin-bottom: 4px; color: var(--muted); font-size: 16px; }
.section-heading-stacked { max-width: 420px; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card { min-height: 250px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card-accent { background: var(--ink); color: #fff; border-color: var(--ink); }
.service-number { margin-bottom: auto; color: var(--blue); font-weight: 950; }
.service-card-accent .service-number { color: var(--lime); }
.service-card h3 { margin: 34px 0 10px; font-size: 29px; }
.service-card p { color: var(--muted); }
.service-card-accent p { color: rgba(255,255,255,.78); }
.service-card a { margin-top: 12px; font-weight: 900; }
.service-card a span { color: var(--blue); }
.service-card-accent a span { color: var(--lime); }

.featured-video { position: relative; overflow: hidden; margin-bottom: 20px; border-radius: var(--radius); background: var(--ink); box-shadow: var(--shadow); }
.featured-video::before { content: ""; position: absolute; z-index: 1; width: 170px; height: 16px; right: -34px; top: 42px; background: var(--lime); transform: rotate(42deg); pointer-events: none; }
.featured-video-heading { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 26px; color: #fff; }
.featured-video-heading h3 { margin: 3px 0 0; font-size: 28px; }
.featured-video-heading .social-kicker { color: var(--lime); }
.featured-video-heading > a { position: relative; z-index: 2; color: #fff; font-size: 13px; font-weight: 900; }
.featured-video-heading > a:hover { color: var(--lime); }
.featured-video-player { position: relative; aspect-ratio: 16 / 9; background: #17171d; }
.featured-video-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.social-reel-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 20px; align-items: start; }
.social-reel { min-width: 0; overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: 0 12px 35px rgba(11,11,15,.08); }
.social-reel-heading { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.social-reel-heading h3 { margin: 3px 0 0; font-size: 24px; }
.social-reel-heading > a { flex: none; color: var(--blue); font-size: 13px; font-weight: 900; }
.social-reel-heading > a:hover { color: var(--ink); }
.social-kicker { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 950; }
.instagram-embed-shell { height: 508px; background: linear-gradient(145deg, #f4f1ec, #fff); }
.instagram-embed-shell iframe { width: 100%; height: 100%; display: block; border: 0; }
.tiktok-embed-shell { min-height: 508px; display: grid; place-items: start center; overflow: hidden; padding: 14px; background: var(--ink); }
.tiktok-embed-shell .tiktok-embed { width: 100%; margin: 0 !important; }
.tiktok-embed-shell section { min-height: 420px; display: grid; place-items: center; padding: 28px; border: 1px solid rgba(255,255,255,.14); color: #fff; text-align: center; }
.tiktok-embed-shell section a { color: var(--lime); font-weight: 900; }
.highlight-strip { grid-column: 1 / -1; position: relative; min-height: 150px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; overflow: hidden; padding: 24px 30px; border-radius: var(--radius); background: var(--ink); color: #fff; box-shadow: 0 12px 35px rgba(11,11,15,.12); transition: transform .25s, box-shadow .25s; }
.highlight-strip::after { content: ""; position: absolute; width: 280px; height: 280px; right: 8%; border: 52px solid var(--blue); border-radius: 50%; opacity: .18; transform: rotate(-12deg); pointer-events: none; }
.highlight-strip:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.highlight-orbit { position: relative; z-index: 1; width: 78px; height: 78px; display: grid; place-items: center; border: 4px solid var(--orange); border-right-color: var(--lime); border-radius: 50%; transform: rotate(-12deg); }
.highlight-orbit i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--ink); font-size: 16px; font-style: normal; transform: rotate(12deg); }
.highlight-copy { position: relative; z-index: 1; display: grid; gap: 4px; }
.highlight-copy small { color: var(--lime); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 950; }
.highlight-copy strong { max-width: 720px; font-size: clamp(21px, 3vw, 30px); line-height: 1.08; }
.highlight-copy span { color: rgba(255,255,255,.72); font-size: 13px; }
.highlight-strip > b { position: relative; z-index: 1; color: var(--lime); font-size: 30px; }

.schedule-grid { display: grid; gap: 16px; }
.schedule-card { display: grid; grid-template-columns: 110px 1fr; gap: 26px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); }
.schedule-day { min-height: 112px; display: grid; place-items: center; align-content: center; background: var(--ink); color: var(--lime); border-radius: 16px 5px 16px 5px; text-align: center; font-size: 25px; line-height: 1; font-weight: 950; letter-spacing: .02em; }
.location { margin-bottom: 4px; color: var(--blue); text-transform: uppercase; letter-spacing: .09em; font-size: 11px; font-weight: 900; }
.schedule-card h3 { margin: 0 0 18px; font-size: 28px; }
.schedule-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.schedule-card li { display: grid; grid-template-columns: minmax(230px, .55fr) 1fr; gap: 18px; padding-top: 10px; border-top: 1px solid var(--line); }
.schedule-card li span { color: var(--muted); }
.schedule-note { display: flex; align-items: center; gap: 14px; margin-top: 18px; padding: 18px 22px; border-radius: 16px; background: var(--soft); }
.schedule-note p { flex: 1; margin: 0; color: var(--muted); font-size: 14px; }
.schedule-note a { color: var(--blue); font-weight: 900; }

.about-section { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(48px, 6vw, 76px); align-items: center; }
.about-image { position: relative; }
.about-image img { display: block; width: 100%; height: auto; border-radius: 28px 8px 28px 8px; background: #222; }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.8); font-size: 17px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 34px 0; }
.stat-grid div { padding: 16px 10px; border-top: 1px solid rgba(255,255,255,.25); }
.stat-grid strong, .stat-grid span { display: block; }
.stat-grid strong { color: var(--lime); font-size: 24px; }
.stat-grid span { margin-top: 3px; color: rgba(255,255,255,.72); font-size: 11px; }
.text-link { color: #fff; font-weight: 900; }
.text-link span { color: var(--lime); }

.benefit-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 68px; }
.benefit-copy { position: sticky; top: 120px; align-self: start; }
.benefit-copy > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); font-size: 17px; }
.benefit-list { display: grid; }
.benefit-list article { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid var(--line); }
.benefit-list article:last-child { border-bottom: 1px solid var(--line); }
.benefit-list article > span { color: var(--blue); font-weight: 950; }
.benefit-list h3 { margin-bottom: 8px; font-size: 26px; }
.benefit-list p { margin-bottom: 0; color: var(--muted); }

.performance-section { padding: 74px 0; background: var(--blue); color: #fff; }
.performance-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.performance-inner h2 { max-width: 760px; margin-bottom: 14px; }
.performance-inner p:not(.eyebrow) { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.78); font-size: 17px; }
.performance-inner .eyebrow { color: var(--lime); }
.performance-actions { display: grid; justify-items: center; gap: 13px; }
.phone-link { font-size: 14px; font-weight: 850; }

.faq-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 68px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 50px 25px 0; list-style: none; cursor: pointer; font-weight: 900; font-size: 19px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 18px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; }
.accordion details[open] summary::after { content: "–"; background: var(--lime); color: var(--ink); }
.accordion details p { padding: 0 50px 24px 0; color: var(--muted); }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 64px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.contact-methods { display: grid; gap: 14px; margin-top: 30px; }
.contact-methods > a, .contact-methods > div { display: flex; gap: 14px; align-items: center; padding: 14px 0; border-top: 1px solid var(--line); }
.contact-methods > * > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); }
.contact-methods small, .contact-methods strong { display: block; }
.contact-methods small { color: var(--muted); }
.contact-methods strong { overflow-wrap: anywhere; }
.contact-form { display: grid; gap: 16px; padding: 32px; border-radius: var(--radius); background: var(--soft); }
.bot-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 850; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid transparent; border-radius: 10px; background: #fff; color: var(--ink); outline: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(93,101,255,.14); }
.contact-form button:disabled { cursor: wait; opacity: .72; transform: none; box-shadow: none; }
.form-note.is-success { color: #287b40; font-weight: 800; }
.form-note.is-error { color: #b73b26; font-weight: 800; }
.form-note { margin: 0; color: var(--muted); text-align: center; font-size: 11px; }

.site-footer { padding: 70px 0 28px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 40px; }
.brand-footer { margin-bottom: 20px; }
.footer-grid > div:first-child p { max-width: 330px; color: rgba(255,255,255,.68); }
.footer-links { display: grid; align-content: start; gap: 10px; font-size: 14px; }
.footer-links strong { margin-bottom: 5px; color: var(--lime); }
.footer-links a { color: rgba(255,255,255,.68); }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 12px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  :root { --container: min(100% - 40px, 860px); }
  .section { padding: 76px 0; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 76px 0 auto 0; display: grid; gap: 0; padding: 12px 16px 22px; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.12); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .28s; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; padding: 0 12px; }
  .site-nav .button { margin-top: 8px; justify-content: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 58px; }
  .hero-grid, .about-grid, .benefit-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-media { max-width: 620px; margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; }
  .social-reel-grid { grid-template-columns: 1fr; }
  .about-image { max-width: 560px; margin-inline: auto; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-copy { position: static; }
  .performance-inner { grid-template-columns: 1fr; }
  .performance-actions { justify-items: start; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 32px, 600px); --radius: 16px; }
  body { padding-bottom: 64px; font-size: 16px; line-height: 1.6; }
  .section { padding: 56px 0; }
  .header-inner { min-height: 68px; }
  .site-nav { inset-block-start: 68px; }
  .brand-mark { width: 38px; height: 38px; }
  h1 { font-size: clamp(31px, 8.6vw, 42px); line-height: 1.06; }
  h2 { font-size: clamp(26px, 7.2vw, 36px); line-height: 1.1; }
  .hero { padding: 44px 0 64px; }
  .hero-lead { font-size: 18px; }
  .button-row { display: grid; margin-top: 26px; }
  .button { width: 100%; }
  .hero-media { padding: 8px 14px 52px 0; }
  .media-frame { box-shadow: 14px 18px 0 var(--blue); }
  .play-card { right: 0; min-width: 190px; }
  .ticker-track { justify-content: flex-start; animation: ticker 18s linear infinite; }
  @keyframes ticker { to { transform: translateX(-40%); } }
  .section-heading { margin-bottom: 28px; }
  .section-heading > p { font-size: 15px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 22px; }
  .service-card h3 { margin-top: 24px; }
  .featured-video-heading { min-height: 0; flex-direction: column; align-items: flex-start; gap: 8px; padding: 18px; }
  .featured-video-heading h3 { font-size: 22px; }
  .featured-video-heading > a { max-width: none; text-align: left; }
  .social-reel-heading { min-height: 0; align-items: flex-start; flex-direction: column; gap: 8px; padding: 18px; }
  .social-reel-heading h3 { font-size: 21px; }
  .instagram-embed-shell { height: 460px; }
  .tiktok-embed-shell { min-height: 460px; }
  .highlight-strip { grid-template-columns: 1fr; gap: 14px; padding: 22px 18px; }
  .highlight-orbit { width: 62px; height: 62px; }
  .highlight-orbit i { width: 38px; height: 38px; }
  .highlight-copy span { display: none; }
  .highlight-strip > b { display: none; }
  .schedule-card { grid-template-columns: 1fr; gap: 16px; padding: 20px 18px; }
  .schedule-day { width: fit-content; min-height: 0; padding: 10px 14px; border-radius: 999px; font-size: 17px; }
  .schedule-card h3 { font-size: 23px; }
  .schedule-card li { grid-template-columns: 1fr; gap: 1px; }
  .schedule-note { display: grid; grid-template-columns: auto 1fr; align-items: start; padding: 16px; }
  .schedule-note a { grid-column: 2; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .benefit-list article { grid-template-columns: 34px 1fr; gap: 12px; padding: 22px 0; }
  .performance-section { padding: 56px 0; }
  .performance-actions, .performance-actions .button { width: 100%; }
  .accordion summary { padding-block: 20px; font-size: 17px; line-height: 1.35; }
  .accordion summary::after { top: 15px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 22px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; }
  .mobile-cta { position: fixed; z-index: 120; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: .8fr 1.2fr; padding: 8px max(8px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); background: rgba(11,11,15,.96); border-top: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px); }
  .mobile-cta a { min-height: 48px; display: grid; place-items: center; border-radius: 999px; color: #fff; font-size: 13px; font-weight: 900; }
  .mobile-cta a:last-child { background: var(--lime); color: var(--ink); }
}

@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; }
}
