:root{--dark:#111216;--dark2:#1a1c21;--yellow:#ffc400;--yellow-soft:#fff4bf;--red:#b51f25;--red-deep:#86151a;--red-bright:#d22730;--red-soft:#f8e7e8;--bg:#f5f5f2;--soft:#eceDE9;--ink:#111216;--muted:#6d7078;--border:#d9dade;--green:#168544;--max:1180px;--radius:24px;--shadow:0 22px 70px rgba(0,0,0,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.5}a{color:inherit}button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 40px),var(--max));margin:auto}.narrow{max-width:850px}.skip{position:absolute;left:-999px}.skip:focus{left:16px;top:16px;z-index:9999;background:#fff;padding:10px;border-radius:8px}.site-header{position:sticky;top:0;z-index:60;background:rgba(17,18,22,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-wrap{height:74px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{text-decoration:none;font-weight:950;font-size:21px;letter-spacing:-.045em;color:#fff;white-space:nowrap}.brand-tag{color:var(--yellow)}.brand-auto{font-size:13px;margin-left:7px}.main-nav{display:flex;align-items:center;gap:24px}.main-nav a{text-decoration:none;color:#d8d9dd;font-size:13px;font-weight:800}.main-nav a:hover,.main-nav a:focus{color:#fff}.nav-cta{background:var(--yellow);color:#111!important;padding:11px 17px;border-radius:999px}.menu-toggle{display:none}.hero{background:var(--dark);color:#fff;min-height:690px;display:flex;align-items:center;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;right:-110px;top:110px;width:300px;height:18px;background:var(--red);transform:rotate(-8deg);border-radius:99px;opacity:.95}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;padding:76px 0}.eyebrow{display:inline-block;color:var(--yellow);font-size:12px;font-weight:950;letter-spacing:.18em;text-transform:uppercase}.eyebrow.red{color:var(--red)}.hero h1,.page-hero h1{font-size:clamp(58px,6.7vw,92px);line-height:.92;letter-spacing:-.065em;margin:17px 0 24px;font-weight:950}.hero h1 .yellow{color:var(--yellow)}.hero h1 .red{color:var(--red)}.lead{font-size:20px;color:#c8cad0;max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;text-decoration:none;border-radius:14px;padding:14px 19px;font-weight:950;font-size:13px;text-transform:uppercase;letter-spacing:.02em;cursor:pointer}.btn-yellow{background:var(--yellow);color:#111}.btn-red{background:var(--red);color:#fff}.btn-dark{background:var(--dark);color:#fff}.btn-ghost{color:#fff;border:1px solid #44474f;background:transparent}.hero-note{margin-top:20px;color:#9da0a7;font-size:13px}.signal{display:inline-block;background:var(--red);color:#fff;border-radius:999px;padding:6px 10px;font-weight:950;font-size:11px;letter-spacing:.08em;margin-right:8px}.windshield{height:430px;border-radius:34px;background:linear-gradient(145deg,#3b3e46,#17191d 65%);position:relative;box-shadow:var(--shadow);overflow:hidden;border:1px solid #4c4f58}.glass-line{position:absolute;height:2px;background:rgba(255,255,255,.1);width:90%;transform:rotate(-35deg);left:4%}.glass-line.one{top:32%}.glass-line.two{top:65%}.display-shell{background:#292c32;border:8px solid #34373e;border-radius:18px;padding:8px;box-shadow:0 18px 30px rgba(0,0,0,.35)}.display-shell.tilted{position:absolute;width:78%;left:11%;top:31%;transform:rotate(-4deg)}.display-shell.large{width:min(620px,100%)}.epaper{background:#f6f1e5;color:#0d0d0e;border-radius:7px;min-height:220px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:inset 0 0 0 2px #d3cdbf;position:relative}.epaper:before{content:"";position:absolute;left:0;top:0;bottom:0;width:9px;background:var(--red);border-radius:7px 0 0 7px}.epaper-top,.epaper-bottom{display:flex;justify-content:space-between;align-items:center}.epaper-top strong span{background:var(--yellow);padding:0 3px}.epaper-top small{font-weight:950}.epaper-message{font-size:clamp(18px,2.2vw,30px);font-weight:950;line-height:.96;max-width:88%;text-transform:uppercase}.epaper-phone{font-size:clamp(30px,4vw,56px);font-weight:950;letter-spacing:-.055em;white-space:nowrap}.epaper-bottom{font-size:10px;font-weight:850;text-transform:uppercase}.mini-qr{width:44px;height:44px;background:repeating-linear-gradient(45deg,#111 0 5px,#fff 5px 10px);border:5px solid #111}.red-tag{background:var(--red);color:#fff;padding:4px 7px;border-radius:6px}.section{padding:100px 0}.light{background:var(--bg)}.white{background:#fff}.dark{background:var(--dark);color:#fff}.section-head{max-width:820px;margin-bottom:46px}.section-head h2,.demo-copy h2,.qr-copy h2,.cta h2,.page-hero h1{font-size:clamp(42px,5.2vw,70px);line-height:.98;letter-spacing:-.055em;font-weight:950;margin:12px 0 18px}.section-head p,.demo-copy p,.qr-copy p{font-size:18px;color:var(--muted)}.cards{display:grid;gap:16px}.cards.four{grid-template-columns:repeat(4,1fr)}.feature-card,.info-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:26px;min-height:245px;display:flex;flex-direction:column;position:relative;overflow:hidden}.feature-card.redline:after{content:"";position:absolute;left:0;right:0;bottom:0;height:6px;background:var(--red)}.feature-card .num{color:var(--yellow);font-weight:950}.feature-card h3{font-size:24px;margin-top:auto;margin-bottom:10px}.feature-card p,.info-card p{color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{background:#191b20;border:1px solid rgba(255,255,255,.09);border-radius:var(--radius);padding:30px;position:relative}.step:before{content:"";position:absolute;left:28px;top:0;width:50px;height:5px;background:var(--red)}.step span{font-size:50px;color:var(--yellow);font-weight:950}.step p{color:#b9bbc1}.demo-grid,.qr-grid,.cta-grid,.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.preset-buttons,.target-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.preset,.target{border:1px solid var(--border);background:#fff;border-radius:999px;padding:10px 15px;font-weight:850;cursor:pointer}.preset.active{background:var(--dark);color:#fff}.preset[data-preset="alert"]{border-color:var(--red);color:var(--red)}.preset[data-preset="alert"].active{background:var(--red);color:#fff}.preview-stage{background:var(--soft);padding:40px;border-radius:38px}.interactive.theme-yellow{background:var(--yellow)}.interactive.theme-alert{background:#fff0f0}.interactive.theme-alert:before{width:13px}.interactive.theme-alert .epaper-message{color:var(--red)}.qr-section{background:var(--dark);color:#fff;position:relative}.qr-section:before{content:"";position:absolute;left:0;top:0;width:100%;height:8px;background:linear-gradient(90deg,var(--yellow) 0 72%,var(--red) 72%)}.qr-card{background:#f4f1e7;color:#111;padding:26px;border-radius:22px;transform:rotate(-2deg);box-shadow:var(--shadow);max-width:400px}.fake-qr{aspect-ratio:1;background:repeating-conic-gradient(#111 0 25%,#fff 0 50%) 50%/34px 34px;border:13px solid #111}.destination{margin-top:25px;background:#181a1f;border:1px solid #343740;border-radius:16px;padding:18px 20px;display:flex;justify-content:space-between}.destination strong{color:var(--yellow)}.target{background:#181a1f;color:#ddd;border-color:#343740}.target.active{background:var(--red);border-color:var(--red);color:#fff}.eco{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:18px;align-items:stretch}.eco-box{background:#fff;border:1px solid var(--border);border-radius:24px;padding:28px}.eco-box.yellow{background:var(--yellow)}.eco-box.red{background:var(--red);color:#fff}.eco-box h3{font-size:24px;margin:34px 0 8px}.eco-arrow{align-self:center;font-size:30px;font-weight:950}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.benefit b{display:inline-flex;width:48px;height:48px;border-radius:14px;background:var(--yellow);align-items:center;justify-content:center;margin-bottom:44px}.benefit:nth-child(4) b{background:var(--red);color:#fff}.faq details{background:#fff;border:1px solid var(--border);border-radius:18px;padding:0 22px;margin:11px 0}.faq summary{padding:20px 0;cursor:pointer;font-weight:900;list-style:none}.faq summary:after{content:"+";float:right;font-size:24px;color:var(--red)}.faq details[open] summary:after{content:"–"}.faq p{color:var(--muted)}.cta{background:var(--yellow);padding:90px 0;position:relative}.cta:after{content:"";position:absolute;right:0;top:0;width:15%;height:100%;background:var(--red);clip-path:polygon(45% 0,100% 0,100% 100%,0 100%)}.cta .container{position:relative;z-index:2}.form-card{background:#fff;border-radius:26px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.14)}.form-card label{display:block;font-size:13px;font-weight:900;margin-bottom:15px}.form-card input,.form-card textarea,.form-card select{width:100%;margin-top:7px;padding:13px 14px;border:1px solid #d6d7da;border-radius:12px;background:#fafafa}.form-card textarea{min-height:110px}.form-card :focus{outline:3px solid rgba(181,31,37,.18);border-color:var(--red)}.check{display:flex!important;gap:10px;align-items:flex-start;font-weight:600!important}.check input{width:auto;margin-top:3px}.legal-note{font-size:12px;color:var(--muted)}.page-hero{background:var(--dark);color:#fff;padding:85px 0 75px;border-bottom:7px solid var(--red)}.page-hero p{font-size:20px;color:#c9cbd0;max-width:760px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--border);border-radius:26px;padding:28px}.product-card .status{display:inline-block;background:var(--red-soft);color:var(--red);font-weight:900;border-radius:999px;padding:6px 10px;font-size:12px}.specs{width:100%;border-collapse:collapse;margin-top:22px}.specs th,.specs td{text-align:left;padding:13px 10px;border-bottom:1px solid #e6e7e9;vertical-align:top}.specs th{width:34%;font-size:13px}.specs td{color:#555861}.market-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:28px}.market-logo{font-size:27px;font-weight:950;margin-bottom:30px}.soon{display:inline-block;background:var(--yellow-soft);padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900}.timeline{display:grid;gap:14px;counter-reset:step}.timeline .item{background:#fff;border:1px solid var(--border);border-radius:20px;padding:22px;display:grid;grid-template-columns:58px 1fr;gap:16px}.timeline .item:before{counter-increment:step;content:counter(step,decimal-leading-zero);width:48px;height:48px;border-radius:13px;background:var(--yellow);display:flex;align-items:center;justify-content:center;font-weight:950}.notice{background:var(--red-soft);border-left:6px solid var(--red);padding:18px 20px;border-radius:12px;color:#651319}.legal-list{display:grid;gap:12px}.legal-list a{display:flex;justify-content:space-between;text-decoration:none;background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px 20px;font-weight:850}.legal-list a:hover{border-color:var(--red)}.placeholder{background:#fff7d7;border:1px dashed #c79b00;border-radius:14px;padding:16px}.footer{background:var(--dark);color:#aaa;padding:44px 0}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:38px}.footer a{color:#d9dadd}.footer-links{display:grid;gap:7px;font-size:13px}.footer-legal{font-size:12px;line-height:1.7}.red-rule{height:5px;background:var(--red)}.reveal{opacity:0;transform:translateY(16px);transition:.55s}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){.main-nav{display:none;position:absolute;top:70px;left:20px;right:20px;background:#17191e;padding:18px;border-radius:18px;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.menu-toggle{display:block;background:transparent;color:#fff;border:1px solid #444;border-radius:10px;padding:8px 10px}.hero-grid,.demo-grid,.qr-grid,.cta-grid,.split{grid-template-columns:1fr}.cards.four,.benefit-grid,.grid-3{grid-template-columns:1fr 1fr}.eco{grid-template-columns:1fr}.eco-arrow{transform:rotate(90deg);text-align:center}.steps{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.cta:after{display:none}}@media(max-width:580px){.container{width:min(calc(100% - 28px),var(--max))}.hero h1{font-size:52px}.hero-grid{padding:55px 0}.hero{min-height:auto}.windshield{height:320px}.display-shell.tilted{width:88%;left:6%;top:27%}.epaper{min-height:180px;padding:16px}.epaper-phone{font-size:27px}.epaper-message{font-size:16px}.section{padding:74px 0}.cards.four,.benefit-grid,.grid-3{grid-template-columns:1fr}.preview-stage{padding:18px}.page-hero{padding:65px 0 55px}.page-hero h1{font-size:48px}.timeline .item{grid-template-columns:48px 1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}

/* NOWTAG Auto Web v1.2 — Red E-paper Design System */
body{background:#f3f3ef}
.site-header{box-shadow:0 8px 30px rgba(0,0,0,.16)}
.site-header:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--yellow) 0 56%,var(--red) 56% 82%,#fff 82%)}
.brand-auto{position:relative}
.brand-auto:after{content:"";display:inline-block;width:6px;height:6px;margin-left:6px;border-radius:50%;background:var(--red);vertical-align:middle;box-shadow:0 0 0 3px rgba(181,31,37,.16)}
.main-nav a:not(.nav-cta){position:relative}
.main-nav a:not(.nav-cta):after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--red);transition:right .22s ease}
.main-nav a:not(.nav-cta):hover:after,.main-nav a:not(.nav-cta):focus:after{right:0}
.nav-cta{box-shadow:0 8px 24px rgba(255,196,0,.18);transition:transform .2s ease,box-shadow .2s ease}
.nav-cta:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(255,196,0,.28)}
.hero{isolation:isolate;background:radial-gradient(circle at 77% 38%,rgba(181,31,37,.12),transparent 28%),var(--dark)}
.hero:before{content:"";position:absolute;z-index:-1;right:-130px;bottom:-120px;width:460px;height:460px;border:76px solid rgba(181,31,37,.12);border-radius:50%}
.hero:after{right:-65px;top:92px;width:360px;height:20px;background:linear-gradient(90deg,var(--red) 0 74%,var(--yellow) 74%);box-shadow:0 12px 35px rgba(181,31,37,.24)}
.hero h1 .red{text-shadow:0 0 36px rgba(181,31,37,.18)}
.lead{max-width:610px}
.windshield{border-color:#5b3034;box-shadow:0 28px 85px rgba(0,0,0,.42),0 0 0 1px rgba(181,31,37,.22) inset}
.windshield:after{content:"NOWTAG / AUTO";position:absolute;right:-44px;top:40px;transform:rotate(90deg);font-size:10px;font-weight:950;letter-spacing:.2em;color:#fff;background:var(--red);padding:8px 14px;border-radius:0 0 7px 7px}
.display-shell{border-color:#3b3d45}
.display-shell.tilted{box-shadow:0 24px 50px rgba(0,0,0,.42),-10px 13px 0 rgba(181,31,37,.72)}
.epaper{background:linear-gradient(180deg,#f8f3e7,#f1eadc)}
.epaper:before{width:11px;background:linear-gradient(180deg,var(--red-bright),var(--red-deep))}
.signal{box-shadow:0 6px 18px rgba(181,31,37,.24)}
.brand-rail{background:var(--red);color:#fff;overflow:hidden;border-bottom:1px solid rgba(0,0,0,.08)}
.brand-rail .container{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:11px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.brand-rail b{color:var(--yellow)}
.brand-rail span{display:inline-flex;align-items:center;gap:10px;white-space:nowrap}
.brand-rail i{width:7px;height:7px;border-radius:50%;background:var(--yellow);display:inline-block}
.section-head h2,.demo-copy h2,.qr-copy h2,.cta h2{max-width:920px}
.feature-card,.info-card,.product-card,.market-card,.eco-box,.timeline .item,.faq details{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.feature-card:hover,.info-card:hover,.product-card:hover,.market-card:hover,.eco-box:hover,.timeline .item:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(17,18,22,.08);border-color:#c9cace}
.feature-card:nth-child(1){border-top:5px solid var(--red)}
.feature-card:nth-child(2){border-top:5px solid var(--yellow)}
.feature-card:nth-child(3){border-top:5px solid var(--dark)}
.feature-card:nth-child(4){background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 18px 45px rgba(181,31,37,.18)}
.feature-card:nth-child(4) .num{color:var(--yellow)}
.feature-card:nth-child(4) p{color:#f8dfe1}
.feature-card:nth-child(4):after{background:var(--yellow)}
.dark .section-head h2{max-width:790px}
.step{overflow:hidden}
.step:before{width:100%;left:0;background:linear-gradient(90deg,var(--red) 0 25%,var(--yellow) 25% 44%,transparent 44%)}
.step:nth-child(2):before{background:linear-gradient(90deg,var(--yellow) 0 38%,var(--red) 38% 54%,transparent 54%)}
.step:nth-child(3):before{background:linear-gradient(90deg,var(--red) 0 55%,transparent 55%)}
.step:nth-child(3) span{color:var(--red-bright)}
.preview-stage{position:relative;background:linear-gradient(145deg,#efefeb,#e5e4df);box-shadow:inset 0 0 0 1px #dddcd7}
.preview-stage:before{content:"";position:absolute;left:-9px;top:42px;bottom:42px;width:9px;background:var(--red);border-radius:9px 0 0 9px}
.preview-stage:after{content:"E-PAPER / 4 COLORS";position:absolute;right:26px;bottom:15px;font-size:9px;font-weight:950;letter-spacing:.13em;color:var(--red)}
.preset{transition:.18s ease}
.preset:hover{border-color:var(--red);transform:translateY(-1px)}
.qr-section{background:radial-gradient(circle at 18% 48%,rgba(181,31,37,.20),transparent 23%),var(--dark)}
.qr-section:after{content:"";position:absolute;right:0;bottom:0;width:34%;height:100%;background:linear-gradient(135deg,transparent 0 44%,rgba(181,31,37,.14) 44% 64%,transparent 64%);pointer-events:none}
.qr-card{position:relative;border:2px solid rgba(181,31,37,.48)}
.qr-card:before{content:"LIVE";position:absolute;right:20px;top:-15px;background:var(--red);color:#fff;font-size:10px;font-weight:950;letter-spacing:.12em;padding:7px 10px;border-radius:999px}
.destination{position:relative;z-index:1}
.target:hover{border-color:var(--red)}
.eco-box.red{background:linear-gradient(145deg,var(--red-bright),var(--red-deep));box-shadow:0 20px 50px rgba(181,31,37,.18)}
.eco-arrow{color:var(--red)}
.benefit{padding:24px 0;border-top:1px solid #e1e1dd}
.benefit h3{font-size:22px}
.benefit:nth-child(2) b{background:var(--red-soft);color:var(--red)}
.benefit:nth-child(4){border-top-color:var(--red)}
.brand-statement{background:var(--red);color:#fff;position:relative;overflow:hidden}
.brand-statement:before{content:"";position:absolute;width:260px;height:260px;border:55px solid rgba(255,196,0,.20);border-radius:50%;right:-70px;top:-90px}
.brand-statement .container{position:relative;z-index:1;display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:end;padding-top:78px;padding-bottom:78px}
.brand-statement h2{font-size:clamp(44px,5.2vw,76px);line-height:.93;letter-spacing:-.055em;margin:0;max-width:850px}
.brand-statement h2 em{font-style:normal;color:var(--yellow)}
.brand-statement p{margin:0;color:#f8dfe1;font-size:18px;max-width:390px}
.faq details[open]{border-color:rgba(181,31,37,.48);box-shadow:0 9px 28px rgba(181,31,37,.07)}
.cta{background:linear-gradient(105deg,var(--yellow) 0 72%,var(--red) 72% 100%)}
.cta:after{display:none}
.cta .btn-red{background:#fff;color:var(--red);box-shadow:0 10px 28px rgba(0,0,0,.14)}
.page-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 40%,rgba(181,31,37,.17),transparent 28%),var(--dark);border-bottom:0}
.page-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:8px;background:linear-gradient(90deg,var(--yellow) 0 58%,var(--red) 58%)}
.page-hero:before{content:"";position:absolute;right:-70px;top:-90px;width:290px;height:290px;border:48px solid rgba(181,31,37,.15);border-radius:50%}
.page-hero .container{position:relative;z-index:1}
.notice{box-shadow:inset 0 0 0 1px rgba(181,31,37,.08)}
.product-card,.market-card{position:relative;overflow:hidden}
.product-card:before,.market-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--red)}
.timeline .item:nth-child(even):before{background:var(--red);color:#fff}
.legal-list a:after{content:"→";color:var(--red)}
.footer{position:relative;padding-top:54px}
.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--red) 0 30%,var(--yellow) 30% 58%,#fff 58% 62%,transparent 62%)}
.red-rule{display:none}
@media(max-width:900px){.brand-rail .container{justify-content:flex-start;overflow-x:auto;padding-top:13px;padding-bottom:13px}.brand-rail span{margin-right:14px}.brand-statement .container{grid-template-columns:1fr;gap:22px}.cta{background:linear-gradient(180deg,var(--yellow) 0 78%,var(--red) 78% 100%)}}
@media(max-width:580px){.hero:after{width:210px;right:-75px;top:74px;height:13px}.hero:before{width:290px;height:290px;border-width:45px}.windshield:after{right:-47px}.brand-rail .container{width:100%;padding-left:14px;padding-right:14px}.brand-statement .container{padding-top:58px;padding-bottom:58px}.brand-statement h2{font-size:46px}.cta{background:var(--yellow)}}

/* NOWTAG Auto Web v1.2.1 — Product Reality & Visual Polish */
body.v121,body.v12{--section-pad:84px}
.section{padding:var(--section-pad) 0}
.hero{min-height:650px}
.hero-grid{grid-template-columns:.92fr 1.08fr;gap:72px;padding:66px 0}
.hero h1{font-size:clamp(56px,6.05vw,84px)}
.hero:before{right:-105px;bottom:-90px;width:360px;height:360px;border-width:58px;opacity:.8}
.hero:after{right:-72px;top:98px;width:290px;height:16px}
.windshield{height:438px}
.display-shell.tilted{width:84%;left:8%;top:27%}
.epaper-phone{font-size:clamp(29px,3.35vw,50px);letter-spacing:-.06em;max-width:100%;overflow:hidden;text-overflow:clip}
.section-head h2,.demo-copy h2,.qr-copy h2,.cta h2{font-size:clamp(40px,4.75vw,64px)}
.dark .section-head h2{max-width:720px}
.feature-card:nth-child(4){background:linear-gradient(145deg,#a31b21,#86151a);box-shadow:0 14px 34px rgba(134,21,26,.16)}
.proof-strip{background:#fff;border-bottom:1px solid #e6e6e2}
.proof-strip .container{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:24px;min-height:104px}
.proof-strip div>div{display:grid;gap:4px}
.proof-strip strong{font-size:16px;letter-spacing:-.02em}
.proof-strip span{font-size:13px;color:var(--muted)}
.proof-strip i{width:5px;height:5px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px var(--red-soft)}
.control-label{margin-top:24px;font-size:11px;font-weight:950;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}
.size-label{margin-top:20px}
.size-buttons{display:flex;gap:8px;margin-top:9px}
.size-btn{border:1px solid var(--border);background:#fff;border-radius:999px;padding:9px 16px;font-weight:900;cursor:pointer;transition:.18s ease}
.size-btn:hover{border-color:var(--red);transform:translateY(-1px)}
.size-btn.active{background:var(--red);border-color:var(--red);color:#fff}
.preview-stage{min-height:410px;display:flex;align-items:center;justify-content:center;transition:.28s ease;padding-top:62px}
.preview-stage .display-shell.large{transition:width .28s ease,border-radius .28s ease}
.preview-stage.device-29 .display-shell.large{width:min(650px,100%)}
.preview-stage.device-29 .epaper{min-height:225px}
.preview-stage.device-42 .display-shell.large{width:min(470px,76%)}
.preview-stage.device-42 .epaper{min-height:330px}
.preview-stage.device-42 .epaper-message{font-size:25px;max-width:94%}
.preview-stage.device-42 .epaper-phone{font-size:38px;white-space:normal;line-height:.98}
.device-caption{position:absolute;left:28px;top:22px;display:flex;align-items:baseline;gap:9px}
.device-caption strong{color:var(--red);font-size:18px}
.device-caption span{font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:var(--muted)}
.qr-card{display:block;text-decoration:none;max-width:360px;padding:22px;background:#f7f3e8;transform:rotate(-1.2deg);transition:transform .22s ease,box-shadow .22s ease}
.qr-card:hover{transform:rotate(0) translateY(-4px);box-shadow:0 28px 80px rgba(0,0,0,.28)}
.real-qr{display:block;width:100%;aspect-ratio:1;background:#fff;border:12px solid #111}
.qr-card-caption{display:grid;gap:2px;margin-top:14px;text-align:center}
.qr-card-caption strong{font-size:18px}
.qr-card-caption span{font-size:12px;color:#676a70}
.eco-visual{align-items:stretch}
.eco-visual .eco-box{display:flex;flex-direction:column;min-height:350px}
.eco-visual .eco-box h3{margin:22px 0 7px}
.phone-mock{width:118px;height:210px;border:7px solid #15171b;border-radius:24px;margin:18px auto 2px;background:#f4f4f0;padding:15px 9px 10px;box-shadow:0 14px 30px rgba(0,0,0,.12);position:relative}
.phone-notch{position:absolute;top:5px;left:50%;transform:translateX(-50%);width:38px;height:8px;background:#15171b;border-radius:999px}
.phone-screen{font-size:10px}.phone-screen>b{font-size:13px}.phone-screen>b span{background:var(--yellow);padding:0 2px}.phone-screen>small{display:block;color:#777;margin:5px 0 17px}.phone-card-line{height:8px;border-radius:4px;background:#d8d9d5;margin:7px 0}.phone-card-line.short{width:68%}.phone-button{background:var(--yellow);font-size:7px;font-weight:950;text-align:center;border-radius:6px;padding:8px 4px;margin-top:23px}
.cloud-mark{height:210px;display:flex;align-items:center;justify-content:center;position:relative}.cloud-mark i,.cloud-mark i:before,.cloud-mark i:after{position:absolute;background:#fff;border-radius:999px}.cloud-mark i{width:142px;height:72px}.cloud-mark i:before{content:"";width:75px;height:75px;left:18px;top:-40px}.cloud-mark i:after{content:"";width:58px;height:58px;right:14px;top:-26px}.cloud-mark b{position:relative;z-index:2;text-align:center;font-size:17px;line-height:1.05}
.mini-display{height:210px;display:flex;align-items:center;justify-content:center}.mini-display>div{width:190px;background:#f7f1e4;color:#111;border:9px solid #2d3036;border-radius:13px;padding:16px 12px;box-shadow:-7px 9px 0 rgba(98,10,16,.56)}.mini-display b{font-size:12px}.mini-display b span{background:var(--yellow);padding:0 2px}.mini-display strong{display:block;font-size:17px;line-height:.95;margin:14px 0}.mini-display small{font-size:10px;font-weight:950}
.cta-actions{align-items:center}.btn-primary-buy{padding-left:24px;padding-right:24px}.btn-secondary{background:#fff;color:var(--red);border:1px solid rgba(0,0,0,.08)}.btn-text{background:transparent;color:#111;text-transform:none;padding-left:8px;padding-right:8px}
.demo-land{background:radial-gradient(circle at 78% 40%,rgba(181,31,37,.18),transparent 27%),var(--dark);color:#fff;min-height:72vh;display:flex;align-items:center;padding:80px 0}
.demo-land-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.demo-land h1{font-size:clamp(62px,8vw,110px);line-height:.9;letter-spacing:-.065em;margin:14px 0 24px}.demo-flow{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:28px}.demo-flow span{background:#1d1f24;border:1px solid #353840;border-radius:999px;padding:10px 14px;font-weight:850;font-size:13px}.demo-flow b{color:var(--red);font-size:22px}.demo-land-qr{background:#f6f1e5;color:#111;border-radius:28px;padding:26px;text-align:center;box-shadow:var(--shadow)}.demo-land-qr img{width:min(330px,100%);background:#fff;border:12px solid #111}.demo-land-qr span,.demo-land-qr strong{display:block}.demo-land-qr span{margin-top:12px;color:#6d7078;font-size:12px}.demo-land-qr strong{font-size:20px;margin-top:2px}.demo-back{text-decoration:none;font-size:12px;font-weight:900}
@media(max-width:900px){body.v121,body.v12{--section-pad:72px}.proof-strip .container{grid-template-columns:1fr;gap:16px;padding-top:24px;padding-bottom:24px}.proof-strip i{display:none}.hero-grid{grid-template-columns:1fr}.hero{min-height:auto}.windshield{max-width:720px}.demo-land-grid{grid-template-columns:1fr}.eco-visual .eco-box{min-height:auto}.preview-stage.device-42 .display-shell.large{width:min(470px,88%)}}
@media(max-width:580px){body.v121,body.v12{--section-pad:62px}.hero h1{font-size:50px}.hero:before{width:250px;height:250px;border-width:38px}.windshield{height:310px}.display-shell.tilted{width:91%;left:4.5%;top:25%}.epaper-phone{font-size:25px}.proof-strip strong{font-size:15px}.proof-strip span{font-size:12px}.preview-stage{min-height:330px;padding:54px 14px 22px}.preview-stage.device-42 .display-shell.large{width:88%}.preview-stage.device-42 .epaper{min-height:270px}.preview-stage.device-42 .epaper-message{font-size:18px}.preview-stage.device-42 .epaper-phone{font-size:27px}.device-caption{left:16px;top:15px}.real-qr{border-width:9px}.demo-land{padding:58px 0}.demo-land h1{font-size:58px}.demo-flow{gap:8px}.demo-flow b{display:none}}

/* v1.2.2 — cache-busted preview + true physical proportions */
.preview-stage{perspective:1100px}
.preview-stage .display-shell.large{transform-origin:center center;transition:width .28s ease,transform .28s ease,border-radius .28s ease,padding .28s ease}
.preview-stage.device-29 .display-shell.large{width:min(650px,100%);aspect-ratio:296/128}
.preview-stage.device-29 .epaper{min-height:0;height:100%}
.preview-stage.device-42 .display-shell.large{width:min(515px,82%);aspect-ratio:4/3;border-radius:22px;padding:10px;transform:rotate(.7deg)}
.preview-stage.device-42 .epaper{min-height:0;height:100%;padding:26px 28px}
.preview-stage.device-42 .epaper-top{align-items:flex-start}
.preview-stage.device-42 .epaper-message{font-size:28px;line-height:.93;max-width:80%}
.preview-stage.device-42 .epaper-phone{font-size:43px;line-height:.95;white-space:normal;max-width:88%}
.preview-stage.device-42 .epaper-bottom{align-items:flex-end}
.preview-stage.device-42 .mini-qr{width:58px;height:58px}
.preview-stage.device-42:after{content:"4.2\" / 400×300"}
.preview-stage.device-29:after{content:"2.9\" / 296×128"}
.size-btn{position:relative}
.size-btn.active:after{content:"";position:absolute;left:50%;bottom:-7px;width:7px;height:7px;background:var(--yellow);border-radius:50%;transform:translateX(-50%)}
@media(max-width:580px){
  .preview-stage.device-29 .display-shell.large{width:96%;aspect-ratio:296/128}
  .preview-stage.device-42 .display-shell.large{width:82%;aspect-ratio:4/3}
  .preview-stage.device-42 .epaper{padding:18px 17px}
  .preview-stage.device-42 .epaper-message{font-size:18px}
  .preview-stage.device-42 .epaper-phone{font-size:25px}
}

/* v1.2.3 — device-aware preview layouts */
.preview-stage.device-29 .display-shell.large,
.preview-stage.device-42 .display-shell.large{overflow:hidden}
.preview-stage .epaper.interactive{display:grid;justify-content:stretch;align-content:stretch;gap:0;overflow:hidden}
.preview-stage .epaper.interactive .epaper-top,
.preview-stage .epaper.interactive .epaper-bottom{min-width:0}
.preview-stage .epaper.interactive .epaper-message,
.preview-stage .epaper.interactive .epaper-phone{min-width:0;margin:0}

/* 2.9\" / 296x128: compact, landscape, all essential data visible */
.preview-stage.device-29 .display-shell.large{width:min(650px,100%);aspect-ratio:296/128;padding:10px}
.preview-stage.device-29 .epaper.interactive{height:100%;padding:14px 18px 12px 22px;grid-template-rows:22px minmax(38px,1fr) 36px 34px}
.preview-stage.device-29 .epaper-top strong{font-size:15px;line-height:1}
.preview-stage.device-29 .epaper-top small{font-size:10px}
.preview-stage.device-29 .epaper-message{font-size:20px;line-height:.93;max-width:88%;align-self:center}
.preview-stage.device-29 .epaper-phone{font-size:30px;line-height:1;letter-spacing:-.055em;white-space:nowrap;align-self:center;max-width:none}
.preview-stage.device-29 .epaper-bottom{font-size:8px;align-self:end}
.preview-stage.device-29 .mini-qr{width:38px;height:38px;border-width:4px;flex:0 0 38px}

/* 4.2\" / 400x300: dedicated portrait-ish canvas, not a scaled 2.9 layout */
.preview-stage.device-42{min-height:440px}
.preview-stage.device-42 .display-shell.large{width:min(560px,88%);aspect-ratio:4/3;border-radius:22px;padding:10px;transform:rotate(.35deg)}
.preview-stage.device-42 .epaper.interactive{height:100%;padding:24px 28px 22px 34px;grid-template-rows:28px minmax(88px,1fr) 54px 66px}
.preview-stage.device-42 .epaper-top strong{font-size:17px;line-height:1}
.preview-stage.device-42 .epaper-top small{font-size:11px}
.preview-stage.device-42 .epaper-message{font-size:29px;line-height:.92;max-width:86%;align-self:center}
.preview-stage.device-42 .epaper-phone{font-size:35px;line-height:.98;letter-spacing:-.055em;white-space:nowrap;max-width:none;align-self:center}
.preview-stage.device-42 .epaper-bottom{font-size:9px;align-self:end}
.preview-stage.device-42 .mini-qr{width:62px;height:62px;border-width:6px;flex:0 0 62px}

/* scenario-specific tuning */
.preview-stage.device-29 .epaper.interactive.preset-sale .epaper-message{font-size:18px}
.preview-stage.device-29 .epaper.interactive.preset-sale .epaper-phone{font-size:24px}
.preview-stage.device-29 .epaper.interactive.preset-soon .epaper-phone{font-size:27px}
.preview-stage.device-29 .epaper.interactive.preset-minimal .epaper-message{font-size:18px}
.preview-stage.device-42 .epaper.interactive.preset-sale .epaper-message{font-size:26px}
.preview-stage.device-42 .epaper.interactive.preset-sale .epaper-phone{font-size:29px}
.preview-stage.device-42 .epaper.interactive.preset-soon .epaper-phone{font-size:32px}
.preview-stage.device-42 .epaper.interactive.preset-minimal .epaper-message{font-size:25px}

@media(max-width:580px){
  .preview-stage.device-29 .epaper.interactive{padding:10px 12px 9px 16px;grid-template-rows:18px minmax(30px,1fr) 28px 28px}
  .preview-stage.device-29 .epaper-message{font-size:15px}
  .preview-stage.device-29 .epaper-phone{font-size:22px}
  .preview-stage.device-29 .epaper-bottom{font-size:6px}
  .preview-stage.device-29 .mini-qr{width:30px;height:30px;flex-basis:30px;border-width:3px}
  .preview-stage.device-42{min-height:350px}
  .preview-stage.device-42 .display-shell.large{width:92%}
  .preview-stage.device-42 .epaper.interactive{padding:16px 16px 14px 22px;grid-template-rows:22px minmax(64px,1fr) 40px 48px}
  .preview-stage.device-42 .epaper-message{font-size:20px}
  .preview-stage.device-42 .epaper-phone{font-size:25px}
  .preview-stage.device-42 .mini-qr{width:46px;height:46px;flex-basis:46px;border-width:5px}
}
