/* Viajors V3 — estilos locais, sem dependência de Bootstrap/CDN */
*,*::before,*::after{box-sizing:border-box;}
html{width:100%;max-width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%;}
body{width:100%;max-width:100%;min-width:0;overflow-x:hidden;background:#fff;}
img,svg,video,iframe{max-width:100%;}
button,input,select,textarea{font:inherit;}
.container{width:100%;max-width:1140px;margin-right:auto;margin-left:auto;padding-right:16px;padding-left:16px;}
.row{display:flex;flex-wrap:wrap;margin-right:-12px;margin-left:-12px;}
.row>*{width:100%;max-width:100%;padding-right:12px;padding-left:12px;}
.col-4{flex:0 0 auto;width:33.333333%;}.col-8{flex:0 0 auto;width:66.666667%;}
.text-center{text-align:center!important;}.align-items-center{align-items:center!important;}
.d-inline-flex{display:inline-flex!important;}.gap-2{gap:.5rem!important;}
.g-2{row-gap:.5rem;}.g-4{row-gap:1.5rem;}.g-5{row-gap:3rem;}
.mt-3{margin-top:1rem!important;}.mt-4{margin-top:1.5rem!important;}
.mb-1{margin-bottom:.25rem!important;}.mb-3{margin-bottom:1rem!important;}.mb-4{margin-bottom:1.5rem!important;}.my-3{margin-top:1rem!important;margin-bottom:1rem!important;}
.form-control,.form-select{display:block;width:100%;padding:.75rem 1rem;background:#fff;color:#212529;border:1px solid #ced4da;border-radius:.55rem;outline:0;}
.form-control:focus,.form-select:focus{border-color:#a531d8;box-shadow:0 0 0 3px rgba(165,49,216,.14);}
.carousel{position:relative;}.carousel-inner{position:relative;width:100%;overflow:hidden;}.carousel-item{position:relative;display:none;width:100%;}.carousel-item.active{display:block;}
.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:4;display:flex;align-items:center;justify-content:center;width:12%;padding:0;color:#fff;background:transparent;border:0;cursor:pointer;}
.carousel-control-prev{left:0}.carousel-control-next{right:0}
.carousel-control-prev-icon,.carousel-control-next-icon{display:flex!important;align-items:center;justify-content:center;background-image:none!important;}
.carousel-control-prev-icon::before{content:"‹";font-size:34px;line-height:1;margin-top:-4px}.carousel-control-next-icon::before{content:"›";font-size:34px;line-height:1;margin-top:-4px}
.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:5;display:flex;justify-content:center;gap:6px;padding:0;margin:0 15% 1rem;list-style:none;}
.carousel-indicators button{box-sizing:content-box;width:30px;height:3px;padding:0;text-indent:-999px;cursor:pointer;background:#fff;border:0;opacity:.5}.carousel-indicators button.active{opacity:1}
.mdi{font-style:normal;line-height:1;display:inline-flex;align-items:center;justify-content:center;}
.mdi-menu::before{content:"☰"}.mdi-close::before{content:"×"}.mdi-whatsapp::before{content:"WA";font-size:.55em;font-weight:900}.mdi-instagram::before{content:"IG";font-size:.62em;font-weight:900}.mdi-facebook::before{content:"f";font-weight:900}.mdi-music-note::before{content:"TT";font-size:.6em;font-weight:900}.mdi-youtube::before{content:"▶";font-size:.75em}.mdi-twitter::before{content:"X";font-weight:900}
@media (min-width:768px){.col-md-4{flex:0 0 auto;width:33.333333%;}.col-md-6{flex:0 0 auto;width:50%;}}
@media (min-width:992px){.col-lg-5{flex:0 0 auto;width:41.666667%;}.col-lg-6{flex:0 0 auto;width:50%;}.col-lg-7{flex:0 0 auto;width:58.333333%;}.mb-lg-0{margin-bottom:0!important;}}

:root{
  --navy:#2A255C;
  --purple:#A531D8;
  --pink:#F9C3D7;
  --blue:#3558AE;
  --lilac:#E293E9;
}
html{scroll-behavior:smooth;scroll-padding-top:94px;}
body{
  font-family:'Muli','Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  color:#000;
  margin:0;
}
h1,h2,h3{
  font-family:'Muli Black','Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  font-weight:900;
}
a{text-decoration:none;}

header.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:var(--navy);
  box-shadow:0 8px 24px rgba(20,16,54,.16);
}
.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px;}
.brand{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.brand img{display:block;width:auto;max-width:210px;}
.desktop-nav{display:flex;align-items:center;justify-content:flex-end;gap:12px;}
.desktop-nav a{color:#fff;font-weight:700;font-size:14px;background:rgba(255,255,255,.15);padding:12px 20px;border-radius:30px;white-space:nowrap;transition:background-color .2s ease,transform .2s ease;}
.desktop-nav a:hover{background:rgba(255,255,255,.28);transform:translateY(-1px);}
.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.lang-toggle,.menu-toggle{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.09);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease;}
.lang-toggle{width:46px;height:38px;border-radius:10px;padding:4px;}
.lang-toggle:hover,.menu-toggle:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.45);}
.lang-toggle img{width:30px;height:30px;object-fit:cover;border-radius:50%;display:block;box-shadow:0 0 0 2px rgba(255,255,255,.95);}
.menu-toggle{display:none;width:44px;height:40px;border-radius:10px;font-size:25px;}
.mobile-nav{display:none;background:#211d4d;border-top:1px solid rgba(255,255,255,.12);}
.mobile-nav .container{display:flex;flex-direction:column;padding-top:10px;padding-bottom:14px;}
.mobile-nav a{color:#fff;font-weight:700;padding:13px 4px;border-bottom:1px solid rgba(255,255,255,.1);}
.mobile-nav a:last-child{border-bottom:0;}
.mobile-nav.is-open{display:block;}

.hero{padding:0;overflow:hidden;}
.hero-inner{display:flex;min-height:640px;}
.hero-photo{flex:0 0 42%;position:relative;}
.hero-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.hero-content{flex:1;background:linear-gradient(135deg, rgba(233,184,184,.9) 0%, rgba(226,147,233,1) 100%);display:flex;align-items:center;padding:60px 40px;}
.hero-text{max-width:560px;margin:0 auto;}
.hero h1{color:var(--purple);font-size:36px;line-height:1.2;text-shadow:1px 1px 0 #e2c2e5;margin-bottom:24px;}
.hero-form{background:#fff;border-radius:12px;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,.15);}
.hero-form input[type="text"], .hero-form input[type="email"]{height:50px;border-radius:10px;border:none;background:#f5f5f5;margin-bottom:12px;padding:0 16px;width:100%;}
.hero-form .form-check{display:flex;align-items:center;gap:8px;}
.hero-form .form-check-input{width:18px;height:18px;margin:0;}
@media (max-width:991px){
  .desktop-nav{display:none;}
  .menu-toggle{display:inline-flex;}
  .hero-inner{flex-direction:column;min-height:auto;}
  .hero-photo{flex:0 0 390px;}
  .hero-content{padding:44px 24px;}
  .survey-section{text-align:center;}
  .survey-form{text-align:left;}
  .feature-slide,.feature-copy{min-height:460px;}
  .feature-copy{width:68%;padding:56px 62px;}
}
.btn-purple{background:var(--purple);color:#fff;font-weight:700;border:none;border-radius:10px;height:50px;width:100%;}
.btn-purple:hover{background:#fff;color:var(--purple);border:2px solid var(--purple);}

.survey-section{background:#fff;padding:76px 0;}
.survey-section h2{color:var(--purple);font-size:clamp(28px,3vw,38px);line-height:1.2;margin:10px 0 0;}
.survey-visual{width:min(100%,430px);height:auto;filter:drop-shadow(0 18px 28px rgba(42,37,92,.12));}
.section-kicker{display:inline-block;color:var(--navy);font-size:13px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;}
.section-kicker-light{color:rgba(255,255,255,.76);}
.survey-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#f8f4fb;border:1px solid rgba(165,49,216,.13);padding:22px;border-radius:18px;box-shadow:0 14px 35px rgba(42,37,92,.08);}
.survey-form input{height:50px;border-radius:10px;border:1px solid rgba(42,37,92,.1);padding:0 15px;}
.survey-form input:first-child,.survey-form .btn-purple{grid-column:1/-1;}

.features-slider{background:linear-gradient(135deg,#2f55ac 0%,#2a255c 100%);color:#fff;padding:78px 0 88px;overflow:hidden;}
.features-heading{max-width:760px;margin:0 auto 32px;}
.features-heading h2{font-size:clamp(30px,4vw,46px);color:#fff;margin:9px 0 0;}
.features-slider .carousel{max-width:1040px;margin:0 auto;}
.features-slider .carousel-inner{border-radius:22px;box-shadow:0 22px 50px rgba(0,0,0,.25);}
.feature-slide{position:relative;min-height:500px;overflow:hidden;background:#201c49;}
.feature-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,20,65,.86) 0%,rgba(25,20,65,.56) 46%,rgba(25,20,65,.12) 100%);}
.feature-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}
.feature-copy{position:relative;z-index:1;width:min(52%,540px);min-height:500px;display:flex;flex-direction:column;justify-content:center;padding:64px 70px;color:#fff;}
.feature-copy h3{font-size:clamp(30px,4vw,48px);line-height:1.12;margin:0;color:#fff;}
.feature-copy p{max-width:480px;font-size:18px;line-height:1.55;margin:18px 0 0;opacity:.9;}
.features-slider .carousel-control-prev,.features-slider .carousel-control-next{width:64px;}
.features-slider .carousel-control-prev-icon,.features-slider .carousel-control-next-icon{width:42px;height:42px;background-size:19px;border-radius:50%;background-color:rgba(42,37,92,.76);box-shadow:0 5px 16px rgba(0,0,0,.22);}
.features-slider .carousel-indicators{bottom:14px;margin-bottom:0;z-index:3;}
.features-slider .carousel-indicators [data-bs-target]{width:9px;height:9px;border-radius:50%;border:0;margin:0 5px;opacity:.55;}
.features-slider .carousel-indicators .active{opacity:1;transform:scale(1.2);}

.cards-section{background:var(--pink);padding:70px 0;}
.role-card{background:#fff;border-radius:16px;padding:40px 24px;text-align:center;height:100%;box-shadow:0 10px 25px rgba(0,0,0,.08);}
.role-card img{width:90px;margin-bottom:16px;}
.role-card h3{font-size:22px;margin-bottom:12px;}

.guide-form-section{background:var(--navy);color:#fff;padding:80px 0;}
.guide-form-section h2{color:#00e0fd;font-size:34px;}
.guide-form input:not([type="checkbox"]), .guide-form select{height:44px;border-radius:10px;border:none;margin-bottom:12px;width:100%;padding:0 14px;}
.guide-form .form-check{display:flex;align-items:flex-start;gap:8px;}
.guide-form .form-check-input{width:18px;height:18px;flex-shrink:0;margin-top:4px;}
.btn-cyan{background:#00E0FD;color:#fff;font-weight:700;border:none;border-radius:10px;height:50px;width:100%;}
.btn-cyan:hover{background:#0acbe4;}
.form-check-label small{opacity:.8;}

.about-section{background:#fff;padding:80px 0;}
.about-section h2{color:var(--navy);}
.about-block h4{color:var(--purple);font-size:20px;margin-top:24px;}

.video-section{background:#F5F0FA;padding:70px 0;}
.video-section h2{color:var(--navy);}
.video-wrapper{position:relative;padding-bottom:56.25%;height:0;max-width:800px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15);}
.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;}
.youtube-link{color:var(--navy);font-weight:700;}
.youtube-link img{width:36px;height:36px;border-radius:50%;object-fit:cover;}

.contact-section{background:#fff;padding:60px 0;text-align:center;}
.contact-section a{color:var(--purple);font-weight:700;}

.btn-whatsapp{display:inline-flex;align-items:center;gap:8px;background:#25D366;color:#fff;font-weight:700;padding:14px 28px;border-radius:30px;font-size:16px;}
.btn-whatsapp:hover{background:#1ebe57;color:#fff;}
.btn-whatsapp i{font-size:22px;}

.social-section{background:#fff;padding:40px 0;text-align:center;}
.social-section a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--purple);color:#fff;margin:0 8px;font-size:20px;}

.whatsapp-float{
  position:fixed;
  bottom:24px;
  right:24px;
  width:58px;height:58px;
  background:#25D366;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  box-shadow:0 6px 18px rgba(0,0,0,.25);
  z-index:999;
}
.whatsapp-float:hover{background:#1ebe57;color:#fff;}

footer{background:var(--navy);color:#fff;padding:24px 0;text-align:center;font-size:14px;}
footer a{color:#fff;text-decoration:underline;}

@media (max-width:767px){
  .header-inner{min-height:70px;gap:12px;}
  .brand img{height:36px;max-width:165px;}
  .lang-toggle{width:42px;height:36px;}
  .lang-toggle img{width:27px;height:27px;}
  .menu-toggle{width:40px;height:36px;font-size:23px;}
  .hero-photo{flex-basis:300px;}
  .hero-content{padding:34px 18px 40px;}
  .hero h1{font-size:30px;text-align:center;}
  .hero-form{padding:22px 18px;}
  .survey-section{padding:58px 0;}
  .survey-visual{max-width:300px;}
  .survey-form{grid-template-columns:1fr;padding:18px;}
  .survey-form input,.survey-form input:first-child,.survey-form .btn-purple{grid-column:1;}
  .features-slider{padding:60px 0 72px;}
  .features-heading{padding:0 12px;margin-bottom:24px;}
  .features-slider .carousel-inner{border-radius:16px;}
  .feature-slide{min-height:510px;}
  .feature-slide::after{background:linear-gradient(0deg,rgba(25,20,65,.94) 0%,rgba(25,20,65,.62) 50%,rgba(25,20,65,.08) 100%);}
  .feature-slide img{object-position:center;}
  .feature-copy{width:100%;min-height:510px;justify-content:flex-end;text-align:left;padding:42px 30px 60px;}
  .feature-copy h3{font-size:31px;}
  .feature-copy p{font-size:16px;}
  .features-slider .carousel-control-prev,.features-slider .carousel-control-next{width:48px;align-items:flex-start;padding-top:190px;}
  .features-slider .carousel-control-prev-icon,.features-slider .carousel-control-next-icon{width:36px;height:36px;background-size:16px;}
  .cards-section,.guide-form-section,.about-section,.video-section{padding-top:60px;padding-bottom:60px;}
  .social-section a{margin:5px;}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;}
}

/* ===== PÁGINAS LEGAIS (Política / Termos) ===== */
.legal-page{padding:70px 0 90px;background:#fff;}
.legal-page h1{color:var(--navy);font-size:34px;margin-bottom:8px;}
.legal-page .updated{color:#777;font-size:14px;margin-bottom:40px;}
.legal-page h2{color:var(--purple);font-size:22px;margin-top:36px;margin-bottom:12px;}
.legal-page p, .legal-page li{font-size:16px;line-height:1.7;color:#333;}
.legal-page ul{padding-left:20px;}
.legal-page .container{max-width:820px;}
.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--purple);font-weight:700;margin-bottom:24px;}

/* ===== REVISÃO MOBILE / PRIMEIRA DOBRA ===== */
.site-header,
.site-header .header-inner,
.site-header .mobile-nav{
  width:100%;
}
.site-header .header-inner{
  max-width:1280px;
  margin:0 auto;
  padding-left:24px;
  padding-right:24px;
}
.lang-toggle{
  width:auto;
  min-width:72px;
  gap:7px;
  padding:4px 10px 4px 5px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
}
.lang-toggle img{
  flex:0 0 auto;
}
.menu-toggle{
  border-radius:12px;
}
.human-check{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  margin:2px 0 14px;
  padding:10px 12px;
  background:#f7f5f8;
  border:1px solid #ece7ef;
  border-radius:10px;
  color:#29252f;
  font-size:14px;
  cursor:pointer;
}
.human-check input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.human-check-box{
  width:20px;
  height:20px;
  flex:0 0 20px;
  border:2px solid #aaa2ae;
  border-radius:5px;
  background:#fff;
  position:relative;
}
.human-check input:checked + .human-check-box{
  background:var(--purple);
  border-color:var(--purple);
}
.human-check input:checked + .human-check-box::after{
  content:"";
  position:absolute;
  width:6px;
  height:11px;
  left:5px;
  top:1px;
  border:solid #fff;
  border-width:0 2px 2px 0;
  transform:rotate(45deg);
}
.human-check input:focus-visible + .human-check-box{
  outline:3px solid rgba(165,49,216,.22);
  outline-offset:2px;
}

@media (max-width:991px){
  html{scroll-padding-top:72px;}
  body{overflow-x:hidden;}
  .site-header .header-inner{
    min-height:72px;
    padding-left:16px;
    padding-right:16px;
  }
  .header-actions{margin-left:auto;gap:8px;}
  .mobile-nav .container{
    width:100%;
    max-width:none;
    padding-left:20px;
    padding-right:20px;
  }
  .hero,
  .hero-inner,
  .hero-photo,
  .hero-content,
  .hero-text{
    width:100%;
    max-width:none;
  }
  .hero-inner{
    display:grid;
    grid-template-columns:1fr;
    min-height:0;
  }
  .hero-photo{
    height:clamp(300px,48vh,430px);
    min-height:300px;
    flex:none;
  }
  .hero-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 38%;
  }
  .hero-content{
    display:block;
    padding:30px 18px 36px;
    background:linear-gradient(145deg,#f0b8c8 0%,#dd8fe3 100%);
  }
  .hero-text{margin:0 auto;}
  .hero h1{
    max-width:560px;
    margin:0 auto 20px;
    color:#7d20aa;
    font-size:clamp(29px,8.2vw,38px);
    line-height:1.08;
    text-align:left;
    text-shadow:none;
  }
  .hero-form{
    width:100%;
    max-width:560px;
    margin:0 auto;
    padding:20px;
    border-radius:16px;
    box-shadow:0 16px 38px rgba(63,28,72,.18);
  }
}

@media (max-width:480px){
  .brand img{height:34px;max-width:150px;}
  .lang-toggle{min-width:66px;height:38px;padding-right:9px;}
  .lang-toggle img{width:25px;height:25px;}
  .menu-toggle{width:42px;height:38px;}
  .hero-photo{height:310px;min-height:310px;}
  .hero-content{padding:24px 14px 30px;}
  .hero h1{font-size:31px;}
  .hero-form{padding:16px;}
  .hero-form input[type="text"],
  .hero-form input[type="email"]{height:48px;margin-bottom:10px;}
  .human-check{min-height:44px;font-size:13px;}
}


/* V3: primeira dobra compacta e cabeçalho sem sobreposição */
.site-header{left:0;right:0;max-width:100%;}
.header-inner{width:100%;max-width:1280px;box-sizing:border-box;}
.brand{min-width:0;overflow:hidden;}
.header-actions{position:relative;z-index:2;}
.lang-toggle{white-space:nowrap;}
.menu-toggle{flex:0 0 auto;overflow:hidden;}
@media (max-width:767px){
  .site-header .header-inner{padding-left:14px;padding-right:14px;}
  .brand img{width:auto;height:34px;max-width:146px;}
  .header-actions{gap:9px;}
  .lang-toggle{min-width:68px;height:38px;padding:4px 10px 4px 5px;}
  .menu-toggle{width:42px;height:38px;}
  .hero-photo{height:270px;min-height:270px;}
  .hero-content{padding:22px 14px 26px;}
  .hero h1{font-size:clamp(27px,7.6vw,32px);line-height:1.07;margin-bottom:14px;}
  .hero-form{padding:14px;border-radius:15px;}
  .hero-form input[type="text"],.hero-form input[type="email"]{height:44px;margin-bottom:8px;}
  .human-check{min-height:42px;margin:0 0 10px;padding:8px 10px;}
  .btn-purple{height:46px;}
}
@media (max-width:360px){
  .site-header .header-inner{padding-left:10px;padding-right:10px;gap:8px;}
  .brand img{max-width:130px;height:31px;}
  .header-actions{gap:6px;}
  .lang-toggle{min-width:62px;padding-right:7px;}
  .menu-toggle{width:38px;}
}
