:root{
--ink:#171513;
--muted:#6f6256;
--brand:#c44716;
--brand-dark:#9f3510;
--cream:#fff8ef;
--paper:#fffdf8;
--soft:#f4e8d8;
--line:#ead7c2;
--green:#16804d;
--shadow:0 22px 56px rgba(45,24,12,.16);
}

*{
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
margin:0;
background:var(--cream);
color:var(--ink);
font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
line-height:1.5;
}

a{
color:inherit;
text-decoration:none;
}

img{
display:block;
max-width:100%;
}

.container{
width:min(1160px, calc(100% - 40px));
margin:0 auto;
}

/* NAV */

.nav{
position:sticky;
top:0;
z-index:40;
background:rgba(255,248,239,.92);
border-bottom:1px solid var(--line);
backdrop-filter:blur(14px);
}

.nav-inner{
height:74px;
display:flex;
align-items:center;
justify-content:space-between;
gap:18px;
}

.brand{
display:flex;
align-items:center;
gap:10px;
font-size:28px;
font-weight:900;
}

.brand-mark{
width:34px;
height:44px;
color:var(--ink);
flex:0 0 auto;
}

.brand b{
color:var(--brand);
}

.nav-links{
display:flex;
align-items:center;
gap:22px;
color:#4d443c;
font-size:13px;
font-weight:900;
text-transform:uppercase;
letter-spacing:.06em;
}

.nav-toggle{
display:none;
width:44px;
height:44px;
border:1px solid var(--line);
border-radius:10px;
background:#fff;
align-items:center;
justify-content:center;
flex-direction:column;
gap:5px;
cursor:pointer;
}

.nav-toggle span{
width:20px;
height:2px;
background:var(--ink);
border-radius:99px;
}

/* BUTTONS */

.button{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:46px;
padding:0 20px;
border:1px solid var(--ink);
border-radius:8px;
background:var(--ink);
color:#fff;
font-weight:900;
box-shadow:0 12px 28px rgba(23,21,19,.15);
transition:.18s ease;
white-space:nowrap;
}

.button:hover{
transform:translateY(-2px);
box-shadow:0 16px 34px rgba(23,21,19,.22);
}

.button.light{
background:#fff;
color:var(--ink);
border-color:#fff;
}

.button.secondary{
background:rgba(255,255,255,.12);
color:#fff;
border-color:rgba(255,255,255,.55);
box-shadow:none;
}

/* HERO */

.hero{
min-height:calc(88vh - 74px);
position:relative;
display:grid;
align-items:center;
overflow:hidden;
color:#fff;
background:#111;
}

.hero:after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(90deg, rgba(10,8,7,.82), rgba(10,8,7,.62) 42%, rgba(10,8,7,.26) 70%, rgba(10,8,7,.05));
}

.hero-media,
.hero-slider{
position:absolute;
inset:0;
}

.hero-media img,
.hero-slide img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
}

.hero-slide{
position:absolute;
inset:0;
opacity:0;
animation:heroFade 12s ease-in-out infinite;
}

.hero-slide:nth-child(1){
animation-delay:0s;
}

.hero-slide:nth-child(2){
animation-delay:6s;
}

@keyframes heroFade{
0%, 28%{
opacity:1;
}

36%, 92%{
opacity:0;
}

100%{
opacity:1;
}
}

@media (prefers-reduced-motion: reduce){
.hero-slide{
animation:none;
}

.hero-slide:first-child{
opacity:1;
}
}

.hero-grid{
position:relative;
z-index:2;
}

.demo-hero-grid{
display:grid;
grid-template-columns:minmax(0, 1fr);
gap:34px;
align-items:center;
}

.demo-hero h1{
max-width:760px;
font-size:clamp(42px, 5.1vw, 68px);
line-height:1.02;
}

.hero-copy{
max-width:620px;
}

.eyebrow{
display:inline-flex;
align-items:center;
gap:10px;
margin:0 0 16px;
color:#f1c3a4;
font-size:12px;
font-weight:900;
text-transform:uppercase;
letter-spacing:.1em;
}

.eyebrow:before{
content:"";
width:34px;
height:2px;
background:var(--brand);
}

.eyebrow.dark{
color:var(--brand-dark);
}

h1,
h2,
h3{
margin:0;
color:var(--ink);
letter-spacing:0;
}

h1{
color:#fff;
font-family:Georgia, "Times New Roman", serif;
font-size:clamp(52px, 7vw, 88px);
line-height:.92;
text-shadow:0 14px 38px rgba(0,0,0,.35);
}

