:root {
--verde: #0a3d2e;
--verde-medio: #1a5c42;
--verde-claro: #2e8b57;
--dourado: #c8a84b;
--dourado-claro: #e8c97a;
--creme: #f8f4ed;
--creme-escuro: #ede7da;
--texto: #1a1a18;
}

* { box-sizing: border-box; }

body {
font-family: 'DM Sans', sans-serif;
background-color: var(--creme);
color: var(--texto);
overflow-x: hidden;
}

h1, h2, h3, .display-font {
font-family: 'Fraunces', serif;
}

/* NAV */
nav {
background: var(--verde);
padding: 1.2rem 2rem;
}
.nav-logo {
font-family: 'Fraunces', serif;
font-size: 1.5rem;
font-weight: 700;
color: var(--dourado-claro) !important;
text-decoration: none;
letter-spacing: -0.02em;
}
.nav-logo span {
color: #fff;
font-weight: 300;
font-style: italic;
}
.btn-nav {
background: var(--dourado);
color: var(--verde) !important;
font-weight: 500;
font-size: 0.85rem;
padding: 0.5rem 1.4rem;
border-radius: 2rem;
text-decoration: none;
transition: background 0.2s;
}
.btn-nav:hover { background: var(--dourado-claro); }

.bg-verde { background: var(--verde); }
.bg-dourado { background: var(--dourado); }
.text-verde { color: var(--verde); }
.text-dourado { color: var(--dourado); }
.text-dourado-claro { color: var(--dourado-claro); }
.text-creme { color: var(--creme); }
.text-creme-escuro { color: var(--creme-escuro); }

.navbar-verde {
    background-color: var(--verde);
    box-shadow: 0 2px 12px rgba(0,0,0,.15);
}

.navbar-verde .navbar-brand {
    color: var(--dourado);
    font-size: 1.5rem;
}

.navbar-verde .navbar-brand:hover {
    color: var(--dourado-claro);
}

.navbar-verde .nav-link {
    color: var(--creme);
    font-weight: 500;
    margin: 0 2px;
    border-radius: 6px;
    transition: all .2s ease;
}

.navbar-verde .nav-link:hover {
    color: var(--dourado-claro);
    background-color: rgba(255,255,255,.08);
}

.navbar-verde .nav-link.active {
    color: var(--dourado);
    background-color: rgba(255,255,255,.10);
}

.navbar-verde .dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
}

.navbar-verde .dropdown-item {
    padding: .6rem 1rem;
}

.navbar-verde .dropdown-item:hover {
    background-color: var(--creme-escuro);
}

.navbar-verde .navbar-toggler {
    border-color: rgba(255,255,255,.25);
}

.navbar-verde .navbar-toggler-icon {
    filter: invert(1);
}

.card-header-pendente {
    background-color: #f3ead0;
    color: var(--verde);
    border-bottom: 1px solid #e4d8b3;
    font-weight: 600;
}

/* PESQUISA */
#resultado-pesquisa {
    max-height: 300px;
    overflow-y: auto;
}

#resultado-pesquisa .list-group-item {
    cursor: pointer;
}

#resultado-pesquisa .list-group-item strong {
    color: var(--verde);
}

.border-subprograma {
    border: 1px solid #e8e8e8;
    transition: all .2s ease;
}

.border-subprograma:hover {
    border-color: var(--dourado);
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}

.border-subprograma .card-body {
    min-height: 90px;
}

/* HERO */
.hero {
background: var(--verde);
min-height: 92vh;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
padding: 5rem 0 4rem;
}
.hero::before {
content: '';
position: absolute;
top: -80px; right: -80px;
width: 520px; height: 520px;
border-radius: 50%;
border: 1px solid rgba(200,168,75,0.15);
}
.hero::after {
content: '';
position: absolute;
top: -40px; right: -40px;
width: 380px; height: 380px;
border-radius: 50%;
border: 1px solid rgba(200,168,75,0.1);
}
.hero-eyebrow {
font-size: 0.78rem;
font-weight: 500;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--dourado);
margin-bottom: 1.5rem;
}
.hero h1 {
font-size: clamp(2.8rem, 6vw, 5rem);
font-weight: 700;
color: #fff;
line-height: 1.05;
letter-spacing: -0.03em;
margin-bottom: 1.5rem;
}
.hero h1 em {
color: var(--dourado-claro);
font-style: italic;
font-weight: 300;
}
.hero-sub {
font-size: 1.1rem;
color: rgba(255,255,255,0.65);
max-width: 480px;
line-height: 1.7;
margin-bottom: 2.5rem;
}
.btn-hero {
background: var(--dourado);
color: var(--verde);
font-weight: 500;
font-size: 1rem;
padding: 0.9rem 2.2rem;
border-radius: 3rem;
text-decoration: none;
display: inline-block;
transition: all 0.2s;
border: none;
}
.btn-hero:hover {
background: var(--dourado-claro);
color: var(--verde);
transform: translateY(-2px);
}
.btn-hero-outline {
background: transparent;
color: rgba(255,255,255,0.7);
border: 1px solid rgba(255,255,255,0.25);
font-size: 0.95rem;
padding: 0.9rem 2rem;
border-radius: 3rem;
text-decoration: none;
display: inline-block;
transition: all 0.2s;
}
.btn-hero-outline:hover {
border-color: rgba(255,255,255,0.5);
color: #fff;
}
.hero-card {
background: rgba(255,255,255,0.06);
border: 1px solid rgba(200,168,75,0.2);
border-radius: 1rem;
padding: 2rem;
backdrop-filter: blur(4px);
}
.hero-card-label {
font-size: 0.72rem;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--dourado);
margin-bottom: 0.5rem;
}
.hero-card-name {
font-family: 'Fraunces', serif;
font-size: 1.2rem;
color: #fff;
margin-bottom: 1.5rem;
}
.curso-row {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.6rem 0;
border-bottom: 1px solid rgba(255,255,255,0.08);
font-size: 0.85rem;
}
.curso-row:last-child { border-bottom: none; }
.curso-nome { color: rgba(255,255,255,0.75); }
.badge-aprovado {
background: rgba(46,139,87,0.3);
color: #6fcf8a;
font-size: 0.72rem;
font-weight: 500;
padding: 0.25rem 0.7rem;
border-radius: 2rem;
border: 1px solid rgba(111,207,138,0.25);
}
.badge-falta {
background: rgba(200,168,75,0.15);
color: var(--dourado-claro);
font-size: 0.72rem;
font-weight: 500;
padding: 0.25rem 0.7rem;
border-radius: 2rem;
border: 1px solid rgba(200,168,75,0.25);
}

