/* VAA NR35 - versão profissional */
:root{
  --bg:#05080e;
  --bg2:#07101c;
  --panel:#0c1624;
  --panel2:#101b2a;
  --red:#e92d39;
  --red2:#c91e29;
  --white:#f7f8fb;
  --muted:#8d9aae;
  --line:rgba(255,255,255,.08);
  --green:#22ca69;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--white);
  background:#05080e;
  line-height:1.55;
  overflow-x:hidden;
}

a{text-decoration:none;color:inherit}
p{margin-top:0}
.container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding-left:24px;
  padding-right:24px;
}

.header{
  background:rgba(5,8,14,.96);
  border-bottom:1px solid rgba(255,255,255,.045);
  position:relative;
  z-index:20;
}

.nav{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.brand{
  display:flex;
  flex-direction:column;
  line-height:1;
}

.brand-main{
  font-size:31px;
  font-weight:900;
  letter-spacing:2px;
}

.brand-sub{
  margin-top:7px;
  color:var(--red);
  font-size:9px;
  font-weight:900;
  letter-spacing:3px;
}

.menu{
  display:flex;
  gap:32px;
  color:#8795aa;
  font-size:14px;
  font-weight:700;
}
.menu a:hover{color:#fff}

.btn{
  min-height:54px;
  padding:0 25px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  font-weight:900;
  transition:.2s;
}

.btn:hover{transform:translateY(-2px)}

.btn-red{
  color:#fff;
  background:linear-gradient(135deg,#ef3440,#d92330);
  box-shadow:0 14px 34px rgba(233,45,57,.28);
}

.btn-outline{
  border-color:rgba(255,255,255,.26);
  color:#fff;
  background:rgba(255,255,255,.025);
}

.btn-large{min-height:60px;padding:0 30px}
.btn-full{width:100%}

.hero{
  position:relative;
  overflow:hidden;
  min-height:760px;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 82% 20%,rgba(233,45,57,.13),transparent 0 20%),
    linear-gradient(120deg,#05080e,#07101c 58%,#0a1524);
}

.grid-bg{
  position:absolute;
  inset:0;
  opacity:.7;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:96px 96px;
}

.shape{
  position:absolute;
  border:1px solid rgba(233,45,57,.14);
  border-radius:10px;
}
.shape-a{width:330px;height:330px;right:5%;top:14%;transform:rotate(14deg)}
.shape-b{width:120px;height:120px;left:7%;bottom:11%;transform:rotate(28deg)}

.hero-grid{
  width:100%;
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:60px;
  align-items:center;
  padding:78px 0;
}

.location{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 15px;
  border:1px solid rgba(233,45,57,.4);
  border-radius:999px;
  color:#f04a55;
  background:rgba(233,45,57,.07);
  font-size:12px;
  font-weight:900;
  letter-spacing:1.2px;
}

.dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#22de71;
  box-shadow:0 0 12px #22de71;
}

.kicker{
  color:#ef4651;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.hero .kicker{margin:28px 0 4px}

h1{
  margin:0 0 24px;
  font-size:clamp(52px,6.5vw,84px);
  line-height:.98;
  letter-spacing:-3.4px;
  max-width:850px;
}
h1 span{display:block;color:var(--red)}

.hero-text{
  max-width:720px;
  color:#8c9aaf;
  font-size:19px;
  line-height:1.65;
}
.hero-text strong{color:#fff}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}

.proof-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:58px;
  max-width:760px;
}

.proof-row div{
  padding-right:28px;
  margin-right:28px;
  border-right:1px solid var(--line);
}
.proof-row div:last-child{border-right:0}

.proof-row strong{
  display:block;
  font-size:20px;
  margin-bottom:4px;
}
.proof-row span{
  color:#7f8da2;
  font-size:12px;
}

.hero-card{
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(17,27,43,.96),rgba(8,15,26,.98));
  box-shadow:0 30px 80px rgba(0,0,0,.38);
  padding:32px;
}

.card-top{
  display:flex;
  justify-content:space-between;
  gap:15px;
  align-items:center;
  color:#8b99ae;
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
}

.status{
  color:#f04b56;
  border:1px solid rgba(233,45,57,.22);
  border-radius:999px;
  padding:6px 9px;
  background:rgba(233,45,57,.08);
}

.nr-mark{
  display:flex;
  align-items:flex-end;
  gap:12px;
  margin:30px 0 24px;
  line-height:.8;
}
.nr-mark span{font-size:35px;font-weight:900}
.nr-mark strong{font-size:116px;letter-spacing:-8px;color:var(--red)}

.hero-card h2{
  font-size:28px;
  margin:0 0 10px;
}
.hero-card>p{color:#8b9aae;font-size:14px}

.hero-card ul{
  list-style:none;
  padding:0;
  margin:24px 0;
  display:grid;
  gap:10px;
}
.hero-card li{
  color:#b9c3d0;
  font-size:13px;
  position:relative;
  padding-left:28px;
}
.hero-card li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:#ef4651;
  font-weight:900;
}

.numbers{
  background:#070c14;
  border-top:1px solid rgba(255,255,255,.045);
  border-bottom:1px solid rgba(255,255,255,.045);
}

.numbers-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}

.numbers-grid>div{
  padding:34px;
  border-right:1px solid var(--line);
}
.numbers-grid>div:last-child{border-right:0}

.num{
  display:block;
  color:var(--red);
  font-size:12px;
  font-weight:900;
  letter-spacing:1.3px;
  margin-bottom:16px;
}
.numbers strong{display:block;font-size:18px;margin-bottom:6px}
.numbers p{color:#8190a5;font-size:13px;margin:0}

.section{padding:92px 0}
.section-dark{
  background:#080e18;
  border-top:1px solid rgba(255,255,255,.04);
  border-bottom:1px solid rgba(255,255,255,.04);
}

.section-head{max-width:840px}
.section-head.center{text-align:center;margin:0 auto}

.section-head h2,
.business-grid h2{
  margin:10px 0 16px;
  font-size:clamp(36px,4.2vw,56px);
  line-height:1.05;
  letter-spacing:-2px;
}

.section-head>p:last-child,
.lead{
  color:#8998ad;
  font-size:17px;
}

.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:40px;
}

.info-card{
  min-height:260px;
  padding:29px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.075);
  background:linear-gradient(145deg,#0c1624,#08101b);
  position:relative;
  overflow:hidden;
}

.info-card.featured{
  border-color:rgba(233,45,57,.26);
  background:linear-gradient(145deg,rgba(233,45,57,.08),#0a1320 50%);
}

.index{
  color:var(--red);
  font-size:12px;
  font-weight:900;
}
.info-card h3{font-size:23px;margin:50px 0 10px}
.info-card p{color:#8795aa;font-size:14px}

.business-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:72px;
  align-items:center;
}

.benefits{margin-top:28px}

.benefit{
  display:grid;
  grid-template-columns:40px 1fr;
  gap:14px;
  padding:16px 0;
  border-bottom:1px solid var(--line);
}
.benefit:last-child{border-bottom:0}
.benefit>span{
  width:38px;
  height:38px;
  border-radius:11px;
  display:grid;
  place-items:center;
  color:#ef4651;
  background:rgba(233,45,57,.09);
  border:1px solid rgba(233,45,57,.18);
  font-weight:900;
}
.benefit strong{display:block;font-size:15px}
.benefit p{margin:3px 0 0;color:#8694a8;font-size:13px}

.quote-panel{
  background:linear-gradient(145deg,#101a2a,#09111e);
  border:1px solid rgba(255,255,255,.08);
  border-radius:26px;
  padding:34px;
  box-shadow:0 26px 70px rgba(0,0,0,.28);
}
.quote-panel h3{font-size:27px;margin:9px 0 24px}

.quote-step{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:center;
  padding:14px 0;
  border-bottom:1px solid var(--line);
}
.quote-step:last-of-type{margin-bottom:22px}
.quote-step span{
  width:44px;height:44px;
  display:grid;place-items:center;
  border-radius:12px;
  background:#171f2d;
  color:var(--red);
  font-size:12px;
  font-weight:900;
}
.quote-step p{margin:0;color:#c3cad5;font-size:14px}

.profile{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:34px;
  margin-top:40px;
}

.profile-visual,
.profile-copy{
  border-radius:24px;
  border:1px solid rgba(255,255,255,.075);
}

.profile-visual{
  min-height:340px;
  padding:32px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:
    linear-gradient(145deg,rgba(233,45,57,.10),transparent 45%),
    linear-gradient(145deg,#101b2b,#07101d);
}

.profile-symbol{
  font-size:86px;
  line-height:.84;
  font-weight:900;
  letter-spacing:-6px;
}
.profile-symbol span{color:var(--red)}
.profile-visual p{color:#8b9aae;margin:18px 0 0;font-weight:800}

.profile-copy{
  padding:38px;
  background:#0b1421;
}
.profile-role{color:var(--red);font-size:12px;font-weight:900;letter-spacing:1.3px}
.profile-copy h3{font-size:32px;margin:6px 0 16px}
.profile-copy>p:not(.profile-role){color:#8998ad;font-size:15px}

.chips{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:24px;
}
.chips span{
  padding:9px 13px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.085);
  color:#92a0b4;
  font-size:12px;
  font-weight:800;
}

.cta{padding:0 0 92px}
.cta-box{
  padding:48px;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:34px;
  align-items:center;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 90% 45%,rgba(233,45,57,.18),transparent 0 26%),
    linear-gradient(135deg,#111927,#090f19);
}

.cta-box h2{
  font-size:44px;
  line-height:1.05;
  margin:9px 0;
  letter-spacing:-1.8px;
}
.cta-box p{color:#8b9aae;margin:0}

.faq{max-width:900px;margin:38px auto 0}
details{
  border:1px solid rgba(255,255,255,.075);
  background:#0b1421;
  border-radius:16px;
  padding:18px 20px;
  margin:12px 0;
}
summary{cursor:pointer;font-weight:900}
details p{margin:12px 0 0;color:#8795aa;font-size:14px}

footer{
  padding:44px 0 105px;
  background:#05080d;
  border-top:1px solid rgba(255,255,255,.055);
  color:#8290a4;
  font-size:13px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:30px;
}
footer strong{display:block;color:#fff;font-size:16px}
footer span{display:block;margin-top:4px}
.copy{text-align:right}

.floating-wa{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:99;
  padding:15px 21px;
  border-radius:999px;
  background:var(--green);
  color:#fff;
  font-size:14px;
  font-weight:900;
  box-shadow:0 15px 40px rgba(34,202,105,.30);
}

@media(max-width:980px){
  .menu{display:none}
  .hero-grid,.business-grid,.profile,.cta-box{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr}
  .hero-card{max-width:620px}
  .numbers-grid{grid-template-columns:1fr}
  .numbers-grid>div{border-right:0;border-bottom:1px solid var(--line)}
}

@media(max-width:650px){
  .header .btn{display:none}
  .nav{min-height:78px}
  .brand-main{font-size:25px}
  .brand-sub{font-size:8px}

  .hero{min-height:auto}
  .hero-grid{padding:58px 0}
  h1{font-size:47px;letter-spacing:-2.1px}
  .hero-text{font-size:16px}

  .proof-row{grid-template-columns:1fr;gap:18px}
  .proof-row div{
    padding:0 0 18px;
    margin:0;
    border-right:0;
    border-bottom:1px solid var(--line);
  }

  .nr-mark strong{font-size:88px}
  .section{padding:66px 0}
  .quote-panel,.profile-copy,.profile-visual{padding:25px}

  .cta-box{padding:30px 22px}
  .cta-box h2{font-size:34px}

  .footer-grid{grid-template-columns:1fr}
  .copy{text-align:left}

  .floating-wa{
    left:14px;
    right:14px;
    bottom:12px;
    text-align:center;
  }
}


/* ==============================
   MOBILE ANDROID + IPHONE
   ============================== */

html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

body{
  width:100%;
  min-width:0;
  max-width:100%;
  overflow-x:hidden;
  padding-left:env(safe-area-inset-left);
  padding-right:env(safe-area-inset-right);
}

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

button,
a,
summary{
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}

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

.mobile-bottom-bar{
  display:none;
}

@media (max-width: 760px){

  body{
    padding-bottom:calc(82px + env(safe-area-inset-bottom));
    background:#05080e;
  }

  .container{
    width:100%;
    max-width:none;
    padding-left:18px;
    padding-right:18px;
  }

  .header{
    position:sticky;
    top:0;
    z-index:100;
    background:rgba(5,8,14,.96);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }

  .nav{
    min-height:72px;
    gap:12px;
  }

  .brand{
    flex:1;
    min-width:0;
  }

  .brand-main{
    font-size:24px;
    line-height:1;
  }

  .brand-sub{
    font-size:7px;
    letter-spacing:2.1px;
    white-space:nowrap;
  }

  .menu,
  .header > .container > .btn,
  .nav > .btn{
    display:none !important;
  }

  .hero{
    min-height:auto;
    padding:0;
  }

  .hero-grid{
    grid-template-columns:1fr;
    gap:30px;
    padding:42px 0 46px;
  }

  .hero-copy{
    order:1;
  }

  .hero-card{
    order:2;
    width:100%;
    max-width:none;
    margin:0;
    padding:24px 20px;
    border-radius:22px;
  }

  .location{
    font-size:10px;
    padding:8px 11px;
    letter-spacing:.8px;
  }

  .hero .kicker{
    margin-top:22px;
  }

  h1{
    font-size:42px;
    line-height:1.00;
    letter-spacing:-1.8px;
    margin-bottom:18px;
  }

  h1 span{
    display:inline;
  }

  .hero-text{
    font-size:16px;
    line-height:1.6;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:24px;
  }

  .btn,
  .btn-large{
    min-height:54px;
    width:100%;
    padding:0 18px;
    font-size:15px;
  }

  .proof-row{
    grid-template-columns:1fr;
    gap:0;
    margin-top:34px;
  }

  .proof-row div{
    padding:14px 0;
    margin:0;
    border-right:0;
    border-bottom:1px solid var(--line);
  }

  .proof-row div:last-child{
    border-bottom:0;
  }

  .proof-row strong{
    font-size:18px;
  }

  .nr-mark{
    margin:22px 0 18px;
  }

  .nr-mark span{
    font-size:28px;
  }

  .nr-mark strong{
    font-size:82px;
    letter-spacing:-5px;
  }

  .hero-card h2{
    font-size:24px;
  }

  .hero-card ul{
    margin:18px 0 22px;
  }

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

  .numbers-grid > div{
    padding:22px 18px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }

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

  .section{
    padding:58px 0;
  }

  .section-head h2,
  .business-grid h2{
    font-size:34px;
    line-height:1.07;
    letter-spacing:-1.3px;
  }

  .section-head > p:last-child,
  .lead{
    font-size:15px;
  }

  .cards{
    grid-template-columns:1fr;
    gap:14px;
    margin-top:28px;
  }

  .info-card{
    min-height:auto;
    padding:22px;
    border-radius:18px;
  }

  .info-card h3{
    margin:28px 0 8px;
    font-size:21px;
  }

  .business-grid,
  .profile,
  .cta-box{
    grid-template-columns:1fr;
    gap:26px;
  }

  .quote-panel{
    padding:22px;
    border-radius:20px;
  }

  .profile-visual{
    min-height:250px;
    padding:24px;
  }

  .profile-symbol{
    font-size:68px;
  }

  .profile-copy{
    padding:24px;
  }

  .profile-copy h3{
    font-size:28px;
  }

  .chips{
    gap:7px;
  }

  .chips span{
    font-size:11px;
    padding:8px 10px;
  }

  .cta{
    padding-bottom:58px;
  }

  .cta-box{
    padding:28px 22px;
    border-radius:22px;
  }

  .cta-box h2{
    font-size:32px;
    letter-spacing:-1.2px;
  }

  details{
    padding:16px;
    border-radius:14px;
  }

  summary{
    font-size:15px;
  }

  footer{
    padding:38px 0 calc(32px + env(safe-area-inset-bottom));
  }

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

  .copy{
    text-align:left;
  }

  .floating-wa{
    display:none !important;
  }

  .mobile-bottom-bar{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:12px;
    position:fixed;
    left:10px;
    right:10px;
    bottom:calc(10px + env(safe-area-inset-bottom));
    z-index:9999;
    min-height:62px;
    padding:9px 9px 9px 14px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:17px;
    background:rgba(10,16,27,.96);
    box-shadow:0 18px 50px rgba(0,0,0,.48);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }

  .mobile-bottom-text{
    min-width:0;
  }

  .mobile-bottom-text strong{
    display:block;
    font-size:13px;
    line-height:1.2;
  }

  .mobile-bottom-text span{
    display:block;
    color:#8694a8;
    font-size:10px;
    margin-top:3px;
  }

  .mobile-bottom-button{
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 16px;
    border-radius:12px;
    background:#22c96a;
    color:#fff;
    font-size:12px;
    font-weight:900;
    white-space:nowrap;
  }

  .shape-a{
    width:190px;
    height:190px;
    right:-55px;
    top:9%;
  }

  .shape-b{
    width:80px;
    height:80px;
    left:-25px;
    bottom:6%;
  }
}

@media (max-width: 390px){
  .container{
    padding-left:15px;
    padding-right:15px;
  }

  h1{
    font-size:38px;
  }

  .section-head h2,
  .business-grid h2{
    font-size:31px;
  }

  .mobile-bottom-button{
    padding:0 12px;
  }
}

/* Landscape mobile */
@media (max-width: 900px) and (orientation: landscape){
  .hero-grid{
    grid-template-columns:1.1fr .9fr;
    gap:24px;
  }

  .hero-card{
    order:initial;
  }

  .hero-copy{
    order:initial;
  }

  h1{
    font-size:42px;
  }
}
@media (max-width:760px){

  .container{
    width:100%;
    max-width:none;
    padding-left:22px;
    padding-right:22px;
  }

}

@media (max-width:390px){

  .container{
    padding-left:18px;
    padding-right:18px;
  }

}