.home-hero-title{
font-size:clamp(39px, 5.25vw, 66px);
line-height:1;
max-width:740px;
}

h2{
font-family:Georgia, "Times New Roman", serif;
font-size:clamp(36px, 4.8vw, 62px);
line-height:1;
}

h3{
font-size:23px;
}

.lead{
max-width:570px;
margin:24px 0 28px;
color:#f3e4d5;
font-size:20px;
line-height:1.65;
}

.hero-actions{
display:flex;
gap:12px;
flex-wrap:wrap;
}

.hero-proof{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-top:22px;
}

.hero-proof span{
padding:9px 12px;
border:1px solid rgba(255,255,255,.32);
border-radius:8px;
background:rgba(255,255,255,.12);
font-size:13px;
font-weight:900;
}

.demo-ticket{
padding:24px;
border:1px solid rgba(255,255,255,.32);
border-radius:8px;
background:rgba(255,253,248,.92);
color:var(--ink);
box-shadow:0 24px 70px rgba(0,0,0,.28);
backdrop-filter:blur(12px);
}

.demo-ticket h2{
font-size:32px;
line-height:1.05;
}

.demo-ticket p{
color:var(--muted);
font-weight:800;
}

.demo-ticket-top,
.ticket-total{
display:flex;
justify-content:space-between;
gap:14px;
align-items:center;
}

.demo-ticket-top{
margin-bottom:18px;
font-size:13px;
font-weight:900;
text-transform:uppercase;
letter-spacing:.08em;
}

.demo-ticket-top strong{
padding:7px 10px;
border-radius:999px;
background:#ffe7d8;
color:var(--brand-dark);
}

.ticket-lines{
display:grid;
grid-template-columns:1fr auto;
gap:10px 14px;
padding:18px 0;
margin-top:8px;
border-top:1px dashed var(--line);
border-bottom:1px dashed var(--line);
color:#3d332b;
font-weight:800;
}

.ticket-total{
padding-top:18px;
font-weight:900;
}

.ticket-total strong{
font-size:28px;
}

.story-strip{
display:grid;
grid-template-columns:repeat(5, 1fr);
gap:8px;
align-items:stretch;
}

.story-strip span{
position:relative;
display:grid;
place-items:center;
min-height:72px;
padding:12px;
border:1px solid var(--line);
border-radius:8px;
background:var(--paper);
box-shadow:0 10px 24px rgba(45,24,12,.06);
font-size:13px;
font-weight:900;
text-align:center;
word-break:break-word;
}

.story-strip span:not(:last-child):after{
content:"";
position:absolute;
right:-8px;
top:50%;
width:8px;
height:2px;
background:var(--brand);
transform:translateY(-50%);
z-index:2;
}

/* SECTIONS */

.section{
padding:78px 0;
}

.section.compact{
padding:34px 0;
}

.section.alt{
background:var(--paper);
border-top:1px solid var(--line);
border-bottom:1px solid var(--line);
}

.section-head{
margin-bottom:34px;
}

.section-head.centered{
text-align:center;
max-width:820px;
margin:0 auto 34px;
}

.section-head p{
color:var(--muted);
font-size:18px;
line-height:1.6;
}

.section-copy p{
color:var(--muted);
font-size:18px;
line-height:1.65;
}

.article-body{
max-width:920px;
margin:0 auto;
}

.article-body h2{
margin-top:34px;
font-size:clamp(32px, 3.8vw, 48px);
}

.article-body h2:first-of-type{
margin-top:0;
}

.article-body p{
font-size:18px;
line-height:1.75;
}

.problem-scene{
margin:24px 0 34px;
padding:28px;
border:1px solid var(--line);
border-left:6px solid var(--brand);
border-radius:8px;
background:#fff;
box-shadow:0 16px 38px rgba(45,24,12,.08);
}

.problem-scene p{
margin:0;
color:#34251c;
font-size:20px;
line-height:1.52;
font-weight:750;
}

.problem-scene p + p{
margin-top:8px;
}

.problem-scene strong{
color:var(--ink);
font-weight:900;
}

.problem-scene-point{
margin-top:18px!important;
padding-top:18px;
border-top:1px dashed var(--line);
color:var(--ink)!important;
font-size:22px!important;
line-height:1.45!important;
}

.problem-scene-point strong{
color:var(--brand-dark);
}

