:root {
  color-scheme: dark;
  --bg: #0a0b0c;
  --panel: #191a1d;
  --panel-2: #202125;
  --text: #f4f4f1;
  --muted: #98999d;
  --faint: #696b70;
  --line: rgba(255,255,255,.10);
  --line-strong: rgba(255,255,255,.17);
  --accent: #d9ff43;
  --accent-dark: #111506;
  --radius: 18px;
  --font: "SF Pro Display", "SF Pro Text", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--font);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--bg); font-family: var(--font); overflow-x: hidden; }
button, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { overflow-wrap: anywhere; }

.site-header { position: sticky; top: 0; z-index: 60; height: 64px; padding: 0 16px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; border-bottom: 1px solid var(--line); background: rgba(10,11,12,.88); backdrop-filter: blur(22px) saturate(150%); }
.brand { width: 96px; flex: 0 0 auto; }
.brand img { width: 100%; }
.main-nav { min-width: 0; display: flex; align-items: center; gap: 5px; }
.main-nav a { padding: 10px 11px; border-radius: 10px; color: #aaa; font-size: .79rem; font-weight: 580; white-space: nowrap; transition: .18s ease; }
.main-nav a:hover { color: #fff; background: rgba(255,255,255,.05); }
.main-nav a.active { color: var(--accent); }
.main-nav a span { margin-left: 4px; padding: 2px 5px; border-radius: 5px; color: #151706; background: var(--accent); font-size: .56rem; font-weight: 820; text-transform: uppercase; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 6px; }
.pricing-link, .login-button, .signup-button { height: 38px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; font-size: .75rem; font-weight: 660; }
.pricing-link { color: #d7d7d3; }
.login-button { border: 1px solid var(--line); color: #e7e7e4; background: #1a1b1e; }
.signup-button { border: 0; color: var(--accent-dark); background: var(--accent); box-shadow: 0 0 28px rgba(217,255,67,.12); }

.home-body main { padding-top: 16px; }
.launch-rail { width: 100%; padding: 0 16px 38px; display: grid; grid-template-columns: minmax(550px, 1.45fr) minmax(380px, .85fr) minmax(380px, .85fr); gap: 16px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
.launch-rail::-webkit-scrollbar, .showcase-row::-webkit-scrollbar { display: none; }
.launch-card { position: relative; height: min(510px, calc(100vh - 135px)); min-height: 420px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); scroll-snap-align: start; isolation: isolate; }
.launch-card video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); }
.launch-wide video { object-position: center 27%; }
.media-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,5,6,.05), rgba(4,5,6,.12) 42%, rgba(4,5,6,.9)); }
.launch-copy { position: absolute; z-index: 2; left: clamp(24px, 3vw, 48px); right: 28px; bottom: clamp(26px, 4vw, 48px); }
.launch-kicker { display: inline-flex; margin-bottom: 13px; padding: 6px 8px; border: 1px solid rgba(255,255,255,.19); border-radius: 7px; color: #fff; background: rgba(0,0,0,.34); backdrop-filter: blur(8px); font-size: .6rem; font-weight: 760; letter-spacing: .1em; }
.launch-copy h1, .launch-copy h2 { margin: 0; color: #fff; font-size: clamp(2.9rem, 5vw, 5.7rem); font-weight: 590; letter-spacing: -.065em; line-height: .9; text-wrap: balance; }
.launch-copy.compact h2 { font-size: clamp(2.15rem, 3.2vw, 3.65rem); }
.launch-copy p { max-width: 420px; margin: 14px 0 0; color: rgba(255,255,255,.7); font-size: .86rem; line-height: 1.45; }
.launch-copy button { height: 45px; margin-top: 21px; padding: 0 18px; display: inline-flex; align-items: center; gap: 27px; border: 0; border-radius: 10px; color: #151606; background: var(--accent); font-size: .74rem; font-weight: 760; }

.quick-start { width: calc(100% - 32px); margin: 0 auto; display: grid; grid-template-columns: minmax(440px, 1.04fr) minmax(540px, 1.15fr); gap: 16px; scroll-margin-top: 80px; }
.campaign-card { position: relative; min-height: 405px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #17181b; }
.campaign-card > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.campaign-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,9,.93), rgba(7,8,9,.66) 54%, rgba(7,8,9,.1)), linear-gradient(180deg, transparent 55%, rgba(7,8,9,.58)); }
.campaign-content { position: relative; z-index: 2; padding: clamp(27px, 3.3vw, 48px); }
.campaign-content > p, .section-bar p, .brand-band p, .plans > p { margin: 0 0 13px; color: var(--accent); font-size: .62rem; font-weight: 780; letter-spacing: .12em; }
.campaign-content h2 { max-width: 560px; margin: 0; font-size: clamp(3.1rem, 5.1vw, 5.4rem); font-weight: 620; letter-spacing: -.065em; line-height: .88; }
.campaign-content h2 em { color: var(--accent); font-style: normal; }
.campaign-content ul { margin: 25px 0 29px; padding: 0; display: grid; gap: 9px; list-style: none; }
.campaign-content li { color: #c8c8c5; font-size: .77rem; }
.campaign-content li::before { content: "✓"; margin-right: 10px; color: var(--accent); }
.campaign-content button, .section-bar > button, .stage-actions button, .brand-band > button, .plans button { height: 46px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; border: 0; border-radius: 10px; color: var(--accent-dark); background: var(--accent); font-size: .74rem; font-weight: 760; }

.tool-launcher { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(2, 1fr); gap: 10px; }
.launcher-card { position: relative; min-width: 0; padding: 19px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 15px; color: var(--text); background: linear-gradient(145deg, #222326, #191a1d); text-align: left; transition: .2s ease; }
.launcher-card:hover { border-color: rgba(217,255,67,.34); transform: translateY(-2px); background: #242528; }
.launcher-card.featured { background: radial-gradient(circle at 90% 0%, rgba(217,255,67,.11), transparent 38%), linear-gradient(145deg, #252629, #1a1b1e); }
.launcher-icon { width: 34px; height: 34px; margin-bottom: auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: #f1f1ed; background: rgba(255,255,255,.04); font-size: .88rem; }
.launcher-card strong { margin-top: 17px; font-size: .86rem; font-weight: 690; }
.launcher-card small { min-height: 32px; margin-top: 5px; color: #7f8085; font-size: .68rem; line-height: 1.4; }
.launcher-card > b { margin-top: 10px; padding: 4px 7px; border-radius: 6px; color: #aaa; background: rgba(255,255,255,.055); font-size: .56rem; font-weight: 600; }
.tool-state { position: absolute; top: 15px; right: 15px; padding: 4px 7px; border-radius: 5px; color: #121504; background: var(--accent); font-size: .55rem; font-weight: 850; text-transform: uppercase; }
.tool-state.new { color: #fff; background: #6659ff; }

.showcase, .templates { padding: 96px 0 0; scroll-margin-top: 76px; }
.section-bar { width: calc(100% - 32px); margin: 0 auto 25px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-bar h2 { max-width: 800px; margin: 0; font-size: clamp(2.35rem, 4.7vw, 5rem); font-weight: 600; letter-spacing: -.06em; line-height: .93; }
.section-bar > button { flex: 0 0 auto; color: #ecece8; background: #202125; border: 1px solid var(--line); }
.showcase-row { display: grid; grid-template-columns: .8fr 1.23fr 1.23fr .8fr; gap: 12px; padding: 0 16px; overflow-x: auto; scrollbar-width: none; }
.showcase-card { position: relative; height: 475px; min-width: 290px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--panel); }
.showcase-card > img, .showcase-card > video { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.showcase-card:hover > img, .showcase-card:hover > video { transform: scale(1.025); }
.showcase-card::after, .template-card::after { content: ""; position: absolute; inset: 52% 0 0; background: linear-gradient(transparent, rgba(5,6,7,.9)); pointer-events: none; }
.showcase-card > span, .template-card > span { position: absolute; z-index: 2; left: 17px; right: 17px; bottom: 16px; display: grid; gap: 4px; }
.showcase-card b, .template-card b { color: #fff; font-size: .84rem; font-weight: 680; }
.showcase-card small, .template-card small { color: rgba(255,255,255,.6); font-size: .66rem; }

.feature-stage { position: relative; width: calc(100% - 32px); min-height: 760px; margin: 96px auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #131416; scroll-margin-top: 78px; }
.stage-media, .stage-media video, .stage-gradient { position: absolute; inset: 0; width: 100%; height: 100%; }
.stage-media video { object-fit: cover; object-position: center 54%; }
.stage-gradient { background: linear-gradient(90deg, rgba(5,6,7,.94), rgba(5,6,7,.72) 42%, rgba(5,6,7,.12) 75%), linear-gradient(180deg, transparent 55%, rgba(5,6,7,.72)); }
.stage-copy { position: absolute; z-index: 2; left: clamp(28px, 5vw, 75px); top: 50%; width: min(610px, 52%); transform: translateY(-50%); }
.live-pill { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 19px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; background: rgba(0,0,0,.24); font-size: .59rem; font-weight: 750; letter-spacing: .1em; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); }
.stage-copy h2 { margin: 0; font-size: clamp(3.4rem, 6.5vw, 7.6rem); font-weight: 610; letter-spacing: -.07em; line-height: .86; }
.stage-copy > p { max-width: 560px; margin: 27px 0 0; color: rgba(255,255,255,.64); font-size: .91rem; line-height: 1.65; }
.stage-actions { margin-top: 28px; display: flex; align-items: center; gap: 20px; }
.stage-actions a { color: #d6d6d2; font-size: .75rem; font-weight: 650; }
.stage-specs { position: absolute; z-index: 2; right: 25px; bottom: 24px; display: flex; gap: 8px; }
.stage-specs span { min-width: 103px; padding: 13px; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: rgba(255,255,255,.55); background: rgba(8,9,10,.55); backdrop-filter: blur(12px); font-size: .59rem; }
.stage-specs b { color: #fff; font-size: .73rem; }

.compact-bar { align-items: center; }
.filter-pills { display: flex; gap: 5px; padding: 4px; border: 1px solid var(--line); border-radius: 11px; background: #161719; }
.filter-pills button { padding: 8px 12px; border: 0; border-radius: 8px; color: #88898e; background: transparent; font-size: .68rem; }
.filter-pills button.active { color: #101204; background: var(--accent); font-weight: 750; }
.template-grid { width: calc(100% - 32px); margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); grid-auto-rows: 250px; gap: 10px; }
.template-card { position: relative; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; color: #fff; background: var(--panel); text-align: left; }
.template-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.template-card:hover img { transform: scale(1.025); }
.template-card.tall { grid-row: span 2; }
.template-card.wide { grid-column: span 2; }

.brand-band { width: calc(100% - 32px); margin: 96px auto 0; padding: clamp(35px, 5vw, 72px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; border: 1px solid rgba(217,255,67,.22); border-radius: 22px; background: radial-gradient(circle at 0% 50%, rgba(217,255,67,.13), transparent 27%), #17191a; scroll-margin-top: 78px; }
.brand-band > img { width: 60px; height: 60px; border-radius: 17px; }
.brand-band p { margin-bottom: 11px; }
.brand-band h2 { margin: 0; font-size: clamp(2rem, 4vw, 4.25rem); font-weight: 600; letter-spacing: -.055em; line-height: .96; }
.plans { margin-top: 96px; padding: 105px 20px 115px; display: flex; flex-direction: column; align-items: center; border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 100%, rgba(217,255,67,.08), transparent 34%); text-align: center; scroll-margin-top: 70px; }
.plans h2 { margin: 0; font-size: clamp(3rem, 6vw, 6.8rem); font-weight: 600; letter-spacing: -.07em; line-height: .89; }
.plans button { margin-top: 30px; }

.site-footer { width: calc(100% - 32px); margin: 0 auto; padding: 40px 0 44px; display: grid; grid-template-columns: 1fr auto auto auto; align-items: end; gap: 50px; border-top: 1px solid var(--line); }
.footer-brand img { width: 88px; }
.footer-brand p { margin: 11px 0 0; color: var(--faint); font-size: .68rem; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer a, .site-footer > p { margin: 0; color: #85868a; font-size: .68rem; }

.overline { margin: 0 0 12px; color: var(--faint); font-size: .63rem; font-weight: 760; letter-spacing: .14em; }
.secondary-button, .legal-home-button { min-height: 40px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 10px; color: #d3d3cf; background: #1c1d20; font-size: .72rem; }
.tool-dialog { width: min(470px, calc(100vw - 30px)); padding: 31px; border: 1px solid var(--line-strong); border-radius: 22px; color: var(--text); background: #18191c; box-shadow: 0 45px 140px rgba(0,0,0,.75); }
.tool-dialog::backdrop { background: rgba(2,3,4,.76); backdrop-filter: blur(14px); }
.dialog-close { position: absolute; right: 15px; top: 15px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 9px; color: #aaa; background: #222326; font-size: 1.05rem; }
.dialog-mark { width: 50px; height: 50px; margin-bottom: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; }
.dialog-mark img { width: 100%; height: 100%; object-fit: cover; }
.tool-dialog h2 { margin: 0; font-size: 2.35rem; font-weight: 620; letter-spacing: -.05em; }
.tool-dialog > p:not(.overline) { margin: 14px 0 26px; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.dialog-primary { width: 100%; height: 48px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 10px; color: var(--accent-dark); background: var(--accent); font-size: .75rem; font-weight: 760; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; padding: 11px 15px; border: 1px solid var(--line-strong); border-radius: 10px; color: #fff; background: rgba(29,30,33,.96); font-size: .73rem; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: .18s ease; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

/* Legal pages */
.legal-body { background: radial-gradient(circle at 50% -5%, rgba(217,255,67,.055), transparent 30%), var(--bg); }
.legal-shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 86px 0 110px; display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: clamp(50px, 8vw, 110px); }
.legal-aside { position: sticky; top: 112px; height: fit-content; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: .76rem; }
.legal-back span { font-size: 1rem; }
.legal-aside nav { margin-top: 33px; display: grid; gap: 4px; }
.legal-aside nav a { padding: 8px 0; color: var(--faint); font-size: .73rem; }
.legal-aside nav a:hover { color: var(--text); }
.legal-content { min-width: 0; }
.legal-hero { padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 6vw, 6rem); font-weight: 600; letter-spacing: -.06em; line-height: .9; }
.legal-meta { margin: 22px 0 0; color: var(--faint); font-size: .75rem; }
.legal-summary { margin: 35px 0 0; padding: 22px 24px; border: 1px solid var(--line); border-radius: 16px; color: #c5c5c1; background: rgba(255,255,255,.025); font-size: .9rem; line-height: 1.7; }
.legal-section { padding: 40px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.legal-section h2 { margin: 0 0 16px; font-size: 1.35rem; font-weight: 650; letter-spacing: -.025em; }
.legal-section h3 { margin: 25px 0 10px; font-size: .95rem; font-weight: 650; }
.legal-section p, .legal-section li { color: var(--muted); font-size: .88rem; line-height: 1.75; }
.legal-section p { margin: 0 0 13px; }
.legal-section ul, .legal-section ol { margin: 11px 0 15px; padding-left: 21px; }
.legal-section li + li { margin-top: 7px; }
.legal-section a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.legal-table { width: 100%; margin-top: 18px; border-collapse: collapse; }
.legal-table th, .legal-table td { padding: 13px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { color: #c8c8c4; background: rgba(255,255,255,.035); font-size: .74rem; }
.legal-table td { color: var(--muted); font-size: .78rem; line-height: 1.55; }
.legal-contact { padding: 24px; border: 1px solid rgba(217,255,67,.2); border-radius: 16px; background: rgba(217,255,67,.035); }

/* Support page */
.support-hero { position: relative; }
.support-hero h1 { max-width: 820px; }
.support-primary { width: 100%; min-height: 64px; margin-top: 18px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(217,255,67,.32); border-radius: 14px; color: var(--accent-dark); background: var(--accent); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.support-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 48px rgba(217,255,67,.10); }
.support-primary span { font-size: .78rem; font-weight: 780; }
.support-primary strong { font-size: .75rem; font-weight: 650; }
.support-note { margin-top: 24px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.support-note strong { display: block; margin-bottom: 7px; color: #deded9; font-size: .8rem; }
.support-note p { margin: 0; font-size: .79rem; }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.support-card { min-height: 190px; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); text-decoration: none !important; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.support-card:hover { transform: translateY(-2px); border-color: rgba(217,255,67,.28); background: linear-gradient(145deg, rgba(217,255,67,.07), rgba(255,255,255,.018)); }
.support-card-icon { width: 36px; height: 36px; margin-bottom: 25px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; color: var(--accent); background: rgba(255,255,255,.035); font-size: .95rem; }
.support-card strong { color: #efefeb; font-size: .9rem; }
.support-card p { margin: 7px 0 15px; color: var(--muted); font-size: .74rem; line-height: 1.5; }
.support-card small { margin-top: auto; color: var(--accent); font-size: .66rem; font-weight: 700; }
.support-faq { margin-top: 17px; border-top: 1px solid var(--line); }
.support-faq details { border-bottom: 1px solid var(--line); }
.support-faq summary { position: relative; padding: 19px 42px 19px 0; color: #deded9; font-size: .86rem; font-weight: 620; list-style: none; cursor: pointer; }
.support-faq summary::-webkit-details-marker { display: none; }
.support-faq summary::after { content: "+"; position: absolute; top: 50%; right: 4px; color: var(--faint); font-size: 1.15rem; font-weight: 350; transform: translateY(-50%); transition: transform .2s ease, color .2s ease; }
.support-faq details[open] summary::after { color: var(--accent); transform: translateY(-50%) rotate(45deg); }
.support-faq details > div { padding: 0 42px 18px 0; }
.support-faq details > div p { margin: 0; font-size: .82rem; }
.support-contact { padding: clamp(26px, 5vw, 46px); }
.support-contact h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 610; letter-spacing: -.055em; }
.support-contact > p:not(.overline) { max-width: 610px; }
.support-inline-button { min-height: 46px; margin-top: 12px; padding: 0 16px; display: inline-flex; align-items: center; gap: 34px; border-radius: 10px; color: var(--accent-dark) !important; background: var(--accent); font-size: .72rem; font-weight: 760; text-decoration: none !important; }

@media (max-width: 1120px) {
  .home-nav a:nth-child(4), .home-nav a:nth-child(5) { display: none; }
  .quick-start { grid-template-columns: 1fr; }
  .tool-launcher { min-height: 390px; }
  .showcase-row { grid-template-columns: repeat(4, 360px); }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { justify-self: end; }
}

@media (max-width: 760px) {
  .site-header { height: 62px; grid-template-columns: 1fr auto; padding: 0 13px; }
  .home-nav, .pricing-link, .login-button { display: none; }
  .brand { width: 92px; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card { min-height: 168px; }
  .support-primary { min-height: 58px; padding: 0 16px; }
  .support-primary strong { font-size: .67rem; }
  .signup-button { height: 36px; padding: 0 13px; }
  .home-body main { padding-top: 11px; }
  .launch-rail { padding: 0 11px 22px; grid-template-columns: 88vw 82vw 82vw; gap: 10px; }
  .launch-card { height: 570px; min-height: 0; border-radius: 16px; }
  .launch-copy { left: 22px; right: 20px; bottom: 24px; }
  .launch-copy h1 { font-size: 3.35rem; }
  .launch-copy.compact h2 { font-size: 2.55rem; }
  .quick-start, .feature-stage, .template-grid, .brand-band, .site-footer { width: calc(100% - 22px); }
  .campaign-card { min-height: 545px; }
  .campaign-overlay { background: linear-gradient(180deg, rgba(7,8,9,.18), rgba(7,8,9,.88) 53%, rgba(7,8,9,.96)); }
  .campaign-content { position: absolute; inset: auto 0 0; padding: 27px 23px; }
  .campaign-content h2 { font-size: 3.6rem; }
  .tool-launcher { min-height: 0; grid-template-columns: repeat(2, minmax(0,1fr)); grid-template-rows: repeat(3, 180px); }
  .launcher-card { padding: 16px; }
  .showcase, .templates { padding-top: 72px; }
  .section-bar { width: calc(100% - 22px); align-items: flex-start; flex-direction: column; gap: 19px; }
  .section-bar h2 { font-size: 2.8rem; }
  .section-bar > button { height: 41px; }
  .showcase-row { grid-template-columns: repeat(4, 78vw); padding: 0 11px; gap: 9px; }
  .showcase-card { height: 440px; min-width: 0; }
  .feature-stage { min-height: 700px; margin-top: 72px; }
  .stage-gradient { background: linear-gradient(180deg, rgba(5,6,7,.05), rgba(5,6,7,.24) 35%, rgba(5,6,7,.95) 71%); }
  .stage-copy { left: 22px; right: 22px; top: auto; bottom: 112px; width: auto; transform: none; }
  .stage-copy h2 { font-size: 3.55rem; }
  .stage-copy > p { font-size: .81rem; }
  .stage-specs { left: 22px; right: 22px; bottom: 20px; }
  .stage-specs span { min-width: 0; flex: 1; padding: 10px; }
  .compact-bar { align-items: flex-start; }
  .filter-pills { max-width: 100%; overflow-x: auto; }
  .template-grid { grid-template-columns: repeat(2, minmax(0,1fr)); grid-auto-rows: 190px; }
  .template-card.wide { grid-column: span 2; }
  .brand-band { margin-top: 72px; padding: 30px 24px; grid-template-columns: auto 1fr; gap: 20px; }
  .brand-band > img { width: 48px; height: 48px; }
  .brand-band > button { grid-column: 1 / -1; width: 100%; }
  .brand-band h2 { font-size: 2.45rem; }
  .plans { margin-top: 72px; padding: 82px 20px 90px; }
  .plans h2 { font-size: 3.35rem; }
  .site-footer { grid-template-columns: 1fr; align-items: start; gap: 25px; }
  .site-footer nav { flex-wrap: wrap; }
  .site-footer > p { justify-self: start; }
  .legal-shell { width: calc(100% - 28px); padding-top: 58px; grid-template-columns: 1fr; gap: 35px; }
  .legal-aside { position: static; }
  .legal-aside nav { display: none; }
  .legal-table { display: block; overflow-x: auto; }
}

@media (max-width: 420px) {
  .launch-card { height: 530px; }
  .launch-copy h1 { font-size: 3rem; }
  .campaign-content h2 { font-size: 3.25rem; }
  .launcher-card small { font-size: .64rem; }
  .stage-copy h2 { font-size: 3.1rem; }
  .template-grid { grid-auto-rows: 175px; }
}

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