/*
Theme Name: Megadrone Educação — by 41LAB
Theme URI: https://educacao.megadronebrasil.com.br
Author: 41LAB — André Tomazini
Author URI: https://wa.me/5541996760099
Description: Tema sob medida desenvolvido pela 41LAB para a Megadrone Educação — solução completa de captação e gestão de matrículas para escola de pilotos de drones agrícolas. Construído 100% em PHP/CSS/JS nativo, sem page builders ou plugins obrigatórios, priorizando performance, SEO e autonomia de edição. RECURSOS: (1) Landing page e página de matrícula com design unificado e responsivo; (2) Formulário de pré-matrícula com captação em banco próprio, anti-spam, observações por aluno, status (Novo/Em contato/Matriculado/Egresso/Perdido) e exportação em XLS e PDF; (3) Editor de conteúdo visual "Megadrone → Conteúdo", organizado por blocos de cada página, sem mexer em código; (4) Cadastro de Professores e Depoimentos com foto via biblioteca de mídia; (5) Barra fixa com contagem regressiva, lightbox de cursos, calculadora de ganhos, FAQ e integração WhatsApp em todos os CTAs; (6) SEO técnico embutido — meta tags, Open Graph, Twitter Card e Schema JSON-LD (Course, FAQPage, Organization); (7) Painel administrativo white-label "Cockpit 41lab" e tela de login personalizada; (8) Cache-busting automático, conteúdo demo autoinstalável e edição via Customizer. Suporte e evolução: 41LAB — André Tomazini · (41) 99676-0099.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: megadrone-edu
Tags: landing-page, lead-generation, custom-theme, responsive, seo-ready, whatsapp, white-label
*/

/* =========================================================
   DESIGN SYSTEM — tokens
   ========================================================= */
:root {
	--gold: #edac01;
	--gold-2: #ffc700;
	--gold-soft: #fffbf0;
	--ink: #0a0a0a;
	--ink-2: #111111;
	--ink-3: #1c1c1c;
	--surface: #141414;
	--line: #2a2a2a;
	--white: #ffffff;
	--muted: #b8b8b8;
	--muted-2: #8a8a8a;

	--font-body: "IBM Plex Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	--font-head: "Poppins", var(--font-body);

	--container: 1180px;
	--radius: 16px;
	--radius-sm: 10px;
	--shadow: 0 20px 50px rgba(0,0,0,.45);
	--shadow-gold: 0 14px 36px rgba(237,172,1,.28);
	--ease: cubic-bezier(.22,.61,.36,1);
}

/* =========================================================
   RESET
   ========================================================= */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	font-family: var(--font-body);
	background: var(--ink);
	color: var(--white);
	line-height: 1.6;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
ul { list-style: none; padding: 0; }
h1,h2,h3,h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.12; letter-spacing: -.02em; }

/* =========================================================
   LAYOUT
   ========================================================= */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 20px; }
.section { padding: 88px 0; position: relative; }
.section--tight { padding: 56px 0; }
.section--dark { background: var(--ink-2); }
.section--surface { background: linear-gradient(180deg,#0d0d0d,#141414); }
.eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: .82rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
	color: var(--gold); margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold); display: inline-block; }
