:root{
  --navy:#06285f;
  --navy-dark:#020915;
  --navy-soft:#092f69;
  --gold:#d8a251;
  --gold-light:#f3c46d;
  --white:#fff8ee;
  --muted:#d9e3f1;
  --line:rgba(216,162,81,.38);
  --shadow:0 26px 90px rgba(0,0,0,.38);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Montserrat,Arial,sans-serif;
  background:var(--navy-dark);
  color:var(--white);
}
a{color:inherit;text-decoration:none}
.skip{position:absolute;left:-999px}
.container{width:min(1320px,92vw);margin:auto}

/* NAV */
.nav{
  position:absolute;
  top:0;left:0;right:0;z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:24px min(56px,5vw);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(2,9,21,.42);
  backdrop-filter:blur(10px);
}
.brand{
  display:grid;
  gap:3px;
  color:var(--gold-light);
  text-transform:uppercase;
}
.brand strong{
  font-family:Cinzel,serif;
  letter-spacing:.18em;
  font-size:1.05rem;
  line-height:1;
}
.brand span{
  color:#fff;
  font-size:.65rem;
  font-weight:800;
  letter-spacing:.28em;
}
.nav-links{
  display:flex;
  gap:36px;
  align-items:center;
  color:#fff;
  font-size:.84rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.nav-links a:hover{color:var(--gold-light)}
.nav-cta{
  border:1px solid var(--gold);
  border-radius:999px;
  padding:15px 28px;
  color:var(--gold-light);
  font-weight:900;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  background:rgba(2,8,20,.2);
}

/* HERO CORRIGIDA */
.hero{
  position:relative;
  min-height:900px;
  overflow:hidden;
  background:
    radial-gradient(circle at 76% 48%,rgba(216,162,81,.16),transparent 22%),
    linear-gradient(90deg,#041326 0%,#062a63 48%,#121923 100%);
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(2,9,21,.10) 0%,rgba(2,9,21,.06) 48%,rgba(2,9,21,.20) 100%),
    radial-gradient(circle at 76% 48%,rgba(255,210,134,.10),transparent 32%);
  pointer-events:none;
}
.hero::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:180px;
  z-index:4;
  background:linear-gradient(180deg,transparent 0%,#041c43 82%);
  pointer-events:none;
}
.hero-grid{
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:54% 46%;
  align-items:center;
  gap:20px;
  min-height:900px;
  padding-top:92px;
}
.hero-copy{
  position:relative;
  z-index:8;
  max-width:720px;
}
.eyebrow{
  display:inline-block;
  margin-bottom:28px;
  color:#fff;
  font-size:.78rem;
  font-weight:900;
  line-height:1.5;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.gold{color:var(--gold-light)}
h1,h2{
  margin:0 0 22px;
  color:var(--white);
  font-family:Cormorant Garamond,serif;
  font-weight:700;
  line-height:1.04;
}
h1{
  max-width:650px;
  font-size:clamp(3rem,3.6vw,4.45rem);
  letter-spacing:.01em;
  text-transform:uppercase;
  text-shadow:0 12px 36px rgba(0,0,0,.22);
}
h2{font-size:clamp(2.2rem,3.6vw,3.9rem)}
p{
  margin:0 0 18px;
  color:var(--muted);
  font-size:1.04rem;
  line-height:1.7;
}
.hero-copy p{
  max-width:640px;
  color:#fff;
  font-size:1.02rem;
  line-height:1.75;
}
.hero-actions{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  margin-top:36px;
}
.btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  border-radius:999px;
  padding:17px 28px;
  border:0;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  transition:.22s;
}
.primary{
  background:linear-gradient(135deg,var(--gold),var(--gold-light));
  color:#061629;
  box-shadow:0 18px 40px rgba(216,162,81,.28);
}
.secondary{
  border:1px solid var(--gold);
  color:var(--gold-light);
  background:rgba(2,9,21,.24);
}
.dark{background:#061629;color:var(--gold-light)}
.btn:hover{transform:translateY(-2px)}
.trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:34px;
}
.trust-row span{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 18px;
  border:1px solid rgba(216,162,81,.35);
  border-radius:12px;
  background:rgba(2,12,29,.44);
  color:#fff;
  font-size:.88rem;
}

/* A correção principal está aqui:
   - sem card retangular atrás
   - imagem posicionada para baixo
   - altura controlada
   - sem sobrepor o texto
*/
.hero-visual{
  position:relative;
  z-index:6;
  align-self:stretch;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  min-height:780px;
  overflow:visible;
  background:transparent !important;
}
.ambient-glow{
  position:absolute;
  width:760px;
  height:760px;
  right:-80px;
  top:50%;
  transform:translateY(-50%);
  border-radius:50%;
  background:
    radial-gradient(
      circle,
      rgba(216,162,81,.18) 0%,
      rgba(216,162,81,.08) 24%,
      rgba(6,40,95,.035) 48%,
      transparent 76%
    );
  filter:blur(42px);
  opacity:.95;
  pointer-events:none;
}
.ambient-glow::after{
  display:none;
}
.hero-visual img{
  position:absolute;
  z-index:7;
  right:5%;
  bottom:0;
  width:min(610px,38vw);
  height:auto;
  max-height:780px;
  object-fit:contain;
  object-position:bottom center;
  transform:none;
  background:transparent !important;
  filter:drop-shadow(0 34px 58px rgba(0,0,0,.34));
}


.hero-visual::after{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:0;
  height:48%;
  z-index:8;
  background:linear-gradient(180deg,rgba(4,28,67,0) 0%,#041c43 88%);
  pointer-events:none;
}

/* STATS */
.stats-section{
  position:relative;
  z-index:5;
  padding:34px 0 44px;
  background:#041c43;
  border-top:1px solid rgba(216,162,81,.16);
}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.stats-grid article{
  display:grid;
  gap:4px;
  padding:24px;
  border-right:1px solid rgba(216,162,81,.28);
}
.stats-grid article:last-child{border-right:0}
.stats-grid strong{
  color:var(--gold-light);
  font-size:1.45rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.stats-grid span{
  color:#fff;
  opacity:.86;
  font-size:.9rem;
  text-transform:uppercase;
  letter-spacing:.05em;
}

/* SECTIONS */
.pain-section,.services,.about,.testimonials,.lead{padding:96px 0}
.two-cols,.about-grid,.lead-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
}
.section-text{max-width:560px}
.problem-list{display:grid;gap:16px}
.problem-list article{
  display:grid;
  grid-template-columns:72px 1fr;
  align-items:center;
  min-height:96px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.problem-list strong{
  color:var(--gold-light);
  font-family:Cinzel,serif;
  font-size:2.45rem;
}
.problem-list span{
  color:#fff;
  font-weight:700;
  line-height:1.35;
}
.services{background:linear-gradient(180deg,#04142b,#06265a)}
.centered{
  max-width:850px;
  margin:0 auto 44px;
  text-align:center;
}
.services-list{
  position:relative;
  max-width:1180px;
  margin:0 auto;

  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:0 72px;

  padding:22px 34px;

  border:1px solid rgba(216,162,81,.22);
  border-radius:28px;

  background:
    radial-gradient(circle at 20% 0,rgba(216,162,81,.09),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));

  box-shadow:0 24px 80px rgba(0,0,0,.24);
}

.services-list::before{
  content:"";
  position:absolute;
  left:50%;
  top:34px;
  bottom:34px;

  width:1px;
  background:linear-gradient(180deg,transparent,rgba(216,162,81,.34),transparent);
}

.service-item{
  position:relative;

  display:flex;
  align-items:center;
  gap:16px;

  min-height:74px;
  padding:22px 0 22px 34px;

  border-bottom:1px solid rgba(255,255,255,.08);

  color:#fff;
  font-size:1.06rem;
  font-weight:800;
  line-height:1.35;

  transition:.22s;
}

.service-item:nth-last-child(-n+2){
  border-bottom:0;
}

.service-item::before{
  content:"◆";

  position:absolute;
  left:0;

  color:var(--gold-light);
  font-size:.82rem;

  filter:drop-shadow(0 0 10px rgba(216,162,81,.32));
}

.service-item:hover{
  color:var(--gold-light);
  transform:translateX(6px);
}

/* CTA ORÇAMENTO */
.cta-orcamento{
  position:relative;
  padding:86px 0 96px;
  background:
    radial-gradient(circle at 84% 38%,rgba(216,162,81,.17),transparent 22%),
    linear-gradient(180deg,#06265a 0%,#041c43 100%);
  overflow:hidden;
}

.cta-card{
  position:relative;
  min-height:430px;

  display:grid;
  grid-template-columns:1fr minmax(340px,470px);
  align-items:center;
  gap:20px;

  overflow:visible;

  border:1px solid rgba(216,162,81,.38);
  border-radius:34px;

  background:
    radial-gradient(circle at 84% 58%,rgba(216,162,81,.20),transparent 28%),
    linear-gradient(135deg,rgba(18,56,111,.96),rgba(13,45,91,.94));

  box-shadow:0 30px 90px rgba(0,0,0,.28);
}

.cta-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:34px;
  background:
    linear-gradient(90deg,rgba(2,9,21,.18),transparent 58%),
    radial-gradient(circle at 78% 54%,rgba(255,210,134,.17),transparent 24%);
  pointer-events:none;
}

.cta-content{
  position:relative;
  z-index:3;
  padding:54px 64px;
  max-width:650px;
}

.cta-kicker{
  display:block;
  margin-bottom:10px;

  color:#fff7ee;
  font-family:Cormorant Garamond,serif;
  font-size:clamp(3.8rem,5.2vw,5.2rem);
  font-weight:600;
  font-style:italic;
  line-height:.88;
  letter-spacing:-.025em;
  text-shadow:0 14px 34px rgba(0,0,0,.18);
}

.cta-content h2{
  max-width:480px;
  margin-bottom:18px;
  color:#fff;
  font-family:Montserrat,Arial,sans-serif;
  font-size:clamp(2rem,2.75vw,3rem);
  font-weight:900;
  line-height:1.05;
}

.cta-content p{
  max-width:560px;
  margin-bottom:28px;
  color:#fff;
  font-size:1.04rem;
  line-height:1.7;
  opacity:.9;
}

.cta-image{
  position:absolute;
  right:20px;
  bottom:-70px;
  z-index:2;

  display:flex;
  align-items:flex-end;
  justify-content:flex-end;

  width:min(470px,38%);
  pointer-events:none;
}

.cta-image::before{
  content:"";
  position:absolute;
  right:2%;
  bottom:18%;

  width:390px;
  height:390px;
  border-radius:50%;

  background:rgba(216,162,81,.18);
  filter:blur(58px);
  z-index:-1;
}

.cta-image img{
  display:block;
  width:100%;
  max-width:470px;
  height:auto;

  filter:drop-shadow(0 28px 55px rgba(0,0,0,.38));
}

/* ABOUT */

.about{background:#061b36}
.about-img{
  width:100%;
  max-height:620px;
  object-fit:cover;
  border:1px solid var(--line);
  border-radius:34px;
  box-shadow:var(--shadow);
}

/* DEPOIMENTOS */
.review-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  max-width:900px;
  margin:auto;
}
.review-grid img{
  width:100%;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  box-shadow:0 20px 50px rgba(0,0,0,.42);
}
.google-rating{
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding:10px 16px;
  border:1px solid rgba(216,162,81,.25);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#ffcf4d;
  font-weight:900;
}
.google-rating strong{color:#fff}

/* FORM */
.lead{
  background:radial-gradient(circle at 20% 0,rgba(216,162,81,.18),transparent 30%),#020814;
}
.lead ul{
  padding-left:20px;
  color:var(--muted);
  line-height:1.9;
}
.form{
  padding:30px;
  border:1px solid var(--line);
  border-radius:28px;
  background:rgba(255,255,255,.06);
  box-shadow:var(--shadow);
}
label{
  display:grid;
  gap:8px;
  margin-bottom:16px;
  color:#fff;
  font-weight:800;
}
input,select,textarea{
  width:100%;
  padding:14px 15px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:rgba(255,255,255,.95);
  color:#061629;
  font:inherit;
}
textarea{resize:vertical}
.full{width:100%}
small{
  display:block;
  margin-top:14px;
  color:var(--muted);
  text-align:center;
}

/* FOOTER */
.floating{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:20;
  padding:15px 20px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gold),var(--gold-light));
  color:#061629;
  box-shadow:0 20px 50px rgba(0,0,0,.35);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}
footer{
  padding:30px 0;
  border-top:1px solid rgba(255,255,255,.1);
  background:#020814;
  color:var(--muted);
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}
footer strong{
  color:var(--gold-light);
  font-family:Cinzel,serif;
  letter-spacing:.12em;
}

/* RESPONSIVO */
@media (max-width:1180px){
  .nav-links{display:none}
  .hero-grid{grid-template-columns:52% 48%}
  h1{font-size:clamp(3rem,4vw,4.1rem)}
  .hero-visual img{width:min(570px,44vw)}
}
@media (max-width:900px){
  .nav{
    position:fixed;
    padding:18px 5vw;
  }
  .brand strong{font-size:.86rem}
  .brand span{font-size:.55rem}
  .nav-cta{
    padding:11px 14px;
    font-size:.68rem;
  }
  .hero{min-height:auto}
  .hero-grid{
    grid-template-columns:1fr;
    min-height:auto;
    gap:0;
    padding-top:125px;
  }
  .hero-copy{
    max-width:100%;
    padding-top:0;
  }
  h1{
    max-width:100%;
    font-size:clamp(2.5rem,9vw,4.2rem);
  }
  .hero-visual{
    min-height:540px;
    margin-top:20px;
  }
  .ambient-glow{
    right:50%;
    transform:translateX(50%);
    bottom:60px;
    width:620px;
    height:620px;
  }
  .hero-visual img{
    right:50%;
    transform:translateX(50%);
    width:min(620px,92vw);
    max-height:540px;
  }
  .stats-grid,.two-cols,.about-grid,.lead-grid{
    grid-template-columns:1fr;
  }
  .stats-grid article{
    border-right:0;
    border-bottom:1px solid rgba(216,162,81,.20);
  }
  .services-list{grid-template-columns:1fr;gap:0;padding:18px 24px}.services-list::before{display:none}.service-item:nth-last-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}.service-item:last-child{border-bottom:0}
  .cta-card{
    grid-template-columns:1fr;
    min-height:auto;
    overflow:hidden;
  }
  .cta-content{
    padding:42px 28px 300px;
    text-align:left;
  }
  .cta-image{
    width:min(430px,86%);
    right:50%;
    bottom:-48px;
    transform:translateX(50%);
  }
  .review-grid{grid-template-columns:1fr}
  .floating{
    left:18px;
    text-align:center;
  }
}
@media (max-width:560px){
  .container{width:min(100% - 32px,1320px)}
  .eyebrow{
    margin-bottom:18px;
    font-size:.64rem;
    letter-spacing:.12em;
  }
  .hero-copy p{font-size:.94rem}
  h1{font-size:2.42rem}
  h2{font-size:2.2rem}
  .hero-actions .btn{width:100%}
  .trust-row span{width:100%}
  .hero-visual{min-height:430px}
  .hero-visual img{
    width:112vw;
    max-height:430px;
  }
  .services-list{grid-template-columns:1fr}
  .problem-list article{
    grid-template-columns:56px 1fr;
    padding:16px;
  }
  .problem-list strong{font-size:2rem}
  .cta-orcamento{padding:58px 0}
  .cta-card{border-radius:24px}
  .cta-content{padding:34px 24px 250px}
  .cta-kicker{font-size:3.4rem}
  .cta-content h2{font-size:1.75rem}
  .cta-image{width:96%;bottom:-42px}
  .pain-section,.services,.about,.testimonials,.lead{padding:64px 0}
  .form{padding:20px}
  .footer-inner{display:grid}
}


/* MARQUEE */
.marquee-section{
    background:#d8a251;
    overflow:hidden;
    border-top:1px solid rgba(255,255,255,.15);
    border-bottom:1px solid rgba(255,255,255,.15);
    margin-top:-20px;
    position:relative;
    z-index:10;
}

.marquee{
    width:100%;
    overflow:hidden;
    white-space:nowrap;
}

.marquee-content{
    display:flex;
    width:max-content;
    animation:marqueeMove 22s linear infinite;
}

.marquee-content span{
    padding:18px 60px;
    color:#fff;
    font-family:"Cormorant Garamond",serif;
    font-size:2.1rem;
    font-weight:600;
    letter-spacing:.03em;
    text-transform:uppercase;
}

@keyframes marqueeMove{
    from{transform:translateX(0);}
    to{transform:translateX(-50%);}
}


/* =========================
   EFEITOS E ANIMAÇÕES
========================= */

/* Entrada suave dos blocos */
.reveal{
  opacity:0;
  transform:translateY(34px);
  transition:
    opacity .9s ease,
    transform .9s cubic-bezier(.22,1,.36,1);
  will-change:opacity,transform;
}

.reveal.show{
  opacity:1;
  transform:translateY(0);
}

.fade-left{
  transform:translateX(-42px);
}

.fade-right{
  transform:translateX(42px);
}

.fade-left.show,
.fade-right.show{
  transform:translateX(0);
}

/* Hero com vida */
.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy p,
.hero-actions,
.trust-row{
  opacity:0;
  animation:heroFadeUp .85s ease forwards;
}

.hero-copy .eyebrow{animation-delay:.15s}
.hero-copy h1{animation-delay:.32s}
.hero-copy p{animation-delay:.50s}
.hero-actions{animation-delay:.68s}
.trust-row{animation-delay:.86s}

@keyframes heroFadeUp{
  from{
    opacity:0;
    transform:translateY(24px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* Michelle flutuando de forma discreta */
.hero-visual img{
  animation:softFloat 6s ease-in-out infinite;
}

@keyframes softFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}

/* Brilho dourado pulsando */
.ambient-glow,
.cta-image::before{
  animation:glowPulse 5s ease-in-out infinite;
}

@keyframes glowPulse{
  0%,100%{
    opacity:.72;
    filter:blur(42px);
  }
  50%{
    opacity:1;
    filter:blur(52px);
  }
}

/* Botões com brilho */
.btn,
.nav-cta,
.floating{
  position:relative;
  overflow:hidden;
}

.btn::after,
.nav-cta::after,
.floating::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:70%;
  height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);
  transform:skewX(-18deg);
  transition:.65s;
}

.btn:hover::after,
.nav-cta:hover::after,
.floating:hover::after{
  left:135%;
}

/* Hover premium dos itens */
.service-item,
.problem-list article,
.stats-grid article,
.review-grid img,
.about-img,
.form{
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    background .28s ease;
}

.problem-list article:hover,
.stats-grid article:hover,
.form:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  border-color:rgba(243,196,109,.55);
}

.service-item:hover{
  transform:translateX(10px);
}

.review-grid img:hover,
.about-img:hover{
  transform:scale(1.025);
  box-shadow:0 28px 80px rgba(0,0,0,.48);
}

/* CTA com movimento */
.cta-card{
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.cta-card:hover{
  transform:translateY(-8px);
  box-shadow:0 38px 110px rgba(0,0,0,.34);
  border-color:rgba(243,196,109,.62);
}

.cta-image img{
  animation:ctaFloat 5.8s ease-in-out infinite;
}

@keyframes ctaFloat{
  0%,100%{transform:translateY(0) rotate(0deg)}
  50%{transform:translateY(-8px) rotate(-1deg)}
}

/* Menu ativo */
.nav-links a{
  transition:color .25s ease;
}

.nav-links a.active{
  color:var(--gold-light);
}

.nav-links a.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-10px;
  height:2px;
  background:var(--gold-light);
  border-radius:999px;
}

/* Marquee mais premium */
.marquee-section{
  box-shadow:0 14px 45px rgba(0,0,0,.18);
}

.marquee-content span{
  text-shadow:0 10px 24px rgba(0,0,0,.15);
}

/* Partículas leves */
.particle{
  position:fixed;
  width:6px;
  height:6px;
  border-radius:50%;
  background:rgba(243,196,109,.45);
  pointer-events:none;
  z-index:2;
  filter:blur(.2px);
  animation:particleFloat linear infinite;
}

@keyframes particleFloat{
  from{
    transform:translateY(110vh) translateX(0);
    opacity:0;
  }
  10%{opacity:.55}
  90%{opacity:.35}
  to{
    transform:translateY(-15vh) translateX(40px);
    opacity:0;
  }
}

/* Reduz animações para quem prefere menos movimento */
@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
}

