:root {
  --yellow: #ffd51f;
  --yellow-dark: #e6b900;
  --black: #070707;
  --panel: #121212;
  --panel-2: #181818;
  --line: #302e24;
  --text: #fff8d9;
  --muted: #aaa58f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding-bottom: 86px; overflow-x: hidden; background: var(--black); color: var(--text); font-family: "DM Sans", sans-serif; }
img { display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

.home-nav { width: min(1240px, calc(100% - 40px)); height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.home-brand { display: flex; align-items: center; gap: 11px; font: 700 20px "Space Grotesk", sans-serif; }
.home-logo { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--yellow); transform: rotate(-5deg); box-shadow: 0 6px 20px rgba(255,213,31,.2); }
.home-logo svg { width: 28px; fill: none; stroke: #080808; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
.home-brand > span:last-child { line-height: .85; }
.home-brand > span > span { color: var(--yellow); }
.home-brand small { display: block; margin-top: 7px; color: #817c6c; font: 700 8px "DM Sans"; letter-spacing: 3px; }
.home-nav nav { display: flex; align-items: center; gap: 22px; }
.home-nav nav a { color: #bbb6a3; font-size: 12px; font-weight: 600; }
.home-nav nav a:hover { color: var(--yellow); }
.nav-actions { display: flex; align-items: center; gap: 17px; font-size: 11px; font-weight: 700; }
.login-link { color: #d4cfbc; }
.nav-cta { padding: 11px 16px; border-radius: 10px; background: var(--yellow); color: #111; }
.home-menu { display: none; border: 0; color: var(--yellow); background: transparent; font-size: 22px; }
.language-menu { position: relative; }
.language-trigger { min-height: 34px; padding: 0 9px; display: flex; align-items: center; gap: 6px; border: 1px solid #39362a; border-radius: 9px; color: #bbb6a3; background: #111; font-size: 10px; }
.language-trigger > span { color: var(--yellow); font-size: 14px; }
.language-trigger small { padding: 3px 5px; border-radius: 5px; color: #111; background: var(--yellow); font-size: 7px; font-weight: 900; }
.language-dropdown { width: 230px; display: none; position: absolute; top: calc(100% + 10px); right: 0; padding: 10px; border: 1px solid #3b382b; border-radius: 14px; background: #131313; box-shadow: 0 20px 60px rgba(0,0,0,.55); }
.language-menu.open .language-dropdown { display: grid; gap: 4px; }
.language-dropdown > span { padding: 6px 7px 10px; color: #777365; font-size: 7px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.language-dropdown button { min-height: 35px; padding: 0 8px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; border: 0; border-radius: 8px; color: #c7c1ad; background: transparent; text-align: left; font-size: 10px; }
.language-dropdown button:hover,.language-dropdown button.active { color: white; background: #26230f; }
.language-dropdown button b { color: var(--yellow); font-size: 8px; }
.language-dropdown button i { display: none; color: var(--yellow); font-style: normal; }
.language-dropdown button.active i { display: block; }
.hero-proof b { font-weight: 500; }

.hero { min-height: 690px; padding: 75px max(30px, calc((100vw - 1160px)/2)) 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; overflow: hidden; border-top: 1px solid #1f1f1b; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 45%, rgba(255,213,31,.08), transparent 30%), linear-gradient(120deg, transparent 55%, rgba(255,213,31,.025)); pointer-events: none; }
.hero-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; right: 8%; top: 20%; background: rgba(255,213,31,.07); filter: blur(80px); }
.hero-copy { position: relative; z-index: 2; }
.hero-label { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid #39351d; border-radius: 99px; background: #171507; color: #d4c872; font-size: 8px; font-weight: 800; letter-spacing: 1.1px; }
.hero-label i { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 10px var(--yellow); }
.hero h1 { max-width: 650px; margin: 24px 0 19px; font: 700 clamp(44px, 5.2vw, 72px)/1.02 "Space Grotesk", sans-serif; letter-spacing: -3px; }
.hero h1 span { color: var(--yellow); }
.hero h1 > span:first-child { color: var(--text); }
.hero-copy > p { max-width: 590px; color: #bbb6a3; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 23px; margin: 30px 0 24px; }
.main-cta { padding: 15px 20px; border-radius: 12px; background: var(--yellow); color: #111; font-size: 12px; font-weight: 800; box-shadow: 0 12px 30px rgba(255,213,31,.17); }
.watch-link { display: flex; align-items: center; gap: 9px; color: #ddd7c2; font-size: 11px; font-weight: 700; }
.watch-link b { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #494636; border-radius: 50%; color: var(--yellow); font-size: 9px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; color: #777365; font-size: 9px; }
.hero-proof span::first-letter { color: var(--yellow); }
.hero-conversion { width: min(520px,100%); margin-top: 22px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.hero-conversion div { min-height: 82px; padding: 14px; border: 1px solid #3d3720; border-radius: 14px; background: linear-gradient(145deg,rgba(255,213,31,.08),rgba(18,18,18,.92)); box-shadow: 0 18px 45px rgba(0,0,0,.22); }
.hero-conversion strong,.hero-conversion span { display: block; }
.hero-conversion strong { color: var(--yellow); font: 700 24px/1 "Space Grotesk"; }
.hero-conversion span { margin-top: 7px; color: #c7c0a8; font-size: 8px; line-height: 1.35; }

.hero-visual { min-height: 640px; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; }
.hero-video-grid { position: relative; z-index: 3; width: min(590px,100%); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.hero-video-tile { height: 295px; overflow: hidden; border: 1px solid rgba(255,213,31,.24); border-radius: 24px; background: #050505; box-shadow: 0 24px 60px rgba(0,0,0,.46); }
.hero-loop-video { width: 100%; height: 100%; display: block; object-fit: cover; background: #050505; }
.hero-video-trigger { cursor: default; transition: filter .25s ease,box-shadow .25s ease,opacity .25s ease; }
.hero-video-trigger:not(.playing):hover,.hero-video-trigger:not(.playing):focus-visible { filter: brightness(1.05); box-shadow: 0 30px 80px rgba(0,0,0,.62),0 0 0 2px rgba(255,213,31,.45); outline: none; }
.phone-back-play { width: 48px; height: 48px; position: absolute; z-index: 4; inset: 0; margin: auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; color: #111!important; background: var(--yellow); box-shadow: 0 13px 35px rgba(0,0,0,.5); font-size: 16px; transform: none!important; }
.hero-inline-video { width: 100%; height: 100%; display: none; object-fit: cover; background: #000; }
.hero-inline-video,.video-example-media video { pointer-events: none; }
.hero-video-trigger > img { display: none; }
.hero-video-trigger > .hero-inline-video { display: block; }
.hero-video-stop { position: absolute; right: 13px; top: 13px; z-index: 8; display: none; padding: 9px 11px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: white; background: rgba(0,0,0,.68); backdrop-filter: blur(10px); font-size: 9px; font-weight: 900; letter-spacing: .2px; cursor: pointer; box-shadow: 0 10px 25px rgba(0,0,0,.38); }
.hero-video-stop:hover,.hero-video-stop:focus-visible { border-color: var(--yellow); color: #111; background: var(--yellow); outline: none; }
.hero-video-trigger.playing { z-index: 5; opacity: 1; transform: rotate(0); cursor: default; box-shadow: 0 30px 80px rgba(0,0,0,.68),0 0 0 2px rgba(255,213,31,.42); }
.hero-video-trigger.playing > img,.hero-video-trigger.playing > .phone-back-name,.hero-video-trigger.playing > .phone-back-play,.hero-video-trigger.playing > .phone-front-play,.hero-video-trigger.playing > .phone-top,.hero-video-trigger.playing > .phone-caption { display: none; }
.hero-video-trigger.playing > .hero-inline-video { display: block; }
.hero-video-trigger.playing > .hero-video-stop { display: none; }
.visual-orbit { position: absolute; border: 1px solid rgba(255,213,31,.1); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; top: 45px; left: 40px; }
.orbit-two { width: 370px; height: 370px; top: 105px; left: 100px; }
.phone-card { position: absolute; overflow: hidden; border: 1px solid #3c3826; border-radius: 27px; background: #131313; box-shadow: 0 35px 80px rgba(0,0,0,.55); }
.phone-card img { width: 100%; height: 100%; object-fit: cover; }
.phone-front { width: 260px; height: 485px; left: 290px; top: 22px; z-index: 3; transform: none; opacity: 1; }
.phone-front img { object-position: center top; }
.phone-back { width: 260px; height: 485px; left: 18px; top: 22px; opacity: 1; transform: none; }
.phone-back span { position: absolute; left: 15px; bottom: 15px; padding: 6px 9px; border-radius: 99px; background: var(--yellow); color: #111; font-size: 8px; font-weight: 800; }
.phone-back img { object-position: center top; }
.demo-proposals img,.demo-story-character img,.demo-result-phone img,.demo-viral-preview img { object-position: center top; }
.phone-top { position: absolute; inset: 0 0 auto; z-index: 2; padding: 14px; display: flex; align-items: center; gap: 6px; background: linear-gradient(rgba(0,0,0,.7), transparent); font-size: 8px; font-weight: 700; }
.phone-top i { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); }
.phone-top small { margin-left: auto; color: #aaa; }
.phone-front-play { width: 53px; height: 53px; position: absolute; z-index: 4; inset: 0; margin: auto; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); background: rgba(0,0,0,.55); color: white; }
.phone-caption { position: absolute; left: 10px; right: 10px; bottom: 35px; text-align: center; font-size: 13px; font-weight: 800; text-shadow: 0 2px 5px black; }
.phone-back-play,.phone-front-play,.phone-back-name,.phone-top,.phone-caption { display: none; }
.hero-image-reel { position: absolute; left: 2px; right: 0; bottom: 0; z-index: 4; height: 145px; overflow: hidden; border: 1px solid rgba(255,213,31,.2); border-radius: 22px; background: linear-gradient(180deg,rgba(16,16,16,.78),rgba(7,7,7,.96)); box-shadow: 0 22px 60px rgba(0,0,0,.42); mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.hero-image-track { width: max-content; height: 100%; display: flex; align-items: center; gap: 12px; padding: 11px; animation: heroImageScroll 36s linear infinite; }
.hero-image-track img { width: 89px; height: 123px; flex: 0 0 auto; object-fit: cover; border-radius: 16px; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 14px 30px rgba(0,0,0,.38); }
@keyframes heroImageScroll { to { transform: translateX(-50%); } }
.floating-card { position: absolute; z-index: 5; border: 1px solid #3b3827; background: rgba(18,18,18,.92); backdrop-filter: blur(12px); border-radius: 12px; box-shadow: 0 15px 35px rgba(0,0,0,.4); }
.identity { left: 20px; bottom: 26px; padding: 11px; display: flex; gap: 9px; align-items: center; }
.identity b { width: 26px; height: 26px; border-radius: 50%; background: var(--yellow); color: #111; display: grid; place-items: center; }
.identity strong, .identity small { display: block; }
.identity strong { font-size: 9px; }
.identity small { color: var(--muted); font-size: 7px; margin-top: 2px; }
.format { right: 15px; top: 75px; padding: 10px 13px; }
.format strong, .format small { display: block; }
.format strong { color: var(--yellow); font-size: 17px; }
.format small { color: var(--muted); font-size: 7px; }

.trust-strip { min-height: 112px; border-top: 1px solid #24231d; border-bottom: 1px solid #24231d; display: grid; grid-template-columns: 190px minmax(0,1fr); align-items: center; overflow: hidden; background: #090909; }
.platforms-label { height: 100%; padding: 25px 26px 25px max(26px,calc((100vw - 1240px)/2)); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #29271f; position: relative; z-index: 2; background: #090909; white-space: nowrap; }
.platforms-label span { color: var(--yellow); font-size: 7px; font-weight: 900; letter-spacing: 2px; }
.platforms-label strong { margin-top: 5px; color: #d4ceb8; font-size: 10px; }
.platform-marquee { min-width: 0; overflow: hidden; position: relative; mask-image: linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent); }
.platform-track { width: max-content; display: flex; animation: platformScroll 42s linear infinite; will-change: transform; }
.platform-marquee:hover .platform-track { animation-play-state: paused; }
.platform-set { display: flex; align-items: center; gap: 10px; padding: 17px 5px; }
.platform-pill { min-width: 168px; height: 67px; padding: 10px 13px; display: flex; align-items: center; gap: 10px; border: 1px solid #302e25; border-radius: 13px; background: linear-gradient(145deg,#151515,#0e0e0e); }
.platform-logo { width: 38px; height: 38px; flex: 0 0 38px; display: block; border-radius: 11px; box-shadow: 0 10px 22px rgba(0,0,0,.28); }
.platform-pill span,.platform-pill b,.platform-pill small { display: block; }
.platform-pill b { color: #e3ddc7; font-size: 10px; }
.platform-pill small { margin-top: 3px; color: #68655b; font-size: 6px; }
@keyframes platformScroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .platform-track { animation-play-state: paused; }
}
.home-stats { width: min(1100px, calc(100% - 40px)); margin: 35px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 17px; background: #10100f; overflow: hidden; }
.home-stats article { padding: 21px; text-align: center; border-right: 1px solid var(--line); }
.home-stats article:last-child { border-right: 0; }
.home-stats strong, .home-stats span { display: block; }
.home-stats strong { color: var(--yellow); font: 700 25px "Space Grotesk"; }
.home-stats span { margin-top: 4px; color: var(--muted); font-size: 8px; }

.desire-strip { width: min(1100px, calc(100% - 40px)); margin: 55px auto 15px; padding: 28px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: center; border: 1px solid #4a421c; border-radius: 22px; background: radial-gradient(circle at 88% 20%,rgba(255,213,31,.16),transparent 28%),linear-gradient(135deg,#1c1908,#0e0e0d 70%); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.desire-strip article > span { color: var(--yellow); font-size: 8px; font-weight: 900; letter-spacing: 2px; }
.desire-strip h2 { margin: 9px 0; font: 700 34px/1.06 "Space Grotesk"; letter-spacing: -1.2px; }
.desire-strip p { margin: 0; color: #b9b39d; font-size: 11px; line-height: 1.65; }
.desire-points { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.desire-points div { min-height: 96px; padding: 16px; border: 1px solid #3a3523; border-radius: 14px; background: rgba(11,11,10,.72); }
.desire-points b,.desire-points small { display: block; }
.desire-points b { color: var(--yellow); font-size: 11px; }
.desire-points small { margin-top: 7px; color: var(--muted); font-size: 8px; line-height: 1.45; }

.video-examples { width: min(1180px, calc(100% - 40px)); margin: 60px auto 25px; padding: 42px; border: 1px solid #34301e; border-radius: 28px; background: radial-gradient(circle at 50% 0, rgba(255,213,31,.16), transparent 32%), linear-gradient(180deg,#11110f,#090909); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.video-examples-head { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.video-examples-head span { color: var(--yellow); font-size: 8px; font-weight: 900; letter-spacing: 2px; }
.video-examples-head h2 { margin: 9px 0 10px; font: 700 42px/1.05 "Space Grotesk"; letter-spacing: -1.6px; }
.video-examples-head p { margin: 0 auto; max-width: 650px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.video-example-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.video-example-card { overflow: hidden; border: 1px solid #2d2b23; border-radius: 22px; background: #111; box-shadow: 0 24px 55px rgba(0,0,0,.28); }
.video-example-media { height: 390px; position: relative; overflow: hidden; background: #050505; }
.video-example-media video { width: 100%; height: 100%; display: block; object-fit: cover; background: #050505; }
.video-example-media > span { position: absolute; left: 15px; top: 15px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #111; background: var(--yellow); font-size: 12px; font-weight: 900; box-shadow: 0 10px 25px rgba(0,0,0,.35); }
.video-example-media::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; pointer-events: none; background: linear-gradient(transparent, rgba(0,0,0,.82)); }
.video-example-card.placeholder .video-example-media video { filter: brightness(.78) saturate(1.05); }
.video-example-card.placeholder .video-example-media b { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 2; padding: 12px 14px; border: 1px solid rgba(255,213,31,.35); border-radius: 12px; color: var(--yellow); background: rgba(10,10,10,.78); font-size: 10px; text-align: center; letter-spacing: .8px; text-transform: uppercase; }
.video-example-copy { padding: 20px; }
.video-example-copy small { color: var(--yellow); font-size: 7px; font-weight: 900; letter-spacing: 1.7px; }
.video-example-copy h3 { margin: 8px 0 9px; font: 700 20px/1.12 "Space Grotesk"; letter-spacing: -.5px; }
.video-example-copy p { min-height: 55px; margin: 0 0 18px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.video-example-copy a { display: inline-flex; align-items: center; justify-content: center; padding: 11px 13px; border-radius: 10px; color: #111; background: var(--yellow); font-size: 9px; font-weight: 900; }

.result-image-showcase { width: min(1180px, calc(100% - 40px)); margin: 24px auto 70px; padding: 32px 0 38px; overflow: hidden; }
.result-image-head { max-width: 740px; margin: 0 auto 22px; text-align: center; }
.result-image-head span { color: var(--yellow); font-size: 8px; font-weight: 900; letter-spacing: 2px; }
.result-image-head h2 { margin: 9px 0 0; font: 700 34px/1.08 "Space Grotesk"; letter-spacing: -1.2px; }
.result-image-reel { overflow: hidden; border: 1px solid rgba(255,213,31,.18); border-radius: 26px; background: linear-gradient(180deg,rgba(17,17,15,.88),rgba(8,8,8,.96)); box-shadow: 0 28px 80px rgba(0,0,0,.35); mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); }
.result-image-track { width: max-content; display: flex; gap: 16px; padding: 18px; animation: resultImageScroll 78s linear infinite; }
.result-image-track img { width: 190px; height: 338px; flex: 0 0 auto; object-fit: cover; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; box-shadow: 0 18px 42px rgba(0,0,0,.42); }
@keyframes resultImageScroll { to { transform: translateX(-50%); } }

.product-demo { width: min(1180px,calc(100% - 40px)); margin: 105px auto 125px; }
.demo-intro { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.demo-intro > span { color: var(--yellow); font-size: 8px; font-weight: 900; letter-spacing: 2px; }
.demo-intro h2 { margin: 10px 0; font: 700 clamp(35px,5vw,54px)/1.05 "Space Grotesk"; letter-spacing: -2px; }
.demo-intro p { color: var(--muted); font-size: 12px; }
.demo-duration { display: inline-flex; align-items: center; gap: 7px; margin-top: 10px; padding: 7px 11px; border: 1px solid #3e3920; border-radius: 99px; background: #171507; }
.demo-duration i { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 9px var(--yellow); }
.demo-duration strong { color: #d8d0a7; font-size: 8px; }
.demo-duration small { color: #716d60; font-size: 7px; }
.demo-player { padding: 13px; border: 1px solid #45401f; border-radius: 25px; background: linear-gradient(145deg,#18170e,#0b0b0b); box-shadow: 0 35px 90px rgba(0,0,0,.45); }
.demo-window { overflow: hidden; border: 1px solid #353328; border-radius: 17px; background: #0b0b0b; }
.demo-browser-bar { height: 43px; padding: 0 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #2e2c24; background: #151515; }
.demo-browser-bar > div { display: flex; gap: 5px; }
.demo-browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #4a473d; }
.demo-browser-bar i:nth-child(1) { background: #c55b4d; }.demo-browser-bar i:nth-child(2) { background: #d2ae3e; }.demo-browser-bar i:nth-child(3) { background: #5e9b62; }
.demo-browser-bar > span { min-width: 250px; padding: 7px 20px; border-radius: 7px; color: #767267; background: #0b0b0b; text-align: center; font-size: 7px; }
.demo-browser-bar > b { justify-self: end; color: var(--yellow); font-size: 8px; }
.demo-plan-bar { min-height: 42px; padding: 8px 14px; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; border-bottom: 1px solid #332f1d; background: linear-gradient(90deg,#201d08,#111 65%); }
.demo-plan-bar > span { padding: 5px 8px; border-radius: 99px; color: #111; background: var(--yellow); font-size: 6px; font-weight: 900; letter-spacing: 1px; }
.demo-plan-bar > div { display: flex; justify-content: center; gap: 7px; }
.demo-plan-bar b { padding: 4px 7px; border: 1px solid #3c3825; border-radius: 99px; color: #b9b298; background: rgba(0,0,0,.25); font-size: 6px; }
.demo-plan-bar small { color: #77715e; font-size: 6px; }
.demo-stage { height: 560px; overflow: hidden; position: relative; background: radial-gradient(circle at 70% 45%,rgba(255,213,31,.06),transparent 31%),#0b0b0b; }
.demo-scene { position: absolute; inset: 0; padding: 50px; display: grid; opacity: 0; visibility: hidden; transform: translateY(15px) scale(.985); transition: opacity .5s,transform .5s,visibility .5s; }
.demo-scene.active { opacity: 1; visibility: visible; transform: none; }
.demo-app-sidebar { position: absolute; inset: 0 auto 0 0; width: 68px; padding-top: 30px; display: flex; flex-direction: column; align-items: center; gap: 20px; border-right: 1px solid #2d2b24; background: #080808; }
.demo-app-sidebar b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: #111; background: var(--yellow); }
.demo-app-sidebar i { width: 25px; height: 5px; border-radius: 99px; background: #302e27; }
.scene-character { grid-template-columns: 1.15fr .85fr; gap: 65px; padding-left: 118px; align-items: center; }
.demo-character-form > span,.demo-scene-heading > span,.demo-story-editor > span,.demo-result-info > span,.demo-viral-copy > span { color: var(--yellow); font-size: 7px; font-weight: 900; letter-spacing: 1.5px; }
.demo-character-form h3,.demo-scene-heading h3,.demo-story-editor h3,.demo-result-info h3,.demo-viral-copy h3 { margin: 7px 0 18px; font: 700 25px "Space Grotesk"; }
.demo-fake-input,.demo-story-text { min-height: 115px; padding: 16px; border: 1px solid #4b4527; border-radius: 12px; background: #121212; position: relative; }
.demo-fake-input p,.demo-story-text p { margin: 0; color: #d9d2ba; font-size: 11px; line-height: 1.6; }
.demo-fake-input i,.demo-story-text i { display: inline-block; width: 2px; height: 15px; margin-left: 3px; background: var(--yellow); animation: demoCursor .8s step-end infinite; }
@keyframes demoCursor { 50% { opacity: 0; } }
.demo-prompt-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 11px 0 17px; }
.demo-prompt-tags b { padding: 5px 8px; border-radius: 99px; color: #aaa38b; background: #1c1b16; font-size: 7px; }
.demo-character-form > button { border: 0; border-radius: 9px; padding: 11px 15px; color: #111; background: var(--yellow); font-size: 9px; font-weight: 900; }
.demo-character-placeholder { height: 340px; padding: 30px; display: grid; place-items: center; align-content: center; border: 1px dashed #4b4527; border-radius: 18px; background: #121212; text-align: center; }
.demo-character-placeholder span { width: 65px; height: 65px; display: grid; place-items: center; border-radius: 19px; color: #111; background: var(--yellow); font-size: 27px; animation: demoPulse 1.8s infinite; }
@keyframes demoPulse { 50% { transform: scale(1.08); box-shadow: 0 0 30px rgba(255,213,31,.2); } }
.demo-character-placeholder p { max-width: 200px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.scene-proposals { align-content: center; }
.demo-scene-heading { text-align: center; }
.demo-scene-heading h3 { margin-bottom: 7px; font-size: 27px; }
.demo-scene-heading p { margin: 0; color: var(--muted); font-size: 9px; }
.demo-proposals { width: min(760px,100%); height: 330px; margin: 25px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.demo-proposals button { padding: 8px; overflow: hidden; position: relative; border: 1px solid #343128; border-radius: 15px; color: var(--ink); background: #121212; opacity: .6; transform: scale(.94); text-align: left; transition: .2s; }
.demo-proposals button:hover { opacity: .85; transform: scale(.97); }
.demo-proposals button.selected { border: 2px solid var(--yellow); opacity: 1; transform: none; box-shadow: 0 18px 45px rgba(0,0,0,.35); }
.demo-proposals img { width: 100%; height: 270px; border-radius: 10px; object-fit: contain; background: radial-gradient(circle at 50% 35%,#18233c,#080a10 72%); }
.demo-proposals button > span { display: block; padding: 8px 4px 0; font-size: 8px; font-weight: 800; }
.demo-proposals button > i { position: absolute; z-index: 2; top: 17px; right: 17px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #111; background: var(--yellow); font-style: normal; }
.demo-proposals button > b { position: absolute; left: 16px; bottom: 45px; padding: 5px 7px; border-radius: 99px; color: #111; background: var(--yellow); font-size: 5px; }
.scene-story { grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.demo-story-text { min-height: 130px; }
.demo-assistant-suggestion { margin-top: 12px; padding: 12px; display: grid; grid-template-columns: 1fr auto; border: 1px solid #454020; border-radius: 11px; background: #201d08; }
.demo-assistant-suggestion b { color: var(--yellow); font-size: 8px; }
.demo-assistant-suggestion p { grid-column: 1; margin: 4px 0 0; color: #aaa38b; font-size: 7px; }
.demo-assistant-suggestion button { grid-column: 2; grid-row: 1 / 3; align-self: center; border: 0; color: #111; background: var(--yellow); border-radius: 7px; padding: 7px 9px; font-size: 7px; }
.demo-storyboard-strip { margin-top: 10px; display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; }
.demo-storyboard-strip span { padding: 8px 5px; display: flex; align-items: center; gap: 5px; border: 1px solid #343127; border-radius: 8px; color: #9f9986; background: #111; font-size: 6px; }
.demo-storyboard-strip i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 5px; color: #111; background: var(--yellow); font-size: 5px; font-style: normal; font-weight: 900; }
.demo-story-character { height: 390px; overflow: hidden; position: relative; border: 1px solid #4b4527; border-radius: 18px; }
.demo-story-character img { width: 100%; height: 100%; object-fit: contain; background: #080a10; }
.demo-story-character > span { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 11px; border-radius: 10px; background: rgba(10,10,10,.9); font-size: 10px; font-weight: 800; }
.demo-story-character small { display: block; margin-top: 2px; color: var(--yellow); font-size: 6px; }
.scene-settings { padding: 30px 35px 48px; align-content: center; }
.demo-settings-grid { width: min(1040px,100%); margin: 14px auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.demo-settings-grid article { padding: 10px; border: 1px solid #343229; border-radius: 11px; background: #121212; }
.demo-settings-grid article > span { color: #706c60; font-size: 6px; font-weight: 900; letter-spacing: 1.2px; }
.demo-settings-grid article > div { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.demo-settings-grid button { min-width: 0; flex: 1 1 62px; padding: 7px 5px; border: 1px solid #36342b; border-radius: 7px; color: #8b8779; background: #0b0b0b; font-size: 6px; }
.demo-settings-grid button.active { border-color: var(--yellow); color: #111; background: var(--yellow); font-weight: 900; }
.demo-settings-summary { width: min(850px,100%); margin: auto; padding: 12px; border: 1px solid #4b4527; border-radius: 10px; color: #c8c09d; background: #201d08; text-align: center; font-size: 8px; }
.scene-audio,.scene-review { padding: 28px 42px 48px; align-content: center; }
.demo-audio-layout { width: min(980px,100%); margin: 18px auto 0; display: grid; grid-template-columns: .75fr 1.45fr; gap: 12px; }
.demo-cast-panel,.demo-voice-panel,.demo-quality-panel,.demo-cost-panel { padding: 14px; border: 1px solid #363329; border-radius: 14px; background: #111; }
.demo-cast-panel > span,.demo-voice-current > span,.demo-quality-panel > span,.demo-cost-panel > span { color: var(--yellow); font-size: 6px; font-weight: 900; letter-spacing: 1.2px; }
.demo-cast-panel > button { width: 100%; margin-top: 9px; padding: 8px; display: grid; grid-template-columns: 42px 1fr auto; gap: 8px; align-items: center; border: 1px solid #343229; border-radius: 10px; color: #bdb6a0; background: #0b0b0b; text-align: left; }
.demo-cast-panel > button.active { border-color: var(--yellow); background: #201d08; }
.demo-cast-panel img { width: 42px; height: 52px; border-radius: 7px; object-fit: cover; object-position: center top; }
.demo-cast-panel button b,.demo-cast-panel button small { display: block; }
.demo-cast-panel button b { font-size: 8px; }.demo-cast-panel button small { margin-top: 3px; color: #767064; font-size: 6px; }
.demo-cast-panel button i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #111; background: var(--yellow); font-size: 7px; font-style: normal; }
.demo-cast-panel .demo-add-cast { grid-template-columns: 42px 1fr; border-style: dashed; }
.demo-add-cast strong { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; color: var(--yellow); background: #211e0b; }
.demo-voice-current { padding-bottom: 10px; display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; border-bottom: 1px solid #2f2d25; }
.demo-voice-current > b { grid-column: 1; color: #ded6bb; font-size: 10px; }
.demo-voice-current > button { grid-column: 2; grid-row: 1 / 3; padding: 7px 10px; border: 1px solid #4a4324; border-radius: 8px; color: var(--yellow); background: #201d08; font-size: 6px; }
.demo-voice-options { margin-top: 10px; display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.demo-voice-options article { padding: 9px; border: 1px solid #302e27; border-radius: 9px; background: #0b0b0b; }
.demo-voice-options article > span { color: #716d61; font-size: 5px; font-weight: 900; }
.demo-voice-options article > div { margin-top: 6px; display: flex; flex-wrap: wrap; gap: 4px; }
.demo-voice-options button { flex: 1 1 48px; padding: 5px; border: 1px solid #37342a; border-radius: 6px; color: #898477; background: #141414; font-size: 5px; }
.demo-voice-options button.active { border-color: var(--yellow); color: #111; background: var(--yellow); font-weight: 900; }
.demo-audio-toggles { margin-top: 9px; display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.demo-audio-toggles > span { padding: 8px; display: grid; grid-template-columns: auto 1fr auto; gap: 6px; align-items: center; border: 1px solid #454020; border-radius: 9px; background: #201d08; }
.demo-audio-toggles i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 7px; color: #111; background: var(--yellow); font-size: 5px; font-style: normal; font-weight: 900; }
.demo-audio-toggles b,.demo-audio-toggles small { display: block; }.demo-audio-toggles b { color: #d1c9aa; font-size: 6px; }.demo-audio-toggles small { margin-top: 2px; color: #746f61; font-size: 5px; line-height: 1.3; }
.demo-audio-toggles em { color: var(--yellow); font-size: 5px; font-style: normal; font-weight: 900; }
.demo-review-layout { width: min(900px,100%); margin: 18px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.demo-quality-panel > div { margin: 10px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.demo-quality-panel > div b { padding: 9px; display: grid; grid-template-columns: auto 1fr; gap: 3px 7px; border: 1px solid #343127; border-radius: 9px; color: #c9c1a7; background: #0b0b0b; font-size: 7px; }
.demo-quality-panel > div i { grid-row: 1 / 3; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #111; background: var(--yellow); font-style: normal; }
.demo-quality-panel > div small { color: #777164; font-size: 5px; }
.demo-quality-panel > strong { display: block; padding: 9px; border-radius: 8px; color: var(--yellow); background: #201d08; text-align: center; font-size: 7px; }
.demo-cost-panel h3 { margin: 6px 0 9px; font: 700 22px "Space Grotesk"; }
.demo-cost-panel ul { margin: 0; padding: 0; list-style: none; }
.demo-cost-panel li { padding: 7px 0; display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px solid #2f2d25; }
.demo-cost-panel li b { color: #c7c0aa; font-size: 7px; }.demo-cost-panel li small { color: #777164; font-size: 6px; }
.demo-cost-panel > div { margin-top: 9px; padding: 9px; display: flex; justify-content: space-between; align-items: center; border: 1px solid #51491f; border-radius: 9px; background: #201d08; }
.demo-cost-panel > div span { color: #817b68; font-size: 5px; font-weight: 900; }.demo-cost-panel > div strong { color: var(--yellow); font: 700 18px "Space Grotesk"; }
.demo-cost-panel > p { color: #8d8777; font-size: 6px; }.demo-cost-panel > button { width: 100%; padding: 10px; border: 0; border-radius: 8px; color: #111; background: var(--yellow); font-size: 7px; font-weight: 900; }
.scene-generation { place-items: center; align-content: center; text-align: center; }
.demo-generation-orbit { width: 105px; height: 105px; margin-bottom: 20px; display: grid; place-items: center; position: relative; border: 1px solid #4e4728; border-radius: 50%; }
.demo-generation-orbit span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 19px; color: #111; background: var(--yellow); font-size: 28px; animation: demoPulse 1.8s infinite; }
.demo-generation-orbit i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); animation: demoOrbit 2.1s linear infinite; }
.demo-generation-orbit i:nth-child(2) { animation-delay: -1s; }
@keyframes demoOrbit { from { transform: rotate(0) translateX(65px); } to { transform: rotate(360deg) translateX(65px); } }
.scene-generation h3 { margin: 0; font: 700 30px "Space Grotesk"; }
.demo-generation-next { margin-top: 18px; padding: 10px 14px; border: 0; border-radius: 9px; color: #111; background: var(--yellow); font-size: 8px; font-weight: 900; }
.scene-generation p { color: var(--muted); font-size: 10px; }
.demo-generation-pipeline { width: min(780px,92%); margin: 12px auto 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.demo-generation-pipeline span { padding: 6px 8px; border: 1px solid #363329; border-radius: 99px; color: #777266; background: #111; font-size: 6px; }
.demo-generation-pipeline .done { color: #c6be9e; border-color: #4a4323; background: #211e0b; }
.demo-generation-pipeline .active { color: #111; border-color: var(--yellow); background: var(--yellow); font-weight: 900; box-shadow: 0 0 20px rgba(255,213,31,.18); }
.demo-generation-progress { width: min(480px,80%); height: 8px; margin: 22px auto 10px; overflow: hidden; border-radius: 99px; background: #302e27; }
.demo-generation-progress span { display: block; width: 82%; height: 100%; border-radius: inherit; background: var(--yellow); animation: demoLoad 7s ease-in-out infinite; }
@keyframes demoLoad { from { width: 5%; } to { width: 96%; } }
.scene-generation small { color: #777266; font-size: 7px; }
.scene-result { grid-template-columns: .7fr 1.3fr; gap: 75px; align-items: center; padding-left: 120px; padding-right: 120px; }
.demo-result-phone { width: 235px; height: 420px; overflow: hidden; justify-self: end; position: relative; border: 1px solid #524a25; border-radius: 23px; transform: rotate(-2deg); box-shadow: 0 25px 60px rgba(0,0,0,.45); }
.demo-result-phone img { width: 100%; height: 100%; object-fit: contain; background: #080a10; }
.demo-result-top { position: absolute; inset: 0 0 auto; padding: 13px; display: flex; justify-content: space-between; background: linear-gradient(rgba(0,0,0,.75),transparent); font-size: 7px; }
.demo-result-phone button { position: absolute; inset: 0; margin: auto; width: 48px; height: 48px; border: 1px solid white; border-radius: 50%; color: white; background: rgba(0,0,0,.55); }
.demo-result-phone > p { position: absolute; left: 12px; right: 12px; bottom: 27px; color: white; text-align: center; font-size: 10px; font-weight: 900; text-shadow: 0 2px 5px black; }
.demo-result-info h3 { font-size: 31px; }
.demo-result-info > p { color: var(--muted); font-size: 10px; line-height: 1.6; }
.demo-result-info > div { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.demo-result-info > div b { padding: 7px 9px; border: 1px solid #454020; border-radius: 99px; color: var(--yellow); background: #201d08; font-size: 7px; }
.demo-result-actions { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 7px; }
.demo-result-actions button { padding: 9px 11px; border: 1px solid #494324; border-radius: 8px; color: #d5cda9; background: #16150e; font-size: 7px; font-weight: 800; }
.demo-result-actions button:last-child { border-color: var(--yellow); color: #111; background: var(--yellow); }
.scene-viral { grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; padding-left: 110px; padding-right: 110px; }
.demo-viral-preview { height: 370px; overflow: hidden; position: relative; border: 1px solid #51491f; border-radius: 18px; }
.demo-viral-preview img { width: 100%; height: 100%; object-fit: contain; background: #080a10; filter: brightness(.62); }
.demo-viral-preview strong { position: absolute; inset: 0; display: grid; place-items: center; padding: 30px; color: white; font: 700 28px/1.05 "Space Grotesk"; text-align: center; text-shadow: 0 3px 10px black; }
.demo-viral-copy h3 { font-size: 27px; }
.demo-viral-copy article { margin-top: 9px; padding: 11px; border: 1px solid #353329; border-radius: 10px; background: #121212; }
.demo-viral-copy article small { color: var(--yellow); font-size: 6px; font-weight: 900; }
.demo-viral-copy article p { margin: 5px 0 0; color: #c6c0a9; font-size: 8px; }
.demo-viral-copy > a { display: inline-block; margin-top: 14px; padding: 11px 14px; border-radius: 9px; color: #111; background: var(--yellow); font-size: 8px; font-weight: 900; }
.demo-subtitle { position: absolute; left: 50%; bottom: 19px; z-index: 10; transform: translateX(-50%); padding: 7px 12px; border-radius: 6px; color: white; background: rgba(0,0,0,.75); font-size: 8px; font-weight: 700; white-space: nowrap; }
.demo-brand-watermark { position: absolute; right: 18px; top: 17px; z-index: 10; display: flex; align-items: center; gap: 5px; font-size: 6px; font-weight: 900; }
.demo-brand-watermark i { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); }
.demo-controls { height: 51px; padding: 0 15px; display: grid; grid-template-columns: 32px 1fr auto 32px; gap: 12px; align-items: center; border-top: 1px solid #2e2c24; background: #121212; }
.demo-controls button { width: 30px; height: 30px; border: 1px solid #39372e; border-radius: 8px; color: var(--yellow); background: #0b0b0b; font-size: 9px; }
.demo-timeline { height: 5px; overflow: hidden; border-radius: 99px; background: #3b3931; cursor: pointer; }
.demo-timeline span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--yellow); }
.demo-controls time { color: #6e6a60; font-size: 7px; }
.demo-controls time b { color: #c4beaa; }
.demo-chapters { padding: 12px 4px 2px; display: grid; grid-template-columns: repeat(9,1fr); gap: 4px; }
.demo-chapters button { min-width: 0; padding: 9px; display: flex; align-items: center; gap: 7px; border: 1px solid transparent; border-radius: 10px; color: #7c786c; background: transparent; text-align: left; }
.demo-chapters button:hover,.demo-chapters button.active { border-color: #47401d; color: var(--text); background: #201d08; }
.demo-chapters i { width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; border-radius: 7px; color: #111; background: #565247; font-size: 6px; font-style: normal; font-weight: 900; }
.demo-chapters button.active i { background: var(--yellow); }
.demo-chapters strong,.demo-chapters small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.demo-chapters strong { font-size: 7px; }.demo-chapters small { margin-top: 2px; font-size: 5px; }
.demo-bottom { margin-top: 16px; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid #353229; border-radius: 13px; background: #111; }
.demo-bottom p { margin: 0; color: var(--muted); font-size: 9px; }.demo-bottom p b { color: var(--text); }
.demo-bottom a { padding: 10px 13px; border-radius: 9px; color: #111; background: var(--yellow); font-size: 8px; font-weight: 900; white-space: nowrap; }
.demo-ecosystem { margin-top: 18px; padding: 24px; border: 1px solid #3d3922; border-radius: 20px; background: radial-gradient(circle at 15% 0,rgba(255,213,31,.1),transparent 30%),#10100f; }
.demo-ecosystem-head { max-width: 650px; margin-bottom: 18px; }
.demo-ecosystem-head > span { color: var(--yellow); font-size: 7px; font-weight: 900; letter-spacing: 1.5px; }
.demo-ecosystem-head h3 { margin: 7px 0; font: 700 25px "Space Grotesk"; }.demo-ecosystem-head p { margin: 0; color: var(--muted); font-size: 9px; }
.demo-ecosystem-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.demo-ecosystem-grid article { min-height: 82px; padding: 12px; display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: start; border: 1px solid #302e26; border-radius: 11px; background: rgba(10,10,10,.72); }
.demo-ecosystem-grid i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: #111; background: var(--yellow); font-size: 8px; font-style: normal; font-weight: 900; }
.demo-ecosystem-grid b,.demo-ecosystem-grid small { display: block; }.demo-ecosystem-grid b { color: #d6ceb3; font-size: 8px; }.demo-ecosystem-grid small { margin-top: 5px; color: #746f62; font-size: 6px; line-height: 1.45; }

.how, .possibilities, .home-pricing { padding: 110px max(30px, calc((100vw - 1100px)/2)); }
.section-intro { text-align: center; max-width: 650px; margin: 0 auto 50px; }
.section-intro > span, .feature-copy > span, .final-cta > div > span { color: var(--yellow); font-size: 8px; font-weight: 800; letter-spacing: 2px; }
.section-intro h2, .feature-copy h2, .final-cta h2 { margin: 9px 0; font: 700 clamp(31px, 4vw, 46px)/1.08 "Space Grotesk", sans-serif; letter-spacing: -1.6px; }
.section-intro p, .feature-copy > p, .final-cta p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article { min-height: 260px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #151515, #0e0e0e); position: relative; }
.steps-grid article > i { position: absolute; right: 20px; top: 16px; color: #302d20; font: 700 35px "Space Grotesk"; font-style: normal; }
.step-icon { width: 43px; height: 43px; border-radius: 12px; display: grid; place-items: center; color: #111; background: var(--yellow); font-size: 18px; }
.steps-grid h3, .possibility-grid h3 { margin: 23px 0 8px; font-size: 17px; }
.steps-grid p, .possibility-grid p { color: var(--muted); font-size: 11px; line-height: 1.6; }
.steps-grid article { transition: transform .25s, border-color .25s; }
.steps-grid article:hover { transform: translateY(-7px); border-color: #5a5124; }

@keyframes floatCard { 50% { transform: translateY(-8px); } }

.feature-showcase { width: min(1100px, calc(100% - 40px)); margin: 40px auto 100px; padding: 45px; border: 1px solid var(--line); border-radius: 25px; background: #10100e; display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: center; }
.feature-image { height: 530px; border-radius: 19px; position: relative; overflow: hidden; background: #050505; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.consistency-score { position: absolute; left: 18px; right: 18px; bottom: 18px; border: 1px solid #50492a; border-radius: 12px; background: rgba(10,10,10,.9); padding: 12px; display: grid; grid-template-columns: 1fr auto; gap: 5px; }
.consistency-score span { font-size: 8px; color: #aaa; }
.consistency-score strong { color: var(--yellow); font-size: 12px; }
.consistency-score i { grid-column: 1 / -1; height: 5px; border-radius: 99px; background: #333; overflow: hidden; }
.consistency-score i b { display: block; width: 98%; height: 100%; background: var(--yellow); }
.feature-copy h2 em { color: var(--yellow); font-style: normal; }
.feature-copy ul { list-style: none; margin: 28px 0; padding: 0; display: grid; gap: 16px; }
.feature-copy li { display: flex; gap: 11px; align-items: start; }
.feature-copy li > b { width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; background: #2b270c; color: var(--yellow); font-size: 9px; }
.feature-copy li strong, .feature-copy li small { display: block; }
.feature-copy li strong { font-size: 11px; }
.feature-copy li small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.feature-copy > a { color: var(--yellow); font-size: 11px; font-weight: 800; }
.gallery-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: end; margin-bottom: 30px; }
.gallery-head h2 { margin: 8px 0 0; font: 700 43px/1.05 "Space Grotesk"; letter-spacing: -1.4px; }
.gallery-head p { color: var(--muted); font-size: 11px; line-height: 1.65; }

.community-gallery { padding: 105px max(30px, calc((100vw - 1100px)/2)); border-top: 1px solid #22211b; background: radial-gradient(circle at 18% 18%, rgba(255,213,31,.12), transparent 28%), radial-gradient(circle at 84% 30%, rgba(255,213,31,.08), transparent 34%), linear-gradient(180deg,#090909,#0d0c08); position: relative; overflow: hidden; }
.community-gallery::before { content:""; position:absolute; inset:55px max(18px,calc((100vw - 1180px)/2)); border:1px solid rgba(255,213,31,.08); border-radius:32px; pointer-events:none; }
.community-gallery::after { content:""; position:absolute; width:420px; height:420px; right:-160px; top:40px; border:1px solid rgba(255,213,31,.12); border-radius:50%; opacity:.7; pointer-events:none; }
.community-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; margin-bottom: 20px; position: relative; z-index: 1; }
.community-heading span { color: var(--yellow); font-size: 8px; font-weight: 900; letter-spacing: 1.8px; }
.community-heading h2 { margin: 8px 0 0; font: 700 clamp(30px,4vw,45px)/1.08 "Space Grotesk",sans-serif; letter-spacing: -1.4px; }
.community-heading p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.community-proof { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin:0 0 18px; position:relative; z-index:1; }
.community-proof div { padding:15px 17px; border:1px solid rgba(255,213,31,.18); border-radius:16px; background:linear-gradient(145deg,rgba(255,213,31,.09),rgba(18,18,18,.78)); box-shadow:0 20px 60px rgba(0,0,0,.22); }
.community-proof strong { display:block; color:var(--cream); font:800 24px/1 "Space Grotesk",sans-serif; letter-spacing:-.7px; }
.community-proof em { display:block; margin-top:5px; color:#bdb48e; font-style:normal; font-size:8px; font-weight:800; text-transform:uppercase; letter-spacing:.9px; }
.community-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; position: relative; z-index: 1; }
.community-filters button { padding: 8px 12px; border: 1px solid #343127; border-radius: 99px; color: #aaa58f; background: rgba(18,18,18,.9); font-size: 8px; font-weight: 800; cursor:pointer; transition:.2s ease; }
.community-filters button:hover { color:var(--cream); border-color:#6b5f24; transform:translateY(-1px); }
.community-filters button.active { border-color: var(--yellow); color: #111; background: var(--yellow); box-shadow:0 12px 28px rgba(255,213,31,.18); }
.community-trend { display:flex; align-items:center; gap:10px; width:max-content; max-width:100%; margin:0 0 18px; padding:10px 13px; border:1px solid rgba(255,213,31,.18); border-radius:999px; color:#d7cfb0; background:rgba(20,18,8,.78); backdrop-filter:blur(14px); position:relative; z-index:1; box-shadow:0 20px 60px rgba(0,0,0,.18); }
.community-trend strong { color:var(--yellow); font-size:8px; font-weight:900; letter-spacing:.8px; text-transform:uppercase; }
.community-trend i { width:7px; height:7px; border-radius:50%; background:var(--yellow); box-shadow:0 0 18px rgba(255,213,31,.9); }
.community-trend em { font-style:normal; font-size:9px; }
.community-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 14px; position:relative; z-index:1; }
.community-card { min-width: 0; overflow: hidden; border: 1px solid #312e24; border-radius: 20px; background: linear-gradient(145deg,#141414,#0e0e0e); box-shadow:0 24px 70px rgba(0,0,0,.26); transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.community-card.hidden { display: none; }
.community-card.large { grid-row: span 2; }
.community-card.wide { grid-column: 2 / 4; display: grid; grid-template-columns: .8fr 1.2fr; }
.community-media { height: 225px; position: relative; overflow: hidden; background: #202020; }
.community-card.large .community-media { height: 430px; }
.community-card.wide .community-media { height: 250px; }
.community-media::before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(120deg,rgba(255,255,255,.11),transparent 34%); opacity:.38; pointer-events:none; }
.community-media::after { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(180deg,transparent 52%,rgba(0,0,0,.74)); pointer-events:none; }
.community-media img { width:100%; height:100%; object-fit:cover; object-position:center top; transition:transform .35s; }
.community-card:nth-child(2) .community-media img,
.community-card:nth-child(3) .community-media img { object-position:center 8%; }
.community-card:hover { transform:translateY(-6px); border-color:rgba(255,213,31,.4); box-shadow:0 34px 95px rgba(0,0,0,.34); }
.community-card:hover .community-media img { transform:scale(1.045); }
.community-media > span { position:absolute; z-index:2; left:12px; bottom:12px; padding:5px 7px; border-radius:7px; color:white; background:rgba(0,0,0,.62); font-size:7px; font-weight:800; }
.community-badge { position:absolute; z-index:3; left:12px; top:12px; padding:7px 9px; border-radius:999px; color:#111; background:var(--yellow); box-shadow:0 12px 28px rgba(255,213,31,.22); font-style:normal; font-size:7px; font-weight:1000; letter-spacing:.9px; text-transform:uppercase; }
.community-like { position:absolute; z-index:3; top:11px; right:11px; padding:6px 8px; border:1px solid rgba(255,255,255,.22); border-radius:99px; color:white; background:rgba(0,0,0,.55); backdrop-filter:blur(8px); font-size:8px; }
.community-like.liked { border-color:var(--yellow); color:#111; background:var(--yellow); }
.community-card-copy { padding:17px; }
.community-card-copy > div:first-child { display:flex; justify-content:space-between; gap:10px; }
.community-card-copy b { color:var(--yellow); font-size:8px; }
.community-card-copy small { color:var(--muted); font-size:7px; }
.community-card-copy h3 { margin:10px 0 5px; font-size:16px; }
.community-card-copy p { margin:0; color:var(--muted); font-size:9px; line-height:1.5; }
.community-mini-copy { margin-top:6px; color:var(--muted); font-size:9px; line-height:1.5; }
.community-remix { margin-top:14px; padding:9px 11px; border:1px solid #5c501c; border-radius:10px; color:#111; background:var(--yellow); font-size:8px; font-weight:1000; cursor:pointer; box-shadow:0 16px 30px rgba(255,213,31,.12); }
.community-tags { display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin-top:18px; position:relative; z-index:1; }
.community-tags b { color:var(--cream); font-size:9px; }
.community-tags i { padding:8px 10px; border:1px solid #3a3420; border-radius:999px; color:#d8cfad; background:rgba(18,18,18,.82); font-style:normal; font-size:8px; font-weight:900; }
.community-bottom { margin-top:20px; padding:18px 20px; display:flex; justify-content:space-between; align-items:center; gap:20px; color:var(--muted); font-size:8px; border:1px solid rgba(255,213,31,.18); border-radius:18px; background:linear-gradient(135deg,rgba(255,213,31,.08),rgba(18,18,18,.75)); position:relative; z-index:1; }
.community-bottom span { display:grid; gap:4px; }
.community-bottom span strong { color:var(--cream); font-size:13px; }
.community-bottom span em { color:var(--muted); font-style:normal; font-size:9px; }
.community-bottom a { padding:11px 14px; border-radius:999px; color:#111; background:var(--yellow); font-weight:1000; white-space:nowrap; box-shadow:0 18px 35px rgba(255,213,31,.16); }

.outcome-showcase { padding:105px max(30px,calc((100vw - 1100px)/2)); border-top:1px solid #22211b; background:#0a0a0a; }
.outcome-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:13px; }
.outcome-grid article { min-height:220px; padding:24px; border:1px solid var(--line); border-radius:17px; background:linear-gradient(145deg,#151515,#0e0e0e); position:relative; overflow:hidden; }
.outcome-grid article::after { content:""; position:absolute; width:115px; height:115px; right:-45px; top:-45px; border:1px solid rgba(255,213,31,.12); border-radius:50%; }
.outcome-grid i { color:var(--yellow); font-style:normal; font-size:9px; font-weight:900; letter-spacing:1.5px; }
.outcome-grid h3 { margin:24px 0 8px; font-size:17px; }
.outcome-grid p { margin:0; color:var(--muted); font-size:10px; line-height:1.6; }

.tool-comparison { padding:105px max(30px,calc((100vw - 1100px)/2)); border-top:1px solid #22211b; background:radial-gradient(circle at 50% 8%,rgba(255,213,31,.06),transparent 35%),#080808; }
.comparison-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.comparison-grid article { min-height:365px; padding:26px; border:1px solid var(--line); border-radius:20px; background:linear-gradient(145deg,#151515,#0d0d0d); display:flex; flex-direction:column; position:relative; overflow:hidden; }
.comparison-grid article::after { content:""; position:absolute; width:160px; height:160px; right:-80px; top:-80px; border:1px solid rgba(255,213,31,.08); border-radius:50%; }
.comparison-grid .comparison-best { border-color:#665a22; background:linear-gradient(145deg,#272207,#10100e); box-shadow:0 30px 90px rgba(255,213,31,.07); transform:translateY(-10px); }
.comparison-grid span { color:var(--yellow); font-size:8px; font-weight:900; letter-spacing:1.7px; }
.comparison-grid h3 { margin:14px 0 9px; font:700 24px/1.1 "Space Grotesk"; letter-spacing:-.6px; }
.comparison-grid p { color:var(--muted); font-size:10px; line-height:1.62; }
.comparison-grid ul { margin:auto 0 0; padding:0; list-style:none; display:grid; gap:9px; }
.comparison-grid li { color:#c8c0a8; font-size:8px; }
.comparison-grid li::before { content:"• "; color:var(--yellow); font-weight:900; }

.before-after { width:min(1100px,calc(100% - 40px)); margin:0 auto 105px; display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.before-card,.after-card { padding:30px; border:1px solid var(--line); border-radius:20px; background:#111; }
.before-card { background:linear-gradient(145deg,#151515,#0b0b0b); }
.after-card { border-color:#51481f; background:linear-gradient(145deg,#241f08,#10100e); box-shadow:0 24px 70px rgba(0,0,0,.26); }
.before-card span,.after-card span { color:var(--yellow); font-size:8px; font-weight:900; letter-spacing:1.8px; }
.before-card h3,.after-card h3 { margin:9px 0 18px; font-size:25px; }
.before-card ul,.after-card ul { list-style:none; margin:0; padding:0; display:grid; gap:10px; }
.before-card li,.after-card li { color:#c7c0ab; font-size:10px; line-height:1.45; }
.before-card li::before { content:"× "; color:#8c8263; font-weight:900; }
.after-card li::before { content:"✓ "; color:var(--yellow); font-weight:900; }

.power-comparison { width:min(1180px,calc(100% - 40px)); margin:35px auto 80px; padding:28px; grid-template-columns:.86fr 1.34fr; border:1px solid rgba(255,213,31,.18); border-radius:30px; background:radial-gradient(circle at 78% 12%,rgba(255,213,31,.16),transparent 34%),linear-gradient(180deg,#11100c,#080808); box-shadow:0 35px 100px rgba(0,0,0,.36); position:relative; overflow:hidden; }
.power-comparison::before { content:""; position:absolute; width:380px; height:380px; right:-170px; bottom:-150px; border:1px solid rgba(255,213,31,.13); border-radius:50%; pointer-events:none; }
.comparison-intro { grid-column:1 / -1; max-width:900px; margin:0 auto 12px; text-align:center; position:relative; z-index:1; }
.comparison-intro span,.power-comparison .before-card span,.power-comparison .after-card span { color:var(--yellow); font-size:8px; font-weight:900; letter-spacing:1.8px; }
.comparison-intro h2 { margin:10px 0 10px; font:700 clamp(31px,4.4vw,54px)/1.03 "Space Grotesk",sans-serif; letter-spacing:-1.8px; }
.comparison-intro p { max-width:760px; margin:0 auto; color:var(--muted); font-size:12px; line-height:1.65; }
.power-comparison .before-card,.power-comparison .after-card { padding:30px; border:1px solid var(--line); border-radius:22px; position:relative; z-index:1; }
.power-comparison .before-card { background:linear-gradient(145deg,#151515,#0b0b0b); }
.power-comparison .after-card { border-color:#65591f; background:linear-gradient(145deg,#261f08,#0f0f0d); box-shadow:0 24px 70px rgba(255,213,31,.06); }
.comparison-card-head h3 { margin:9px 0 8px; font-size:25px; line-height:1.1; letter-spacing:-.7px; }
.comparison-card-head p { margin:0 0 20px; color:var(--muted); font-size:10px; line-height:1.55; }
.power-comparison .before-card ul { list-style:none; margin:0; padding:0; display:grid; gap:10px; }
.power-comparison .before-card li { color:#c7c0ab; font-size:10px; line-height:1.45; }
.power-comparison .before-card li::before { content:"x "; color:#8c8263; font-weight:900; }
.after-benefit-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; }
.after-benefit-grid article { padding:14px; border:1px solid rgba(255,213,31,.16); border-radius:15px; background:rgba(10,10,10,.52); }
.after-benefit-grid b { display:inline-grid; width:28px; height:28px; margin-bottom:9px; place-items:center; border-radius:9px; color:#111; background:var(--yellow); font-size:9px; }
.after-benefit-grid h4 { margin:0 0 6px; color:var(--cream); font-size:12px; }
.after-benefit-grid p { margin:0; color:#bdb599; font-size:9px; line-height:1.45; }
.comparison-proof-row { display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.comparison-proof-row span { padding:8px 10px; border:1px solid #4b421c; border-radius:999px; color:#e2d59a; background:rgba(255,213,31,.07); font-size:8px; font-weight:900; letter-spacing:.2px; }
.comparison-cta { display:flex; justify-content:center; align-items:center; margin-top:17px; padding:14px 18px; border-radius:13px; color:#111; background:var(--yellow); font-size:11px; font-weight:1000; box-shadow:0 18px 40px rgba(255,213,31,.18); }

.conversion-magnets { width:min(1180px,calc(100% - 40px)); margin:0 auto 70px; padding:26px; border:1px solid rgba(255,213,31,.16); border-radius:28px; background:radial-gradient(circle at 12% 0,rgba(255,213,31,.13),transparent 32%),linear-gradient(145deg,#12110d,#080808); box-shadow:0 28px 90px rgba(0,0,0,.32); }
.conversion-head { display:grid; grid-template-columns:1.05fr .95fr; gap:28px; align-items:end; margin-bottom:18px; }
.conversion-head span { color:var(--yellow); font-size:8px; font-weight:900; letter-spacing:1.8px; }
.conversion-head h2 { margin:8px 0 0; font:700 clamp(28px,3.4vw,43px)/1.05 "Space Grotesk"; letter-spacing:-1.3px; }
.conversion-head p { margin:0; color:var(--muted); font-size:11px; line-height:1.65; }
.conversion-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.conversion-grid article { min-height:190px; padding:20px; border:1px solid #302d20; border-radius:18px; background:linear-gradient(145deg,#171717,#0f0f0f); position:relative; overflow:hidden; transition:transform .22s,border-color .22s; }
.conversion-grid article::after { content:""; position:absolute; width:110px; height:110px; right:-50px; top:-50px; border:1px solid rgba(255,213,31,.1); border-radius:50%; }
.conversion-grid article:hover { transform:translateY(-5px); border-color:#5d5220; }
.conversion-grid b { display:grid; width:34px; height:34px; place-items:center; border-radius:10px; color:#111; background:var(--yellow); font-size:10px; }
.conversion-grid h3 { margin:18px 0 8px; font-size:17px; }
.conversion-grid p { margin:0; color:var(--muted); font-size:10px; line-height:1.55; }

.viral-models-preview { padding:105px max(30px,calc((100vw - 1100px)/2)); border-top:1px solid #22211b; background:linear-gradient(180deg,#090909,#0d0c08); }
.viral-preview-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:13px; }
.viral-preview-grid article { overflow:hidden; border:1px solid #312e24; border-radius:17px; background:#121212; box-shadow:0 22px 55px rgba(0,0,0,.24); }
.viral-preview-grid img { width:100%; height:230px; object-fit:cover; object-position:center top; display:block; filter:contrast(1.04) saturate(1.04); }
.viral-preview-grid span,.viral-preview-grid h3,.viral-preview-grid p { display:block; margin-left:16px; margin-right:16px; }
.viral-preview-grid span { margin-top:15px; color:var(--yellow); font-size:7px; font-weight:900; letter-spacing:1px; text-transform:uppercase; }
.viral-preview-grid h3 { margin-top:7px; margin-bottom:6px; font-size:16px; }
.viral-preview-grid p { margin-bottom:17px; color:var(--muted); font-size:9px; line-height:1.5; }
.models-link { display:inline-block; margin-top:18px; color:var(--yellow); font-size:10px; font-weight:900; }


.home-mini-faq { padding:105px max(30px,calc((100vw - 1100px)/2)); border-top:1px solid #22211b; background:#090909; text-align:center; }
.mini-faq-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:13px; text-align:left; }
.mini-faq-grid article { padding:22px; border:1px solid var(--line); border-radius:16px; background:#121212; }
.mini-faq-grid h3 { margin:0 0 9px; font-size:15px; }
.mini-faq-grid p { margin:0; color:var(--muted); font-size:9px; line-height:1.55; }
.home-mini-faq > a { display:inline-block; margin-top:20px; padding:12px 15px; border-radius:10px; color:#111; background:var(--yellow); font-size:10px; font-weight:900; }

.audiences { padding: 105px max(30px, calc((100vw - 1100px)/2)); background: #090909; border-top: 1px solid #22211b; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.audience-card { min-height: 285px; padding: 27px; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(145deg, #151515, #0d0d0d); position: relative; overflow: hidden; transition: transform .25s, border-color .25s; }
.audience-card:hover { transform: translateY(-5px); border-color: #5b5124; }
.audience-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -70px; top: -70px; border: 1px solid rgba(255,213,31,.1); border-radius: 50%; }
.audience-card.featured-audience { border-color: #4b441f; background: linear-gradient(135deg, #201d09, #10100e 65%); }
.audience-icon { width: 43px; height: 43px; margin-bottom: 22px; border-radius: 12px; display: grid; place-items: center; background: var(--yellow); color: #111; font-weight: 900; }
.audience-card > span { color: #817b64; font-size: 7px; font-weight: 800; letter-spacing: 1.5px; }
.audience-card h3 { margin: 7px 0; font: 700 21px "Space Grotesk"; }
.audience-card p { max-width: 430px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.audience-card ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 0; padding: 0; list-style: none; }
.audience-card li { padding: 6px 8px; border: 1px solid #383528; border-radius: 99px; color: #b5af99; font-size: 7px; }
.audience-cta { margin-top:18px; padding:18px; display:grid; grid-template-columns:auto 1fr auto; gap:16px; align-items:center; border:1px solid #4c441e; border-radius:17px; background:linear-gradient(120deg,#201c08,#101010); }
.audience-cta strong { color:var(--yellow); font-size:12px; }
.audience-cta span { color:#c9c2aa; font-size:10px; line-height:1.45; }
.audience-cta a { padding:12px 14px; border-radius:10px; color:#111; background:var(--yellow); font-size:9px; font-weight:900; white-space:nowrap; }

.possibilities { background: #0b0b0b; border-top: 1px solid #22211b; }
.possibility-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.possibility-grid article { min-height: 205px; padding: 21px; border: 1px solid var(--line); border-radius: 16px; background: #131313; }
.possibility-grid article { transition: transform .25s, background .25s; }
.possibility-grid article:hover { transform: translateY(-6px); background: #1a190f; }
.ratio-icons { height: 48px; display: flex; align-items: center; gap: 7px; }
.ratio-icons i { display: block; border: 2px solid var(--yellow); border-radius: 3px; }
.ratio-icons i:nth-child(1) { width: 19px; height: 35px; }
.ratio-icons i:nth-child(2) { width: 31px; height: 31px; }
.ratio-icons i:nth-child(3) { width: 47px; height: 27px; }
.weather-icons, .voice-wave { height: 48px; display: flex; align-items: center; color: var(--yellow); font-size: 29px; letter-spacing: 5px; }
.voice-wave { font: 700 27px "Space Grotesk"; }
.style-squares { height: 48px; display: flex; gap: 5px; align-items: center; }
.style-squares i { width: 34px; height: 34px; border-radius: 7px; background: var(--yellow); }
.style-squares i:nth-child(2) { background: #705f38; }
.style-squares i:nth-child(3) { background: repeating-linear-gradient(135deg, var(--yellow) 0 6px, #111 6px 12px); }
.style-squares i:nth-child(4) { background: url("assets/banana.png") center/cover; }

.loss-killer { padding:105px max(30px,calc((100vw - 1100px)/2)); border-top:1px solid #22211b; background:linear-gradient(180deg,#090909,#0c0b07); }
.loss-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:13px; }
.loss-grid article { min-height:245px; padding:23px; border:1px solid var(--line); border-radius:17px; background:#121212; transition:transform .25s,border-color .25s; }
.loss-grid article:hover { transform:translateY(-6px); border-color:#5a5021; }
.loss-grid b { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; color:#111; background:var(--yellow); font-size:9px; }
.loss-grid h3 { margin:22px 0 8px; font:700 18px/1.15 "Space Grotesk"; }
.loss-grid p { margin:0; color:var(--muted); font-size:9px; line-height:1.58; }

.free-trial { width: min(1100px, calc(100% - 40px)); margin: 105px auto; padding: 55px; border: 1px solid #50471d; border-radius: 27px; background: radial-gradient(circle at 80% 50%, rgba(255,213,31,.1), transparent 28%), linear-gradient(125deg, #242006, #0e0e0d 62%); display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 65px; overflow: hidden; position: relative; }
.trial-copy > span { color: var(--yellow); font-size: 8px; font-weight: 900; letter-spacing: 2px; }
.trial-copy h2 { margin: 9px 0; font: 700 42px/1.05 "Space Grotesk"; letter-spacing: -1.5px; }
.trial-copy > p { color: #b6b09a; font-size: 12px; line-height: 1.7; }
.trial-copy > p strong { color: var(--text); }
.trial-benefits { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; color: #c9c2a8; font-size: 8px; }
.trial-benefits span::first-letter { color: var(--yellow); }
.trial-copy > a { display: inline-block; padding: 13px 17px; border-radius: 10px; background: var(--yellow); color: #111; font-size: 10px; font-weight: 900; }
.trial-copy > small { display: block; margin-top: 9px; color: #6f6a5a; font-size: 7px; }
.trial-card { padding: 25px; border: 1px solid #5b5225; border-radius: 20px; background: rgba(13,13,12,.88); box-shadow: 0 30px 60px rgba(0,0,0,.4); transform: rotate(1.5deg); }
.trial-card-top { display: flex; justify-content: space-between; align-items: center; }
.trial-card-top span { color: #bcb59a; font-size: 8px; font-weight: 800; letter-spacing: 1.2px; }
.trial-card-top b { padding: 5px 8px; border-radius: 99px; background: var(--yellow); color: #111; font-size: 7px; }
.trial-credit { display: flex; align-items: center; gap: 12px; margin: 25px 0; }
.trial-credit strong { color: var(--yellow); font: 700 68px/1 "Space Grotesk"; }
.trial-credit span { color: #c7c0a7; font-size: 12px; line-height: 1.2; }
.trial-uses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.trial-uses div { padding: 11px 7px; border: 1px solid #343127; border-radius: 10px; background: #0a0a0a; text-align: center; }
.trial-uses b, .trial-uses span { display: block; }
.trial-uses b { color: var(--yellow); font-size: 16px; }
.trial-uses span { margin-top: 3px; color: #8f8a78; font-size: 6px; }
.trial-progress { height: 5px; margin: 20px 0 8px; overflow: hidden; border-radius: 99px; background: #333127; }
.trial-progress span { display: block; width: 72%; height: 100%; background: var(--yellow); }
.trial-card > small { color: #777264; font-size: 7px; }

.nav-rewards-link { color: var(--yellow)!important; }
.home-rewards { width: min(1100px,calc(100% - 40px)); min-height: 500px; margin: 105px auto; padding: 55px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; border: 1px solid #564c1e; border-radius: 27px; overflow: hidden; position: relative; background: radial-gradient(circle at 78% 48%,rgba(255,213,31,.13),transparent 30%),linear-gradient(130deg,#171609,#090909 68%); }
.home-rewards-copy { position: relative; z-index: 2; }
.rewards-new { display: inline-block; margin-right: 8px; padding: 5px 8px; border-radius: 99px; color: #111; background: var(--yellow); font-size: 7px; font-weight: 900; }
.rewards-eyebrow { color: var(--yellow); font-size: 8px; font-weight: 900; letter-spacing: 1.8px; }
.home-rewards h2 { margin: 13px 0; font: 700 45px/1.04 "Space Grotesk"; letter-spacing: -1.6px; }
.home-rewards h2 em { color: var(--yellow); font-style: normal; }
.home-rewards-copy > p { max-width: 540px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.home-reward-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 24px 0; }
.home-reward-points div { padding: 12px; border: 1px solid #393626; border-radius: 11px; background: #0c0c0c; }
.home-reward-points b,.home-reward-points span { display: block; }
.home-reward-points b { color: var(--yellow); font: 700 18px "Space Grotesk"; }
.home-reward-points span { margin-top: 3px; color: #817c6c; font-size: 7px; }
.home-rewards-copy > a { display: inline-block; padding: 13px 17px; border-radius: 10px; color: #111; background: var(--yellow); font-size: 10px; font-weight: 900; }
.home-rewards-visual { height: 350px; display: grid; place-items: center; position: relative; }
.reward-ticket { width: 285px; height: 330px; padding: 30px; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 1px solid #665a20; border-radius: 24px; color: #111; background: linear-gradient(145deg,#ffe45d,#e8b900); text-align: center; transform: rotate(4deg); box-shadow: 0 30px 70px rgba(0,0,0,.45); }
.reward-ticket::before,.reward-ticket::after { content:""; position:absolute; width:38px; height:38px; top:145px; border-radius:50%; background:#0b0b0a; }
.reward-ticket::before { left:-19px; }
.reward-ticket::after { right:-19px; }
.reward-ticket span { font-size: 9px; font-weight: 900; letter-spacing: 2px; }
.reward-ticket b { font: 700 90px/1 "Space Grotesk"; }
.reward-ticket strong { font-size: 15px; }
.reward-ticket small { margin-top: 7px; font-size: 7px; font-weight: 900; }
.reward-float { position: absolute; padding: 10px 12px; border: 1px solid #4e4726; border-radius: 10px; color: #d7cfaf; background: rgba(13,13,13,.94); font-size: 8px; font-weight: 800; box-shadow: 0 15px 35px rgba(0,0,0,.4); animation: floatCard 4s ease-in-out infinite; }
.reward-float-one { left: 0; top: 58px; }
.reward-float-two { right: -5px; bottom: 45px; animation-delay: -2s; }
.social-proof { padding: 105px max(30px, calc((100vw - 1100px)/2)); background: #080808; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.testimonial-grid article { min-height: 245px; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: #121212; display: flex; flex-direction: column; }
.testimonial-grid article.highlight { border-color: #51491f; background: #1c1908; transform: translateY(-10px); }
.quote-mark { color: var(--yellow); font: 700 42px/1 "Space Grotesk"; }
.testimonial-grid p { color: #c1bba7; font-size: 11px; line-height: 1.7; }
.testimonial-grid article > div:last-child { display: flex; gap: 9px; align-items: center; margin-top: auto; }
.testimonial-grid article > div:last-child > b { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: #111; }
.testimonial-grid strong, .testimonial-grid small { display: block; }
.testimonial-grid strong { font-size: 9px; }
.testimonial-grid small { color: var(--muted); font-size: 7px; margin-top: 2px; }

.home-pricing { background: radial-gradient(circle at 50% 30%, rgba(255,213,31,.04), transparent 35%); }
.pricing-value { max-width: 900px; margin: -20px auto 34px; padding: 13px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; align-items: center; border: 1px solid #393522; border-radius: 18px; background: #10100f; }
.pricing-value div { min-height: 78px; padding: 14px; border: 1px solid #2d2a20; border-radius: 13px; background: #141414; }
.pricing-value div:nth-child(2) { border-color: #51491f; background: linear-gradient(145deg,#211d08,#12120f); }
.pricing-value b,.pricing-value span { display: block; }
.pricing-value b { color: var(--yellow); font-size: 10px; }
.pricing-value span { margin-top: 6px; color: var(--muted); font-size: 8px; line-height: 1.45; }
.pricing-value a { padding: 13px 15px; border-radius: 11px; color: #111; background: var(--yellow); font-size: 9px; font-weight: 900; text-align: center; white-space: nowrap; box-shadow: 0 13px 30px rgba(255,213,31,.13); }
.home-plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; align-items: center; }
.home-pricing .pricing-usage-note { max-width: 850px; margin: 24px auto 0; color: #8e8874; font-size: 11px; line-height: 1.55; text-align: center; }
.home-plans article { min-height: 360px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #121212; display: flex; flex-direction: column; transition: transform .25s, border-color .25s, box-shadow .25s; }
.home-plans article:hover { transform: translateY(-6px); border-color: #5c5221; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.home-plans article > span { font-weight: 800; font-size: 13px; }
.home-plans h3 { margin: 21px 0 8px; font: 700 36px "Space Grotesk"; }
.home-plans h3 small { color: var(--muted); font: 500 10px "DM Sans"; }
.home-plans strong { color: var(--yellow); font-size: 13px; }
.home-plans p { color: var(--muted); font-size: 10px; }
.home-plans ul { margin: 15px 0 20px; padding: 0; display: grid; gap: 8px; list-style: none; }
.home-plans li { color: #c9c2ab; font-size: 8px; }
.home-plans li::before { content: "✓ "; color: var(--yellow); font-weight: 900; }
.home-plans a { margin-top: auto; padding: 11px; border: 1px solid #353328; border-radius: 9px; text-align: center; font-size: 10px; font-weight: 800; }
.home-plans .best { min-height: 405px; position: relative; border: 2px solid var(--yellow-dark); background: radial-gradient(circle at 50% 0,rgba(255,213,31,.18),transparent 30%),#201d08; box-shadow: 0 30px 90px rgba(255,213,31,.08); }
.home-plans .best i { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); padding: 5px 9px; border-radius: 99px; background: var(--yellow); color: #111; white-space: nowrap; font-size: 7px; font-style: normal; font-weight: 900; }
.home-plans .best a { color: #111; background: var(--yellow); border-color: var(--yellow); }

.final-cta { width: min(1100px, calc(100% - 40px)); min-height: 430px; margin: 20px auto 110px; padding: 60px; border: 1px solid #4b431d; border-radius: 27px; background: linear-gradient(115deg, #272207, #111 67%); display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; overflow: hidden; position: relative; }
.final-cta::after { content: ""; position: absolute; width: 380px; height: 380px; right: -50px; border: 1px solid rgba(255,213,31,.15); border-radius: 50%; }
.final-cta > div { position: relative; z-index: 2; }
.final-cta h2 { font-size: 40px; }
.final-cta a { display: inline-block; margin-top: 15px; padding: 13px 18px; border-radius: 10px; background: var(--yellow); color: #111; font-size: 11px; font-weight: 800; }
.final-cta img { align-self: end; justify-self: center; width: min(100%, 290px); height: 365px; border: 1px solid rgba(255,213,31,.22); border-radius: 24px 24px 0 0; object-fit: cover; object-position: center top; box-shadow: 0 24px 55px rgba(0,0,0,.42); position: relative; z-index: 1; }

footer { min-height: 145px; padding: 35px max(30px, calc((100vw - 1100px)/2)); border-top: 1px solid #22211b; display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; color: #716e62; font-size: 9px; }
footer p { text-align: center; }
footer > div { display: flex; gap: 17px; }
footer > small { grid-column: 1 / -1; text-align: center; }
.sticky-signup { position:fixed; z-index:50; left:50%; bottom:16px; width:min(760px,calc(100% - 32px)); min-height:62px; padding:10px 11px 10px 18px; display:grid; grid-template-columns:1fr auto; gap:14px; align-items:center; border:1px solid #6b5f24; border-radius:18px; background:rgba(15,14,9,.94); box-shadow:0 20px 70px rgba(0,0,0,.55),0 0 0 1px rgba(255,213,31,.06) inset; backdrop-filter:blur(16px); transform:translateX(-50%); }
.sticky-signup b,.sticky-signup span { display:block; }
.sticky-signup b { color:var(--yellow); font:700 15px "Space Grotesk"; }
.sticky-signup span { margin-top:3px; color:#c8c1a9; font-size:9px; }
.sticky-signup a { padding:13px 15px; border-radius:12px; color:#111; background:var(--yellow); font-size:10px; font-weight:900; white-space:nowrap; }

@media (max-width: 980px) {
  .home-nav nav { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 18px; border: 1px solid var(--line); background: #111; border-radius: 13px; flex-direction: column; }
  .home-nav nav.open { display: flex; }
  .language-menu { width: 100%; }
  .language-trigger { width: 100%; justify-content: center; }
  .language-dropdown { width: 100%; position: static; margin-top: 8px; }
  .nav-actions { display: none; }
  .home-menu { display: block; }
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero-copy > p { margin-left: auto; margin-right: auto; }
  .hero-label, .hero-actions, .hero-proof { justify-content: center; }
  .hero-conversion { margin-left: auto; margin-right: auto; }
  .hero-visual { width: min(600px, 100%); margin: auto; }
  .steps-grid, .home-plans { grid-template-columns: 1fr; }
  .lab-preview { width: min(570px, 100%); margin: auto; }
  .community-proof { grid-template-columns: repeat(3, 1fr); }
  .community-grid { grid-template-columns: 1fr 1fr; }
  .community-card.large { grid-row: auto; }
  .community-card.wide { grid-column: 1 / 3; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-grid .comparison-best { transform: none; }
  .power-comparison { grid-template-columns: 1fr; }
  .after-benefit-grid { grid-template-columns: 1fr 1fr; }
  .conversion-head { grid-template-columns: 1fr; gap: 10px; }
  .conversion-grid { grid-template-columns: repeat(2,1fr); }
  .outcome-grid, .viral-preview-grid, .mini-faq-grid { grid-template-columns: repeat(2, 1fr); }
  .before-after { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid article.highlight { transform: none; }
  .home-plans .best { min-height: 290px; }
  .desire-strip { grid-template-columns: 1fr; }
  .video-example-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video-example-card { display: block; }
  .video-example-media { height: 360px; }
  .pricing-value { grid-template-columns: 1fr; }
  .pricing-value a { white-space: normal; }
  .feature-showcase { grid-template-columns: 1fr; }
  .audience-cta { grid-template-columns: 1fr; text-align: center; }
  .audience-cta a { justify-self: center; }
  .possibility-grid { grid-template-columns: repeat(2, 1fr); }
  .loss-grid { grid-template-columns: repeat(2, 1fr); }
  .free-trial { grid-template-columns: 1fr; }
  .home-rewards { grid-template-columns: 1fr; }
  .demo-stage { height: 610px; }
  .demo-chapters { grid-template-columns: repeat(4,1fr); }
  .demo-settings-grid { grid-template-columns: repeat(2,1fr); }
  .demo-ecosystem-grid { grid-template-columns: repeat(3,1fr); }
  .scene-character,.scene-story,.scene-result,.scene-viral { grid-template-columns: 1fr 1fr; gap: 30px; padding-left: 45px; padding-right: 45px; }
}

@media (max-width: 620px) {
  html, body, main { width: 100%; max-width: 100%; overflow-x: hidden; }
  main section, main section > *, .steps-grid, .steps-grid > *, .testimonial-grid, .testimonial-grid > *, .home-plans, .home-plans > *, .outcome-grid, .outcome-grid > *, .viral-preview-grid, .viral-preview-grid > *, .mini-faq-grid, .mini-faq-grid > *, .comparison-grid, .comparison-grid > *, .loss-grid, .loss-grid > * { min-width: 0; max-width: 100%; }
  h1, h2, h3, p, small, strong, span { overflow-wrap: anywhere; }
  .home-nav { width: calc(100% - 28px); height: 75px; }
  .hero { padding: 55px 16px 60px; }
  .hero-copy, .section-intro, .feature-copy, .final-cta > div { min-width: 0; max-width: 100%; }
  .hero h1 { max-width: 100%; font-size: 37px; letter-spacing: -1.6px; overflow-wrap: break-word; }
  .hero-copy > p { max-width: 100%; padding: 0 3px; font-size: 13px; overflow-wrap: anywhere; }
  .hero-actions { flex-direction: column; }
  .hero-proof { gap: 9px; }
  .hero-conversion { grid-template-columns: 1fr; }
  .hero-conversion div { min-height: 68px; text-align: center; }
  .hero-visual { height: 610px; transform: scale(.86); transform-origin: top center; margin-bottom: -65px; }
  .phone-front { width: 260px; height: 485px; left: 286px; top: 22px; transform: none; }
  .phone-back { width: 260px; height: 485px; left: 14px; top: 22px; transform: none; }
  .hero-image-reel { bottom: 8px; }
  .format { right: -15px; }
  .identity { left: -15px; }
  .trust-strip { min-height: 153px; grid-template-columns: 1fr; }
  .platforms-label { height: auto; padding: 15px; align-items: center; border-right: 0; border-bottom: 1px solid #29271f; }
  .platform-pill { min-width: 145px; height: 61px; }
  .platform-track { animation-duration: 32s; }
  .home-stats { grid-template-columns: 1fr 1fr; }
  .product-demo { width: calc(100% - 22px); margin: 75px auto 90px; }
  .demo-player { padding: 7px; border-radius: 18px; }
  .demo-browser-bar { grid-template-columns: auto 1fr auto; }
  .demo-browser-bar > span { min-width: 0; margin: 0 8px; }
  .demo-plan-bar { grid-template-columns: auto 1fr; gap: 8px; }
  .demo-plan-bar > div { overflow: hidden; justify-content: flex-start; }
  .demo-plan-bar > div b { white-space: nowrap; }
  .demo-plan-bar small { display: none; }
  .demo-stage { height: 590px; }
  .demo-scene { padding: 28px 18px 55px; }
  .demo-app-sidebar { display: none; }
  .scene-character,.scene-story,.scene-result,.scene-viral { grid-template-columns: 1fr; gap: 14px; padding-left: 18px; padding-right: 18px; align-content: center; }
  .demo-character-placeholder { height: 170px; }
  .demo-character-placeholder span { width: 48px; height: 48px; font-size: 20px; }
  .demo-proposals { height: 300px; gap: 5px; }
  .demo-proposals img { height: 230px; }
  .demo-proposals button { padding: 5px; }
  .demo-story-character { height: 225px; }
  .scene-settings { padding: 20px 10px 48px; }
  .scene-settings .demo-scene-heading p { display: none; }
  .demo-settings-grid { grid-template-columns: repeat(2,1fr); gap: 5px; margin: 9px auto; }
  .demo-settings-grid article { padding: 7px; }
  .demo-settings-grid article > div { gap: 3px; margin-top: 5px; }
  .demo-settings-grid button { flex-basis: 52px; padding: 5px 3px; font-size: 5px; }
  .demo-settings-summary { padding: 8px; font-size: 6px; }
  .scene-audio,.scene-review { padding: 18px 9px 48px; }
  .scene-audio .demo-scene-heading p,.scene-review .demo-scene-heading p { display: none; }
  .demo-audio-layout { grid-template-columns: .8fr 1.2fr; gap: 5px; margin-top: 8px; }
  .demo-cast-panel,.demo-voice-panel,.demo-quality-panel,.demo-cost-panel { padding: 7px; }
  .demo-cast-panel > button { margin-top: 5px; padding: 5px; grid-template-columns: 30px 1fr auto; gap: 5px; }
  .demo-cast-panel img { width: 30px; height: 37px; }
  .demo-cast-panel .demo-add-cast { grid-template-columns: 30px 1fr; }
  .demo-add-cast strong { width: 26px; height: 26px; }
  .demo-voice-options { gap: 3px; margin-top: 6px; }
  .demo-voice-options article { padding: 5px; }
  .demo-voice-options article > div { gap: 2px; }
  .demo-voice-options button { flex-basis: 38px; padding: 3px; }
  .demo-audio-toggles { grid-template-columns: 1fr; gap: 3px; margin-top: 5px; }
  .demo-audio-toggles > span { padding: 4px; }
  .demo-audio-toggles i { width: 23px; height: 23px; }
  .demo-review-layout { grid-template-columns: 1fr 1fr; gap: 5px; margin-top: 8px; }
  .demo-quality-panel > div { grid-template-columns: 1fr; gap: 3px; margin: 6px 0; }
  .demo-quality-panel > div b { padding: 5px; }
  .demo-cost-panel h3 { font-size: 16px; }
  .demo-cost-panel li { padding: 4px 0; display: block; }
  .demo-cost-panel li small { display: block; margin-top: 2px; }
  .demo-cost-panel > div { padding: 5px; }
  .demo-cost-panel > div strong { font-size: 13px; }
  .demo-cost-panel > p { margin: 5px 0; }
  .demo-cost-panel > button { padding: 7px; }
  .demo-result-phone { width: 160px; height: 270px; justify-self: center; }
  .demo-result-info { text-align: center; }
  .demo-result-info > div { justify-content: center; }
  .demo-result-actions { justify-content: center; margin-top: 10px; }
  .demo-viral-preview { height: 230px; }
  .demo-viral-preview strong { font-size: 21px; }
  .demo-subtitle { max-width: calc(100% - 30px); overflow: hidden; text-overflow: ellipsis; }
  .demo-controls { grid-template-columns: 30px 1fr 30px; gap: 7px; }
  .demo-controls time { display: none; }
  .demo-chapters { grid-template-columns: repeat(2,1fr); }
  .demo-ecosystem { padding: 17px 10px; }
  .demo-ecosystem-grid { grid-template-columns: repeat(2,1fr); gap: 5px; }
  .demo-ecosystem-grid article { min-height: 92px; padding: 9px; grid-template-columns: 28px 1fr; gap: 7px; }
  .demo-ecosystem-grid i { width: 28px; height: 28px; }
  .demo-bottom { align-items: stretch; flex-direction: column; text-align: center; }
  .demo-bottom a { text-align: center; }
  .home-stats article:nth-child(2) { border-right: 0; }
  .home-stats article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .desire-strip { width: calc(100% - 30px); margin: 45px auto 10px; padding: 22px; grid-template-columns: 1fr; }
  .desire-strip h2 { font-size: 28px; }
  .desire-points { grid-template-columns: 1fr; }
  .video-examples { width: calc(100% - 30px); margin: 42px auto 5px; padding: 22px 14px; border-radius: 22px; }
  .video-examples-head h2 { font-size: 30px; letter-spacing: -1px; }
  .video-examples-head p { font-size: 11px; }
  .video-example-card { display: block; }
  .video-example-media { height: 390px; }
  .video-example-copy { padding: 18px; }
  .video-example-copy p { min-height: 0; }
  .how, .possibilities, .home-pricing { padding: 80px 16px; }
  .steps-grid, .home-plans { width: 100%; grid-template-columns: minmax(0, 1fr); }
  .steps-grid article { width: 100%; min-height: 230px; padding: 22px; }
  .section-intro h2 { max-width: 100%; padding: 0 3px; font-size: 30px; letter-spacing: -1px; overflow-wrap: anywhere; }
  .section-intro p { padding: 0 6px; overflow-wrap: anywhere; }
  .feature-showcase { width: calc(100% - 30px); padding: 15px; gap: 30px; }
  .feature-image { height: 430px; }
  .feature-copy { padding: 5px 8px 22px; }
  .gallery-head { grid-template-columns: 1fr; gap: 10px; }
  .gallery-head h2 { font-size: 31px; }
  .community-gallery { padding: 80px 15px; }
  .community-gallery::before { inset: 25px 10px; border-radius: 24px; }
  .community-gallery::after { width: 260px; height: 260px; right: -120px; top: 30px; }
  .community-heading { grid-template-columns: 1fr; gap: 12px; }
  .community-proof { grid-template-columns: 1fr; }
  .community-trend { width: 100%; align-items: flex-start; border-radius: 16px; }
  .community-grid { grid-template-columns: 1fr; }
  .community-card.wide { grid-column: auto; grid-template-columns: 1fr; }
  .community-card.large .community-media,.community-card.wide .community-media,.community-media { height: 310px; }
  .community-bottom { align-items: flex-start; flex-direction: column; }
  .community-bottom a { width: 100%; text-align: center; }
  .outcome-showcase,.tool-comparison,.viral-models-preview,.home-mini-faq,.loss-killer { padding: 80px 15px; }
  .comparison-grid { grid-template-columns: minmax(0,1fr); }
  .comparison-grid article { min-height: 0; padding: 23px; }
  .outcome-grid,.viral-preview-grid,.mini-faq-grid { grid-template-columns: minmax(0,1fr); }
  .before-after { width: calc(100% - 30px); grid-template-columns: 1fr; }
  .before-after { margin-bottom: 80px; }
  .before-card,.after-card { padding: 23px; }
  .power-comparison { width: calc(100% - 30px); margin: 30px auto 60px; padding: 18px; border-radius: 24px; }
  .comparison-intro h2 { font-size: 30px; letter-spacing: -1px; }
  .comparison-intro p { font-size: 11px; }
  .after-benefit-grid { grid-template-columns: 1fr; }
  .comparison-cta { width: 100%; text-align: center; }
  .conversion-magnets { width: calc(100% - 30px); margin-bottom: 55px; padding: 18px; border-radius: 22px; }
  .conversion-grid { grid-template-columns: 1fr; }
  .conversion-grid article { min-height: 0; }
  .social-proof { padding: 80px 15px; }
  .audiences { padding: 80px 15px; }
  .audience-grid { grid-template-columns: minmax(0, 1fr); }
  .audience-card { min-height: 250px; padding: 22px; }
  .audience-cta { padding: 18px; grid-template-columns: 1fr; text-align: center; }
  .audience-cta a { width: 100%; white-space: normal; }
  .loss-grid { grid-template-columns: minmax(0,1fr); }
  .loss-grid article { min-height: 0; }
  .free-trial { width: calc(100% - 30px); margin: 75px auto; padding: 35px 20px; gap: 35px; }
  .trial-copy h2 { font-size: 31px; }
  .trial-card { transform: none; padding: 20px; }
  .trial-credit strong { font-size: 55px; }
  .home-rewards { width: calc(100% - 30px); margin: 75px auto; padding: 35px 20px; gap: 30px; }
  .home-rewards h2 { font-size: 32px; }
  .home-reward-points { grid-template-columns: 1fr; }
  .home-rewards-visual { height: 330px; }
  .reward-ticket { width: 235px; height: 290px; }
  .reward-ticket b { font-size: 75px; }
  .testimonial-grid, .possibility-grid { width: 100%; grid-template-columns: minmax(0, 1fr); }
  .pricing-value { margin: -18px auto 28px; grid-template-columns: 1fr; }
  .home-plans article,.home-plans .best { min-height: 0; }
  .final-cta { width: calc(100% - 30px); padding: 35px 24px 0; grid-template-columns: 1fr; text-align: center; }
  .final-cta h2 { font-size: 29px; }
  .final-cta img { width: min(100%, 230px); height: 290px; }
  .sticky-signup { width: calc(100% - 20px); bottom:10px; grid-template-columns:1fr; gap:8px; padding:12px; text-align:center; border-radius:16px; }
  .sticky-signup a { width:100%; }
  footer { grid-template-columns: 1fr; justify-items: center; }
  footer p { margin: 0; }
}
