/*
 * Game Imports — Trust Commerce
 * Identidade clara aprovada para celular e computador.
 * Esta camada altera somente a apresentação; a lógica da loja permanece intacta.
 */

:root{
  --black:#f5f7fb;
  --panel:#ffffff;
  --panel-2:#f0f5fb;
  --gold:#1769e0;
  --gold-bright:#0e5ed7;
  --green:#16a34a;
  --white:#0b1f3a;
  --muted:#5f6f82;
  --line:#dbe4ef;
  --page:min(1280px,calc(100% - 48px));
  --radius:18px;
  --shadow:0 18px 52px rgba(15,46,82,.09);
  --trust-navy:#071d3b;
  --trust-blue:#1769e0;
  --trust-cyan:#38bdf8;
  --trust-bg:#f5f7fb;
  --trust-soft:#edf5ff;
  color-scheme:light;
}

/*
 * Formulário da conta no tema claro.
 * Reforça as cores também no Safari/iOS e quando o navegador preenche os dados.
 */
.account-modal .auth-form input:not([type="checkbox"]){
  appearance:none;
  -webkit-appearance:none;
  border:1px solid #c8d7e7!important;
  background:#fff!important;
  background-image:none!important;
  color:#071d3b!important;
  -webkit-text-fill-color:#071d3b!important;
  caret-color:#1769e0;
  box-shadow:0 1px 2px rgba(15,46,82,.035),inset 0 0 0 1000px #fff!important;
  color-scheme:light;
}
.account-modal .auth-form input:not([type="checkbox"])::placeholder{
  color:#8291a4!important;
  -webkit-text-fill-color:#8291a4!important;
  opacity:1;
}
.account-modal .auth-form input:not([type="checkbox"]):focus{
  border-color:#1769e0!important;
  background:#fff!important;
  -webkit-text-fill-color:#071d3b!important;
  box-shadow:0 0 0 3px rgba(23,105,224,.12),inset 0 0 0 1000px #fff!important;
}
.account-modal .auth-form input:not([type="checkbox"]):-webkit-autofill,
.account-modal .auth-form input:not([type="checkbox"]):-webkit-autofill:hover,
.account-modal .auth-form input:not([type="checkbox"]):-webkit-autofill:focus{
  border-color:#c8d7e7!important;
  -webkit-text-fill-color:#071d3b!important;
  -webkit-box-shadow:0 0 0 1000px #fff inset!important;
  box-shadow:0 0 0 1000px #fff inset!important;
  transition:background-color 9999s ease-out 0s;
}

