
:root{
  --blue:#0a62df;
  --blue-dark:#034cae;
  --green:#21b66f;
  --green-dark:#148c55;
  --ink:#071426;
  --muted:#5c6b7d;
  --line:#dbe7f2;
  --soft:#eff8ff;
  --soft-green:#effaf5;
  --soft-2:#f7fbff;
  --white:#fff;
  --shadow:0 24px 60px rgba(26,90,165,.15);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
}
body.modal-open{overflow:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}

.disclaimer-bar{
  background:#062b5e;
  color:#dcecff;
  font-size:13px;
  padding:9px 0;
  text-align:center;
}
.disclaimer-bar strong{color:#fff}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid #e8eef5;
}
.nav-wrap{height:78px;display:flex;align-items:center;gap:28px}
.brand img{width:280px; height:auto; object-fit:contain}
.main-nav{display:flex;gap:28px;margin-left:auto}
.main-nav a{font-weight:600;color:#4e5b6b;font-size:15px}
.main-nav a:hover{color:var(--blue)}
.menu-toggle{display:none;background:none;border:0;font-size:28px}
.btn{
  min-height:50px;padding:0 27px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  font-weight:700;border:1px solid transparent;cursor:pointer;transition:.2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--blue),#0876ee);color:#fff;box-shadow:0 10px 20px rgba(8,101,232,.18)}
.btn-primary:hover{background:var(--blue-dark)}
.btn-outline{border-color:var(--blue);color:var(--blue);background:#fff}
.btn-soft{border-color:#d6e3ef;background:#fff;color:var(--ink)}
.btn-white{background:#fff;color:var(--blue)}
.header-btn{padding-inline:22px;font-size:14px}

.hero{
  min-height:790px;
  background:
    radial-gradient(circle at 84% 42%,rgba(33,182,111,.11),transparent 27%),
    radial-gradient(circle at 74% 38%,rgba(70,145,255,.16),transparent 34%),
    linear-gradient(180deg,#edf9ff 0%,#fbfdff 100%);
  display:flex;align-items:center;overflow:hidden;
}
.hero-grid{
  display:grid;grid-template-columns:.98fr 1.12fr;
  gap:68px;align-items:center;padding:82px 0 112px;
}
.eyebrow{font-size:16px;font-weight:800;color:var(--blue);display:inline-block;margin-bottom:24px}
.hero-copy h1{font-size:56px;line-height:1.06;letter-spacing:-2.6px;margin:0 0 26px;max-width:650px}
.hero-copy h1 span{color:var(--blue)}
.lead{font-size:19px;line-height:1.72;color:var(--muted);max-width:650px;margin:0}
.hero-actions{display:flex;gap:14px;margin-top:36px}
.trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:44px;color:#5b6980;font-weight:600;font-size:14px}
.trust-row span{display:flex;align-items:center;gap:10px}
.trust-row i{width:9px;height:9px;border-radius:50%;background:var(--green)}

.hero-visual{position:relative;min-height:630px}
.hero-photo{
  position:absolute;right:0;top:16px;width:100%;height:510px;
  object-fit:cover;object-position:center;border-radius:34px;box-shadow:var(--shadow);
}
.sim-card{
  position:absolute;left:28px;right:20px;bottom:0;
  background:#fff;border:1px solid #d8e1ea;border-radius:34px;
  padding:34px;box-shadow:var(--shadow);
}
.sim-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.sim-title{margin:0;font-size:24px;font-weight:800}
.sim-label{margin:10px 0 0;color:var(--muted);font-size:15px}
#amountDisplay{font-size:29px;color:var(--blue);white-space:nowrap}
input[type="range"]{width:100%;accent-color:var(--blue);margin:24px 0 8px}
.range-labels{display:flex;justify-content:space-between;color:#5d6a7b;font-size:13px;font-weight:600}
.metrics{
  margin:24px 0;padding:18px;border-radius:26px;background:linear-gradient(135deg,#e6f2ff,#eefaf5);
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;
}
.metric{min-width:0}
.metric-icon{
  width:38px;height:38px;border-radius:50%;background:var(--blue);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:11px
}
.metric:nth-child(2) .metric-icon{background:var(--green)}
.metric:nth-child(3) .metric-icon{background:#1659b7}
.metric small{display:block;letter-spacing:.9px;color:#5e6a7b;font-weight:800;margin-bottom:7px}
.metric strong{font-size:14px;line-height:1.35}
.btn-full{width:100%;border:0;border-radius:21px;min-height:62px;font-size:16px}
.micro{text-align:center;font-size:12px;line-height:1.45;color:#647286;margin:13px 0 0}

.section{padding:96px 0}
.section-alt{background:var(--soft-2)}
.section-heading{max-width:760px;margin-bottom:42px}
.section-heading .eyebrow{margin-bottom:13px}
.section h2{font-size:41px;line-height:1.16;letter-spacing:-1.4px;margin:0 0 18px}
.section p{font-size:16px;line-height:1.75;color:var(--muted)}

.eligibility-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.eligibility-card{
  display:flex;gap:18px;align-items:flex-start;padding:24px;
  border:1px solid var(--line);border-radius:23px;background:#fff;
  box-shadow:0 10px 25px rgba(18,55,95,.05)
}
.check-icon{
  width:42px;height:42px;flex:0 0 42px;border-radius:14px;
  background:var(--soft-green);color:var(--green-dark);display:flex;align-items:center;justify-content:center;
  font-weight:900;font-size:20px
}
.eligibility-card h3{margin:1px 0 7px;font-size:18px}
.eligibility-card p{margin:0;font-size:14px}

.cards.three{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.info-card{border:1px solid var(--line);border-radius:26px;padding:28px;background:#fff;box-shadow:0 12px 30px rgba(18,55,95,.06)}
.icon-badge{width:48px;height:48px;border-radius:16px;background:#e7f2ff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:20px}
.info-card:nth-child(2) .icon-badge{background:var(--soft-green);color:var(--green-dark)}
.info-card h3{font-size:20px;margin:0 0 12px}
.info-card p{font-size:15px;margin:0}

.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.step{display:flex;gap:20px;padding:26px;border:1px solid var(--line);border-radius:25px;background:#fff}
.step>span{width:48px;height:48px;flex:0 0 48px;border-radius:16px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800}
.step h3{margin:1px 0 8px;font-size:19px}
.step p{margin:0;font-size:14px}

.conditions-grid{display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:center}
.conditions-box{background:#fff;border:1px solid var(--line);border-radius:28px;padding:10px 28px;box-shadow:0 16px 40px rgba(28,74,126,.07)}
.conditions-box div{display:flex;justify-content:space-between;gap:24px;padding:20px 0;border-bottom:1px solid var(--line)}
.conditions-box div:last-child{border-bottom:0}
.conditions-box span{color:var(--muted)}
.conditions-box strong{text-align:right}

.faq-wrap{max-width:900px}
.faq-wrap details{border:1px solid var(--line);border-radius:20px;padding:0 22px;margin:13px 0;background:#fff}
.faq-wrap summary{cursor:pointer;list-style:none;font-weight:700;padding:21px 0}
.faq-wrap summary::-webkit-details-marker{display:none}
.faq-wrap summary::after{content:"+";float:right;color:var(--blue);font-size:22px}
.faq-wrap details[open] summary::after{content:"−"}
.faq-wrap details p{margin:0;padding:0 0 22px;font-size:14px}

.support-section{padding:36px 0 96px}
.support-card{
  border-radius:32px;background:linear-gradient(135deg,#075fdd,#0a78e6 62%,#1daf70);
  color:#fff;padding:44px 50px;display:flex;align-items:center;justify-content:space-between;gap:30px;
  box-shadow:0 24px 50px rgba(8,101,232,.2)
}
.support-card h2{font-size:36px;margin:0 0 10px}
.support-card p{margin:0;color:#e8f2ff;max-width:710px;line-height:1.6}
.eyebrow-light{color:#d8ebff;margin-bottom:10px}

footer{background:#071426;color:#d4dce6;padding:64px 0 30px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}
.footer-logo{width:260px;height:auto;object-fit:contain;display:block;margin-bottom:0}
.footer-grid p{max-width:480px;color:#9eacbc;line-height:1.7}
.footer-grid strong{display:block;color:#fff;margin-bottom:16px}
.footer-grid a,.footer-grid span{display:block;color:#aeb9c7;margin:10px 0}
.footer-grid a:hover{color:#fff}
.footer-logo-wrap{display:inline-block;background:#fff;padding:12px 16px;border-radius:18px;margin-bottom:18px;box-shadow:0 8px 24px rgba(0,0,0,.14)}
.legal-note{border-top:1px solid #1d2c3f;margin-top:38px;padding-top:24px;color:#7f8c9d;font-size:12px;line-height:1.65}

.modal-backdrop{
  position:fixed;inset:0;background:rgba(2,13,26,.58);z-index:200;
  display:none;align-items:center;justify-content:center;padding:20px
}
.modal-backdrop.open{display:flex}
.modal{
  width:min(520px,100%);background:#fff;border-radius:28px;padding:34px;
  box-shadow:0 28px 80px rgba(0,0,0,.28);position:relative
}
.modal .eyebrow{margin-bottom:8px}
.modal h2{font-size:30px;margin:0 0 20px}
.modal ul{padding-left:22px;color:#3f4e60;line-height:1.8}
.modal-note{font-size:13px;color:var(--muted)}
.modal-close{
  position:absolute;top:16px;right:18px;border:0;background:#edf3f8;width:38px;height:38px;border-radius:50%;
  cursor:pointer;font-size:24px;color:#465366
}

@media (max-width: 1030px){
  .main-nav{display:none;position:absolute;top:78px;left:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow);flex-direction:column;gap:6px}
  .main-nav.open{display:flex}
  .main-nav a{padding:12px 8px}
  .menu-toggle{display:block;margin-left:auto}
  .header-btn{display:none}
  .hero{min-height:auto}
  .hero-grid{grid-template-columns:1fr;gap:48px;padding-top:68px}
  .hero-copy h1{font-size:49px}
  .hero-visual{min-height:650px}
  .cards.three{grid-template-columns:1fr}
  .conditions-grid{grid-template-columns:1fr;gap:34px}
}

@media (max-width: 700px){
  .container{width:min(100% - 28px,1180px)}
  .disclaimer-bar{text-align:left;font-size:11px;line-height:1.45}
  .nav-wrap{height:70px}
  .brand img{width:220px;height:auto}
  .main-nav{top:70px}
  .hero-grid{padding:52px 0 68px}
  .hero-copy h1{font-size:40px;letter-spacing:-1.7px}
  .lead{font-size:16px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .trust-row{gap:15px;margin-top:30px}
  .hero-visual{min-height:660px}
  .hero-photo{height:320px;border-radius:24px}
  .sim-card{left:6px;right:6px;padding:23px 18px;border-radius:27px}
  .sim-top{flex-direction:column;gap:8px}
  #amountDisplay{font-size:26px}
  .metrics{grid-template-columns:1fr;padding:17px;border-radius:21px}
  .metric{display:grid;grid-template-columns:38px 1fr;column-gap:12px}
  .metric-icon{grid-row:1/3;margin:0}
  .metric small{margin:1px 0 4px}
  .section{padding:70px 0}
  .section h2{font-size:33px}
  .eligibility-grid,.steps{grid-template-columns:1fr}
  .support-card{padding:32px 24px;flex-direction:column;align-items:flex-start}
  .support-card h2{font-size:30px}
  .footer-grid{grid-template-columns:1fr;gap:32px}
}


/* =========================================================
   AJUSTE VISUAL — PALETA BRASIL + CONTEÚDO CENTRALIZADO
   Mantém a identificação do site como privado/informativo.
   ========================================================= */
:root{
  --blue:#1351B4;
  --blue-dark:#071D41;
  --green:#168821;
  --green-dark:#0D6E19;
  --yellow:#FFCD07;
  --ink:#071D41;
  --muted:#556575;
  --line:#D7E3F4;
  --soft:#EAF3FF;
  --soft-green:#EAF7EC;
  --soft-2:#F8FAFD;
  --white:#FFFFFF;
  --shadow:0 24px 60px rgba(19,81,180,.16);
}

body{
  text-align:center;
}

.disclaimer-bar{
  background:var(--blue-dark);
  color:#fff;
  border-bottom:3px solid var(--yellow);
}

.site-header{
  border-bottom:1px solid #d9e4f2;
  box-shadow:0 4px 18px rgba(7,29,65,.05);
}

.nav-wrap{
  justify-content:center;
}

.brand{
  display:flex;
  align-items:center;
  justify-content:center;
}

.main-nav{
  margin-left:0;
  justify-content:center;
}

.main-nav a{
  color:var(--blue-dark);
}

.main-nav a:hover{
  color:var(--blue);
}

.btn-primary{
  background:var(--blue);
  box-shadow:0 10px 20px rgba(19,81,180,.22);
}

.btn-primary:hover{
  background:var(--blue-dark);
}

.btn-outline{
  border-color:var(--blue);
  color:var(--blue);
}

.btn-outline:hover{
  background:var(--soft);
}

.btn-soft{
  border-color:#c7d8ef;
  color:var(--blue-dark);
}

.hero{
  min-height:auto;
  background:
    radial-gradient(circle at 15% 15%,rgba(255,205,7,.20),transparent 22%),
    radial-gradient(circle at 84% 24%,rgba(22,136,33,.13),transparent 24%),
    radial-gradient(circle at 50% 45%,rgba(19,81,180,.10),transparent 36%),
    linear-gradient(180deg,#F5FAFF 0%,#FFFFFF 100%);
}

.hero-grid{
  grid-template-columns:1fr;
  gap:52px;
  max-width:1050px;
  padding:78px 0 110px;
}

.hero-copy{
  max-width:900px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.hero-copy h1{
  max-width:850px;
  margin-left:auto;
  margin-right:auto;
}

.hero-copy h1 span{
  color:var(--blue);
}

.lead{
  max-width:780px;
  margin-left:auto;
  margin-right:auto;
}

.eyebrow{
  color:var(--green-dark);
}

.hero-actions{
  justify-content:center;
}

.trust-row{
  justify-content:center;
  color:#45586c;
}

.trust-row i{
  background:var(--yellow);
  box-shadow:0 0 0 4px rgba(255,205,7,.15);
}

.hero-visual{
  width:min(920px,100%);
  min-height:690px;
  margin:0 auto;
}

.hero-photo{
  left:50%;
  right:auto;
  transform:translateX(-50%);
  width:100%;
  height:520px;
  border:4px solid #fff;
  box-shadow:0 26px 70px rgba(7,29,65,.16);
}

.sim-card{
  left:50%;
  right:auto;
  transform:translateX(-50%);
  width:min(760px,calc(100% - 40px));
  text-align:center;
  border-top:5px solid var(--yellow);
}

.sim-top{
  align-items:center;
  justify-content:center;
  flex-direction:column;
}

#amountDisplay{
  color:var(--blue);
}

.range-labels{
  text-align:left;
}

.metrics{
  background:
    linear-gradient(135deg,rgba(19,81,180,.10),rgba(22,136,33,.10));
}

.metric{
  text-align:center;
}

.metric-icon{
  margin-left:auto;
  margin-right:auto;
  background:var(--blue);
}

.metric:nth-child(2) .metric-icon{
  background:var(--green);
}

.metric:nth-child(3) .metric-icon{
  background:var(--yellow);
  color:var(--blue-dark);
}

.section-heading{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.eligibility-grid,
.cards.three,
.steps{
  max-width:1050px;
  margin-left:auto;
  margin-right:auto;
}

.eligibility-card{
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.check-icon{
  background:var(--soft-green);
  color:var(--green-dark);
}

.info-card,
.step{
  text-align:center;
}

.icon-badge,
.step>span{
  margin-left:auto;
  margin-right:auto;
}

.info-card .icon-badge{
  background:var(--soft);
  color:var(--blue);
}

.info-card:nth-child(2) .icon-badge{
  background:var(--soft-green);
  color:var(--green-dark);
}

.info-card:nth-child(3) .icon-badge{
  background:#FFF7D1;
  color:#8D6B00;
}

.step{
  flex-direction:column;
  align-items:center;
}

.step>span{
  background:var(--blue);
}

.step:nth-child(2)>span,
.step:nth-child(4)>span{
  background:var(--green);
}

.conditions-grid{
  grid-template-columns:1fr;
  max-width:850px;
  margin:0 auto;
  gap:32px;
}

.conditions-grid>div:first-child{
  max-width:760px;
  margin:0 auto;
}

.conditions-box{
  max-width:720px;
  width:100%;
  margin:0 auto;
  border-top:5px solid var(--yellow);
}

.conditions-box div{
  align-items:center;
}

.faq-wrap{
  margin-left:auto;
  margin-right:auto;
}

.faq-wrap details{
  text-align:center;
}

.faq-wrap summary{
  position:relative;
  padding-left:36px;
  padding-right:36px;
}

.faq-wrap summary::after{
  position:absolute;
  right:8px;
  float:none;
  color:var(--green);
}

.support-card{
  max-width:1000px;
  margin:0 auto;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  background:
    linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 62%,var(--green) 100%);
  border-bottom:5px solid var(--yellow);
}

.support-card p{
  margin-left:auto;
  margin-right:auto;
}

.btn-white{
  color:var(--blue);
  border:2px solid var(--yellow);
}

footer{
  background:var(--blue-dark);
  border-top:5px solid var(--yellow);
}

.footer-grid{
  grid-template-columns:repeat(3,1fr);
  max-width:1050px;
  margin:0 auto;
  text-align:center;
}

.footer-grid>div{
  display:flex;
  flex-direction:column;
  align-items:center;
}

.footer-grid p{
  margin-left:auto;
  margin-right:auto;
}

.footer-logo-wrap{
  border:2px solid var(--yellow);
}

.legal-note{
  text-align:center;
}

.modal{
  text-align:center;
  border-top:5px solid var(--yellow);
}

.modal ul{
  display:inline-block;
  text-align:left;
}

@media (max-width:1030px){
  .nav-wrap{
    justify-content:center;
  }

  .menu-toggle{
    margin-left:0;
  }

  .main-nav{
    text-align:center;
  }

  .hero-grid{
    max-width:900px;
  }
}

@media (max-width:700px){
  body{
    text-align:center;
  }

  .disclaimer-bar{
    text-align:center;
  }

  .nav-wrap{
    justify-content:space-between;
  }

  .brand img{
    width:190px;
  }

  .hero-copy h1{
    font-size:39px;
  }

  .hero-actions{
    width:100%;
  }

  .trust-row{
    flex-direction:column;
    align-items:center;
  }

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

  .hero-photo{
    height:325px;
  }

  .sim-card{
    width:calc(100% - 10px);
    left:50%;
    right:auto;
  }

  .metric{
    text-align:left;
  }

  .metric-icon{
    margin-left:0;
    margin-right:0;
  }

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

  .support-card{
    align-items:center;
  }

  .conditions-box div{
    flex-direction:column;
    gap:6px;
    text-align:center;
  }

  .conditions-box strong{
    text-align:center;
  }
}


/* Ajuste após remoção do simulador */
.hero-visual{
  min-height:auto !important;
  display:flex;
  justify-content:center;
  align-items:center;
}

.hero-photo{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  transform:none !important;
  width:min(920px,100%) !important;
  height:auto !important;
  max-height:none !important;
  object-fit:cover;
  border-radius:34px;
}

@media (max-width:700px){
  .hero-visual{
    min-height:auto !important;
  }

  .hero-photo{
    height:auto !important;
    border-radius:24px;
  }
}


/* =========================================================
   VERSÃO EDUCATIVA — AJUSTES DE CONTEÚDO E DEPOIMENTOS
   ========================================================= */
.hero-grid{
  grid-template-columns:1fr !important;
  max-width:1050px;
  text-align:center;
}

.hero-copy{
  max-width:850px;
  margin:0 auto;
}

.hero-copy h1{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}

.hero-copy .lead{
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}

.hero-actions{
  justify-content:center;
}

.security-note{
  margin:26px auto 0;
  max-width:720px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:16px 20px;
  border:1px solid #cfe0f3;
  background:#fff;
  border-radius:18px;
  box-shadow:0 10px 25px rgba(7,29,65,.05);
}

.security-note p{
  margin:0;
  color:#4f6072;
  font-size:14px;
  line-height:1.55;
}

.security-icon{
  flex:0 0 36px;
  width:36px;
  height:36px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#168821;
  color:#fff;
  font-weight:800;
}

.hero-visual{
  width:min(960px,100%);
  margin:36px auto 0;
}

.hero-photo{
  width:100% !important;
  height:auto !important;
  position:relative !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  transform:none !important;
}







.about-centered,
.safety-box{
  max-width:850px;
  margin:0 auto;
  text-align:center;
}

.about-alert{
  margin:28px auto 0;
  padding:20px 24px;
  border-radius:20px;
  background:#fff8d8;
  border:1px solid #f1d77b;
  color:#5b4c11;
  line-height:1.6;
}

.safety-box{
  padding:38px;
  border:1px solid var(--line);
  border-top:5px solid var(--green);
  border-radius:28px;
  background:#fff;
  box-shadow:0 16px 40px rgba(7,29,65,.06);
}

.footer-simple{
  text-align:center;
}

.footer-brand-area{
  display:flex;
  flex-direction:column;
  align-items:center;
}

.footer-brand-area p{
  max-width:620px;
  color:#aeb9c7;
  line-height:1.7;
}

.footer-links{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin:28px 0 6px;
}

.footer-links a{
  color:#fff;
  font-weight:600;
}

.footer-links a:hover{
  text-decoration:underline;
}

.footer-links span{
  color:#6f8196;
}

@media (max-width:900px){
  .testimonials{
    grid-template-columns:1fr;
  }
}

@media (max-width:700px){
  .security-note{
    align-items:flex-start;
    text-align:left;
  }

  .testimonial-card{
    text-align:center;
  }

  .footer-links{
    flex-direction:column;
  }

  .footer-links span{
    display:none;
  }

  .safety-box{
    padding:28px 20px;
  }
}


/* Ajuste final: hero sem imagem */
.hero{
  min-height:auto !important;
}

.hero-grid{
  grid-template-columns:1fr !important;
  gap:0 !important;
  max-width:920px !important;
  padding:92px 0 100px !important;
}

.hero-copy{
  max-width:860px !important;
  margin:0 auto !important;
}

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

@media (max-width:700px){
  .hero-grid{
    padding:64px 0 72px !important;
  }
}


/* Menu superior removido */
.site-header,
.nav-wrap,
.main-nav,
.menu-toggle,
.header-btn{
  display:none !important;
}

.hero{
  margin-top:0 !important;
}


/* Logo removida do site */
.footer-logo-wrap,
.footer-logo,
.brand{
  display:none !important;
}

.footer-brand-area{
  padding-top:0 !important;
}


/* Botão principal destacado */
#startConsultation{
  min-height:72px !important;
  padding:0 42px !important;
  font-size:24px !important;
  font-weight:800 !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#1351B4 0%, #1B66D1 55%, #168821 100%) !important;
  color:#fff !important;
  box-shadow:0 18px 40px rgba(19,81,180,.28), 0 0 0 10px rgba(255,205,7,.14) !important;
  transform:translateY(0);
  transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
  letter-spacing:.2px;
}

#startConsultation:hover{
  transform:translateY(-2px) scale(1.02);
  box-shadow:0 22px 48px rgba(19,81,180,.34), 0 0 0 14px rgba(255,205,7,.18) !important;
  filter:saturate(1.05);
}

#startConsultation:active{
  transform:translateY(0) scale(.99);
}

#startConsultation span{
  font-size:28px;
  line-height:1;
}

@keyframes ctaPulse {
  0% { box-shadow:0 18px 40px rgba(19,81,180,.28), 0 0 0 0 rgba(255,205,7,.25); }
  70% { box-shadow:0 18px 40px rgba(19,81,180,.28), 0 0 0 16px rgba(255,205,7,0); }
  100% { box-shadow:0 18px 40px rgba(19,81,180,.28), 0 0 0 0 rgba(255,205,7,0); }
}

#startConsultation{
  animation:ctaPulse 2.2s infinite;
}

@media (max-width:700px){
  #startConsultation{
    width:100%;
    min-height:66px !important;
    font-size:21px !important;
    padding:0 24px !important;
  }

  #startConsultation span{
    font-size:24px;
  }
}


/* =========================================================
   VISUAL INSPIRADO EM PORTAIS PÚBLICOS BRASILEIROS
   Sem uso de marca GOV.BR, brasão ou identidade oficial.
   ========================================================= */
:root{
  --gov-blue:#1351B4;
  --gov-blue-dark:#071D41;
  --gov-blue-soft:#E7F1FF;
  --gov-green:#168821;
  --gov-yellow:#FFCD07;
  --gov-gray:#F3F5F7;
  --gov-border:#D9E2EC;
  --gov-text:#071D41;
  --gov-muted:#555E68;
}

body{
  background:#fff;
  color:var(--gov-text);
  font-family:"Inter","Segoe UI",Arial,sans-serif;
}

.govlike-top{
  background:#fff;
  border-bottom:1px solid #dfe5ec;
}

.govlike-top-inner{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.govlike-wordmark{
  font-size:18px;
  font-weight:800;
  letter-spacing:.12em;
  color:var(--gov-blue-dark);
}

.govlike-independent{
  font-size:13px;
  color:#5e6873;
}

.disclaimer-bar{
  background:var(--gov-blue-dark) !important;
  border-bottom:4px solid var(--gov-yellow) !important;
  color:#fff !important;
  text-align:center !important;
  padding:11px 0 !important;
  font-size:13px !important;
}

.disclaimer-bar strong{
  color:#fff;
}

.hero{
  background:#fff !important;
  border-bottom:1px solid var(--gov-border);
}

.hero-grid{
  max-width:980px !important;
  padding:82px 0 88px !important;
}

.eyebrow{
  color:var(--gov-blue) !important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:13px !important;
}

.hero-copy h1{
  color:var(--gov-blue-dark);
  font-size:52px !important;
  line-height:1.08 !important;
  letter-spacing:-1.8px !important;
}

.hero-copy .lead{
  color:var(--gov-muted);
  font-size:20px !important;
  line-height:1.65 !important;
}

#startConsultation{
  min-height:64px !important;
  padding:0 36px !important;
  font-size:20px !important;
  font-weight:700 !important;
  border-radius:8px !important;
  background:var(--gov-blue) !important;
  box-shadow:0 4px 0 #0b3c86 !important;
  animation:none !important;
  border:0 !important;
}

#startConsultation:hover{
  background:#0c45a0 !important;
  transform:translateY(-1px) !important;
  box-shadow:0 5px 0 #092f69 !important;
}

#startConsultation:active{
  transform:translateY(2px) !important;
  box-shadow:0 2px 0 #092f69 !important;
}

.security-note{
  border-radius:8px !important;
  border:1px solid #b7c9e2 !important;
  background:#F8FBFF !important;
  box-shadow:none !important;
  max-width:760px !important;
}

.security-icon{
  border-radius:50%;
  background:var(--gov-green) !important;
}

.govlike-info-strip{
  background:var(--gov-gray);
  border-bottom:1px solid var(--gov-border);
}

.govlike-info-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
}

.govlike-info-grid>div{
  padding:24px 28px;
  border-right:1px solid var(--gov-border);
  text-align:left;
}

.govlike-info-grid>div:last-child{
  border-right:0;
}

.govlike-info-label{
  display:block;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  color:#66717c;
  margin-bottom:7px;
}

.govlike-info-grid strong{
  color:var(--gov-blue-dark);
  font-size:15px;
}

.section{
  padding:82px 0 !important;
}

.section-alt{
  background:#F7F9FB !important;
}

.section-heading{
  max-width:780px;
}

.section h2{
  color:var(--gov-blue-dark);
  font-size:36px !important;
  letter-spacing:-.8px !important;
}

.info-card,
.step,
.testimonial-card,
.safety-box{
  border-radius:8px !important;
  box-shadow:none !important;
  border:1px solid var(--gov-border) !important;
}

.info-card,
.step,

.icon-badge,
.step>span{
  border-radius:6px !important;
}

.icon-badge{
  background:var(--gov-blue-soft) !important;
  color:var(--gov-blue) !important;
}

.step>span{
  background:var(--gov-blue) !important;
}

.step:nth-child(2)>span,
.step:nth-child(4)>span{
  background:var(--gov-green) !important;
}


.about-alert{
  border-radius:8px !important;
  border-left:5px solid var(--gov-yellow) !important;
  border-top:1px solid #e5d58b !important;
  border-right:1px solid #e5d58b !important;
  border-bottom:1px solid #e5d58b !important;
  background:#FFFBEA !important;
}

.safety-box{
  border-top:4px solid var(--gov-green) !important;
}

footer{
  background:var(--gov-blue-dark) !important;
  border-top:4px solid var(--gov-yellow) !important;
}

.footer-links a{
  text-decoration:underline;
  text-underline-offset:3px;
}

.modal{
  border-radius:8px !important;
  border-top:5px solid var(--gov-blue) !important;
}

.modal-close{
  border-radius:4px !important;
}

@media (max-width:800px){
  .govlike-top-inner{
    flex-direction:column;
    justify-content:center;
    padding:10px 0;
  }

  .govlike-info-grid{
    grid-template-columns:1fr;
  }

  .govlike-info-grid>div{
    border-right:0;
    border-bottom:1px solid var(--gov-border);
    text-align:center;
  }

  .govlike-info-grid>div:last-child{
    border-bottom:0;
  }

  .hero-copy h1{
    font-size:39px !important;
  }

  .hero-copy .lead{
    font-size:17px !important;
  }

  #startConsultation{
    width:100%;
    min-height:60px !important;
    font-size:19px !important;
  }
}


/* Ajuste solicitado — topo mais discreto */
.govlike-top-inner{
  justify-content:center !important;
  min-height:38px !important;
}

.govlike-wordmark{
  display:none !important;
}

.govlike-independent{
  font-size:11px !important;
  font-weight:600 !important;
  color:#1351B4 !important;
  letter-spacing:.02em;
}

.disclaimer-bar{
  background:#1351B4 !important;
  border-bottom:0 !important;
  padding:7px 0 !important;
  font-size:11px !important;
  line-height:1.35 !important;
  color:#ffffff !important;
}

.disclaimer-bar strong{
  font-size:11px !important;
  color:#ffffff !important;
}

@media (max-width:700px){
  .govlike-top-inner{
    min-height:34px !important;
    padding:6px 0 !important;
  }

  .govlike-independent{
    font-size:10px !important;
  }

  .disclaimer-bar{
    padding:6px 10px !important;
    font-size:10px !important;
    line-height:1.4 !important;
  }

  .disclaimer-bar strong{
    font-size:10px !important;
  }
}


/* Ajuste solicitado — título principal e botão maiores */
.hero-copy h1{
  font-size:64px !important;
  line-height:1.06 !important;
  max-width:900px !important;
}

#startConsultation{
  min-height:78px !important;
  padding:0 46px !important;
  font-size:24px !important;
  font-weight:800 !important;
  border-radius:10px !important;
}

#startConsultation span{
  font-size:28px !important;
  line-height:1 !important;
}

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

  #startConsultation{
    min-height:72px !important;
    font-size:22px !important;
    padding:0 34px !important;
  }
}

@media (max-width:700px){
  .hero-copy h1{
    font-size:40px !important;
    line-height:1.1 !important;
  }

  #startConsultation{
    width:100% !important;
    min-height:68px !important;
    font-size:21px !important;
    padding:0 24px !important;
  }

  #startConsultation span{
    font-size:24px !important;
  }
}


/* Imagem adicionada acima do título principal */
.hero-top-image{
  display:block;
  width:min(100%, 1100px);
  margin:0 auto 28px;
  border-radius:18px;
  box-shadow:0 18px 42px rgba(7,29,65,.14);
}

@media (max-width:700px){
  .hero-top-image{
    margin:0 auto 20px;
    border-radius:12px;
  }
}


/* Ícone acima do título principal */
.title-icon-image{
  display:block;
  width:120px;
  max-width:100%;
  margin:0 auto 18px;
  border-radius:10px;
}

@media (max-width:700px){
  .title-icon-image{
    width:92px;
    margin:0 auto 14px;
  }
}


/* Efeito pulsante no botão Iniciar consulta */
#startConsultation{
  position:relative;
  animation:ctaPulseGlow 1.8s ease-in-out infinite !important;
}

#startConsultation::before{
  content:"";
  position:absolute;
  inset:-10px;
  border-radius:14px;
  background:rgba(19,81,180,.18);
  z-index:-1;
  animation:ctaRing 1.8s ease-out infinite;
}

@keyframes ctaPulseGlow{
  0%{
    transform:scale(1);
    box-shadow:0 4px 0 #0b3c86, 0 0 0 0 rgba(19,81,180,.18);
  }
  50%{
    transform:scale(1.04);
    box-shadow:0 6px 0 #0b3c86, 0 0 18px rgba(19,81,180,.28);
  }
  100%{
    transform:scale(1);
    box-shadow:0 4px 0 #0b3c86, 0 0 0 0 rgba(19,81,180,.18);
  }
}

@keyframes ctaRing{
  0%{
    opacity:.65;
    transform:scale(.95);
  }
  70%{
    opacity:0;
    transform:scale(1.12);
  }
  100%{
    opacity:0;
    transform:scale(1.12);
  }
}

#startConsultation:hover{
  animation-play-state:running !important;
}

@media (prefers-reduced-motion: reduce){
  #startConsultation,
  #startConsultation::before{
    animation:none !important;
  }
}

@media (max-width:700px){
  #startConsultation::before{
    inset:-7px;
    border-radius:12px;
  }
}


.footer-extra-links{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin:10px 0 6px;
}

.footer-extra-links span,
.footer-extra-links a{
  color:#ffffff;
  font-weight:600;
}

.footer-extra-links a:hover{
  text-decoration:underline;
}

@media (max-width:700px){
  .footer-extra-links{
    flex-direction:column;
  }
}


/* Links funcionais do rodapé */
.footer-links a,
.footer-extra-links a{
  cursor:pointer;
  transition:opacity .18s ease, text-decoration-color .18s ease;
}

.footer-links a:hover,
.footer-extra-links a:hover{
  opacity:.82;
  text-decoration:underline;
  text-underline-offset:4px;
}

.footer-links a:focus-visible,
.footer-extra-links a:focus-visible{
  outline:3px solid #FFCD07;
  outline-offset:4px;
  border-radius:4px;
}


/* Conteúdos institucionais mantidos na página principal */
.legal-content{
  max-width:850px;
  margin:0 auto;
  text-align:center;
}

.legal-content h2{
  margin-bottom:18px;
}

.legal-content p{
  max-width:780px;
  margin:0 auto 14px;
  color:#555E68;
  line-height:1.75;
}

.footer-links a,
.footer-extra-links a{
  scroll-behavior:smooth;
}


/* Páginas institucionais internas abertas em nova aba */
.standalone-page{
  background:#f7f9fb;
}

.standalone-main{
  min-height:70vh;
}

.standalone-content{
  max-width:860px;
  margin:0 auto;
  text-align:left;
  background:#fff;
  border:1px solid #d9e2ec;
  border-top:5px solid #1351B4;
  border-radius:10px;
  padding:46px;
}

.standalone-content .eyebrow{
  display:block;
  margin-top:28px;
  margin-bottom:10px;
}

.standalone-content h1{
  font-size:44px;
  line-height:1.1;
  color:#071D41;
  margin:0 0 28px;
}

.standalone-content h2{
  font-size:24px !important;
  color:#071D41;
  margin:30px 0 10px;
}

.standalone-content p,
.standalone-content li{
  color:#555E68;
  font-size:16px;
  line-height:1.75;
}

.back-home{
  display:inline-flex;
  align-items:center;
  color:#1351B4;
  font-weight:700;
  text-decoration:none;
}

.back-home:hover{
  text-decoration:underline;
  text-underline-offset:4px;
}

.security-page-box{
  margin:28px 0;
  padding:22px 26px;
  border-left:5px solid #168821;
  background:#f0f8f1;
}

.security-page-box h2{
  margin-top:0;
}

@media (max-width:700px){
  .standalone-content{
    padding:28px 20px;
    border-radius:8px;
  }

  .standalone-content h1{
    font-size:34px;
  }
}


/* Botão flutuante para voltar ao topo */
.back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:999;
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:50%;
  background:#1351B4;
  color:#fff;
  font-size:27px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(7,29,65,.26);
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .22s ease, transform .22s ease, visibility .22s ease, background .18s ease;
}

.back-to-top.show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.back-to-top:hover{
  background:#071D41;
  transform:translateY(-2px);
}

.back-to-top:focus-visible{
  outline:3px solid #FFCD07;
  outline-offset:4px;
}

@media (max-width:700px){
  .back-to-top{
    right:16px;
    bottom:16px;
    width:50px;
    height:50px;
    font-size:24px;
  }
}


/* Versão mais curta da presell */
.hero-grid{
  padding-top:58px !important;
  padding-bottom:62px !important;
}

.hero-top-image{
  width:min(100%, 860px) !important;
  margin-bottom:20px !important;
}

.compact-section{
  padding:58px 0 !important;
}

.compact-section .section-heading{
  margin-bottom:28px !important;
}

.compact-section h2{
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}

.compact-cards .info-card{
  padding:22px !important;
}

.compact-cards .info-card p{
  margin-bottom:0;
}

footer{
  padding-top:44px !important;
  padding-bottom:24px !important;
}

.footer-brand-area p{
  margin-top:0;
  margin-bottom:14px;
}

.footer-links{
  margin-top:18px !important;
}

@media (max-width:700px){
  .hero-grid{
    padding-top:40px !important;
    padding-bottom:46px !important;
  }

  .compact-section{
    padding:42px 0 !important;
  }
}


/* Ajuste do botão flutuante no celular para ficar acima da barra de navegação */
@media (max-width:700px){
  .back-to-top{
    right:16px !important;
    bottom:calc(88px + env(safe-area-inset-bottom)) !important;
  }
}


/* Ajuste do botão flutuante para ficar acima da barra de navegação no celular */
@media (max-width:700px){
  .back-to-top{
    bottom:88px !important;
    right:16px !important;
  }
}


/* =========================================================
   MOBILE COMPACTO — layout menor e mais responsivo
   ========================================================= */
@media (max-width:700px){

  html, body{
    width:100%;
    overflow-x:hidden;
  }

  .container{
    width:calc(100% - 24px) !important;
    max-width:100% !important;
  }

  .govlike-top-inner{
    min-height:30px !important;
    padding:4px 0 !important;
  }

  .govlike-independent{
    font-size:9px !important;
    line-height:1.2 !important;
  }

  .disclaimer-bar{
    padding:5px 8px !important;
    font-size:9px !important;
    line-height:1.3 !important;
  }

  .disclaimer-bar strong{
    font-size:9px !important;
  }

  .hero-grid{
    padding:26px 0 34px !important;
    gap:0 !important;
  }

  .hero-copy{
    max-width:100% !important;
  }

  .hero-top-image{
    width:100% !important;
    max-width:520px !important;
    margin:0 auto 14px !important;
    border-radius:10px !important;
    box-shadow:0 10px 22px rgba(7,29,65,.10) !important;
  }

  .title-icon-image{
    width:66px !important;
    margin:0 auto 8px !important;
    border-radius:8px !important;
  }

  .eyebrow{
    font-size:10px !important;
    margin-bottom:8px !important;
    letter-spacing:.06em !important;
  }

  .hero-copy h1{
    font-size:31px !important;
    line-height:1.08 !important;
    letter-spacing:-1px !important;
    margin-bottom:12px !important;
  }

  .hero-copy .lead{
    font-size:14px !important;
    line-height:1.5 !important;
    max-width:94% !important;
  }

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

  #startConsultation{
    width:100% !important;
    max-width:420px !important;
    min-height:58px !important;
    padding:0 18px !important;
    font-size:18px !important;
    border-radius:8px !important;
  }

  #startConsultation span{
    font-size:21px !important;
  }

  .security-note{
    margin:16px auto 0 !important;
    padding:11px 12px !important;
    gap:10px !important;
    border-radius:8px !important;
    max-width:100% !important;
  }

  .security-icon{
    width:30px !important;
    height:30px !important;
    flex-basis:30px !important;
    font-size:13px !important;
  }

  .security-note p{
    font-size:11px !important;
    line-height:1.4 !important;
  }

  .compact-section,
  .section{
    padding:32px 0 !important;
  }

  .compact-section .section-heading,
  .section-heading{
    margin-bottom:18px !important;
  }

  .section h2,
  .compact-section h2{
    font-size:25px !important;
    line-height:1.15 !important;
    margin-bottom:10px !important;
  }

  .cards.three,
  .compact-cards{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .compact-cards .info-card,
  .info-card{
    padding:16px 14px !important;
    border-radius:8px !important;
  }

  .icon-badge{
    width:38px !important;
    height:38px !important;
    font-size:12px !important;
    margin-bottom:10px !important;
  }

  .info-card h3{
    font-size:16px !important;
    margin-bottom:6px !important;
  }

  .info-card p{
    font-size:12px !important;
    line-height:1.45 !important;
  }

  footer{
    padding:30px 0 18px !important;
  }

  .footer-brand-area p{
    font-size:11px !important;
    line-height:1.45 !important;
    max-width:95% !important;
  }

  .footer-links,
  .footer-extra-links{
    gap:6px !important;
    margin:14px 0 4px !important;
  }

  .footer-links a,
  .footer-extra-links a{
    font-size:11px !important;
  }

  .legal-note{
    margin-top:18px !important;
    padding-top:14px !important;
    font-size:9px !important;
    line-height:1.45 !important;
  }

  .modal{
    width:calc(100% - 20px) !important;
    padding:22px 18px !important;
    border-radius:8px !important;
  }

  .modal h2{
    font-size:24px !important;
  }

  .modal p,
  .modal li{
    font-size:12px !important;
    line-height:1.45 !important;
  }

  .back-to-top{
    width:46px !important;
    height:46px !important;
    right:12px !important;
    bottom:82px !important;
    font-size:22px !important;
  }
}

@media (max-width:380px){
  .container{
    width:calc(100% - 18px) !important;
  }

  .hero-copy h1{
    font-size:27px !important;
  }

  #startConsultation{
    min-height:54px !important;
    font-size:17px !important;
  }

  .security-note p{
    font-size:10px !important;
  }

  .section h2,
  .compact-section h2{
    font-size:23px !important;
  }
}


/* =========================================================
   MOBILE — TAMANHO NORMAL + BOTÃO MAIS ALTO
   ========================================================= */
@media (max-width:700px){

  .container{
    width:calc(100% - 32px) !important;
    max-width:100% !important;
  }

  .govlike-top-inner{
    min-height:36px !important;
    padding:6px 0 !important;
  }

  .govlike-independent{
    font-size:11px !important;
    line-height:1.3 !important;
  }

  .disclaimer-bar{
    padding:7px 10px !important;
    font-size:11px !important;
    line-height:1.4 !important;
  }

  .disclaimer-bar strong{
    font-size:11px !important;
  }

  .hero-grid{
    padding:42px 0 52px !important;
  }

  .hero-top-image{
    width:100% !important;
    max-width:720px !important;
    margin:0 auto 20px !important;
    border-radius:14px !important;
  }

  .title-icon-image{
    width:88px !important;
    margin:0 auto 14px !important;
  }

  .eyebrow{
    font-size:12px !important;
    margin-bottom:10px !important;
  }

  .hero-copy h1{
    font-size:38px !important;
    line-height:1.08 !important;
    letter-spacing:-1.2px !important;
    margin-bottom:16px !important;
  }

  .hero-copy .lead{
    font-size:16px !important;
    line-height:1.55 !important;
    max-width:96% !important;
  }

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

  #startConsultation{
    width:100% !important;
    max-width:460px !important;
    min-height:66px !important;
    padding:0 24px !important;
    font-size:21px !important;
    border-radius:9px !important;
  }

  #startConsultation span{
    font-size:25px !important;
  }

  .security-note{
    margin:20px auto 0 !important;
    padding:14px 16px !important;
    gap:12px !important;
  }

  .security-icon{
    width:34px !important;
    height:34px !important;
    flex-basis:34px !important;
  }

  .security-note p{
    font-size:13px !important;
    line-height:1.5 !important;
  }

  .compact-section,
  .section{
    padding:46px 0 !important;
  }

  .compact-section .section-heading,
  .section-heading{
    margin-bottom:24px !important;
  }

  .section h2,
  .compact-section h2{
    font-size:30px !important;
    line-height:1.17 !important;
  }

  .cards.three,
  .compact-cards{
    gap:14px !important;
  }

  .compact-cards .info-card,
  .info-card{
    padding:20px 18px !important;
  }

  .icon-badge{
    width:44px !important;
    height:44px !important;
    font-size:13px !important;
    margin-bottom:12px !important;
  }

  .info-card h3{
    font-size:18px !important;
    margin-bottom:8px !important;
  }

  .info-card p{
    font-size:14px !important;
    line-height:1.5 !important;
  }

  footer{
    padding:38px 0 22px !important;
  }

  .footer-brand-area p{
    font-size:12px !important;
    line-height:1.5 !important;
  }

  .footer-links a,
  .footer-extra-links a{
    font-size:12px !important;
  }

  .legal-note{
    font-size:10px !important;
    line-height:1.5 !important;
  }

  /* Mais alto para ficar bem acima da barra do navegador no celular */
  .back-to-top{
    width:50px !important;
    height:50px !important;
    right:16px !important;
    bottom:118px !important;
    font-size:24px !important;
  }
}

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

  #startConsultation{
    min-height:62px !important;
    font-size:19px !important;
  }

  .back-to-top{
    bottom:110px !important;
  }
}


