:root{--text:#1f1f1f;--muted:#5f6470;--line:#e7e7e7;--bg:#ffffff;--soft:#f7f7f7;--r:14px}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.65;font-size:16.5px}
h1,h2,h3,.brand{font-family:'Poppins',sans-serif;font-weight:600;letter-spacing:-.01em}
.wrap{max-width:1000px;margin:0 auto;padding:0 1.2rem}
a{color:var(--text)}
img{max-width:100%;border-radius:var(--r);display:block}
/* nav */
.nav{position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);z-index:20}
.nav .wrap{display:flex;align-items:center;gap:1.2rem;padding:.75rem 1.2rem;flex-wrap:wrap}
.brand{font-size:1.02rem;text-decoration:none;white-space:nowrap;display:flex;align-items:center;gap:.55rem}
.brand img{height:34px;width:auto;border-radius:0}
.nav nav{margin-left:auto;display:flex;gap:1.1rem;align-items:center;flex-wrap:wrap;font-size:.86rem}
.nav nav a{text-decoration:none;color:var(--muted);font-weight:500}
.nav nav a:hover{color:var(--text)}
.pill{display:inline-block;border:1.5px solid var(--text);border-radius:999px;padding:.55rem 1.35rem;text-decoration:none;font-weight:600;font-size:.9rem;background:transparent;color:var(--text);cursor:pointer;font-family:'Inter',sans-serif}
.pill:hover{background:var(--text);color:#fff}
.pill.solid{background:var(--text);color:#fff}
.pill.solid:hover{background:#000}
/* hero */
.hero{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}
.hero .bgimg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;filter:brightness(1.06)}
.hero::after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.55)}
.hero .inner{position:relative;z-index:2;padding:4rem 1.2rem;max-width:760px}
.hero .brandline{font-family:'Poppins',sans-serif;font-weight:600;font-size:clamp(2.3rem,6vw,3.6rem);line-height:1.15;color:#3f434b}
.hero h1{font-size:clamp(1.02rem,2.4vw,1.25rem);font-weight:500;color:#4a4f58;margin-top:1.1rem}
.hero .contactline{margin-top:1.6rem;font-size:.9rem;color:#4a4f58}
.hero .contactline a{color:#4a4f58;text-decoration:none}
/* sections */
section{padding:4.2rem 0 1rem}
.center{text-align:center}
h2{font-size:clamp(1.8rem,4vw,2.5rem);text-align:center;margin-bottom:.6rem}
.sub{color:var(--muted);text-align:center;max-width:56ch;margin:0 auto 2.4rem}
h3{font-size:1.06rem;margin:1.1rem 0 .4rem}
p{margin:.7rem 0;color:#3c3f46}
.muted{color:var(--muted)}
ul,ol{margin:.7rem 0 .7rem 1.35rem;color:#3c3f46}
li{margin:.35rem 0}
/* grids & cards */
.grid3{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.6rem;margin:1rem 0 1.5rem}
.card p{font-size:.93rem}
.feature{display:grid;grid-template-columns:1.4fr 1fr;gap:2rem;align-items:center;margin:2rem 0}
.feature.rev{grid-template-columns:1fr 1.4fr}
@media(max-width:700px){.feature,.feature.rev{grid-template-columns:1fr}}
.price{font-family:'Poppins',sans-serif;font-weight:600;font-size:2rem;margin:.3rem 0 0}
.pricenote{font-size:.82rem;color:var(--muted)}
.band{background:var(--soft);border-radius:var(--r);padding:1.6rem 1.8rem;margin:2rem 0}
.band p{font-size:.95rem}
/* faq */
details{border-bottom:1px solid var(--line);padding:1rem .2rem}
summary{font-family:'Poppins',sans-serif;font-weight:600;font-size:1rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:1rem}
summary::after{content:"+";font-weight:400;color:var(--muted)}
details[open] summary::after{content:"–"}
details p{font-size:.94rem}
/* forms */
form label{display:block;font-weight:600;font-size:.85rem;margin:1rem 0 .3rem}
form input,form textarea,form select{width:100%;padding:.7rem .85rem;border:1px solid #d7d7d7;border-radius:10px;font:inherit;background:#fff}
form input:focus,form textarea:focus,form select:focus{outline:2px solid var(--text);outline-offset:1px}
form textarea{min-height:120px;resize:vertical}
.formwrap{max-width:520px;margin:0 auto}
.formnote{font-size:.8rem;color:var(--muted);margin-top:.8rem}
.okmsg{display:none;color:#166b45;font-weight:600;margin-top:1rem}
.errmsg{display:none;color:#a3242f;font-weight:600;margin-top:1rem}
/* footer */
footer{border-top:1px solid var(--line);margin-top:4rem;padding:2.2rem 0 3rem;font-size:.84rem;color:var(--muted)}
footer .wrap{display:grid;gap:.45rem}
footer a{color:var(--muted)}
table{border-collapse:collapse;width:100%;margin:1.2rem 0;font-size:.92rem}
td,th{border:1px solid var(--line);padding:.6rem .75rem;text-align:left;vertical-align:top}
th{background:var(--soft);font-family:'Poppins',sans-serif;font-weight:600;font-size:.82rem}
.cta-row{text-align:center;margin:2.2rem 0}
/* text-led hero */
.hero2{padding:4.5rem 0 2.5rem;text-align:center;border-bottom:1px solid var(--line);background:linear-gradient(#fff, #fafafa)}
.hero2 .inner2{max-width:820px}
.heromark{height:76px;width:auto;margin:0 auto 1.2rem;border-radius:0}
.brandline2{font-family:'Poppins',sans-serif;font-weight:600;font-size:1.05rem;letter-spacing:.14em;color:var(--muted);text-transform:uppercase;margin-bottom:1.2rem}
.hero2 h1{font-size:clamp(1.55rem,3.6vw,2.35rem);line-height:1.25;font-weight:600}
.herolede{color:var(--muted);max-width:62ch;margin:1.1rem auto 0;font-size:1.02rem}
.herocta{margin-top:1.7rem;display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap}
.contactline2{margin-top:1.6rem;font-size:.85rem;color:var(--muted)}
.contactline2 a{color:var(--muted);text-decoration:none}
