
/*
 Theme Name:   RAIZE Landing BR - Hello Elementor Child
 Theme URI:    https://raize.id
 Description:  Child theme baseado no Hello Elementor para landing page em português focada em vídeos IA para negócios no Japão.
 Author:       Evan Raiz & ChatGPT (Lunara)
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  raize-landing-br
*/

/* Tipografia básica */
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Hero */
.raize-hero {
    padding: 80px 0;
    background: radial-gradient(circle at top left, #7030f0, #111827);
    color: #ffffff;
}

.raize-container {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
}

.raize-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
}

.raize-hero-title {
    font-size: clamp(2.2rem, 3vw, 3rem);
    line-height: 1.1;
    margin-bottom: 16px;
}

.raize-hero-subtitle {
    font-size: 1.05rem;
    line-height: 1.5;
    opacity: 0.95;
    margin-bottom: 20px;
}

.raize-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.raize-badge {
    font-size: 0.78rem;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(15,23,42,0.35);
}

.raize-hero-cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #f97316, #facc15);
    color: #111827;
    font-weight: 600;
    font-size: 0.98rem;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 18px 40px rgba(251,191,36,0.35);
}

.raize-hero-cta-secondary {
    display: inline-flex;
    margin-left: 12px;
    font-size: 0.9rem;
    opacity: 0.9;
}

.raize-hero-note {
    font-size: 0.82rem;
    opacity: 0.8;
    margin-top: 10px;
}

.raize-hero-video-wrapper {
    background: #020617;
    border-radius: 24px;
    padding: 14px;
    box-shadow: 0 20px 60px rgba(15,23,42,0.75);
}

.raize-hero-video-frame {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    padding-top: 177.78%; /* 9:16 */
    background: #000;
}

.raize-hero-video-frame iframe,
.raize-hero-video-frame video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* Section header */
.raize-section {
    padding: 64px 0;
}

.raize-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.raize-section-kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.8rem;
    color: #f97316;
    font-weight: 600;
    margin-bottom: 8px;
}

.raize-section-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.raize-section-subtitle {
    max-width: 640px;
    margin: 0 auto;
    font-size: 0.95rem;
    color: #4b5563;
}

/* Portfolio grid */
.raize-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.raize-portfolio-card {
    border-radius: 18px;
    overflow: hidden;
    background: #0b1120;
    color: #e5e7eb;
    border: 1px solid rgba(148,163,184,0.5);
}

.raize-portfolio-media {
    position: relative;
    padding-top: 177.78%;
    background: #020617;
}

.raize-portfolio-media iframe,
.raize-portfolio-media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.raize-portfolio-body {
    padding: 14px 14px 16px;
    font-size: 0.85rem;
}

.raize-portfolio-tag {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #a5b4fc;
    margin-bottom: 4px;
}

.raize-portfolio-title {
    font-weight: 600;
    margin-bottom: 4px;
}

.raize-portfolio-note {
    font-size: 0.8rem;
    color: #9ca3af;
}

/* How it works */
.raize-columns-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.raize-step-card {
    background: #f9fafb;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #e5e7eb;
}