.related-posts{
margin-top:34px;
padding:22px;
border:1px solid var(--line);
border-radius:8px;
background:#fffdf8;
box-shadow:0 12px 30px rgba(45,24,12,.06);
}

.related-posts h4{
margin:0 0 14px;
font-size:15px;
font-weight:850;
text-transform:uppercase;
letter-spacing:.06em;
color:var(--muted);
}

.related-posts h4 b{
color:var(--brand-dark);
}

.related-posts ul{
display:grid;
gap:10px;
margin:0;
padding:0;
list-style:none;
}

.related-posts a{
display:flex;
align-items:center;
justify-content:space-between;
gap:14px;
padding:14px 16px;
border:1px solid rgba(196,71,22,.24);
border-radius:8px;
background:#fff;
color:var(--brand-dark);
font-size:16px;
font-weight:600;
line-height:1.35;
text-decoration:none;
/*text-decoration-thickness:2px;
text-underline-offset:4px;*/
transition:.18s ease;
}

.related-posts a:after{
content:"→";
flex:0 0 auto;
font-size:20px;
text-decoration:none;
}

.related-posts a:hover{
border-color:var(--brand);
background:#fff6ed;
transform:translateY(-1px);
}

.related-posts a.related-back{
color:var(--ink);
border-color:var(--line);
background:var(--cream);
}

.related-posts a.related-back:after{
content:"↩";
}

.copy-stack p{
color:var(--muted);
font-size:18px;
line-height:1.65;
}

/* PLACE PROOF */

.place-proof{
display:grid;
grid-template-columns:.8fr 1.2fr;
gap:22px;
align-items:stretch;
}

.place-copy{
padding:24px;
border:1px solid var(--line);
border-radius:8px;
background:var(--paper);
box-shadow:0 12px 32px rgba(45,24,12,.06);
}

.place-copy h2{
font-size:clamp(30px, 3.3vw, 46px);
}

.place-copy p:not(.eyebrow){
color:var(--muted);
font-size:17px;
line-height:1.6;
}

.place-photos{
display:grid;
grid-template-columns:1.1fr .9fr .9fr;
gap:12px;
}

.place-photos figure{
margin:0;
overflow:hidden;
border-radius:8px;
border:1px solid var(--line);
box-shadow:0 12px 32px rgba(45,24,12,.08);
background:#111;
}

.place-photos img{
width:100%;
height:100%;
min-height:270px;
object-fit:cover;
}

/* GRIDS */

.split,
.visual-split,
.panel-grid{
display:grid;
grid-template-columns:.9fr 1.1fr;
gap:38px;
align-items:center;
}

.visual-split.reverse{
grid-template-columns:1fr 1fr;
}

.panel-grid{
grid-template-columns:.8fr 1.2fr;
}

.pain-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
}

.pain-grid article,
.flow article,
.price-card{
background:var(--paper);
border:1px solid var(--line);
border-radius:8px;
padding:22px;
box-shadow:0 12px 32px rgba(45,24,12,.06);
}

.pain-grid strong{
display:block;
font-size:20px;
margin-bottom:6px;
}

.pain-grid span{
color:var(--muted);
font-weight:700;
}

.mini-menu{
display:grid;
grid-template-columns:repeat(3, 1fr);
gap:16px;
}

.menu-item{
padding:24px;
border:1px solid var(--line);
border-radius:8px;
background:var(--paper);
box-shadow:0 14px 34px rgba(45,24,12,.08);
}

.menu-item small{
display:inline-flex;
margin-bottom:12px;
padding:7px 10px;
border-radius:999px;
background:#f8e5d9;
color:var(--brand-dark);
font-weight:900;
text-transform:uppercase;
letter-spacing:.08em;
}

.menu-item p{
color:var(--muted);
font-size:16px;
line-height:1.6;
}

/* FLOW */

.flow{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:16px;
}

.flow span,
.step-num{
display:grid;
place-items:center;
width:40px;
height:34px;
margin-bottom:16px;
border-radius:6px;
background:var(--brand);
color:#fff;
font-weight:900;
}

.flow p{
color:var(--muted);
margin:9px 0 0;
}

/* PHONE / IMAGES */

.phone-stack{
display:grid;
grid-template-columns:1fr 1fr;
gap:16px;
align-items:start;
}

.phone-stack figure,
.wide-shot{
margin:0;
background:#111;
border-radius:8px;
overflow:hidden;
box-shadow:var(--shadow);
border:1px solid var(--line);
}

