:root{--ink:#12251f;--muted:#65716d;--green:#1f6b4e;--lime:#d9f08b;--cream:#f7f5ed;--line:#dfe5df;--white:#fff;--gold:#c9922b;--shadow:0 18px 60px rgba(18,37,31,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:#fff}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.narrow{width:min(760px,calc(100% - 40px))}.topbar{text-align:center;background:var(--ink);color:#fff;padding:10px;font-size:13px;letter-spacing:.04em}.nav{height:84px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:800;letter-spacing:.14em;font-size:19px}.brand span{display:inline-grid;place-items:center;background:var(--lime);border-radius:50%;width:36px;height:36px;margin-right:8px}.nav nav{display:flex;gap:30px;font-size:14px;font-weight:600}.nav-cta,.button{background:var(--ink);color:#fff;border-radius:999px;padding:14px 24px;font-weight:700;border:0;cursor:pointer}.hero{min-height:650px;border-radius:32px;background:linear-gradient(125deg,#eff4d9 0%,#f8f6ed 58%,#e0eddb 100%);display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden;padding:70px;margin-bottom:50px}.hero-copy{max-width:560px;position:relative;z-index:2}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--green)}h1,h2{font-family:'Playfair Display',serif;margin:14px 0;line-height:1.02}h1{font-size:clamp(48px,6vw,78px);letter-spacing:-.035em}h1 em{color:var(--green);font-weight:600}h2{font-size:clamp(36px,4vw,54px)}.hero-copy>p{font-size:19px;line-height:1.65;color:var(--muted);max-width:520px}.hero-actions{display:flex;align-items:center;gap:24px;margin:30px 0}.text-link{font-weight:700}.trust-row{display:flex;gap:22px;font-size:13px;font-weight:600}.hero-collage{position:relative}.hero-collage img{width:100%;border-radius:30px;transform:rotate(2deg);box-shadow:var(--shadow)}.hero-note{position:absolute;bottom:22px;left:-30px;background:#fff;border-radius:18px;padding:16px 22px;box-shadow:var(--shadow);display:flex;flex-direction:column}.hero-note b{font-size:22px}.hero-note span{color:var(--muted);font-size:13px}.benefit-strip{border-block:1px solid var(--line)}.benefit-strip .wrap{display:grid;grid-template-columns:repeat(3,1fr)}.benefit-strip article{padding:25px 35px;display:flex;flex-direction:column;border-right:1px solid var(--line)}.benefit-strip article:last-child{border:0}.benefit-strip span{font-size:13px;color:var(--muted);margin-top:4px}.section{padding-top:100px;padding-bottom:100px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}.section-head p{max-width:430px;color:var(--muted);line-height:1.6}.filters{display:flex;gap:10px;margin-bottom:28px}.filters button{border:1px solid var(--line);background:#fff;padding:10px 18px;border-radius:999px;cursor:pointer;font-weight:700;color:var(--muted)}.filters button.active{background:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.25s;background:#fff}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-card .image{aspect-ratio:1/1;background:var(--cream);overflow:hidden}.product-card img{width:100%;height:100%;object-fit:cover}.product-info{padding:22px}.tag{font-size:11px;font-weight:800;letter-spacing:.1em;color:var(--green)}.product-info h3{font-family:'Playfair Display';font-size:25px;margin:8px 0}.stars{color:var(--gold);font-size:14px}.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.price{font-size:25px;font-weight:800}.view{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--lime);font-weight:800}.how{background:var(--cream)}.steps,.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.steps article,.quotes article{background:#fff;padding:30px;border-radius:20px}.steps i{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--lime);font-style:normal;font-weight:800}.steps p,.quotes p{color:var(--muted);line-height:1.6}.testimonials{text-align:center}.quotes{text-align:left;margin:36px 0 18px}.quotes div{color:var(--gold);letter-spacing:.15em}.testimonials small{color:var(--muted)}.faq{background:#edf3e8}.faq h2{text-align:center}.faq .eyebrow{display:block;text-align:center}.faq details{background:#fff;margin:12px 0;padding:22px 24px;border-radius:15px}.faq summary{font-weight:700;cursor:pointer}.faq p{color:var(--muted);line-height:1.6}footer{background:var(--ink);color:#fff;padding:70px 0 25px}footer .wrap{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}footer .light span{color:var(--ink)}footer .wrap>div{display:flex;flex-direction:column;gap:10px}footer .wrap>div>a,footer .wrap>div>span,footer p{color:#b8c4c0;font-size:14px}.legal{text-align:center;border-top:1px solid #294138;padding-top:22px;margin-top:50px}.whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25d366;display:grid;place-items:center;font-size:25px;box-shadow:var(--shadow);z-index:10}
/* product */.breadcrumb{padding:22px 0;color:var(--muted);font-size:13px}.p-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;padding-bottom:80px}.gallery-main{border-radius:28px;overflow:hidden;background:var(--cream);position:relative}.gallery-main img{width:100%;aspect-ratio:1/1;object-fit:cover}.gallery-badge{position:absolute;top:18px;left:18px;background:#fff;padding:10px 14px;border-radius:999px;font-size:12px;font-weight:800}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.thumb{border:2px solid transparent;border-radius:14px;overflow:hidden;padding:0;background:#fff;cursor:pointer}.thumb.active{border-color:var(--green)}.thumb img{aspect-ratio:1;object-fit:cover}.p-copy{padding-top:18px}.p-copy h1{font-size:clamp(44px,5vw,67px)}.rating{display:flex;gap:10px;align-items:center;color:var(--muted)}.rating .stars{font-size:18px}.p-price{font-size:42px;font-weight:800;margin:22px 0 8px}.micro{font-size:13px;color:var(--muted)}.p-lead{font-size:18px;line-height:1.65;color:var(--muted)}.bullets{display:grid;gap:12px;padding:22px 0}.bullets span{padding:14px 16px;background:var(--cream);border-radius:13px;font-weight:600}.p-actions{display:grid;grid-template-columns:1fr auto;gap:12px}.p-actions .button{font-size:16px}.wa-button{border:1px solid var(--line);border-radius:999px;padding:14px 18px;font-weight:700}.assurance{display:grid;grid-template-columns:repeat(3,1fr);font-size:12px;text-align:center;gap:8px;margin-top:24px;color:var(--muted)}.details-section{background:var(--cream)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.detail-card{background:#fff;border-radius:24px;padding:32px}.detail-card h3{font-family:'Playfair Display';font-size:30px;margin-top:0}.detail-card li{margin:13px 0;line-height:1.5}.specs{width:100%;border-collapse:collapse}.specs td{padding:14px 0;border-bottom:1px solid var(--line)}.specs td:last-child{text-align:right;font-weight:700}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.story-card{border-radius:22px;overflow:hidden;border:1px solid var(--line)}.story-card img{aspect-ratio:1/1;object-fit:cover}.story-card div{padding:20px}.story-card h3{margin:0 0 8px}.story-card p{margin:0;color:var(--muted);line-height:1.55}.order-section{background:#18392f;color:#fff}.order-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.order-section .eyebrow{color:var(--lime)}.order-section h2{color:#fff}.order-section p{color:#c8d3cf;line-height:1.65}.order-summary{background:#244b3f;border-radius:20px;padding:22px;display:flex;gap:18px;align-items:center}.order-summary img{width:88px;height:88px;object-fit:cover;border-radius:14px}.order-form{background:#fff;color:var(--ink);padding:32px;border-radius:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:700}.field input,.field select,.field textarea{font:inherit;padding:14px;border:1px solid #ccd6d1;border-radius:10px;width:100%}.field textarea{min-height:80px;resize:vertical}.order-form .button{width:100%;margin-top:18px}.consent{font-size:12px;color:var(--muted);margin-top:12px}.form-status{display:none;padding:14px;border-radius:10px;margin-top:14px;background:#edf7e9;color:#1d623f}.disclaimer{font-size:12px;color:var(--muted);margin-top:18px;line-height:1.5}
@media(max-width:850px){.nav nav{display:none}.hero{grid-template-columns:1fr;padding:42px 25px;gap:35px}.hero-collage{max-width:520px}.hero-note{left:10px}.trust-row{flex-wrap:wrap}.benefit-strip .wrap,.product-grid,.steps,.quotes,.story-grid{grid-template-columns:1fr 1fr}.p-hero,.detail-grid,.order-wrap{grid-template-columns:1fr}.p-hero{gap:25px}.order-wrap{gap:35px}}@media(max-width:560px){.wrap{width:min(100% - 24px,1180px)}.nav{height:70px}.nav-cta{padding:11px 14px;font-size:12px}.hero{width:calc(100% - 16px);min-height:auto;margin-bottom:25px;border-radius:22px}.hero h1{font-size:46px}.hero-copy>p{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column}.benefit-strip .wrap,.product-grid,.steps,.quotes,.story-grid,.form-grid,footer .wrap{grid-template-columns:1fr}.benefit-strip article{border-right:0;border-bottom:1px solid var(--line);padding:18px 6px}.section{padding-top:65px;padding-bottom:65px}.section-head{display:block}.filters{overflow:auto}.product-grid{gap:15px}.product-card{display:grid;grid-template-columns:42% 58%;border-radius:18px}.product-card .image{aspect-ratio:auto}.product-info{padding:16px}.product-info h3{font-size:20px}.price{font-size:20px}.how .section-head{margin-bottom:20px}.p-hero{padding-bottom:55px}.p-copy h1{font-size:45px}.p-actions{grid-template-columns:1fr}.assurance{font-size:10px}.thumbs{gap:6px}.order-form{padding:22px}.field.full{grid-column:auto}.order-summary{align-items:flex-start}.detail-card{padding:23px}}