.nav.scrolled{
  position:fixed;
  background:rgba(2,9,21,.78);
  box-shadow:0 16px 45px rgba(0,0,0,.24);
}


/* AJUSTE FINAL - BOTÃO FLUTUANTE */
.floating{
  position:fixed !important;
  right:24px !important;
  left:auto !important;
  bottom:24px !important;
  z-index:9999 !important;

  width:auto !important;
  max-width:calc(100vw - 48px);

  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:15px 22px;
  white-space:nowrap;
}

/* AJUSTE FINAL - CTA ORÇAMENTOS */
.cta-card{
  overflow:hidden;
}

.cta-image{
  width:min(420px,34%) !important;
  right:62px !important;
  bottom:-44px !important;
}

.cta-image img{
  max-width:420px !important;
}

@media (max-width:900px){
  .floating{
    right:18px !important;
    left:auto !important;
    bottom:18px !important;
    font-size:.72rem;
    padding:13px 16px;
  }

  .cta-content{
    padding-bottom:285px !important;
  }

  .cta-image{
    width:min(390px,82%) !important;
    right:50% !important;
    bottom:-44px !important;
    transform:translateX(50%);
  }

  .cta-image img{
    max-width:390px !important;
  }
}

@media (max-width:560px){
  .floating{
    right:14px !important;
    left:auto !important;
    bottom:14px !important;
    max-width:calc(100vw - 28px);
  }

  .cta-content{
    padding-bottom:240px !important;
  }

  .cta-image{
    width:90% !important;
    bottom:-38px !important;
  }
}