.raize-step-number {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111827;
    color: #f9fafb;
    font-size: 0.85rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.raize-step-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.raize-step-text {
    font-size: 0.9rem;
    color: #4b5563;
}

/* Niches */
.raize-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.raize-pill {
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef2ff;
    font-size: 0.86rem;
    color: #111827;
}

/* Pricing */
.raize-pricing-card {
    max-width: 520px;
    margin: 0 auto;
    border-radius: 24px;
    background: radial-gradient(circle at top left, #111827, #020617);
    color: #f9fafb;
    padding: 26px 24px 26px;
    border: 1px solid #4b5563;
    box-shadow: 0 20px 60px rgba(15,23,42,0.8);
}

.raize-price-main {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.raize-price-label {
    font-size: 0.85rem;
    opacity: 0.85;
    margin-bottom: 14px;
}

.raize-price-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    font-size: 0.9rem;
}

.raize-price-list li {
    display: flex;
    gap: 8px;
    margin-bottom: 5px;
}

.raize-price-list li::before {
    content: "✔";
    font-size: 0.8rem;
    margin-top: 3px;
    color: #a3e635;
}

/* Why RAIZE */
.raize-two-cols {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
}

.raize-highlight-box {
    background: #111827;
    border-radius: 18px;
    padding: 18px 18px 16px;
    color: #e5e7eb;
    font-size: 0.9rem;
    border: 1px solid #374151;
}

/* FAQ */
.raize-faq-list {
    max-width: 720px;
    margin: 0 auto;
}

.raize-faq-item {
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
}

.raize-faq-q {
    font-weight: 600;
    font-size: 0.98rem;
    margin-bottom: 4px;
}

.raize-faq-a {
    font-size: 0.9rem;
    color: #4b5563;
}

/* Final CTA */
.raize-final-cta {
    padding: 64px 0 72px;
    background: radial-gradient(circle at top right, #f97316, #111827);
    color: #f9fafb;
    text-align: center;
}

.raize-final-title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.raize-final-text {
    font-size: 0.98rem;
    opacity: 0.95;
    margin-bottom: 18px;
}

.raize-final-note {
    font-size: 0.82rem;
    opacity: 0.9;
    margin-top: 10px;
}

/* Responsivo */
@media (max-width: 900px) {
    .raize-hero-inner,
    .raize-two-cols {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .raize-hero {
        padding: 56px 0 52px;
    }
    .raize-columns-3 {
        grid-template-columns: minmax(0, 1fr);
    }
    .raize-pricing-card {
        border-radius: 18px;
    }
    .raize-hero-cta-secondary {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}
/* ===========================
   HEADER RAIZE BR
   =========================== */

.raize-site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(2, 6, 23, 0.94); /* #020617 com transparência */
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.4);
}

.raize-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 0;
}

.raize-logo {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    text-decoration: none;
}

.raize-logo-main {
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #e5e7eb;
    font-size: 1.15rem;
}

.raize-logo-sub {
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #5A2DFF; /* roxo RAIZE BR */
    font-size: 0.9rem;
}

.raize-nav {
    display: flex;
    align-items: center;
}

.raize-nav ul {
    display: flex;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.raize-nav a {
    font-size: 0.9rem;
    text-decoration: none;
    color: #e5e7eb;
    opacity: 0.85;
    padding: 4px 0;
}

.raize-nav a:hover {
    opacity: 1;
    color: #f97316;
}

/* Ajuste do botão CTA no header */
.raize-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;                  /* espaço entre ícone e texto */
    padding: 0.55rem 1.2rem !important; /* resolve o texto grudado */
    border-radius: 999px;
    background: linear-gradient(135deg, #f97316, #facc15);
    color: #111827;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    line-height: 1;
}



/* Botão hambúrguer (mobile) */
.raize-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.9);
    background: rgba(15, 23, 42, 0.9);
    padding: 0;
}

.raize-nav-toggle span {
    display: block;
    height: 2px;
    width: 16px;
    margin: 0 auto;
    background: #e5e7eb;
    border-radius: 999px;
}

/* ===========================
   FOOTER RAIZE BR
   =========================== */

.raize-site-footer {
    background: #020617;
    color: #9ca3af;
    margin-top: 40px;
    border-top: 1px solid rgba(31, 41, 55, 0.9);
}

.raize-footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    padding: 32px 0 18px;
    font-size: 0.9rem;
}

.raize-footer-logo {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 8px;
}

.raize-footer-brand p {
    max-width: 360px;
    font-size: 0.88rem;
}

.raize-footer-links h4,
.raize-footer-contact h4 {
    font-size: 0.92rem;
    color: #e5e7eb;
    margin-bottom: 8px;
}

.raize-footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.raize-footer-links li {
    margin-bottom: 4px;
}

