:root{
  --blue:#071E98;
  --blue-900:#07145F;
  --blue-50:#F1F4FF;
  --orange:#FF7A13;
  --orange-700:#E75F00;
  --cream:#FFF5EA;
  --cream-2:#FFE6D0;
  --paper:#FFFFFF;
  --ink:#0B123F;
  --muted:#5F6785;
  --line:#E5E9F6;
  --shadow:0 18px 55px rgba(7,30,152,.12);
  --shadow-orange:0 18px 45px rgba(255,122,19,.20);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.5;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
.wrapper{width:min(1180px, calc(100% - 32px));margin-inline:auto}
.site-header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:60;
  background:transparent !important;
  backdrop-filter:none !important;
  border-bottom:0 !important;
  box-shadow:none !important;
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:20px 0 14px;
  background:transparent !important;
}
.brand{
  display:flex;
  align-items:center;
  text-decoration:none;
  min-width:210px;
}
.brand img{
  width:220px;
  height:auto;
  object-fit:contain;
}
.nav{display:flex;align-items:center;gap:20px;color:var(--blue);font-weight:900;font-size:15px}
.nav a{text-decoration:none}
.nav a:hover{color:var(--orange)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:48px;padding:13px 22px;border-radius:999px;
  border:0;text-decoration:none;cursor:pointer;font-weight:950;letter-spacing:.01em;
  transition:.2s ease;white-space:nowrap;
}
.btn:hover{transform:translateY(-2px)}
.btn-orange{background:var(--orange);color:#fff;box-shadow:var(--shadow-orange)}
.btn-orange:hover{background:var(--orange-700)}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 16px 35px rgba(7,30,152,.22)}
.btn-primary:hover{background:var(--blue-900)}
.btn-ghost{background:#fff;color:var(--blue);border:1px solid rgba(7,30,152,.18)}
.btn-full{width:100%}
.btn-lg{min-height:56px;padding-inline:26px}
.hero{padding-top:118px;
  position:relative;overflow:hidden;
  padding:78px 0 74px;
  background:
    radial-gradient(circle at 88% 50%, rgba(255,122,19,.18) 0 18%, transparent 32%),
    linear-gradient(90deg, #F3F6FF 0%, #fff 48%, #FFF0E1 100%);
}
.hero:after{
  content:"";position:absolute;right:-180px;top:90px;width:600px;height:600px;
  border:68px solid rgba(7,30,152,.07);border-radius:50%;pointer-events:none;
}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.eyebrow,.kicker{
  display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,122,19,.32);
  background:rgba(255,122,19,.10);color:var(--blue);font-weight:950;border-radius:999px;
  padding:9px 15px;font-size:14px;margin-bottom:18px;
}
.dot{width:10px;height:10px;border-radius:50%;background:var(--orange);display:inline-block}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(42px,7vw,86px);line-height:.96;letter-spacing:-.065em;margin-bottom:22px;color:#081052}
h1 strong,.orange{color:var(--orange)}
h2{font-size:clamp(30px,4vw,52px);line-height:1.02;letter-spacing:-.045em;margin-bottom:16px;color:#081052}
h3{font-size:22px;line-height:1.15;letter-spacing:-.02em;margin-bottom:8px;color:#081052}
.lead{font-size:clamp(19px,2.3vw,26px);color:var(--muted);max-width:820px}
.hero-copy .lead{max-width:760px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0 22px}
.trust-row{display:flex;gap:10px;flex-wrap:wrap}
.trust-row span{
  background:#fff;border:1px solid rgba(7,30,152,.10);color:var(--blue);
  border-radius:999px;padding:9px 14px;font-weight:850;font-size:14px;
}
.hero-visual{
  position:relative;min-height:460px;display:flex;align-items:center;justify-content:center;
  border-radius:36px;background:linear-gradient(180deg,#fff 0%,#FFF8EF 100%);
  border:1px solid rgba(7,30,152,.09);box-shadow:var(--shadow);padding:30px;overflow:hidden;
}
.hero-visual:before{
  content:"";position:absolute;inset:28px;border-radius:28px;border:2px dashed rgba(255,122,19,.28);
}
.hero-visual img{position:relative;z-index:1;width:min(480px,100%);filter:drop-shadow(0 28px 35px rgba(7,30,152,.15))}
.price-sticker{
  position:absolute;z-index:2;left:28px;top:28px;background:var(--orange);color:#fff;border-radius:20px;
  padding:12px 16px;font-weight:850;box-shadow:var(--shadow-orange)
}
.price-sticker b{display:block;font-size:24px}
.hero-card{
  position:absolute;z-index:2;right:26px;bottom:26px;width:260px;background:#fff;border-radius:22px;
  padding:18px;border:1px solid rgba(7,30,152,.10);box-shadow:var(--shadow);
}
.hero-card strong{color:var(--blue);font-size:19px}
.hero-card p{margin:4px 0 0;color:var(--muted)}
.section{padding:84px 0}
.section.alt{background:linear-gradient(180deg,#FFF8EF 0%,#fff 100%)}
.section-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:34px}
.section-head p{max-width:780px;color:var(--muted);font-size:18px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{
  background:#fff;border:1px solid rgba(7,30,152,.10);border-radius:26px;box-shadow:0 12px 35px rgba(7,30,152,.08);
  overflow:hidden;display:flex;flex-direction:column;min-height:100%;
}
.product-media{position:relative;padding:22px 22px 0;background:linear-gradient(180deg,#fff 0%,#F6F8FF 100%)}
.product-media img{height:190px;width:100%;object-fit:contain}
.product-badge{
  position:absolute;top:16px;left:16px;background:#fff;color:var(--blue);border:1px solid rgba(7,30,152,.12);
  border-radius:999px;padding:7px 11px;font-weight:900;font-size:12px;
}
.product-body{padding:22px;display:flex;flex-direction:column;gap:12px;flex:1}
.product-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.product-head h3{margin:0}
.product-head strong{color:var(--orange);font-size:24px;white-space:nowrap}
.product-body p{color:var(--muted);margin:0}
.best{font-size:14px}
.mini-list{font-size:14px}
.composition{border-top:1px solid var(--line);padding-top:12px;margin-top:auto;color:var(--blue)}
.composition summary{cursor:pointer;font-weight:950}
.composition ul{margin:12px 0 0;padding-left:18px;color:var(--ink);font-size:14px}
.composition li{margin:5px 0}
.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.proof-card,.notice,.step,.form-card,.form-side{
  background:#fff;border:1px solid rgba(7,30,152,.10);border-radius:var(--radius);box-shadow:0 14px 35px rgba(7,30,152,.08)
}
.proof-card{padding:26px}
.proof-card p{color:var(--muted);margin-bottom:0}
.proof-icon,.step span{
  width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;
  background:var(--blue);color:#fff;font-weight:950;margin-bottom:16px;
}
.two-col{display:grid;grid-template-columns:.95fr 1.05fr;gap:42px;align-items:start}
.two-col p{color:var(--muted);font-size:18px}
.notice{padding:20px;margin-top:20px;color:var(--muted);border-left:6px solid var(--orange)}
.notice strong{color:var(--blue)}
.timeline{display:grid;gap:14px}
.step{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:18px}
.step span{margin:0}
.step h3{font-size:20px;margin:0 0 4px}
.step p{margin:0;color:var(--muted)}
.faq-shell{display:grid;grid-template-columns:.75fr 1.25fr;gap:42px}
.faq-shell p{color:var(--muted);font-size:18px}
.faq{display:grid;gap:12px}
.faq details{background:#fff;border:1px solid rgba(7,30,152,.10);border-radius:20px;padding:18px 20px;box-shadow:0 10px 25px rgba(7,30,152,.06)}
.faq summary{font-weight:950;color:var(--blue);cursor:pointer;font-size:18px}
.faq p{margin:10px 0 0;color:var(--muted);font-size:16px}
.final-section{background:linear-gradient(135deg,#071E98 0%,#07145F 55%,#FF7A13 140%);color:#fff}
.final-section h2,.final-section .kicker{color:#fff}
.final-section .kicker{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22)}
.form-shell{display:grid;grid-template-columns:.75fr 1.25fr;gap:28px;align-items:start}
.form-side{padding:30px;background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.20);box-shadow:none;color:#fff;position:sticky;top:96px}
.form-side p{color:rgba(255,255,255,.82);font-size:18px}
.side-list{display:grid;gap:10px;margin:26px 0 0;padding:0;list-style:none}
.side-list li{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:12px 14px;font-weight:850}
.form-status-area{scroll-margin-top:110px;margin:0}
.success-box{margin:0 0 22px;background:#F4FFF7;color:var(--ink);border-radius:18px;padding:20px;border:1px solid #B7E4C7;border-left:6px solid #1E8E4D;box-shadow:0 10px 24px rgba(30,142,77,.10)}
.success-box[hidden]{display:none !important}
.success-box strong{display:block;color:#146C38;font-size:20px}
.success-box p{color:var(--muted);font-size:15px;margin:6px 0 0}
.form-card{padding:28px;background:#fff;color:var(--ink)}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label{display:grid;gap:7px;font-weight:900;color:var(--blue);margin-bottom:14px}
input,select,textarea{
  width:100%;border:1px solid #D6DAEA;border-radius:14px;padding:14px 14px;font:inherit;color:var(--ink);background:#fff;
  outline:none;transition:.18s ease;
}
input:focus,select:focus,textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(255,122,19,.13)}
textarea{resize:vertical}
.btn-submit{font-size:17px;border:0;margin-top:4px}
.form-note{font-size:13px;color:var(--muted);margin:12px 0 0;text-align:center}
.footer{padding:28px 0;background:#081052;color:#fff}
.footer-inner{display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.82);font-size:14px}
.mobile-sticky{display:none}

@media (max-width: 980px){
  .nav a:not(.nav-cta){display:none}
  .brand img{width:178px}
  .hero{padding:54px 0 58px}
  .hero-grid,.two-col,.faq-shell,.form-shell{grid-template-columns:1fr}
  .hero-visual{min-height:360px}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .proof-grid{grid-template-columns:1fr}
  .section-head{align-items:flex-start;flex-direction:column}
  .form-side{position:static}
}
@media (max-width: 640px){
  .wrapper{width:min(100% - 24px, 1180px)}
  .header-inner{padding:10px 0}
  .brand{min-width:142px}
  .brand img{width:154px}
  .nav{gap:10px}
  .nav-cta{min-height:42px;padding:10px 14px;font-size:13px}
  h1{font-size:46px}
  h2{font-size:34px}
  .lead{font-size:18px}
  .hero-actions .btn{width:100%}
  .trust-row span{font-size:13px}
  .hero-visual{padding:18px;min-height:340px}
  .price-sticker{left:14px;top:14px}
  .hero-card{left:16px;right:16px;bottom:16px;width:auto}
  .section{padding:58px 0}
  .product-grid{grid-template-columns:1fr}
  .product-media img{height:210px}
  .field-grid{grid-template-columns:1fr;gap:0}
  .footer-inner{flex-direction:column}
  .mobile-sticky{
    display:grid;grid-template-columns:1fr 1fr;position:fixed;left:10px;right:10px;bottom:10px;z-index:60;
    background:#fff;border-radius:999px;overflow:hidden;box-shadow:0 15px 45px rgba(7,30,152,.22);border:1px solid rgba(7,30,152,.12)
  }
  .mobile-sticky a{text-align:center;text-decoration:none;font-weight:950;padding:13px 10px;color:var(--blue)}
  .mobile-sticky a:last-child{background:var(--orange);color:#fff}
  body{padding-bottom:62px}
}



/* Ajuste das fotos reais substituindo as imagens antigas */
.hero-visual{
  min-height: 500px;
}
.hero-visual img{
  width: min(560px, 100%);
  max-height: 420px;
  object-fit: contain;
  border-radius: 24px;
}
.product-media{
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-media img{
  height: 220px;
  width: 100%;
  object-fit: contain;
  border-radius: 18px;
}
@media (max-width: 767px){
  .hero-visual{
    min-height: 380px;
  }
  .hero-visual img{
    max-height: 310px;
  }
  .product-media{
    min-height: 220px;
  }
  .product-media img{
    height: 190px;
  }
}



/* ===== Ajustes solicitados ===== */
/* Hero direita: remover fundo branco/cartão e deixar só a cesta */
.hero-visual,
.hero-visual-card,
.hero-card,
.hero-frame,
.hero-figure,
.hero-image-wrap,
.hero-media,
.hero-visual figure {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.hero-visual {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 460px;
}

.hero-visual img {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  width: min(540px, 100%);
  max-height: 420px;
  object-fit: contain;
}

/* Esconder qualquer texto/etiqueta acima da imagem */
.hero-visual p,
.hero-visual .price,
.hero-visual .starting-price,
.hero-visual .hero-price,
.hero-visual .eyebrow,
.hero-visual .tag {
  display: none !important;
}

/* Área dos modelos: deixar sem foto por enquanto */
.product-media {
  min-height: 220px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.product-media img {
  display: none !important;
}

@media (max-width: 767px) {
  .hero-visual {
    min-height: 320px;
  }
  .hero-visual img {
    max-height: 280px;
    width: min(360px, 100%);
  }
  .product-media {
    min-height: 160px;
  }
}



/* === Ajustes finais: logo + remoção de fotos dos modelos === */
header img[src*="logo-calegaris-oficial"],
.site-header img[src*="logo-calegaris-oficial"],
.navbar img[src*="logo-calegaris-oficial"],
img[src*="logo-calegaris-oficial"]{
  width: 220px !important;
  max-width: 220px !important;
  height: auto !important;
  object-fit: contain !important;
  display: block;
}

.image-placeholder{
  width: 100%;
  min-height: 220px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.product-media .image-placeholder,
.product-card__media .image-placeholder,
.card-media .image-placeholder,
.cesta-media .image-placeholder{
  min-height: 220px;
}

.product-media img,
.product-card__media img,
.card-media img,
.cesta-media img{
  display: none !important;
}

/* Keep hero image only */
.hero img,
.hero-visual img,
.hero-media img{
  display: block !important;
}

@media (max-width: 767px){
  header img[src*="logo-calegaris-oficial"],
  .site-header img[src*="logo-calegaris-oficial"],
  .navbar img[src*="logo-calegaris-oficial"],
  img[src*="logo-calegaris-oficial"]{
    width: 180px !important;
    max-width: 180px !important;
  }
  .image-placeholder{
    min-height: 160px;
  }
}



/* === Correção final da logo e cards sem fotos === */
.brand{
  display:flex !important;
  align-items:center;
  text-decoration:none;
}
.brand img{
  width: 230px !important;
  max-width: 230px !important;
  height: auto !important;
  object-fit: contain !important;
  display:block !important;
}
.image-placeholder{
  width:100%;
  min-height:220px;
  background: transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.product-media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:220px;
}
.product-media img{
  display:none !important;
}
.hero .hero-visual img{
  display:block !important;
}
@media (max-width: 767px){
  .brand img{
    width: 180px !important;
    max-width: 180px !important;
  }
  .image-placeholder,
  .product-media{
    min-height:160px;
  }
}


/* === Fix final: header logo correta e hero com foto da cesta === */
.brand{
  display:flex !important;
  align-items:center !important;
  min-width: 220px !important;
}
.brand img{
  display:block !important;
  width: 240px !important;
  max-width: 240px !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hero-visual{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background: transparent !important;
  border:0 !important;
  box-shadow:none !important;
  min-height: 420px !important;
  padding: 0 !important;
}
.hero-visual img{
  display:block !important;
  width: min(520px, 100%) !important;
  max-width: 520px !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Garantir que somente o hero use imagem e os cards da página de modelos fiquem sem fotos */
.products .product-media img{
  display:none !important;
}
.products .product-media .image-placeholder{
  width:100%;
  min-height:220px;
}

@media (max-width: 767px){
  .brand img{
    width: 180px !important;
    max-width: 180px !important;
  }
  .hero-visual{
    min-height: 300px !important;
  }
  .hero-visual img{
    width: min(340px, 100%) !important;
    max-width: 340px !important;
  }
}


/* === Ajuste definitivo da logo === */
.brand{
  display:flex !important;
  align-items:center !important;
}
.brand img{
  display:block !important;
  width: 250px !important;
  max-width: 250px !important;
  height: auto !important;
  object-fit: contain !important;
  image-rendering: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 767px){
  .brand img{
    width: 190px !important;
    max-width: 190px !important;
  }
}


/* === AJUSTE DEFINITIVO v2: logo sem distorção + hero com cesta real === */
.site-header{ background:#fff !important; }
.brand{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:auto !important;
  min-width:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.brand img[src*="logo-calegaris-header-vfinal"]{
  width: 235px !important;
  max-width: 235px !important;
  height: auto !important;
  display:block !important;
  object-fit: contain !important;
  background: transparent !important;
  border:0 !important;
  box-shadow:none !important;
  transform:none !important;
}
.hero-visual{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  min-height:420px !important;
}
.hero-visual img[src*="hero-cesta-real-vfinal"]{
  width:min(560px, 100%) !important;
  max-width:560px !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.hero-visual .price-sticker,
.hero-visual .hero-card,
.hero-visual .starting-price,
.hero-visual .hero-price{ display:none !important; }
.product-media,.product-card__media,.card-media,.cesta-media{
  display:none !important;
  height:0 !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.product-card img,.products img,#cestas img{ display:none !important; }
@media (max-width: 767px){
  .brand img[src*="logo-calegaris-header-vfinal"]{ width:185px !important; max-width:185px !important; }
  .hero-visual{ min-height:300px !important; }
  .hero-visual img[src*="hero-cesta-real-vfinal"]{ width:min(360px,100%) !important; max-width:360px !important; }
}



/* === Cabeçalho sem faixa branca === */
.site-header,
header.site-header,
header{
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.header-inner,
.wrapper.header-inner{
  background: transparent !important;
}

.main-nav,
.brand{
  background: transparent !important;
}

.nav-cta{
  box-shadow: none !important;
}

/* Coloca logo e menu direto sobre a página */
.site-header{
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

main#inicio,
main{
  padding-top: 0 !important;
}

/* Ajuste de respiro do hero para não colar no topo */
.hero{
  padding-top: 110px !important;
}
@media (max-width: 767px){
  .hero{
    padding-top: 90px !important;
  }
}


/* ajuste definitivo do cabeçalho no estilo da referência */
html, body{
  margin:0;
  padding:0;
}
body{
  background:#fff;
}
header, .site-header, .header-inner, .wrapper.header-inner{
  background:transparent !important;
  box-shadow:none !important;
}
main{
  margin-top:0 !important;
  padding-top:0 !important;
}
.site-header::before,
.site-header::after{
  content:none !important;
}
.nav{
  gap:22px;
  font-size:15px;
}
.nav a{
  color:var(--blue);
}
.nav-cta{
  box-shadow:none !important;
}
@media (max-width: 767px){
  .header-inner{
    padding:14px 0 10px;
  }
  .brand img{
    width:170px;
  }
  .hero{
    padding-top:92px !important;
  }
}



/* === DEFINITIVO: menu e logo dentro da própria página/hero, sem cabeçalho branco === */
.site-header{
  display:none !important;
}

.hero{
  margin-top:0 !important;
  padding-top:132px !important;
  min-height:720px;
}

.hero-topbar{
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:22px 0 0;
  background:transparent !important;
}

.hero-brand,
.hero-topbar .brand{
  display:flex !important;
  align-items:center !important;
  text-decoration:none !important;
  min-width:220px;
}

.hero-brand img,
.hero-topbar .brand img{
  width:230px !important;
  max-width:230px !important;
  height:auto !important;
  object-fit:contain !important;
  display:block !important;
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
}

.hero-topbar .nav{
  display:flex;
  align-items:center;
  gap:22px;
  color:var(--blue);
  font-weight:900;
  font-size:15px;
  background:transparent !important;
}

.hero-topbar .nav a{
  text-decoration:none;
  background:transparent !important;
}

.hero-topbar .nav-cta{
  background:var(--orange) !important;
  color:#fff !important;
  box-shadow:var(--shadow-orange) !important;
}

body{
  margin:0 !important;
  padding:0 !important;
}

main#inicio{
  margin-top:0 !important;
  padding-top:0 !important;
}

.floating-page-nav{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  position:absolute !important;
  top:0;
  left:0;
  width:100%;
  z-index:50;
}

@media (max-width: 900px){
  .hero-topbar{
    position:relative;
    transform:none;
    left:auto;
    width:min(1180px, calc(100% - 32px));
    flex-wrap:wrap;
    padding-top:16px;
  }
  .hero{
    padding-top:24px !important;
  }
  .hero-topbar .nav{
    width:100%;
    overflow:auto;
    gap:16px;
    padding-bottom:8px;
  }
  .hero-brand img,
  .hero-topbar .brand img{
    width:180px !important;
    max-width:180px !important;
  }
}



/* === Ajuste: logo mais acima e abas centralizadas no topo === */
.hero{
  padding-top: 168px !important;
}

.hero-topbar{
  position:absolute;
  top: 10px;
  left: 0;
  right: 0;
  transform: none;
  z-index: 10;
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  gap: 14px;
  width: 100%;
  padding: 0;
  background: transparent !important;
}

.hero-brand,
.hero-topbar .brand{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width: auto;
  margin: 0 auto;
}

.hero-brand img,
.hero-topbar .brand img{
  width: 210px !important;
  max-width: 210px !important;
  height: auto !important;
  object-fit: contain !important;
  display:block !important;
  margin: 0 auto;
}

.hero-topbar .nav{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap: wrap;
  width: 100%;
  gap: 26px;
  font-size: 15px;
  text-align:center;
}

.hero-topbar .nav .nav-cta{
  margin-left: 18px;
}

@media (max-width: 900px){
  .hero{
    padding-top: 148px !important;
  }
  .hero-topbar{
    top: 8px;
    gap: 12px;
    width: min(100%, calc(100% - 24px));
    margin: 0 auto;
  }
  .hero-brand img,
  .hero-topbar .brand img{
    width: 180px !important;
    max-width: 180px !important;
  }
  .hero-topbar .nav{
    gap: 16px;
  }
  .hero-topbar .nav .nav-cta{
    margin-left: 0;
  }
}

/* TOPO FINAL CONFERIDO EXTERNO */
header.site-header,.site-header{display:none!important;}
.hero{position:relative!important;margin-top:0!important;padding-top:168px!important;}
#nav-calegaris-final{position:absolute!important;top:10px!important;left:0!important;right:0!important;width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;background:transparent!important;z-index:50!important;}


/* Ajuste: remover abas do topo e centralizar só o CTA */
#nav-calegaris-final nav,
.hero-topbar nav,
.hero-topbar .nav{
  justify-content: center !important;
  gap: 0 !important;
}
#nav-calegaris-final nav a:not(.nav-cta),
.hero-topbar nav a:not(.nav-cta),
.hero-topbar .nav a:not(.nav-cta){
  display:none !important;
}
#nav-calegaris-final .nav-cta,
.hero-topbar .nav-cta{
  margin-left: 0 !important;
}


/* === Copy Google Search: CTA único e maior === */
.hero-actions{
  margin-top: 30px !important;
}
.hero-main-cta{
  min-height: 68px !important;
  padding: 18px 38px !important;
  font-size: 18px !important;
  border-radius: 999px !important;
  box-shadow: 0 22px 55px rgba(255,122,19,.28) !important;
}
.hero-copy .lead{
  max-width: 620px;
}
.trust-row{
  display: none !important;
}
@media (max-width: 767px){
  .hero-main-cta{
    width: 100%;
    min-height: 62px !important;
    font-size: 17px !important;
  }
}


/* === Copy mais agressiva + título menor === */
.hero-copy h1{
  font-size: clamp(3.4rem, 6vw, 5.6rem) !important;
  line-height: .95 !important;
  max-width: 680px !important;
}
.hero-copy .lead{
  max-width: 640px !important;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem) !important;
}
.hero-main-cta{
  min-height: 72px !important;
  padding: 20px 42px !important;
  font-size: 1.22rem !important;
  font-weight: 900 !important;
}
@media (max-width: 767px){
  .hero-copy h1{
    font-size: clamp(2.4rem, 11vw, 4rem) !important;
    line-height: .98 !important;
  }
  .hero-main-cta{
    width: 100% !important;
    min-height: 64px !important;
    font-size: 1.08rem !important;
  }
}


/* === Ajuste final: título e subtítulo menores e encaixados === */
.hero-copy h1{
  font-size: clamp(2.9rem, 4.4vw, 4.8rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
  max-width: 660px !important;
  margin-bottom: 22px !important;
}

.hero-copy .lead{
  font-size: clamp(1rem, 1.45vw, 1.22rem) !important;
  line-height: 1.55 !important;
  max-width: 560px !important;
  margin-bottom: 0 !important;
}

.hero-actions{
  margin-top: 28px !important;
}

.hero-main-cta{
  min-height: 64px !important;
  padding: 17px 36px !important;
  font-size: 1.08rem !important;
}

@media (max-width: 767px){
  .hero-copy h1{
    font-size: clamp(2.35rem, 9vw, 3.4rem) !important;
    line-height: 1.03 !important;
    max-width: 100% !important;
  }

  .hero-copy .lead{
    font-size: 1rem !important;
    max-width: 100% !important;
  }

  .hero-main-cta{
    width: 100% !important;
    min-height: 60px !important;
  }
}


/* === Ajuste solicitado: aumentar a cesta da hero === */
.hero-visual{
  min-height: 640px !important;
}
.hero-visual img{
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  height: auto !important;
  object-fit: contain !important;
}
@media (max-width: 767px){
  .hero-visual{
    min-height: 420px !important;
  }
  .hero-visual img{
    width: min(440px, 100%) !important;
    max-width: 440px !important;
  }
}


/* === Ajuste final solicitado: cesta ainda maior + textos mais acima === */
.hero{
  padding-top: 145px !important;
}

.hero-copy{
  transform: translateY(-38px) !important;
}

.hero-visual{
  min-height: 700px !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:center !important;
}

.hero-visual img{
  width: min(860px, 115%) !important;
  max-width: 860px !important;
  height: auto !important;
  object-fit: contain !important;
  transform: translateY(-16px) !important;
}

@media (max-width: 767px){
  .hero{
    padding-top: 128px !important;
  }

  .hero-copy{
    transform: translateY(-18px) !important;
  }

  .hero-visual{
    min-height: 470px !important;
  }

  .hero-visual img{
    width: min(500px, 108%) !important;
    max-width: 500px !important;
    transform: translateY(-10px) !important;
  }
}


/* === Ajuste de layout da primeira dobra: tudo encaixado, sem corte, cesta maior === */
:root{
  --hero-top-safe: 108px;
}

#nav-calegaris-final{
  top: 8px !important;
  gap: 6px !important;
}
#nav-calegaris-final img{
  width: 195px !important;
  max-width: 195px !important;
  height: auto !important;
}

.hero{
  position: relative !important;
  padding-top: var(--hero-top-safe) !important;
  padding-bottom: 26px !important;
  min-height: 100vh !important;
  display: flex !important;
  align-items: flex-start !important;
}

.hero .wrapper.hero-grid{
  width: min(1220px, calc(100% - 56px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr) !important;
  gap: 44px !important;
  align-items: center !important;
}

.hero-copy{
  transform: translateY(-28px) !important;
  padding-right: 8px !important;
}

.hero-copy .eyebrow{
  margin-bottom: 18px !important;
}

.hero-copy h1{
  font-size: clamp(2.7rem, 4.4vw, 5rem) !important;
  line-height: .96 !important;
  letter-spacing: -0.055em !important;
  max-width: 650px !important;
  margin-bottom: 18px !important;
}

.hero-copy .lead{
  font-size: clamp(1rem, 1.28vw, 1.18rem) !important;
  line-height: 1.5 !important;
  max-width: 570px !important;
  margin-bottom: 0 !important;
}

.hero-actions{
  margin-top: 24px !important;
}

.hero-main-cta{
  min-height: 62px !important;
  padding: 16px 34px !important;
  font-size: 1.06rem !important;
  width: auto !important;
}

.hero-visual{
  min-height: 540px !important;
  padding: 18px !important;
  border-radius: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(180deg, #fff 0%, #FFF8EF 100%) !important;
  border: 1px solid rgba(7,30,152,.08) !important;
  box-shadow: 0 18px 46px rgba(7,30,152,.08) !important;
  overflow: hidden !important;
}

.hero-visual:before{
  inset: 20px !important;
  border-radius: 26px !important;
}

.hero-visual img{
  width: min(700px, 100%) !important;
  max-width: 700px !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  transform: translateY(-2px) scale(1.06) !important;
  filter: drop-shadow(0 26px 28px rgba(7,30,152,.14)) !important;
}

@media (max-width: 1100px){
  .hero{
    min-height: auto !important;
    padding-top: 110px !important;
    padding-bottom: 34px !important;
  }

  .hero .wrapper.hero-grid{
    width: min(1120px, calc(100% - 42px)) !important;
    gap: 32px !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .hero-copy{
    transform: translateY(-10px) !important;
  }

  .hero-copy h1{
    font-size: clamp(2.4rem, 4.8vw, 4.2rem) !important;
    max-width: 100% !important;
  }

  .hero-visual{
    min-height: 470px !important;
  }

  .hero-visual img{
    width: min(560px, 100%) !important;
    max-width: 560px !important;
    transform: translateY(0) scale(1.02) !important;
  }
}

@media (max-width: 767px){
  #nav-calegaris-final{
    top: 6px !important;
  }

  #nav-calegaris-final img{
    width: 165px !important;
    max-width: 165px !important;
  }

  .hero{
    padding-top: 102px !important;
    padding-bottom: 24px !important;
    min-height: auto !important;
  }

  .hero .wrapper.hero-grid{
    width: calc(100% - 28px) !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    align-items: start !important;
  }

  .hero-copy{
    transform: none !important;
    order: 1 !important;
  }

  .hero-copy h1{
    font-size: clamp(2.15rem, 10vw, 3.3rem) !important;
    line-height: .98 !important;
    max-width: 100% !important;
    margin-bottom: 14px !important;
  }

  .hero-copy .lead{
    font-size: .98rem !important;
    line-height: 1.48 !important;
    max-width: 100% !important;
  }

  .hero-actions{
    margin-top: 20px !important;
  }

  .hero-main-cta{
    width: 100% !important;
    min-height: 58px !important;
    padding: 15px 20px !important;
    font-size: 1rem !important;
  }

  .hero-visual{
    order: 2 !important;
    min-height: 350px !important;
    padding: 14px !important;
  }

  .hero-visual:before{
    inset: 14px !important;
  }

  .hero-visual img{
    width: min(440px, 100%) !important;
    max-width: 440px !important;
    transform: none !important;
  }
}


/* === Ajuste solicitado: remover texto de cima e deixar só a cesta sem box branco === */
.hero-copy{
  transform: translateY(-8px) !important;
}

.hero-copy h1{
  margin-top: 0 !important;
  max-width: 700px !important;
}

.hero-visual{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 520px !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

.hero-visual:before,
.hero-visual:after{
  display: none !important;
  content: none !important;
}

.hero-visual img{
  width: min(780px, 100%) !important;
  max-width: 780px !important;
  transform: translateY(0) scale(1.08) !important;
  filter: drop-shadow(0 24px 28px rgba(7,30,152,.14)) !important;
  background: transparent !important;
}

@media (max-width: 1100px){
  .hero-visual{
    min-height: 430px !important;
  }
  .hero-visual img{
    width: min(620px, 100%) !important;
    max-width: 620px !important;
    transform: scale(1.03) !important;
  }
}

@media (max-width: 767px){
  .hero-copy{
    transform: none !important;
  }
  .hero-visual{
    min-height: 300px !important;
  }
  .hero-visual img{
    width: min(430px, 100%) !important;
    max-width: 430px !important;
    transform: none !important;
  }
}


/* Remover qualquer fundo residual do visual da cesta */
.hero-visual,
.hero-visual::before,
.hero-visual::after{
  background: transparent !important;
  box-shadow: none !important;
}
.hero-visual{
  border: 0 !important;
  overflow: visible !important;
}


/* === Cards com imagem (corrigido) === */
.image-only-card .product-body.compact{
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.image-only-card .product-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:0;
}

.image-only-card .product-head h3{
  margin:0;
}

.image-only-card .product-head strong{
  white-space:nowrap;
}

.image-only-card .product-media.visible{
  display:flex !important;
  align-items:center;
  justify-content:center;
  min-height:260px;
  padding:8px 0 0;
  background:transparent !important;
  border:none !important;
}

.image-only-card .product-media.visible img{
  display:block !important;
  width:100%;
  max-width:100%;
  height:auto;
  max-height:250px;
  object-fit:contain;
}

.image-only-card p,
.image-only-card details,
.image-only-card .product-meta,
.image-only-card .product-copy,
.image-only-card .product-list,
.image-only-card hr{
  display:none !important;
}

@media (max-width: 768px){
  .image-only-card .product-media.visible{
    min-height:220px;
  }
  .image-only-card .product-media.visible img{
    max-height:210px;
  }
}


/* ===== FORÇADO: cards com imagem no lugar do texto ===== */
#cestas .products-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:28px;
}
#cestas .product-card.product-card-image{
  background:#fff;
  border:1px solid rgba(17,34,119,.12);
  border-radius:28px;
  box-shadow:none;
  overflow:hidden;
}
#cestas .product-card.product-card-image .product-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:26px 26px 10px;
}
#cestas .product-card.product-card-image .product-card-head h3{
  margin:0;
  color:#0d1b6f;
  font-size:22px;
  line-height:1.1;
}
#cestas .product-card.product-card-image .product-price{
  color:#ff7a12;
  font-size:26px;
  line-height:1;
  white-space:nowrap;
}
#cestas .product-card.product-card-image .product-card-media{
  display:flex !important;
  align-items:center;
  justify-content:center;
  min-height:320px;
  padding:8px 20px 6px;
}
#cestas .product-card.product-card-image .product-card-media img{
  display:block !important;
  width:100%;
  max-width:100%;
  max-height:290px;
  height:auto;
  object-fit:contain;
}
#cestas .product-card.product-card-image .product-card-actions{
  padding:0 26px 26px;
}
#cestas .product-card.product-card-image .btn-full{
  width:100%;
}
#cestas .product-card.product-card-image p,
#cestas .product-card.product-card-image details,
#cestas .product-card.product-card-image hr,
#cestas .product-card.product-card-image ul,
#cestas .product-card.product-card-image .product-meta,
#cestas .product-card.product-card-image .product-copy{
  display:none !important;
}

@media (max-width: 1024px){
  #cestas .products-grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 768px){
  #cestas .products-grid{
    grid-template-columns: 1fr;
  }
  #cestas .product-card.product-card-image .product-card-media{
    min-height:260px;
  }
  #cestas .product-card.product-card-image .product-card-media img{
    max-height:230px;
  }
}


/* ===== Modal de composição das cestas ===== */
.composition-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease, visibility .18s ease;
}

.composition-modal.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.composition-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(4,10,45,.62);
  backdrop-filter:blur(5px);
}

.composition-modal__panel{
  position:relative;
  z-index:1;
  width:min(760px, 100%);
  max-height:min(86vh, 820px);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid rgba(7,30,152,.14);
  border-radius:24px;
  box-shadow:0 28px 90px rgba(4,10,45,.28);
  outline:0;
}

.composition-modal__close{
  position:absolute;
  top:14px;
  right:14px;
  z-index:2;
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background:#f2f5ff;
  color:var(--blue);
  font-size:30px;
  line-height:1;
  font-weight:800;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.18s ease;
}

.composition-modal__close:hover{
  background:var(--blue);
  color:#fff;
  transform:translateY(-1px);
}

.composition-modal__header{
  padding:30px 68px 18px 30px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,#fff 0%,#f7f9ff 100%);
}

.composition-modal__kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:fit-content;
  margin:0 0 10px;
  padding:8px 13px;
  border-radius:999px;
  border:1px solid rgba(255,116,21,.30);
  background:#fff7f1;
  color:var(--blue);
  font-size:13px;
  font-weight:950;
}

.composition-modal__kicker:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--orange);
  flex:0 0 auto;
}

.composition-modal__header h2{
  margin:0 0 4px;
  color:#071249;
  font-size:clamp(28px,4vw,42px);
  letter-spacing:-.045em;
  line-height:1;
}

.composition-modal__header p{
  margin:0;
  color:var(--orange);
  font-size:24px;
  line-height:1.15;
  font-weight:950;
}

.composition-modal__table-wrap{
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  padding:0;
}

.composition-modal__table{
  width:100%;
  border-collapse:collapse;
  color:#00145d;
  font-size:15px;
}

.composition-modal__table th,
.composition-modal__table td{
  padding:14px 20px;
  border-bottom:1px solid var(--line);
  text-align:left;
  vertical-align:middle;
}

.composition-modal__table th{
  position:sticky;
  top:0;
  z-index:1;
  background:#f5f7ff;
  color:#00145d;
  font-weight:950;
}

.composition-modal__table td:first-child,
.composition-modal__table th:first-child{
  width:84px;
  font-weight:950;
  color:var(--blue);
}

.composition-modal__table td:last-child,
.composition-modal__table th:last-child{
  width:120px;
  font-weight:850;
}

.composition-modal__note{
  margin:0;
  padding:16px 30px 22px;
  color:#566189;
  background:#fff;
  font-size:14px;
  line-height:1.45;
}

body.modal-open{
  overflow:hidden;
}

@media (max-width: 640px){
  .composition-modal{
    padding:12px;
    align-items:flex-end;
  }

  .composition-modal__panel{
    width:100%;
    max-height:88vh;
    border-radius:22px 22px 0 0;
  }

  .composition-modal__header{
    padding:24px 58px 16px 18px;
  }

  .composition-modal__close{
    top:10px;
    right:10px;
    width:40px;
    height:40px;
  }

  .composition-modal__table{
    font-size:14px;
  }

  .composition-modal__table th,
  .composition-modal__table td{
    padding:12px 12px;
  }

  .composition-modal__table td:first-child,
  .composition-modal__table th:first-child{
    width:58px;
  }

  .composition-modal__table td:last-child,
  .composition-modal__table th:last-child{
    width:82px;
  }

  .composition-modal__note{
    padding:14px 18px 18px;
  }
}


/* Correção final CTA cards: sempre laranja, sem troca no hover */
#cestas a.btn.basket-buy-cta,
#cestas .basket-card a.btn.basket-buy-cta,
#cestas .basket-card .btn-orange.basket-buy-cta,
#cestas .basket-card .basket-buy-cta,
#cestas a.btn.basket-buy-cta:link,
#cestas a.btn.basket-buy-cta:visited,
#cestas a.btn.basket-buy-cta:hover,
#cestas a.btn.basket-buy-cta:focus,
#cestas a.btn.basket-buy-cta:active{
  background: #FF7A13 !important;
  background-color: #FF7A13 !important;
  color: #FFFFFF !important;
  border-color: #FF7A13 !important;
  box-shadow: 0 10px 22px rgba(255,122,19,.20) !important;
  transform: none !important;
}
#cestas a.btn.composition-trigger,
#cestas .basket-card a.btn.composition-trigger,
#cestas a.btn.basket-buy-cta,
#cestas .basket-card a.btn.basket-buy-cta{
  text-transform: uppercase !important;
}


/* ===== Ajustes formulário: CEP, endereço e mobile ===== */
.field-helper{
  min-height:18px;
  font-size:12px;
  line-height:1.4;
  font-weight:800;
  color:#66708A;
  margin-top:-2px;
}
.field-helper.is-loading{color:#071E98}
.field-helper.is-success{color:#147A3C}
.field-helper.is-error{color:#B42318}
.address-grid input[name="numero"]{max-width:100%}
input[name="cep"]{letter-spacing:.04em}
@media (min-width: 981px){
  .form-card .address-grid:first-of-type{
    grid-template-columns:.72fr 1.28fr;
  }
  .form-card .address-grid:nth-of-type(2){
    grid-template-columns:1.35fr .65fr;
  }
}
@media (max-width: 980px){
  html, body{
    max-width:100%;
    overflow-x:hidden;
  }
  .form-shell{
    gap:18px;
  }
  .form-side{
    padding:24px;
    border-radius:22px;
  }
  .form-card{
    border-radius:22px;
  }
  .floating-social{
    right:10px !important;
  }
}
@media (max-width: 640px){
  .wrapper{
    width:min(100% - 20px, 1180px) !important;
  }
  .hero{
    padding-top:86px !important;
    min-height:auto !important;
  }
  .hero-copy h1{
    font-size:clamp(2.25rem, 12vw, 3.15rem) !important;
    line-height:1.02 !important;
    letter-spacing:-.055em !important;
  }
  .hero-copy .lead{
    font-size:1.04rem !important;
    line-height:1.55 !important;
  }
  #nav-calegaris-final img{
    width:162px !important;
    max-width:162px !important;
  }
  #cestas.lp-second-page-cards{
    padding-top:50px !important;
  }
  #cestas .lp-cards-inner{
    width:min(100% - 20px, 1180px) !important;
    margin-bottom:24px !important;
  }
  #cestas .lp-cards-inner h2{
    font-size:clamp(2rem, 10.5vw, 3rem) !important;
  }
  #cestas .cards-grid{
    width:min(100% - 20px, 560px) !important;
  }
  #cestas .basket-card{
    border-radius:16px !important;
  }
  #duvidas.faq-section{
    padding-top:42px !important;
  }
  #duvidas.faq-section .faq-layout{
    width:min(100% - 20px, 980px) !important;
  }
  .final-section{
    padding-top:48px !important;
    padding-bottom:48px !important;
  }
  .form-shell{
    width:min(100% - 20px, 1180px) !important;
  }
  .form-side{
    padding:22px 18px !important;
    border-radius:22px !important;
  }
  .form-side h2{
    font-size:clamp(2rem, 10.5vw, 3rem) !important;
    line-height:1.04 !important;
  }
  .form-side p{
    font-size:1rem !important;
    line-height:1.55 !important;
  }
  .side-list{
    gap:8px !important;
    margin-top:18px !important;
  }
  .side-list li{
    padding:11px 12px !important;
    border-radius:12px !important;
  }
  .form-card{
    padding:20px 16px !important;
    border-radius:22px !important;
  }
  label{
    font-size:.96rem !important;
    margin-bottom:12px !important;
  }
  input, select, textarea{
    min-height:52px !important;
    border-radius:14px !important;
    padding:13px 14px !important;
    font-size:16px !important;
  }
  textarea{
    min-height:132px !important;
  }
  .btn-submit{
    width:100% !important;
    min-height:54px !important;
  }
  .form-note{
    font-size:.78rem !important;
    line-height:1.45 !important;
  }
  .footer{
    padding-bottom:86px !important;
  }
  .floating-social{
    right:8px !important;
    gap:7px !important;
  }
  .floating-social__btn{
    width:36px !important;
    height:36px !important;
  }
  .floating-social__btn svg{
    width:18px !important;
    height:18px !important;
  }
}
@media (max-width: 380px){
  .hero-copy h1,
  .form-side h2{
    font-size:2.15rem !important;
  }
  .form-card{
    padding:18px 14px !important;
  }
}