/* AJUSTE CTA - IGUAL À REFERÊNCIA */
.cta-orcamento{
  padding:90px 0 105px !important;
  background:
    radial-gradient(circle at 82% 55%, rgba(216,162,81,.22), transparent 24%),
    linear-gradient(180deg,#041c43 0%, #020814 100%) !important;
}

.cta-card{
  min-height:520px !important;
  overflow:visible !important;
  display:block !important;
  border-radius:34px !important;
  border:2px solid rgba(216,162,81,.48) !important;
  background:
    linear-gradient(90deg,rgba(19,58,111,.98) 0%,rgba(22,66,125,.96) 55%,rgba(16,44,82,.35) 100%) !important;
}

.cta-card::before{
  border-radius:34px !important;
  background:
    linear-gradient(90deg,rgba(2,9,21,.08),transparent 58%),
    radial-gradient(circle at 79% 62%,rgba(216,162,81,.20),transparent 30%) !important;
}

.cta-content{
  position:relative !important;
  z-index:4 !important;
  padding:76px 64px !important;
  max-width:610px !important;
}

.cta-kicker{
  font-family:Cormorant Garamond,serif !important;
  font-size:clamp(4.8rem,7vw,7.2rem) !important;
  font-weight:700 !important;
  font-style:italic !important;
  line-height:.82 !important;
  letter-spacing:-.035em !important;
  color:#fff7ee !important;
  margin-bottom:24px !important;
}

.cta-content h2{
  max-width:430px !important;
  font-family:Montserrat,Arial,sans-serif !important;
  font-size:clamp(2.05rem,3vw,3.05rem) !important;
  font-weight:500 !important;
  line-height:1.02 !important;
  color:#fff !important;
  margin-bottom:22px !important;
}

.cta-content h2 br{
  display:none;
}

.cta-content h2::after{
  content:"\A Fale comigo!";
  white-space:pre;
  display:block;
  font-weight:900;
}

.cta-content p{
  display:none !important;
}

.cta-content .btn{
  margin-top:16px !important;
  background:#667cf5 !important;
  color:#fff !important;
  border-radius:8px !important;
  padding:18px 34px !important;
  font-size:1.15rem !important;
  box-shadow:none !important;
}

.cta-image{
  width:660px !important;
  max-width:none !important;
  right:175px !important;
  bottom:-135px !important;
  z-index:5 !important;
}

.cta-image::before{
  width:520px !important;
  height:520px !important;
  right:-100px !important;
  bottom:80px !important;
  background:rgba(216,162,81,.22) !important;
  filter:blur(74px) !important;
}

.cta-image img{
  width:660px !important;
  max-width:none !important;
  filter:drop-shadow(0 36px 58px rgba(0,0,0,.38)) !important;
}

/* remove efeito JS nessa imagem para ela não sair do lugar */
.cta-image img{
  animation:none !important;
}

@media (max-width:1180px){
  .cta-image{
    width:560px !important;
    right:60px !important;
    bottom:-110px !important;
  }
  .cta-image img{
    width:560px !important;
  }
  .cta-content{
    max-width:540px !important;
  }
}

@media (max-width:900px){
  .cta-card{
    min-height:720px !important;
    overflow:hidden !important;
  }

  .cta-content{
    padding:52px 36px 360px !important;
  }

  .cta-kicker{
    font-size:4.7rem !important;
  }

  .cta-content h2{
    font-size:2.3rem !important;
  }

  .cta-image{
    width:560px !important;
    right:50% !important;
    bottom:-125px !important;
    transform:translateX(50%) !important;
  }

  .cta-image img{
    width:560px !important;
  }
}

@media (max-width:560px){
  .cta-orcamento{
    padding:58px 0 70px !important;
  }

  .cta-card{
    min-height:650px !important;
    border-radius:26px !important;
  }

  .cta-content{
    padding:40px 26px 310px !important;
  }

  .cta-kicker{
    font-size:3.75rem !important;
  }

  .cta-content h2{
    font-size:1.9rem !important;
  }

  .cta-content .btn{
    padding:15px 24px !important;
    font-size:.95rem !important;
  }

  .cta-image{
    width:480px !important;
    bottom:-110px !important;
  }

  .cta-image img{
    width:480px !important;
  }
}


/* CTA ORÇAMENTOS - AJUSTADO CONFORME REFERÊNCIA ENVIADA */
.cta-orcamento{
  padding:92px 0 94px !important;
  background:
    radial-gradient(circle at 78% 55%, rgba(216,162,81,.20), transparent 24%),
    linear-gradient(180deg,#061f49 0%,#020814 100%) !important;
}

.cta-card{
  width:min(1220px,92vw) !important;
  min-height:430px !important;
  margin:0 auto !important;

  display:block !important;
  position:relative !important;
  overflow:visible !important;

  border-radius:32px !important;
  border:2px solid rgba(216,162,81,.45) !important;

  background:
    linear-gradient(90deg,rgba(20,62,118,.98) 0%,rgba(22,66,125,.96) 52%,rgba(15,38,72,.38) 100%) !important;

  box-shadow:0 28px 90px rgba(0,0,0,.30) !important;
}

.cta-card::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  border-radius:32px !important;
  background:
    linear-gradient(90deg,rgba(4,18,42,.10) 0%,transparent 58%),
    radial-gradient(circle at 76% 58%,rgba(216,162,81,.19),transparent 28%) !important;
  pointer-events:none !important;
}

.cta-content{
  position:relative !important;
  z-index:4 !important;

  width:52% !important;
  max-width:620px !important;
  padding:64px 0 54px 86px !important;
}

.cta-content::before{
  content:"" !important;
  position:absolute !important;
  left:58px !important;
  top:64px !important;
  width:1px !important;
  height:180px !important;
  background:linear-gradient(180deg,#fff7ee,rgba(255,247,238,.2)) !important;
}

.cta-kicker{
  display:block !important;
  margin:0 0 18px !important;

  color:#fff7ee !important;
  font-family:Cormorant Garamond,serif !important;
  font-size:clamp(4.5rem,6.3vw,6.6rem) !important;
  font-weight:700 !important;
  font-style:italic !important;
  line-height:.82 !important;
  letter-spacing:-.035em !important;
}

.cta-content h2{
  max-width:440px !important;
  margin:0 0 8px !important;

  color:#fff !important;
  font-family:Montserrat,Arial,sans-serif !important;
  font-size:clamp(2.1rem,2.8vw,2.85rem) !important;
  font-weight:400 !important;
  line-height:1.04 !important;
}

.cta-content h2 br{
  display:none !important;
}

.cta-content h2::after{
  content:"\A Fale comigo!" !important;
  display:block !important;
  white-space:pre !important;
  margin-top:4px !important;
  font-weight:900 !important;
}

.cta-content p{
  display:none !important;
}

.cta-content .btn{
  margin-top:28px !important;
  padding:18px 36px !important;

  border-radius:8px !important;
  background:#687cff !important;
  color:#fff !important;
  box-shadow:none !important;

  font-size:1.05rem !important;
  font-weight:900 !important;
  letter-spacing:.03em !important;
}

.cta-image{
  position:absolute !important;
  z-index:5 !important;

  right:118px !important;
  bottom:-95px !important;

  width:530px !important;
  max-width:none !important;

  transform:none !important;
  pointer-events:none !important;
}

.cta-image::before{
  content:"" !important;
  position:absolute !important;
  right:-80px !important;
  bottom:60px !important;

  width:470px !important;
  height:470px !important;
  border-radius:50% !important;

  background:rgba(216,162,81,.20) !important;
  filter:blur(70px) !important;
  z-index:-1 !important;
}

.cta-image img{
  display:block !important;
  width:530px !important;
  max-width:none !important;
  height:auto !important;

  animation:none !important;
  transform:none !important;
  filter:drop-shadow(0 30px 54px rgba(0,0,0,.42)) !important;
}

@media (max-width:1180px){
  .cta-card{
    min-height:410px !important;
  }

  .cta-content{
    width:54% !important;
    padding-left:68px !important;
  }

  .cta-content::before{
    left:42px !important;
  }

  .cta-image{
    width:470px !important;
    right:52px !important;
    bottom:-82px !important;
  }

  .cta-image img{
    width:470px !important;
  }
}

@media (max-width:900px){
  .cta-card{
    min-height:680px !important;
    overflow:hidden !important;
  }

  .cta-content{
    width:100% !important;
    padding:46px 30px 320px 56px !important;
  }

  .cta-content::before{
    left:32px !important;
    top:48px !important;
    height:150px !important;
  }

  .cta-kicker{
    font-size:4.25rem !important;
  }

  .cta-content h2{
    font-size:2.15rem !important;
  }

  .cta-image{
    width:460px !important;
    right:50% !important;
    bottom:-82px !important;
    transform:translateX(50%) !important;
  }

  .cta-image img{
    width:460px !important;
  }
}

@media (max-width:560px){
  .cta-orcamento{
    padding:58px 0 70px !important;
  }

  .cta-card{
    min-height:600px !important;
    border-radius:24px !important;
  }

  .cta-content{
    padding:36px 24px 285px 46px !important;
  }

  .cta-content::before{
    left:25px !important;
    top:38px !important;
    height:130px !important;
  }

  .cta-kicker{
    font-size:3.35rem !important;
  }

  .cta-content h2{
    font-size:1.72rem !important;
  }

  .cta-content .btn{
    padding:14px 24px !important;
    font-size:.92rem !important;
  }

  .cta-image{
    width:410px !important;
    bottom:-76px !important;
  }

  .cta-image img{
    width:410px !important;
  }
}


/* =========================
   REVISÃO RESPONSIVA FINAL
========================= */

img, video{
  max-width:100%;
  height:auto;
}

body{
  overflow-x:hidden;
}

html{
  overflow-x:hidden;
}

section{
  overflow-x:clip;
}

.form input,
.form select,
.form textarea{
  min-height:52px;
  font-size:16px;
}

.form textarea{
  min-height:120px;
}

/* corrige botão fixo em qualquer tela */
.floating{
  position:fixed !important;
  right:22px !important;
  left:auto !important;
  bottom:22px !important;
  z-index:9999 !important;
  max-width:calc(100vw - 44px) !important;
  white-space:nowrap !important;
}

/* notebooks menores */
@media (max-width:1280px){
  .container{
    width:min(1180px,92vw);
  }

  .hero-grid{
    grid-template-columns:53% 47%;
  }

  h1{
    font-size:clamp(3rem,4.2vw,4.1rem);
  }

  .hero-visual img{
    width:min(540px,42vw);
  }

  .cta-card{
    width:min(1080px,92vw) !important;
  }
}

/* tablets */
@media (max-width:1024px){
  .nav{
    padding:18px 5vw;
  }

  .nav-links{
    display:none !important;
  }

  .hero{
    min-height:auto;
  }

  .hero-grid{
    grid-template-columns:1fr;
    min-height:auto;
    padding-top:130px;
    gap:22px;
  }

  .hero-copy{
    max-width:780px;
  }

  h1{
    max-width:760px;
    font-size:clamp(2.8rem,7vw,4.5rem);
  }

  .hero-visual{
    min-height:520px;
  }

  .hero-visual img{
    right:50%;
    transform:translateX(50%) !important;
    width:min(610px,88vw);
    max-height:540px;
  }

  .ambient-glow{
    right:50% !important;
    transform:translate(50%,-50%) !important;
  }

  .stats-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .two-cols,
  .about-grid,
  .lead-grid{
    grid-template-columns:1fr;
  }

  .about-grid{
    gap:34px;
  }

  .about-img{
    max-height:520px;
  }

  .services-list{
    grid-template-columns:1fr !important;
    gap:0 !important;
    padding:18px 26px !important;
  }

  .services-list::before{
    display:none !important;
  }

  .service-item{
    border-bottom:1px solid rgba(255,255,255,.08) !important;
  }

  .service-item:last-child{
    border-bottom:0 !important;
  }

  .review-grid{
    grid-template-columns:1fr;
  }

  .footer-inner{
    align-items:center;
  }
}

/* celulares grandes */
@media (max-width:768px){
  .container{
    width:min(100% - 34px,1320px);
  }

  .nav{
    gap:14px;
    padding:15px 17px;
  }

  .brand strong{
    font-size:.86rem;
    letter-spacing:.13em;
  }

  .brand span{
    font-size:.54rem;
    letter-spacing:.20em;
  }

  .nav-cta{
    padding:10px 13px;
    font-size:.64rem;
  }

  .hero-grid{
    padding-top:108px;
  }

  .eyebrow{
    font-size:.64rem;
    letter-spacing:.11em;
  }

  h1{
    font-size:clamp(2.35rem,11vw,3.7rem);
  }

  h2{
    font-size:clamp(2rem,9vw,3rem);
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }

  .hero-actions .btn{
    width:100%;
  }

  .trust-row{
    display:grid;
    grid-template-columns:1fr;
  }

  .hero-visual{
    min-height:430px;
    margin-top:8px;
  }

  .hero-visual img{
    width:110vw;
    max-height:430px;
  }

  .stats-grid{
    grid-template-columns:1fr;
  }

  .stats-grid article{
    border-right:0;
    border-bottom:1px solid rgba(216,162,81,.22);
  }

  .pain-section,
  .services,
  .about,
  .testimonials,
  .lead{
    padding:62px 0;
  }

  .problem-list article{
    grid-template-columns:52px 1fr;
    padding:16px;
  }

  .problem-list strong{
    font-size:1.9rem;
  }

  .service-item{
    min-height:64px;
    padding:18px 0 18px 30px;
    font-size:.98rem;
  }

  .marquee-content span{
    font-size:1.35rem !important;
    padding:14px 30px !important;
  }

  .cta-orcamento{
    padding:58px 0 72px !important;
  }

  .cta-card{
    min-height:620px !important;
    border-radius:24px !important;
  }

  .cta-content{
    width:100% !important;
    padding:38px 24px 300px 46px !important;
  }

  .cta-content::before{
    left:25px !important;
    top:38px !important;
    height:145px !important;
  }

  .cta-kicker{
    font-size:clamp(3.25rem,15vw,4.3rem) !important;
  }

  .cta-content h2{
    font-size:clamp(1.75rem,8vw,2.25rem) !important;
  }

  .cta-content .btn{
    font-size:.88rem !important;
    padding:14px 22px !important;
  }

  .cta-image{
    width:420px !important;
    right:50% !important;
    bottom:-74px !important;
    transform:translateX(50%) !important;
  }

  .cta-image img{
    width:420px !important;
  }

  .form{
    padding:22px;
    border-radius:22px;
  }

  .floating{
    right:14px !important;
    bottom:14px !important;
    font-size:.7rem !important;
    padding:12px 14px !important;
  }
}

/* celulares pequenos */
@media (max-width:420px){
  .container{
    width:min(100% - 26px,1320px);
  }

  .nav-cta{
    display:none;
  }

  .hero-grid{
    padding-top:100px;
  }

  h1{
    font-size:2.18rem;
  }

  .hero-copy p{
    font-size:.92rem;
  }

  .hero-visual{
    min-height:360px;
  }

  .hero-visual img{
    width:120vw;
    max-height:370px;
  }

  .cta-card{
    min-height:575px !important;
  }

  .cta-content{
    padding:34px 20px 270px 40px !important;
  }

  .cta-kicker{
    font-size:3rem !important;
  }

  .cta-content h2{
    font-size:1.55rem !important;
  }

  .cta-image{
    width:375px !important;
    bottom:-66px !important;
  }

  .cta-image img{
    width:375px !important;
  }

  .lead-grid{
    gap:26px;
  }

  .form{
    padding:18px;
  }

  input,
  select,
  textarea{
    font-size:16px !important;
  }
}


/* =========================
   MELHORIAS MOBILE FINAIS
========================= */

/* Tags da hero mais elegantes no mobile */
@media (max-width:768px){
  .trust-row{
    margin-top:26px !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .trust-row span{
    min-height:48px !important;
    padding:12px 16px !important;
    border-radius:12px !important;
    background:rgba(255,255,255,.045) !important;
    border:1px solid rgba(216,162,81,.36) !important;
    color:#fff !important;
    font-size:.9rem !important;
    box-shadow:0 10px 30px rgba(0,0,0,.12) !important;
  }

  .trust-row span::before{
    content:"◆";
    color:var(--gold-light);
    font-size:.65rem;
    margin-right:10px;
  }

  /* Stats mais bonitos e menos “lista seca” */
  .stats-section{
    padding:34px 0 44px !important;
    background:
      radial-gradient(circle at 10% 0,rgba(216,162,81,.10),transparent 25%),
      #041c43 !important;
  }

  .stats-grid{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:14px !important;
  }

  .stats-grid article{
    min-height:130px !important;
    padding:22px 18px !important;
    border:1px solid rgba(216,162,81,.24) !important;
    border-radius:18px !important;
    background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018)) !important;
    box-shadow:0 18px 45px rgba(0,0,0,.18) !important;
  }

  .stats-grid strong{
    font-size:1.42rem !important;
    line-height:1.05 !important;
  }

  .stats-grid span{
    font-size:.72rem !important;
    line-height:1.35 !important;
  }

  /* CTA: evita texto ficando atrás da mulher e deixa a arte mais equilibrada */
  .cta-card{
    min-height:720px !important;
    overflow:hidden !important;
    border-radius:28px !important;
  }

  .cta-content{
    position:relative !important;
    z-index:7 !important;
    width:100% !important;
    padding:38px 24px 345px 34px !important;
  }

  .cta-content::before{
    display:none !important;
  }

  .cta-kicker{
    font-size:clamp(3.2rem,14vw,4.2rem) !important;
    line-height:.86 !important;
    margin-bottom:16px !important;
  }

  .cta-content h2{
    max-width:270px !important;
    font-size:clamp(1.65rem,7.4vw,2.15rem) !important;
    line-height:1.08 !important;
    margin-bottom:0 !important;
  }

  .cta-content h2::after{
    margin-top:12px !important;
  }

  .cta-content .btn{
    margin-top:24px !important;
    padding:14px 22px !important;
    border-radius:8px !important;
    font-size:.82rem !important;
  }

  .cta-image{
    width:430px !important;
    right:-34px !important;
    bottom:-70px !important;
    transform:none !important;
    z-index:5 !important;
  }

  .cta-image img{
    width:430px !important;
  }
}

@media (max-width:520px){
  .stats-grid{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .stats-grid article{
    min-height:auto !important;
    padding:20px 22px !important;
  }

  .stats-grid strong{
    font-size:1.35rem !important;
  }

  .stats-grid span{
    font-size:.74rem !important;
  }

  .cta-orcamento{
    padding:46px 0 60px !important;
  }

  .cta-card{
    min-height:660px !important;
    border-radius:24px !important;
  }

  .cta-content{
    padding:34px 22px 315px 26px !important;
  }

  .cta-kicker{
    font-size:3.05rem !important;
  }

  .cta-content h2{
    max-width:255px !important;
    font-size:1.55rem !important;
  }

  .cta-content .btn{
    margin-top:22px !important;
  }

  .cta-image{
    width:390px !important;
    right:-46px !important;
    bottom:-58px !important;
  }

  .cta-image img{
    width:390px !important;
  }
}

@media (max-width:380px){
  .cta-card{
    min-height:620px !important;
  }

  .cta-content{
    padding:30px 18px 295px 22px !important;
  }

  .cta-kicker{
    font-size:2.72rem !important;
  }

  .cta-content h2{
    max-width:225px !important;
    font-size:1.38rem !important;
  }

  .cta-image{
    width:350px !important;
    right:-44px !important;
    bottom:-50px !important;
  }

  .cta-image img{
    width:350px !important;
  }
}


/* =========================
   AJUSTES FINAIS: FAIXA + CTA DESKTOP
========================= */

/* Faixa dourada entre os dados e o diagnóstico técnico */
.marquee-between-stats{
  margin-top:0 !important;
  margin-bottom:0 !important;
  position:relative;
  z-index:12;
  box-shadow:0 16px 48px rgba(0,0,0,.22);
}

.marquee-between-stats .marquee-content span{
  font-size:1.95rem;
  padding:16px 56px;
}

/* Desktop: diminuir Michelle + capacete para não cortar a cabeça */
@media (min-width:1025px){
  .cta-orcamento{
    padding:105px 0 110px !important;
    overflow:visible !important;
  }

  .cta-card{
    min-height:430px !important;
    overflow:visible !important;
  }

  .cta-image{
    width:455px !important;
    right:125px !important;
    bottom:-82px !important;
    max-width:none !important;
  }

  .cta-image img{
    width:455px !important;
    max-width:none !important;
    height:auto !important;
  }

  .cta-image::before{
    width:410px !important;
    height:410px !important;
    right:-62px !important;
    bottom:58px !important;
  }
}

/* Notebook médio */
@media (min-width:1025px) and (max-width:1280px){
  .cta-image{
    width:420px !important;
    right:76px !important;
    bottom:-72px !important;
  }

  .cta-image img{
    width:420px !important;
  }
}

/* Mobile: faixa mais compacta */
@media (max-width:768px){
  .marquee-between-stats .marquee-content span{
    font-size:1.25rem !important;
    padding:13px 28px !important;
  }
}


/* =========================
   MELHORIA FINAL DO HERO MOBILE
========================= */

@media (max-width:768px){

  .hero{
    min-height:auto !important;
    overflow:hidden !important;
    padding-bottom:0 !important;
  }

  .hero-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    min-height:auto !important;
    padding-top:112px !important;
    gap:0 !important;
  }

  .hero-copy{
    max-width:100% !important;
    width:100% !important;
    padding:0 0 18px !important;
    overflow:hidden !important;
  }

  .hero-copy .eyebrow{
    display:block !important;
    max-width:100% !important;
    margin-bottom:18px !important;

    font-size:.58rem !important;
    line-height:1.45 !important;
    letter-spacing:.10em !important;

    white-space:normal !important;
    overflow-wrap:normal !important;
  }

  .hero-copy h1{
    max-width:100% !important;
    margin-bottom:22px !important;

    font-size:clamp(2.15rem,9.6vw,2.85rem) !important;
    line-height:1.08 !important;
    letter-spacing:.005em !important;

    white-space:normal !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
    hyphens:none !important;
  }

  .hero-copy p{
    max-width:100% !important;
    margin-bottom:22px !important;

    font-size:.98rem !important;
    line-height:1.65 !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    margin-top:22px !important;
  }

  .hero-actions .btn{
    width:100% !important;
    min-height:58px !important;
    justify-content:center !important;
  }

  .trust-row{
    margin-top:24px !important;
    gap:10px !important;
  }

  .trust-row span{
    width:100% !important;
    min-height:52px !important;
    padding:14px 18px !important;
    font-size:.93rem !important;
    border-radius:14px !important;
  }

  .hero-visual{
    min-height:360px !important;
    margin-top:4px !important;
    align-items:flex-end !important;
    overflow:hidden !important;
  }

  .hero-visual img{
    right:50% !important;
    bottom:-4px !important;
    transform:translateX(50%) !important;

    width:min(440px,108vw) !important;
    max-height:390px !important;
    object-fit:contain !important;
    object-position:bottom center !important;
  }

  .hero-visual::after{
    height:34% !important;
  }

  .ambient-glow{
    width:430px !important;
    height:430px !important;
    right:50% !important;
    top:55% !important;
    transform:translate(50%,-50%) !important;
  }
}

@media (max-width:420px){

  .hero-grid{
    padding-top:102px !important;
  }

  .hero-copy .eyebrow{
    font-size:.54rem !important;
    letter-spacing:.085em !important;
  }

  .hero-copy h1{
    font-size:2.18rem !important;
    line-height:1.07 !important;
  }

  .hero-copy p{
    font-size:.92rem !important;
  }

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

  .hero-visual img{
    width:108vw !important;
    max-height:365px !important;
  }
}

@media (max-width:360px){

  .hero-copy h1{
    font-size:2rem !important;
  }

  .hero-copy p{
    font-size:.88rem !important;
  }

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

  .hero-visual img{
    width:112vw !important;
    max-height:335px !important;
  }
}

/* Evita que o parallax JS quebre o posicionamento no mobile */
@media (max-width:900px){
  .hero-visual img{
    animation:none !important;
  }
}

/* =========================
   AJUSTE FINAL HERO + ESTATÍSTICAS MOBILE
========================= */

/* Corrige hero no mobile: título menor, sem corte e foto melhor encaixada */
@media (max-width:768px){

  .hero{
    min-height:auto !important;
    overflow:hidden !important;
  }

  .hero-grid{
    grid-template-columns:1fr !important;
    min-height:auto !important;
    padding-top:112px !important;
    gap:0 !important;
  }

  .hero-copy{
    width:100% !important;
    max-width:100% !important;
    padding-bottom:18px !important;
    overflow:hidden !important;
  }

  .hero-copy .eyebrow{
    display:block !important;
    max-width:100% !important;
    font-size:.62rem !important;
    line-height:1.5 !important;
    letter-spacing:.08em !important;
    white-space:normal !important;
  }

  .hero-copy h1{
    font-size:2.3rem !important;
    line-height:1.08 !important;
    letter-spacing:0 !important;

    max-width:100% !important;
    width:100% !important;

    word-break:normal !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
  }

  .hero-copy p{
    max-width:100% !important;
    font-size:.95rem !important;
    line-height:1.7 !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .hero-actions .btn{
    width:100% !important;
    min-height:58px !important;
  }

  .hero-visual{
    min-height:350px !important;
    margin-top:4px !important;
    overflow:hidden !important;
  }

  .hero-visual img{
    right:50% !important;
    bottom:-4px !important;
    transform:translateX(50%) !important;
    width:min(430px,108vw) !important;
    max-height:375px !important;
    object-fit:contain !important;
    object-position:bottom center !important;
    animation:none !important;
  }

  .ambient-glow{
    width:430px !important;
    height:430px !important;
    right:50% !important;
    top:55% !important;
    transform:translate(50%,-50%) !important;
  }
}

/* Estatísticas em 2 colunas no mobile */
@media (max-width:768px){

  .stats-section{
    padding:38px 0 44px !important;
    background:
      radial-gradient(circle at 12% 0,rgba(216,162,81,.10),transparent 28%),
      #041c43 !important;
  }

  .stats-grid{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:14px !important;
  }

  .stats-grid article{
    min-height:118px !important;
    padding:18px 12px !important;

    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    text-align:center !important;

    border:1px solid rgba(216,162,81,.28) !important;
    border-radius:18px !important;

    background:
      radial-gradient(circle at 50% 0,rgba(216,162,81,.10),transparent 35%),
      linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.02)) !important;

    box-shadow:0 14px 36px rgba(0,0,0,.18) !important;
  }

  .stats-grid article:last-child{
    border:1px solid rgba(216,162,81,.28) !important;
  }

  .stats-grid strong{
    display:block !important;
    margin-bottom:8px !important;

    color:var(--gold-light) !important;
    font-size:1.35rem !important;
    line-height:1.05 !important;
    font-weight:900 !important;
    text-align:center !important;
  }

  .stats-grid span{
    display:block !important;
    max-width:140px !important;

    color:#fff !important;
    opacity:.9 !important;
    font-size:.64rem !important;
    line-height:1.35 !important;
    letter-spacing:.05em !important;
    text-align:center !important;
  }
}