.phone-stack img{
width:100%;
aspect-ratio:.46;
height:auto;
object-fit:cover;
object-position:top;
}

.wide-shot img{
width:100%;
height:100%;
object-fit:cover;
object-position:left top;
}

.screen-style-showcase{
margin-top:42px;
}

.screen-style-head{
max-width:760px;
margin:0 auto 24px;
text-align:center;
}

.screen-style-head h3{
margin:0 0 10px;
font-size:clamp(28px, 3vw, 42px);
line-height:1.08;
}

.screen-style-head p{
margin:0;
color:var(--muted);
font-size:18px;
line-height:1.6;
}

.screen-style-grid{
display:grid;
grid-template-columns:repeat(2, minmax(0,1fr));
gap:18px;
}

.screen-style-card{
margin:0;
overflow:hidden;
border:1px solid var(--line);
border-radius:8px;
background:#fff;
box-shadow:0 14px 34px rgba(45,24,12,.08);
}

.screen-style-card img{
width:100%;
aspect-ratio:1.6;
height:auto;
object-fit:cover;
object-position:left top;
background:#fff;
}

.screen-style-card figcaption{
display:block;
min-height:auto;
padding:16px;
}

.screen-style-card figcaption strong{
display:block;
margin-bottom:4px;
font-size:18px;
}

.screen-style-card figcaption span{
display:block;
color:var(--muted);
font-weight:700;
line-height:1.45;
}

.menu-style-showcase{
margin-top:46px;
}

.menu-style-head{
max-width:760px;
margin:0 auto 24px;
text-align:center;
}

.menu-style-head h3{
margin:0 0 10px;
font-size:clamp(28px, 3vw, 42px);
line-height:1.08;
}

.menu-style-head p{
margin:0;
color:var(--muted);
font-size:18px;
line-height:1.6;
}

.menu-style-grid{
display:grid;
grid-template-columns:repeat(2, minmax(0, 390px));
justify-content:center;
gap:18px;
}

.menu-style-card{
margin:0;
overflow:hidden;
border:1px solid var(--line);
border-radius:8px;
background:#fff;
box-shadow:0 14px 34px rgba(45,24,12,.08);
}

.menu-style-card .zoomable{
aspect-ratio:.6;
background:#fff8ef;
}

.menu-style-card img{
width:100%;
height:100%;
object-fit:contain;
object-position:top center;
background:#fff8ef;
}

.menu-style-card figcaption{
display:block;
min-height:auto;
padding:16px;
}

.menu-style-card figcaption strong{
display:block;
margin-bottom:4px;
font-size:18px;
}

.menu-style-card figcaption span{
display:block;
color:var(--muted);
font-weight:700;
line-height:1.45;
}

.demo-panel-shot img{
min-height:360px;
object-fit:contain;
background:#fff;
}

.qr-shot{
background:#fff8ef;
}

.qr-shot img{
max-height:520px;
object-fit:contain;
object-position:center;
padding:18px;
background:#fff8ef;
}

.customer-grid img{
aspect-ratio:.54;
height:auto;
object-fit:contain;
object-position:top center;
padding:8px;
background:#fff;
}

.customer-grid figure{
box-shadow:0 18px 44px rgba(45,24,12,.12);
}

.customer-grid figcaption{
font-size:15px;
}

.payment-demo{
display:grid;
grid-template-columns:.8fr 1.2fr;
gap:34px;
align-items:center;
}

.payment-options{
display:grid;
grid-template-columns:1fr 1fr;
gap:16px;
}

.payment-options article{
min-height:260px;
padding:26px;
border:1px solid var(--line);
border-radius:8px;
background:var(--paper);
box-shadow:0 14px 34px rgba(45,24,12,.08);
display:flex;
flex-direction:column;
justify-content:center;
align-items:flex-start;
}

.payment-options img{
width:190px;
height:auto;
margin-bottom:28px;
}

.payment-options p{
margin:8px 0 0;
color:var(--muted);
font-size:16px;
line-height:1.55;
}

.cash-mark{
display:grid;
place-items:center;
width:74px;
height:74px;
margin-bottom:24px;
border-radius:8px;
background:#171513;
color:#fff;
font-size:42px;
font-weight:900;
}

.state-row{
display:grid;
grid-template-columns:repeat(3, 1fr);
gap:10px;
margin-top:24px;
}

.state-row span{
display:grid;
place-items:center;
min-height:58px;
padding:10px;
border-radius:8px;
background:#171513;
color:#fff;
font-weight:900;
text-align:center;
}