/* CTA fixo no mobile, acima da barra de navegação do navegador */
@media (max-width:700px){
  body{
    padding-bottom:170px !important;
  }

  .hero-actions{
    margin:0 !important;
  }

  #startConsultation{
    position:fixed !important;
    left:16px !important;
    right:16px !important;
    bottom:96px !important;
    width:auto !important;
    max-width:none !important;
    min-height:64px !important;
    z-index:998 !important;
    margin:0 !important;
    font-size:20px !important;
    border-radius:12px !important;
    box-shadow:0 10px 30px rgba(7,29,65,.30), 0 4px 0 #0b3c86 !important;
  }

  #startConsultation::before{
    display:none !important;
  }

  /* deixa o botão de voltar ao topo acima do CTA */
  .back-to-top{
    bottom:178px !important;
    right:16px !important;
    z-index:999 !important;
  }
}

@media (max-width:380px){
  #startConsultation{
    left:12px !important;
    right:12px !important;
    bottom:92px !important;
    min-height:60px !important;
    font-size:18px !important;
  }

  .back-to-top{
    bottom:170px !important;
  }
}


/* CTA mobile parado no conteúdo — não fixo */
@media (max-width:700px){
  body{
    padding-bottom:0 !important;
  }

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

  #startConsultation{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    width:100% !important;
    max-width:460px !important;
    min-height:64px !important;
    margin:0 auto !important;
    z-index:auto !important;
    font-size:20px !important;
    border-radius:10px !important;
  }

  #startConsultation::before{
    display:block !important;
  }

  /* mantém o CTA um pouco mais alto no primeiro enquadramento mobile */
  .hero-copy .lead{
    margin-bottom:0 !important;
  }

  .back-to-top{
    bottom:96px !important;
    right:16px !important;
  }
}

@media (max-width:380px){
  #startConsultation{
    min-height:60px !important;
    font-size:18px !important;
  }

  .back-to-top{
    bottom:90px !important;
  }
}