@media (max-width:380px){

  .hero-copy h1{
    font-size:2.05rem !important;
  }

  .stats-grid{
    gap:10px !important;
  }

  .stats-grid article{
    min-height:106px !important;
    padding:16px 9px !important;
  }

  .stats-grid strong{
    font-size:1.15rem !important;
  }

  .stats-grid span{
    font-size:.58rem !important;
  }
}


/* =========================
   FINAL: REMOVER CARDS HERO + FOTO EM EVIDÊNCIA MOBILE
========================= */

/* Remove os 3 cards do início */
.trust-row{
  display:none !important;
}

/* Mobile: foto da Michelle em destaque */
@media (max-width:768px){

  .hero-grid{
    display:flex !important;
    flex-direction:column !important;
    min-height:auto !important;
    padding-top:112px !important;
    gap:0 !important;
  }

  .hero-copy{
    padding-bottom:10px !important;
  }

  .hero-visual{
    min-height:500px !important;
    margin-top:14px !important;

    display:flex !important;
    justify-content:center !important;
    align-items:flex-end !important;

    overflow:hidden !important;
  }

  .hero-visual img{
    width:420px !important;
    max-width:115vw !important;
    max-height:500px !important;

    right:50% !important;
    bottom:-10px !important;
    transform:translateX(50%) !important;

    object-fit:contain !important;
    object-position:bottom center !important;

    opacity:1 !important;
    z-index:7 !important;
    animation:none !important;
  }

  .hero-visual::after{
    height:38% !important;
    z-index:8 !important;
  }

  .ambient-glow{
    width:500px !important;
    height:500px !important;
    right:50% !important;
    top:55% !important;
    transform:translate(50%,-50%) !important;
    opacity:.72 !important;
  }
}

