/* ================================
	RESET BÁSICO E VARIÁVEIS
================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --color-bg: #050f16;
    --color-bg-soft: #0c1b26;
    --color-card: #0e2231;
    --color-border-soft: rgba(255, 255, 255, 0.06);
	
    --color-primary: #0fb36a;      /* destaque (botões) */
    --color-primary-soft: #12c777;
    --color-secondary: #1e88e5;    /* alternativa, se precisar */
    --color-danger: #e53935;
	
    --color-text: #f5f7fa;
    --color-text-soft: #bdc6cf;
    --color-text-muted: #8a949e;
	
    --shadow-soft: 0 14px 30px rgba(0, 0, 0, 0.35);
    --radius-card: 12px;
    --radius-pill: 999px;
	
    --max-width: 1120px;
	
    --header-height: 64px;
}

/* ================================
	BASE
================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(circle at top, #102538 0, var(--color-bg) 60%);
    color: var(--color-text);
    -webkit-font-smoothing: antialiased;
}

/* Links */

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Imagens */

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Conteúdo principal */

.site-main {
    min-height: calc(100vh - var(--header-height) - 200px);
}

/* Containers */

.section,
.hero {
    padding: 2.5rem 1.25rem;
}

.section-inner,
.hero-inner,
.header-inner,
.footer-inner {
    max-width: var(--max-width);
    margin: 0 auto;
}

/* Títulos gerais */

.section h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.section p {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ================================
	HEADER
================================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #050f16;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */

.header-logo .logo-link {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.logo-main {
    font-weight: 700;
    letter-spacing: 0.18em;
    font-size: 0.95rem;
}

.logo-sub {
    font-weight: 500;
    font-size: 0.7rem;
    color: var(--color-text-muted);
    text-transform: uppercase;
}

/* Menu hambúrguer (mobile) */

.menu-toggle {
    border: none;
    background: none;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 0.25rem;
}

.menu-toggle-bar {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--color-text);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Navegação */

.main-nav {
    position: fixed;
    inset: var(--header-height) 0 0 0;
    background: #050f16;              /* fundo totalmente sólido */
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.25rem 2rem;
    z-index: 200;                     /* garante que fique acima de tudo */
}

.main-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.nav-link {
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.4rem 0.2rem;
    border-radius: 6px;
    transition: background 0.2s ease, color 0.2s ease;
}

.nav-link:hover {
    background: rgba(255, 255, 255, 0.04);
}

/* Botão de WhatsApp no header */

.nav-cta {
    display: flex;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.2rem;
    border-radius: var(--radius-pill);
    background: var(--color-primary);
    color: #041312;
    font-weight: 600;
    font-size: 0.85rem;
    border: none;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
    transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
    width: 100%;
}

.btn-whatsapp:hover {
    background: var(--color-primary-soft);
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.55);
}

/* Estado "menu aberto" para animar hambúrguer */

.menu-toggle.is-open .menu-toggle-bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open .menu-toggle-bar:nth-child(2) {
    opacity: 0;
}

.menu-toggle.is-open .menu-toggle-bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.social-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 6px;
}

.logo-img {
    height: 40px;
    width: auto;
    display: block;
}

.hero-logo {
    display: block;
    max-width: 360px;   /* ajuste fino se quiser maior/menor */
    width: 100%;
    margin: 0 auto;
}

.hero-logo-mobile {
    margin-bottom: 1rem;
    text-align: center;
}

/* Mobile: logo acima do título aparece */
.hero-logo-mobile {
    display: block;
}

/* ================================
	BOTÕES GERAIS
================================== */

.btn-primary,
.btn-secondary,
.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-pill);
    padding: 0.7rem 1.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
    white-space: nowrap;
}

.btn-primary {
    background: var(--color-primary);
    color: #041312;
    box-shadow: var(--shadow-soft);
}

.btn-primary:hover {
    background: var(--color-primary-soft);
    transform: translateY(-1px);
}

.btn-secondary {
    background: transparent;
    color: var(--color-text);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.06);
}

.btn-ghost {
    background: transparent;
    color: var(--color-primary);
    border: 1px solid rgba(15, 179, 106, 0.5);
}

.btn-ghost:hover {
    background: rgba(15, 179, 106, 0.1);
}

/* Links de ação */