.section-title { font-size: clamp(1.8rem, 4vw, 2.9rem); margin-bottom: 16px; }
.section-title .hl { color: var(--gold); }
.section-lead { color: var(--muted); font-size: 1.08rem; max-width: 640px; }
.center { text-align: center; }
.center .section-lead { margin-inline: auto; }

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 15px 28px; border-radius: 999px; font-weight: 700; font-size: 1rem;
	transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
	white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--gold { background: linear-gradient(135deg,var(--gold-2),var(--gold)); color: var(--ink); box-shadow: var(--shadow-gold); }
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(237,172,1,.42); }
.btn--ghost { border: 1.5px solid rgba(255,255,255,.25); color: var(--white); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn--wa { background: #25d366; color: #fff; }
.btn--wa:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(37,211,102,.4); }
.btn--lg { padding: 18px 38px; font-size: 1.08rem; }
.btn--block { width: 100%; }

/* =========================================================
   HEADER / NAV
   ========================================================= */
.site-header {
	position: fixed; inset: 0 0 auto 0; z-index: 100;
	transition: background .3s, box-shadow .3s, padding .3s;
	padding: 18px 0;
}
.site-header.is-scrolled { background: rgba(10,10,10,.92); backdrop-filter: blur(12px); box-shadow: 0 4px 24px rgba(0,0,0,.4); padding: 10px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav__logo img { height: 58px; width: auto; filter: brightness(1.1); }
.site-header.is-scrolled .nav__logo img { height: 48px; }
.nav__menu { display: flex; align-items: center; gap: 30px; }
.nav__menu a { font-weight: 500; font-size: .98rem; color: var(--muted); transition: color .2s; }
.nav__menu a:hover { color: var(--white); }
.nav__actions { display: flex; align-items: center; gap: 12px; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav__toggle span { width: 26px; height: 2px; background: var(--white); transition: .3s; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
	position: relative; min-height: 100vh; display: flex; align-items: center;
	padding: 140px 0 80px;
	background: linear-gradient(180deg, rgba(10,10,10,.82) 0%, rgba(10,10,10,.62) 45%, rgba(10,10,10,.95) 100%), var(--hero-img, #000) center/cover no-repeat;
}
/* Telas menores: prioriza o lado direito da imagem (mantém o foco visual visível ao recortar) */
@media (max-width: 900px) {
	.hero { background-position: right center; }
}
.hero__inner { max-width: 720px; }
.hero h1 { font-size: clamp(2.3rem, 6vw, 4.2rem); margin-bottom: 22px; }
.hero h1 .hl { color: var(--gold); }
.hero p { font-size: clamp(1.05rem, 2vw, 1.35rem); color: #e8e8e8; margin-bottom: 34px; max-width: 600px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 46px; }
.hero__badge { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .92rem; }
.hero__badge strong { color: var(--white); font-size: 1.5rem; font-family: var(--font-head); }

/* =========================================================
   PARTNERS
   ========================================================= */
.partners { padding: 40px 0; background: var(--ink-2); border-block: 1px solid var(--line); }
.partners__grid { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 46px; }
.partners__grid img { height: 46px; width: auto; filter: brightness(0) invert(1); opacity: .55; transition: opacity .25s; }
.partners__grid img:hover { opacity: 1; }
.partners__label { text-align: center; color: var(--muted-2); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 26px; }

/* =========================================================
   SPLIT (decolagem / autoridade)
   ========================================================= */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.split--rev .split__media { order: 2; }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; object-fit: cover; }
.split__list { margin-top: 26px; display: grid; gap: 14px; }
.split__list li { display: flex; gap: 12px; color: #ddd; }
.split__list li::before { content: "✓"; color: var(--ink); background: var(--gold); width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: .8rem; flex: none; }
.highlight-box {
	margin-top: 28px; padding: 22px 26px; border-radius: var(--radius-sm);
	background: linear-gradient(135deg, rgba(237,172,1,.14), rgba(237,172,1,.04));
	border: 1px solid rgba(237,172,1,.3);
}
.highlight-box strong { color: var(--gold); font-size: 1.6rem; font-family: var(--font-head); }

/* =========================================================
   COURSES
   ========================================================= */
.courses { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 50px; }
.course {
	background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
	padding: 34px 28px; display: flex; flex-direction: column; position: relative;
	transition: transform .3s var(--ease), border-color .3s;
}
/* empurra os botões pro rodapé do card */
.course__list { flex: 1; }
.course:hover { transform: translateY(-8px); border-color: rgba(237,172,1,.5); }
.course--featured { border-color: var(--gold); background: linear-gradient(180deg,#1a1607,#141414); }
.course__tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--ink); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 6px 16px; border-radius: 999px; }
.course__name { font-size: 1.6rem; color: var(--gold); }
.course__sub { color: var(--muted); font-size: .95rem; margin: 6px 0 18px; min-height: 44px; }
.course__meta { display: flex; gap: 16px; font-size: .85rem; color: var(--muted-2); margin-bottom: 20px; }
.course__meta span { display: flex; align-items: center; gap: 6px; }
.course__list { display: grid; gap: 12px; margin-bottom: 24px; flex: 1; }
.course__list li { display: flex; gap: 10px; font-size: .95rem; color: #ddd; }
.course__list li::before { content: "→"; color: var(--gold); font-weight: 800; }
.course__price { margin-bottom: 6px; }
.course__price .old { color: var(--muted-2); text-decoration: line-through; font-size: 1rem; margin-right: 8px; }
.course__price .now { font-size: 2rem; font-weight: 800; font-family: var(--font-head); color: var(--white); }
.course__parcelas { color: var(--muted); font-size: .85rem; margin-bottom: 22px; }

/* =========================================================
   CALCULATOR
   ========================================================= */
.calc { background: linear-gradient(135deg,#141007,#0c0c0c); border: 1px solid rgba(237,172,1,.25); border-radius: var(--radius); padding: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.calc__field { margin-bottom: 26px; }
.calc__field label { display: block; font-weight: 600; margin-bottom: 10px; }
.calc__field output { float: right; color: var(--gold); font-weight: 800; }
.calc input[type=range] { width: 100%; accent-color: var(--gold); height: 6px; }
.calc__result { background: var(--ink); border-radius: var(--radius-sm); padding: 32px; text-align: center; border: 1px solid var(--line); }
.calc__result .big { font-size: clamp(2.2rem,5vw,3.4rem); font-weight: 800; font-family: var(--font-head); color: var(--gold); line-height: 1; }
.calc__result .lbl { color: var(--muted); margin: 8px 0 22px; }
.calc__payback { background: rgba(237,172,1,.12); border-radius: 999px; padding: 10px 18px; display: inline-block; color: var(--gold); font-weight: 700; }

/* =========================================================
   PROFESSORES
   ========================================================= */
.prof-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 50px;
}
.prof-card {
	background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
	padding: 28px 24px; display: flex; flex-direction: column; gap: 14px;
	transition: border-color .25s var(--ease), transform .25s var(--ease);
}
.prof-card:hover { border-color: rgba(237,172,1,.45); transform: translateY(-5px); }
.prof-card__top { display: flex; align-items: center; gap: 16px; }
.prof-avatar {
	width: 64px; height: 64px; border-radius: 50%; flex: none;
	background: linear-gradient(135deg, var(--gold-2), var(--gold));
	display: grid; place-items: center;
	font-family: var(--font-head); font-weight: 800; font-size: 1.1rem;
	color: var(--ink); letter-spacing: .02em;
	overflow: hidden;
	border: 2px solid rgba(237,172,1,.4);
}
.prof-avatar img {
	width: 100%; height: 100%;
	object-fit: cover; object-position: top center;
	border-radius: 50%;
	display: block;
}
.prof-card__name { font-family: var(--font-head); font-size: 1rem; font-weight: 700; margin-bottom: 2px; }
.prof-card__formacao { font-size: .82rem; color: var(--gold); font-weight: 600; }
.prof-card__sep { width: 32px; height: 2px; background: var(--gold); opacity: .5; }
.prof-card__especialidade { font-size: .88rem; color: var(--muted); line-height: 1.5; }
.prof-card__tema {
	margin-top: auto;
	padding-top: 14px; border-top: 1px solid var(--line);
	font-size: .82rem; color: var(--muted-2);
}
.prof-card__tema strong { color: var(--gold); display: block; margin-bottom: 4px; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
@media (max-width: 900px) { .prof-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .prof-grid { grid-template-columns: 1fr; } }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonials { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 46px; }
.testi { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.testi__stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 14px; }
.testi__text { font-size: 1.05rem; color: #e6e6e6; font-style: italic; margin-bottom: 22px; }
.testi__who { display: flex; align-items: center; gap: 14px; }
.testi__who img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; object-position: top; flex: none; }
.testi__avatar-placeholder {
	width: 50px; height: 50px; border-radius: 50%; flex: none;
	background: linear-gradient(135deg, var(--surface), var(--ink-3));
	border: 1px solid var(--line);
	display: grid; place-items: center;
	font-family: var(--font-head); font-weight: 700; font-size: 1.2rem;
	color: var(--gold);
}
.testi__who strong { display: block; }
.testi__who span { color: var(--muted-2); font-size: .88rem; }

/* =========================================================
   FAQ
   ========================================================= */
.faq { max-width: 820px; margin: 46px auto 0; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; text-align: left; padding: 24px 4px; font-size: 1.1rem; font-weight: 600; color: var(--white); }
.faq__q .ico { flex: none; width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--gold); color: var(--gold); display: grid; place-items: center; transition: transform .3s; font-weight: 700; }
.faq__item.is-open .faq__q .ico { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); color: var(--muted); }
.faq__a p { padding: 0 4px 24px; }

/* =========================================================
   CTA BAND
   ========================================================= */
.cta-band { background: linear-gradient(135deg,var(--gold),var(--gold-2)); color: var(--ink); text-align: center; }
.cta-band h2 { font-size: clamp(1.8rem,4vw,2.8rem); margin-bottom: 14px; }
.cta-band p { font-size: 1.15rem; margin-bottom: 30px; opacity: .85; }
.cta-band .btn--dark { background: var(--ink); color: var(--white); }
.cta-band .btn--dark:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,.35); }

/* Logos de certificação no rodapé */
.partners--bottom { padding: 48px 0; background: var(--ink-2); border-top: 1px solid var(--line); }

/* =========================================================
   FOOTER — logo + redes (topo) | dados da empresa (base)
   ========================================================= */
.site-footer {
	background: #060606;
	border-top: 1px solid var(--line);
	padding: 44px 0 32px;
}

/* Linha superior: logo à esquerda, redes à direita */
.footer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--line);
}
.footer__logo { flex: none; display: inline-flex; }
.footer__logo img { height: 50px; width: auto; }

/* Ícones sociais */
.footer__social {
	display: flex;
	gap: 28px;
	flex: none;
}
.footer__social-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	color: var(--muted);
	transition: color .2s, transform .2s;
}
.footer__social-link:hover { color: var(--gold); transform: translateY(-3px); }
.footer__social-link svg { width: 24px; height: 24px; }
.footer__social-link span { font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }

/* Linha inferior: dados da empresa centralizados */
.footer__legal {
	text-align: center;
	padding-top: 24px;
}
.footer__company {
	font-size: .85rem; color: var(--muted);
	font-weight: 600; margin-bottom: 4px;
}
.footer__address {
	font-size: .8rem; color: var(--muted-2);
	line-height: 1.55; margin-bottom: 10px;
}
.footer__copy {
	font-size: .75rem; color: var(--muted-2);
	opacity: .75;
}

@media (max-width: 600px) {
	.footer__top { flex-direction: column; gap: 22px; text-align: center; }
	.footer__social { gap: 32px; }
}

/* =========================================================
   FLOATING WHATSAPP
   ========================================================= */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 60px; height: 60px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.5); transition: transform .25s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; fill: #fff; }

