@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --mentoria-navy:#0c2038;
  --mentoria-navy-deep:#071525;
  --mentoria-gold:#a56e12;
  --mentoria-gold-light:#d3a344;
  --mentoria-cream:#f6f0e5;
  --mentoria-rose:#eadbd6;
  --mentoria-ink:#18202a;
  --mentoria-muted:#6b6b68;
  --mentoria-line:rgba(12,32,56,.13);
}
html{scroll-behavior:smooth}
body{background:#fbf8f2;color:var(--mentoria-ink)}
.mentoria-header{background:var(--mentoria-navy-deep)}
.mentoria-nav-home{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  color:rgba(255,255,255,.8)!important;
  font-size:11px!important;
  font-weight:700;
}
.mentoria-nav-home:hover{border-color:var(--mentoria-gold-light);color:#f4d783!important}

.mentoria-hero{
  position:relative;
  overflow:hidden;
  padding:110px 0 100px;
  background:
    radial-gradient(circle at 86% 20%,rgba(213,168,78,.15),transparent 28%),
    linear-gradient(135deg,#fbf6ec 0%,#f4ede0 57%,#e9dcd1 100%);
}
.mentoria-hero:before{
  content:"";
  position:absolute;
  left:-140px;
  bottom:-240px;
  width:520px;
  height:520px;
  border:1px solid rgba(165,110,18,.15);
  border-radius:50%;
}
.mentoria-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}
.mentoria-hero-copy{max-width:760px}
.mentoria-hero-copy h1{
  margin:14px 0 18px;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(74px,8vw,124px);
  line-height:.82;
  letter-spacing:-.045em;
  color:var(--mentoria-navy);
}
.mentoria-hero-lead{
  max-width:700px;
  margin:0;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(31px,3.2vw,48px);
  line-height:1.04;
  color:var(--mentoria-gold);
}
.mentoria-hero-note{max-width:650px;margin:28px 0 0;font-size:17px;line-height:1.75;color:#525552}
.mentoria-hero-actions{display:flex;align-items:center;gap:24px;margin:34px 0 18px}
.mentoria-text-link{font-size:13px}
.mentoria-hero-copy small{display:block;max-width:620px;color:#77736c;font-size:11px;line-height:1.6}
.mentoria-hero-art{
  position:relative;
  min-height:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:26px;
  padding:10px 0 0;
}
.mentoria-orbit{
  position:relative;
  width:390px;
  height:390px;
  border:1px solid rgba(12,32,56,.16);
  border-radius:50%;
  background:rgba(255,255,255,.46);
  box-shadow:0 35px 90px rgba(52,39,22,.09);
}
.mentoria-orbit:before,.mentoria-orbit:after{
  content:"";
  position:absolute;
  inset:38px;
  border:1px solid rgba(165,110,18,.18);
  border-radius:50%;
}
.mentoria-orbit:after{inset:82px}
.mentoria-orbit img{position:absolute;inset:0;margin:auto;width:112px;height:112px;object-fit:contain}
.orbit-tag{
  position:absolute;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:112px;
  padding:12px 18px;
  border:1px solid rgba(12,32,56,.12);
  border-radius:999px;
  background:#fffaf1;
  box-shadow:0 16px 40px rgba(52,39,22,.08);
  color:var(--mentoria-navy);
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
}
.orbit-one{top:22px;left:50%;transform:translateX(-50%)}
.orbit-two{right:-40px;top:50%;transform:translateY(-50%)}
.orbit-three{bottom:22px;left:50%;transform:translateX(-50%)}
.orbit-four{left:-42px;top:50%;transform:translateY(-50%)}
.mentoria-quote{
  position:relative;
  right:auto;
  bottom:auto;
  max-width:320px;
  margin-left:auto;
  margin-right:8px;
  padding:22px;
  border-radius:20px;
  background:var(--mentoria-navy);
  color:#fff;
  box-shadow:0 28px 55px rgba(12,32,56,.22);
  z-index:2;
}
.mentoria-quote span{display:block;margin-bottom:7px;color:#e1bb67;font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:800}
.mentoria-quote p{margin:0;font-family:"Cormorant Garamond",serif;font-size:23px;line-height:1.1}

.mentoria-intro-section{background:#fff}
.mentoria-intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}
.mentoria-intro-grid h2{max-width:620px}
.mentoria-intro-copy{padding-top:22px}
.mentoria-intro-copy p{margin:0 0 20px;font-size:17px;line-height:1.75;color:#555955}

.mentoria-audience-section{background:#f8f3ea}
.mentoria-audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:54px}
.mentoria-card{
  min-height:280px;
  padding:30px;
  border:1px solid var(--mentoria-line);
  border-radius:22px;
  background:rgba(255,255,255,.78);
  box-shadow:0 18px 50px rgba(56,41,23,.05);
}
.mentoria-card>span{display:block;margin-bottom:58px;color:var(--mentoria-gold);font-size:11px;font-weight:800;letter-spacing:.12em}
.mentoria-card h3{margin:0 0 14px;font-family:"Cormorant Garamond",serif;font-size:31px;line-height:1}
.mentoria-card p{margin:0;color:#656864;font-size:14px;line-height:1.7}

.mentoria-topics-section{background:var(--mentoria-navy-deep);color:#fff}
.mentoria-topics-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}
.mentoria-topics-copy{position:sticky;top:120px}
.mentoria-topics-copy h2{color:#fff}
.mentoria-topics-copy>p:last-child{max-width:520px;color:rgba(255,255,255,.62);font-size:15px;line-height:1.7}
.mentoria-topics-list{display:flex;flex-direction:column}
.mentoria-topics-list div{
  display:grid;
  grid-template-columns:62px 1fr;
  gap:20px;
  align-items:center;
  min-height:80px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.mentoria-topics-list span{color:#d8ad55;font-size:11px;font-weight:800;letter-spacing:.1em}
.mentoria-topics-list strong{font-family:"Cormorant Garamond",serif;font-size:28px;font-weight:500}

.mentoria-method-section{background:#fff}
.mentoria-method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:52px}
.mentoria-method-grid article{
  display:flex;
  gap:18px;
  align-items:center;
  min-height:92px;
  padding:20px 22px;
  border:1px solid var(--mentoria-line);
  border-radius:18px;
  background:#fbf8f2;
}
.mentoria-method-grid b{
  display:flex;
  align-items:center;
  justify-content:center;
  width:43px;
  height:43px;
  flex:0 0 43px;
  border-radius:50%;
  background:var(--mentoria-navy);
  color:#f0cd7a;
  font-family:"Cormorant Garamond",serif;
  font-size:25px;
}
.mentoria-method-grid span{font-size:13px;font-weight:650;line-height:1.45;color:#424946}

.mentoria-not-section{background:#eee0dc}
.mentoria-not-shell{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:90px;
  align-items:center;
  padding:58px 64px;
  border:1px solid rgba(12,32,56,.1);
  border-radius:28px;
  background:rgba(255,255,255,.48);
}
.mentoria-not-shell p:last-child{margin:0;font-size:17px;line-height:1.8;color:#55524f}

.mentoria-about-section{background:#f8f3ea}
.mentoria-about-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;align-items:center}
.mentoria-about-photo{
  overflow:hidden;
  max-width:430px;
  border-radius:220px 220px 28px 28px;
  padding:12px;
  background:#fff;
  box-shadow:0 30px 80px rgba(35,31,26,.12);
}
.mentoria-about-photo img{width:100%;aspect-ratio:.82;object-fit:cover;object-position:center 25%;border-radius:205px 205px 19px 19px}
.mentoria-about-copy h2{max-width:720px}
.mentoria-about-copy>p{font-size:16px;line-height:1.75;color:#5d625e}

.mentoria-waitlist-section{padding:70px 0;background:var(--mentoria-navy)}
.mentoria-waitlist-shell{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:60px;
  align-items:center;
  padding:55px 62px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:30px;
  background:linear-gradient(135deg,#0d2746,#07182d);
  color:#fff;
}
.mentoria-waitlist-shell h2{color:#fff}
.mentoria-waitlist-shell p{max-width:700px;color:rgba(255,255,255,.68);line-height:1.7}
.mentoria-waitlist-action{text-align:center}
.mentoria-waitlist-action small{display:block;margin-top:14px;color:rgba(255,255,255,.48);font-size:10px;line-height:1.5}

.mentoria-footer{padding-top:68px}
.mentoria-footer-grid{display:grid;grid-template-columns:minmax(240px,1.15fr) minmax(180px,.7fr) minmax(250px,1fr);gap:64px;align-items:start}
.mentoria-footer-brand img{width:168px;margin-bottom:18px}
.mentoria-footer-brand p{max-width:340px;margin:0;color:rgba(255,255,255,.62);font-size:14px;line-height:1.6}
.mentoria-footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.mentoria-footer-column strong{margin-bottom:8px;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.13em}
.mentoria-footer-column a{color:rgba(255,255,255,.68);font-size:14px}
.mentoria-footer-column a:hover{color:#f0cd7a}
.mentoria-footer-bottom{align-items:flex-start;gap:42px}
.mentoria-footer-bottom span:last-child{max-width:720px;margin-left:auto;text-align:right;font-size:10px;line-height:1.55;color:rgba(255,255,255,.45)}

@media(max-width:1060px){
  .mentoria-hero-grid,.mentoria-intro-grid,.mentoria-topics-grid,.mentoria-about-grid{grid-template-columns:1fr}
  .mentoria-hero-art{min-height:500px}
  .mentoria-topics-copy{position:static}
  .mentoria-audience-grid{grid-template-columns:1fr 1fr}
  .mentoria-method-grid{grid-template-columns:1fr 1fr}
  .mentoria-not-shell{grid-template-columns:1fr;gap:28px}
  .mentoria-waitlist-shell{grid-template-columns:1fr}
}
@media(max-width:900px){
  .mentoria-footer-grid{grid-template-columns:1fr 1fr}
  .mentoria-footer-brand{grid-column:1/-1}
}
@media(max-width:760px){
  .mentoria-hero{padding:76px 0 64px}
  .mentoria-hero-copy h1{font-size:clamp(66px,20vw,88px)}
  .mentoria-hero-lead{font-size:clamp(29px,9vw,38px)}
  .mentoria-hero-actions{align-items:flex-start;flex-direction:column}
  .mentoria-hero-art{min-height:auto}
  .mentoria-orbit{width:285px;height:285px}
  .orbit-tag{min-width:94px;padding:10px 13px;font-size:10px}
  .orbit-two{right:-20px}.orbit-four{left:-20px}
  .mentoria-quote{max-width:235px;margin:4px auto 0}
  .mentoria-audience-grid,.mentoria-method-grid{grid-template-columns:1fr}
  .mentoria-card{min-height:auto}
  .mentoria-card>span{margin-bottom:30px}
  .mentoria-not-shell,.mentoria-waitlist-shell{padding:34px 28px}
  .mentoria-footer-grid{grid-template-columns:1fr;gap:36px}
  .mentoria-footer-brand{grid-column:auto}
  .mentoria-footer-bottom{flex-direction:column;gap:10px}
  .mentoria-footer-bottom span:last-child{margin-left:0;text-align:left}
  .mentoria-nav-home{width:100%;justify-content:center;margin-bottom:8px}
}


/* V5.9: quatro eixos mais focados */
.mentoria-topics-list div{
  grid-template-columns:62px 1fr;
  align-items:start;
  padding:22px 0;
}
.mentoria-topics-list div strong{
  display:block;
  margin-bottom:7px;
}
.mentoria-topics-list div p{
  grid-column:2;
  margin:-3px 0 0;
  max-width:680px;
  color:rgba(255,255,255,.56);
  font-size:13px;
  line-height:1.6;
}
@media(max-width:760px){
  .mentoria-topics-list div{
    grid-template-columns:42px 1fr;
  }
  .mentoria-topics-list div p{
    grid-column:2;
  }
}


/* V5.10: evita sobreposição da caixa azul com a arte do hero */
@media(min-width:761px){
  .mentoria-hero-art{
    align-items:flex-end;
  }
  .mentoria-orbit{
    margin-right:46px;
  }
}
