/* ═════════════════════════════════════════════════════════════
   FERNANDA GRABOSKI · CURSO PT (fernandagraboski.com/curso/pt)
   estilo.css · APENAS estilos específicos desta página

   Componentes globais (hero-split, cred-strip, num-card, feat-card,
   cta-final, btn-*, t-list-check, etc) vêm de
   https://guuliver.com.br/projetos/clientes/graboski/style/global.css.

   Aqui ficam:
   - .hdr · header sticky
   - .wrap · container
   - .cs-sec · wrapper de seção desta página
   - .cs-intro · seção de introdução narrativa (texto longo)
   - .cs-depo / .cs-depo-grid · depoimentos (6 imagens em grid)
   - .cs-mod-grid · grid 4 colunas dos 12 módulos
   - .cs-bonus-grid · grid 2 colunas ebooks bônus
   - .cs-bonus__sub / .cs-bonus__price · extras dos feat-cards de bônus
   - .cs-sobre · split inverso da seção sobre
   - .cs-price-grid · 2 colunas (texto + card preço)
   - .cs-price-card · card destaque de preço
   - .cs-trust / .cs-trust-grid · 3 cards de garantia abaixo do preço
   - .cs-modal · modal de detalhes (uso restrito desta página)
   - .ft · footer
   ═════════════════════════════════════════════════════════════ */


/* ─── HEADER ─── */
.hdr{
  position:sticky;top:0;z-index:50;
  background:rgba(245,240,230,.92);backdrop-filter:blur(18px) saturate(1.3);
  border-bottom:1px solid var(--line);
}
.hdr-inner{
  max-width:var(--max);margin:0 auto;
  padding:14px var(--g);
  display:flex;align-items:center;justify-content:center;gap:24px;
}
.hdr-logo img{height:38px;width:auto;display:block}
@media(max-width:560px){
  .hdr-logo img{height:30px}
  .hdr-inner{padding:12px 20px}
}


/* ─── CONTAINER ─── */
.wrap{max-width:var(--max);margin:0 auto;padding:0 var(--g)}


/* ─── WRAPPER DE SEÇÃO ─── */
.cs-sec{padding:var(--sy) 0}
.cs-sec--bone{background:var(--bone-2)}
.cs-sec--dark{background:var(--ink);color:var(--bone)}
.cs-sec__head{margin-bottom:clamp(40px,5vw,64px);max-width:680px}
.cs-sec__eyebrow--gold{color:var(--gold-bright)}
.cs-sec__title{
  font-family:var(--display);font-weight:300;
  font-size:clamp(36px,4.5vw,56px);line-height:1.05;
  letter-spacing:-.02em;color:var(--ink);
}
.cs-sec__title em{font-style:italic;color:var(--gold);font-family:inherit}
.cs-sec__title--light{color:var(--bone)}
.cs-sec__title--light em{color:var(--gold-bright)}


/* ─── INTRO · texto narrativo centralizado ─── */
.cs-intro{padding:clamp(80px,10vw,120px) 0}
.cs-intro__inner{
  max-width:680px;margin:0 auto;text-align:center;
}
.cs-intro__eyebrow{text-align:center;margin-bottom:24px}
.cs-intro__cta-line{
  font-family:var(--display)!important;
  font-style:italic;color:var(--ink)!important;
  font-size:clamp(20px,2vw,26px)!important;
  margin-top:32px!important;
}


/* ─── DEPOIMENTOS · grid 3 colunas de imagens ─── */
.cs-depo-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:clamp(14px,2vw,20px);
}
.cs-depo{
  border-radius:6px;overflow:hidden;
  background:var(--bone-3);
  box-shadow:0 12px 32px -16px rgba(15,13,10,.18);
}
.cs-depo img{
  width:100%;height:auto;display:block;
  border-radius:6px;
}
@media(max-width:860px){.cs-depo-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.cs-depo-grid{grid-template-columns:1fr}}


/* ─── MÓDULOS · grid 4 colunas ─── */
.cs-mod-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:clamp(14px,2vw,20px);
}
@media(max-width:980px){.cs-mod-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.cs-mod-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:420px){.cs-mod-grid{grid-template-columns:1fr}}


/* ─── BÔNUS · 2 feat-cards lado a lado ─── */
.cs-bonus-grid{
  display:grid;grid-template-columns:repeat(2,1fr);
  gap:clamp(20px,3vw,32px);
}
@media(max-width:980px){.cs-bonus-grid{grid-template-columns:1fr}}