.demo-benefits article{
min-height:150px;
}

.neonexo-card{
padding:32px;
border:1px solid #171513;
border-radius:8px;
background:#171513;
color:#fff;
box-shadow:0 18px 46px rgba(23,21,19,.18);
}

.neonexo-card strong{
display:block;
font-size:44px;
line-height:1;
font-weight:900;
}

.neonexo-card span{
display:block;
margin:12px 0 24px;
color:#ead7c2;
font-weight:800;
}

.neonexo-card a{
display:inline-flex;
font-weight:900;
color:#fff;
border-bottom:2px solid var(--brand);
}

/* FIGCAPTION */

figcaption{
padding:12px 14px;
background:#fff;
color:#36281e;
font-weight:900;
font-size:13px;
}

.system-grid figcaption{
display:block;
min-height:auto;
padding:14px 16px;
background:#fffdf8;
color:#36281e;
font-size:14px;
line-height:1.4;
font-weight:900;
border-top:1px solid var(--line);
}

/* CHECKS */

.checks{
display:grid;
gap:12px;
margin-top:22px;
}

.checks > div{
display:grid;
grid-template-columns:34px 1fr;
gap:12px;
}

.checks span{
height:34px;
border-radius:8px;
background:#eaf6ef;
color:var(--green);
display:grid;
place-items:center;
font-weight:900;
}

.checks p{
margin:0;
}

.checks small{
display:block;
color:var(--muted);
font-size:15px;
margin-top:3px;
}

.payment-card{
display:grid;
gap:18px;
align-content:center;
justify-items:start;
min-height:360px;
padding:34px;
border:1px solid var(--line);
border-radius:8px;
background:#fff;
box-shadow:0 18px 46px rgba(45,24,12,.10);
}

.payment-card img{
width:min(420px, 100%);
height:auto;
}

.payment-card span{
display:block;
font-size:26px;
line-height:1.15;
font-weight:900;
color:var(--ink);
}

.payment-card small{
display:block;
max-width:520px;
color:var(--muted);
font-size:16px;
line-height:1.6;
font-weight:800;
}

.tracking-demo{
display:grid;
align-items:center;
}

.tracking-screen{
padding:18px;
border:1px solid var(--line);
border-radius:8px;
background:#fff;
box-shadow:0 18px 46px rgba(45,24,12,.10);
}

.tracking-screen img{
width:100%;
min-height:320px;
object-fit:contain;
object-position:center;
background:#fff;
}

.payment-band{
display:grid;
grid-template-columns:.9fr 1.1fr;
gap:34px;
align-items:center;
}

.payment-band p{
color:var(--muted);
font-size:18px;
line-height:1.65;
}

/* STATS */

.stats{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px;
margin-top:22px;
}

.stats div{
padding:18px;
border-radius:8px;
background:#171513;
color:#fff;
}

.stats strong{
display:block;
font-size:30px;
line-height:1;
}

.stats span{
display:block;
margin-top:6px;
color:#e9d8c7;
font-size:13px;
font-weight:900;
}

/* SYSTEM GRID */

.system-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:16px;
}

.system-grid figure{
margin:0;
overflow:hidden;
border:1px solid var(--line);
border-radius:8px;
background:#fff;
box-shadow:0 14px 34px rgba(45,24,12,.08);
display:flex;
flex-direction:column;
}

.system-grid img{
width:100%;
aspect-ratio:1.55;
height:auto;
object-fit:cover;
object-position:left top;
background:#fff;
}

.system-grid.customer-grid img{
aspect-ratio:.46;
height:auto;
object-fit:contain;
object-position:top center;
padding:8px;
background:#fff;
}

/* ZOOM / LIGHTBOX */

.zoomable{
position:relative;
display:block;
width:100%;
height:auto;
cursor:zoom-in;
overflow:hidden;
}

.place-photos .zoomable{
height:100%;
}

.zoomable img{
transition:transform .22s ease, filter .22s ease;
}

.zoomable:hover img{
transform:scale(1.025);
filter:brightness(.92);
}

.zoomable:after{
content:"Ampliar";
position:absolute;
right:10px;
bottom:10px;
padding:6px 9px;
border-radius:999px;
background:rgba(23,21,19,.86);
color:#fff;
font-size:12px;
font-weight:900;
opacity:0;
transform:translateY(4px);
transition:.18s ease;
}