@media (max-width:420px){

  .hero-grid{
    padding-top:104px !important;
  }

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

  .hero-visual img{
    width:405px !important;
    max-height:470px !important;
    bottom:-8px !important;
  }
}

@media (max-width:360px){

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

  .hero-visual img{
    width:365px !important;
    max-height:430px !important;
  }
}


/* =========================
   HERO MOBILE ESTILO FOTO + TEXTO NO SOMBREADO
========================= */

.mobile-hero-title{
  display:none;
}

@media (max-width:768px){

  .hero{
    background:
      radial-gradient(circle at 50% 25%,rgba(10,62,142,.38),transparent 34%),
      linear-gradient(180deg,#061f49 0%,#06265a 48%,#041326 100%) !important;
  }

  .hero-grid{
    display:flex !important;
    flex-direction:column-reverse !important;
    padding-top:96px !important;
    min-height:auto !important;
  }

  .hero-copy{
    position:relative !important;
    z-index:12 !important;
    margin-top:-165px !important;
    padding:0 0 36px !important;
    text-align:center !important;
  }

  .hero-copy .eyebrow,
  .hero-copy h1{
    display:none !important;
  }

  .mobile-hero-title{
    display:block !important;
    margin:0 auto 14px !important;
    max-width:330px !important;

    color:var(--gold-light) !important;
    font-family:Cormorant Garamond,serif !important;
    font-size:2rem !important;
    font-weight:600 !important;
    line-height:.9 !important;
    letter-spacing:-.025em !important;
    text-align:center !important;
    text-shadow:0 12px 26px rgba(0,0,0,.42) !important;
  }

  .hero-copy p{
    max-width:335px !important;
    margin:0 auto 22px !important;

    color:#fff !important;
    font-size:1rem !important;
    line-height:1.34 !important;
    text-align:center !important;
    text-shadow:0 10px 28px rgba(0,0,0,.46) !important;
  }

  .hero-actions{
    max-width:330px !important;
    margin:0 auto !important;
  }

  .hero-actions .btn{
    min-height:52px !important;
    font-size:.76rem !important;
  }

  .hero-visual{
    position:relative !important;
    z-index:5 !important;
    min-height:520px !important;
    margin-top:0 !important;
    overflow:hidden !important;
  }

  .hero-visual::before{
    content:"" !important;
    position:absolute !important;
    inset:auto 0 0 0 !important;
    height:56% !important;
    z-index:8 !important;
    background:linear-gradient(180deg,rgba(6,38,90,0) 0%,rgba(6,38,90,.74) 47%,#06265a 100%) !important;
    pointer-events:none !important;
  }

  .hero-visual::after{
    height:42% !important;
    z-index:9 !important;
    background:linear-gradient(180deg,rgba(4,28,67,0) 0%,#06265a 82%) !important;
  }

  .hero-visual img{
    right:50% !important;
    bottom:28px !important;
    transform:translateX(50%) !important;

    width:390px !important;
    max-width:108vw !important;
    max-height:520px !important;

    object-fit:contain !important;
    object-position:bottom center !important;

    opacity:1 !important;
    z-index:7 !important;
    filter:drop-shadow(0 24px 48px rgba(0,0,0,.32)) !important;
  }

  .ambient-glow{
    width:430px !important;
    height:430px !important;
    top:46% !important;
    opacity:.65 !important;
  }
}

@media (max-width:420px){

  .hero-grid{
    padding-top:92px !important;
  }

  .hero-copy{
    margin-top:-150px !important;
    padding-bottom:30px !important;
  }

  .mobile-hero-title{
    max-width:300px !important;
    font-size:1.72rem !important;
  }

  .hero-copy p{
    max-width:320px !important;
    font-size:.9rem !important;
    line-height:1.38 !important;
  }

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

  .hero-visual img{
    width:365px !important;
    max-height:500px !important;
    bottom:26px !important;
  }
}

@media (max-width:360px){

  .hero-copy{
    margin-top:-138px !important;
  }

  .mobile-hero-title{
    font-size:1.55rem !important;
  }

  .hero-copy p{
    font-size:.84rem !important;
  }

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

  .hero-visual img{
    width:335px !important;
    max-height:465px !important;
  }
}


/* =========================
   FINAL DEFINITIVO: HERO MOBILE COM TEXTO ORIGINAL
========================= */

.mobile-hero-title{
  display:none !important;
}

@media (max-width:768px){

  .hero{
    min-height:auto !important;
    overflow:hidden !important;
    background:
      radial-gradient(circle at 50% 25%,rgba(10,62,142,.28),transparent 38%),
      linear-gradient(180deg,#061f49 0%,#06265a 35%,#06265a 65%,#041326 100%) !important;
  }

  .hero-grid{
    display:flex !important;
    flex-direction:column-reverse !important;
    min-height:auto !important;
    padding-top:96px !important;
    gap:0 !important;
  }

  .hero-visual{
    position:relative !important;
    z-index:5 !important;
    min-height:520px !important;
    margin-top:0 !important;
    overflow:hidden !important;
    display:flex !important;
    align-items:flex-end !important;
    justify-content:center !important;
  }

  .hero-visual::before{
    content:"" !important;
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    height:58% !important;
    z-index:8 !important;
    background:linear-gradient(
      180deg,
      rgba(6,38,90,0) 0%,
      rgba(6,38,90,.55) 35%,
      rgba(6,38,90,.85) 70%,
      #041326 100%
    ) !important;
    pointer-events:none !important;
  }

  .hero-visual::after{
    height:40% !important;
    z-index:9 !important;
    background:linear-gradient(180deg,rgba(4,28,67,0) 0%,#06265a 84%) !important;
  }

  .hero-visual img{
    right:50% !important;
    bottom:26px !important;
    transform:translateX(50%) !important;

    width:390px !important;
    max-width:108vw !important;
    max-height:520px !important;

    object-fit:contain !important;
    object-position:bottom center !important;

    opacity:1 !important;
    z-index:7 !important;
    animation:none !important;
    filter:drop-shadow(0 24px 48px rgba(0,0,0,.32)) !important;
  }

  .ambient-glow{
    width:430px !important;
    height:430px !important;
    right:50% !important;
    top:46% !important;
    transform:translate(50%,-50%) !important;
    opacity:.65 !important;
  }

  .hero-copy{
    position:relative !important;
    z-index:12 !important;

    width:100% !important;
    max-width:100% !important;

    margin-top:-178px !important;
    padding:0 0 36px !important;

    text-align:center !important;
    overflow:visible !important;
  }

  .hero-copy .eyebrow{
    display:block !important;
    max-width:330px !important;
    margin:0 auto 10px !important;

    color:#fff !important;
    font-size:.58rem !important;
    line-height:1.35 !important;
    letter-spacing:.09em !important;
    text-align:center !important;
    white-space:normal !important;

    text-shadow:0 10px 24px rgba(0,0,0,.48) !important;
  }

  .hero-copy h1{
    display:block !important;
    max-width:340px !important;
    margin:0 auto 14px !important;

    color:#fff8ee !important;
    font-family:Cormorant Garamond,serif !important;
    font-size:2.18rem !important;
    font-weight:700 !important;
    line-height:.98 !important;
    letter-spacing:.005em !important;
    text-transform:uppercase !important;
    text-align:center !important;

    word-break:normal !important;
    overflow-wrap:normal !important;
    hyphens:none !important;

    text-shadow:0 14px 34px rgba(0,0,0,.54) !important;
  }

  .hero-copy p{
    max-width:332px !important;
    margin:0 auto 20px !important;

    color:#fff !important;
    font-size:.91rem !important;
    line-height:1.38 !important;
    text-align:center !important;

    text-shadow:0 10px 28px rgba(0,0,0,.46) !important;
  }

  .hero-actions{
    max-width:330px !important;
    margin:0 auto !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .hero-actions .btn{
    width:100% !important;
    min-height:52px !important;
    font-size:.74rem !important;
  }
}

@media (max-width:420px){

  .hero-grid{
    padding-top:92px !important;
  }

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

  .hero-visual img{
    width:365px !important;
    max-height:500px !important;
    bottom:26px !important;
  }

  .hero-copy{
    margin-top:-158px !important;
    padding-bottom:30px !important;
  }

  .hero-copy .eyebrow{
    max-width:310px !important;
    font-size:.52rem !important;
  }

  .hero-copy h1{
    max-width:320px !important;
    font-size:1.82rem !important;
    line-height:1.02 !important;
  }

  .hero-copy p{
    max-width:315px !important;
    font-size:.86rem !important;
    line-height:1.38 !important;
  }
}

@media (max-width:360px){

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

  .hero-visual img{
    width:335px !important;
    max-height:465px !important;
  }

  .hero-copy{
    margin-top:-145px !important;
  }

  .hero-copy h1{
    font-size:1.62rem !important;
  }

  .hero-copy p{
    font-size:.8rem !important;
  }
}
