@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,600&display=swap');

:root{--red:#a93226;--red-dark:#7d2119;--gold:#d5a03b;--cream:#fff8ed;--paper:#f5ead9;--ink:#202523;--muted:#696762;--white:#fff;--line:rgba(32,37,35,.14);--shadow:0 24px 70px rgba(82,50,26,.14);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.6 'DM Sans',sans-serif;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit}button,input,select{font:inherit}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:100;background:var(--ink);color:#fff;padding:.65rem 1rem;border-radius:.5rem}.skip-link:focus{top:1rem}.site-header{height:86px;padding:0 clamp(1.25rem,4vw,5rem);display:flex;align-items:center;justify-content:space-between;background:rgba(255,248,237,.94);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.brand img{width:270px;height:auto}.site-header nav{display:flex;align-items:center;gap:clamp(1rem,2.4vw,2.5rem)}.site-header nav a{text-decoration:none;font-size:.92rem;font-weight:600}.button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:.8rem 1.5rem;border:0;border-radius:999px;background:var(--red);color:#fff;text-decoration:none;font-weight:700;box-shadow:0 8px 24px rgba(169,50,38,.2);transition:.2s ease}.button:hover{background:var(--red-dark);transform:translateY(-2px)}.button-small{min-height:42px;padding:.55rem 1.2rem}.hero{min-height:calc(100vh - 86px);position:relative;display:flex;align-items:center;overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,248,237,.98) 0%,rgba(255,248,237,.9) 37%,rgba(255,248,237,.18) 64%,transparent 100%)}.hero-copy{position:relative;z-index:1;width:min(650px,52vw);margin-left:clamp(1.25rem,7vw,8.5rem);padding:5rem 0}.eyebrow{margin:0 0 1rem;color:var(--red);font-size:.76rem;line-height:1.2;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero h1,.section h2{font-size:clamp(3.5rem,7.5vw,7.4rem);line-height:.9;letter-spacing:-.06em;margin:0;font-weight:700}.hero h1 em,.section h2 em{color:var(--red);font-family:'Playfair Display',serif;font-weight:600}.hero-lead{max-width:560px;margin:2rem 0;font-size:clamp(1.05rem,1.5vw,1.3rem);color:#42433f}.hero-actions{display:flex;align-items:center;gap:1.6rem}.text-link{font-weight:700;text-underline-offset:5px}.trust-row{display:flex;flex-wrap:wrap;gap:1.4rem;margin-top:2.5rem;font-size:.84rem;font-weight:600}.trust-row span{white-space:nowrap}.marquee{height:70px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;gap:clamp(1rem,3vw,3.5rem);font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.marquee i{width:6px;height:6px;border-radius:50%;background:var(--gold)}.section{padding:clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8.5rem)}.intro{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(3rem,8vw,8rem);align-items:end}.intro h2,.demo h2,.faq h2{font-size:clamp(2.8rem,5.8vw,5.8rem)}.intro-copy{font-size:1.08rem;color:var(--muted)}.intro-copy p:first-child{font-size:1.3rem;color:var(--ink)}.demo{background:var(--ink);color:#fff}.demo-head{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:4rem;margin-bottom:3.5rem}.demo-head>p{color:#c9c8c3;max-width:480px}.video-frame{aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;background:#111;box-shadow:var(--shadow)}.video-frame video,.video-frame iframe{width:100%;height:100%;border:0;display:block}.video-placeholder{height:100%;position:relative;display:grid;place-items:center}.video-placeholder:after{content:'';position:absolute;inset:0;background:rgba(23,28,26,.45)}.video-placeholder img{position:absolute;width:100%;height:100%;object-fit:cover}.play-icon,.video-placeholder strong{position:relative;z-index:2}.play-icon{width:82px;height:82px;border-radius:50%;background:var(--red);display:grid;place-items:center;font-size:1.5rem;padding-left:5px}.video-placeholder strong{position:absolute;margin-top:130px}.steps{list-style:none;padding:0;margin:2rem 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.steps li{display:flex;gap:1.1rem;padding:1.5rem;border-top:1px solid rgba(255,255,255,.2)}.steps b{color:var(--gold);font-size:.8rem}.steps span{display:flex;flex-direction:column;color:#aaa}.steps strong{color:#fff;font-size:1.15rem}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.features article{padding:2rem;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.45)}.feature-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#f1d7b4;color:var(--red);font-size:1.4rem}.features h3{font-size:1.3rem;margin:1.4rem 0 .5rem}.features p{color:var(--muted);margin:0}.buy-section{padding-top:2rem;display:grid;grid-template-columns:1.1fr .9fr;gap:1.5rem;background:linear-gradient(var(--cream),var(--paper))}.buy-card{border-radius:var(--radius);overflow:hidden}.product-card{position:relative;background:var(--ink);color:#fff}.product-card>img{width:100%;height:420px;object-fit:cover}.badge{position:absolute;z-index:2;top:1rem;left:1rem;background:var(--cream);color:var(--red);padding:.45rem .8rem;border-radius:999px;font-size:.7rem;text-transform:uppercase;font-weight:700;letter-spacing:.1em}.product-info{padding:2.5rem}.product-info h2{font-size:clamp(2.2rem,4vw,4.3rem);letter-spacing:-.045em}.product-info ul{display:grid;gap:.55rem;margin:2rem 0 0;padding-left:1.3rem;color:#d4d3ce}.checkout-card{padding:clamp(2rem,4vw,3.5rem);background:#fff;box-shadow:var(--shadow)}.price{display:flex;flex-direction:column;border-bottom:1px solid var(--line);padding-bottom:1.5rem;margin-bottom:1.5rem}.price strong{font-size:2.4rem;line-height:1}.price span{color:var(--muted);font-size:.85rem;margin-top:.5rem}form label{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;font-weight:700;margin-bottom:1rem}input,select{width:100%;padding:.85rem 1rem;border:1px solid #cec9c0;border-radius:10px;background:#fff;color:var(--ink);outline:none}input:focus,select:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(169,50,38,.12)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field-grid-small{grid-template-columns:1.3fr .7fr}label small{color:var(--muted);font-weight:400}.terms{flex-direction:row;align-items:flex-start}.terms input{width:auto;margin-top:.25rem}.form-error{padding:.75rem 1rem;color:#7d2119;background:#fde9e6;border-radius:8px}.setup-note{padding:1rem;background:#fff5d9;border:1px solid #ecd59a;border-radius:10px;font-size:.9rem}.secure-note{text-align:center;color:var(--muted);font-size:.75rem;margin:1.2rem 0 0}.faq{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(3rem,8vw,8rem)}details{border-top:1px solid var(--line);padding:1.4rem 0}details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;font-size:1.15rem;font-weight:700;list-style:none;display:flex;justify-content:space-between}summary:after{content:'+';color:var(--red);font-size:1.5rem}details[open] summary:after{content:'−'}details p{color:var(--muted);max-width:640px}footer{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;padding:4rem clamp(1.25rem,7vw,8.5rem) 2rem;background:#181c1b;color:#cbc9c2}footer img{width:240px;filter:brightness(1.8) saturate(.7)}footer>div{display:flex;flex-direction:column;gap:.55rem}footer strong{color:#fff;margin-bottom:.5rem}footer a{text-decoration:none}footer a:hover{text-decoration:underline}.copyright{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:1.5rem;margin:1rem 0 0;font-size:.8rem}.legal-page{max-width:850px;margin:auto;padding:5rem 1.25rem}.legal-page h1{font-size:clamp(2.8rem,7vw,5.5rem);line-height:1}.legal-page h2{font-size:1.5rem;margin-top:2.5rem}.legal-page p,.legal-page li{color:var(--muted)}.admin-wrap{max-width:1200px;margin:auto;padding:2rem}.orders-table{width:100%;border-collapse:collapse;background:#fff}.orders-table th,.orders-table td{text-align:left;padding:.8rem;border-bottom:1px solid var(--line);font-size:.85rem}.status{display:inline-block;padding:.2rem .55rem;border-radius:999px;background:#eee}.status-paid{background:#dff2e3;color:#216b31}
@media(max-width:900px){.site-header nav a:not(.button){display:none}.hero{min-height:760px;align-items:flex-start}.hero-image{object-position:62% center}.hero-shade{background:linear-gradient(90deg,rgba(255,248,237,.97) 0%,rgba(255,248,237,.88) 55%,rgba(255,248,237,.15) 100%)}.hero-copy{width:72vw;margin-left:1.25rem;padding-top:7rem}.intro,.demo-head,.buy-section,.faq{grid-template-columns:1fr}.features{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.intro{align-items:start}footer{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.site-header{height:72px}.brand img{width:205px}.button-small{font-size:.8rem}.hero{min-height:720px}.hero-copy{width:calc(100% - 2.5rem);padding-top:4.5rem}.hero h1{font-size:3.8rem}.hero-image{object-position:67% center}.hero-shade{background:linear-gradient(180deg,rgba(255,248,237,.98) 0%,rgba(255,248,237,.91) 48%,rgba(255,248,237,.18) 82%)}.hero-lead{max-width:90%}.hero-actions{align-items:flex-start;flex-direction:column;gap:1rem}.trust-row{gap:.65rem}.marquee{justify-content:flex-start;overflow:hidden;padding-left:1rem;white-space:nowrap}.section{padding:4.5rem 1.25rem}.field-grid,.field-grid-small{grid-template-columns:1fr}.product-card>img{height:280px}footer{grid-template-columns:1fr}.copyright{grid-column:auto}.video-placeholder strong{font-size:.85rem}.play-icon{width:62px;height:62px}.orders-table{display:block;overflow-x:auto}}
.security-check{display:grid;gap:.25rem;margin:1rem 0 1.15rem;padding:1rem;border:1px solid #d8ded6;border-radius:12px;background:#f7faf6}.security-check>strong{font-size:.9rem}.security-check>span{margin-bottom:.55rem;color:var(--muted);font-size:.76rem}.cf-turnstile{max-width:100%}.address-search{padding:1rem;border:1px solid #d8ded6;border-radius:12px;background:#f7faf6}.address-search gmp-place-autocomplete{display:block;width:100%;min-height:48px}.address-status{margin:-.35rem 0 1rem;padding:.65rem .8rem;border-radius:8px;background:#e8f3e9;color:#245d2d;font-size:.78rem}.address-status-error{background:#fde9e6;color:#7d2119}input[readonly]{background:#f2f1ee;color:#555}footer img{width:270px;height:auto;filter:none}
.facebook-share{gap:.65rem;margin-top:1.5rem;min-height:44px;padding:.65rem 1.15rem;background:#0866ff;box-shadow:none;font-size:.9rem}.facebook-share:hover{background:#0752cc}.facebook-share:focus-visible{outline:3px solid var(--ink);outline-offset:4px}.facebook-share svg{flex-shrink:0}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