.cs-bonus__sub{
  font-family:var(--serif);font-style:italic;
  font-size:16px;color:var(--text-soft);
  margin:-8px 0 14px;
}
.cs-bonus__price{
  display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;
  padding:14px 0;margin:14px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.cs-bonus__price-from{font-size:13px;color:var(--text-soft)}
.cs-bonus__price-from s{opacity:.7}
.cs-bonus__price-now{font-size:14px;color:var(--text-mute);font-weight:500}
.cs-bonus__price-now em{
  font-family:var(--display);font-style:italic;
  font-size:28px;color:var(--gold);font-weight:400;
}


/* ─── SOBRE · split img esquerda + texto direita ─── */
.cs-sobre{
  display:grid;grid-template-columns:1fr 1.2fr;
  gap:clamp(40px,6vw,80px);align-items:center;
}
.cs-sobre__img{
  border-radius:6px;overflow:hidden;
  aspect-ratio:4/5;background:var(--bone-3);
  box-shadow:0 40px 80px -24px rgba(15,13,10,.22);
  display:grid;place-items:center;
}
.cs-sobre__img img{width:100%;height:100%;object-fit:contain;display:block}
.cs-sobre__lead{
  font-family:var(--serif);font-style:italic;
  font-size:clamp(17px,1.5vw,22px);line-height:1.55;
  color:var(--text-mute);margin:18px 0 24px;
}
.cs-sobre__list li{font-size:14px}
@media(max-width:860px){
  .cs-sobre{grid-template-columns:1fr}
  .cs-sobre__img{aspect-ratio:16/10;max-height:380px}
}


/* ─── PREÇO · split 2 colunas (texto + card) ─── */
.cs-price-grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:clamp(32px,5vw,64px);align-items:center;
  margin-bottom:clamp(48px,6vw,80px);
}
.cs-price__items{margin-top:24px}
.cs-price__items strong{color:var(--gold);font-weight:500}

.cs-price-card{
  background:var(--ink);color:var(--bone);
  padding:clamp(32px,4vw,48px);
  border-radius:8px;text-align:center;
  box-shadow:0 32px 64px -16px rgba(15,13,10,.4);
}
.cs-price-card__label{
  font-size:10px;letter-spacing:.32em;text-transform:uppercase;
  font-weight:500;color:var(--gold-bright);margin-bottom:10px;
}
.cs-price-card__discount{
  font-family:var(--serif);font-style:italic;
  font-size:18px;color:rgba(245,240,230,.7);margin-bottom:18px;
}
.cs-price-card__amount{
  font-family:var(--display);font-weight:300;
  font-size:clamp(28px,3.5vw,40px);line-height:1.1;
  letter-spacing:-.02em;color:var(--bone);margin-bottom:32px;
}
.cs-price-card__amount em{
  font-style:italic;color:var(--gold-bright);font-family:inherit;
}
.cs-price-card__cta{width:100%;justify-content:center}
@media(max-width:860px){.cs-price-grid{grid-template-columns:1fr}}


/* ─── TRUST · 3 cards de garantia ─── */
.cs-trust-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:clamp(20px,3vw,32px);
}
.cs-trust{
  background:var(--cream);border:1px solid var(--line);
  border-radius:6px;padding:clamp(24px,3vw,32px);
  text-align:center;
}
.cs-trust__icon{
  width:48px;height:48px;border-radius:50%;
  background:var(--gold-soft);color:var(--gold);
  display:grid;place-items:center;
  margin:0 auto 16px;
}
.cs-trust__icon svg{width:22px;height:22px}
.cs-trust__title{
  font-family:var(--display);font-weight:400;
  font-size:18px;line-height:1.2;color:var(--ink);
  margin-bottom:10px;
}
.cs-trust__desc{
  font-size:13px;color:var(--text-mute);line-height:1.6;
}
@media(max-width:680px){.cs-trust-grid{grid-template-columns:1fr}}


