/* Landing page do Grupo de Estudos — isolada para não alterar as demais páginas */
.group-sales-page{background:#000;color:var(--white)}
.group-sales-header .nav{height:84px}
.group-sales-header .student-btn{margin-left:auto}
.group-lp-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);padding:72px 0 82px}
.group-lp-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.group-lp-hero-copy{position:relative;z-index:2}
.group-lp-hero .eyebrow{line-height:1.6;margin-bottom:24px}
.group-lp-hero .eyebrow span{color:#666;margin:0 6px}
.group-lp-hero h1,.group-lp-section h2,.group-lp-conversion h2,.group-lp-final h2{font-family:Manrope,Inter,Arial,sans-serif;letter-spacing:-2px;line-height:1.04;margin:0}
.group-lp-hero h1{font-size:clamp(42px,5.2vw,70px);max-width:820px}
.group-lp-subheadline{max-width:720px;color:#c2c2c2;font-size:18px;line-height:1.65;margin:28px 0 14px}
.group-lp-audience{max-width:680px;color:#8f8f8f;font-size:15px;margin:0 0 30px}
.group-lp-cta{min-height:52px;justify-content:center;text-align:center}
.group-lp-microfacts{display:flex;align-items:center;gap:10px;color:#8a8a8a;font-size:11px;font-weight:600;letter-spacing:.5px;margin:16px 0 0}
.group-lp-microfacts i{width:3px;height:3px;border-radius:50%;background:var(--gold2)}
.group-lp-dates{display:flex;gap:36px;margin-top:30px;padding-top:22px;border-top:1px solid var(--line);max-width:430px}
.group-lp-dates div{display:flex;flex-direction:column;gap:4px}
.group-lp-dates span,.group-lp-offer-facts span,.group-lp-price span{color:#777;font-size:9px;font-weight:700;letter-spacing:1.7px}
.group-lp-dates strong{font-size:13px;font-weight:600}
.group-lp-hero-media{position:relative;min-height:520px}
.group-lp-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#000 0%,transparent 28%),linear-gradient(0deg,#000 0%,transparent 34%)}
.group-lp-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.group-lp-section{padding:105px 0;border-bottom:1px solid var(--line)}
.group-lp-narrow{max-width:980px}
.group-lp-reading{max-width:900px}
.group-lp-section h2{font-size:clamp(36px,4.5vw,58px)}
.group-lp-identification{background:#050505}
.group-lp-list{margin-top:50px;border-top:1px solid var(--line)}
.group-lp-list p{position:relative;margin:0;padding:19px 10px 19px 34px;border-bottom:1px solid var(--line);color:#c4c4c4;font-size:15px}
.group-lp-list p:before{content:"";position:absolute;left:4px;top:29px;width:8px;height:1px;background:var(--gold2)}
.group-lp-editorial{background:var(--cream);color:#111}
.group-lp-editorial .eyebrow{color:#b87500}
.group-lp-editorial h2{max-width:850px}
.group-lp-editorial p{max-width:730px;color:#5f5b52;font-size:17px;margin:32px 0 0}
.group-lp-editorial .group-lp-emphasis{padding-left:22px;border-left:2px solid var(--gold2);color:#39362f;font-weight:600}
.group-lp-split{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}
.group-lp-split>p{color:#929292;font-size:17px;max-width:650px;margin:4px 0 0}
.group-lp-section-head{max-width:820px;margin-bottom:55px}
.group-lp-weeks{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.group-lp-weeks article{min-height:235px;padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.group-lp-weeks span,.group-lp-process b{color:var(--gold2);font-size:10px;font-weight:700;letter-spacing:1.8px}
.group-lp-weeks h3{font-family:Manrope,Inter,Arial,sans-serif;font-size:clamp(20px,2vw,28px);line-height:1.25;margin:28px 0 0;max-width:500px}
.group-lp-how{background:#050505}
.group-lp-process{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}
.group-lp-process article{padding:32px 28px 10px 0;margin-right:28px;border-right:1px solid var(--line)}
.group-lp-process article:last-child{border-right:0;margin-right:0}
.group-lp-process h3{font-family:Manrope,Inter,Arial,sans-serif;font-size:21px;line-height:1.2;margin:18px 0 10px}
.group-lp-process p{color:#858585;font-size:13px;margin:0}
.group-lp-access-list{border-top:1px solid var(--line)}
.group-lp-access-list div{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:22px 0;border-bottom:1px solid var(--line)}
.group-lp-access-list span{color:var(--gold2);font-size:10px;font-weight:700}
.group-lp-access-list p{color:#b0b0b0;margin:0}
.group-lp-conversion{padding:85px 0;background:var(--gold2);color:#080808}
.group-lp-conversion .container{display:flex;align-items:center;justify-content:space-between;gap:50px}
.group-lp-conversion h2{font-size:clamp(30px,3.7vw,48px);max-width:760px}
.group-lp-conversion .btn{flex:0 0 auto;background:#080808;border-color:#080808;color:#fff}
.group-lp-conversion .btn:hover{background:#151515}
.group-lp-offer{background:#050505}
.group-lp-offer-box{border:1px solid #3a321f;padding:52px;background:#080808}
.group-lp-offer-subtitle{color:#aaa;font-size:18px;margin:16px 0 0}
.group-lp-offer-facts{display:grid;grid-template-columns:repeat(4,1fr);margin:44px 0 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.group-lp-offer-facts div{padding:25px 24px 25px 0}
.group-lp-offer-facts strong{display:block;font-size:15px;margin-top:5px}
.group-lp-offer-deliverables{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}
.group-lp-offer-deliverables p{margin:0;padding:8px 12px;border:1px solid var(--line);color:#aaa;font-size:11px}
.group-lp-price{margin:28px 0}
.group-lp-price strong{display:block;font-family:Manrope,Inter,Arial,sans-serif;font-size:40px}
.group-lp-faq-list{margin-top:45px;border-top:1px solid var(--line)}
.group-lp-faq-list details{border-bottom:1px solid var(--line);padding:23px 0}
.group-lp-faq-list summary{cursor:pointer;list-style:none;font-family:Manrope,Inter,Arial,sans-serif;font-size:20px;font-weight:600}
.group-lp-faq-list summary::-webkit-details-marker{display:none}
.group-lp-faq-list summary:after{content:"+";float:right;color:var(--gold2);font-weight:400}
.group-lp-faq-list details[open] summary:after{content:"−"}
.group-lp-faq-list p{max-width:720px;color:#929292;margin:16px 0 0}
.group-lp-final{text-align:center;padding:125px 0}
.group-lp-final .container{max-width:920px}
.group-lp-final h2{font-size:clamp(42px,5.8vw,72px)}
.group-lp-final>div>p:not(.eyebrow){max-width:650px;margin:26px auto 30px;color:#999;font-size:17px}
.group-lp-final small{display:block;margin-top:25px;color:#666}
.group-lp-footer{padding:36px 0}
.group-lp-footer .container{display:grid;grid-template-columns:1fr auto auto;gap:28px;align-items:center}
.group-lp-footer p{margin:0;color:#777;font-size:11px}

@media(max-width:800px){
  .group-sales-header .nav{height:72px}
  .group-sales-header .brand-logo img{width:56px;height:56px}
  .group-sales-header .student-btn{padding:9px 12px;font-size:12px}
  .group-lp-hero{padding:44px 0 58px}
  .group-lp-hero-grid{grid-template-columns:1fr;gap:38px}
  .group-lp-hero h1{font-size:clamp(38px,11vw,52px);letter-spacing:-1.7px}
  .group-lp-subheadline{font-size:16px;margin-top:24px}
  .group-lp-audience{font-size:14px}
  .group-lp-cta{width:100%;min-height:56px;padding:15px 18px}
  .group-lp-microfacts{justify-content:center;flex-wrap:wrap}
  .group-lp-dates{max-width:none;justify-content:space-between}
  .group-lp-hero-media{min-height:330px;margin:0 -16px}
  .group-lp-hero-media:after{background:linear-gradient(180deg,#000 0%,transparent 18%,transparent 72%,#000 100%)}
  .group-lp-section{padding:76px 0}
  .group-lp-section h2{font-size:clamp(34px,9vw,46px);letter-spacing:-1.4px}
  .group-lp-list{margin-top:35px}
  .group-lp-list p{font-size:14px;padding:17px 4px 17px 28px}
  .group-lp-editorial p{font-size:15px}
  .group-lp-split{grid-template-columns:1fr;gap:34px}
  .group-lp-split>p{font-size:15px}
  .group-lp-section-head{margin-bottom:38px}
  .group-lp-weeks{grid-template-columns:1fr}
  .group-lp-weeks article{min-height:0;padding:28px 24px}
  .group-lp-weeks h3{font-size:22px;margin-top:20px}
  .group-lp-process{grid-template-columns:1fr}
  .group-lp-process article{margin:0;padding:26px 0;border-right:0;border-bottom:1px solid var(--line)}
  .group-lp-process article:last-child{border-bottom:0}
  .group-lp-conversion{padding:64px 0}
  .group-lp-conversion .container{display:block}
  .group-lp-conversion h2{font-size:34px;letter-spacing:-1.2px;margin-bottom:28px}
  .group-lp-offer-box{padding:30px 20px}
  .group-lp-offer-facts{grid-template-columns:1fr 1fr}
  .group-lp-offer-facts div{padding:20px 10px 20px 0}
  .group-lp-final{padding:90px 0}
  .group-lp-final h2{font-size:42px;letter-spacing:-1.5px}
  .group-lp-footer .container{grid-template-columns:1fr;gap:8px}
}
@media(max-width:420px){
  .group-sales-header .student-btn span:first-child{font-size:11px}
  .group-lp-hero .eyebrow{font-size:9px;letter-spacing:2px}
  .group-lp-dates{gap:18px}
  .group-lp-offer-facts{grid-template-columns:1fr}
}


/* Identificação — alternância branco/dourado */
.group-lp-list p:nth-child(even){
  color:var(--gold2);
}


/* Rodada de refinamentos — oferta, ritmo e responsividade */
@media(min-width:801px){
  .group-lp-hero-grid{
    grid-template-columns:1.15fr .85fr;
    gap:54px;
  }
  .group-lp-hero h1{
    font-size:clamp(42px,4.65vw,64px);
    max-width:900px;
  }
  .group-lp-direction{
    padding-top:78px;
    padding-bottom:78px;
  }
}

.group-lp-week-description:not([hidden]){
  margin-top:16px;
  color:#858585;
  font-size:13px;
  line-height:1.6;
}

.group-lp-conversion .container{
  display:block;
}
.group-lp-conversion h2{
  max-width:900px;
}

.group-lp-price{
  margin:34px 0 28px;
  padding-top:30px;
  border-top:1px solid var(--line);
}
.group-lp-price span{
  display:block;
  color:var(--gold2);
  margin-bottom:8px;
}
.group-lp-price strong{
  font-size:clamp(42px,5vw,64px);
  line-height:1;
  letter-spacing:-2px;
}
.group-lp-offer .group-lp-cta{
  width:auto;
  min-width:280px;
}

@media(max-width:800px){
  .group-sales-page{
    overflow-x:hidden;
  }
  .group-lp-direction{
    padding-top:62px;
    padding-bottom:62px;
  }
  .group-lp-process article{
    padding:28px 0;
  }
  .group-lp-process h3{
    font-size:21px;
  }
  .group-lp-process p{
    font-size:14px;
    line-height:1.65;
    max-width:560px;
  }
  .group-lp-access-list div{
    grid-template-columns:38px minmax(0,1fr);
    gap:12px;
  }
  .group-lp-conversion h2{
    margin-bottom:0;
  }
  .group-lp-price{
    margin:28px 0 24px;
    padding-top:26px;
  }
  .group-lp-price strong{
    font-size:48px;
  }
  .group-lp-offer .group-lp-cta{
    width:100%;
    min-width:0;
  }
}

@media(max-width:430px){
  .group-lp-hero h1{
    font-size:clamp(36px,10.4vw,45px);
    line-height:1.06;
  }
  .group-lp-hero-media{
    min-height:300px;
  }
  .group-lp-conversion{
    padding:54px 0;
  }
  .group-lp-conversion h2{
    font-size:31px;
    line-height:1.08;
  }
  .group-lp-offer-box{
    padding:28px 18px;
  }
  .group-lp-offer-facts{
    grid-template-columns:1fr;
  }
  .group-lp-offer-facts div{
    padding:17px 0;
    border-bottom:1px solid var(--line);
  }
  .group-lp-offer-facts div:last-child{
    border-bottom:0;
  }
  .group-lp-price strong{
    font-size:44px;
  }
  .group-lp-faq-list summary{
    font-size:18px;
    line-height:1.35;
    padding-right:12px;
  }
  .group-lp-final h2{
    font-size:38px;
    line-height:1.06;
  }
}
