:root{--ink:#13231d;--muted:#66746c;--panel:#fffdf7;--paper:#f6f2e8;--forest:#0f2b21;--moss:#2f7a4f;--gold:#d4bc76;--line:#ded7c6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-shell{background:linear-gradient(180deg, #f6f2e8eb, #fffdf7fa 42%), var(--paper);min-height:100vh}.container{width:min(1160px,100% - 40px);margin:0 auto}.site-header{z-index:10;background:#0f2b21;border-bottom:1px solid #ffffff24;position:sticky;top:0;left:0;right:0}.site-header-inner{color:#fff;justify-content:space-between;align-items:center;gap:22px;min-height:82px;display:flex}.site-brand{align-items:center;gap:12px;min-width:0;display:inline-flex}.site-brand strong{letter-spacing:.18em;font-size:13px}.site-nav{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.hero{color:#fff;background-image:linear-gradient(90deg,#091b15db,#091b1594 48%,#091b1538),url(https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=2200&q=82);background-position:50%;background-size:cover;align-items:end;min-height:92vh;display:flex;position:relative}.hero:after{content:"";background:linear-gradient(180deg, #f6f2e800, var(--paper));height:120px;position:absolute;inset:auto 0 0}.hero-content{z-index:1;width:min(760px,100%);padding:110px 0 120px;position:relative}.eyebrow{color:var(--gold);letter-spacing:.22em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}.hero h1,.page-hero h1{letter-spacing:0;overflow-wrap:anywhere;margin:14px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,8vw,6.8rem);line-height:.95}.hero p{color:#ffffffe0;max-width:650px;margin:24px 0 0;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.6}.hero-actions,.button-row{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.button{border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 18px;font-weight:800;transition:transform .16s,border-color .16s,background .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--gold);color:#10251d}.button-secondary{color:#fff;background:#ffffff14;border-color:#ffffff73}.button-dark{background:var(--forest);color:#fff}.button-light{border-color:var(--line);color:var(--forest);background:#fff}.section{padding:84px 0}.section-alt{background:var(--panel);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-head{max-width:760px}.section-head h2,.page-hero h1{margin:12px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,5vw,4.3rem);line-height:1}.section-head p,.page-hero p,.text-block p{color:var(--muted);font-size:1rem;line-height:1.75}.grid-3,.grid-2{gap:18px;margin-top:34px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--line);background:#fffdf7eb;border-radius:8px;padding:24px;box-shadow:0 18px 45px #202d2514}.card h3{margin:16px 0 0;font-size:1.15rem}.card p,.card li{color:var(--muted);line-height:1.65}.icon{width:42px;height:42px;color:var(--moss);background:#e8f0e4;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.product-band{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:34px;display:grid}.widget-preview{color:#fff;background:#10281f;border:1px solid #d4bc768c;border-radius:8px;padding:18px;box-shadow:0 28px 70px #0c1f1847}.mini-widget{color:var(--ink);background:#fdfcf8;border:1px solid #ffffff2e;border-radius:8px;overflow:hidden}.mini-widget-head{border-bottom:1px solid var(--line);padding:18px}.mini-widget-head strong{font-size:1.15rem;display:block}.mini-widget-upload{text-align:center;background:#faf8ef;border:1px dashed #bfc6b9;border-radius:8px;place-items:center;min-height:180px;margin:18px;display:grid}.mini-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 18px 18px;display:grid}.mini-image{aspect-ratio:4/3;background-image:url(https://images.unsplash.com/photo-1598902108854-10e335adac99?auto=format&fit=crop&w=900&q=78);background-position:50%;background-size:cover;border-radius:6px}.mini-image:nth-child(2){background-image:url(https://images.unsplash.com/photo-1604014237800-1c9102c219da?auto=format&fit=crop&w=900&q=78)}.steps{counter-reset:step}.step{padding-left:58px;position:relative}.step:before{counter-increment:step;content:counter(step);background:var(--forest);width:38px;height:38px;color:var(--gold);border-radius:8px;place-items:center;font-weight:900;display:grid;position:absolute;top:2px;left:0}.cta-band{color:#fff;background:#112b21}.cta-band p{color:#ffffffc7}.page-hero{border-bottom:1px solid var(--line);background:var(--panel);padding:80px 0 64px}.legal-content{max-width:850px;padding:62px 0 92px}.legal-content h2{margin:36px 0 8px}.legal-content p,.legal-content li{color:var(--muted);line-height:1.75}.note{border-left:4px solid var(--gold);background:#fff9e7;padding:18px}@media (max-width:820px){.container{width:min(100% - 28px,1160px)}.hero{background-position:62%;min-height:86vh}.hero-content{padding:128px 0 90px}.site-header-inner{min-height:74px}.site-brand strong{letter-spacing:.14em;font-size:12px}.site-nav a:not(.button){display:none}.site-nav{gap:10px}.site-nav .button{min-height:42px;padding:0 12px;font-size:.9rem}.grid-3,.grid-2,.product-band{grid-template-columns:1fr}.section{padding:62px 0}}