.link-more {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.link-more:hover {
    text-decoration: underline;
}

/* ================================
	HERO (HOME)
================================== */

.hero {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}

.hero-inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hero-text h1 {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 0.85rem;
}

.hero-text p {
    font-size: 0.98rem;
    color: var(--color-text-soft);
    line-height: 1.7;
    margin-bottom: 1.4rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-actions .btn-primary,
.hero-actions .btn-secondary {
    width: auto;
}

/* Imagem hero (placeholder) */

.hero-image {
    flex: 1;
    display: none;
}

.hero-texto {
    display: none;
}

.hero-image-placeholder {
    width: 100%;
    min-height: 190px;
    border-radius: 16px;
    background: radial-gradient(circle at top left, #1b9c63, #0c1b26 50%, #0b3053 100%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: var(--shadow-soft);
}

/* ================================
	HERO PÁGINAS INTERNAS
================================== */

.hero-internal {
    padding-top: 2.5rem;
    padding-bottom: 2.2rem;
    background: radial-gradient(circle at top, rgba(18, 49, 73, 0.92), rgba(5, 15, 22, 1) 60%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-internal h1 {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
    font-weight: 600;
}

/* Texto de destaque usado em várias páginas internas */

.lead-text {
    font-size: 0.98rem;
    color: var(--color-text-soft);
    line-height: 1.7;
    max-width: 46rem;
}

/* ================================
	SEÇÕES / CARDS
================================== */

.section-why {
    background: linear-gradient(to bottom, rgba(12, 27, 38, 0.96), rgba(5, 15, 22, 1));
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.cards-grid {
    display: grid;
    gap: 1.25rem;
}

.card {
    background: var(--color-card);
    border-radius: var(--radius-card);
    padding: 1.1rem 1.1rem 1.2rem;
    border: 1px solid var(--color-border-soft);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.card h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.card p {
    font-size: 0.9rem;
    color: var(--color-text-soft);
    line-height: 1.6;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.5);
    border-color: rgba(15, 179, 106, 0.4);
}

.card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.card-values-list {
    margin-top: 0.35rem;
    padding-left: 1.1rem;
    font-size: 0.9rem;
    color: var(--color-text-soft);
    line-height: 1.7;
}

.card-values-list li {
    margin-bottom: 0.4rem;
}

/* Seção CTA WhatsApp (usada em várias páginas) */

.section-cta-whatsapp {
    background: radial-gradient(circle at top, #123149, #050f16 60%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.section-cta-whatsapp h2 {
    margin-bottom: 1rem;
}

/* Listas de passos / requisitos */

.steps-list {
    list-style: decimal;
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
}

.steps-list li {
    font-size: 0.95rem;
    color: var(--color-text-soft);
    margin-bottom: 0.5rem;
}

/* ================================
	CALENDÁRIO – NAVEGAÇÃO POR MÊS
================================== */

.section-calendar h2 {
    font-size: 1.4rem;
}

.calendar-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.calendar-month-label {
    font-size: 1.1rem;
    font-weight: 600;
}

.cal-nav-btn {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: var(--color-text);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
}

.cal-nav-btn:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
}

.calendar-month {
    display: none;
}

.calendar-month.is-active {
    display: block;
}

.calendar-card .calendar-card-dates {
    font-size: 0.9rem;
    color: var(--color-text-soft);
    margin-bottom: 0.35rem;
}

.calendar-card .calendar-card-info {
    font-size: 0.88rem;
    color: var(--color-text-soft);
}

/* ================================
	FOOTER
================================== */

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #050b11;
    margin-top: 2.5rem;
    padding: 2rem 1.25rem 1rem;
}

.footer-inner {
    max-width: var(--max-width);
    margin: 0 auto 1.5rem auto;
    display: grid;
    gap: 1.5rem;
}

.footer-col-brand .footer-logo {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.footer-col-brand .logo-main {
    font-size: 1rem;
}

.footer-col-brand .logo-sub {
    font-size: 0.75rem;
}

.footer-text {
    font-size: 0.9rem;
    color: var(--color-text-soft);
    line-height: 1.6;
}

.footer-title {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.5rem;
    color: var(--color-text-muted);
}

.footer-line {
    font-size: 0.88rem;
    color: var(--color-text-soft);
    line-height: 1.5;
    margin-bottom: 0.4rem;
}

.footer-line a {
    color: var(--color-primary-soft);
}

.footer-line a:hover {
    text-decoration: underline;
}

.footer-hours {
    margin-top: 0.5rem;
}

.footer-bottom {
    max-width: var(--max-width);
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0.75rem;
}

.footer-copy {
    font-size: 0.78rem;
    color: var(--color-text-muted);
    text-align: center;
}

/* ================================
	ANIMAÇÕES LEVES (REVEAL)
================================== */

/* Use a classe .reveal nos blocos que deseja animar na entrada */

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.reveal--visible {
    opacity: 1;
    transform: translateY(0);
}

/* ================================
	RESPONSIVIDADE
================================== */

/* Tablet */

@media (min-width: 768px) {
    .section,
    .hero {
        padding-inline: 2rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
	}
	
    .hero-inner {
        flex-direction: row;
        align-items: center;
	}
	
    .hero-text {
        flex: 1.1;
	}
	
	.hero-image {
        flex: 0.9;
        display: block;
	}
	
	.hero-texto {
        display: block;
	}
	
    .hero-text h1 {
        font-size: 2.05rem;
	}
	
    .hero-internal {
        padding-top: 3rem;
        padding-bottom: 2.6rem;
	}
	
    .hero-internal h1 {
        font-size: 1.9rem;
	}
	
    .cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.card-values-list {
        line-height: 1.8;
    }
	
    .footer-inner {
        grid-template-columns: 1.3fr 1fr 1fr;
        align-items: flex-start;
	}
	
    .site-main {
        min-height: calc(100vh - var(--header-height) - 180px);
	}
	
	.hero-logo-mobile {
        display: none;
	}
	
}

/* Desktop */

@media (min-width: 1024px) {
	
    .header-inner {
        gap: 2rem;
	}
	
    .menu-toggle {
        display: none;
	}
	
.main-nav {
        position: static;
        transform: none;
        opacity: 1;
        pointer-events: auto;
        background: transparent;
        flex-direction: row;
        align-items: center;
        padding: 0;
        gap: 1.5rem;
    }

	
    .nav-list {
        flex-direction: row;
        margin-bottom: 0;
        gap: 1.25rem;
	}
	
    .nav-cta .btn-whatsapp {
        width: auto;
	}
	
    .hero {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
	}
	
    .hero-text h1 {
        font-size: 2.4rem;
	}
	
    .hero-internal h1 {
        font-size: 2.1rem;
	}
	
    .cards-grid {
        gap: 1.5rem;
	}
	
    .card {
        padding: 1.4rem 1.4rem 1.6rem;
	}
}