.field-grid-single{grid-template-columns:1fr !important;}

/* ===== Ajuste final mobile: hero sem CTA flutuante e botão abaixo da imagem ===== */
.mobile-sticky{
  display:none !important;
}

.hero-grid > .hero-copy{
  grid-column:1;
  grid-row:1;
}

.hero-grid > .hero-visual{
  grid-column:2;
  grid-row:1 / span 2;
}

.hero-grid > .hero-actions{
  grid-column:1;
  grid-row:2;
  align-self:start;
  margin:28px 0 22px;
}

@media (max-width: 980px){
  .hero-grid{
    display:flex !important;
    flex-direction:column !important;
    gap:22px !important;
    align-items:stretch !important;
  }
  .hero-grid > .hero-copy{
    order:1 !important;
  }
  .hero-grid > .hero-visual{
    order:2 !important;
  }
  .hero-grid > .hero-actions{
    order:3 !important;
    width:100% !important;
    margin:4px 0 0 !important;
  }
}

@media (max-width: 640px){
  body{
    padding-bottom:0 !important;
  }

  .hero{
    padding:34px 0 46px !important;
  }

  .hero-grid{
    gap:18px !important;
  }

  .hero-copy{
    text-align:left !important;
  }

  .hero-copy h1{
    margin-bottom:18px !important;
  }

  .hero-copy .lead{
    margin-bottom:0 !important;
  }

  .hero-visual{
    width:100% !important;
    min-height:auto !important;
    padding:8px 0 0 !important;
    margin:2px auto 0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    overflow:visible !important;
  }

  .hero-visual::before{
    display:none !important;
  }

  .hero-visual img{
    width:min(360px, 86vw) !important;
    max-width:100% !important;
    max-height:270px !important;
    margin:0 auto !important;
    display:block !important;
    object-fit:contain !important;
    border-radius:0 !important;
    filter:drop-shadow(0 18px 22px rgba(7,30,152,.14)) !important;
  }

  .hero-actions{
    width:100% !important;
    display:flex !important;
    justify-content:center !important;
    margin:8px 0 0 !important;
  }

  .hero-actions .btn,
  .hero-actions .hero-main-cta{
    width:100% !important;
    min-height:62px !important;
    border-radius:999px !important;
    justify-content:center !important;
    text-align:center !important;
    font-size:20px !important;
    line-height:1.15 !important;
    box-shadow:0 18px 34px rgba(255,122,19,.22) !important;
  }

  .mobile-sticky{
    display:none !important;
  }
}



