
:root{--bg:#fbfaf9;--card:#fff;--ink:#171717;--muted:#6b6b6b;--stroke:#ece8e4;--shadow:0 10px 25px rgba(25,25,25,.05);--radius:18px;--sticky-h:84px}
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.wrap{width:min(1200px,100% - 40px);margin-inline:auto}
header{position:sticky;top:0;background:rgba(251,250,249,.9);backdrop-filter:saturate(120%) blur(8px);border-bottom:1px solid var(--stroke);z-index:50}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
nav ul{display:flex;gap:18px;list-style:none;margin:0;padding:0}
nav a{font-size:.95rem;color:var(--muted)} nav a:hover{color:var(--ink)}
.hero{padding:64px 0 32px;background:radial-gradient(60% 55% at 70% 0%, #f1eee9 0, transparent 60%), linear-gradient(#fbfaf9, #faf7f3)}
.hero .grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.kicker{display:inline-flex;gap:8px;align-items:center;padding:6px 10px;border:1px solid var(--stroke);border-radius:999px;background:var(--card);box-shadow:var(--shadow);font-size:.85rem;color:var(--muted)}
h1{font-size:clamp(28px,4.2vw,48px);line-height:1.05;margin:14px 0 8px}
.lead{font-size:clamp(15px,1.3vw,18px);color:var(--muted)}
.cta{display:inline-flex;align-items:center;gap:10px;padding:14px 18px;border-radius:14px;background:#111;color:#fff;font-weight:600;box-shadow:var(--shadow)}
.hero-card{border:1px solid var(--stroke);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.hero-img{aspect-ratio:4/3;object-fit:cover}
.section{padding:36px 0;scroll-margin-top:80px}
.sub{color:var(--muted)}
.features{padding:32px 0}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.card{background:var(--card);border:1px solid var(--stroke);border-radius:20px;padding:18px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:6px;line-height:1.35;word-break:break-word;overflow-wrap:anywhere;hyphens:auto}
.card *{margin:0}
.grid-prod{display:flex; flex-wrap: nowrap;overflow-y: auto; grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.prod{width: 325px;flex-shrink: 0; background:var(--card);border:1px solid var(--stroke);border-radius:16px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}
.prod .img{aspect-ratio:1/1;object-fit:cover}
.prod .meta{padding:14px}
.name{font-weight:600}
.btn{display:inline-flex;justify-content:center;align-items:center;padding:10px 12px;border-radius:12px;border:1px solid var(--stroke);background:#101010;color:#fff;font-weight:600}
.btn.ghost{background:var(--card);color:var(--ink)}
.prices{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.price-card{background:var(--card);border:1px solid var(--stroke);border-radius:16px;box-shadow:var(--shadow);padding:16px}
.price-card li{display:flex;justify-content:space-between;border-bottom:1px dashed var(--stroke);padding:8px 0}
.old{color:#9b9b9b;text-decoration:line-through;margin-right:6px}
#guide>h2{margin-top:0}
.guide{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:start}
.guide .steps{display:flex;flex-direction:column;gap:12px}
.how{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.how .stepbox{background:var(--card);border:1px solid var(--stroke);border-radius:16px;padding:16px;line-height:1.35}
.reviews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.rev{background:var(--card);border:1px solid var(--stroke);border-radius:16px;padding:16px;box-shadow:var(--shadow);line-height:1.5}
.timerbar{background:#111;color:#fff;padding:10px 0;border-top:1px solid #222;border-bottom:1px solid #222}
.timerbar .time{font-weight:700;font-variant-numeric:tabular-nums}
.sticky-cta{position:fixed;left:12px;right:12px;bottom:12px;display:flex;gap:10px;align-items:center;justify-content:space-between;background:#111;color:#fff;padding:12px 14px;border-radius:16px;box-shadow:0 12px 30px rgba(0,0,0,.18);z-index:60}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.42);display:none;align-items:center;justify-content:center;padding:20px;z-index:70}
.modal.open{display:flex}
.sheet{width:min(680px,100%);background:var(--card);border:1px solid var(--stroke);border-radius:20px;box-shadow:var(--shadow)}
.sheet header{position:relative;border-bottom:1px solid var(--stroke);background:var(--card)}
.sheet h3{margin:0;padding:18px 20px;font-size:20px}
.content{padding:20px;display:grid;gap:12px}
.grid2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;align-items:start}
.sheet .grid2>div{min-width:0;display:flex;flex-direction:column;gap:6px}
.sheet label{font-size:.9rem;color:var(--muted)}
.sheet input,.sheet select,.sheet textarea{width:100%;padding:12px 16px;border:1px solid var(--stroke);border-radius:14px;background:#fcfbfa;font-size:16px;line-height:1.2;-webkit-appearance:none;appearance:none;box-sizing:border-box}
.sheet input,.sheet select{height:52px}
.sheet textarea{min-height:120px;height:auto;resize:vertical}
.x{position:absolute;right:10px;top:10px;border:1px solid var(--stroke);border-radius:10px;background:#fff;padding:6px 10px;cursor:pointer}
footer{margin-top:40px;padding:28px 0;border-top:1px solid var(--stroke)}
@media (max-width:960px){.hero .grid{grid-template-columns:1fr}.grid-prod{grid-template-columns:repeat(2,minmax(0,1fr))}.reviews{grid-template-columns:1fr 1fr}.guide{grid-template-columns:1fr}.prices{grid-template-columns:1fr}.how{grid-template-columns:1fr}}
@media (max-width:560px){nav ul{display:none}.grid-prod{grid-template-columns:1fr}.cards{grid-template-columns:1fr;gap:12px}.card{padding:16px;border-radius:16px}.card strong{font-size:18px;margin-bottom:2px}.card{font-size:16px}body{padding-bottom:calc(var(--sticky-h) + env(safe-area-inset-bottom));}.sticky-cta{bottom:calc(env(safe-area-inset-bottom) + 12px);flex-wrap:wrap}.sticky-cta .btn{background:#fff;color:#111;border-color:rgba(255,255,255,.2)}}
@supports (-webkit-touch-callout:none){input,select,textarea{font-size:16px}}
body {
    background: #e8dfc2;
}
