
:root{--ink:#171714;--cream:#f5f1e9;--sage:#b9c2aa;--line:#ddd7cc}*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);background:#fbfaf7}header{position:sticky;top:0;z-index:10;background:#fffdf9ee;backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.wrap{max-width:1180px;margin:auto;padding:0 22px}.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{font:900 28px Georgia;letter-spacing:3px}.navlinks{display:flex;gap:24px;font-size:14px}.nav a{text-decoration:none;color:inherit}.cta{background:var(--ink);color:white!important;padding:12px 18px;border-radius:999px}.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;padding:70px 0}.kicker{font-size:13px;letter-spacing:2px}.hero h1{font-size:62px;line-height:1.02;margin:14px 0 20px}.hero p{font-size:19px;line-height:1.7;color:#514e47}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}button,.button{border:0;border-radius:999px;padding:14px 22px;font-weight:700;cursor:pointer;text-decoration:none}.primary{background:var(--ink);color:white}.secondary{background:transparent;border:1px solid var(--ink);color:var(--ink)}
.heroimg{height:520px;border-radius:36px;background:linear-gradient(145deg,#d8d2c7,#f3eee5);position:relative;overflow:hidden;box-shadow:0 30px 70px #403b3020}.mirror{position:absolute;width:210px;height:210px;border-radius:50%;right:90px;top:55px;background:linear-gradient(145deg,#e7eceb,#b8c2bf);box-shadow:0 0 0 10px #fff8}.vanity{position:absolute;right:48px;left:48px;bottom:75px;height:155px;background:#aeb99d;border-radius:4px 4px 12px 12px;box-shadow:0 25px 25px #0002}.vanity:before{content:"";position:absolute;left:50%;top:0;bottom:0;border-left:1px solid #7e8973}.vanity:after{content:"";position:absolute;left:0;right:0;top:76px;border-top:1px solid #7e8973}.top{position:absolute;right:40px;left:40px;bottom:230px;height:18px;background:#f7f5f0}.sink{position:absolute;width:100px;height:42px;border-radius:0 0 50px 50px;background:white;right:calc(50% - 50px);bottom:206px}.badge{position:absolute;left:22px;top:22px;background:#fff;padding:10px 14px;border-radius:999px;font-size:12px}.strip{background:var(--ink);color:white}.benefits{display:grid;grid-template-columns:repeat(4,1fr);padding:24px 0;text-align:center;gap:10px}.benefits b{display:block;margin-bottom:4px}
section{padding:82px 0}.sectionhead{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.sectionhead h2{font-size:38px;margin:0}.muted{color:#77736b}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cat{min-height:220px;border-radius:24px;padding:22px;display:flex;align-items:end;background:#e9e3d9}.cat:nth-child(2){background:#dce1d5}.cat:nth-child(3){background:#e2d4c6}.cat:nth-child(4){background:#d8d8d2}.cat h3{font-size:22px;margin:0}
.builder{background:#f0ebe2;border-radius:34px;padding:34px;display:grid;grid-template-columns:.8fr 1.2fr;gap:34px}.preview{background:linear-gradient(#e8e4dc 0 62%,#d4cbbd 62%);border-radius:26px;min-height:500px;position:relative;overflow:hidden}.minimirror{position:absolute;width:170px;height:170px;border-radius:50%;top:55px;right:calc(50% - 85px);background:#cbd1cf;box-shadow:0 0 0 8px #fff9}.minivanity{position:absolute;left:45px;right:45px;bottom:105px;height:125px;background:#b9c2aa;box-shadow:0 20px 25px #0002}.minitop{position:absolute;left:38px;right:38px;bottom:230px;height:14px;background:white}.steps h2{font-size:34px;margin-top:0}.step{border-top:1px solid #d4ccbf;padding:18px 0}.step label{font-weight:800;display:block;margin-bottom:10px}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{background:white;border:1px solid #d7d0c4;border-radius:14px;padding:10px 13px;cursor:pointer}.chip.active{background:var(--ink);color:white}.select{width:100%;padding:13px;border:1px solid #d7d0c4;border-radius:12px;background:white}.total{display:flex;align-items:center;justify-content:space-between;border-top:2px solid var(--ink);padding-top:18px;margin-top:10px}.price{font-size:30px;font-weight:900}
.visual{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.phone{min-height:460px;border-radius:34px;background:#ddd5c8;padding:22px;display:flex;align-items:center;justify-content:center}.phonecard{width:75%;background:white;border-radius:24px;padding:18px;text-align:center;box-shadow:0 25px 60px #0002}.upload{border:2px dashed #c5bba9;border-radius:18px;padding:35px 12px;margin:15px 0}.admin{background:#181817;color:white;border-radius:34px;padding:35px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}.stat{background:#ffffff0e;border:1px solid #ffffff18;border-radius:18px;padding:20px}.stat strong{font-size:28px;display:block}footer{padding:40px 0;border-top:1px solid var(--line)}
@media(max-width:800px){.navlinks{display:none}.hero{grid-template-columns:1fr;padding-top:35px}.hero h1{font-size:43px}.heroimg{height:400px}.benefits,.categories,.stats{grid-template-columns:1fr 1fr}.builder,.visual{grid-template-columns:1fr}.sectionhead{align-items:start;flex-direction:column}}