/* ===== Correção final do hero no mobile ===== */
@media (max-width: 768px){
  html,
  body{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  body{
    padding-bottom:0 !important;
  }

  .mobile-sticky{
    display:none !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }

  .hero{
    display:block !important;
    position:relative !important;
    min-height:auto !important;
    height:auto !important;
    padding:12px 0 42px !important;
    margin:0 !important;
    overflow:hidden !important;
  }

  #nav-calegaris-final{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    width:100% !important;
    margin:0 auto 18px !important;
    padding:0 !important;
    z-index:5 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:0 !important;
    background:transparent !important;
  }

  #nav-calegaris-final a{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
  }

  #nav-calegaris-final img{
    width:176px !important;
    max-width:176px !important;
    height:auto !important;
    display:block !important;
    margin:0 auto !important;
    object-fit:contain !important;
    transform:none !important;
  }

  #nav-calegaris-final nav{
    display:none !important;
  }

  .hero .wrapper.hero-grid,
  .hero-grid{
    width:min(100% - 28px, 560px) !important;
    max-width:560px !important;
    margin:0 auto !important;
    padding:0 !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-areas:
      "copy"
      "visual"
      "actions" !important;
    gap:16px !important;
    align-items:start !important;
    justify-content:center !important;
  }

  .hero-copy{
    grid-area:copy !important;
    display:block !important;
    position:relative !important;
    z-index:2 !important;
    transform:none !important;
    padding:0 !important;
    margin:0 !important;
    text-align:left !important;
  }

  .hero-copy h1{
    font-size:clamp(2.45rem, 11.2vw, 3.35rem) !important;
    line-height:1.02 !important;
    letter-spacing:-.058em !important;
    max-width:100% !important;
    margin:0 0 16px !important;
    padding:0 !important;
  }

  .hero-copy .lead{
    font-size:1.04rem !important;
    line-height:1.52 !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
  }

  .hero-visual{
    grid-area:visual !important;
    position:relative !important;
    z-index:1 !important;
    width:100% !important;
    min-height:auto !important;
    height:auto !important;
    margin:4px auto 0 !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    overflow:visible !important;
    transform:none !important;
  }

  .hero-visual::before,
  .hero-visual::after{
    display:none !important;
    content:none !important;
  }

  .hero-visual img,
  .hero-visual img[src*="hero-cesta-real-vfinal"]{
    width:min(390px, 92vw) !important;
    max-width:100% !important;
    max-height:260px !important;
    height:auto !important;
    margin:0 auto !important;
    display:block !important;
    object-fit:contain !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    transform:none !important;
    filter:drop-shadow(0 18px 22px rgba(7,30,152,.14)) !important;
  }

  .hero-actions{
    grid-area:actions !important;
    position:relative !important;
    z-index:3 !important;
    width:100% !important;
    margin:4px 0 0 !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .hero-actions .btn,
  .hero-actions .hero-main-cta{
    width:100% !important;
    min-height:58px !important;
    padding:14px 18px !important;
    border-radius:999px !important;
    justify-content:center !important;
    text-align:center !important;
    font-size:1.05rem !important;
    line-height:1.15 !important;
    white-space:normal !important;
    box-shadow:0 16px 30px rgba(255,122,19,.20) !important;
  }

  .floating-social{
    right:10px !important;
    top:58% !important;
    gap:8px !important;
  }

  .floating-social__btn{
    width:38px !important;
    height:38px !important;
  }

  .floating-social__btn svg{
    width:19px !important;
    height:19px !important;
  }

  #cestas.lp-second-page-cards{
    padding-top:54px !important;
    margin-top:0 !important;
  }

  #cestas .lp-cards-inner{
    width:min(100% - 28px, 560px) !important;
  }
}