html{scroll-padding-top:116px}
body{
  background:
    radial-gradient(circle at 85% 3%,rgba(23,105,224,.07),transparent 26%),
    linear-gradient(180deg,#fff 0,#f5f7fb 45%,#f8fafc 100%);
  color:var(--trust-navy);
}
.noise{display:none}
.container{width:var(--page)}

.secure-bar{
  position:fixed;
  z-index:58;
  inset:0 0 auto;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  background:var(--trust-navy);
  color:#fff;
  font-size:10px;
  font-weight:750;
  letter-spacing:.2px;
}
.secure-bar span{display:inline-flex;align-items:center;gap:6px}
.secure-bar span+span::before{content:"";width:3px;height:3px;border-radius:50%;background:#52c7ff}
.secure-bar b{width:15px;height:15px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;font-size:8px}

.header{
  inset:28px 0 auto;
  height:88px;
  grid-template-columns:235px minmax(520px,1fr) auto;
  gap:22px;
  padding:0 max(28px,calc((100vw - 1400px)/2));
  border-bottom:1px solid #e3eaf3;
  background:rgba(255,255,255,.96);
  box-shadow:0 8px 30px rgba(12,41,75,.06);
  backdrop-filter:blur(18px);
}
.header::before{display:none}
.header.is-scrolled{
  height:78px;
  background:rgba(255,255,255,.98);
  box-shadow:0 14px 38px rgba(12,41,75,.11);
}
.brand{gap:13px}
.brand__mark{width:54px;height:54px;flex:0 0 54px}
.brand__copy strong{color:var(--trust-navy);font-size:20px;letter-spacing:5px}
.brand__copy b{margin-top:7px;color:var(--trust-blue);font-size:9px;letter-spacing:5px;text-shadow:none}
.nav{
  justify-self:center;
  display:flex;
  gap:4px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.nav a{
  padding:12px 13px;
  border-radius:9px;
  color:#45556a;
  font-size:10px;
  letter-spacing:.35px;
  text-transform:none;
}
.nav a::after{bottom:3px;height:2px;box-shadow:none}
.nav a:hover,.nav a.is-active{color:var(--trust-blue);background:#f3f7fd}
.icon-button,.cart-button,.menu-button{
  border:1px solid #d8e3ef;
  background:#fff;
  color:var(--trust-navy);
  box-shadow:0 5px 16px rgba(19,52,90,.05);
}
.icon-button:hover,.cart-button:hover{
  border-color:#9fc4f2;
  background:#f4f8ff;
  color:var(--trust-blue);
}
.icon-button{height:48px;border-radius:12px}
.icon-button__label{font-size:11px;text-transform:none}
.account-button .icon-button__symbol{position:relative;width:20px;height:20px;font-size:0;color:var(--trust-navy);text-shadow:none}
.account-button .icon-button__symbol::before{
  content:"";
  position:absolute;
  top:1px;
  left:7px;
  width:6px;
  height:6px;
  border:1.8px solid currentColor;
  border-radius:50%;
}
.account-button .icon-button__symbol::after{
  content:"";
  position:absolute;
  left:3px;
  bottom:1px;
  width:12px;
  height:8px;
  border:1.8px solid currentColor;
  border-bottom:0;
  border-radius:9px 9px 0 0;
}
.cart-button{height:48px;padding-inline:14px;border-radius:12px;text-transform:none}
.cart-button b{
  min-width:24px;
  height:24px;
  border-radius:8px;
  background:var(--trust-blue);
  color:#fff;
}
.cart-button__icon svg{stroke:currentColor}

.hero{
  height:760px;
  min-height:760px;
  max-height:none;
  align-items:center;
  padding-top:116px;
  isolation:isolate;
  background:#fff;
}
.hero::before,.hero::after,.hero__glow,.hero__showcase{display:none}
.hero__media{position:absolute;inset:0;z-index:0}
.hero__image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:1;
  clip-path:none;
  filter:none;
  transform:none;
}
.hero__shade{
  z-index:1;
  background:
    linear-gradient(90deg,#fff 0%,rgba(255,255,255,.985) 25%,rgba(255,255,255,.91) 39%,rgba(255,255,255,.32) 57%,rgba(255,255,255,0) 72%),
    linear-gradient(0deg,rgba(255,255,255,.82),transparent 24%);
}
.hero__content{z-index:3;width:var(--page);padding-top:45px}
.eyebrow{color:var(--trust-blue);font-size:10px;letter-spacing:1.8px}
.eyebrow i{height:2px;background:var(--trust-cyan);box-shadow:none}
.hero h1{
  max-width:620px;
  margin-top:20px;
  color:var(--trust-navy);
  font-size:clamp(62px,5.6vw,88px);
  line-height:.91;
  letter-spacing:-4.5px;
  text-transform:none;
  text-shadow:none;
}
.hero h1 em,
.section-heading h2 em,
.confidence h2 em,
.faq h2 em{
  display:block;
  color:var(--trust-blue);
  background:none;
  font-weight:750;
  -webkit-text-fill-color:currentColor;
  filter:none;
}
.hero__subtitle{
  margin-top:20px;
  color:var(--trust-blue);
  font-size:20px;
  letter-spacing:.2px;
  text-transform:none;
  text-shadow:none;
}
.hero__description{max-width:525px;margin-top:13px;color:#526176;font-size:15px;line-height:1.65}
.hero__actions{gap:12px;margin-top:27px}
.button{
  min-height:52px;
  border-radius:10px;
  font-size:11px;
  letter-spacing:.25px;
  text-transform:none;
}
.button--gold{
  color:#fff;
  background:linear-gradient(135deg,#1976ed,#0d5ed3);
  box-shadow:0 12px 28px rgba(23,105,224,.22);
}
.button--gold:hover{box-shadow:0 16px 34px rgba(23,105,224,.29)}
.button--glass,.button--outline{
  color:var(--trust-blue);
  border-color:#9bc2f4;
  background:#fff;
  box-shadow:none;
}
.button--glass:hover,.button--outline:hover{border-color:var(--trust-blue);background:#f1f6ff}
.hero__actions .button{min-width:180px}
.hero__payments{gap:8px;margin-top:25px;color:#536176;font-size:10px;text-transform:none}
.hero__payments span{
  min-height:42px;
  padding:0 13px;
  border:1px solid #dbe6f3!important;
  border-radius:10px;
  background:rgba(255,255,255,.86);
  box-shadow:0 7px 22px rgba(26,57,94,.05);
}
.hero__payments span+span{padding-left:13px}
.hero__payments b{color:var(--trust-blue)}
.hero__caption{z-index:3;color:#7c8a9b}

.trust-strip{
  z-index:4;
  border-block:1px solid #dbe5f0;
  background:#fff;
  box-shadow:0 13px 42px rgba(20,51,87,.07);
}
.trust-strip__grid{max-width:1280px}
.trust-strip article{min-height:96px;justify-content:flex-start;border-color:#e0e8f1!important}
.trust-strip article>span{
  width:43px;
  height:43px;
  flex:0 0 43px;
  border:1px solid #cde0f7;
  border-radius:12px;
  background:#edf5ff;
  color:var(--trust-blue);
  font-size:16px;
}
.trust-strip article:first-child>span{border-color:#bfe9cc;background:#eefbf2;color:#16a34a}
.trust-strip strong{color:var(--trust-navy);font-size:12px}
.trust-strip small{color:#728095;font-size:10px}
.trust-icon svg{width:24px;height:24px;overflow:visible;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.trust-icon svg text{fill:currentColor;stroke:none;font:800 14px/1 system-ui,sans-serif}

.section,.combos,.configurator-section,.confidence,.future-catalog,.reviews,.faq{
  min-height:calc(100svh - 116px);
  padding:96px 0 88px;
  background:
    radial-gradient(circle at 84% 5%,rgba(23,105,224,.06),transparent 24%),
    linear-gradient(180deg,#f8fafc,#f3f7fb);
}
.section-heading{margin-bottom:35px;padding-bottom:24px;border-bottom:1px solid #dce5ef}
.section-heading h2,.confidence h2,.faq h2{
  color:var(--trust-navy);
  font-size:clamp(42px,4vw,58px);
  letter-spacing:-2.4px;
  text-transform:none;
}
.section-heading>p,.confidence__content>p,.faq__grid>div>p{color:#617084}
.combo-assurance{gap:10px;margin-bottom:24px}
.combo-assurance span{
  min-height:48px;
  border:1px solid #d9e5f1;
  border-radius:11px;
  background:#fff;
  color:#4e5e72;
  box-shadow:0 7px 22px rgba(19,50,87,.04);
}

.product-grid,.product-grid--four{gap:16px}
.product-card,.accessory-product,.benefit-card,.review-card,.confidence-card{
  border:1px solid #dbe5ef;
  background:#fff;
  box-shadow:0 15px 42px rgba(18,50,87,.07);
}
.product-card{border-radius:17px}
.product-card::after{display:none}
.product-card:hover{
  transform:translateY(-6px);
  border-color:#a8c9f0;
  box-shadow:0 20px 52px rgba(18,50,87,.12);
}
.product-card--featured{border-color:#7db1ee;box-shadow:0 17px 50px rgba(23,105,224,.12)}
.featured-ribbon{
  background:linear-gradient(90deg,#0d5fd7,#2484f2);
  color:#fff;
}
.product-card__media{
  height:235px;
  background:linear-gradient(145deg,#f8fbff,#eaf3fd);
}
.product-card__media::after{background:linear-gradient(transparent,rgba(255,255,255,.92))}
.product-card__media img{object-position:69% center;filter:none}
.product-tag{
  border-color:#c8dcf5;
  background:rgba(255,255,255,.92);
  color:var(--trust-blue);
}
.product-card__body{color:var(--trust-navy)}
.product-card__body>small{color:var(--trust-blue)}
.product-card__body>p,.product-card p{color:#637286}
.product-card ul{border-color:#e5ebf2}
.product-card li{color:#405167}
.product-card li::before{color:#16a34a}
.product-card__price span,.product-card__price small{color:#718095}
.product-card__price strong{color:var(--trust-blue)}

.accessory-heading{border-color:#dce5ef}
.accessory-heading h3,.accessory-product__body h3{color:var(--trust-navy)}
.accessory-heading p,.accessory-product__body p{color:#617084}
.accessory-product{overflow:hidden;border-radius:20px}
.accessory-product__media{background:#eaf3fd}
.accessory-product__media::after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2))}
.accessory-product__body{background:#fff}
.accessory-features span{border-color:#d9e5f1;background:#f6f9fd;color:#526176}
.accessory-product__buy{border-color:#dce5ef}
.accessory-product__buy strong{color:var(--trust-blue)}
.coupon-box{border-color:#d8e5f2;background:#f6f9fd}

.configurator{border:0;background:transparent;box-shadow:none}
.configurator__preview{
  border:1px solid #d8e4f0;
  background:#fff;
  box-shadow:0 18px 52px rgba(17,49,86,.09);
}
.configurator__preview::before{background:linear-gradient(135deg,rgba(23,105,224,.05),transparent 35%)}
.configurator__preview img{filter:none}
.preview-badge{border-color:#b8d2f2;background:rgba(255,255,255,.9);color:var(--trust-blue)}
.preview-caption strong{color:var(--trust-navy)}
.preview-caption span{color:#748397}
.preview-includes span{background:#edf4fc;color:#526176}
.configurator__form{
  border:1px solid #d8e4f0;
  background:#fff;
  box-shadow:0 18px 52px rgba(17,49,86,.08);
}
.config-step{border-color:#e2e9f1}
.config-step__title>b{border-color:#c7dbf3;background:#eef5ff;color:var(--trust-blue)}
.config-step__title h3{color:var(--trust-navy)}
.config-step__title p{color:#748397}
.choice-card>span{border-color:#dbe5ef;background:#f9fbfd;color:var(--trust-navy)}
.choice-card:hover>span{border-color:#a9c9ee}
.choice-card.is-selected>span{border-color:var(--trust-blue);background:#edf5ff;box-shadow:0 0 0 1px rgba(23,105,224,.08)}
.choice-card.is-selected>span::after{background:var(--trust-blue);color:#fff}
.choice-card small{color:#718095}
.choice-card em{color:var(--trust-blue)}
.games-panel{border-color:#d5e4f3;background:#f6f9fd}
.games-grid label,.games-grid--catalog label{border-color:#dbe5ef;background:#fff;color:#35475d}
.game-catalog-toolbar,.game-letter-filter,.game-selection-count{border-color:#d8e4f0;background:#f4f8fc}
.game-letter-filter button{border-color:#d7e2ee;background:#fff;color:#536176}
.game-letter-filter button.is-active{border-color:var(--trust-blue);background:#edf5ff;color:var(--trust-blue)}
.other-game input,.auth-form input,.checkout-form input,.password-form input,
.admin-panel input,.admin-panel select,textarea{
  border-color:#ccd9e7;
  background:#fff;
  color:var(--trust-navy);
}
.other-game input:focus,.auth-form input:focus,.checkout-form input:focus,.password-form input:focus{
  border-color:var(--trust-blue);
  box-shadow:0 0 0 3px rgba(23,105,224,.1);
}
.legal-note{color:#748397}
.config-summary{
  border:1px solid #d4e3f2;
  background:linear-gradient(90deg,#f1f7ff,#fff);
  box-shadow:0 13px 35px rgba(21,55,94,.07);
}
.config-summary small,.config-summary span{color:#718095}
.config-summary>div>strong{color:var(--trust-navy)}
.config-summary__price strong{color:var(--trust-blue)}

.confidence__visual img{filter:none;box-shadow:0 18px 52px rgba(18,50,87,.1)}
.confidence__visual::before{border-color:rgba(23,105,224,.22)}
.quality-stamp{border-color:#8bb9ee;background:#fff;box-shadow:0 12px 36px rgba(23,105,224,.12)}
.quality-stamp strong{color:var(--trust-blue)}
.checklist article,.future-grid article,.review-grid article,.accordion details{
  border-color:#dbe5ef;
  background:#fff;
  box-shadow:0 11px 32px rgba(18,50,87,.055);
}
.checklist article>b{background:#edf5ff;color:var(--trust-blue)}
.checklist article strong,.future-grid strong,.review-grid b,.accordion summary{color:var(--trust-navy)}
.checklist article span,.future-grid small,.review-grid small,.accordion p{color:#6c7b8f}
.future-grid article:hover{border-color:#a6c7ee}
.future-grid span{background:#edf5ff;color:var(--trust-blue)}
.reviews__summary>strong{color:var(--trust-navy)}
.reviews__summary div>span,.review-grid article>span{color:#f0a500}
.review-grid p{color:#4d5e73}

.footer{
  padding-top:66px;
  border-color:#d5e0eb;
  background:var(--trust-navy);
  color:#fff;
}
.footer .brand__copy strong{color:#fff}
.footer .brand__copy b{color:#73ccff}
.footer__grid p{color:#a9b7c7}
.footer__grid>div>strong{color:#fff}
.footer__grid>div>a:not(.brand){color:#c0cad6}
.footer__grid>div>a:not(.brand):hover{color:#73ccff}
.footer__bottom{border-color:rgba(255,255,255,.13);color:#93a5b8}

.whatsapp{border-color:#9bd8ad;background:#fff;color:#17452a;box-shadow:0 14px 38px rgba(22,105,55,.15)}
.whatsapp b{background:#22c55e;color:#fff}
.drawer-backdrop,.modal__backdrop{background:rgba(7,29,59,.48)}
.cart-drawer{
  background:#fff;
  color:var(--trust-navy);
  box-shadow:-24px 0 70px rgba(9,35,68,.18);
}
.drawer__header{border-color:#dce5ef}
.drawer__header small{color:var(--trust-blue)}
.drawer__header button,.modal__close{border-color:#cfdce9;background:#fff;color:var(--trust-navy)}
.cart-empty>b{color:var(--trust-blue)}
.cart-empty p{color:#6c7b8f}
.cart-item{border-color:#dbe5ef;background:#f7f9fc}
.cart-item__copy small,.cart-footer>small,.cart-footer>p{color:#6d7c8f}
.cart-item__copy b{color:var(--trust-blue)}
.quantity button{border-color:#ccd9e7;color:var(--trust-navy)}
.cart-footer{border-color:#dce5ef}
.modal__panel{
  border-color:#d6e2ee;
  background:#fff;
  color:var(--trust-navy);
  box-shadow:0 28px 90px rgba(8,35,68,.22);
}
.account-modal>p{color:#6d7c8f}
.auth-tabs{background:#edf2f7}
.auth-tabs button{color:#69788b}
.auth-tabs button.is-active{background:#fff;color:var(--trust-blue);box-shadow:0 4px 14px rgba(19,50,87,.07)}
.auth-form label,.checkout-form label{color:#536176}
.text-button{color:#5f6f82}
.checkout-heading>span{color:#16a34a}
.checkout-block{border-color:#dbe5ef;background:#f8fafc}
.checkout-block h3 b{background:#edf5ff;color:var(--trust-blue)}
.payment-options label{border-color:#d3dfeb;background:#fff}
.payment-options label.is-selected{border-color:var(--trust-blue);background:#edf5ff}
.payment-options span,.checkout-block>p,.terms-check span{color:#6c7b8f}
.checkout-total{background:#edf5ff}
.checkout-total strong{color:var(--trust-blue)}
.toast{border-color:#b7d1ef;background:var(--trust-navy);color:#fff;box-shadow:0 15px 42px rgba(8,35,68,.2)}

.mobile-nav{
  border-top:1px solid #d7e2ee;
  background:rgba(255,255,255,.97);
  box-shadow:0 -10px 32px rgba(15,46,82,.08);
}
.mobile-nav a{color:#526176}
.mobile-nav a.is-active{color:var(--trust-blue);background:#eef5ff}
.mobile-nav svg{stroke:currentColor}
.mobile-config-bar{border-color:#c9d9ea;background:#fff;color:var(--trust-navy);box-shadow:0 -12px 36px rgba(15,46,82,.12)}
.mobile-config-bar strong{color:var(--trust-blue)}

@media(max-width:1180px) and (min-width:821px){
  .header{grid-template-columns:200px minmax(430px,1fr) auto;padding-inline:18px}
  .nav a{padding-inline:8px;font-size:9px}
  .hero h1{font-size:clamp(58px,6.5vw,78px)}
}

@media(max-width:820px){
  :root{--page:calc(100% - 28px)}
  html{scroll-padding-top:96px}
  .secure-bar{height:24px;font-size:9px}
  .secure-bar span+span{display:none}
  .header{
    inset:24px 0 auto;
    height:72px;
    grid-template-columns:minmax(0,1fr) auto;
    padding:0 14px;
    border-bottom-color:#dce5ef;
    background:rgba(255,255,255,.97);
    box-shadow:0 8px 25px rgba(15,46,82,.07);
  }
  .header.is-scrolled{height:68px;background:rgba(255,255,255,.99)}
  .header .brand{gap:9px}
  .header .brand__mark{width:44px;height:44px;flex-basis:44px}
  .header .brand__copy strong{color:var(--trust-navy);font-size:15px;letter-spacing:4px}
  .header .brand__copy b{color:var(--trust-blue);font-size:8px;letter-spacing:3.6px}
  .header .account-button{display:none}
  .cart-button,.menu-button{width:46px;height:46px;justify-content:center;border-color:#cddbea;background:#fff;box-shadow:none}
  .cart-button{padding:0}
  .header .cart-button>b[data-cart-count]{top:-5px;right:-5px;background:var(--trust-blue);color:#fff}
  .menu-button span{background:var(--trust-navy)}
  .nav{
    top:104px;
    left:12px;
    right:12px;
    padding:8px;
    border:1px solid #d5e1ed;
    border-radius:14px;
    background:#fff;
    box-shadow:0 18px 50px rgba(10,38,71,.14);
  }
  .nav a{padding:14px;color:#405167;text-align:center}
  .nav a:hover,.nav a.is-active{color:var(--trust-blue);background:#edf5ff}

  .hero{
    height:auto;
    min-height:850px;
    display:block;
    padding:96px 0 50px;
    background:#fff;
  }
  .hero__media{top:96px;bottom:auto;height:515px}
  .hero__image{object-fit:cover;object-position:center top}
  .hero__shade{
    top:96px;
    bottom:auto;
    height:560px;
    background:
      linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.63) 49%,rgba(255,255,255,.08) 77%),
      linear-gradient(0deg,#fff 0%,rgba(255,255,255,.85) 18%,rgba(255,255,255,0) 51%);
  }
  .hero__content{width:var(--page);padding-top:180px}
  .hero .eyebrow{display:none}
  .hero h1{
    max-width:350px;
    margin:0;
    font-size:clamp(43px,12.6vw,57px);
    line-height:.96;
    letter-spacing:-2.7px;
  }
  .hero h1 em{font-size:.74em;line-height:1.08;letter-spacing:-1.4px;white-space:nowrap}
  .hero__subtitle{margin-top:18px;font-size:17px;line-height:1.25}
  .hero__description{max-width:345px;margin-top:12px;color:#536176;font-size:13px;line-height:1.6}
  .hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:24px}
  .hero__actions .button{min-width:0;width:100%;min-height:54px;padding-inline:12px}
  .hero__payments{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}
  .hero__payments span{min-height:45px;justify-content:center;padding:8px!important;border-color:#dbe5ef!important;background:rgba(255,255,255,.94)}
  .hero__payments span:last-child{grid-column:1/-1}
  .hero__caption{display:none}
  .trust-strip{box-shadow:0 10px 30px rgba(15,46,82,.06)}
  .trust-strip__grid{grid-template-columns:1fr 1fr}
  .trust-strip article{min-height:88px;padding:14px 12px;border-bottom:1px solid #e1e8f0}
  .trust-strip article>span{width:38px;height:38px;flex-basis:38px}
  .trust-strip strong{font-size:11px}
  .trust-strip small{font-size:9px}

  .section,.combos,.configurator-section,.confidence,.future-catalog,.reviews,.faq{min-height:0;padding:72px 0 90px}
  .section-heading{display:block;margin-bottom:26px;padding-bottom:20px}
  .section-heading h2,.confidence h2,.faq h2{font-size:38px;letter-spacing:-1.7px}
  .section-heading>p{margin-top:14px}
  .product-grid,.product-grid--four{grid-template-columns:1fr;max-width:540px;margin:auto}
  .product-card__media{height:265px}
  .accessory-product__media{background:#eaf3fd}
  .configurator__preview{position:relative;top:auto}
  .confidence__grid,.faq__grid{grid-template-columns:1fr}
  .mobile-nav{z-index:46}
  .whatsapp{bottom:88px}
}

@media(max-width:540px){
  .hero{min-height:860px;padding-bottom:43px}
  .hero__media{height:500px}
  .hero__content{padding-top:178px}
  .hero h1{font-size:46px}
  .hero h1 em{font-size:.72em}
  .hero__subtitle{font-size:16px}
  .hero__description{
    max-width:255px;
    margin-left:-8px;
    padding:8px;
    border-radius:9px;
    background:rgba(255,255,255,.76);
    backdrop-filter:blur(7px);
  }
  .hero__actions{grid-template-columns:1fr}
  .hero__actions .button{min-height:52px}
  .hero__payments{margin-top:14px}
  .trust-strip__grid{grid-template-columns:1fr 1fr}
  .trust-strip article{min-height:83px;gap:10px}
  .trust-strip article>span{width:34px;height:34px;flex-basis:34px}
  .product-card__media{height:225px}
  .configurator__preview img{height:320px}
  .drawer__header button,.modal__close{background:#fff;color:var(--trust-navy)}
  .modal__panel{padding:27px 18px}
  .whatsapp{width:48px;height:48px;padding:6px;right:14px}
}

@media(max-width:370px){
  .header .brand__mark{width:40px;height:40px;flex-basis:40px}
  .header .brand__copy strong{font-size:13px}
  .hero h1{font-size:42px}
  .hero h1 em{font-size:.69em}
  .hero__content{padding-top:170px}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

/* Vitrine da página inicial */
.home-featured{
  padding:58px 0 76px;
  background:linear-gradient(180deg,#f8fafc,#f2f6fb);
}
.home-featured__heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px;
}
.home-featured__heading small{color:var(--trust-blue);font-size:9px;font-weight:850;letter-spacing:1.4px}
.home-featured__heading h2{margin:5px 0 0;color:var(--trust-navy);font-size:32px;letter-spacing:-1.2px}
.home-featured__heading>a{color:var(--trust-blue);font-size:13px;font-weight:800}
.home-featured__rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.home-combo-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #d9e4ef;
  border-radius:17px;
  background:#fff;
  box-shadow:0 14px 38px rgba(17,49,86,.07);
  transition:transform var(--ease),border-color var(--ease),box-shadow var(--ease);
}
.home-combo-card:hover{transform:translateY(-5px);border-color:#a8c9ef;box-shadow:0 19px 46px rgba(17,49,86,.12)}
.home-combo-card__media{position:relative;height:185px;overflow:hidden;background:#edf5ff}
.home-combo-card__media img{width:100%;height:100%;object-fit:cover;object-position:70% center}
.home-combo-card__media span{
  position:absolute;
  z-index:2;
  top:12px;
  left:12px;
  padding:6px 8px;
  border-radius:7px;
  background:var(--trust-blue);
  color:#fff;
  font-size:8px;
  font-weight:900;
  letter-spacing:.7px;
}
.home-combo-card__body{display:grid;align-content:start;padding:19px}
.home-combo-card__body h3{margin:0;color:var(--trust-navy);font-size:18px;line-height:1.2}
.home-combo-card__body p{min-height:38px;margin:7px 0;color:#617084;font-size:11px;line-height:1.55}
.home-combo-card__body>strong{color:var(--trust-blue);font-size:24px}
.home-combo-card__body>small{margin:1px 0 13px;color:#738196;font-size:9px}
.home-combo-card__body button{
  min-height:43px;
  border:0;
  border-radius:9px;
  background:linear-gradient(135deg,#1976ed,#0d5ed3);
  color:#fff;
  cursor:pointer;
  font-size:11px;
  font-weight:850;
}

/* Celular alinhado à referência aprovada */
@media(max-width:820px){
  html{scroll-padding-top:68px}
  .secure-bar{display:none}
  .header{inset:0 0 auto;height:68px}
  .header.is-scrolled{height:64px}
  .nav{top:76px}
  .hero{
    min-height:300px;
    height:300px;
    padding:68px 0 10px;
  }
  .hero__media{top:68px;height:232px}
  .hero__image{
    object-fit:contain;
    object-position:right center;
    transform:scale(2.35);
    transform-origin:right center;
  }
  .hero__shade{
    top:68px;
    height:232px;
    background:
      linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 34%,rgba(255,255,255,.72) 39%,rgba(255,255,255,.18) 46%,rgba(255,255,255,0) 52%),
      linear-gradient(0deg,#fff 0%,rgba(255,255,255,.38) 4%,rgba(255,255,255,0) 13%);
  }
  .hero__content{width:calc(100% - 36px);padding-top:55px;transform:translateY(-28px)}
  .hero h1{max-width:158px;font-size:26px;line-height:1.02;letter-spacing:-1.2px}
  .hero h1 em{font-size:1em;line-height:1.04;letter-spacing:-1.4px;white-space:normal}
  .hero__subtitle{
    max-width:140px;
    margin-top:9px;
    color:#4f5e72;
    font-size:12px;
    font-weight:500;
    line-height:1.34;
  }
  .hero__description,.hero__payments{display:none}
  .hero__actions{
    width:136px;
    grid-template-columns:1fr;
    gap:8px;
    margin-top:16px;
  }
  .hero__actions .button{min-height:32px;padding:6px 8px;font-size:9px;letter-spacing:.7px}

  .trust-strip{padding:0 0 3px;border:0;background:#f8fafc;box-shadow:none}
  .trust-strip__grid{
    width:calc(100% - 28px);
    grid-template-columns:repeat(4,minmax(0,1fr));
    overflow:hidden;
    border:1px solid #d9e4ef;
    border-radius:14px;
    background:#fff;
    box-shadow:0 13px 36px rgba(17,49,86,.07);
  }
  .trust-strip article{
    min-width:0;
    min-height:80px;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    padding:7px 3px 8px;
    border:0!important;
    border-left:1px solid #e2e8f0!important;
    text-align:center;
  }
  .trust-strip article:first-child{border-left:0!important}
  .trust-strip article>span{
    width:33px;
    height:33px;
    flex-basis:33px;
    border:0;
    border-radius:0;
    background:transparent;
  }
  .trust-strip article:first-child>span{border:0;background:transparent}
  .trust-icon svg{width:33px;height:33px;stroke-width:2.25}
  .trust-icon--safe svg path:first-child{fill:#22b85a;stroke:#22b85a}
  .trust-icon--safe svg path:last-child{stroke:#fff;stroke-width:2.6}
  .trust-strip article:nth-child(2) .trust-icon svg path{fill:#1877d8;stroke:#1877d8}
  .trust-strip article:nth-child(2) .trust-icon svg text{fill:#fff}
  .trust-strip article div{display:block}
  .trust-strip strong{display:block;max-width:84px;margin:auto;font-size:10px;line-height:1.2}
  .trust-strip article:first-child strong{max-width:58px}
  .trust-strip small{display:none}

  .home-featured{overflow:hidden;padding:0 0 80px}
  .home-featured__heading{align-items:center;margin-bottom:4px}
  .home-featured__heading small{display:none}
  .home-featured__heading h2{margin:0;font-size:17px;font-weight:780;letter-spacing:-.45px}
  .home-featured__heading>a{font-size:11.5px}
  .home-featured__rail{
    display:flex;
    gap:10px;
    overflow-x:auto;
    width:calc(100% + 14px);
    margin-right:-14px;
    padding:2px 14px 12px 0;
    box-sizing:border-box;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .home-featured__rail::-webkit-scrollbar{display:none}
  .home-combo-card{
    flex:0 0 calc((100vw - 48px)/2);
    scroll-snap-align:start;
    border-radius:14px;
  }
  .home-combo-card__media{height:96px}
  .home-combo-card__media img{object-position:center}
  .home-combo-card__media span{top:8px;left:8px;padding:5px 6px;font-size:7px}
  .home-combo-card__body{padding:5px}
  .home-combo-card__body h3{min-height:24px;font-size:11px;line-height:1.1}
  .home-combo-card__body p{min-height:8px;margin:2px 0;font-size:6.5px;line-height:1.2;white-space:nowrap}
  .home-combo-card__body>strong{font-size:14px;line-height:1.1}
  .home-combo-card__body>small{min-height:6px;margin:1px 0 2px;font-size:5.3px;line-height:1.05}
  .home-combo-card__body button{min-height:24px;font-size:8px}

  body{padding-bottom:calc(68px + env(safe-area-inset-bottom,0px))}
  .mobile-nav{
    height:calc(64px + env(safe-area-inset-bottom,0px));
    grid-template-columns:repeat(4,minmax(0,1fr));
    padding:3px 8px env(safe-area-inset-bottom,0px);
    overflow:hidden;
  }
  .mobile-nav a,.mobile-nav button{
    min-height:61px;
    gap:3px;
    padding:4px 2px 3px;
    border-radius:0;
    background:transparent!important;
  }
  .mobile-nav b{width:22px;height:22px}
  .mobile-nav svg{width:21px;height:21px}
  .mobile-nav span{font-size:8px;line-height:1;letter-spacing:.15px;white-space:nowrap}
  .mobile-nav a.is-active,.mobile-nav button.is-active{background:transparent!important;color:var(--trust-blue)}
  .mobile-nav a.is-active::before,.mobile-nav button.is-active::before{
    top:-3px;
    left:29%;
    right:29%;
    height:3px;
    border-radius:0 0 4px 4px;
  }
  .mobile-nav__main{display:grid!important}
  .mobile-nav__main b{
    width:22px;
    height:22px;
    margin:0;
    border:0;
    border-radius:0;
    background:transparent;
    color:inherit;
    box-shadow:none;
  }
  .mobile-nav__main b svg{width:21px;height:21px;stroke-width:1.75}
  .mobile-nav__main span{margin:0;color:inherit}
  .mobile-nav__cart{display:none!important}
  .home-featured{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}
  .whatsapp{bottom:88px}
}

@media(max-width:380px){
  .hero h1{font-size:38px}
  .hero__subtitle{font-size:14px}
  .home-combo-card{flex-basis:calc((100vw - 44px)/2)}
}

/* Desktop alinhado ao visual claro aprovado no celular */
@media(min-width:821px){
  :root{
    --page:calc(100% - clamp(48px,8vw,160px));
  }

  .hero{
    height:470px;
    min-height:470px;
    padding-top:116px;
    background:#fff;
  }
  .hero__media{inset:0}
  .hero__image{
    object-fit:contain;
    object-position:right bottom;
  }
  .hero__shade{
    background:linear-gradient(90deg,rgba(255,255,255,.72) 0%,rgba(255,255,255,.46) 35%,rgba(255,255,255,.08) 51%,rgba(255,255,255,0) 62%);
  }
  .hero__content{padding-top:75px;transform:translateY(-32px)}
  .hero .eyebrow,.hero__description,.hero__payments,.hero__caption{display:none}
  .hero h1{
    max-width:560px;
    margin:0;
    font-size:clamp(58px,5vw,74px);
    line-height:.94;
    letter-spacing:-3.4px;
  }
  .hero__subtitle{
    max-width:360px;
    margin-top:18px;
    color:#536176;
    font-size:19px;
    font-weight:500;
    line-height:1.45;
  }
  .hero__actions{gap:14px;margin-top:24px}
  .hero__actions .button{min-width:190px;min-height:54px}

  .trust-strip{
    padding:8px 0 10px;
    border:0;
    background:linear-gradient(180deg,#fff,#f5f8fc);
    box-shadow:none;
  }
  .trust-strip__grid{
    width:var(--page);
    max-width:none;
    grid-template-columns:repeat(4,minmax(0,1fr));
    overflow:hidden;
    border:1px solid #d9e4ef;
    border-radius:18px;
    background:#fff;
    box-shadow:0 16px 40px rgba(17,49,86,.08);
  }
  .trust-strip article{
    min-height:82px;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    padding:8px 12px;
    border:0!important;
    border-left:1px solid #e2e8f0!important;
    text-align:center;
  }
  .trust-strip article:first-child{border-left:0!important}
  .trust-strip article>span,
  .trust-strip article:first-child>span{
    width:32px;
    height:32px;
    flex-basis:32px;
    border:0;
    border-radius:0;
    background:transparent;
  }
  .trust-icon svg{width:32px;height:32px;stroke-width:2.2}
  .trust-icon--safe svg path:first-child{fill:#22b85a;stroke:#22b85a}
  .trust-icon--safe svg path:last-child{stroke:#fff;stroke-width:2.6}
  .trust-strip article:nth-child(2) .trust-icon svg path{fill:#1877d8;stroke:#1877d8}
  .trust-strip article:nth-child(2) .trust-icon svg text{fill:#fff}
  .trust-strip strong{max-width:190px;color:var(--trust-navy);font-size:12px;line-height:1.2}
  .trust-strip small{display:none}

  .home-featured{padding:12px 0 50px}
  .home-featured__heading{margin-bottom:10px}
  .home-featured__heading small{display:none}
  .home-featured__heading h2{margin:0;font-size:28px;letter-spacing:-.8px}
  .home-featured__heading>a{font-size:12px}
  .home-combo-card__media{height:112px}
  .home-combo-card__body{padding:10px 12px}
  .home-combo-card__body h3{min-height:34px;font-size:15px;line-height:1.12}
  .home-combo-card__body p{min-height:18px;margin:3px 0;font-size:9px;line-height:1.25}
  .home-combo-card__body>strong{font-size:21px;line-height:1.08}
  .home-combo-card__body>small{margin:1px 0 5px;font-size:8px;line-height:1.1}
  .home-combo-card__body button{min-height:34px;font-size:10px}
}