.raize-footer-links a,
.raize-footer-contact a {
    color: #e5e7eb;
    text-decoration: none;
    font-size: 0.88rem;
}

.raize-footer-links a:hover,
.raize-footer-contact a:hover {
    color: #f97316;
}

.raize-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.raize-footer-social a {
    font-size: 0.8rem;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    text-decoration: none;
}

.raize-footer-bottom {
    border-top: 1px solid rgba(31, 41, 55, 0.9);
    padding: 10px 0 14px;
}

.raize-footer-bottom p {
    margin: 0;
    font-size: 0.8rem;
    text-align: center;
    color: #6b7280;
}

/* ===========================
   RESPONSIVO HEADER/FOOTER
   =========================== */

@media (max-width: 900px) {
    .raize-footer-inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media (max-width: 768px) {
    .raize-header-cta {
        display: none;
    }

    .raize-nav-toggle {
        display: flex;
    }

    .raize-nav {
        position: absolute;
        inset: 56px 0 auto 0;
        padding: 10px 0 12px;
        background: rgba(2, 6, 23, 0.98);
        border-bottom: 1px solid rgba(148, 163, 184, 0.4);
        display: none;
    }

    .raize-nav.is-open {
        display: block;
    }

    .raize-nav ul {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .raize-footer-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }
}
html, body {
    background: #020617 !important; /* fundo escuro padrão RAIZE */
}
/* Ajuste das cores no fundo escuro */

/* Títulos principais h1, h2 */
h1, h2 {
    color: #ffffff !important;
}

/* Subtítulos e h3 */
h3 {
    color: #f1f5f9 !important; /* cinza claro */
}

/* Títulos de seção em caixa alta (como “PRA QUEM É”) */
.section-title, 
.elementor-heading-title {
    color: #fbbf24 !important;  /* amarelo dourado bonito */
}

/* Textos normais */
p, li, span {
    color: #d1d5db !important; /* cinza bem claro */
}

/* Itens de categoria (os chips brancos) */
.chip {
    background: #ffffff;
    color: #1e293b !important; /* cinza escuro */
}

/* Links */
a {
    color: #9fc5ff !important; /* azul claro */
}
/* ===== FAQ / DÚVIDAS – Melhor contraste ===== */

/* Título da seção */
.faq-section h2,
.faq-section .elementor-heading-title {
    color: #ffffff !important;
}

/* Subtítulo "DÚVIDAS" */
.faq-section .faq-label {
    color: #fbbf24 !important;
}

/* Perguntas (títulos das perguntas) */
.faq-section h3,
.faq-section .faq-question {
    color: #ffffff !important;
    font-weight: 600;
}

/* Respostas */
.faq-section p,
.faq-section .faq-answer {
    color: #d1d5db !important; /* cinza claro */
    font-size: 16px;
}

/* Linhas separadoras */
.faq-section hr,
.faq-section .elementor-divider-separator {
    border-color: rgba(255,255,255,0.15) !important;
}
/* FAQ – melhorar contraste no fundo escuro */

/* Título grande da seção de dúvidas */
#faq .raize-section-title {
    color: #ffffff !important;
}

/* “DÚVIDAS” em cima do título */
#faq .raize-section-kicker {
    color: #fbbf24 !important; /* dourado */
}

/* Perguntas */
#faq .raize-faq-q {
    color: #ffffff !important;
    font-weight: 600;
}

/* Respostas */
#faq .raize-faq-a {
    color: #d1d5db !important; /* cinza claro */
    font-size: 0.95rem;
}

/* Linhas de separação */
#faq .raize-faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.18) !important;
}
/* ===== Seção "Como funciona" – Ajuste de contraste ===== */

/* Título da seção (Como funciona) */
#steps .raize-section-title {
    color: #ffffff !important;
}

/* Subtítulo "Como funciona" */
#steps .raize-section-kicker {
    color: #fbbf24 !important; /* dourado */
}