/* COMO FUNCIONA */
.section-how {
background: var(--creme);
padding: 6rem 0;
}
.section-label {
font-size: 0.75rem;
font-weight: 500;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--verde-claro);
margin-bottom: 0.75rem;
}
.section-title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 600;
color: var(--verde);
letter-spacing: -0.03em;
line-height: 1.1;
}
.step-number {
font-family: 'Fraunces', serif;
font-size: 3rem;
font-weight: 700;
color: var(--creme-escuro);
line-height: 1;
margin-bottom: 0.5rem;
}
.step-title {
font-family: 'Fraunces', serif;
font-size: 1.25rem;
font-weight: 600;
color: var(--verde);
margin-bottom: 0.5rem;
}
.step-text {
font-size: 0.95rem;
color: #555;
line-height: 1.7;
}
.step-divider {
width: 1px;
background: var(--creme-escuro);
margin: 0 auto;
}

/* PARA QUEM */
.section-audience {
background: var(--verde);
padding: 6rem 0;
}
.audience-card {
background: rgba(255,255,255,0.05);
border: 1px solid rgba(200,168,75,0.15);
border-radius: 1rem;
padding: 2rem;
height: 100%;
transition: border-color 0.2s;
}
.audience-card:hover { border-color: rgba(200,168,75,0.4); }
.audience-icon {
font-size: 2rem;
margin-bottom: 1rem;
}
.audience-title {
font-family: 'Fraunces', serif;
font-size: 1.2rem;
font-weight: 600;
color: var(--dourado-claro);
margin-bottom: 0.5rem;
}
.audience-text {
font-size: 0.9rem;
color: rgba(255,255,255,0.6);
line-height: 1.7;
}

/* PREÇO */
.section-price {
background: var(--creme);
padding: 6rem 0;
}
.price-card {
background: #fff;
border: 1px solid var(--creme-escuro);
border-radius: 1.25rem;
padding: 3rem 2.5rem;
text-align: center;
max-width: 420px;
margin: 0 auto;
}
.price-tag {
font-family: 'Fraunces', serif;
font-size: 3.5rem;
font-weight: 700;
color: var(--verde);
letter-spacing: -0.04em;
line-height: 1;
}
.price-tag sup {
font-size: 1.5rem;
font-weight: 600;
vertical-align: super;
}
.price-period {
font-size: 0.85rem;
color: #999;
margin-bottom: 2rem;
}
.price-item {
display: flex;
align-items: center;
gap: 0.75rem;
font-size: 0.9rem;
color: #444;
margin-bottom: 0.75rem;
text-align: left;
}
.price-check {
width: 18px; height: 18px;
background: var(--verde);
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
flex-shrink: 0;
color: #fff;
font-size: 0.65rem;
}
.btn-price {
background: var(--verde);
color: #fff;
font-weight: 500;
font-size: 1rem;
padding: 0.9rem 2.5rem;
border-radius: 3rem;
text-decoration: none;
display: block;
margin-top: 2rem;
transition: all 0.2s;
border: none;
width: 100%;
}
.btn-price:hover {
background: var(--verde-medio);
color: #fff;
transform: translateY(-2px);
}

/* DEPOIMENTO */
.section-testimonial {
background: var(--creme-escuro);
padding: 5rem 0;
}
.testimonial-quote {
font-family: 'Fraunces', serif;
font-size: clamp(1.4rem, 3vw, 2rem);
font-weight: 300;
font-style: italic;
color: var(--verde);
line-height: 1.5;
max-width: 680px;
margin: 0 auto 2rem;
text-align: center;
}
.testimonial-author {
font-size: 0.85rem;
color: #777;
text-align: center;
}

/* CTA FINAL */
.section-cta {
background: var(--verde);
padding: 7rem 0;
text-align: center;
}
.cta-title {
font-family: 'Fraunces', serif;
font-size: clamp(2.2rem, 5vw, 3.8rem);
font-weight: 700;
color: #fff;
letter-spacing: -0.03em;
line-height: 1.1;
margin-bottom: 1.5rem;
}
.cta-title em {
color: var(--dourado-claro);
font-style: italic;
font-weight: 300;
}
.cta-sub {
font-size: 1rem;
color: rgba(255,255,255,0.6);
margin-bottom: 2.5rem;
}

/* FOOTER */
footer {
background: #07271c;
padding: 2rem;
text-align: center;
}
.footer-logo {
font-family: 'Fraunces', serif;
font-size: 1.2rem;
color: var(--dourado);
margin-bottom: 0.5rem;
}
.footer-text {
font-size: 0.8rem;
color: rgba(255,255,255,0.3);
}

/* FADE IN */
.fade-in {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
opacity: 1;
transform: translateY(0);
}