.zoomable:hover:after,
.zoomable:focus-visible:after{
opacity:1;
transform:translateY(0);
}

.zoomable:focus-visible{
outline:3px solid var(--brand);
outline-offset:3px;
}

.lightbox{
position:fixed;
inset:0;
z-index:1000;
display:none;
align-items:center;
justify-content:center;
padding:28px;
background:rgba(10,8,7,.18);
backdrop-filter:blur(3px);
}

.lightbox.is-open{
display:flex;
}

.lightbox-content{
position:relative;
width:min(1120px, 96vw);
max-height:92vh;
padding:14px;
border-radius:10px;
background:rgba(255,253,248,.72);
box-shadow:0 28px 90px rgba(0,0,0,.26);
backdrop-filter:blur(10px);
}

.lightbox-content img{
width:100%;
max-height:78vh;
object-fit:contain;
border-radius:7px;
background:transparent;
}

.lightbox-caption{
padding:10px 46px 2px 4px;
color:var(--muted);
font-size:14px;
font-weight:900;
}

.lightbox-close{
position:absolute;
top:8px;
right:8px;
width:38px;
height:38px;
border:0;
border-radius:999px;
background:var(--ink);
color:#fff;
font-size:28px;
line-height:1;
cursor:pointer;
}

/* PRICING */

.pricing{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
}

.price-card small{
display:inline-flex;
margin-bottom:12px;
padding:7px 10px;
border-radius:99px;
background:#f8e5d9;
color:var(--brand-dark);
font-weight:900;
text-transform:uppercase;
letter-spacing:.08em;
}

.price-card p{
color:var(--muted);
font-size:16px;
line-height:1.6;
}

.price{
display:flex;
align-items:flex-end;
gap:6px;
margin:22px 0;
}

.price span{
font-size:30px;
font-weight:900;
}

.price strong{
font-size:58px;
line-height:.9;
font-weight:900;
letter-spacing:-.04em;
}

.price em{
font-style:normal;
font-weight:900;
color:var(--muted);
margin-bottom:6px;
}

.price.custom strong{
font-size:42px;
letter-spacing:0;
}

.price-card.dark{
background:#171513;
color:#fff;
border-color:#171513;
}

.price-card.dark h3,
.price-card.dark .price strong{
color:#fff;
}

.price-card.dark p,
.price-card.dark .note{
color:#ddcec0;
}

.note{
font-size:14px!important;
font-weight:900;
}

/* DEMO / FAQ */

.warm-note{
display:grid;
grid-template-columns:1fr auto;
gap:24px;
align-items:center;
padding:26px;
border:1px solid var(--line);
border-radius:8px;
background:var(--paper);
box-shadow:0 14px 34px rgba(45,24,12,.08);
}

.warm-note strong{
display:block;
font-size:26px;
margin-bottom:8px;
}

.warm-note p{
margin:0;
color:var(--muted);
font-size:17px;
line-height:1.6;
}

.faq-list{
display:grid;
gap:14px;
max-width:900px;
margin:0 auto;
}

.faq-list details{
border:1px solid var(--line);
border-radius:8px;
background:var(--paper);
box-shadow:0 12px 30px rgba(45,24,12,.06);
overflow:hidden;
}

.faq-list summary{
display:flex;
justify-content:space-between;
gap:20px;
padding:20px 22px;
cursor:pointer;
font-size:19px;
font-weight:900;
list-style:none;
}

.faq-list summary::-webkit-details-marker{
display:none;
}

.faq-list summary:after{
content:"+";
flex:0 0 auto;
color:var(--brand);
font-size:28px;
line-height:1;
}

.faq-list details[open] summary:after{
content:"-";
}

.faq-list p{
margin:0;
padding:0 22px 22px;
color:var(--muted);
font-size:17px;
line-height:1.65;
}

.sr-only{
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0, 0, 0, 0);
white-space:nowrap;
border:0;
}

.demo-view-actions{
display:flex;
justify-content:center;
gap:14px;
flex-wrap:wrap;
margin:0 auto 36px;
}

.demo-view-actions .button.light{
color:var(--ink);
border-color:var(--line);
box-shadow:0 12px 26px rgba(45,24,12,.1);
}

.demo-video-grid{
display:grid;
grid-template-columns:minmax(300px, 380px) minmax(0, 1fr);
gap:30px;
align-items:start;
width:min(100%, 1120px);
margin:0 auto;
}

