:root {
  --ink: #171526;
  --muted: #69677a;
  --paper: #fbfbfe;
  --white: #ffffff;
  --line: rgba(49, 42, 78, .13);
  --night: #080711;
  --plum: #211027;
  --plum-2: #441941;
  --emerald: #12b99d;
  --mint: #3fe0c3;
  --cyan: #33d7eb;
  --magenta: #d23ab5;
  --gold: #f2c86f;
  --gold-soft: #ffe9b1;
  --shadow: 0 28px 80px rgba(20, 11, 35, .17);
  --container: 1180px;
  --r-xl: 34px;
  --r-lg: 22px;
  --r-md: 15px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at 6% 20%, rgba(18,185,157,.055), transparent 28%), radial-gradient(circle at 95% 42%, rgba(210,58,181,.045), transparent 30%), var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -90px; z-index: 1000; padding: 10px 15px; border-radius: 10px; color: #100f19; background: var(--gold-soft); font-weight: 850; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 94px 0; }
.section-sm { padding: 58px 0; }
.section-dark { color: #f6f4fb; background: radial-gradient(circle at 82% 10%, rgba(210,58,181,.16), transparent 30%), radial-gradient(circle at 18% 100%, rgba(18,185,157,.16), transparent 34%), var(--night); }
.section-tint { background: linear-gradient(138deg, #edfffb 0%, #fbfbfe 46%, #fff0fb 100%); }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head.center { margin-inline: auto; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 14px; color: #9b2b88; font-size: .79rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 31px; height: 2px; background: linear-gradient(90deg, var(--emerald), var(--magenta)); }
.section-dark .eyebrow, .home-hero .eyebrow, .page-hero .eyebrow { color: #80f2df; }
h1, h2, h3 { margin: 0; line-height: 1.13; letter-spacing: -.036em; }
h1 { font-size: clamp(2.55rem, 6vw, 5.25rem); }
h2 { font-size: clamp(1.95rem, 4vw, 3.25rem); }
h3 { font-size: 1.23rem; }
p { margin: 0 0 1.08rem; }
.lead { font-size: clamp(1.05rem, 2vw, 1.22rem); line-height: 1.72; }
.muted { color: var(--muted); }
.section-dark .muted { color: #bcb8c8; }
.gradient-text { color: transparent; background: linear-gradient(100deg, var(--mint), #a3f5e7 35%, #f28cdb 69%, var(--gold-soft)); -webkit-background-clip: text; background-clip: text; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(8,7,17,.9); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: box-shadow .25s, background .25s; }
.site-header.scrolled { background: rgba(8,7,17,.97); box-shadow: 0 15px 45px rgba(0,0,0,.25); }
.header-row { min-height: 76px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 178px; height: auto; max-height: 43px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 3px; margin-left: auto; }
.main-nav a { padding: 10px 11px; border-radius: 999px; color: #d0cad8; font-size: .9rem; font-weight: 720; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: #fff; background: linear-gradient(110deg, rgba(18,185,157,.16), rgba(210,58,181,.14)); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.age-note { color: var(--gold-soft); font-size: .74rem; font-weight: 850; white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.06); cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 19px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .22s, opacity .22s; }
.menu-toggle.active span { opacity: 0; }
.menu-toggle.active::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active::after { transform: translateY(-7px) rotate(-45deg); }

/* Buttons */
.btn { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .94rem; font-weight: 880; line-height: 1; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #07120f; background: linear-gradient(135deg, #8dfbe7, var(--mint) 45%, var(--emerald)); box-shadow: 0 13px 32px rgba(18,185,157,.25); }
.btn-gold { color: #1c1220; background: linear-gradient(135deg, #fff2c8, var(--gold)); box-shadow: 0 13px 32px rgba(242,200,111,.2); }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.btn-plum { color: #fff; background: linear-gradient(135deg, #71245f, var(--magenta)); box-shadow: 0 13px 32px rgba(210,58,181,.22); }
.btn-small { min-height: 41px; padding: 10px 16px; font-size: .84rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 11px; }

/* Homepage hero */
.home-hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 20% 15%, rgba(210,58,181,.18), transparent 30%), radial-gradient(circle at 60% 100%, rgba(18,185,157,.14), transparent 32%), var(--night); }
.home-hero::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 58px; align-items: center; padding: 84px 0 98px; }
.hero-copy { max-width: 650px; }
.hero-copy .lead { max-width: 620px; margin: 25px 0 30px; color: #d5cfdd; }
.hero-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; padding: 7px 12px; border: 1px solid rgba(63,224,195,.3); border-radius: 999px; color: #9af9e7; background: rgba(12,10,25,.62); font-size: .76rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.hero-label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 15px var(--mint); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .55; transform: scale(1.35); } }
.hero-notes { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; color: #b8b1c2; font-size: .84rem; font-weight: 700; }
.hero-notes span { display: inline-flex; align-items: center; gap: 7px; }
.hero-notes span::before { content: "✓"; color: var(--mint); }
.hero-visual { position: relative; min-height: 550px; border: 1px solid rgba(255,255,255,.12); border-radius: 120px 28px 120px 28px; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,.43); transform: rotate(1deg); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,7,17,.38), transparent 45%), linear-gradient(0deg, rgba(8,7,17,.35), transparent 35%); }
.hero-visual img { width: 100%; height: 100%; min-height: 550px; object-fit: cover; object-position: 66% center; }
.visual-orbit { position: absolute; z-index: 3; left: -24px; bottom: 36px; width: 170px; padding: 17px; border: 1px solid rgba(255,255,255,.15); border-radius: 21px; color: #fff; background: rgba(18,13,30,.82); backdrop-filter: blur(13px); box-shadow: 0 18px 48px rgba(0,0,0,.28); transform: rotate(-1deg); }
.visual-orbit strong { display: block; color: var(--gold-soft); font-size: 1rem; }
.visual-orbit span { color: #c9c3d0; font-size: .76rem; }

/* Cards and layouts */
.grid-2, .grid-3, .grid-4 { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: var(--r-lg); background: rgba(255,255,255,.9); box-shadow: 0 16px 50px rgba(35,20,56,.075); overflow: hidden; }
.card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--emerald), var(--cyan), var(--magenta)); }
.card h3 { margin-bottom: 10px; }
.card p:last-child { margin-bottom: 0; }
.section-dark .card { color: var(--ink); }
.feature-card { transition: transform .22s, box-shadow .22s, border-color .22s; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(18,185,157,.28); box-shadow: var(--shadow); }
.number-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 19px; border-radius: 50% 50% 50% 14px; color: #fff; background: linear-gradient(145deg, var(--emerald), #176d72 56%, var(--plum-2)); font-size: .95rem; font-weight: 950; box-shadow: 0 12px 30px rgba(18,185,157,.18); }
.text-link { color: #8b287a; font-weight: 850; }
.text-link:hover { color: var(--emerald); }
.tag-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.tag { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: #57536a; background: rgba(255,255,255,.72); font-size: .79rem; font-weight: 760; }
.check-list { list-style: none; padding: 0 !important; }
.check-list li { position: relative; margin-bottom: .62rem; padding-left: 29px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--emerald); font-weight: 950; }
.metric-strip { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 28px; padding-block: 18px; border-block: 1px solid var(--line); }
.metric-strip div { padding-inline: 18px; border-right: 1px solid var(--line); }
.metric-strip div:first-child { padding-left: 0; }
.metric-strip div:last-child { border: 0; }
.metric-strip strong { display: block; color: #70225f; font-size: 1.15rem; }
.metric-strip span { color: var(--muted); font-size: .81rem; }

/* Image panels */
.editorial-image { position: relative; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow); }
.editorial-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.editorial-image::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.13); border-radius: inherit; }
.image-card { padding: 0; }
.image-card::before { display: none; }
.image-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.image-card-body { padding: 27px; }
.kicker { display: inline-block; margin-bottom: 8px; color: #9b2b88; font-size: .76rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.app-showcase { position: relative; min-height: 465px; display: grid; align-items: center; overflow: hidden; border-radius: var(--r-xl); color: #fff; background: var(--night); box-shadow: var(--shadow); }
.app-showcase > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.app-showcase::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,7,17,.12), rgba(8,7,17,.55) 45%, rgba(8,7,17,.98) 74%); }
.app-showcase-copy { position: relative; z-index: 2; width: min(530px, 46%); margin-left: auto; padding: 52px; }
.app-showcase-copy p { color: #d0cad8; }

/* Inner pages */
.page-hero { position: relative; min-height: 405px; display: grid; align-items: end; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 16%, rgba(210,58,181,.24), transparent 29%), radial-gradient(circle at 62% 120%, rgba(18,185,157,.2), transparent 37%), var(--night); }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .16; background-image: repeating-linear-gradient(118deg, transparent 0 42px, rgba(255,255,255,.13) 43px, transparent 44px 86px); }
.page-hero .container { position: relative; z-index: 2; padding: 88px 0 60px; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.2rem, 5vw, 4.2rem); }
.page-hero p { max-width: 760px; margin-top: 18px; color: #cec8d7; font-size: 1.08rem; }
.page-hero.with-image { min-height: 520px; }
.page-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero.with-image::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,7,17,.98), rgba(8,7,17,.78) 49%, rgba(8,7,17,.23)); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 19px; color: #aaa3b3; font-size: .84rem; }
.breadcrumb a { color: #8df8e4; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 46px; align-items: start; }
.article-body { min-width: 0; }
.article-body h2 { margin: 2.2rem 0 .9rem; font-size: clamp(1.58rem, 3vw, 2.28rem); }
.article-body h3 { margin: 1.55rem 0 .65rem; }
.article-body ul, .article-body ol { padding-left: 1.25rem; }
.article-body li { margin-bottom: .58rem; }
.article-body a:not(.btn) { color: #8d2679; text-decoration: underline; text-underline-offset: 3px; }
.sidebar { position: sticky; top: 100px; display: grid; gap: 18px; }
.side-card { padding: 22px; border: 1px solid var(--line); border-radius: var(--r-md); background: #fff; }
.side-card h3 { margin-bottom: 12px; font-size: 1.04rem; }
.side-links { display: grid; gap: 9px; }
.side-links a { padding-bottom: 9px; border-bottom: 1px solid var(--line); color: #57536a; font-size: .9rem; }
.side-links a:hover { color: var(--emerald); }
.notice { padding: 21px 22px; border: 1px solid rgba(18,185,157,.22); border-radius: var(--r-md); background: linear-gradient(135deg, #ecfffa, #f4fffd); }
.notice.warning { border-color: rgba(210,58,181,.2); background: linear-gradient(135deg, #fff3fc, #fff8ed); }
.notice strong { display: block; margin-bottom: 5px; }
.steps { counter-reset: appstep; display: grid; gap: 16px; }
.step { counter-increment: appstep; position: relative; padding: 22px 22px 22px 72px; border: 1px solid var(--line); border-radius: var(--r-md); background: #fff; }
.step::before { content: counter(appstep); position: absolute; left: 20px; top: 20px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50% 50% 50% 11px; color: #fff; background: linear-gradient(145deg, var(--emerald), #256f77); font-weight: 900; }
.step h3 { margin: 0 0 4px; }
.step p { margin: 0; color: var(--muted); }
.table-wrap { margin: 27px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-md); background: #fff; }
table { width: 100%; min-width: 650px; border-collapse: collapse; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: #fff; background: linear-gradient(90deg, var(--plum), #34203c); font-size: .9rem; }
tr:last-child td { border-bottom: 0; }
.faq-list { display: grid; gap: 13px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r-md); background: #fff; overflow: hidden; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 20px; border: 0; color: var(--ink); background: transparent; font-weight: 820; text-align: left; cursor: pointer; }
.faq-question::after { content: "+"; flex: 0 0 auto; color: var(--magenta); font-size: 1.45rem; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { display: none; padding: 0 20px 19px; color: var(--muted); }
.faq-answer.open { display: block; }
.faq-answer p:last-child { margin-bottom: 0; }

/* CTA and footer */
.cta-panel { position: relative; padding: 52px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-xl); color: #fff; background: radial-gradient(circle at 88% 2%, rgba(210,58,181,.3), transparent 28%), radial-gradient(circle at 65% 120%, rgba(18,185,157,.25), transparent 36%), var(--night); box-shadow: var(--shadow); }
.cta-panel h2 { max-width: 760px; }
.cta-panel p { max-width: 720px; margin: 16px 0 25px; color: #ccc6d3; }
.site-footer { color: #b8b1c2; background: #07060d; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .78fr .78fr .9fr; gap: 38px; padding: 68px 0 44px; }
.footer-brand .brand img { width: 202px; max-height: 46px; }
.footer-brand p { max-width: 400px; margin-top: 17px; font-size: .9rem; }
.responsible-note { margin-top: 18px; padding: 14px; border: 1px solid rgba(242,200,111,.18); border-radius: 13px; color: #ddd7e3; background: rgba(255,255,255,.04); font-size: .82rem; }
.footer-col h3 { margin-bottom: 14px; color: #fff; font-size: .96rem; letter-spacing: 0; }
.footer-col a { display: block; padding: 4px 0; font-size: .87rem; }
.footer-col a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 29px; border-top: 1px solid rgba(255,255,255,.08); font-size: .79rem; }
.floating-actions { display: none; }

/* Install modal and feedback */
.modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 18px; opacity: 0; visibility: hidden; background: rgba(4,3,9,.75); backdrop-filter: blur(9px); transition: opacity .25s, visibility .25s; }
.modal.open { opacity: 1; visibility: visible; }
.modal-card { position: relative; width: min(100%, 470px); padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; color: #fff; background: radial-gradient(circle at 90% 0, rgba(210,58,181,.25), transparent 30%), #12101c; box-shadow: 0 30px 90px rgba(0,0,0,.48); transform: translateY(18px) scale(.97); transition: transform .28s; }
.modal.open .modal-card { transform: none; }
.modal-close { position: absolute; top: 13px; right: 13px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); cursor: pointer; }
.modal-card h2 { padding-right: 35px; font-size: 1.7rem; }
.modal-card p { color: #c8c2ce; }
.install-instructions { display: grid; gap: 11px; margin-top: 18px; }
.install-instructions div { padding: 13px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.045); }
.toast { position: fixed; z-index: 600; left: 50%; bottom: 26px; max-width: min(90vw, 520px); padding: 12px 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #fff; background: rgba(12,10,21,.94); box-shadow: 0 16px 45px rgba(0,0,0,.3); opacity: 0; transform: translate(-50%,18px); pointer-events: none; transition: opacity .25s, transform .25s; }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(19px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .main-nav { position: fixed; inset: 76px 0 auto; display: none; padding: 18px 20px 24px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(8,7,17,.98); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 13px 14px; border-radius: 12px; }
  .menu-toggle { display: block; }
  .header-actions .btn { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 460px; }
  .hero-visual img { min-height: 460px; }
  .grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .grid-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .split { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 66px 0; }
  .section-sm { padding: 46px 0; }
  .header-row { min-height: 67px; }
  .main-nav { inset-block-start: 67px; }
  .brand img { width: 145px; max-height: 34px; }
  .age-note { display: none; }
  .home-hero { min-height: auto; }
  .hero-grid { gap: 37px; padding: 56px 0 72px; }
  .hero-copy .lead { font-size: 1rem; }
  .btn-row .btn { width: 100%; }
  .hero-notes { display: grid; gap: 8px; }
  .hero-visual { min-height: 420px; border-radius: 70px 22px 70px 22px; transform: none; }
  .hero-visual img { min-height: 420px; object-position: 65% center; }
  .visual-orbit { left: 14px; bottom: 18px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .card { padding: 23px; }
  .image-card { padding: 0; }
  .metric-strip { grid-template-columns: 1fr; gap: 12px; }
  .metric-strip div, .metric-strip div:first-child { padding: 0 0 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .metric-strip div:last-child { padding-bottom: 0; border-bottom: 0; }
  .app-showcase { min-height: 650px; align-items: end; }
  .app-showcase > img { object-position: 27% center; }
  .app-showcase::before { background: linear-gradient(0deg, rgba(8,7,17,.99), rgba(8,7,17,.79) 52%, rgba(8,7,17,.08)); }
  .app-showcase-copy { width: 100%; padding: 32px 24px; }
  .page-hero, .page-hero.with-image { min-height: 360px; }
  .page-hero .container { padding: 68px 0 44px; }
  .page-hero.with-image::before { background: linear-gradient(0deg, rgba(8,7,17,.98), rgba(8,7,17,.7) 67%, rgba(8,7,17,.24)); }
  .sidebar { grid-template-columns: 1fr; }
  .cta-panel { padding: 32px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 29px; padding-top: 52px; }
  .footer-bottom { display: grid; }
  .floating-actions { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(8,7,17,.94); backdrop-filter: blur(16px); box-shadow: 0 15px 42px rgba(0,0,0,.35); }
  .floating-actions .btn { min-height: 43px; padding: 9px 12px; }
  .site-footer { padding-bottom: 76px; }
  .modal-card { padding: 29px 23px; }
}

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