/* Títulos de cada passo */
#steps .raize-step-title {
    color: #ffffff !important;
    font-weight: 600;
}

/* Texto explicativo de cada passo */
#steps .raize-step-text {
    color: #d1d5db !important; /* cinza claro */
}

/* Caixas dos passos */
#steps .raize-step {
    background: #ffffff0d !important; /* branco com 5% de opacidade */
    border: 1px solid #ffffff1a !important;
    border-radius: 16px;
    padding: 28px;
}

/* Ícones dos números */
#steps .raize-step-number {
    background: #4f46e5 !important; /* roxo RAIZE */
    color: #ffffff !important;
}
/* ===== Seção "Como funciona" – corrigir contraste nos cards ===== */

.raize-step-card {
    background: #f9fafb !important;   /* branco suave */
    color: #111827 !important;        /* texto padrão bem escuro */
}

/* Título de cada passo */
.raize-step-card .raize-step-title {
    color: #111827 !important;
    font-weight: 600;
}

/* Texto explicativo dentro dos cards */
.raize-step-card .raize-step-text,
.raize-step-card p {
    color: #4b5563 !important;        /* cinza escuro, fácil de ler */
}
/* Botões / pills da seção "Pra quem é"  */
#para-quem a,
#para-quem button,
#para-quem .raize-pill,
#para-quem .raize-chip {
    background: #f9fafb !important;      /* fundo branco suave */
    color: #111827 !important;           /* texto bem escuro */
    font-weight: 500;
}

#para-quem a span,
#para-quem button span,
#para-quem .raize-pill span,
#para-quem .raize-chip span {
    color: #111827 !important;
}
/* Ajuste do header quando a barra de admin do WordPress aparece */
.admin-bar .raize-site-header {
    top: 32px; /* altura da barra de admin no desktop */
}

@media (max-width: 782px) {
    .admin-bar .raize-site-header {
        top: 46px; /* altura maior da barra no mobile/tablet */
    }
}
/* ===========================
   Página de Portfólio RAIZE BR
   =========================== */

.raize-section-portfolio-page {
    padding-top: 64px;
    padding-bottom: 64px;
}

.raize-portfolio-head {
    text-align: center;
    margin-bottom: 32px;
}

.raize-portfolio-head .raize-section-subtitle {
    max-width: 640px;
    margin: 8px auto 0;
    color: #d1d5db;
    font-size: 0.95rem;
}

.raize-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

/* Card individual */
.raize-portfolio-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #020617;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.9);
    transition: transform 0.18s ease-out, box-shadow 0.18s ease-out, border-color 0.18s;
}

.raize-portfolio-card:hover {
    transform: translateY(-4px);
    border-color: #4f46e5;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 1);
}

/* Thumb do vídeo */
.raize-portfolio-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-color: #020617;
}

/* Título e texto dentro do card */
.raize-portfolio-title {
    margin: 14px 16px 4px;
    font-size: 0.98rem;
    color: #f9fafb;
}

.raize-portfolio-text {
    margin: 0 16px 16px;
    font-size: 0.88rem;
    color: #d1d5db;
}

/* CTA embaixo da grade */
.raize-portfolio-cta {
    text-align: center;
    margin-top: 36px;
}

.raize-portfolio-cta p {
    margin: 0 0 10px;
    color: #d1d5db;
    font-size: 0.95rem;
}

/* Responsivo */
@media (max-width: 1024px) {
    .raize-portfolio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .raize-portfolio-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .raize-section-portfolio-page {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.raize-header-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    font-weight: 400;
}

.raize-header-nav a {
    color: #d4d7e0;
    text-decoration: none;
    transition: 0.2s ease;
}

.raize-header-nav a:hover {
    color: #ffffff;
}
/* MOBILE – esconde menu desktop */
@media (max-width: 768px) {
    .site-header .main-navigation ul {
        display: none;
    }
}
/* Botão escondido no desktop */
.raize-menu-toggle {
    display: none;
}

@media (max-width: 768px) {
    .raize-menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 8px;
        margin-left: auto;
        margin-right: 16px;
    }

    .raize-menu-toggle span {
        width: 28px;
        height: 3px;
        background: #fff;
        border-radius: 3px;
    }
}
/* NAV DESKTOP (já deve existir algo parecido, mas isso garante o básico) */
.raize-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #020617;
}