@media (max-width: 380px){
  .hero-copy h1{
    font-size:2.28rem !important;
  }

  .hero-visual img,
  .hero-visual img[src*="hero-cesta-real-vfinal"]{
    width:min(340px, 90vw) !important;
    max-height:230px !important;
  }

  .hero-actions .btn,
  .hero-actions .hero-main-cta{
    font-size:1rem !important;
  }
}



/* ===== Qualificação por forma de pagamento ===== */
.payment-field{
  align-items:start;
}
.payment-field .field-helper{
  color:#66708A;
}
.payment-blocked{
  margin:-2px 0 16px;
  padding:16px 18px;
  border:1px solid rgba(180,35,24,.22);
  border-left:5px solid #B42318;
  border-radius:14px;
  background:#FFF5F4;
  color:#3C1613;
}
.payment-blocked[hidden]{
  display:none !important;
}
.payment-blocked strong{
  display:block;
  color:#B42318;
  font-size:15px;
}
.payment-blocked p{
  margin:6px 0 12px;
  color:#6B2A24;
  font-size:14px;
  line-height:1.5;
}
.payment-change-button{
  width:100%;
  border:1px solid rgba(7,30,152,.22);
  border-radius:12px;
  padding:11px 14px;
  background:#fff;
  color:#071E98;
  font:inherit;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  transition:.18s ease;
}
.payment-change-button:hover,
.payment-change-button:focus{
  border-color:#071E98;
  box-shadow:0 0 0 4px rgba(7,30,152,.10);
  outline:none;
}
.payment-consent{
  margin:2px 0 12px;
  padding:12px 14px;
  border-radius:12px;
  background:#F7F8FC;
  color:#4F5875;
  font-size:13px;
  line-height:1.5;
  text-align:left;
}
.btn-submit:disabled,
.btn-submit[aria-disabled="true"]{
  cursor:not-allowed;
  opacity:.52;
  filter:grayscale(.2);
  transform:none !important;
}
@media (max-width: 560px){
  .payment-blocked{
    padding:14px;
  }
  .payment-consent{
    font-size:12.5px;
  }
}


.form-error-box{
  margin:0 0 22px;
  background:#FFF5F4;
  color:#3C1613;
  border-radius:18px;
  padding:18px;
  border-left:6px solid #B42318;
}
.form-error-box[hidden]{display:none !important}
.form-error-box strong{display:block;color:#B42318}
.form-error-box p{color:#6B2A24;font-size:15px;margin:6px 0 0}