/* ─── MODAL de detalhes (uso restrito desta página) ─── */
.cs-modal{
  position:fixed;inset:0;z-index:9000;
  background:rgba(14,12,9,.7);backdrop-filter:blur(8px);
  display:flex;align-items:center;justify-content:center;
  padding:24px;opacity:0;pointer-events:none;
  transition:opacity .3s ease;
}
.cs-modal.is-open{opacity:1;pointer-events:auto}
.cs-modal__box{
  background:var(--cream);border-radius:8px;
  padding:clamp(32px,4vw,48px);
  max-width:520px;width:100%;
  box-shadow:0 24px 48px -16px rgba(0,0,0,.4);
  position:relative;
  transform:translateY(20px);
  transition:transform .35s cubic-bezier(.4,0,.2,1);
  max-height:90vh;overflow-y:auto;
}
.cs-modal.is-open .cs-modal__box{transform:translateY(0)}
.cs-modal__close{
  position:absolute;top:14px;right:14px;
  width:34px;height:34px;border-radius:50%;
  background:transparent;border:1px solid var(--line);
  color:var(--text-mute);display:grid;place-items:center;cursor:pointer;
  transition:background .2s,border-color .2s,color .2s;
}
.cs-modal__close:hover{background:var(--ink);border-color:var(--ink);color:var(--bone)}
.cs-modal__title{
  font-family:var(--display);font-weight:300;
  font-size:clamp(26px,3vw,34px);line-height:1.1;
  letter-spacing:-.02em;color:var(--ink);
  margin:14px 0 6px;
}
.cs-modal__title em{font-style:italic;color:var(--gold);font-family:inherit}
.cs-modal__sub{
  font-family:var(--serif);font-style:italic;
  font-size:15px;color:var(--text-soft);margin-bottom:24px;
}

/* Lista numerada de capítulos do ebook (dentro do modal) */
.cs-modal__list{
  list-style:none;padding:0;margin:0;
  counter-reset:cap;
  display:flex;flex-direction:column;gap:10px;
}
.cs-modal__list li{
  display:flex;gap:10px;
  padding:10px 0;
  border-bottom:1px solid var(--line);
  font-size:14px;color:var(--text-mute);line-height:1.5;
}
.cs-modal__list li:last-child{border-bottom:none}
.cs-modal__list strong{color:var(--gold);font-weight:500;flex-shrink:0;min-width:90px}


/* ─── SIDEBAR · estilos de título (corpo herda do SG) ─── */
.sb-title{
  font-family:var(--display);font-weight:300;
  font-size:clamp(28px,3vw,38px);line-height:1.05;
  letter-spacing:-.02em;color:var(--ink);
  margin:48px 0 6px;padding-right:48px;
}
.sb-title em{font-style:italic;color:var(--gold);font-family:inherit}
.sb-sub{
  font-size:11px;letter-spacing:.18em;text-transform:uppercase;
  color:var(--text-soft);font-weight:500;margin-bottom:36px;
}
.sb-sec{margin-bottom:36px}
.sb-sec:last-child{margin-bottom:0}


/* ─── CRO no fim da seção sobre ─── */
.cs-sobre__cro{
  margin-top:18px;
  font-size:10px;letter-spacing:.22em;text-transform:uppercase;
  font-weight:500;color:var(--text-soft);
}


/* ─── FOOTER ─── */
.ft{background:#000;color:rgba(245,240,230,.5);padding:48px 0;text-align:center}
.ft__inner{
  max-width:var(--max);margin:0 auto;padding:0 var(--g);
  display:flex;flex-direction:column;align-items:center;gap:20px;
}
.ft__logo{height:48px;width:auto;opacity:.85}
.ft__cr{font-size:12px;letter-spacing:.04em;line-height:1.6}


/* ─── BÔNUS · btn-p dentro do feat-card centralizado ─── */
.feat-card .btn-p{
  display:block;width:100%;text-align:center;
}


/* ─── INTRO · iframe YouTube responsivo ─── */
.cs-intro__video{
  margin-top:32px;
  position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;
  border-radius:8px;
}
.cs-intro__video iframe{
  position:absolute;top:0;left:0;
  width:100%;height:100%;border:0;
}


/* ─── HERO + SOBRE · imagens sem altura fixa no mobile ─── */
@media(max-width:860px){
  .hero-split__img,
  .hero-split__img img{
    width:100%;height:auto;aspect-ratio:unset;max-height:none;
  }
  .cs-sobre__img{
    aspect-ratio:unset;max-height:none;
  }
  .cs-sobre__img img{
    width:100%;height:auto;object-fit:cover;
  }
}