.demo-video-card{
display:flex;
flex-direction:column;
border:1px solid var(--line);
border-radius:8px;
background:var(--paper);
box-shadow:0 16px 40px rgba(45,24,12,.08);
overflow:hidden;
}

.demo-video-card-client{
justify-self:center;
width:100%;
max-width:380px;
}

.demo-video-thumb{
position:relative;
display:block;
width:100%;
border:0;
padding:0;
background:#171513;
color:#fff;
cursor:pointer;
overflow:hidden;
}

.demo-video-thumb video{
width:100%;
height:100%;
display:block;
object-fit:cover;
pointer-events:none;
background:#171513;
}

.demo-video-thumb-client{
aspect-ratio:9 / 16;
margin:18px auto 0;
width:min(calc(100% - 36px), 330px);
border-radius:24px;
box-shadow:0 14px 34px rgba(23,21,19,.2);
}

.demo-video-thumb-local{
aspect-ratio:16 / 9;
}

.demo-play{
position:absolute;
left:50%;
top:50%;
display:grid;
place-items:center;
width:68px;
height:68px;
border-radius:999px;
background:rgba(255,255,255,.94);
color:var(--brand-dark);
font-size:28px;
font-weight:900;
transform:translate(-50%, -50%);
box-shadow:0 14px 34px rgba(0,0,0,.28);
transition:.18s ease;
}

.demo-video-thumb:hover .demo-play{
transform:translate(-50%, -50%) scale(1.06);
background:#fff;
}

.demo-video-copy{
padding:20px;
}

.demo-video-copy h3{
margin:0 0 12px;
font-size:23px;
line-height:1.12;
}

.demo-video-copy > p:not(.eyebrow){
margin:0;
color:var(--muted);
font-size:16px;
line-height:1.6;
}

.demo-video-actions{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-top:18px;
}

.demo-share-button{
display:inline-flex;
align-items:center;
justify-content:center;
gap:9px;
min-height:42px;
padding:0 17px;
border:1px solid #171513;
border-radius:8px;
background:#171513;
color:#fff;
font:inherit;
font-size:14px;
font-weight:900;
cursor:pointer;
box-shadow:0 10px 24px rgba(23,21,19,.18);
transition:.18s ease;
}

.share-icon{
width:19px;
height:19px;
flex:0 0 auto;
fill:none;
stroke:currentColor;
stroke-width:2.4;
stroke-linecap:round;
stroke-linejoin:round;
}

.demo-share-button:hover{
transform:translateY(-1px);
background:#000;
box-shadow:0 14px 28px rgba(23,21,19,.26);
}

.demo-share-status{
min-height:22px;
margin:18px 0 0;
color:var(--brand-dark);
font-size:15px;
font-weight:900;
text-align:center;
}

.demo-video-modal{
position:fixed;
inset:0;
z-index:90;
display:none;
place-items:center;
padding:24px;
background:rgba(10,8,7,.82);
backdrop-filter:blur(10px);
}

.demo-video-modal.is-open{
display:grid;
}

.demo-video-modal-panel{
position:relative;
width:min(1080px, calc(100vw - 40px));
padding:18px;
border:1px solid rgba(255,255,255,.16);
border-radius:10px;
background:#111;
box-shadow:0 28px 70px rgba(0,0,0,.45);
}

.demo-video-modal.is-portrait .demo-video-modal-panel{
width:min(390px, calc(100vw - 32px));
}

.demo-video-modal-panel h3{
margin:0 54px 14px 0;
color:#fff;
font-size:18px;
line-height:1.25;
}

.demo-video-close{
position:absolute;
top:10px;
right:10px;
width:42px;
height:42px;
border:1px solid rgba(255,255,255,.18);
border-radius:999px;
background:rgba(255,255,255,.08);
color:#fff;
font-size:28px;
line-height:1;
cursor:pointer;
}

.demo-video-player{
aspect-ratio:16 / 9;
background:#000;
overflow:hidden;
}

.demo-video-modal.is-portrait .demo-video-player{
aspect-ratio:9 / 16;
max-height:calc(100vh - 132px);
}

.demo-video-player video{
width:100%;
height:100%;
display:block;
object-fit:contain;
background:#000;
}

/* FINAL */

.final{
padding:86px 0;
background:
linear-gradient(90deg, rgba(10,8,7,.68) 0%, rgba(10,8,7,.48) 46%, rgba(10,8,7,.18) 78%, rgba(10,8,7,.06) 100%),
url("comandaqr_take_away.jpg") center right / cover no-repeat;
color:#fff;
}

