:root{
  --yellow:#ffd400;
  --yellow-2:#ffea62;
  --black:#111111;
  --black-2:#191919;
  --ink:#1d1d1b;
  --muted:#70706c;
  --paper:#f7f7f3;
  --line:#e7e7df;
  --white:#ffffff;
  --radius:22px;
  --shadow:0 18px 55px rgba(17,17,17,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.section{padding:92px 0}

.topbar{position:sticky;top:0;z-index:60;background:rgba(17,17,17,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-wrap{min-height:82px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand-logo{width:54px;height:54px;border-radius:50%;overflow:hidden;background:#fff;border:3px solid var(--yellow)}
.brand-logo img{width:100%;height:100%;object-fit:cover}
.brand-copy{display:flex;flex-direction:column;color:#fff;line-height:1.05}
.brand-copy strong{font-size:17px;letter-spacing:-.4px}
.brand-copy small{font-size:10.5px;color:#aaa;margin-top:6px;letter-spacing:.8px;text-transform:uppercase}
.nav{display:flex;align-items:center;gap:22px;margin-left:auto}
.nav a{color:#c7c7c2;font-size:12.5px;font-weight:800;transition:.2s}
.nav a:hover{color:var(--yellow)}
.menu-toggle{display:none;border:0;background:#252525;color:#fff;width:43px;height:43px;border-radius:11px;font-size:20px}

.btn{border:0;border-radius:12px;padding:13px 18px;font-weight:900;font-size:12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:.2s;line-height:1.1}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--yellow);color:#111;box-shadow:0 10px 26px rgba(255,212,0,.18)}
.btn-primary small{display:block;font-size:9.5px;font-weight:700;opacity:.62}
.btn-dark{background:#111;color:#fff}
.btn-ghost{background:#fff;color:#111;border:1px solid #d9d9d0}
.btn-lg{padding:16px 22px;font-size:12px}

.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8f8f3 0%,#fff 55%,#fff5ba 100%);padding:76px 0 82px}
.hero-grid-bg{position:absolute;inset:0;opacity:.4;background-image:linear-gradient(rgba(0,0,0,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to right,#000,transparent 78%)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:64px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:10.5px;font-weight:1000;letter-spacing:1.45px;text-transform:uppercase;color:#111}
.eyebrow .dot{width:9px;height:9px;background:var(--yellow);border-radius:50%;box-shadow:0 0 0 5px rgba(255,212,0,.18)}
.eyebrow.dark{color:#111}
.hero-copy h1{font-size:64px;line-height:.97;letter-spacing:-4px;margin:18px 0 22px;max-width:700px}
.hero-copy h1 span,.section-head h2 span,.about-copy h2 span,.faq-grid h2 span{position:relative;z-index:1}
.hero-copy h1 span:after,.section-head h2 span:after,.about-copy h2 span:after,.faq-grid h2 span:after{content:"";position:absolute;left:-3px;right:-3px;bottom:4px;height:12px;background:var(--yellow);z-index:-1;transform:rotate(-1deg);opacity:.85}
.hero-copy>p{max-width:610px;font-size:16px;line-height:1.65;color:#63635e;margin:0}
.hero-actions{display:flex;gap:10px;margin-top:28px}
.benefits-inline{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:38px}
.benefits-inline>div{display:flex;gap:10px;align-items:flex-start}
.benefit-icon{width:30px;height:30px;flex:0 0 30px;border-radius:10px;background:#111;color:var(--yellow);display:grid;place-items:center;font-size:12px;font-weight:1000}
.benefits-inline p{margin:0;display:flex;flex-direction:column}.benefits-inline strong{font-size:11.5px}.benefits-inline small{font-size:10px;color:#85857f;margin-top:4px;line-height:1.4}

.hero-showcase{position:relative;height:510px;min-width:0}
.hero-yellow-shape{position:absolute;width:410px;height:410px;border-radius:50%;background:var(--yellow);right:-115px;top:36px;box-shadow:inset 0 0 0 46px rgba(255,255,255,.23)}
.hero-product{position:absolute;margin:0;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 28px 65px rgba(0,0,0,.18);border:6px solid #fff}
.hero-product img{width:100%;height:100%;object-fit:cover}
.hero-product-main{width:390px;aspect-ratio:4/3;left:10px;top:105px;transform:rotate(-5deg);z-index:3}
.hero-product-top{width:245px;aspect-ratio:4/3;right:2px;top:22px;transform:rotate(7deg);z-index:2}
.hero-product-bottom{width:270px;aspect-ratio:4/3;right:0;bottom:15px;transform:rotate(4deg);z-index:4}
.hero-seal{position:absolute;left:-8px;bottom:4px;width:116px;height:116px;border-radius:50%;background:#111;color:#fff;z-index:6;display:grid;place-items:center;text-align:center;align-content:center;border:7px solid var(--yellow);transform:rotate(-7deg)}
.hero-seal strong{font-size:27px;color:var(--yellow);line-height:1}.hero-seal span{font-size:9.5px;text-transform:uppercase;letter-spacing:.8px;margin-top:4px;width:80px}

.trust-strip{background:#111;color:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid>div{padding:22px 20px;display:flex;align-items:center;gap:12px;border-right:1px solid #303030}.trust-grid>div:last-child{border-right:0}
.trust-grid b{font-size:22px;color:var(--yellow);letter-spacing:-1px}.trust-grid span{font-size:11.5px;text-transform:uppercase;letter-spacing:.6px;font-weight:900;color:#d5d5d0}

.section-head{margin-bottom:34px}.section-head.split{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.section-head.centered{text-align:center;max-width:720px;margin-inline:auto;margin-bottom:45px}.section-head.centered .eyebrow{color:var(--yellow)}
.section-head h2,.about-copy h2,.faq-grid h2{font-size:47px;letter-spacing:-2.5px;line-height:1.02;margin:12px 0 12px}.section-head p,.about-copy>p,.faq-grid>div>p{color:#74746e;font-size:13px;line-height:1.7;max-width:640px;margin:0}
.products-section{background:#f7f7f3}
.search-box{width:300px;height:48px;border-radius:14px;background:#fff;border:1px solid #deded7;display:flex;align-items:center;padding:0 14px;gap:8px;box-shadow:0 8px 26px rgba(0,0,0,.04)}
.search-box span{font-size:20px;color:#777}.search-box input{border:0;outline:0;background:transparent;width:100%;font-size:12px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid #e6e6df;box-shadow:0 8px 28px rgba(0,0,0,.045);transition:.25s;min-width:0}
.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,0,0,.10);border-color:#d9c444}
.product-image{position:relative;border:0;padding:0;width:100%;aspect-ratio:4/3;overflow:hidden;background:#eee;display:block}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.product-card:hover .product-image img{transform:scale(1.035)}
.image-zoom{position:absolute;right:12px;top:12px;width:36px;height:36px;border-radius:50%;background:rgba(17,17,17,.86);color:#fff;display:grid;place-items:center;font-size:16px;opacity:0;transform:translateY(-4px);transition:.2s}.product-card:hover .image-zoom{opacity:1;transform:none}
.product-body{padding:18px 18px 20px}.product-body h3{font-size:17px;letter-spacing:-.5px;margin:0 0 8px}.product-body p{font-size:12px;line-height:1.6;color:#777;margin:0 0 14px;min-height:50px}.product-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.product-title-row span{background:#fff5bc;color:#695500;border:1px solid #f2d747;padding:5px 7px;border-radius:999px;font-size:9px;font-weight:1000;text-transform:uppercase;white-space:nowrap}
.link-btn{border:0;background:transparent;padding:0;color:#111;font-size:11.5px;font-weight:1000;text-transform:uppercase;letter-spacing:.45px}.link-btn:hover{color:#9c8200}
.no-results{text-align:center;padding:30px;color:#777;font-size:12px}
.custom-product-cta{margin-top:28px;background:#fff;border:1px solid #e4e4dc;border-radius:20px;padding:26px;display:flex;align-items:center;justify-content:space-between;gap:24px}.custom-product-cta h3{font-size:23px;margin:6px 0}.custom-product-cta p{font-size:12px;color:#777;margin:0}

.about-section{background:#fff}
.about-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}
.about-visual{height:480px;position:relative;background:#111;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}
.about-visual:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:var(--yellow);left:-90px;top:-80px}
.about-logo-card{position:absolute;z-index:4;left:34px;top:35px;width:160px;height:160px;border-radius:50%;background:#fff;border:8px solid var(--yellow);overflow:hidden;box-shadow:0 20px 45px rgba(0,0,0,.25)}.about-logo-card img{width:100%;height:100%;object-fit:cover}
.about-mockup{position:absolute;right:-35px;bottom:38px;width:390px;aspect-ratio:4/3;border:8px solid #fff;border-radius:20px;overflow:hidden;transform:rotate(-4deg);box-shadow:0 20px 55px rgba(0,0,0,.35)}.about-mockup img{width:100%;height:100%;object-fit:cover}
.about-tag{position:absolute;left:30px;bottom:28px;color:#fff;font-size:9.5px;font-weight:1000;letter-spacing:1px;max-width:210px;line-height:1.5}
.about-copy h2{margin-top:12px}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.check-list div{font-size:11.5px;font-weight:800;background:#f6f6f2;border:1px solid #e6e6de;border-radius:11px;padding:12px}.check-list div::first-letter{color:#c4a100}

.how-section{background:#111;color:#fff}.how-section .section-head h2{color:#fff}.how-section .section-head p{color:#aaa;margin-inline:auto}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.steps-grid article{position:relative;background:#191919;border:1px solid #2c2c2c;border-radius:18px;padding:25px;min-height:215px}.steps-grid article>span{position:absolute;right:18px;top:16px;font-size:38px;font-weight:1000;color:#292929}.step-icon{width:45px;height:45px;border-radius:13px;background:var(--yellow);color:#111;display:grid;place-items:center;font-size:19px;font-weight:1000}.steps-grid h3{font-size:15px;margin:22px 0 8px}.steps-grid p{font-size:11.5px;line-height:1.6;color:#9d9d98;margin:0}

.faq-section{background:#fff}.faq-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:start}.accordion{border-top:1px solid #ddd}.accordion details{border-bottom:1px solid #ddd;padding:0}.accordion summary{cursor:pointer;list-style:none;padding:18px 4px;font-size:12.5px;font-weight:900;display:flex;justify-content:space-between}.accordion summary:after{content:"+";font-size:20px}.accordion details[open] summary:after{content:"−"}.accordion p{font-size:11.5px;color:#777;line-height:1.7;padding:0 4px 18px;margin:0;max-width:650px}

.cta-section{background:#fff;padding:0 0 90px}.cta-card{background:linear-gradient(120deg,#111 0%,#161616 70%,#3d3300 100%);border-radius:27px;color:#fff;padding:44px 48px;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;position:relative}.cta-card:after{content:"";position:absolute;width:220px;height:220px;background:var(--yellow);border-radius:50%;right:-100px;top:-100px;opacity:.22}.cta-card .eyebrow{color:var(--yellow)}.cta-card h2{font-size:35px;letter-spacing:-1.7px;margin:8px 0}.cta-card p{font-size:12px;color:#aaa;margin:0}
.footer{background:#0d0d0d;color:#fff;padding:50px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr .8fr;gap:35px;align-items:start}.footer-brand{display:flex;gap:14px;align-items:center}.footer-brand img{width:72px;height:72px;border-radius:50%;background:#fff;border:4px solid var(--yellow);object-fit:cover}.footer-brand div{display:flex;flex-direction:column}.footer-brand strong{font-size:20px}.footer-brand span,.footer-grid a,.footer-grid>div>span{font-size:11.5px;color:#999;margin-top:8px;display:block}.footer-grid>div>strong{font-size:11.5px;text-transform:uppercase;letter-spacing:1px;color:#ddd}.footer-grid a:hover{color:var(--yellow)}.footer-cta .btn{margin-top:12px}.footer-bottom{border-top:1px solid #222;margin-top:42px;padding-top:18px;display:flex;justify-content:space-between;color:#777;font-size:10px}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;border:0;background:var(--yellow);color:#111;font-size:25px;font-weight:900;box-shadow:0 14px 35px rgba(0,0,0,.25);z-index:40}

.modal{position:fixed;inset:0;display:none;z-index:100;align-items:center;justify-content:center;padding:22px}.modal.active{display:flex}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(6px)}.modal-card{position:relative;width:min(820px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;padding:30px;box-shadow:0 30px 100px rgba(0,0,0,.4)}.modal-close{position:absolute;right:18px;top:14px;border:0;background:#f0f0ed;width:38px;height:38px;border-radius:50%;font-size:24px;z-index:3}.modal-head h2{font-size:35px;letter-spacing:-1.5px;margin:12px 0 8px}.modal-head p{color:#777;font-size:12px;margin:0 0 22px}
.product-modal-card{width:min(1040px,100%);padding:24px}.product-detail-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:center}.product-detail-image{border-radius:18px;overflow:hidden;background:#eee;aspect-ratio:4/3}.product-detail-image img{width:100%;height:100%;object-fit:cover}.product-detail-copy{padding:18px 8px 18px 0}.product-detail-copy h2{font-size:36px;letter-spacing:-1.6px;margin:10px 0}.product-detail-copy>p{font-size:12px;color:#70706b;line-height:1.7}.detail-block{border-top:1px solid #e4e4dd;padding-top:14px;margin-top:15px}.detail-block strong{font-size:10.5px;text-transform:uppercase;letter-spacing:.9px}.detail-block p,.detail-block li{font-size:11.5px;color:#777;line-height:1.6}.detail-block ul{padding-left:18px;margin:9px 0 0}.mockup-note{font-size:10px!important;color:#999!important;margin:18px 0}

.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field>span{font-size:10.5px;font-weight:1000;text-transform:uppercase;letter-spacing:.8px}.field input,.field select,.field textarea{width:100%;border:1px solid #dcdcd6;background:#fafaf8;border-radius:12px;padding:13px 14px;outline:none;font-size:12px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#c8a500;box-shadow:0 0 0 3px rgba(246,200,0,.15)}.field small{font-size:9.5px;color:#888}.order-preview{margin-top:18px;background:#111;color:#fff;border-radius:14px;padding:16px}.order-preview strong{font-size:11px;color:var(--yellow);text-transform:uppercase;letter-spacing:1px}.order-preview p{white-space:pre-line;margin:8px 0 0;color:#ddd;font-size:11.5px;line-height:1.6}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.config-note{font-size:10px;color:#856d00;background:#fff8cf;border:1px solid #ead45f;padding:9px 11px;border-radius:9px;margin:12px 0 0}.config-note.configured{display:none}body.modal-open{overflow:hidden}

@media (max-width:1020px){
  .nav{display:none;position:absolute;left:20px;right:20px;top:74px;background:#151515;border:1px solid #2b2b2b;border-radius:16px;padding:16px;flex-direction:column;align-items:stretch}.nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.topbar .btn-primary{display:none}
  .hero-grid{grid-template-columns:1fr}.hero-showcase{max-width:650px;width:100%;margin:auto}.benefits-inline{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.faq-grid{grid-template-columns:1fr;gap:45px}.about-visual{max-width:650px;width:100%;margin:auto}.steps-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.section-head.split{align-items:flex-start;flex-direction:column}.search-box{width:100%;max-width:420px}.product-detail-grid{grid-template-columns:1fr}.product-detail-copy{padding:0}.product-modal-card{max-width:760px}
}
@media (max-width:720px){
  .container{width:min(100% - 28px,1180px)}.nav-wrap{min-height:72px}.brand-logo{width:46px;height:46px}.brand-copy small{display:none}
  .hero{padding:52px 0}.hero-copy h1{font-size:43px;letter-spacing:-2.2px}.hero-copy>p{font-size:14px}.benefits-inline{grid-template-columns:1fr;gap:12px}.hero-showcase{height:405px}.hero-yellow-shape{width:320px;height:320px;right:-90px}.hero-product-main{width:290px;top:105px;left:0}.hero-product-top{width:185px;right:0}.hero-product-bottom{width:200px;right:5px;bottom:4px}.hero-seal{width:92px;height:92px;left:-2px}.hero-seal strong{font-size:22px}.hero-seal span{font-size:8.5px}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-grid div:nth-child(2){border-right:0}.trust-grid div:nth-child(-n+2){border-bottom:1px solid #303030}
  .section{padding:68px 0}.product-grid{grid-template-columns:1fr;gap:16px}.product-body p{min-height:0}.custom-product-cta{flex-direction:column;align-items:flex-start}.about-visual{height:390px}.about-mockup{width:300px;right:-45px}.about-logo-card{width:130px;height:130px}.check-list{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.cta-card{padding:35px 25px;flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:6px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.modal{padding:10px}.modal-card{padding:24px 18px;border-radius:18px}.modal-head h2{font-size:29px}.modal-actions{flex-direction:column-reverse}.modal-actions .btn{width:100%}.product-modal-card{padding:18px}.product-detail-copy h2{font-size:30px}
}
@media (max-width:480px){
  .hero-copy h1{font-size:37px}.hero-showcase{height:350px}.hero-product-main{width:250px}.hero-product-top{width:155px}.hero-product-bottom{width:165px}.hero-seal{display:none}.section-head h2,.about-copy h2,.faq-grid h2{font-size:34px}.about-visual{height:340px}.about-mockup{width:255px}.about-logo-card{width:110px;height:110px;left:20px;top:24px}.about-tag{left:20px;bottom:20px}.trust-grid{grid-template-columns:1fr}.trust-grid div{border-right:0!important;border-bottom:1px solid #303030}.trust-grid div:last-child{border-bottom:0}
}
