*{box-sizing:border-box}
 :root{color-scheme:dark;--bg:#0a0a0f;--surface:#111118;--card:#161620;--red:#e50914;--text:#f0f0f5;--muted:#9090a8;--border:rgba(255,255,255,.07)}
html{scroll-behavior:smooth;background:#0a0a0f}
body{margin:0;background:var(--bg);color:var(--text);font:14px/1.6 Inter,sans-serif}
/* The provider's transparent offers document uses the normal/light scheme.
   Match it on the host iframe: inheriting our dark scheme makes Chromium
   paint an opaque light canvas behind that cross-origin document.
   Leave the provider's translucent overlay and offers untouched. */
#xf_MODAL_CONTAINER #xfOFFERS {
  color-scheme: normal;
  background: transparent;
}

button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--red);outline-offset:5px}
button{border:0}
em{font-style:normal;color:var(--red)}
.red{color:var(--red)}
.wrap{width:min(1200px,calc(100% - 96px));margin:auto}
.site-header{height:68px;position:sticky;top:0;z-index:20;background:rgba(10,10,15,.94);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}
.nav-inner{height:100%;padding:0 48px;display:flex;align-items:center;gap:40px}
.brand{font:900 22px Montserrat,sans-serif;display:inline-flex;align-items:center;white-space:nowrap}
.brand>span:last-child{color:var(--red)}
.brand-icon{display:inline-grid;place-items:center;width:34px;height:34px;background:var(--red);border-radius:8px;margin-right:10px;color:white;box-shadow:0 0 18px #e509142d}
.nav-inner nav{display:flex;gap:26px}
.nav-inner nav a{font-size:12px;color:var(--muted)}
.nav-inner nav a:hover{color:white}
.menu-toggle{display:none}
.hero{min-height:600px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:12px;padding-top:20px;padding-bottom:28px}
.eyebrow{font-size:10px;font-weight:600;letter-spacing:3px;color:var(--muted);margin-bottom:23px}
.eyebrow>span{display:inline-block;width:6px;height:6px;background:var(--red);border-radius:50%;margin-right:8px;box-shadow:0 0 12px var(--red)}
h1,h2,h3{font-family:Montserrat,sans-serif}
h1{font-size:clamp(44px,5.5vw,70px);font-weight:900;line-height:1.08;letter-spacing:-3px;margin:0 0 22px}
.lead{color:var(--muted);font-size:15px;line-height:1.9;max-width:430px}
.app-cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--red);color:white;padding:16px 24px;border-radius:9px;font-weight:600;margin-top:24px;box-shadow:0 5px 20px #e5091426;transition:transform .25s,background .25s}
.app-cta:hover{transform:translateY(-3px);background:#ff1f2b}
.app-cta:disabled{opacity:.7;cursor:wait}
.app-cta svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.app-cta>span{margin-left:20px}
.benefits{display:flex;gap:22px;font-size:10px;color:var(--muted);margin-top:16px;flex-wrap:wrap}
.hero-art{position:relative;height:552px;width:100%;max-width:570px;justify-self:start;min-width:0;background:radial-gradient(ellipse,#e509141b,transparent 68%)}
.phone{position:relative;width:252px;height:502px;padding:33px 13px 30px;background:#0d0d14;border:5px solid #2b2b34;border-radius:34px;box-shadow:0 20px 44px #0008,inset 0 0 0 1px #ffffff18;overflow:hidden;font-size:8px}
.phone-camera{position:absolute;top:8px;left:36%;width:28%;height:13px;border-radius:15px;background:#030305}
.phone-status{position:absolute;top:9px;left:15px;right:15px;font-size:7px;display:flex;justify-content:space-between}
.phone-brand{font:900 14px Montserrat,sans-serif;margin-bottom:15px}
.phone-brand>span{color:var(--red)}
.phone-brand small{float:right;font-size:17px}
.phone h3{font-size:20px;line-height:1.2;margin:15px 0}
.phone h4{font-size:10px;margin:13px 0 9px}
.phone h4 span{float:right;color:var(--red)}
.phone-feature{height:155px;background:linear-gradient(0deg,#0d0d14 1%,#0d0d1410 90%),url(https://image.tmdb.org/t/p/w780/ytoLEl5yDaxB8AtZ52uKWjaQ9ql.jpg) center/cover;border-radius:7px;padding:50px 10px 10px}
.phone-feature>span:first-child{font-size:6px;letter-spacing:1px}
.phone-feature h3{margin:5px 0 10px;font-size:25px}
.mini-play{display:inline-block;background:var(--red);padding:6px 12px;border-radius:4px;font-size:8px}
.mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.mini-card{min-width:0}
.mini-card img{width:100%;aspect-ratio:2/3;object-fit:cover;background:#252532;border-radius:4px}
.mini-card>span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:6px;color:var(--muted)}
.mini-chips{display:flex;gap:5px}
.mini-chips span{padding:4px 7px;background:#24242f;border-radius:15px;font-size:7px}
.phone-bottom{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-around;background:#111118;padding:10px;font-size:15px;border-top:1px solid var(--border)}
.mock-search{background:#20202b;border-radius:5px;padding:9px;color:var(--muted);font-size:8px}
.mock-copy{font-size:9px;color:var(--muted)}
.rear{position:absolute;right:6%;top:10px;transform:rotate(5deg)}
.front{position:absolute;left:5%;top:32px;transform:rotate(-4deg)}
.features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.feature-card{padding:18px 20px;background:linear-gradient(145deg,#161620,#111118);border:1px solid var(--border);border-radius:12px;transition:transform .25s,border-color .25s}
.feature-card:hover{transform:translateY(-3px);border-color:#e5091466}
.feature-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:9px;background:#e5091412;color:var(--red);font-size:29px;margin-bottom:13px}
.feature-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.feature-card h2{font-size:14px;margin:0 0 7px}
.feature-card p{font-size:12px;color:var(--muted);margin:0}
.preview{display:grid;grid-template-columns:.8fr 1.3fr;align-items:center;gap:24px;padding-top:60px;padding-bottom:54px}
.preview h2{font-size:clamp(28px,3.1vw,43px);line-height:1.2;letter-spacing:-1.5px;font-weight:900}
.check-list{list-style:none;padding:0;margin-top:26px;color:#c3c3d0;font-size:12px}
.check-list li{margin:13px 0}
.check-list li:before{content:'✓';color:var(--red);margin-right:12px}
.preview-art{height:490px;position:relative;min-width:0;background:radial-gradient(ellipse,#e509140d,transparent 70%)}
.preview-art .phone{position:absolute;width:214px;height:448px;border-radius:29px;padding:31px 10px 28px}
.preview-one{left:12px;top:20px;transform:rotate(-2deg)}
.preview-two{left:calc(50% - 107px);top:4px;z-index:2}
.preview-three{right:12px;top:20px;transform:rotate(2deg)}
.tall{height:218px;padding-top:120px}
.list-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.list-grid img{aspect-ratio:3/4}
.preview-caption{position:absolute;bottom:0;width:100%;text-align:center;color:var(--muted);font-size:9px;letter-spacing:1px}
.final-cta{text-align:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:radial-gradient(ellipse at 50% 80%,#e509141c,transparent 65%),linear-gradient(90deg,#0a0a0ff5,#0a0a0fba,#0a0a0ff5),linear-gradient(0deg,#0a0a0f,transparent 50%,#0a0a0f),url(https://image.tmdb.org/t/p/w1280/ytoLEl5yDaxB8AtZ52uKWjaQ9ql.jpg) center/cover}
.final-inner{padding-top:56px;padding-bottom:56px}
.final-cta h2{font-size:clamp(38px,4.6vw,58px);font-weight:900;line-height:1.13;letter-spacing:-2px;margin:24px 0}
.final-cta .lead{margin:20px auto 0}
.cta-note{font-size:10px;color:var(--muted);margin-top:20px}
footer{padding-top:34px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px}
footer p{color:var(--muted);font-size:12px}
footer h2{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 16px}
.footer-links{display:flex;flex-direction:column;gap:9px;color:var(--muted);font-size:12px}
.footer-links a:hover{color:white}
summary{cursor:pointer}
.socials{display:flex;gap:7px}
.socials span{display:grid;place-items:center;width:30px;height:30px;background:var(--card);border-radius:8px;color:var(--muted)}
.social-note{font-size:10px}
.footer-bottom{margin-top:28px;padding:20px 0;border-top:1px solid var(--border);display:flex;justify-content:space-between;color:#55556a;font-size:10px}
.locker-status{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:50;background:var(--card);border:1px solid var(--border);border-radius:10px;padding:14px 20px;max-width:calc(100% - 32px);box-shadow:0 8px 30px #0009}
.skip-link{position:fixed;top:-80px;left:15px;background:var(--red);padding:10px;z-index:100}
.skip-link:focus{top:10px}
.cta-helper{font-size:11px;line-height:1.6;color:var(--muted);margin:10px 0 0}
.hero-copy,.preview-copy,.footer-grid>div{min-width:0}
.benefits{gap:18px}
.final-cta .cta-note{margin-top:16px;font-size:10px}
.preview h2{margin-top:0;margin-bottom:20px}
.preview .eyebrow{margin-bottom:18px}
.phone .mini-chips{flex-wrap:wrap}
.mini-card img{display:block}
.feature-card{min-width:0}
.footer-links p{overflow-wrap:anywhere}

@media(max-width:1100px){
 .nav-inner{gap:30px}
.hero-art .phone{width:224px;height:474px}
.hero-art .front{left:3%}
.hero-art .rear{right:3%}
.hero-art{height:530px}
.preview-art .phone{width:190px}
.preview-two{left:calc(50% - 95px)}

}

@media(max-width:900px){
 .wrap{width:calc(100% - 48px)}
.nav-inner{padding:0 24px;justify-content:space-between}
.menu-toggle{display:flex;flex-direction:column;gap:5px;background:none;padding:12px;min-height:44px;justify-content:center}
.menu-toggle span{height:2px;width:22px;background:var(--text)}
.nav-inner nav{display:none;position:absolute;top:68px;left:0;right:0;background:#111118;flex-direction:column;gap:0;padding:12px 24px;border-bottom:1px solid var(--border)}
.nav-inner nav.open{display:flex}
.nav-inner nav a{padding:12px}
.hero{min-height:560px;grid-template-columns:1fr 1fr;gap:10px;padding-top:24px;padding-bottom:28px}
.hero h1{font-size:clamp(36px,6.2vw,56px);letter-spacing:-2px}
.hero .lead{font-size:13px}
.hero-art{height:480px}
.hero-art .phone{width:62%;max-width:224px;height:434px}
.hero-art .front{top:34px;left:4%;transform:rotate(-3deg)}
.hero-art .rear{top:8px;right:4%;transform:rotate(3deg)}
.hero-art .phone-feature{height:145px}
.benefits{gap:10px;font-size:9px}
.features{grid-template-columns:repeat(2,minmax(0,1fr))}
.preview{grid-template-columns:1fr;padding-top:56px;padding-bottom:50px;gap:22px}
.preview-copy{max-width:510px}
.preview-art{width:min(620px,100%);margin:auto;height:495px}
.preview-art .phone{width:210px;height:446px}
.preview-two{left:calc(50% - 105px)}
.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:28px}
.footer-grid>div:last-child{grid-column:1/-1}

}

@media(max-width:600px){
 .hero{grid-template-columns:1fr;min-height:0;padding-top:28px;padding-bottom:28px;gap:22px}
.hero h1{font-size:clamp(40px,10.5vw,58px);letter-spacing:-2px;margin-bottom:18px}
.hero .eyebrow{margin-bottom:16px}
.hero .lead{font-size:13px;margin-bottom:0}
.hero-copy .app-cta{width:100%;margin-top:18px;min-height:52px}
.hero-copy .cta-helper{text-align:center}
.benefits{justify-content:center;gap:16px;margin-top:13px}
.hero-art{width:min(410px,100%);height:480px;margin:auto}
.hero-art .phone{width:60%;max-width:238px;height:432px}
.hero-art .front{left:4%;top:32px;transform:rotate(-3deg)}
.hero-art .rear{right:4%;top:8px;transform:rotate(3deg)}
.features{gap:10px}
.feature-card{padding:17px 15px}
.feature-card h2{font-size:12px}
.feature-card p{font-size:11px}
.feature-icon{margin-bottom:10px}
.preview{padding-top:44px;padding-bottom:36px;gap:18px}
.preview h2{font-size:32px}
.preview-art{height:432px;width:100%}
.preview-art .phone{width:46%;height:380px;border-width:4px;padding:28px 8px;border-radius:24px}
.preview-two{left:27%;top:4px}
.preview-one{left:8px;top:23px;transform:rotate(-2deg)}
.preview-three{right:8px;top:23px;transform:rotate(2deg)}
.preview-art .phone h3{font-size:15px}
.preview-art .tall{height:190px;padding-top:102px}
.preview-art .phone-brand{font-size:11px}
.preview-caption{font-size:8px;letter-spacing:.5px}
.final-inner{padding-top:42px;padding-bottom:42px}
.final-cta h2{font-size:42px}
.footer-grid{grid-template-columns:1fr 1fr;gap:24px}
.footer-grid>div:first-child{grid-column:1/-1}
.footer-bottom{gap:10px;flex-direction:column}
.lead{font-size:13px}
.eyebrow{font-size:8px;letter-spacing:2px}
footer{padding-top:30px}

}

@media(max-width:375px){
 .wrap{width:calc(100% - 32px)}
.nav-inner{padding:0 16px}
.hero-art{height:450px}
.hero-art .phone{height:404px}
.hero-art .phone-feature{height:130px;padding-top:34px}
.hero-art .phone h3{font-size:18px}
.hero-art .phone-brand{margin-bottom:10px}
.hero-art .phone h4{margin:10px 0 7px}
.preview-art{height:402px}
.preview-art .phone{height:350px}
.preview-art .phone h3{font-size:13px}
.preview-art .mock-search{font-size:7px;padding:7px}
.preview-art .phone-brand{font-size:10px}
.preview-art .tall{height:176px;padding-top:90px}
.features{grid-template-columns:1fr}
.feature-card{display:grid;grid-template-columns:44px 1fr;column-gap:14px;align-items:center;padding:16px}
.feature-icon{grid-row:1/3;margin:0}
.feature-card h2{margin:0 0 4px}
.feature-card p{grid-column:2}
.final-cta h2{font-size:38px}
.benefits{gap:12px}
.cta-helper{font-size:10px}

}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{transition:none!important}
}