.final h2{
color:#fff;
max-width:820px;
}

.final p{
color:#eedfd1;
font-size:18px;
line-height:1.6;
}

.final-box{
display:grid;
grid-template-columns:1fr auto;
gap:28px;
align-items:center;
}

/* FOOTER */

footer{
padding:26px 0;
background:var(--cream);
color:var(--muted);
font-weight:800;
}

.footer-inner{
display:flex;
justify-content:space-between;
gap:16px;
flex-wrap:wrap;
}

.footer-product{
font-weight:800;
}

.footer-product span{
font-weight:400;
}

.footer-link,
footer a{
color:#000;
font-weight:900;
text-decoration:none;
}

.footer-link:hover{
color:var(--brand);
}

/* WHATSAPP */

.whatsapp{
position:fixed;
right:14px;
bottom:24px;
width:66px;
height:66px;
z-index:50;
}

.whatsapp img{
width:100%;
height:100%;
object-fit:contain;
}

/* RESPONSIVE */

@media (max-width:980px){
.nav-inner{
height:auto;
min-height:70px;
flex-wrap:wrap;
padding:10px 0;
}

.nav-toggle{
display:flex;
margin-left:auto;
}

.nav-contact{
display:none;
}

.nav-links{
display:none;
order:4;
width:100%;
grid-template-columns:1fr;
gap:8px;
padding:12px 0 4px;
border-top:1px solid var(--line);
}

.nav.is-open .nav-links{
display:grid;
}

.nav-links a{
padding:12px 14px;
border:1px solid var(--line);
border-radius:8px;
background:#fff;
}

.split,
.visual-split,
.visual-split.reverse,
.panel-grid,
.place-proof,
.final-box,
.payment-demo,
.payment-band{
grid-template-columns:1fr;
}

.place-photos,
.system-grid,
.screen-style-grid,
.menu-style-grid,
.mini-menu{
grid-template-columns:1fr;
}

.flow,
.pricing,
.story-strip,
.payment-options{
grid-template-columns:1fr 1fr;
}

.demo-hero-grid,
.warm-note{
grid-template-columns:1fr;
}

.demo-ticket{
max-width:520px;
}

.story-strip span:not(:last-child):after{
display:none;
}
}

@media (max-width:680px){
.container{
width:min(100%, 1160px);
padding:0 16px;
}

.brand{
font-size:23px;
}

.brand-mark{
width:30px;
height:39px;
}

.hero{
min-height:calc(86svh - 70px);
}

.hero:after{
background:linear-gradient(90deg, rgba(10,8,7,.88), rgba(10,8,7,.62));
}

h1{
font-size:42px;
}

.home-hero-title{
font-size:32px;
}

h2{
font-size:34px;
}

.lead{
font-size:17px;
}

.hero-actions,
.flow,
.pain-grid,
.phone-stack,
.stats,
.pricing{
grid-template-columns:1fr;
display:grid;
}

.hero-actions .button{
width:100%;
}

.section{
padding:58px 0;
}

.final{
background:
linear-gradient(90deg, rgba(10,8,7,.72), rgba(10,8,7,.42)),
url("comandaqr_take_away.jpg") center center / cover no-repeat;
}

.demo-ticket{
display:none;
}

.story-strip,
.payment-options,
.state-row{
grid-template-columns:1fr;
}

.demo-video-grid{
grid-template-columns:1fr;
}

.demo-video-card-client{
max-width:390px;
}

.demo-video-card-local{
width:100%;
}

.demo-video-thumb-client{
width:min(calc(100% - 28px), 340px);
}

.demo-view-actions .button{
width:100%;
}

.demo-video-modal{
padding:16px;
}

.demo-video-modal-panel,
.demo-video-modal.is-portrait .demo-video-modal-panel{
width:min(100%, calc(100vw - 24px));
}

.qr-shot img{
max-height:none;
padding:10px;
}

.warm-note{
padding:20px;
}

.faq-list summary{
font-size:17px;
padding:18px;
}

.faq-list p{
padding:0 18px 18px;
font-size:16px;
}

.problem-scene{
padding:20px;
}

.problem-scene p{
font-size:17px;
line-height:1.5;
}

.problem-scene-point{
font-size:19px!important;
}

.related-posts{
padding:18px;
}

.related-posts a{
align-items:flex-start;
font-size:16px;
}

.whatsapp{
width:58px;
height:58px;
}
}
