:root{
  --bg:#ffffff;
  --ink:#08101a;
  --muted:#3a4b5f;
  --navy:#0B1A2B;
  --navy2:#0F2A46;
  --rose:#E33B57; /* vermelho rosado */
  --rose2:#ff5c7b;
  --soft:#F6F7FA;
  --line:rgba(11,26,43,.12);
  --shadow:0 18px 50px rgba(11,26,43,.14);
  --radius:18px;
  --radius2:26px;
  --max:1140px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.45;
}
img{max-width:100%; display:block}
a{color:inherit; text-decoration:none}

.container{width:min(var(--max), calc(100% - 48px)); margin:0 auto}

.skip{
  position:absolute; left:-999px; top:10px;
  background:var(--navy); color:#fff; padding:10px 14px; border-radius:12px; z-index:9999;
}
.skip:focus{left:12px}

.header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.78);
  backdrop-filter: blur(12px);
  border-bottom:1px solid rgba(11,26,43,.06);
}
.header.is-elevated{box-shadow: 0 8px 24px rgba(11,26,43,.08)}
.header__inner{display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 0}

.brand{display:flex; align-items:center; gap:12px}
.brand__logo{width:44px; height:44px; border-radius:12px; box-shadow: 0 10px 22px rgba(11,26,43,.10)}
.brand__text strong{display:block; font-size:14px; letter-spacing:.2px}
.brand__text span{display:block; font-size:12px; color:var(--muted)}

.nav{display:flex; align-items:center; gap:16px}
.nav a{font-size:13px; color:var(--muted); padding:10px 10px; border-radius:12px}
.nav a:hover{background:rgba(227,59,87,.08); color:var(--ink)}
.nav__cta{background:var(--navy); color:#fff !important; padding:10px 14px !important}
.nav__cta:hover{background:var(--navy2) !important}

.navbtn{display:none; border:0; background:transparent; padding:10px; border-radius:12px}
.navbtn span{display:block; width:22px; height:2px; background:var(--navy); margin:5px 0; border-radius:999px}

.hero{
  position:relative;
  overflow:hidden;
  padding:64px 0 34px;
  background: #fff url("assets/bg-hero.png") center/cover no-repeat;
}
.hero::before{
  content:"";
  position:absolute; inset:-220px -240px auto -240px;
  height:520px;
  background: radial-gradient(closest-side, rgba(227,59,87,.16), transparent 70%);
  pointer-events:none;
}
.hero::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.84) 55%, rgba(255,255,255,.94));
  pointer-events:none;
}
.hero__grid{display:grid; grid-template-columns: 1.05fr .95fr; gap:34px; align-items:center}
.hero .container{position:relative; z-index:1}


.kicker{display:inline-flex; align-items:center; gap:10px; padding:8px 12px; border-radius:999px;
  background:rgba(11,26,43,.06); color:var(--navy); font-weight:600; font-size:12px}
.kicker .dot{width:10px; height:10px; border-radius:50%; background:var(--rose); box-shadow:0 0 0 5px rgba(227,59,87,.12)}

.hero h1{font-size:44px; line-height:1.05; margin:14px 0 12px; letter-spacing:-.8px}
.accent{color:var(--rose)}
.hero p{margin:0; color:var(--muted); font-size:15.5px; max-width:56ch}

