:root{--cx-bg:#f4f1e7;--cx-surface:#e8ebd9;--cx-surface-2:#dfe5cf;--cx-ink:#17211d;--cx-muted:#697269;--cx-green:#0f5d51;--cx-green-2:#1a7667;--cx-line:rgba(23,33,29,.12);--cx-white:#fffdf7;--cx-radius:26px;--cx-shadow:0 18px 60px rgba(28,42,34,.09);--cx-max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cx-bg);color:var(--cx-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}img,video{display:block;max-width:100%}button,input,select{font:inherit}a{color:inherit;text-decoration:none}.cx-container{width:min(calc(100% - 40px),var(--cx-max));margin:0 auto}.cx-section{position:relative;padding:clamp(72px,9vw,132px) 0;overflow:hidden}.cx-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--cx-green)}.cx-eyebrow:before{content:"";width:26px;height:1px;background:currentColor}.cx-h1,.cx-h2,.cx-h3{font-weight:700;letter-spacing:-.045em;line-height:1.02;margin:0}.cx-h1{font-size:clamp(48px,7vw,92px);max-width:950px}.cx-h2{font-size:clamp(38px,5vw,64px)}.cx-h3{font-size:22px}.cx-copy{color:var(--cx-muted);font-size:17px;max-width:610px}.cx-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 20px;border-radius:999px;border:1px solid var(--cx-ink);background:var(--cx-ink);color:#fff;cursor:pointer;font-weight:700;transition:transform .3s ease,background .3s ease,box-shadow .3s ease}.cx-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(23,33,29,.14)}.cx-btn--light{background:transparent;color:var(--cx-ink)}.cx-btn--green{background:var(--cx-green);border-color:var(--cx-green)}.cx-btn--small{min-height:42px;padding:0 16px;font-size:14px}.cx-pill{display:inline-flex;border:1px solid var(--cx-line);padding:7px 11px;border-radius:999px;font-size:12px;color:var(--cx-muted)}.cx-grid{display:grid;gap:20px}.cx-reveal{opacity:0;transform:translateY(18px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.8,.2,1)}.cx-reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cx-reveal{opacity:1;transform:none;transition:none}.cx-btn{transition:none}}

.cx-announcement{background:var(--cx-green);color:#f4f1e7;font-size:12px;letter-spacing:.04em}.cx-announcement__inner{min-height:34px;display:flex;align-items:center;justify-content:center;text-align:center}.cx-announcement a{text-decoration:underline;text-underline-offset:3px}
.cx-header{position:relative;z-index:20;background:rgba(244,241,231,.86);backdrop-filter:blur(14px);border-bottom:1px solid var(--cx-line)}.cx-header__inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cx-logo{display:inline-flex;align-items:center}.cx-logo img{width:auto;height:34px;object-fit:contain}.cx-logo__text{font-size:25px;font-weight:900;letter-spacing:.04em}.cx-nav{display:flex;align-items:center;gap:28px;font-size:14px;color:#4c554e}.cx-nav a{position:relative}.cx-nav a:after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1px;background:currentColor;transition:width .25s}.cx-nav a:hover:after{width:100%}.cx-header__actions{display:flex;align-items:center;gap:10px}.cx-cart{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:700}.cx-cart__count{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--cx-ink);color:#fff;font-size:11px}.cx-menu{display:none;border:0;background:none;font-size:24px}

.cx-hero{padding:32px 0 80px}.cx-hero__wrap{min-height:calc(100vh - 150px);display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:55px}.cx-hero__content{padding:50px 0}.cx-hero__title{margin-top:22px}.cx-hero__copy{margin:24px 0 30px}.cx-hero__buttons{display:flex;gap:12px;flex-wrap:wrap}.cx-hero__visual{position:relative;min-height:620px;border-radius:38px;background:var(--cx-surface);overflow:hidden}.cx-hero__visual img,.cx-hero__visual video{width:100%;height:100%;object-fit:cover}.cx-hero__visual--contain img{object-fit:contain;padding:30px}.cx-hero__badge{position:absolute;right:20px;bottom:20px;background:rgba(255,253,247,.92);backdrop-filter:blur(12px);padding:15px 17px;border-radius:18px;max-width:220px;box-shadow:var(--cx-shadow);font-size:12px}.cx-hero__badge strong{display:block;font-size:14px;margin-bottom:3px}.cx-hero__float{position:absolute;left:-35px;bottom:50px;width:110px;height:110px;border-radius:50%;border:1px solid var(--cx-line);background:var(--cx-bg);display:grid;place-items:center;text-align:center;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;animation:float 5s ease-in-out infinite}@keyframes float{50%{transform:translateY(-10px) rotate(4deg)}}

.cx-product-intro{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:40px}.cx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cx-product-card{background:var(--cx-white);border:1px solid var(--cx-line);border-radius:var(--cx-radius);overflow:hidden;box-shadow:0 8px 30px rgba(28,42,34,.04);transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s}.cx-product-card:hover{transform:translateY(-6px);box-shadow:var(--cx-shadow)}.cx-product-card__media{aspect-ratio:1/1;position:relative;background:var(--cx-surface);overflow:hidden}.cx-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.cx-product-card:hover .cx-product-card__media img{transform:scale(1.035)}.cx-product-card__body{padding:25px}.cx-product-card__top{display:flex;justify-content:space-between;gap:15px}.cx-product-card__name{font-size:25px;letter-spacing:-.035em;font-weight:750;margin:0}.cx-product-card__desc{color:var(--cx-muted);font-size:14px;margin:9px 0 18px}.cx-product-card__price{font-weight:800;white-space:nowrap}.cx-product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.cx-product-card__variant{width:100%;height:44px;border:1px solid var(--cx-line);border-radius:12px;background:transparent;padding:0 12px;margin-bottom:10px}.cx-empty{padding:50px;border:1px dashed var(--cx-line);border-radius:var(--cx-radius);text-align:center;color:var(--cx-muted);grid-column:1/-1}

.cx-benefits{background:var(--cx-green);color:#f4f1e7}.cx-benefit-grid{grid-template-columns:repeat(3,1fr);margin-top:55px}.cx-benefit{padding:28px 0;border-top:1px solid rgba(244,241,231,.2)}.cx-benefit__num{font-size:12px;opacity:.65}.cx-benefit__title{margin:42px 0 10px;font-size:25px;letter-spacing:-.03em}.cx-benefit__copy{color:rgba(244,241,231,.68);font-size:15px;max-width:330px}
.cx-split{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.cx-split__media{min-height:620px;border-radius:var(--cx-radius);overflow:hidden;background:var(--cx-surface)}.cx-split__media img,.cx-split__media video{width:100%;height:100%;object-fit:cover}.cx-split__content{border-radius:var(--cx-radius);background:var(--cx-surface);padding:clamp(30px,5vw,75px);display:flex;flex-direction:column;justify-content:center}.cx-split__content .cx-copy{margin:22px 0 28px}.cx-list{display:grid;gap:12px;padding:0;margin:0 0 30px;list-style:none}.cx-list li{display:flex;gap:12px;align-items:flex-start;font-size:15px}.cx-list li:before{content:"✓";display:grid;place-items:center;flex:0 0 22px;height:22px;border-radius:50%;background:var(--cx-green);color:white;font-size:11px;font-weight:900;margin-top:1px}
.cx-process-grid{grid-template-columns:repeat(3,1fr);margin-top:55px}.cx-process{position:relative;padding:30px 0;border-top:1px solid var(--cx-line)}.cx-process__number{font-size:12px;color:var(--cx-green);font-weight:800}.cx-process h3{margin:38px 0 10px}.cx-process p{color:var(--cx-muted);font-size:15px;max-width:320px}
.cx-specs{background:var(--cx-surface)}.cx-spec-table{margin-top:45px;border-top:1px solid var(--cx-line)}.cx-spec-row{display:grid;grid-template-columns:1fr 2fr;gap:30px;padding:18px 0;border-bottom:1px solid var(--cx-line);font-size:15px}.cx-spec-row strong{font-weight:700}.cx-spec-row span{color:var(--cx-muted)}
.cx-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.cx-faq-list{border-top:1px solid var(--cx-line)}.cx-faq{border-bottom:1px solid var(--cx-line)}.cx-faq summary{cursor:pointer;list-style:none;padding:22px 0;font-weight:700;display:flex;justify-content:space-between;gap:20px}.cx-faq summary::-webkit-details-marker{display:none}.cx-faq summary:after{content:"+";font-size:20px;font-weight:400}.cx-faq[open] summary:after{content:"−"}.cx-faq__answer{padding:0 35px 22px 0;color:var(--cx-muted);font-size:15px}
.cx-final{padding-bottom:110px}.cx-final__box{background:var(--cx-green);color:#f4f1e7;border-radius:34px;padding:clamp(45px,8vw,90px);display:flex;align-items:end;justify-content:space-between;gap:35px}.cx-final__copy{color:rgba(244,241,231,.68);max-width:520px}.cx-final .cx-btn{background:#f4f1e7;color:var(--cx-ink);border-color:#f4f1e7;white-space:nowrap}
.cx-footer{padding:65px 0 30px;border-top:1px solid var(--cx-line)}.cx-footer__grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:50px}.cx-footer__brand p{max-width:350px;color:var(--cx-muted);font-size:14px}.cx-footer__links{display:grid;gap:9px;color:var(--cx-muted);font-size:14px}.cx-footer__title{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin-bottom:5px}.cx-footer__bottom{display:flex;justify-content:space-between;gap:20px;margin-top:55px;padding-top:20px;border-top:1px solid var(--cx-line);font-size:12px;color:var(--cx-muted)}
.cx-whatsapp{position:fixed;z-index:50;right:22px;bottom:22px;display:flex;align-items:center;gap:8px;background:#1f7a50;color:white;border-radius:999px;padding:11px 16px 11px 11px;font-weight:800;font-size:13px;box-shadow:0 14px 35px rgba(23,33,29,.2);transition:transform .25s}.cx-whatsapp:hover{transform:translateY(-3px)}.cx-whatsapp__icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:white;color:#1f7a50;font-size:17px}

.cx-product-page{padding:70px 0 110px}.cx-product-main{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:start}.cx-product-gallery{display:grid;gap:12px}.cx-product-gallery__main{background:var(--cx-surface);border-radius:28px;overflow:hidden;aspect-ratio:1/1}.cx-product-gallery__main img{width:100%;height:100%;object-fit:contain}.cx-product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.cx-product-gallery__thumb{aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--cx-surface);border:1px solid var(--cx-line);cursor:pointer}.cx-product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.cx-product-info{position:sticky;top:110px}.cx-product-info h1{font-size:clamp(40px,5vw,64px);letter-spacing:-.05em;line-height:1.02;margin:15px 0}.cx-product-info__price{font-size:22px;font-weight:800;margin-bottom:20px}.cx-product-info__description{color:var(--cx-muted);font-size:15px;margin-bottom:28px}.cx-product-form{display:grid;gap:12px}.cx-product-form select,.cx-product-form input{height:50px;border:1px solid var(--cx-line);border-radius:13px;background:transparent;padding:0 14px}.cx-product-form__buttons{display:grid;grid-template-columns:1fr 1fr;gap:9px}.cx-richtext{margin-top:45px;padding-top:30px;border-top:1px solid var(--cx-line)}
.cx-cart-page{padding:70px 0 110px}.cx-cart-row{display:grid;grid-template-columns:110px 1fr auto auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--cx-line)}.cx-cart-row img{width:110px;height:110px;object-fit:cover;border-radius:14px;background:var(--cx-surface)}.cx-cart-row__title{font-weight:750}.cx-cart-row__meta{color:var(--cx-muted);font-size:13px}.cx-cart-summary{margin-left:auto;max-width:400px;padding-top:35px}.cx-cart-summary__line{display:flex;justify-content:space-between;margin-bottom:15px}.cx-cart-summary__total{font-size:22px;font-weight:800}.cx-empty-cart{text-align:center;padding:100px 0}
@media(max-width:900px){.cx-nav{display:none}.cx-menu{display:block}.cx-hero__wrap,.cx-product-main,.cx-faq-grid,.cx-split{grid-template-columns:1fr}.cx-hero__visual{min-height:520px}.cx-hero__float{display:none}.cx-benefit-grid,.cx-process-grid{grid-template-columns:1fr}.cx-footer__grid{grid-template-columns:1fr 1fr}.cx-product-info{position:static}.cx-final__box{align-items:start;flex-direction:column}.cx-final .cx-btn{width:100%}}@media(max-width:620px){.cx-container{width:min(calc(100% - 28px),var(--cx-max))}.cx-header__inner{min-height:70px}.cx-logo img{height:29px}.cx-header__actions .cx-btn{display:none}.cx-cart{font-size:12px}.cx-hero{padding-top:10px}.cx-hero__wrap{min-height:auto;gap:30px}.cx-hero__content{padding:45px 0 10px}.cx-hero__visual{min-height:420px;border-radius:25px}.cx-product-grid{grid-template-columns:1fr}.cx-product-card__actions{grid-template-columns:1fr}.cx-split__media{min-height:420px}.cx-spec-row{grid-template-columns:1fr;gap:4px}.cx-footer__grid{grid-template-columns:1fr}.cx-footer__bottom{flex-direction:column;gap:8px}.cx-whatsapp{right:14px;bottom:14px}.cx-whatsapp>span:last-child{display:none}.cx-whatsapp{padding:10px}.cx-whatsapp__icon{width:34px;height:34px}.cx-cart-row{grid-template-columns:75px 1fr auto;gap:12px}.cx-cart-row img{width:75px;height:75px}.cx-cart-row__qty{grid-column:2}.cx-cart-row__price{grid-column:3;grid-row:1/3}.cx-product-form__buttons{grid-template-columns:1fr}}
.cx-split--reverse{direction:rtl}.cx-split--reverse>*{direction:ltr}@media(max-width:900px){.cx-split--reverse{direction:ltr}.cx-nav[style*="display: flex"]{position:absolute;left:14px;right:14px;top:70px;display:flex!important;flex-direction:column;align-items:flex-start;gap:0;padding:12px 16px;background:var(--cx-white);border:1px solid var(--cx-line);border-radius:18px;box-shadow:var(--cx-shadow)}}
