:root{--navy:#0d3b43;--teal:#0f6c6c;--sand:#f5efe3;--coral:#f47f5f;--ink:#173b3e;--muted:#6d7d7b}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fbfaf6;color:var(--ink);font-family:Arial,sans-serif}
.locked{overflow:hidden}
button,input,textarea{font:inherit}
button{cursor:pointer}
.topbar{height:82px;padding:0 clamp(20px,5vw,72px);background:#fffc;backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:30;box-shadow:0 3px 20px #0d3b4310}
.brand{display:flex;align-items:center;gap:11px;color:var(--navy);text-decoration:none}
.brand img,.logo{width:44px;height:44px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:30px}
.brand b{display:block;font-family:Georgia,serif;font-size:19px}
.brand small{color:#69807d;font-size:10px;letter-spacing:.04em}
.topbar nav{display:flex;gap:34px}
.topbar nav a{color:#466462;font-size:14px;text-decoration:none;font-weight:700}
.share-button{height:44px;padding:0 16px;border:1px solid #cfe0da;background:#e7f1ed;color:var(--navy);border-radius:10px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;box-shadow:0 5px 16px #0d3b4318;transition:transform .2s,background .2s}
.share-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.share-button:hover{background:#dbeae4;transform:translateY(-2px)}
.hero{min-height:590px;position:relative;display:flex;align-items:center;padding:76px clamp(24px,8vw,120px);color:#fff;background-size:cover;background-position:center 55%}
.shade{position:absolute;inset:0;background:linear-gradient(90deg,#063037ed 0%,#07393ebf 47%,#0a464b26 82%)}
.hero-content{position:relative;max-width:700px;z-index:1}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;color:#c9f2dd}
.hero h1{margin:20px 0 18px;font:650 clamp(46px,6vw,78px)/1 Georgia,serif;letter-spacing:-.04em}
.hero p{max-width:610px;font-size:18px;line-height:1.7;color:#e9f3f0}
.hero-actions{display:flex;gap:12px;margin-top:32px}
.primary{height:52px;border-radius:11px;padding:0 23px;border:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;text-decoration:none}
.primary{background:var(--coral);color:#fff}
.intro{padding:72px clamp(20px,5vw,72px) 28px;text-align:center}
.kicker{font-size:11px;letter-spacing:.2em;color:var(--coral);font-weight:900}
.intro h2,.how h2{margin:9px 0 4px;font:600 clamp(34px,4vw,50px)/1.2 Georgia,serif;color:var(--navy)}
.intro>p{color:var(--muted);margin:8px 0 40px}
.tools{border-top:1px solid #dfe7e1;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.categories{display:flex;flex-wrap:wrap;gap:8px}
.categories button{padding:9px 15px;border:1px solid #dbe4df;border-radius:100px;color:#56706d;background:#fff;font-weight:700;font-size:13px}
.categories button.active{background:var(--navy);color:#fff}
.search{min-width:240px;display:flex;align-items:center;gap:9px;border:1px solid #dbe4df;background:#fff;border-radius:11px;padding:0 14px;color:#79908d}
.search input{height:42px;border:0;outline:0;width:100%;background:transparent}
.grid{padding:24px clamp(20px,5vw,72px) 92px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.card{background:#fff;border:1px solid #e4e7df;border-radius:17px;overflow:hidden;box-shadow:0 8px 30px #10393b0b}
.photo{height:205px;background:#dde8e4 center/cover;position:relative}
.tag,.code,.sold{position:absolute;color:#fff;border-radius:7px;font-size:10px;font-weight:900}
.tag{top:12px;left:12px;background:var(--coral);padding:6px 10px;text-transform:uppercase}
.code{right:10px;bottom:10px;background:#0d3b43c9;padding:4px 7px}
.sold{inset:0;display:grid;place-items:center;background:#0d3b43aa;font-size:15px;text-transform:uppercase}
.body{padding:18px}
.body small{color:var(--coral);font-size:9px;letter-spacing:.13em;font-weight:900}
.body h3{margin:5px 0 0;font:650 21px/1.15 Georgia,serif;color:var(--navy)}
.body>p{color:var(--muted);font-size:13px;line-height:1.55;min-height:41px}
.body footer{border-top:1px solid #edf0eb;padding-top:14px;display:flex;justify-content:space-between;align-items:center}
.body strong{color:var(--teal);font-size:17px}
.add{border:0;color:#fff;background:var(--teal);height:35px;padding:0 12px;border-radius:8px;font-size:12px;font-weight:800}
.how{background:var(--sand);padding:78px clamp(20px,8vw,110px) 88px;text-align:center}
.sales-cta{margin:0;background:linear-gradient(115deg,#0d3b43,#0f6c6c);color:#fff;padding:50px clamp(24px,8vw,110px);display:flex;align-items:center;justify-content:center;gap:clamp(28px,8vw,120px)}
.sales-cta>div{max-width:650px}
.sales-cta span{font-size:11px;letter-spacing:.17em;color:#bfead7;font-weight:900}
.sales-cta h2{margin:8px 0 8px;font:650 clamp(30px,3vw,44px)/1.15 Georgia,serif}
.sales-cta p{margin:0;color:#d6e8e4;line-height:1.6}
.sales-cta a{flex:none;min-height:58px;padding:0 25px;border-radius:12px;background:var(--coral);color:#fff;text-decoration:none;font-weight:850;display:flex;align-items:center;gap:16px;box-shadow:0 12px 30px #062e3544;transition:transform .2s}
.sales-cta a:hover{transform:translateY(-2px)}
.sales-cta a strong{font-size:22px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);max-width:1000px;margin:45px auto 0}
.steps div{padding:0 38px;border-right:1px solid #d9d0c1}
.steps div:last-child{border:0}
.steps b{margin:auto;width:43px;height:43px;display:grid;place-items:center;color:#fff;background:var(--teal);border-radius:50%}
.steps h3{font:650 20px Georgia,serif;color:var(--navy);margin:14px 0 7px}
.steps p{color:var(--muted);font-size:13px}
.site-footer{background:var(--navy);color:#fff;padding:42px clamp(24px,6vw,90px) 130px;display:grid;grid-template-columns:2fr 1fr 1fr;align-items:center;gap:30px}
.site-footer b{font-family:Georgia,serif}
.site-footer p{margin:4px 0 0;color:#b8ceca;font-size:12px}
.site-footer>small{grid-column:1/-1;border-top:1px solid #ffffff1c;padding-top:18px;text-align:center;color:#a8c2bf}
.floating{position:fixed;z-index:35;left:50%;bottom:18px;transform:translateX(-50%);min-width:350px;height:64px;padding:0 13px;border:0;border-radius:15px;background:var(--coral);color:#fff;display:flex;align-items:center;gap:12px;box-shadow:0 14px 35px #79352655}
.floating>span:first-child{position:relative;font-size:22px}
.floating i{position:absolute;top:-9px;right:-9px;width:20px;height:20px;background:var(--navy);border-radius:50%;display:grid;place-items:center;font-size:10px;font-style:normal}
.floating>span:nth-child(2){text-align:left;display:flex;flex-direction:column;flex:1}
.floating small{font-size:10px;opacity:.8}
.overlay{position:fixed;inset:0;z-index:50;background:#092f356e;backdrop-filter:blur(3px);display:flex;justify-content:flex-end}
.overlay[hidden]{display:none}
.cart{width:min(100%,480px);height:100%;overflow:auto;background:#fbfaf6;box-shadow:-20px 0 60px #062e3538}
.cart header{height:92px;padding:0 24px;display:flex;align-items:center;gap:16px;background:#fff;border-bottom:1px solid #e5e8e2;position:sticky;top:0;z-index:2}
.cart header>div{flex:1}
.cart header button{border:0;background:#eef5f2;color:var(--navy);width:40px;height:40px;border-radius:50%;font-size:22px}
.cart header small{color:var(--coral);font-weight:900}
.cart header h2{margin:3px 0 0;font:650 25px Georgia,serif}
.cart-list{padding:20px 24px}
.cart-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #e1e6df}
.cart-item img{width:56px;height:56px;object-fit:cover;border-radius:10px}
.cart-item>div:nth-child(2){flex:1;display:flex;flex-direction:column;font-size:13px}
.cart-item span{color:var(--teal);margin-top:4px}
.step{display:flex;align-items:center;gap:8px}
.step button{width:27px;height:27px;border:0;border-radius:7px;color:var(--teal)}
.empty{text-align:center;color:#81908e;padding:70px 10px;font-size:38px}
.empty h3{font-size:18px}
.empty p{font-size:13px}
.checkout{background:#fff;padding:22px 24px 30px;border-top:1px solid #dfe5df}
.modes{display:flex;gap:5px;margin-bottom:12px}
.modes button{flex:1;min-height:43px;border:1px solid #d7e2dc;background:#f5f7f4;color:#637875;border-radius:8px;font-size:11px;font-weight:700}
.modes button.active{background:var(--navy);color:#fff}
.checkout input,.checkout textarea{width:100%;border:1px solid #d7e2dc;border-radius:9px;padding:12px;margin-bottom:9px}
.checkout textarea{height:70px;resize:vertical}
.total{display:flex;justify-content:space-between;margin:12px 0}
.total b{color:var(--teal);font-size:21px}
.whatsapp{width:100%;height:54px;border:0;border-radius:10px;background:#25a95a;color:#fff;font-weight:850}

@media(max-width:1050px){.grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){.topbar{height:70px;padding:0 16px}
.topbar nav{display:none}
.brand small{display:none}
.share-button{height:42px;padding:0 12px;font-size:12px;flex:none}
.share-button svg{width:18px;height:18px}
.hero{min-height:570px;padding:62px 22px 90px;background-position:62% center;align-items:flex-end}
.shade{background:linear-gradient(0deg,#07363cf2 12%,#083a3fa1 65%,#083a3f38)}
.hero h1{font-size:47px}
.hero p{font-size:15px}
.hero-actions{flex-direction:column}
.intro{padding:55px 16px 18px}
.tools{flex-direction:column;align-items:stretch}
.categories{overflow:auto;flex-wrap:nowrap}
.categories button{white-space:nowrap}
.search{min-width:0}
.grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:14px 12px 72px;gap:10px}
.photo{height:145px}
.body{padding:13px}
.body h3{font-size:17px}
.body>p{font-size:11px;min-height:52px}
.body footer{gap:6px;align-items:flex-end}
.body strong{font-size:14px}
.add{width:34px;padding:0;font-size:0}
.add:first-letter{font-size:18px}
.steps{grid-template-columns:1fr;gap:28px}
.steps div{border:0}
.sales-cta{padding:42px 22px 48px;flex-direction:column;text-align:center;gap:25px}
.sales-cta a{width:100%;max-width:390px;justify-content:center;padding:12px 18px}
.site-footer{grid-template-columns:1fr 1fr;padding-bottom:125px}
.site-footer>div:first-child{grid-column:1/-1}
.site-footer>small{font-size:10px}
.floating{min-width:0;width:calc(100% - 24px);bottom:12px}
}
@media(max-width:390px){.grid{grid-template-columns:1fr;padding-inline:16px}
.topbar{padding-inline:11px}
.brand{gap:8px}
.brand img,.logo{width:40px;height:40px}
.brand b{font-size:15px}
.share-button{padding:0 10px;gap:6px;font-size:11px}
.photo{height:210px}
.body>p{min-height:0}
.hero h1{font-size:42px}
}
