:root {
  --orange: #f45b00;
  --orange-2: #ff7a1a;
  --black: #050505;
  --black-2: #0d0f10;
  --white: #ffffff;
  --muted: #6e737a;
  --line: rgba(255,255,255,.14);
  --shadow: 0 24px 80px rgba(0,0,0,.22);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #151515;
  background: #fff;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(860px, calc(100% - 40px)); }
.section-dark { background: radial-gradient(circle at top left, #151515, #050505 62%); color: white; }
.section-light { background: #fff; color: #101010; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(5,5,5,.88); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 22px; }
.brand img, .section-logo { width: 180px; height: auto; }
.desktop-menu { display: flex; gap: 24px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 600; }
.desktop-menu a:hover { color: white; }
.menu-btn { display: none; background: none; border: 0; color: #fff; font-size: 28px; }
.mobile-menu { padding: 0 20px 20px; display: grid; gap: 12px; color: white; background: rgba(5,5,5,.96); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { font-size: 16px; font-weight: 700; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 14px; padding: 16px 24px; font-weight: 900; letter-spacing: -.01em;
  border: 1px solid rgba(255,255,255,.16); transition: .25s ease;
  cursor: pointer;
}
.btn-primary, .btn-small { background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: white; box-shadow: 0 14px 34px rgba(244,91,0,.28); }
.btn:hover { transform: translateY(-2px); filter: brightness(1.04); }
.btn-small { padding: 11px 16px; font-size: 13px; }
.hero { position: relative; overflow: hidden; min-height: 740px; display: flex; align-items: center; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.72) 45%, rgba(0,0,0,.35)); z-index: 1; }
.hero-bg { position: absolute; inset: 0; background: url('assets/guilherme-bracos-cruzados.jpg') center right 18% / cover no-repeat; filter: grayscale(20%); opacity: .34; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 46px; align-items: center; padding: 72px 0; }
.eyebrow { margin: 0 0 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; color: rgba(255,255,255,.78); }
.orange { color: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 6vw, 82px); line-height: .94; letter-spacing: -.065em; margin-bottom: 24px; }
h1 span, h2 span { color: var(--orange-2); }
h2 { font-size: clamp(32px, 4vw, 56px); line-height: 1.02; letter-spacing: -.05em; margin-bottom: 22px; }
h3 { font-size: 20px; line-height: 1.15; margin-bottom: 10px; }
.lead { font-size: clamp(18px, 2vw, 22px); color: rgba(255,255,255,.82); max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }
.secure { display: block; color: rgba(255,255,255,.62); font-size: 13px; }
.hero-card { position: relative; min-height: 560px; display: flex; align-items: flex-end; justify-content: center; }
.hero-person { width: min(520px, 100%); border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; aspect-ratio: 4/5; object-position: 50% 30%; mask-image: linear-gradient(#000 78%, transparent); }
.pitch-badge { position: absolute; right: 0; bottom: 58px; background: rgba(0,0,0,.78); border: 1px solid rgba(244,91,0,.7); border-radius: 22px; padding: 24px 28px; box-shadow: 0 20px 60px rgba(0,0,0,.42); }
.pitch-badge span, .pitch-badge em { display: block; font-style: normal; text-transform: uppercase; font-weight: 900; line-height: .9; }
.pitch-badge strong { display: block; color: var(--orange-2); text-transform: uppercase; font-size: 56px; line-height: .9; }
.pitch-badge em { font-size: 48px; }
.credibility { background: #111; color: white; border-top: 1px solid rgba(244,91,0,.4); border-bottom: 1px solid rgba(244,91,0,.4); }
.credibility-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.credibility-grid div { padding: 24px; border-left: 1px solid rgba(255,255,255,.08); }
.credibility-grid div:last-child { border-right: 1px solid rgba(255,255,255,.08); }
.credibility strong { display: block; font-size: 22px; }
.credibility span { color: rgba(255,255,255,.66); font-size: 14px; }
section:not(.hero):not(.credibility) { padding: 92px 0; }
.two-col, .pain-grid, .offer-grid, .final-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; }
.align-center { align-items: center; }
.section-copy p, .two-col p, .offer-copy p { font-size: 18px; color: #40444a; }
.section-dark p { color: rgba(255,255,255,.76); }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 32px; font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--orange); font-weight: 900; }
.orange-check li::before { background: var(--orange); color: white; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; }
.pain { position: relative; overflow: hidden; }
.split-image { position: absolute; inset: 0 auto 0 0; width: 42%; background: linear-gradient(90deg, rgba(0,0,0,.35), rgba(0,0,0,.1)), url('assets/aluno-palco.jpg') center / cover no-repeat; }
.photo-band { position: relative; overflow: hidden; }
.photo-band::before, .develop::before, .network::before, .twelve::before { content: ""; position: absolute; inset: 0; opacity: .08; background: url('assets/logo-branca.svg') center / 620px auto no-repeat; pointer-events: none; }
.photo-stack img, .feature-photo img, .network-photo img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.photo-stack img { aspect-ratio: 1/1; object-position: center 26%; }
.not-for, .price-card { background: white; border: 1px solid #ececec; border-radius: var(--radius); padding: 32px; box-shadow: 0 22px 70px rgba(0,0,0,.08); }
.info-card { display: flex; flex-direction: column; background: white; border: 1px solid #e8e8e8; border-radius: var(--radius); overflow: hidden; box-shadow: 0 22px 70px rgba(0,0,0,.08); align-self: center; height: fit-content; }
.info-card div { display: flex; align-items: center; gap: 18px; padding: 20px 28px; border-bottom: 1px solid #f0f0f0; }
.info-card div:last-child { border-bottom: 0; }
.info-card span { font-size: 22px; width: 36px; text-align: center; flex-shrink: 0; }
.info-card strong { color: #999; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; min-width: 90px; flex-shrink: 0; }
.info-card p { margin: 0; color: #101010; font-weight: 800; font-size: 16px; }
.not-list { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 10px; }
.not-list li { display: flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 700; color: #40444a; background: #f5f5f5; border-radius: 12px; padding: 14px 18px; border-left: 3px solid #ccc; }
.not-list li span { color: #bbb; font-size: 15px; font-weight: 900; flex-shrink: 0; }
.workshop-conclusion { font-size: 19px !important; color: #101010 !important; border-left: 3px solid var(--orange); padding-left: 16px; margin-top: 24px !important; line-height: 1.6; }
.image-right { position: relative; overflow: hidden; }
.method .section-center, .reviews .section-center, .faq .section-center { text-align: center; margin-bottom: 42px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { background: #fff; border: 1px solid #ededed; border-radius: 24px; padding: 28px; box-shadow: 0 16px 46px rgba(0,0,0,.06); }
.step span { width: 46px; height: 46px; border-radius: 50%; background: var(--orange); color: white; display: grid; place-items: center; font-weight: 900; margin-bottom: 18px; }
.step p { color: var(--muted); margin-bottom: 0; }
.network { position: relative; overflow: hidden; }
.not-for { background: #111; color: white; align-self: center; }
.not-for p { color: rgba(255,255,255,.74); }
.reviews { background: #f7f7f7; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.review-img { margin: 0; background: white; border-radius: 18px; padding: 12px; box-shadow: 0 16px 48px rgba(0,0,0,.08); border: 1px solid #eee; }
.review-img img { width: 100%; border-radius: 10px; }
.about { position: relative; }
.about-numbers { display: grid; grid-template-columns: 1fr; gap: 16px; }
.about-numbers div { border: 1px solid rgba(255,255,255,.14); border-radius: 22px; padding: 24px; background: rgba(255,255,255,.04); }
.about-numbers strong { display: block; color: var(--orange-2); font-size: 42px; line-height: 1; }
.about-numbers span { color: rgba(255,255,255,.7); }
.twelve { text-align: center; position: relative; overflow: hidden; }
.twelve p { font-size: 21px; }
.twelve strong { font-size: 22px; color: var(--orange-2); }
.offer { background: linear-gradient(180deg, #fff, #f6f6f6); }
.offer-details { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.offer-details span { background: #111; color: white; border-radius: 999px; padding: 10px 14px; font-weight: 800; font-size: 14px; }
.price-card { background: radial-gradient(circle at top, #202020, #050505 65%); color: white; text-align: center; border-color: rgba(244,91,0,.45); position: sticky; top: 96px; }
.price-card img { width: 170px; margin: 0 auto 22px; }
.price-card p { color: rgba(255,255,255,.68); margin-bottom: 0; }
.price-card strong { display: block; font-size: 92px; line-height: .9; letter-spacing: -.07em; color: var(--orange-2); margin: 8px 0; }
.price-card span { display: block; color: white; margin-bottom: 24px; }
.price-card small { display: block; margin-top: 18px; color: rgba(255,255,255,.62); }
.location-wrap { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.location-wrap iframe { width: 100%; height: 420px; border: 0; border-radius: var(--radius); box-shadow: var(--shadow); }
.location-btn { align-self: center; }
.accordion { border: 1px solid #e9e9e9; border-radius: 24px; overflow: hidden; background: white; box-shadow: 0 18px 54px rgba(0,0,0,.06); }
.accordion button { width: 100%; border: 0; border-bottom: 1px solid #eee; background: white; padding: 22px 24px; text-align: left; font: inherit; font-weight: 900; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; }
.accordion button span { color: var(--orange); font-size: 22px; }
.accordion div { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.accordion div p { padding: 0 24px 22px; margin: 0; color: var(--muted); }
.accordion button.active + div { max-height: 180px; }
.final-cta { position: relative; overflow: hidden; }
.final-grid { align-items: center; }
.final-grid p { font-size: 19px; }
.footer { background: #050505; color: rgba(255,255,255,.66); padding: 26px 0; border-top: 1px solid rgba(255,255,255,.12); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer img { width: 140px; }
.footer a { color: white; font-weight: 800; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; } .delay-2 { transition-delay: .16s; } .delay-3 { transition-delay: .24s; }
@media (max-width: 960px) {
  .desktop-menu, .nav .btn-small { display: none; }
  .menu-btn { display: block; }
  .hero { min-height: auto; }
  .hero-grid, .two-col, .pain-grid, .offer-grid, .final-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 48px 0; }
  .hero-card { min-height: 420px; }
  .pitch-badge { right: 12px; bottom: 18px; transform: scale(.78); transform-origin: bottom right; }
  .credibility-grid { grid-template-columns: repeat(2, 1fr); }
  .split-image { position: relative; width: 100%; min-height: 260px; }
  .pain { padding-top: 0 !important; }
  .steps, .reviews-grid { grid-template-columns: 1fr 1fr; }
  .price-card { position: static; }
}
@media (max-width: 640px) {
  .container, .narrow { width: min(100% - 28px, 1160px); }
  .brand img { width: 145px; }
  h1 { font-size: 43px; }
  h2 { font-size: 34px; }
  section:not(.hero):not(.credibility) { padding: 64px 0; }
  .credibility-grid, .steps, .reviews-grid { grid-template-columns: 1fr; }
  .credibility-grid div { padding: 18px; }
  .hero-person { aspect-ratio: 3/4; }
  .footer-grid { flex-direction: column; text-align: center; }
  .price-card strong { font-size: 74px; }
}
