@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700;800;900&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0b1320;--bg-card:#111c2e;--bg-card2:#162035;--gold:#f5a623;--gold-dim:#c47f0f;--white:#f0f4ff;--muted:#89b;--border:hsla(0,0%,100%,.07);--green:#22c55e;--radius:16px;--font:"Inter",system-ui,sans-serif;--font-title:"Bebas Neue","Inter",system-ui,sans-serif}html{scroll-behavior:smooth;font-size:62.5%}body{font-family:var(--font);color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}.hero{display:flex;flex-direction:column;background:#eef0f2}.hero__text{padding:2.5rem 1.5rem 0;margin-bottom:-8rem;z-index:1}.hero__headline{font-family:var(--font-title);color:#2b2b2b;font-size:3rem;font-weight:400;line-height:1.05;text-transform:uppercase;letter-spacing:.01em}.hero__line{border:1px solid #dfb96a;width:68%;margin:0 0 1.25rem}.hero__sub{font-size:1.2rem;color:#2b2b2b;line-height:1.6;max-width:65%}.hero__image{position:relative;width:100%;aspect-ratio:4/5}.hero__image-img{object-fit:cover}.purity{background:#fff;padding:2.5rem 0}.purity__inner{max-width:640px;margin:0 auto;padding:0 1.5rem}.purity__title{font-family:var(--font-title);color:#2b2b2b;font-size:2.7rem;font-weight:400;text-transform:uppercase;letter-spacing:.01em}.purity__line{border:1px solid #dfb96a;width:61%;margin:-.5rem 0 1.25rem}.purity__text{color:#2b2b2b;font-size:1.1rem;line-height:1.65;margin-bottom:1.75rem;width:75%}.purity__text strong{color:#14161a;font-weight:700}.purity__badges{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem;margin-bottom:1.75rem}.purity__badge{background:#eef0f2;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:.75rem;aspect-ratio:1/1}.purity__badge img{width:100%;height:100%;object-fit:contain}.products{padding:6rem 1.5rem}.products__inner{max-width:1100px;margin:0 auto}.products__title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;text-align:center;margin-bottom:.6rem;letter-spacing:-.02em}.products__subtitle{color:var(--muted);text-align:center;margin-bottom:3.5rem;font-size:1rem}.products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;align-items:start}.card{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.75rem;display:flex;flex-direction:column;gap:0;transition:transform .25s ease,box-shadow .25s ease;overflow:hidden}.card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.03),transparent 60%);pointer-events:none}.card:hover{transform:translateY(-4px);box-shadow:0 20px 60px rgba(0,0,0,.35)}.card--featured{background:var(--bg-card2);border-color:rgba(245,166,35,.4);box-shadow:0 0 40px rgba(245,166,35,.08)}.card--featured:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold-dim),var(--gold),var(--gold-dim))}.card__badge{position:absolute;top:1.25rem;right:1.25rem;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--gold);color:#0b1320;padding:.25rem .65rem;border-radius:100px}.card__link{text-decoration:none;color:inherit;display:block}.card__icon{font-size:2.2rem;margin-bottom:1rem}.card__photo{width:100%;height:180px;object-fit:contain;border-radius:10px;margin-bottom:1rem;background:hsla(0,0%,100%,.03)}.card__title{font-size:1.35rem;letter-spacing:-.01em}.card__meta,.card__title{font-weight:700;margin-bottom:.5rem}.card__meta{font-size:.78rem;color:var(--gold-dim);text-transform:uppercase;letter-spacing:.03em}.card__description{font-size:.9rem;color:var(--muted);line-height:1.65;margin-bottom:1.5rem}.card__price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:1.5rem}.card__price-label{font-size:1rem;font-weight:600;color:var(--muted)}.card__price-value{font-size:2.4rem;font-weight:900;letter-spacing:-.03em;color:var(--white)}.card__price-period{font-size:.8rem;color:var(--muted)}.card__features{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.75rem;flex:1 1}.card__feature{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--muted)}.card__check{color:var(--green);font-weight:700;font-size:.9rem;flex-shrink:0}.card__btn{width:100%;padding:.9rem 1rem;border:none;border-radius:10px;font-family:var(--font);font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;background:hsla(0,0%,100%,.07);color:var(--white);letter-spacing:.01em;margin-bottom:.75rem}.card__btn:hover:not(:disabled){background:hsla(0,0%,100%,.12)}.card__btn:disabled{opacity:.6;cursor:not-allowed}.card__btn--featured{background:var(--gold);color:#0b1320}.card__btn--featured:hover:not(:disabled){background:#f0b53a;transform:scale(1.01)}.card__btn-loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner{display:inline-block;width:14px;height:14px;border:2px solid;border-top:2px solid transparent;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.card__security{font-size:.75rem;color:var(--muted);text-align:center}.guarantee{padding:3rem 1.5rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.guarantee__inner{max-width:700px;margin:0 auto;display:flex;align-items:center;gap:1.5rem}.guarantee__icon{font-size:3rem;flex-shrink:0}.guarantee__inner h3{font-family:var(--font-title);font-size:1.5rem;font-weight:400;letter-spacing:.01em;margin-bottom:.35rem}.guarantee__inner p{font-size:.9rem;color:var(--muted);line-height:1.65}.footer{text-align:center;padding:2.5rem 1.5rem;font-size:.82rem;color:var(--muted);display:flex;flex-direction:column;gap:.4rem}.footer__mp{color:hsla(0,0%,100%,.35)}.footer__mp strong{color:hsla(0,0%,100%,.55)}.return-page{min-height:100svh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:var(--bg)}.return-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:3rem 2.5rem;max-width:480px;width:100%;text-align:center}.return-icon{font-size:3.5rem;display:block;margin-bottom:1.25rem}.return-title{font-size:1.75rem;font-weight:800;margin-bottom:.75rem}.return-message{color:var(--muted);line-height:1.7;margin-bottom:2rem}.return-btn{display:inline-block;background:var(--gold);color:#0b1320;font-weight:700;font-size:.95rem;padding:.85rem 2rem;border-radius:10px;text-decoration:none;transition:background .2s}.return-btn:hover{background:#f0b53a}@media (max-width:640px){.hero__stats{gap:1.25rem}.stat__divider{height:30px}.guarantee__inner{flex-direction:column;text-align:center}.modal__row,.products__grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;inset:0;background:rgba(5,8,15,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:100}.modal{position:relative;width:100%;max-width:460px;max-height:90vh;overflow-y:auto;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem}.modal__close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:var(--muted);font-size:1.1rem;cursor:pointer;line-height:1}.modal__title{color:var(--white);font-size:1.2rem;font-weight:700;margin-bottom:.25rem}.modal__subtitle{color:var(--muted);font-size:.85rem;margin-bottom:1.25rem}.modal__form{display:flex;flex-direction:column;gap:.75rem}.modal__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.modal__form input{width:100%;padding:.75rem 1rem;border:1px solid hsla(0,0%,100%,.15);border-radius:10px;font-family:var(--font);font-size:.9rem;background:hsla(0,0%,100%,.05);color:var(--white)}.modal__form input::placeholder{color:hsla(0,0%,100%,.4)}.modal__submit{width:100%;padding:.9rem 1rem;border:none;border-radius:10px;font-family:var(--font);font-size:.95rem;font-weight:700;cursor:pointer;background:var(--gold);color:#1a1200;margin-top:.5rem;transition:opacity .2s ease}.modal__submit:hover:not(:disabled){opacity:.9}.modal__submit:disabled{opacity:.6;cursor:not-allowed}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--border)}.promo-bar{background:#14161a;color:#fff;text-align:center;font-size:.95rem;padding:.6rem 1rem}.promo-bar strong{font-weight:700}.site-header__inner{max-width:1100px;margin:0 auto;padding:1rem 1.5rem;justify-content:space-between;gap:1rem}.site-header__hamburger,.site-header__inner,.site-header__logo{display:flex;align-items:center}.site-header__hamburger{width:36px;height:36px;flex-direction:column;justify-content:center;gap:5px;background:transparent;border:none;cursor:pointer}.site-header__hamburger span{width:20px;height:2px;background:#000;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.site-header__hamburger.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.site-header__hamburger.is-open span:nth-child(2){opacity:0}.site-header__hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__cart{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:1.2rem;text-decoration:none}.site-header__menu{max-width:1100px;margin:0 auto;padding:0 1.5rem 1.25rem;display:flex;flex-direction:column;gap:.9rem}.site-header__menu a{color:#000;text-decoration:none;font-family:var(--font);font-size:.95rem;font-weight:600}.cart-button__badge{position:absolute;top:-4px;right:-4px;background:var(--gold);color:#1a1200;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.cart-page{max-width:720px;margin:0 auto;padding:4rem 1.5rem;color:var(--white);font-family:var(--font)}.cart-page__title{font-size:1.6rem;font-weight:800;margin-bottom:1.5rem;color:#000}.cart-empty{text-align:center;padding:6rem 1.5rem;color:var(--white);font-family:var(--font)}.cart-empty__icon{font-size:3rem;display:block;margin-bottom:1rem}.cart-empty h1{font-size:1.3rem;margin-bottom:1.5rem}.cart-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.cart-row{display:grid;grid-template-columns:auto 1fr auto auto auto;align-items:center;grid-gap:1rem;gap:1rem;background:#e6e5e5;border:1px solid var(--border);border-radius:12px;padding:1rem 1.25rem}.cart-row__icon{font-size:1.8rem}.cart-row__photo{width:56px;height:56px;object-fit:contain;border-radius:8px;background:hsla(0,0%,100%,.03);flex-shrink:0}.cart-row__info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.cart-row__title{font-weight:700;font-size:.95rem;color:#000}.cart-row__unit{font-size:.8rem;color:#000}.cart-row__qty{display:flex;align-items:center;gap:.6rem;color:#000}.cart-row__qty button{width:28px;height:28px;border-radius:6px;border:1px solid #000;background:hsla(0,0%,100%,.05);color:#000;cursor:pointer;font-size:1rem}.cart-row__subtotal{font-weight:700;white-space:nowrap;color:#000}.cart-row__remove{background:transparent;border:none;color:#000;font-size:1rem;cursor:pointer}.cart-summary{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;padding:1rem 0;border-top:1px solid var(--border);margin-bottom:1.5rem;color:#000}.cart-checkout-btn{width:100%;padding:1rem;border:none;border-radius:10px;font-family:var(--font);font-size:1rem;font-weight:700;cursor:pointer;background:var(--gold);color:#1a1200}.product-page{max-width:640px;margin:0 auto;background:#fff;color:#14161a;font-family:var(--font)}.product-page__gallery-main{background:#eef0f2;display:flex;align-items:center;justify-content:center;padding:2rem}.product-page__zoom-wrap{position:relative;display:inline-block;cursor:zoom-in}.product-page__zoom-wrap img{width:100%;max-width:340px;height:auto;object-fit:contain;display:block}.product-page__zoom-lens{position:absolute;border-radius:50%;border:2px solid #fff;box-shadow:0 4px 20px rgba(0,0,0,.25),inset 0 0 0 1px rgba(0,0,0,.1);background-repeat:no-repeat;pointer-events:none}.product-page__gallery-main--emoji{font-size:5rem;min-height:260px}.product-page__thumbs{display:flex;justify-content:center;gap:.75rem;padding:1.25rem 1.5rem}.product-page__thumb{width:60px;height:60px;padding:.35rem;background:#fff;border:1px solid #e2e4e8;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.product-page__thumb img{width:100%;height:100%;object-fit:contain}.product-page__thumb.is-active{border-color:#14161a}.product-page__info{padding:.5rem 1.5rem 3rem}.product-page__title{font-size:1.4rem;font-weight:800;text-transform:uppercase;letter-spacing:-.01em;margin-bottom:.4rem}.product-page__meta{font-size:.95rem;color:#8a8f98;margin-bottom:1rem}.product-page__tagline{color:#14161a;line-height:1.6;margin-bottom:1.5rem}.product-page__buybox{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.product-page__price{font-size:1.6rem;font-weight:800;color:#14161a}.product-page__pix{font-size:.78rem;font-weight:600;color:var(--green)}.product-page__add-btn{background:#14161a;color:#fff;border:none;border-radius:100px;padding:.9rem 1.75rem;font-family:var(--font);font-size:.85rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;white-space:nowrap}.product-page__add-btn:hover{background:#2a2d33}.product-page__long{color:#40444c;line-height:1.75;margin-bottom:2rem}.product-page__benefits{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}.benefit{flex-direction:column;text-align:center;gap:.5rem}.benefit,.benefit__icon{display:flex;align-items:center}.benefit__icon{width:48px;height:48px;border-radius:50%;background:#eef0f2;justify-content:center;font-size:1.1rem;color:#14161a}.benefit span{font-size:.72rem;color:#40444c;line-height:1.3}.product-page__disclaimer{font-size:.72rem;color:#9298a3;line-height:1.6;text-align:center;border-top:1px solid #eef0f2;padding-top:1.25rem}@media (max-width:480px){.product-page__benefits{grid-template-columns:repeat(4,1fr);gap:.5rem}}.objectives{background:#fff;padding:2.5rem 0 1rem}.objectives__inner{max-width:640px;margin:0 auto;padding:0 1.5rem}.objectives__title{font-family:var(--font-title);color:#2b2b2b;font-size:2.7rem;font-weight:400;text-transform:uppercase;letter-spacing:.01em;margin-bottom:.75rem}.objectives__line{border:1px solid #dfb96a;left:-2rem;width:71.5%;position:relative;top:-1.5rem}.objectives__subtitle{color:#40444c;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;font-family:(var(--font));width:75%}.objectives__list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.objective-banner{position:relative;display:block;height:230px;overflow:hidden;text-decoration:none}.objective-banner__image{object-fit:cover;border-radius:12px}.objective-banner__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.15) 45%,transparent 70%);border-radius:12px}.objective-banner__text{position:relative;padding:1.1rem 1.25rem}.objective-banner__text h3{font-family:var(--font);color:#2b2b2b;font-size:1.8rem;font-weight:700;letter-spacing:.01em;margin-bottom:.35rem;display:inline-block;border-bottom:2px solid var(--gold);padding-bottom:.2rem}.objective-banner__text p{color:#2b2b2b;font-size:1rem;letter-spacing:.03em;line-height:1.4;width:30%}.objective-banner--light-text .objective-banner__text h3,.objective-banner--light-text .objective-banner__text p{color:#fff}.objective-banner__cta{position:absolute;left:1.25rem;bottom:1.1rem;display:inline-block;background:hsla(0,0%,100%,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#14161a;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;text-decoration:none;border-radius:10px;padding:.75rem 4.5rem}@media (max-width:640px){.cart-row{grid-template-columns:auto 1fr auto;grid-template-areas:"icon info remove" "qty qty subtotal";row-gap:.75rem}.cart-row__icon,.cart-row__photo{grid-area:icon}.cart-row__info{grid-area:info}.cart-row__remove{grid-area:remove}.cart-row__qty{grid-area:qty}.cart-row__subtotal{grid-area:subtotal;text-align:right}}.featured{background:#fff;padding:1rem 0 3rem}.featured__inner{max-width:640px;margin:0 auto;padding:0 1.5rem}.featured__title{font-family:var(--font-title);color:#2b2b2b;font-size:2.7rem;font-weight:400;text-transform:uppercase;letter-spacing:.01em;margin-bottom:.75rem}.featured__line{border:1px solid #dfb96a;left:-2rem;width:71.5%;position:relative;top:-1.5rem}.featured__subtitle{color:#40444c;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;font-family:(var(--font));width:75%}.featured__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.featured-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:#eef0f2;border:1px solid #e2e5e9;border-radius:12px;overflow:hidden}.featured-card__image{display:flex;align-items:center;justify-content:center;padding:0 1.25rem}.featured-card__image img{width:100%;max-width:130px;height:auto;object-fit:contain}.featured-card__icon{font-size:2.5rem}.featured-card__title{font-family:var(--font);color:#2b2b2b;font-size:1.2rem;font-weight:600;letter-spacing:.01em;line-height:1.2;position:relative;display:inline-block;margin:0 .5rem .5rem;padding-bottom:.3rem}.featured-card__title:after{content:"";position:absolute;left:0;bottom:0;width:var(--underline-width,85%);height:2px;background:var(--gold)}.featured-card__desc{color:#2b2b2b;font-size:.9rem;line-height:auto;padding:0 .5rem;flex:1 1;margin-bottom:1.25rem;width:66%}.featured-card__cta{display:block;text-align:center;background:#2b2b2b;color:#fff;font-size:1rem;font-weight:700;padding:.9rem .5rem}