:root {
  --bg: #151816;
  --bg-deep: #0f1210;
  --surface: #1c211e;
  --surface-2: #232925;
  --surface-3: #2a312c;
  --text: #f4f7f5;
  --text-soft: #d8dfdb;
  --muted: #9eaaa3;
  --muted-2: #748078;
  --green: #5ca77f;
  --green-strong: #73c59b;
  --lime: #c3d996;
  --lime-soft: #d6e5b6;
  --border: rgba(255,255,255,.085);
  --border-strong: rgba(255,255,255,.14);
  --glass: rgba(19,23,20,.58);
  --shadow: 0 32px 80px rgba(0,0,0,.34);
  --shadow-soft: 0 18px 48px rgba(0,0,0,.24);
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  --shell: min(1180px, calc(100% - 40px));
  --header-h: 112px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--bg-deep); }
body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 9%, rgba(85,165,125,.075), transparent 28rem),
    radial-gradient(circle at 15% 30%, rgba(195,217,150,.035), transparent 24rem),
    var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

::selection { background: rgba(115,197,155,.28); color: #fff; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.accent { color: var(--lime); }
.green { color: var(--green-strong); }
.kicker, .eyebrow {
  margin: 0 0 12px;
  color: var(--green-strong);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.lead { color: var(--text-soft); font-size: clamp(1rem, 1.8vw, 1.18rem); line-height: 1.72; }
.hairline { border-top: 1px solid var(--border); }

h1, h2, h3, h4 { line-height: 1.08; margin: 0 0 .55em; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7.1vw, 6.9rem); font-weight: 870; }
h2 { font-size: clamp(2.15rem, 4.3vw, 4.35rem); font-weight: 840; }
h3 { font-size: clamp(1.2rem, 2.1vw, 1.65rem); font-weight: 780; }
p { margin: 0 0 1.15em; }

.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

/* Header */
.site-header {
  --shrink: 0;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  height: calc(112px - (36px * var(--shrink)));
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
  background: rgba(16,19,17,calc(.14 + (.64 * var(--shrink))));
  border-bottom: 1px solid rgba(255,255,255,calc(.01 + (.055 * var(--shrink))));
  backdrop-filter: blur(calc(2px + (18px * var(--shrink)))) saturate(calc(1 + (.25 * var(--shrink))));
  -webkit-backdrop-filter: blur(calc(2px + (18px * var(--shrink)))) saturate(calc(1 + (.25 * var(--shrink))));
  box-shadow: 0 calc(12px * var(--shrink)) calc(38px * var(--shrink)) rgba(0,0,0,calc(.22 * var(--shrink)));
}
.site-header.is-scrolled { background-color: rgba(16,19,17,.76); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; width: calc(148px - (42px * var(--shrink))); transition: filter .3s ease; flex: 0 0 auto; }
.brand:hover { filter: brightness(1.08); }
.brand img { width: 100%; height: auto; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.nav-pill {
  display: flex; align-items: center; padding: 8px 11px; gap: 2px;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 999px;
  background: rgba(255,255,255,.018);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02), 0 12px 30px rgba(0,0,0,.12);
}
.nav-link { position: relative; color: #e2e7e4; font-size: .87rem; font-weight: 620; padding: 9px 10px; border-radius: 999px; transition: color .2s ease, background .2s ease; white-space: nowrap; }
.nav-link:hover { color: #fff; background: rgba(255,255,255,.045); }
.nav-link.active { color: #fff; }
.nav-link.active::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 3px; height: 2px; border-radius: 9px; background: var(--green-strong); box-shadow: 0 0 12px rgba(115,197,155,.5); }
.header-cta { transform: scale(calc(1 - (.06 * var(--shrink)))); transform-origin: right center; }
.header-progress { position: absolute; bottom: -1px; left: 0; width: var(--page-progress,0%); height: 2px; background: linear-gradient(90deg,var(--green),var(--lime)); opacity: .7; }
.menu-toggle { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--border); background: rgba(255,255,255,.035); place-items: center; cursor: pointer; }
.menu-toggle svg { width: 21px; height: 21px; }
.menu-icon-close { display: none; }
.menu-toggle.active .menu-icon-open { display: none; }
.menu-toggle.active .menu-icon-close { display: inline-grid; }
.mobile-panel { display: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 19px; border-radius: 11px; border: 1px solid transparent;
  font-weight: 780; font-size: .94rem; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}
.btn svg { transition: transform .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:hover svg { transform: translateX(3px); }
.btn-primary, .btn:not(.btn-secondary):not(.btn-ghost):not(.btn-dark) { background: linear-gradient(135deg,#62b489,#56a67e); color: #fff; box-shadow: 0 14px 32px rgba(64,139,103,.22); }
.btn-primary:hover, .btn:not(.btn-secondary):not(.btn-ghost):not(.btn-dark):hover { box-shadow: 0 18px 42px rgba(64,139,103,.3); }
.btn-secondary { background: rgba(255,255,255,.04); border-color: var(--border-strong); color: #fff; }
.btn-secondary:hover { background: rgba(255,255,255,.075); }
.btn-ghost { background: transparent; border-color: rgba(115,197,155,.28); color: var(--green-strong); }
.btn-ghost:hover { background: rgba(115,197,155,.07); border-color: rgba(115,197,155,.45); }
.btn-dark { background: var(--surface); border-color: var(--border); }
.btn-sm { min-height: 42px; padding: 0 15px; font-size: .84rem; border-radius: 9px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* Generic sections */
.section { position: relative; padding: 108px 0; }
.section-sm { padding: 72px 0; }
.section-dark { background: var(--bg-deep); }
.section-soft { background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.028)); border-block: 1px solid rgba(255,255,255,.04); }
.section-green {
  background:
    radial-gradient(circle at 85% 20%, rgba(216,233,180,.12), transparent 24rem),
    linear-gradient(135deg, #4f9672, #3f7c5e 65%, #3c7358);
  color: #fff;
}
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.section-head > div { max-width: 760px; }
.section-head h2 { margin-bottom: 16px; }
.section-head .lead { margin: 0; }
.section-index { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-index::before { content:""; width: 28px; height: 1px; background: var(--green-strong); }

/* Home hero */
.hero { position: relative; min-height: 850px; padding: 150px 0 96px; display: flex; align-items: center; overflow: hidden; }
.hero::before { content:""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 68px 68px; mask-image: radial-gradient(circle at 70% 42%, black, transparent 73%); opacity: .35; pointer-events: none; }
.hero::after { content:""; position: absolute; width: 720px; height: 720px; right: -270px; top: 70px; background: radial-gradient(circle, rgba(91,175,130,.12), transparent 68%); filter: blur(10px); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 88px; position: relative; z-index: 2; }
.hero-copy { max-width: 740px; }
.hero .eyebrow { margin-top: 18px; }
.hero h1 { font-size: clamp(3.45rem, 5.7vw, 5.95rem); max-width: 820px; }
.hero h1 .accent { position: relative; white-space: nowrap; }
.hero h1 .accent::after { content:""; position:absolute; left: 2%; right: 0; bottom: .02em; height: .09em; background: linear-gradient(90deg,var(--green-strong),transparent); opacity: .42; border-radius: 99px; }
.hero .lead { max-width: 650px; margin-top: 22px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.badge { border: 1px solid rgba(115,197,155,.24); background: rgba(115,197,155,.06); color: #cbe8d7; border-radius: 999px; padding: 7px 11px; font-size: .75rem; font-weight: 760; }
.hero-proof { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 18px 26px; color: var(--muted); font-size: .83rem; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof i { width: 6px; height: 6px; border-radius: 50%; background: var(--green-strong); box-shadow: 0 0 0 5px rgba(115,197,155,.08); }
.hero-visual { position: relative; min-height: 575px; display: grid; place-items: center; }
.hero-orbit { position: absolute; width: 520px; height: 520px; border: 1px solid rgba(115,197,155,.1); border-radius: 50%; animation: slow-spin 28s linear infinite; }
.hero-orbit::before, .hero-orbit::after { content:""; position:absolute; width:10px; height:10px; border-radius:50%; background: var(--lime); box-shadow: 0 0 22px rgba(195,217,150,.65); }
.hero-orbit::before { top: 36px; left: 96px; }.hero-orbit::after { right: 31px; bottom: 128px; }
@keyframes slow-spin { to { transform: rotate(360deg); } }
.hero-poster-wrap { position: relative; width: min(390px, 100%); z-index: 2; transform: rotate(1.2deg); }
.hero-poster-shell { position: relative; padding: 12px; border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.025)); border: 1px solid rgba(115,197,155,.22); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-poster-shell::before { content:""; position:absolute; inset:10px; border-radius:22px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); pointer-events:none; }
.hero-poster { border-radius: 20px; width: 100%; height: 570px; object-fit: cover; object-position: center; }
.glass-chip { position: absolute; z-index: 4; max-width: 230px; padding: 15px 17px; border-radius: 15px; background: rgba(22,27,24,.76); border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow-soft); backdrop-filter: blur(18px); }
.glass-chip strong { display: block; font-size: 1.1rem; margin-bottom: 2px; }
.glass-chip span { color: var(--muted); font-size: .77rem; line-height: 1.5; }
.glass-chip.top { left: -70px; top: 52px; }
.glass-chip.bottom { right: -62px; bottom: 62px; }
.hero-scroll-cue { position:absolute; bottom: 34px; left: 50%; transform: translateX(-50%); color: var(--muted-2); font-size:.68rem; letter-spacing:.14em; text-transform:uppercase; display:flex; align-items:center; gap:10px; }
.hero-scroll-cue::before { content:""; width: 34px; height: 1px; background: var(--muted-2); }

/* Upcoming */
.upcoming-wrap { position: relative; z-index: 5; margin-top: -54px; }
.upcoming-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; padding: 28px 32px; border-radius: 24px; background: rgba(31,37,33,.88); border: 1px solid rgba(255,255,255,.09); box-shadow: 0 30px 70px rgba(0,0,0,.26); backdrop-filter: blur(16px); }
.upcoming-card::before { content:""; position:absolute; left:0; right:0; top:0; height:3px; border-radius:24px 24px 0 0; background: linear-gradient(90deg,var(--green),var(--lime),transparent 78%); }
.upcoming-copy { display:flex; align-items:center; gap:20px; }
.upcoming-icon { flex:0 0 auto; width:52px; height:52px; border-radius:14px; display:grid; place-items:center; background:rgba(115,197,155,.08); border:1px solid rgba(115,197,155,.18); color:var(--green-strong); }
.upcoming-icon svg { width:24px;height:24px; }
.upcoming-copy h3 { margin:0 0 4px; }
.upcoming-copy p { margin:0; color:var(--muted); font-size:.9rem; }
.countdown { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.time-box { padding: 9px; text-align:center; border-radius:13px; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.05); }
.time-box strong { display:block; font-size:1.55rem; line-height:1.1; }
.time-box span { color:var(--muted); font-size:.67rem; text-transform:uppercase; letter-spacing:.08em; }
.countdown-empty { display:flex; align-items:center; justify-content:flex-end; gap:16px; }
.countdown-empty strong { display:block; }
.countdown-empty .muted { font-size:.8rem; }

/* Formation */
.formation-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.module-card { position:relative; min-height: 530px; overflow:hidden; border-radius:var(--radius-lg); border:1px solid var(--border); background:var(--surface); display:flex; flex-direction:column; box-shadow:var(--shadow-soft); }
.module-media { height: 230px; overflow:hidden; position:relative; }
.module-media::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 35%,rgba(17,21,18,.72)); }
.module-media img { width:100%; height:100%; object-fit:cover; transition:transform .7s cubic-bezier(.2,.8,.2,1); }
.module-card:hover .module-media img { transform:scale(1.045); }
.module-body { padding: 28px; display:flex; flex-direction:column; flex:1; }
.module-number { position:absolute; top:22px; left:22px; z-index:2; width:46px; height:46px; display:grid; place-items:center; border-radius:50%; background:rgba(15,18,16,.75); border:1px solid rgba(255,255,255,.14); backdrop-filter:blur(10px); font-weight:800; }
.module-meta { display:flex; flex-wrap:wrap; gap:7px; margin-bottom:18px; }
.module-meta span { font-size:.7rem; color:#c8d3cc; border:1px solid rgba(255,255,255,.08); padding:5px 8px; border-radius:999px; background:rgba(255,255,255,.025); }
.module-body p { color:var(--muted); }
.module-body .btn { align-self:flex-start; margin-top:auto; }
.connector { display:flex; align-items:center; justify-content:center; padding: 42px 0 0; color:var(--muted); font-size:.78rem; text-transform:uppercase; letter-spacing:.12em; }
.connector::before,.connector::after { content:""; height:1px; flex:1; background:linear-gradient(90deg,transparent,var(--border)); margin:0 18px; }
.connector::after { background:linear-gradient(90deg,var(--border),transparent); }

/* Metrics */
.metrics { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--border); border-radius:22px; overflow:hidden; background:rgba(255,255,255,.018); }
.metric { padding:32px 24px; text-align:center; position:relative; }
.metric + .metric { border-left:1px solid var(--border); }
.metric strong { display:block; font-size:clamp(2.3rem,4vw,3.9rem); line-height:1; letter-spacing:-.055em; color:var(--lime); }
.metric span { display:block; margin-top:10px; color:var(--muted); font-size:.82rem; }

/* Feature cards */
.feature-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card { padding:27px; border:1px solid var(--border); border-radius:18px; background:linear-gradient(145deg,rgba(255,255,255,.03),rgba(255,255,255,.014)); transition:transform .25s ease,border-color .25s ease,background .25s ease; }
.feature-card:hover { transform:translateY(-5px); border-color:rgba(115,197,155,.22); background:linear-gradient(145deg,rgba(115,197,155,.055),rgba(255,255,255,.015)); }
.feature-icon { width:45px;height:45px;border-radius:13px;display:grid;place-items:center;color:var(--green-strong);background:rgba(115,197,155,.075);border:1px solid rgba(115,197,155,.14);margin-bottom:20px; }
.feature-icon svg { width:22px;height:22px; }
.feature-card h3 { font-size:1.16rem; }
.feature-card p { color:var(--muted); font-size:.88rem; margin:0; }

/* Gallery */
.gallery-mosaic { display:grid; grid-template-columns:repeat(12,1fr); grid-auto-rows:145px; gap:12px; }
.gallery-item { appearance:none; border:0; padding:0; cursor:pointer; overflow:hidden; border-radius:16px; position:relative; background:#222; grid-column:span 4; grid-row:span 2; }
.gallery-item:nth-child(1),.gallery-item:nth-child(6) { grid-column:span 5; }
.gallery-item:nth-child(2),.gallery-item:nth-child(7) { grid-column:span 3; }
.gallery-item:nth-child(3),.gallery-item:nth-child(8) { grid-column:span 4; }
.gallery-item:nth-child(4) { grid-column:span 4; }
.gallery-item:nth-child(5) { grid-column:span 4; }
.gallery-item:nth-child(9) { grid-column:span 4; }
.gallery-item img { width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .3s ease; }
.gallery-item::after { content:"Abrir"; position:absolute; right:12px; bottom:12px; padding:6px 10px; border-radius:999px; background:rgba(15,18,16,.74); border:1px solid rgba(255,255,255,.14); color:#fff; font-size:.68rem; font-weight:700; opacity:0; transform:translateY(8px); transition:.25s; backdrop-filter:blur(10px); }
.gallery-item:hover img { transform:scale(1.05); filter:brightness(.82); }
.gallery-item:hover::after { opacity:1; transform:none; }
.lightbox { position:fixed; inset:0; z-index:3000; background:rgba(5,7,6,.91); display:grid;place-items:center;opacity:0;visibility:hidden;transition:.25s; padding:30px; backdrop-filter:blur(8px); }
.lightbox.open { opacity:1;visibility:visible; }
.lightbox img { max-width:min(1000px,92vw);max-height:86vh;border-radius:18px;box-shadow:0 30px 80px #000; }
.lightbox button { position:absolute; top:20px;right:20px;width:48px;height:48px;border-radius:50%;border:1px solid var(--border-strong);background:rgba(255,255,255,.06);font-size:1.5rem;cursor:pointer; }

/* Testimonials */
.testimonial-stage { display:grid; grid-template-columns:.9fr 1.1fr; gap:50px; align-items:center; }
.testimonial-copy .quote-mark { font-size:5rem; line-height:.7; color:var(--green-strong); font-family:Georgia,serif; opacity:.7; }
.testimonial-copy blockquote { font-size:clamp(1.4rem,2.5vw,2.15rem); line-height:1.4; margin:22px 0; font-weight:650; letter-spacing:-.025em; }
.testimonial-person { display:flex; align-items:center; gap:13px; margin-top:25px; }
.testimonial-person img { width:55px;height:55px;border-radius:50%;object-fit:cover;border:2px solid rgba(115,197,155,.35); }
.testimonial-person strong { display:block; }
.testimonial-person span { color:var(--muted); font-size:.8rem; }
.testimonial-stack { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.testimonial-mini { padding:20px; border-radius:18px; background:rgba(255,255,255,.026); border:1px solid var(--border); min-height:185px; }
.testimonial-mini img { width:46px;height:46px;border-radius:50%;object-fit:cover;margin-bottom:16px; }
.testimonial-mini p { color:var(--text-soft); font-size:.86rem; line-height:1.55; margin:0 0 15px; }
.testimonial-mini strong { display:block; font-size:.84rem; }
.testimonial-mini span { color:var(--muted); font-size:.72rem; }

/* Teacher */
.teacher-home { display:grid; grid-template-columns:.8fr 1.2fr; align-items:center; gap:72px; }
.teacher-visual { position:relative; min-height:520px; display:grid; place-items:center; }
.teacher-visual::before { content:"";position:absolute;width:440px;height:440px;border-radius:50%;border:1px solid rgba(115,197,155,.18);box-shadow:0 0 0 35px rgba(115,197,155,.028),0 0 0 70px rgba(115,197,155,.014); }
.teacher-visual::after { content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,rgba(115,197,155,.12) 0%,rgba(115,197,155,.035) 47%,transparent 72%);filter:blur(22px);pointer-events:none; }
.teacher-visual img { position:relative; z-index:2; width:410px; aspect-ratio:1/1; object-fit:cover; object-position:50% 27%; border-radius:50%; border:2px solid rgba(115,197,155,.78); box-shadow:0 18px 42px rgba(0,0,0,.38),0 0 0 5px rgba(115,197,155,.055),0 0 32px rgba(115,197,155,.12); background:#232625; }
.teacher-exp { position:absolute;z-index:4;right:-8px;bottom:58px;padding:16px 18px;border-radius:15px;background:rgba(23,28,24,.82);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(16px);box-shadow:var(--shadow-soft); }
.teacher-exp strong { font-size:1.55rem;color:var(--lime);display:block;line-height:1; }
.teacher-exp span { color:var(--muted);font-size:.72rem; }
.teacher-copy .lead { max-width:670px; }
.teacher-list { display:grid;grid-template-columns:1fr 1fr;gap:10px 22px;margin:26px 0 0;padding:0;list-style:none; }
.teacher-list li { color:var(--text-soft);font-size:.86rem;padding-left:20px;position:relative; }
.teacher-list li::before { content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:var(--green-strong); }

/* Blog cards */
.blog-grid { display:grid;grid-template-columns:repeat(2,1fr);gap:22px; }
.post-card { overflow:hidden;border:1px solid var(--border);border-radius:22px;background:var(--surface);transition:transform .3s,border-color .3s; }
.post-card:hover { transform:translateY(-5px);border-color:rgba(115,197,155,.22); }
.post-card-media { aspect-ratio:16/9;overflow:hidden; }
.post-card-media img { width:100%;height:100%;object-fit:cover;transition:transform .6s ease; }
.post-card:hover .post-card-media img { transform:scale(1.045); }
.post-card-body { padding:25px; }
.post-meta { color:var(--green-strong);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:11px; }
.post-card h3 { font-size:1.55rem; }
.post-card p { color:var(--muted);font-size:.88rem; }
.post-link { display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:760;font-size:.84rem; }
.post-link svg { color:var(--green-strong); }

/* CTA */
.cta-band { position:relative;display:flex;align-items:center;justify-content:space-between;gap:35px;padding:42px 46px;border-radius:26px;background:linear-gradient(135deg,rgba(82,160,118,.18),rgba(195,217,150,.07)),var(--surface);border:1px solid rgba(115,197,155,.18);overflow:hidden; }
.cta-band::after { content:"ASH3";position:absolute;right:-10px;bottom:-42px;font-size:9rem;font-weight:900;letter-spacing:-.08em;color:rgba(255,255,255,.025);pointer-events:none; }
.cta-band h2 { font-size:clamp(2rem,3.4vw,3.3rem);margin-bottom:10px; }
.cta-band p { color:var(--muted);margin:0; }

/* Page hero */
.page-hero { position:relative;padding:190px 0 90px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.04); }
.page-hero::before { content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 28%,rgba(92,167,127,.11),transparent 30rem);pointer-events:none; }
.page-hero-grid { display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;position:relative; }
.page-hero h1 { font-size:clamp(3.1rem,5.8vw,5.8rem); }
.page-hero .lead { max-width:700px; }
.page-hero-media { position:relative; }
.page-hero-media img { width:100%;border-radius:24px;aspect-ratio:1.75;object-fit:cover;box-shadow:var(--shadow);border:1px solid var(--border); }
.page-hero-media::before { content:"";position:absolute;inset:-14px 14px 14px -14px;border-radius:26px;border:1px solid rgba(115,197,155,.18);z-index:-1; }
.course-meta { display:flex;flex-wrap:wrap;gap:7px;margin:24px 0; }
.course-meta span { padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.035);border:1px solid var(--border);color:#cfd7d2;font-size:.72rem; }

/* Curriculum */
.curriculum-layout { display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start; }
.curriculum-intro { position:sticky;top:110px; }
.curriculum-list { display:grid;gap:10px;counter-reset:item; }
.curriculum-item { counter-increment:item;display:grid;grid-template-columns:56px 1fr;gap:18px;padding:22px 20px;border-radius:17px;border:1px solid var(--border);background:rgba(255,255,255,.018); }
.curriculum-item::before { content:counter(item,decimal-leading-zero);width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:rgba(115,197,155,.075);border:1px solid rgba(115,197,155,.14);color:var(--green-strong);font-size:.76rem;font-weight:820; }
.curriculum-item strong { display:block;margin-bottom:4px;font-size:1rem; }
.curriculum-item p { margin:0;color:var(--muted);font-size:.86rem; }

/* Feature rows */
.feature-row { display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:center; }
.feature-row + .feature-row { margin-top:95px; }
.feature-row.reverse .feature-media { order:2; }
.feature-media { position:relative; }
.feature-media img { width:100%;max-height:500px;object-fit:cover;border-radius:24px;border:1px solid var(--border);box-shadow:var(--shadow-soft); }
.feature-media::after { content:"";position:absolute;inset:20px -18px -18px 20px;border:1px solid rgba(115,197,155,.12);border-radius:24px;z-index:-1; }
.check-list { list-style:none;margin:24px 0 0;padding:0;display:grid;gap:11px; }
.check-list li { position:relative;padding-left:28px;color:var(--text-soft); }
.check-list li::before { content:"✓";position:absolute;left:0;color:var(--green-strong);font-weight:900; }

/* Teacher course */
.teacher-course { display:grid;grid-template-columns:350px 1fr;gap:65px;align-items:center; }
.teacher-course > img { width:100%;aspect-ratio:1/1;object-fit:cover;object-position:50% 27%;border-radius:50%;border:2px solid rgba(115,197,155,.72);box-shadow:0 18px 42px rgba(0,0,0,.36),0 0 0 5px rgba(115,197,155,.05),0 0 28px rgba(115,197,155,.1);background:#232625; }

/* Turmas page */
.gallery-full { display:grid;grid-template-columns:repeat(3,1fr);gap:14px; }
.gallery-full .gallery-item { grid-column:auto;grid-row:auto;aspect-ratio:1/1; }
.testimonials-grid { display:grid;grid-template-columns:repeat(2,1fr);gap:18px; }
.testimonial-card { padding:28px;border-radius:20px;border:1px solid var(--border);background:rgba(255,255,255,.022); }
.testimonial-card-head { display:flex;gap:14px;align-items:center;margin-bottom:18px; }
.testimonial-card-head img { width:66px;height:66px;border-radius:50%;object-fit:cover;border:2px solid rgba(115,197,155,.26); }
.testimonial-card-head strong { display:block;font-size:1rem; }
.testimonial-card-head span { color:var(--muted);font-size:.75rem; }
.testimonial-card blockquote { margin:0;color:var(--text-soft);font-size:.9rem;line-height:1.65; }

/* Contact */
.contact-layout { display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:start; }
.contact-cards { display:grid;gap:12px;margin-top:30px; }
.contact-card { padding:18px;border-radius:15px;background:rgba(255,255,255,.025);border:1px solid var(--border);display:flex;gap:14px;align-items:center; }
.contact-card-icon { width:42px;height:42px;border-radius:11px;background:rgba(115,197,155,.07);color:var(--green-strong);display:grid;place-items:center;flex:0 0 auto; }
.contact-card strong { display:block;font-size:.84rem; }
.contact-card span { color:var(--muted);font-size:.78rem; }
.form-card { padding:30px;border-radius:24px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft); }
.form-grid { display:grid;grid-template-columns:1fr 1fr;gap:16px; }
.form-field { display:grid;gap:7px; }
.form-field.full { grid-column:1/-1; }
label { font-size:.79rem;font-weight:750;color:#dfe5e1; }
input,textarea,select { width:100%;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035);color:#fff;border-radius:11px;padding:13px 14px;outline:none;transition:.2s; }
/* Native selects need an explicit dark palette on Windows/Chromium.
   Without it, the opened option list may use a white system background
   while inheriting the site's white text, making options unreadable. */
select {
  color-scheme: dark;
  background-color:#1d231f;
  color:#f4f7f5;
}
select option, select optgroup {
  background-color:#1d231f;
  color:#f4f7f5;
}
select option:checked {
  background-color:#2f6e52;
  color:#fff;
}
select option:disabled { color:#7f8983; }
textarea { min-height:150px;resize:vertical; }
input:focus,textarea:focus,select:focus { border-color:rgba(115,197,155,.58);box-shadow:0 0 0 3px rgba(115,197,155,.09);background:rgba(255,255,255,.045); }
input::placeholder,textarea::placeholder { color:#758078; }
.consent { display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:.75rem; }
.consent input { width:auto;margin-top:4px; }
.map-shell { min-height:300px;border-radius:24px;overflow:hidden;border:1px solid var(--border);position:relative;background:linear-gradient(145deg,#232a26,#161a17);display:grid;place-items:center;text-align:center;padding:35px; }
.map-shell::before { content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:28px 28px;opacity:.4; }
.map-shell > div { position:relative;z-index:1;max-width:520px; }

/* Enrollment */
.enroll-layout { display:grid;grid-template-columns:1.12fr .88fr;gap:55px;align-items:start; }
.enroll-side { position:sticky;top:110px; }
.price-stack { display:grid;gap:14px; }
.price-card { position:relative;padding:26px;border-radius:20px;background:var(--surface);border:1px solid var(--border);overflow:hidden; }
.price-card.featured { border-color:rgba(115,197,155,.28);background:linear-gradient(145deg,rgba(115,197,155,.08),rgba(255,255,255,.02)),var(--surface); }
.price-card .tag-ribbon { position:absolute;right:16px;top:16px;color:var(--green-strong);font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em; }
.price-card h3 { margin-bottom:5px; }
.price { font-size:2.75rem;font-weight:850;letter-spacing:-.055em;margin:14px 0 2px; }
.price small { color:var(--muted);font-size:.75rem;font-weight:600;letter-spacing:0; }
.price-card p { color:var(--muted);font-size:.82rem; }
.price-card .btn { width:100%; }
.enroll-summary { margin-bottom:20px;padding:20px;border-radius:16px;border:1px solid var(--border);background:rgba(255,255,255,.02); }
.enroll-summary-row { display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-bottom:1px solid var(--border);font-size:.82rem; }
.enroll-summary-row:last-child { border-bottom:0; }
.enroll-summary-row span:first-child { color:var(--muted); }
.enroll-summary-row strong { text-align:right; }

/* FAQ */
.faq { border-top:1px solid var(--border); }
.faq-item { border-bottom:1px solid var(--border); }
.faq-question { width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 0;border:0;background:none;text-align:left;font-weight:760;cursor:pointer; }
.faq-question span:last-child { font-size:1.4rem;color:var(--green-strong);transition:transform .25s; }
.faq-item.open .faq-question span:last-child { transform:rotate(45deg); }
.faq-answer { max-height:0;overflow:hidden;transition:max-height .3s ease; }
.faq-answer > div { padding:0 0 22px;color:var(--muted);font-size:.9rem;max-width:820px; }

/* Blog / article */
.tags { display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px; }
.tag { border:1px solid var(--border);background:rgba(255,255,255,.025);color:var(--muted);border-radius:999px;padding:7px 11px;font-size:.75rem;cursor:pointer; }
.tag:hover,.tag.active { color:#fff;border-color:rgba(115,197,155,.32);background:rgba(115,197,155,.07); }
.article-progress { position:fixed;top:0;left:0;width:var(--article-progress,0%);height:3px;background:linear-gradient(90deg,var(--green),var(--lime));z-index:3000; }
.article-layout { display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:65px;align-items:start; }
.article { max-width:760px; }
.article > img { width:100%;border-radius:22px;margin-bottom:42px;border:1px solid var(--border); }
.article p { color:#d4dbd7;font-size:1.03rem;line-height:1.82; }
.article h2 { font-size:clamp(1.8rem,3vw,2.65rem);margin-top:1.6em; }
.article ul { color:#d4dbd7;line-height:1.8; }
.article-sidebar { position:sticky;top:110px;display:grid;gap:14px; }
.article-box { padding:20px;border-radius:16px;border:1px solid var(--border);background:rgba(255,255,255,.024); }
.article-box h3 { font-size:1rem; }

/* Privacy */
.prose { max-width:820px; }
.prose h2 { font-size:2rem;margin-top:2em; }
.prose h3 { font-size:1.25rem;margin-top:1.7em; }
.prose p,.prose li { color:var(--text-soft);line-height:1.8; }
.prose a { color:var(--green-strong);text-decoration:underline;text-underline-offset:3px; }

/* Footer */
.site-footer { background:#101310;border-top:1px solid rgba(255,255,255,.05);padding-top:70px; }
.footer-grid { display:grid;grid-template-columns:1.35fr .7fr .7fr .9fr;gap:45px;padding-bottom:56px; }
.footer-brand img { width:116px; height:auto; object-fit:contain; margin-bottom:18px; }
.footer-brand p { color:var(--muted);font-size:.84rem;max-width:360px; }
.footer-social { display:flex;gap:9px;margin-top:20px; }
.footer-social a { width:36px;height:36px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--border);color:var(--muted);transition:.2s; }
.footer-social a:hover { color:#fff;border-color:rgba(115,197,155,.26);background:rgba(115,197,155,.06); }
.footer-social svg { width:16px;height:16px; }
.footer-col h3 { font-size:.83rem;text-transform:uppercase;letter-spacing:.08em;color:#e9eeeb;margin-bottom:18px; }
.footer-col a { display:block;color:var(--muted);font-size:.82rem;padding:5px 0;transition:color .2s; }
.footer-col a:hover { color:#fff; }
.footer-contact a { display:flex;align-items:center;gap:9px; }
.footer-contact svg { color:var(--green-strong);width:15px;height:15px; }
.footer-contact p { color:var(--muted);font-size:.78rem;margin-top:12px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.05); }
.footer-bottom .shell { min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#68736c;font-size:.72rem; }
.whatsapp-float { position:fixed;right:22px;bottom:24px;z-index:950;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 12px 35px rgba(37,211,102,.28);border:2px solid rgba(255,255,255,.85);transition:transform .25s; }
.whatsapp-float:hover { transform:translateY(-3px) scale(1.03); }
.whatsapp-float svg { width:30px;height:30px;fill:currentColor;stroke:none; }
.whatsapp-label { position:absolute;right:64px;white-space:nowrap;padding:7px 10px;border-radius:8px;background:#111512;border:1px solid var(--border);font-size:.72rem;opacity:0;transform:translateX(7px);pointer-events:none;transition:.2s; }
.whatsapp-float:hover .whatsapp-label { opacity:1;transform:none; }
.scroll-top { position:fixed;right:28px;bottom:92px;z-index:940;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--border);background:rgba(24,29,25,.8);backdrop-filter:blur(12px);opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s;cursor:pointer; }
.scroll-top.show { opacity:1;visibility:visible;transform:none; }
.toast { position:fixed;left:50%;bottom:30px;z-index:4000;transform:translate(-50%,20px);padding:12px 16px;border-radius:11px;background:#f1f6f3;color:#121713;font-weight:700;font-size:.83rem;box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:.25s; }
.toast.show { opacity:1;visibility:visible;transform:translate(-50%,0); }

/* Animations */
.reveal { opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.2,.8,.2,1),transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity:1;transform:none; }
.delay-1 { transition-delay:.08s; }.delay-2 { transition-delay:.16s; }.delay-3 { transition-delay:.24s; }

/* Responsive */
@media (max-width: 1080px) {
  :root { --shell:min(980px, calc(100% - 36px)); }
  .desktop-nav { display:none; }
  .menu-toggle { display:grid; }
  .mobile-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: calc(100dvh - 112px + (36px * var(--shrink)));
    display: block;
    background: rgba(12,15,13,.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid var(--border);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .mobile-panel.open { opacity:1;visibility:visible;transform:none; }
  .mobile-panel-inner { display:grid;padding:22px 0 45px; }
  .mobile-panel .nav-link { font-size:1.2rem;padding:14px 0;border-radius:0;border-bottom:1px solid var(--border); }
  .mobile-panel .nav-link.active::after { left:0;right:auto;width:35px;bottom:9px; }
  .mobile-panel .btn { margin-top:22px; }
  .hero-grid { gap:35px; }
  .hero-visual { min-height:500px; }
  .glass-chip.top { left:-20px; }.glass-chip.bottom { right:-20px; }
  .feature-cards { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1.3fr 1fr 1fr; }
  .footer-contact { grid-column:2/4; }
}

@media (max-width: 820px) {
  :root { --shell:calc(100% - 30px); }
  .site-header { height:76px; --shrink:1 !important; background:rgba(16,19,17,.8);backdrop-filter:blur(16px); }
  .brand { width:105px; }
  .hero { min-height:auto;padding:122px 0 82px; }
  .hero-grid,.page-hero-grid,.formation-grid,.testimonial-stage,.teacher-home,.curriculum-layout,.feature-row,.teacher-course,.contact-layout,.enroll-layout { grid-template-columns:1fr; }
  .hero-copy { order:1; }.hero-visual { order:2;min-height:auto;margin-top:25px; }
  .hero h1 { font-size:clamp(3rem,12vw,5rem); }
  .hero-poster-wrap { width:min(360px,88vw); }
  .hero-poster { height:520px; }
  .glass-chip.top { left:-8px;top:30px; }.glass-chip.bottom { right:-8px;bottom:35px; }
  .hero-scroll-cue { display:none; }
  .upcoming-wrap { margin-top:-35px; }
  .upcoming-card { grid-template-columns:1fr;padding:24px; }
  .countdown-empty { justify-content:flex-start; }
  .section { padding:82px 0; }
  .section-head { align-items:flex-start;flex-direction:column; }
  .metrics { grid-template-columns:repeat(2,1fr); }
  .metric:nth-child(3) { border-left:0;border-top:1px solid var(--border); }.metric:nth-child(4) { border-top:1px solid var(--border); }
  .gallery-mosaic { grid-template-columns:repeat(2,1fr);grid-auto-rows:180px; }
  .gallery-item,.gallery-item:nth-child(n) { grid-column:auto;grid-row:auto; }
  .gallery-item:first-child { grid-column:span 2; }
  .testimonial-stack { order:2; }
  .teacher-visual { min-height:470px; }
  .teacher-copy { order:1; }.teacher-visual { order:2; }
  .blog-grid,.testimonials-grid { grid-template-columns:1fr; }
  .page-hero { padding:140px 0 72px; }
  .page-hero-media { margin-top:10px; }
  .curriculum-intro,.article-sidebar,.enroll-side { position:static; }
  .feature-row.reverse .feature-media { order:0; }
  .teacher-course { gap:35px; }.teacher-course > img { width:min(360px,100%);margin:auto; }
  .article-layout { grid-template-columns:1fr;gap:40px; }
  .article-sidebar { grid-template-columns:1fr 1fr; }
  .gallery-full { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }.footer-brand { grid-column:1/-1; }.footer-contact { grid-column:auto; }
  .cta-band { flex-direction:column;align-items:flex-start;padding:34px; }
}

@media (max-width: 560px) {
  :root { --shell:calc(100% - 24px); }
  h1 { font-size:2.9rem; }
  h2 { font-size:2.25rem; }
  .hero { padding-top:118px; }
  .hero h1 { font-size:clamp(2.85rem,13vw,4.1rem); }
  .hero-badges { gap:6px; }.badge { font-size:.68rem;padding:6px 9px; }
  .hero-proof { display:grid;gap:10px; }
  .hero-poster-wrap { width:82vw; }
  .hero-poster { height:500px; }
  .hero-orbit { width:95vw;height:95vw; }
  .glass-chip { max-width:180px;padding:12px; }.glass-chip strong { font-size:.95rem; }
  .glass-chip.bottom { bottom:24px;right:-4px; }.glass-chip.top { left:-4px; }
  .upcoming-copy { align-items:flex-start; }.upcoming-icon { width:44px;height:44px; }
  .countdown { grid-template-columns:repeat(4,minmax(0,1fr)); }.time-box { padding:8px 2px; }.time-box strong { font-size:1.2rem; }.time-box span { font-size:.55rem; }
  .formation-grid,.feature-cards,.testimonial-stack,.teacher-list,.form-grid,.article-sidebar { grid-template-columns:1fr; }
  .metrics { border-radius:18px; }.metric { padding:25px 14px; }
  .gallery-mosaic { grid-auto-rows:145px; }
  .testimonial-copy blockquote { font-size:1.4rem; }
  .teacher-visual { min-height:390px; }.teacher-visual::before { width:330px;height:330px; }.teacher-visual::after { width:300px;height:300px; }.teacher-visual img { width:300px;max-height:none;aspect-ratio:1/1; }
  .teacher-exp { right:0;bottom:20px; }
  .gallery-full { grid-template-columns:1fr 1fr;gap:9px; }
  .footer-grid { grid-template-columns:1fr; }.footer-brand,.footer-contact { grid-column:auto; }
  .footer-bottom .shell { flex-direction:column;align-items:flex-start;justify-content:center;padding:16px 0; }
  .whatsapp-label { display:none; }.whatsapp-float { right:16px;bottom:16px;width:52px;height:52px; }.scroll-top { right:21px;bottom:79px; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important; }
  .reveal { opacity:1;transform:none; }
}
