@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;600;700;800&display=swap');

:root{
  --black:#090909;
  --ink:#111;
  --paper:#f3f0eb;
  --white:#fff;
  --red:#d71920;
  --deepred:#760606;
  --line:#2a2a2a;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--black);line-height:1.55}
img{display:block;width:100%}
.wrap{width:min(1180px,calc(100% - 48px));margin:auto}
.hero{background:var(--black);color:#fff;min-height:92vh}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #242424}
.brand,.footer-brand strong{font-weight:800;letter-spacing:-.04em;color:#fff;text-decoration:none}
.brand span,.footer-brand span{color:var(--red)}
.nav-cta{color:#fff;text-decoration:none;font-size:.76rem;font-weight:800;letter-spacing:.08em;border:1px solid #555;padding:11px 15px}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;padding:68px 0 80px}
.eyebrow{font-size:.72rem;letter-spacing:.24em;font-weight:800;margin:0 0 14px}
.red{color:var(--red)}
.center{text-align:center}
h1,h2{font-family:Anton,Impact,sans-serif;font-weight:400;line-height:.94;letter-spacing:.01em;margin:0}
h1{font-size:clamp(4.5rem,8.5vw,8rem)}
h1 span,.identity h2 span{color:var(--red)}
.hero-sub{font-size:1.25rem;max-width:620px;margin:25px 0;color:#e5e5e5}
.event-meta{border-left:3px solid var(--red);padding-left:18px;margin:28px 0 34px;display:grid;gap:4px}
.event-meta strong{color:#fff}
.button{display:inline-block;background:var(--red);color:#fff;text-decoration:none;border:0;padding:17px 22px;font-weight:800;font-size:.82rem;letter-spacing:.04em;cursor:pointer}
.button:hover,.lead-form button:hover{filter:brightness(1.12)}
.hero-photo{height:620px;overflow:hidden}
.hero-photo img{height:100%;object-fit:cover;object-position:45% center}
.section-light{background:var(--paper)}
.section-dark{background:var(--black);color:#fff}
.identity{padding:105px 0}
.identity-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:86px;align-items:start}
.identity h2{font-size:clamp(3.4rem,5.7vw,5.9rem);max-width:620px}
.identity-copy{font-size:1.05rem;padding-top:7px;max-width:620px}
.identity-copy p{margin:0 0 20px}
.journey{padding:100px 0}
.journey h2{font-size:clamp(2.8rem,5vw,5rem)}
.journey-intro{max-width:780px;margin:20px auto 55px;color:#bdbdbd}
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.pillars article{border-top:1px solid #3b3b3b;padding:28px 10px 18px 0}
.num{font-family:Anton;font-size:2rem;color:var(--red)}
.pillars h3{font-size:1.15rem;margin:4px 0 12px}
.pillars p{color:#bdbdbd;font-size:.92rem}
.identity-callout{margin-top:55px;border:1px solid #8c1717;padding:18px;text-align:center;font-weight:700}
.identity-callout strong{color:var(--red)}
.speaker{padding:105px 0}
.speaker-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:58px;align-items:center}
.speaker-photo{max-width:430px}
.speaker-photo img{aspect-ratio:1/1;object-fit:cover;border-radius:12px}
.speaker h2{font-size:clamp(3rem,5vw,5rem);max-width:700px}
.speaker h3{font-size:1.5rem;margin:20px 0 10px}
.speaker-copy p{max-width:700px}
.signup{background:var(--deepred);color:#fff;padding:90px 0}
.signup-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.signup h2{font-size:clamp(3rem,5vw,5rem)}
.signup p{max-width:560px}
.lead-form{background:#fff;color:#111;padding:28px;display:grid;gap:16px}
.lead-form label{font-size:.8rem;font-weight:800}
.lead-form input{display:block;width:100%;margin-top:7px;border:1px solid #c8c8c8;padding:14px;font:inherit}
.lead-form button{background:#111;color:#fff;border:0;padding:16px;font-weight:800;cursor:pointer}
.lead-form small{color:#777;font-size:.7rem}
footer{background:#050505;color:#fff;border-top:1px solid #242424}
.footer-inner{min-height:115px;display:flex;justify-content:space-between;align-items:center}
.footer-brand{display:flex;flex-direction:column}
.footer-brand strong{font-size:1.08rem;letter-spacing:-.02em}
.footer-brand small{color:#aaa}
.socials{display:flex;gap:12px}
.social{width:42px;height:42px;border:1px solid #333;border-radius:50%;display:grid;place-items:center;color:#fff;transition:.2s}
.social:hover{border-color:var(--red);transform:translateY(-2px)}
.social svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.social:nth-child(3) svg{fill:currentColor;stroke:none}
.social:nth-child(3) .play{fill:#050505}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.78);display:none;align-items:center;justify-content:center;padding:22px;z-index:50}
.modal.open{display:flex}
.modal-card{position:relative;background:var(--paper);width:min(520px,100%);padding:36px;color:#111;box-shadow:0 25px 80px rgba(0,0,0,.4)}
.modal-card h2{font-size:3rem}
.close{position:absolute;right:16px;top:10px;border:0;background:none;font-size:2rem;cursor:pointer}
.text-button{display:block;border:0;background:none;text-decoration:underline;margin:18px auto 0;cursor:pointer;color:#555}
.modal-register{margin-top:12px}
.success-card{text-align:center}
.success-card .button{margin-top:12px}

@media(max-width:820px){
  .wrap{width:min(100% - 30px,680px)}
  .nav{height:68px}
  .nav-cta{font-size:.65rem;padding:9px 10px}
  .hero{min-height:auto}
  .hero-grid{grid-template-columns:1fr;gap:35px;padding:48px 0 55px}
  h1{font-size:clamp(4rem,20vw,6rem)}
  .hero-sub{font-size:1.05rem}
  .hero-photo{height:auto;max-height:none}
  .hero-photo img{height:auto;aspect-ratio:1/1.05;object-fit:cover;object-position:40% center}
  .identity{padding:72px 0}
  .identity-grid{grid-template-columns:1fr;gap:35px}
  .identity h2{font-size:clamp(3.2rem,14vw,5rem)}
  .identity-copy{font-size:1rem;padding:0}
  .journey{padding:72px 0}
  .pillars{grid-template-columns:1fr}
  .journey-intro{text-align:left}
  .speaker{padding:72px 0}
  .speaker-grid{grid-template-columns:1fr;gap:35px}
  .speaker-photo{max-width:none}
  .speaker h2{font-size:clamp(3rem,13vw,4.8rem)}
  .signup{padding:70px 0}
  .signup-grid{grid-template-columns:1fr;gap:30px}
  .footer-inner{padding:28px 0;gap:24px}
}
@media(max-width:480px){
  .brand{font-size:.88rem}
  .nav-cta{display:none}
  h1{font-size:19vw}
  .hero-grid{padding-top:38px}
  .hero-sub{margin-top:18px}
  .identity h2{font-size:13.2vw}
  .identity h2 span{display:block}
  .footer-inner{align-items:flex-start;flex-direction:column}
  .modal-card{padding:30px 22px}
  .modal-card h2{font-size:2.5rem}
}


/* V3 refinements approved after visual review */

/* Hero image: keep the teaching photo visible, with only a soft black fade at the edges */
.hero-photo{
  position:relative;
  background:#090909;
}
.hero-photo::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(9,9,9,.34) 0%, rgba(9,9,9,0) 12%, rgba(9,9,9,0) 84%, rgba(9,9,9,.42) 100%),
    linear-gradient(0deg, rgba(9,9,9,.28) 0%, rgba(9,9,9,0) 14%, rgba(9,9,9,0) 100%);
}

/* Journey cards: boxed version from the preferred mockup */
.pillars{
  gap:20px;
}
.pillars article{
  border:1px solid #303030;
  border-radius:11px;
  padding:28px 25px 26px;
  min-height:255px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  background:linear-gradient(180deg,#111 0%,#0d0d0d 100%);
}
.pillars .num{
  color:#5f0d10;
  font-size:2.7rem;
  line-height:1;
  margin-bottom:16px;
}
.pillars h3{
  color:#fff;
  font-size:1.35rem;
  margin:0 0 2px;
}
.pillars h3 + p{
  margin-top:14px;
}
.pillars article p{
  color:#e0e0e0;
  max-width:300px;
}
.pillars article::before{
  display:block;
  color:var(--red);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  order:3;
}
.pillars article:nth-child(1)::before{content:"IDENTIDADE";}
.pillars article:nth-child(2)::before{content:"PENSAMENTOS E EMOÇÕES";}
.pillars article:nth-child(3)::before{content:"HÁBITOS E AÇÕES";}
.pillars article p{order:4}
.pillars article .num{order:1}
.pillars article h3{order:2}

/* Participation section: black was stronger than the red block */
.signup{
  background:
    radial-gradient(circle at 88% 50%, rgba(95,0,0,.28), transparent 35%),
    #090909;
  border-top:1px solid #222;
  color:#fff;
}
.signup .lead-form{
  background:transparent;
  color:#fff;
  padding:0;
}
.signup .lead-form label{
  color:#fff;
}
.signup .lead-form input{
  background:#f3f0eb;
  border:1px solid #d8d3cc;
}
.signup .lead-form button{
  background:var(--red);
  color:#fff;
}
.signup .lead-form small{
  color:#777;
}

@media(max-width:820px){
  .hero-photo::after{
    background:
      linear-gradient(90deg, rgba(9,9,9,.20) 0%, transparent 10%, transparent 90%, rgba(9,9,9,.24) 100%),
      linear-gradient(0deg, rgba(9,9,9,.24) 0%, transparent 13%, transparent 100%);
  }
  .pillars article{
    min-height:0;
    padding:25px 22px;
  }
}


/* V6 — confirmação alinhada visualmente ao WhatsApp */
.whatsapp-green{
  color:#25D366;
}
.whatsapp-button{
  background:#25D366 !important;
  color:#fff !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:280px;
}
.whatsapp-button:hover{
  background:#20bd5a !important;
  filter:none;
}
.whatsapp-button svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 auto;
}
.success-card .whatsapp-button{
  margin-top:12px;
}
@media(max-width:480px){
  .whatsapp-button{
    width:100%;
    min-width:0;
    padding-left:14px;
    padding-right:14px;
    font-size:.76rem;
  }
}