.hero__cta{display:flex; gap:12px; margin:22px 0 18px; flex-wrap:wrap}
.btn{display:inline-flex; align-items:center; justify-content:center; gap:10px; border-radius:14px; padding:12px 16px; font-weight:700; font-size:14px; border:1px solid transparent}
.btn--primary{background:var(--rose); color:#fff; box-shadow: 0 18px 40px rgba(227,59,87,.25)}
.btn--primary:hover{background:var(--rose2)}
.btn--ghost{background:transparent; border-color:rgba(11,26,43,.16); color:var(--navy)}
.btn--ghost:hover{border-color:rgba(227,59,87,.35); background:rgba(227,59,87,.06)}

.hero__trust{display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:10px; margin-top:16px}
.trust{border:1px solid rgba(11,26,43,.08); border-radius:16px; padding:12px 12px; background:rgba(255,255,255,.7)}
.trust strong{display:block; font-size:12.5px}
.trust span{display:block; font-size:12px; color:var(--muted); margin-top:2px}

.hero__media{position:relative}
.path{position:absolute; inset:-30px -30px -30px -30px; opacity:.9; pointer-events:none}
.path svg{width:100%; height:100%}
.path path{stroke:rgba(11,26,43,.35); stroke-width:5; stroke-linecap:round; stroke-dasharray:10 14}

.photo{position:relative; border-radius:var(--radius2); overflow:hidden; box-shadow: var(--shadow); border:1px solid rgba(11,26,43,.12)}
.photo img{width:100%; height:620px; object-fit:contain; object-position:center bottom; background:transparent}
.photo::after{
  content:"";
  position:absolute; inset:auto 0 0 0; height:22%;
  background:linear-gradient(to top, rgba(11,26,43,.18), rgba(11,26,43,0));
}
.photo__badge{
  position:absolute; left:16px; bottom:16px; z-index:2;
  display:flex; gap:10px; align-items:center;
  background:rgba(255,255,255,.92);
  max-width: calc(100% - 32px);
  backdrop-filter: blur(6px);
  border:1px solid rgba(11,26,43,.10);
  padding:10px 12px;
  border-radius:16px;
}
.photo__badge img{width:34px; height:34px; border-radius:10px}
.photo__badge strong{display:block; font-size:13px}
.photo__badge span{display:block; font-size:12px; color:var(--muted)}

.hero__card{
  position:absolute;
  right:16px; bottom:16px;
  width:min(340px, 92%);
  background:rgba(255,255,255,.95);
  border:1px solid rgba(11,26,43,.12);
  border-radius:18px;
  padding:14px 14px;
  box-shadow: 0 22px 60px rgba(11,26,43,.18);
}
.hero__card h3{margin:0 0 10px; font-size:14px}
.hero__card ul{margin:0; padding-left:18px; color:var(--muted); font-size:13px}
.hero__card li{margin:6px 0}

.section{padding:72px 0}
.section--alt{background:var(--soft)}
.section__head{max-width:74ch; margin-bottom:22px}
.section__head h2{margin:0 0 10px; font-size:30px; letter-spacing:-.3px}
.section__head p{margin:0; color:var(--muted)}

.steps{display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:14px; position:relative}
.steps::before{
  content:"";
  position:absolute; left:10px; right:10px; top:36px;
  height:2px;
  background: repeating-linear-gradient(90deg, rgba(11,26,43,.32) 0 10px, transparent 10px 20px);
  opacity:.4;
}
.step{background:#fff; border:1px solid rgba(11,26,43,.10); border-radius:20px; padding:18px 16px; box-shadow: 0 10px 28px rgba(11,26,43,.06)}
.step__num{width:34px; height:34px; border-radius:14px; background:rgba(227,59,87,.12); color:var(--rose); font-weight:800; display:flex; align-items:center; justify-content:center; margin-bottom:10px}
.step h3{margin:0 0 8px; font-size:16px}
.step p{margin:0; color:var(--muted); font-size:13.5px}

.grid{display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:14px}
.card{background:#fff; border:1px solid rgba(11,26,43,.10); border-radius:20px; padding:18px 16px; box-shadow: 0 10px 28px rgba(11,26,43,.06)}
.card h3{margin:0 0 8px; font-size:16px}
.card p{margin:0; color:var(--muted); font-size:13.5px}

.gallery{display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); gap:12px}
.shot{margin:0; border-radius:18px; overflow:hidden; border:1px solid rgba(11,26,43,.10); box-shadow: 0 14px 40px rgba(11,26,43,.10); background:#fff}
.shot img{width:100%; height:270px; object-fit:cover}

.callout{
  margin-top:18px;
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  background:linear-gradient(135deg, rgba(227,59,87,.12), rgba(11,26,43,.06));
  border:1px solid rgba(11,26,43,.10);
  border-radius:22px;
  padding:18px 16px;
}
.callout h3{margin:0 0 6px; font-size:16px}
.callout p{margin:0; color:var(--muted); font-size:13.5px}

.about{display:grid; grid-template-columns:.9fr 1.1fr; gap:26px; align-items:center}
.about__media{position:relative}
.about__photo{border-radius:26px; overflow:hidden; border:1px solid rgba(11,26,43,.12); box-shadow: var(--shadow)}
.about__photo img{width:100%; height:520px; object-fit:cover; object-position:center 70%}
.about__stamp{
  position:absolute; left:-14px; bottom:-14px;
  width:74px; height:74px;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(11,26,43,.12);
  box-shadow: 0 18px 46px rgba(11,26,43,.16);
  display:flex; align-items:center; justify-content:center;
}
.about__stamp img{width:46px; height:46px}
.about__copy h2{margin:0 0 10px; font-size:30px; letter-spacing:-.3px}
.about__copy p{margin:0 0 10px; color:var(--muted)}

.bullets{display:grid; gap:10px; margin:14px 0 14px}
.bullet{display:flex; align-items:center; gap:10px; color:var(--ink)}
.bullet__dot{width:10px; height:10px; border-radius:50%; background:var(--rose); box-shadow: 0 0 0 5px rgba(227,59,87,.12)}

.mini{display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:10px}
.mini__box{border:1px solid rgba(11,26,43,.10); border-radius:18px; padding:12px 12px; background:rgba(255,255,255,.72)}
.mini__box small{display:block; color:var(--muted)}
.mini__box strong{display:block; margin-top:4px; font-size:13px}

.faq{display:grid; gap:10px}
.faq details{background:#fff; border:1px solid rgba(11,26,43,.10); border-radius:18px; padding:14px 14px}
.faq summary{cursor:pointer; font-weight:700}
.faq__body{padding-top:10px; color:var(--muted); font-size:13.5px}

.contact{display:grid; grid-template-columns:1fr 1fr; gap:18px; align-items:start}
.contact__copy p{color:var(--muted)}
.contact__cards{display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:10px; margin-top:12px}
.chip{background:#fff; border:1px solid rgba(11,26,43,.10); border-radius:18px; padding:12px 12px}
.chip strong{display:block; font-size:13px}
.chip span{display:block; margin-top:4px; color:var(--muted); font-size:12.5px}

.form{background:#fff; border:1px solid rgba(11,26,43,.12); border-radius:22px; padding:18px 16px; box-shadow: 0 18px 60px rgba(11,26,43,.12)}
.form h3{margin:0 0 12px}
label{display:block; font-size:12px; font-weight:700; color:var(--navy); margin:10px 0}
input,textarea{
  width:100%;
  border:1px solid rgba(11,26,43,.14);
  border-radius:14px;
  padding:12px 12px;
  font:inherit;
  margin-top:6px;
  outline:none;
}
input:focus,textarea:focus{border-color: rgba(227,59,87,.55); box-shadow:0 0 0 5px rgba(227,59,87,.10)}
.form__hint{margin:10px 0 0; color:var(--muted); font-size:12.5px}

.legal{margin-top:14px}
.legal small{color:var(--muted)}
.legal__links{margin:10px 0 0; font-size:12.5px; color:var(--muted)}
.legal__links a{text-decoration:underline; text-underline-offset:3px}
.legal__links span{padding:0 8px}

.footer{padding:24px 0 34px; background:#fff; border-top:1px solid rgba(11,26,43,.06)}
.footer__inner{display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap}
.footer__brand{display:flex; align-items:center; gap:10px}
.footer__brand img{width:42px; height:42px; border-radius:14px}
.footer__brand strong{display:block; font-size:13px}
.footer__brand span{display:block; font-size:12px; color:var(--muted)}
.footer__meta{color:var(--muted); font-size:12.5px; display:flex; align-items:center; gap:10px; flex-wrap:wrap}
.sep{opacity:.5}

.wa{
  position:fixed; right:16px; bottom:16px; z-index:60;
  background:var(--navy);
  color:#fff;
  padding:12px 14px;
  border-radius:999px;
  box-shadow: 0 20px 60px rgba(11,26,43,.25);
  border:1px solid rgba(255,255,255,.12);
}
.wa span{font-weight:800; font-size:13px}

[data-reveal]{opacity:0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease}
.revealed{opacity:1 !important; transform:none !important}

@media (max-width: 980px){
  .hero__grid{grid-template-columns:1fr; gap:22px}
  .photo img{height:500px}
  .hero h1{font-size:38px}
  .steps{grid-template-columns:1fr; }
  .steps::before{display:none}
  .grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .about{grid-template-columns:1fr}
  .about__photo img{height:460px; object-position:center 65%}
  .contact{grid-template-columns:1fr}
  .contact__cards{grid-template-columns:1fr}
}

@media (max-width: 720px){
  .navbtn{display:inline-flex}
  .nav{display:none; position:absolute; left:24px; right:24px; top:64px;
    background:#fff; border:1px solid rgba(11,26,43,.10); border-radius:18px; padding:10px; box-shadow: 0 18px 60px rgba(11,26,43,.18);
    flex-direction:column; align-items:stretch; gap:4px;
  }
  .nav.open{display:flex}
  .nav a{padding:12px 12px}
  .hero{padding-top:56px}
  .hero h1{font-size:34px}
  .hero__trust{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(2, minmax(0, 1fr)); gap:10px}
  .shot img{height:180px}
  .hero__card{position:relative; right:auto; bottom:auto; width:100%; margin-top:12px}
}


/* HERO OVERLAP FIX */


@media (max-width: 980px){
  .hero__media{display:flex; flex-direction:column; gap:14px}
  .hero__card{position:relative; right:auto; bottom:auto; width:100%;}
  .photo img{height:480px;}
}
@media (max-width: 520px){
  .photo img{height:420px;}
  .photo__badge{left:12px; bottom:12px; padding:9px 10px; border-radius:14px}
}


/* HERO — card acima da foto no desktop */
@media (min-width: 1024px) {
  .hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-template-areas:
      "info image"
      "content image";
    align-items: start;
    gap: 32px;
  }

  .hero-info-card { grid-area: info; margin-bottom: 0; }
  .hero-content { grid-area: content; }
  .hero-image { grid-area: image; align-self: end; }
}

/* Garantir ordem natural no mobile */
@media (max-width: 1023px) {
  .hero-grid {
    display: block;
  }
}

/* Desktop: card grande abaixo da foto */
@media (min-width: 981px){
  .hero__card{
    top: auto;
    bottom: 16px;
  }
}

/* Subir o badge pequeno (logo + nome) */
.photo__badge{
  bottom: auto;
  top: 18px;
}


.chip a{color:inherit;text-decoration:none;}
.chip a:hover{text-decoration:underline;}


/* ===== Mentoria ===== */
.mentoria-preview{margin-bottom:18px; display:flex; align-items:center; justify-content:space-between; gap:18px; padding:20px; border-radius:24px; background:linear-gradient(135deg, rgba(11,26,43,.98), rgba(11,26,43,.90)), radial-gradient(circle at top right, rgba(227,59,87,.24), transparent 40%); color:#fff; box-shadow:0 22px 60px rgba(11,26,43,.22); border:1px solid rgba(255,255,255,.08)}
.mentoria-preview__eyebrow{display:inline-flex; margin-bottom:10px; font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.72)}
.mentoria-preview h3{margin:0 0 6px; font-size:22px; line-height:1.08; letter-spacing:-.4px}
.mentoria-preview p{margin:0; color:rgba(255,255,255,.72); max-width:760px}

.mentor-hero{padding:140px 0 70px; background:
radial-gradient(circle at top right, rgba(227,59,87,.16), transparent 28%),
linear-gradient(180deg, #fff 0%, #f4f7fb 100%)}
.mentor-hero__grid{display:grid; grid-template-columns:1.02fr .98fr; gap:30px; align-items:center}
.mentor-hero__copy h1{margin:12px 0 14px; font-size:clamp(38px,5.2vw,66px); line-height:.96; letter-spacing:-1.4px; max-width:12ch}
.mentor-hero__copy p{font-size:17px; color:var(--muted); max-width:62ch}
.mentor-stats{margin-top:18px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px}
.mentor-stat{background:rgba(255,255,255,.82); border:1px solid rgba(11,26,43,.08); border-radius:20px; padding:15px 14px; box-shadow:0 12px 28px rgba(11,26,43,.06)}
.mentor-stat strong{display:block; font-size:15px}
.mentor-stat span{display:block; margin-top:5px; color:var(--muted); font-size:12.8px}
.mentor-panel{position:relative; padding:22px; border-radius:30px; background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.82)); border:1px solid rgba(11,26,43,.10); box-shadow:0 26px 70px rgba(11,26,43,.14); overflow:hidden}
.mentor-panel::after{content:""; position:absolute; inset:auto -70px -70px auto; width:220px; height:220px; border-radius:50%; background:radial-gradient(circle, rgba(227,59,87,.18), transparent 68%)}
.mentor-panel__top{display:flex; flex-wrap:wrap; gap:10px; margin-bottom:14px}
.mentor-pill{display:inline-flex; align-items:center; border-radius:999px; padding:9px 12px; background:var(--navy); color:#fff; font-size:12px; font-weight:700}
.mentor-pill--soft{background:rgba(227,59,87,.12); color:var(--rose)}
.mentor-illustration{padding:10px 0 2px}
.mentor-illustration svg{width:100%; height:auto; display:block; color:var(--navy)}
.mentor-mini-grid{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin-top:6px}
.mentor-mini-card{padding:14px 12px; border-radius:18px; background:rgba(244,247,251,.92); border:1px solid rgba(11,26,43,.08)}
.mentor-mini-card strong{display:block; font-size:13px}
.mentor-mini-card span{display:block; margin-top:4px; color:var(--muted); font-size:12.4px}
.mentor-audience .card{height:100%}
.mentor-card--icon{position:relative; overflow:hidden}
.mentor-card--icon::after{content:""; position:absolute; width:84px; height:84px; border-radius:24px; right:-20px; bottom:-20px; background:rgba(227,59,87,.08)}
.mentor-icon{width:52px; height:52px; border-radius:18px; display:flex; align-items:center; justify-content:center; background:rgba(227,59,87,.10); color:var(--rose); margin-bottom:12px}
.mentor-icon svg{width:30px; height:30px; display:block; stroke:currentColor}
.mentor-timeline{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px}
.mentor-week{display:grid; grid-template-columns:60px 1fr; gap:14px; background:#fff; border:1px solid rgba(11,26,43,.10); border-radius:22px; padding:16px; box-shadow:0 14px 32px rgba(11,26,43,.06)}
.mentor-week span{width:44px; height:44px; border-radius:16px; background:rgba(227,59,87,.12); color:var(--rose); font-weight:800; display:flex; align-items:center; justify-content:center; font-size:14px}
.mentor-week h3{margin:2px 0 6px; font-size:16px}
.mentor-week p{margin:0; color:var(--muted); font-size:13.4px}
.mentor-highlights{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px}
.mentor-feature{background:#fff; border:1px solid rgba(11,26,43,.10); border-radius:22px; padding:18px 16px; box-shadow:0 12px 28px rgba(11,26,43,.06)}
.mentor-feature h3{margin:0 0 8px; font-size:17px}
.mentor-feature p{margin:0; color:var(--muted); font-size:13.4px}
.mentor-feature small{display:block; font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); margin-bottom:10px}
.mentor-feature--authority{background:linear-gradient(180deg, rgba(11,26,43,.98), rgba(11,26,43,.92)); color:#fff; border-color:transparent}
.mentor-feature--authority p,.mentor-feature--authority small{color:rgba(255,255,255,.72)}
.mentor-cta{display:grid; grid-template-columns:1.15fr .85fr; gap:18px; align-items:center}
.mentor-cta__text{color:var(--muted); margin:0 0 14px}
.mentor-full{width:100%; justify-content:center}

@media (max-width: 980px){
  .mentoria-preview{flex-direction:column; align-items:flex-start}
  .mentor-hero__grid, .mentor-cta{grid-template-columns:1fr}
  .mentor-stats, .mentor-mini-grid, .mentor-highlights{grid-template-columns:1fr}
  .mentor-timeline{grid-template-columns:1fr}
}
@media (max-width: 720px){
  .mentor-hero{padding-top:118px}
  .mentor-hero__copy h1{max-width:none}
  .mentor-week{grid-template-columns:48px 1fr}
  .mentor-week span{width:40px; height:40px}
}


@media (max-width: 720px){
  .hero .photo__badge{display:none;}
}