.raize-header-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.raize-logo a {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    color: #e5e7eb;
    text-decoration: none;
}

.raize-logo span {
    color: #f97316;
}

.raize-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.raize-nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.raize-nav a {
    color: #e5e7eb;
    text-decoration: none;
    font-size: 0.95rem;
}

.raize-nav a:hover {
    color: #f97316;
}

.raize-nav-cta {
    padding: 8px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f97316, #facc15);
    color: #111827;
    font-weight: 600;
    text-decoration: none;
}

/* BOTÃO HAMBURGER – escondido no desktop */
.raize-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    background: rgba(15, 23, 42, 0.85);
    cursor: pointer;
}

.raize-nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #e5e7eb;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* ANIMAÇÃO DO HAMBURGER */
.raize-nav-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.raize-nav-toggle.active span:nth-child(2) {
    opacity: 0;
}
.raize-nav-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ====== MOBILE ====== */
@media (max-width: 768px) {

    .raize-header-inner {
        padding-inline: 16px;
    }

    .raize-nav-toggle {
        display: flex;
    }

    .raize-nav {
        position: fixed;
        inset: 56px 0 0 0;
        /* top ajustado pra não cobrir o header */
        background: rgba(15, 23, 42, 0.98);
        backdrop-filter: blur(12px);
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 20px 24px;
        gap: 16px;
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.22s ease, opacity 0.22s ease;
    }

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

    .raize-nav ul {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .raize-nav ul li a {
        display: block;
        width: 100%;
        padding: 10px 4px;
        font-size: 1rem;
    }

    .raize-nav-cta {
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }

    /* trava o scroll quando o menu tá aberto */
    body.raize-nav-open {
        overflow: hidden;
    }
}
/* ====== NAV DESKTOP (garante base) ====== */
.raize-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #020617;
}

.raize-header-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.raize-logo a {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    color: #e5e7eb;
    text-decoration: none;
}

.raize-logo span {
    color: #f97316;
}

.raize-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.raize-nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.raize-nav ul li a {
    color: #e5e7eb;
    text-decoration: none;
    font-size: 0.95rem;
}

.raize-nav-cta {
    padding: 8px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f97316, #facc15);
    color: #111827;
    font-weight: 600;
    text-decoration: none;
}

/* ====== BOTÃO HAMBÚRGUER ====== */
.raize-nav-toggle {
    display: none; /* some no desktop */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    background: rgba(15, 23, 42, 0.85);
    cursor: pointer;
}

.raize-nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #e5e7eb;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* animação X */
.raize-nav-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.raize-nav-toggle.active span:nth-child(2) {
    opacity: 0;
}
.raize-nav-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 768px) {

    .raize-header-inner {
        padding-inline: 16px;
    }

    /* mostra o botão no mobile */
    .raize-nav-toggle {
        display: flex;
    }

    /* menu fechado por padrão */
    .raize-nav {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        background: #020617;
        padding: 16px 20px 20px;
        position: absolute;
        top: 56px;
        right: 16px;
        left: 16px;
        border-radius: 12px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    /* menu aberto (classe adicionada pelo JS) */
    .raize-nav.is-open {
        display: flex;
    }

    .raize-nav ul {
        flex-direction: column;
        width: 100%;
        gap: 8px;
        margin: 0;
        padding: 0;
    }

    .raize-nav ul li a {
        display: block;
        width: 100%;
        padding: 8px 0;
        font-size: 1rem;
        color: #e5e7eb;
    }

    .raize-nav-cta {
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }

    body.raize-nav-open {
        overflow: hidden;
    }
}
