:root {
  --ink: #2f2b28;
  --ink-soft: #554e47;
  --gold: #f2bd63;
  --gold-deep: #b97a26;
  --gold-soft: #fff0d1;
  --cream: #fbf6ed;
  --white: #fff;
  --line: #e8ddcf;
  --green: #277b62;
  --shadow: 0 24px 70px rgba(53, 41, 28, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Nunito Sans", sans-serif; color: var(--ink); background: var(--cream); line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 99; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.topbar { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 6px 20px; background: var(--gold); color: var(--ink); font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
.topbar strong { font-weight: 900; }
.topbar strong::before { content: "•"; margin-right: 10px; }
.site-header { position: absolute; z-index: 20; left: 0; right: 0; top: 34px; color: #fff; }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 55px; height: 55px; object-fit: contain; border-radius: 50%; background: #fff; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-family: Poppins, sans-serif; font-size: .98rem; }
.brand small { margin-top: 5px; font-size: .72rem; color: inherit; opacity: .72; }
nav { display: flex; align-items: center; gap: 28px; }
nav > a:not(.button) { font-size: .9rem; font-weight: 800; text-decoration: none; opacity: .88; transition: opacity .2s; }
nav > a:hover { opacity: 1; }
.menu-button { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 25px; border: 0; border-radius: 999px; font: 800 .93rem "Nunito Sans", sans-serif; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); box-shadow: 0 12px 30px rgba(242, 189, 99, .28); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(242, 189, 99, .4); }
.button-light { background: #fff; color: var(--ink); }
.button-dark { background: var(--ink); color: #fff; }
.button-small { min-height: 43px; padding-inline: 19px; background: var(--gold); color: var(--ink); }
.button-full { width: 100%; }
.text-link { color: #fff; font-weight: 800; text-underline-offset: 5px; }

.hero { position: relative; display: grid; align-items: center; min-height: min(850px, calc(100svh - 34px)); padding-top: 130px; overflow: hidden; color: #fff; background: #211e1c; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("assets/hero-curso-banho-tosa.webp") center center / cover no-repeat; }
.hero-shade { background: linear-gradient(90deg, rgba(22, 20, 18, .94) 0%, rgba(22, 20, 18, .81) 38%, rgba(22, 20, 18, .18) 69%, rgba(22, 20, 18, .08) 100%), linear-gradient(0deg, rgba(22, 20, 18, .5), transparent 45%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; }
.hero-copy { max-width: 700px; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--gold-deep); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { color: var(--gold); }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
h1, h2, h3 { font-family: Poppins, sans-serif; line-height: 1.08; letter-spacing: -.035em; margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(2.7rem, 5.2vw, 5rem); }
h1 em { display: block; color: var(--gold); font-style: normal; }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.6vw, 3.45rem); }
h3 { font-size: 1.25rem; }
.hero-lead { max-width: 620px; margin: 0 0 30px; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-proof { display: flex; justify-content: center; width: fit-content; gap: 0; padding: 0; margin: 52px auto 0; list-style: none; text-align: center; }
.hero-proof li { display: grid; min-width: 130px; padding-right: 26px; margin-right: 26px; border-right: 1px solid rgba(255,255,255,.2); }
.hero-proof li:last-child { border-right: 0; }
.hero-proof strong { font-family: Poppins, sans-serif; color: var(--gold); font-size: 1.65rem; }
.hero-proof span { color: rgba(255,255,255,.64); font-size: .82rem; }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 15px; min-height: 112px; padding: 25px 22px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid .icon { color: var(--gold-deep); font-size: 1.4rem; }
.trust-grid p { margin: 0; font-size: .86rem; color: var(--ink-soft); }
.trust-grid strong { color: var(--ink); }

.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; align-items: start; }
.section-heading { max-width: 600px; }
.section-heading p { color: var(--ink-soft); font-size: 1.05rem; }
.section-heading.centered { margin: 0 auto 55px; text-align: center; }
.section-heading.centered .kicker { justify-content: center; }
.purpose-copy { max-width: 660px; }
.purpose-copy .large { margin-top: 0; color: var(--ink); font-size: 1.28rem; font-weight: 700; }
.purpose-copy p:not(.large) { color: var(--ink-soft); }
.quote-card { margin-top: 34px; padding: 27px 30px; background: var(--gold-soft); border-left: 4px solid var(--gold-deep); border-radius: 0 18px 18px 0; }
.quote-card span { display: block; margin-bottom: 6px; color: var(--gold-deep); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.quote-card strong { font-size: 1.05rem; }

.audience { padding-top: 0; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 980px; margin: 0 auto; }
.audience-card { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 15px 45px rgba(53,41,28,.07); }
.audience-yes { border-top: 5px solid var(--green); }
.audience-no { border-top: 5px solid #bd6959; }
.audience-label { display: block; margin-bottom: 20px; font: 800 1.2rem Poppins, sans-serif; }
.audience-card ul { padding: 0; margin: 0; list-style: none; }
.audience-card li { position: relative; padding: 11px 0 11px 31px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-weight: 700; }
.audience-card li:last-child { border-bottom: 0; }
.audience-card li::before { position: absolute; left: 0; top: 10px; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; font-size: .72rem; font-weight: 900; }
.audience-yes li::before { content: "✓"; color: #fff; background: var(--green); }
.audience-no li::before { content: "×"; color: #fff; background: #bd6959; }

.curriculum { background: #fff; }
.curriculum-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.curriculum-card { position: relative; min-height: 560px; padding: 0; overflow: hidden; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.curriculum-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.curriculum-card.featured { color: #fff; background: var(--ink); border-color: var(--ink); transform: translateY(-12px); box-shadow: var(--shadow); }
.curriculum-card.featured:hover { transform: translateY(-18px); }
.curriculum-image { width: 100%; height: 205px; object-fit: cover; transition: transform .5s ease; }
.curriculum-card:hover .curriculum-image { transform: scale(1.035); }
.curriculum-body { position: relative; padding: 29px 32px 34px; }
.curriculum-card .number { position: absolute; top: 21px; right: 28px; margin: 0; color: var(--gold-deep); font: 800 2rem Poppins, sans-serif; opacity: .38; }
.curriculum-card.featured .number { color: var(--gold); opacity: .7; }
.curriculum-card ul { padding: 0; margin: 24px 0 0; list-style: none; }
.curriculum-card li { position: relative; padding: 10px 0 10px 23px; border-bottom: 1px solid rgba(91,78,63,.12); font-weight: 700; }
.curriculum-card.featured li { border-color: rgba(255,255,255,.12); }
.curriculum-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-deep); font-weight: 900; }
.curriculum-card.featured li::before { color: var(--gold); }
.material-note { display: flex; align-items: center; gap: 20px; width: 100%; margin: 48px 0 0; padding: 24px 28px; background: var(--gold-soft); border-radius: 20px; }
.material-note p { margin: 4px 0 0; color: var(--ink-soft); }
.material-icon { display: grid; place-items: center; flex: 0 0 46px; height: 46px; border-radius: 50%; background: var(--gold); font-weight: 900; }

.journey { color: #fff; background: var(--ink); }
.journey-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; align-items: center; }
.journey-copy p { max-width: 480px; margin-bottom: 30px; color: rgba(255,255,255,.67); }
.kicker.light { color: var(--gold); }
.steps { position: relative; padding: 0; margin: 0; list-style: none; }
.steps::before { content: ""; position: absolute; top: 25px; bottom: 25px; left: 25px; width: 1px; background: rgba(255,255,255,.16); }
.steps li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 24px; align-items: center; margin-bottom: 27px; }
.steps li:last-child { margin-bottom: 0; }
.steps li > span { z-index: 1; display: grid; place-items: center; width: 52px; height: 52px; color: var(--ink); background: var(--gold); border-radius: 50%; font-weight: 900; }
.steps strong { display: block; margin-bottom: 3px; font: 700 1.05rem Poppins, sans-serif; }
.steps p { margin: 0; color: rgba(255,255,255,.62); }

.opportunity { padding-bottom: 0; background: #fff; }
.opportunity-card { position: relative; display: grid; grid-template-columns: 340px 1fr; gap: 55px; align-items: stretch; padding: 0; overflow: hidden; background: var(--gold-soft); border-radius: 36px; }
.opportunity-card > div:last-child { align-self: center; padding: 48px 6% 48px 0; }
.opportunity-media { width: 100%; height: 100%; min-height: 360px; object-fit: cover; object-position: center; }
.opportunity-card h2 { max-width: 700px; }
.opportunity-card p { max-width: 760px; color: var(--ink-soft); font-size: 1.08rem; }
.opportunity-card small { display: block; margin-top: 17px; color: var(--ink-soft); }

.enrollment { background: #fff; }
.enrollment-grid { display: grid; grid-template-columns: 1fr 480px; gap: 9%; align-items: center; }
.muted { color: var(--ink-soft); font-size: .88rem !important; }
.price-card { padding: 40px; color: #fff; background: var(--ink); border-radius: 32px; box-shadow: var(--shadow); }
.spots { display: flex; align-items: center; gap: 9px; color: var(--gold); font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.spots span { width: 9px; height: 9px; background: #f27a63; border-radius: 50%; box-shadow: 0 0 0 6px rgba(242,122,99,.12); }
.price-card > p { margin: 30px 0 4px; color: rgba(255,255,255,.55); }
.installments { display: flex; align-items: baseline; gap: 9px; }
.installments span { color: var(--gold); font-weight: 900; }
.installments strong { font: 800 3.2rem Poppins, sans-serif; letter-spacing: -.06em; }
.divider { display: flex; align-items: center; gap: 14px; margin: 18px 0; color: rgba(255,255,255,.4); font-size: .78rem; text-transform: uppercase; }
.divider::before, .divider::after { content: ""; height: 1px; flex: 1; background: rgba(255,255,255,.13); }
.cash { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.cash strong { font-size: 1.28rem; }
.cash span { padding: 6px 10px; color: var(--ink); background: var(--gold); border-radius: 999px; font-size: .67rem; font-weight: 900; line-height: 1.15; text-align: center; }
.price-card ul { padding: 20px 0; margin: 24px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); list-style: none; }
.price-card li { padding: 5px 0 5px 23px; position: relative; color: rgba(255,255,255,.8); }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }
.price-card > small { display: block; margin-top: 13px; text-align: center; color: rgba(255,255,255,.48); }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7%; align-items: center; }
.about-copy p { color: var(--ink-soft); }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 35px 0; }
.about-stats div { display: grid; padding-right: 12px; border-right: 1px solid var(--line); }
.about-stats div:last-child { border-right: 0; }
.about-stats strong { font: 800 1.2rem Poppins, sans-serif; }
.about-stats span { color: var(--ink-soft); font-size: .75rem; }
.instagram-link { display: inline-flex; gap: 12px; font-weight: 900; text-underline-offset: 6px; }
.instagram-shell { min-width: 0; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.instagram-head { display: grid; grid-template-columns: 52px 1fr auto; gap: 13px; align-items: center; }
.instagram-head img { width: 52px; height: 52px; object-fit: cover; border: 2px solid var(--gold); border-radius: 50%; }
.instagram-head div { display: grid; min-width: 0; }
.instagram-head strong { font-size: .9rem; }
.instagram-head span { overflow: hidden; color: var(--ink-soft); font-size: .74rem; white-space: nowrap; text-overflow: ellipsis; }
.instagram-head a { padding: 7px 13px; color: #fff; background: #3b78ed; border-radius: 8px; font-size: .75rem; font-weight: 900; text-decoration: none; }
.instagram-bio { margin: 15px 0 18px; font-size: .82rem; }
.instagram-carousel { position: relative; }
.instagram-posts { display: flex; gap: 12px; min-width: 0; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.instagram-posts::-webkit-scrollbar { display: none; }
.instagram-slide { flex: 0 0 min(370px, 82%); scroll-snap-align: start; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); }
.instagram-posts iframe { display: block; width: 100%; height: 520px; border: 0; background: var(--cream); }
.carousel-button { position: absolute; z-index: 2; top: 50%; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: #fff; background: rgba(47,43,40,.92); border: 0; border-radius: 50%; box-shadow: 0 8px 24px rgba(47,43,40,.22); cursor: pointer; transform: translateY(-50%); }
.carousel-button:hover { background: var(--gold-deep); }
.carousel-prev { left: -12px; }
.carousel-next { right: -12px; }

iframe[src*="netlify"], [data-netlify-deploy-button], #netlify-drawer, .netlify-drawer, [class*="netlify-badge"] { display: none !important; }

.location { background: #fff; }
.location-grid { display: grid; grid-template-columns: 380px 1fr; gap: 7%; align-items: center; }
.location-copy p { margin: 24px 0 28px; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.8; }
.map-wrap { overflow: hidden; height: 480px; border-radius: 30px; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

.faq { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font-weight: 900; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 1.5rem; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -8px 0 22px; max-width: 650px; color: var(--ink-soft); }

.final-cta { padding-top: 20px; }
.final-card { display: grid; grid-template-columns: 100px 1fr auto; gap: 35px; align-items: center; padding: 48px; color: #fff; background: var(--ink); border-radius: 36px; }
.final-card img { width: 95px; height: 95px; object-fit: cover; background: #fff; border-radius: 50%; }
.final-card h2 { margin-bottom: 10px; }
.final-card p { margin: 0; color: rgba(255,255,255,.65); }

footer { padding: 35px 0 100px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; color: var(--ink-soft); font-size: .82rem; }
.footer-brand img { width: 43px; height: 43px; }
.footer-links { display: flex; gap: 22px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }

@media (max-width: 980px) {
  .section { padding: 78px 0; }
  .menu-button { display: block; padding: 10px 0; color: #fff; background: transparent; border: 0; font-weight: 900; }
  nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; gap: 26px; visibility: hidden; opacity: 0; color: #fff; background: rgba(34,31,29,.98); transition: opacity .2s; }
  nav.open { z-index: 30; visibility: visible; opacity: 1; }
  nav > a:not(.button) { font-size: 1.2rem; }
  .menu-button { z-index: 31; }
  .hero { min-height: 820px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 620px; }
  .hero-shade { background: linear-gradient(90deg, rgba(22,20,18,.93), rgba(22,20,18,.55)), linear-gradient(0deg, rgba(22,20,18,.55), transparent 45%); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .two-col, .journey-grid, .enrollment-grid, .about-grid, .location-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .curriculum-grid { grid-template-columns: 1fr 1fr; }
  .curriculum-card:last-child { grid-column: 1 / -1; min-height: auto; }
  .opportunity-card { grid-template-columns: 280px 1fr; gap: 35px; }
  .enrollment-grid { align-items: start; }
  .price-card { width: min(520px, 100%); }
  .about-grid { gap: 55px; }
  .location-grid { grid-template-columns: 1fr; }
  .final-card { grid-template-columns: 80px 1fr; }
  .final-card .button { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 65px 0; }
  .topbar { position: fixed; z-index: 60; top: 0; right: 0; left: 0; font-size: .7rem; }
  .site-header { top: 32px; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 46px; height: 46px; }
  .brand small { display: none; }
  .hero { min-height: 810px; padding: 125px 0 55px; align-items: end; }
  .hero-media { background-position: 66% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(24,21,19,.98) 10%, rgba(24,21,19,.82) 52%, rgba(24,21,19,.2) 100%); }
  h1 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  h2 { font-size: clamp(1.95rem, 9vw, 2.7rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .hero-proof { justify-content: space-between; margin-top: 36px; }
  .hero-proof li { min-width: 0; padding-right: 13px; margin-right: 13px; }
  .hero-proof strong { font-size: 1.3rem; }
  .hero-proof span { font-size: .68rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 85px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .curriculum-grid { grid-template-columns: 1fr; }
  .curriculum-card, .curriculum-card:last-child { grid-column: auto; min-height: auto; }
  .curriculum-card.featured, .curriculum-card.featured:hover { transform: none; }
  .audience-grid { grid-template-columns: 1fr; }
  .material-note { align-items: flex-start; padding: 22px; }
  .journey-grid { gap: 52px; }
  .steps li { gap: 16px; }
  .opportunity { padding-top: 65px; }
  .opportunity-card { grid-template-columns: 1fr; gap: 0; padding: 0; border-radius: 24px; }
  .opportunity-card > div:last-child { padding: 34px 26px 38px; }
  .opportunity-media { min-height: 250px; max-height: 310px; }
  .price-card { padding: 30px 24px; border-radius: 24px; }
  .installments strong { font-size: 2.8rem; }
  .about-stats { gap: 8px; }
  .about-stats strong { font-size: .95rem; }
  .instagram-shell { width: calc(100vw - 28px); padding: 14px; }
  .instagram-slide { flex-basis: calc(100vw - 70px); }
  .instagram-posts iframe { height: 590px; }
  .carousel-prev { left: -8px; }
  .carousel-next { right: -8px; }
  .map-wrap { height: 390px; }
  .final-card { grid-template-columns: 1fr; gap: 23px; padding: 34px 25px; border-radius: 26px; }
  .final-card img { width: 72px; height: 72px; }
  .final-card .button { grid-column: auto; width: 100%; }
  .footer-grid { display: flex; flex-direction: column; align-items: flex-start; }
  footer { padding-bottom: 115px; }
  .mobile-cta { position: fixed; z-index: 40; right: 12px; bottom: 12px; left: 12px; display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 0 23px; color: var(--ink); background: var(--gold); border-radius: 999px; box-shadow: 0 15px 50px rgba(32,27,22,.3); font-weight: 900; text-decoration: none; opacity: 0; pointer-events: none; transform: translateY(90px); transition: opacity .25s ease, transform .25s ease; }
  .mobile-cta.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
}