/* =========================================================
   MATRÍCULA FORM
   ========================================================= */
.enroll { padding-top: 130px; }
.enroll__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: start; }
.steps { display: grid; gap: 22px; margin-top: 32px; }
.step { display: flex; gap: 16px; }
.step__num { flex: none; width: 40px; height: 40px; border-radius: 50%; background: var(--gold); color: var(--ink); font-weight: 800; display: grid; place-items: center; font-family: var(--font-head); }
.step h4 { margin-bottom: 4px; }
.step p { color: var(--muted); font-size: .95rem; }

.md-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 38px; }
.md-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 8px; }
.field label .req { color: var(--gold); }
.field input, .field select {
	width: 100%; padding: 13px 15px; border-radius: var(--radius-sm);
	background: var(--ink); border: 1px solid var(--line); color: var(--white);
	font-family: inherit; font-size: 1rem; transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder { color: var(--muted-2); }
.field input:focus, .field select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(237,172,1,.15); }
.field--check { display: flex; gap: 10px; align-items: flex-start; }
.field--check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--gold); flex: none; }
.field--check label { font-weight: 400; font-size: .88rem; color: var(--muted); }
.md-form__note { color: var(--muted-2); font-size: .82rem; margin-top: 16px; text-align: center; }

.md-alert { padding: 16px 18px; border-radius: var(--radius-sm); margin-bottom: 22px; font-weight: 500; display: none; }
.md-alert--ok { background: rgba(37,211,102,.12); border: 1px solid rgba(37,211,102,.4); color: #7ef0a8; }
.md-alert--err { background: rgba(255,80,80,.1); border: 1px solid rgba(255,80,80,.4); color: #ff9b9b; }
.is-loading { opacity: .6; pointer-events: none; }
.field.has-error input, .field.has-error select { border-color: #ff5050; }

/* =========================================================
   MODAL
   ========================================================= */
.modal { position: fixed; inset: 0; z-index: 200; display: none; place-items: center; padding: 20px; background: rgba(0,0,0,.78); backdrop-filter: blur(6px); }
.modal.is-open { display: grid; }
.modal__box { background: var(--ink-2); border: 1px solid var(--gold); border-radius: var(--radius); padding: 44px; max-width: 460px; text-align: center; position: relative; box-shadow: var(--shadow-gold); }
.modal__close { position: absolute; top: 16px; right: 16px; color: var(--muted); font-size: 1.5rem; }
.modal__box h3 { font-size: 1.7rem; margin-bottom: 10px; }
.modal__box h3 .hl { color: var(--gold); }
.modal__box p { color: var(--muted); margin-bottom: 24px; }
.countdown { display: flex; justify-content: center; gap: 12px; margin-bottom: 26px; }
.countdown div { background: var(--ink); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 12px 16px; min-width: 64px; }
.countdown .n { font-size: 1.8rem; font-weight: 800; font-family: var(--font-head); color: var(--gold); }
.countdown .l { font-size: .7rem; color: var(--muted-2); text-transform: uppercase; }

/* =========================================================
   COURSE ACTIONS (botões no card de curso da home)
   ========================================================= */
.course__actions { display: grid; gap: 10px; margin-top: auto; padding-top: 18px; }
.btn--saiba {
	background: var(--ink); color: var(--gold);
	border: 2px solid var(--ink);
	padding: 13px 28px; border-radius: 999px;
	font-weight: 700; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase;
	transition: background .18s, color .18s, border-color .18s;
	cursor: pointer;
}
.btn--saiba:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }

/* =========================================================
   HERO — variante compacta (página de matrícula)
   ========================================================= */
.hero--sm { min-height: 44vh; padding: 130px 0 60px; }
.hero--sm h1 { font-size: clamp(1.9rem, 5vw, 3.2rem); }

/* =========================================================
   BENEFITS GRID
   ========================================================= */
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.benefit { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 22px; text-align: center; transition: border-color .25s, transform .25s; }
.benefit:hover { border-color: rgba(237,172,1,.5); transform: translateY(-4px); }
.benefit__icon { font-size: 2.2rem; margin-bottom: 14px; }
.benefit h4 { font-size: 1rem; margin-bottom: 8px; }
.benefit p { color: var(--muted); font-size: .9rem; }
@media (max-width: 900px) { .benefits { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .benefits { grid-template-columns: 1fr; } }

/* =========================================================
   DIAS ACCORDION (conteúdo programático)
   ========================================================= */
.dias { display: grid; gap: 16px; max-width: 900px; margin: 0 auto; }
.dia { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.dia__header { width: 100%; display: flex; align-items: center; gap: 18px; padding: 22px 24px; text-align: left; cursor: pointer; }
.dia__header:hover { background: rgba(255,255,255,.03); }
.dia__header .ico { margin-left: auto; flex: none; width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--gold); color: var(--gold); display: grid; place-items: center; transition: transform .3s; font-weight: 700; font-size: 1.1rem; }
.dia.is-open .dia__header .ico { transform: rotate(45deg); }
.dia__badge { background: var(--gold); color: var(--ink); font-weight: 800; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--radius-sm); white-space: nowrap; }
.dia__header h3 { font-size: 1.1rem; margin-bottom: 4px; }
.dia__header p { color: var(--muted); font-size: .88rem; }
.dia__body { max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.22,.61,.36,1); }
.dia__local { color: var(--gold); font-size: .9rem; padding: 0 24px 12px; }
.schedule { width: 100%; border-collapse: collapse; }
.schedule td { padding: 10px 24px; border-top: 1px solid var(--line); font-size: .93rem; color: #ddd; vertical-align: top; }
.schedule td:first-child { color: var(--gold); white-space: nowrap; font-weight: 600; width: 130px; }
.schedule tr:last-child td { padding-bottom: 20px; }

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
	.split, .calc, .enroll__grid { grid-template-columns: 1fr; gap: 36px; }
	.split--rev .split__media { order: 0; }
	.courses { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
	.testimonials { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
	.section { padding: 64px 0; }
	.nav__menu { position: fixed; inset: 0 0 0 auto; width: min(80vw,320px); background: var(--ink-2); flex-direction: column; justify-content: center; gap: 26px; transform: translateX(100%); transition: transform .35s var(--ease); box-shadow: -10px 0 40px rgba(0,0,0,.5); }
	.nav__menu.is-open { transform: none; }
	.nav__menu a { font-size: 1.2rem; }
	.nav__toggle { display: flex; z-index: 110; }
	.nav__actions .btn--ghost { display: none; }
	.md-form__row { grid-template-columns: 1fr; }
	.md-form { padding: 26px; }
	.hero__badges { gap: 18px; }
}
