/* ============================================================
   SitePro — Design Moderno 2025
   Paleta: Azul royal, Gradientes, Glassmorphism
   Fontes: Inter + Roboto
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --azul-900: #0a1628;
    --azul-800: #0f1f3d;
    --azul-700: #132a52;
    --azul-600: #1a3a6b;
    --azul-500: #1e4d8c;
    --azul-400: #2563eb;
    --azul-300: #3b82f6;
    --azul-200: #60a5fa;
    --azul-100: #93c5fd;
    --azul-50:  #dbeafe;
    --azul-25:  #eff6ff;

    --gradient-hero: linear-gradient(160deg, #0f1f3d 0%, #1a3a6b 40%, #1e4d8c 70%, #2563eb 100%);
    --gradient-card: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    --gradient-destaque: linear-gradient(160deg, #2563eb 0%, #3b82f6 50%, #60a5fa 100%);
    --gradient-cta: linear-gradient(135deg, #1a3a6b 0%, #2563eb 50%, #3b82f6 100%);
    --gradient-glass: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);

    --whatsapp: #25d366;
    --whatsapp-hover: #1da851;
    --whatsapp-glow: rgba(37, 211, 102, 0.4);

    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-tertiary: #94a3b8;

    --bg-page: #ffffff;
    --bg-section: #f8fafc;
    --bg-dark: #0f1f3d;

    --border-light: #e2e8f0;
    --border-medium: #cbd5e1;

    --shadow-xs: 0 1px 2px rgba(0,0,0,0.05);
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-md: 0 8px 30px rgba(0,0,0,0.08);
    --shadow-lg: 0 20px 60px rgba(0,0,0,0.12);
    --shadow-xl: 0 30px 80px rgba(0,0,0,0.15);
    --shadow-destaque: 0 20px 60px rgba(37, 99, 235, 0.25);
    --shadow-whatsapp: 0 8px 30px rgba(37, 211, 102, 0.35);

    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --radius-full: 9999px;

    --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-smooth: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', 'Roboto', system-ui, -apple-system, sans-serif;
    color: var(--text-primary);
    background: var(--bg-page);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

::selection {
    background: var(--azul-400);
    color: #fff;
}

/* ============================================================
   NAVBAR — Glassmorphism
   ============================================================ */
.navbar {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(226, 232, 240, 0.6);
    padding: 0.75rem 0;
    transition: all var(--transition-smooth);
}
.navbar.scrolled {
    box-shadow: var(--shadow-md);
    background: rgba(255, 255, 255, 0.95) !important;
}
.navbar-brand {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    background: var(--gradient-destaque);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.navbar-brand i {
    -webkit-text-fill-color: var(--azul-400);
    background: none;
}
.nav-link {
    font-weight: 500;
    font-size: 0.925rem;
    color: var(--text-secondary) !important;
    padding: 0.5rem 1rem !important;
    border-radius: var(--radius-sm);
    transition: all var(--transition-fast);
    position: relative;
}
.nav-link:hover {
    color: var(--azul-400) !important;
    background: var(--azul-25);
}
.nav-link.active {
    color: var(--azul-400) !important;
    font-weight: 600;
    background: var(--azul-25);
}
.navbar .btn-success {
    background: var(--whatsapp);
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: var(--radius-full);
    transition: all var(--transition-smooth);
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}
.navbar .btn-success:hover {
    background: var(--whatsapp-hover);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* ============================================================
   HERO — Moderno com gradiente e glass
   ============================================================ */
.hero {
    background: var(--gradient-hero);
    color: #fff;
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 20% 30%, rgba(59, 130, 246, 0.3) 0%, transparent 60%),
        radial-gradient(ellipse 60% 80% at 80% 70%, rgba(37, 99, 235, 0.25) 0%, transparent 60%),
        radial-gradient(ellipse 50% 50% at 50% 50%, rgba(96, 165, 250, 0.15) 0%, transparent 70%);
    z-index: -1;
}
.hero::after {
    content: '';
    position: absolute;
    top: -240px;
    right: -200px;
    width: 700px;
    height: 700px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50%;
    z-index: -1;
}
.hero .container { position: relative; z-index: 1; }
.hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.18);
    padding: 0.45rem 1.25rem;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 1.75rem;
    letter-spacing: 0.3px;
}
.hero .hero-badge .dot {
    width: 8px; height: 8px;
    background: #22c55e;
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.5); }
}
.hero h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1.15;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
}
.hero h1 .highlight {
    background: linear-gradient(135deg, #93c5fd 0%, #60a5fa 50%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero .hero-sub {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.7;
    opacity: 0.85;
    max-width: 520px;
    margin-bottom: 2rem;
}
.hero .hero-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.hero .hero-stat {
    text-align: left;
}
.hero .hero-stat .stat-num {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
}
.hero .hero-stat .stat-label {
    font-size: 0.8rem;
    opacity: 0.7;
    margin-top: 0.25rem;
}
.hero .btn-primary-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    color: var(--azul-700);
    font-weight: 700;
    padding: 0.9rem 2rem;
    border-radius: var(--radius-full);
    font-size: 1rem;
    transition: all var(--transition-bounce);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    text-decoration: none;
}
.hero .btn-primary-cta:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    color: var(--azul-600);
}
.hero .btn-outline-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 0.9rem 2rem;
    border-radius: var(--radius-full);
    font-size: 1rem;
    border: 2px solid rgba(255,255,255,0.35);
    transition: all var(--transition-smooth);
    text-decoration: none;
}
.hero .btn-outline-hero:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.6);
    color: #fff;
}
.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-visual .hero-float-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius-lg);
    padding: 1.5rem 2rem;
    position: relative;
    z-index: 2;
}
.hero-visual .hero-float-card .price-big {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
}
.hero-visual .hero-float-card .price-label {
    font-size: 0.85rem;
    opacity: 0.7;
    margin-top: 0.25rem;
}
.hero-orb {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    z-index: 0;
}
.hero-orb-1 { width: 250px; height: 250px; top: -40px; right: -30px; }
.hero-orb-2 { width: 150px; height: 150px; bottom: -20px; left: 10px; }
.hero-orb-3 { width: 80px; height: 80px; top: 40%; right: -20px; background: rgba(251, 191, 36, 0.08); }

/* ============================================================
   SECTION HEADERS MODERNOS
   ============================================================ */
.section-header {
    text-align: center;
    margin-bottom: 3.5rem;
}
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--azul-25);
    color: var(--azul-400);
    padding: 0.4rem 1.35rem;
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    border: 1px solid var(--azul-100);
}
.section-header h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    letter-spacing: -0.02em;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}
.section-header p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.65;
}

/* ============================================================
   PLANOS CARDS — Modernos
   ============================================================ */
.plano-card {
    position: relative;
    background: #fff;
    border-radius: var(--radius-xl);
    padding: 2.5rem 2rem;
    height: 100%;
    border: 1px solid var(--border-light);
    transition: all var(--transition-smooth);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.plano-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--border-light);
    transition: all var(--transition-smooth);
}
.plano-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}
.plano-card:hover::before {
    height: 6px;
    background: var(--azul-300);
}
.plano-card.destaque {
    border-color: var(--azul-300);
    background: linear-gradient(180deg, #ffffff 0%, var(--azul-25) 100%);
    box-shadow: var(--shadow-destaque);
}
.plano-card.destaque::before {
    height: 5px;
    background: var(--gradient-destaque);
}
.plano-card.destaque:hover {
    box-shadow: 0 25px 70px rgba(37, 99, 235, 0.3);
}
.plano-card.destaque .plano-name {
    color: var(--azul-400);
}
.plano-card .popular-tag {
    position: absolute;
    top: 20px; right: 20px;
    background: var(--gradient-destaque);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.3rem 1rem;
    border-radius: var(--radius-full);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}
.plano-icon {
    width: 52px; height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
}
.plano-card:not(.destaque) .plano-icon {
    background: var(--bg-section);
    color: var(--text-secondary);
}
.plano-card.destaque .plano-icon {
    background: var(--azul-25);
    color: var(--azul-400);
}
.plano-name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--text-primary);
    margin-bottom: 1.25rem;
}
.plano-price-row {
    display: flex;
    align-items: baseline;
    gap: 0.15rem;
    margin-bottom: 0.25rem;
}
.plano-price-row .currency {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-secondary);
    align-self: flex-start;
    margin-top: 0.3rem;
}
.plano-price-row .amount {
    font-family: 'Inter', sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}
.plano-price-sub {
    color: var(--text-secondary);
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}
.plano-price-sub strong {
    color: var(--text-primary);
    font-weight: 700;
}
.plano-badge-row {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.plano-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: #f1f5f9;
    color: var(--text-secondary);
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.3rem 0.8rem;
    border-radius: var(--radius-full);
}
.plano-card.destaque .plano-chip {
    background: rgba(37, 99, 235, 0.08);
    color: var(--azul-400);
}
.plano-divider {
    height: 1px;
    background: var(--border-light);
    margin: 0 0 1.25rem;
    border: none;
}
.plano-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 auto;
    flex-grow: 1;
}
.plano-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.55rem 0;
    font-size: 0.925rem;
    color: var(--text-secondary);
    line-height: 1.5;
}
.plano-benefits li .check-icon {
    flex-shrink: 0;
    width: 20px; height: 20px;
    background: #ecfdf5;
    color: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    margin-top: 2px;
}
.plano-benefits li .star-icon {
    flex-shrink: 0;
    width: 20px; height: 20px;
    background: #fef3c7;
    color: #f59e0b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    margin-top: 2px;
}
.plano-cta-row {
    margin-top: 1.75rem;
}
.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--whatsapp);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.9rem 1.75rem;
    border-radius: var(--radius-full);
    border: none;
    width: 100%;
    cursor: pointer;
    transition: all var(--transition-bounce);
    box-shadow: 0 6px 20px var(--whatsapp-glow);
    text-decoration: none;
}
.btn-whatsapp:hover {
    background: var(--whatsapp-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
    color: #fff;
}
.btn-whatsapp-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: transparent;
    color: var(--whatsapp);
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-full);
    border: 2px solid var(--whatsapp);
    cursor: pointer;
    transition: all var(--transition-smooth);
    text-decoration: none;
}
.btn-whatsapp-outline:hover {
    background: var(--whatsapp);
    color: #fff;
}

/* ============================================================
   DIFERENCIAIS — Modern Card Grid
   ============================================================ */
.diferencial-card {
    padding: 2rem 1.75rem;
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
    transition: all var(--transition-smooth);
    height: 100%;
    text-align: left;
}
.diferencial-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--azul-200);
}
.diferencial-icon-wrap {
    width: 56px; height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}
.diferencial-card:nth-child(1) .diferencial-icon-wrap { background: #eff6ff; color: var(--azul-400); }
.diferencial-card:nth-child(2) .diferencial-icon-wrap { background: #f0fdf4; color: #10b981; }
.diferencial-card:nth-child(3) .diferencial-icon-wrap { background: #fef3c7; color: #f59e0b; }
.diferencial-card:nth-child(4) .diferencial-icon-wrap { background: #fce7f3; color: #ec4899; }
.diferencial-card:nth-child(5) .diferencial-icon-wrap { background: #f3e8ff; color: #8b5cf6; }
.diferencial-card h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}
.diferencial-card p {
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.55;
    margin: 0;
}

/* ============================================================
   DEPOIMENTOS — Premium Cards
   ============================================================ */
.testimonial-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 2rem;
    border: 1px solid var(--border-light);
    height: 100%;
    transition: all var(--transition-smooth);
    position: relative;
}
.testimonial-card:hover {
    box-shadow: var(--shadow-md);
    border-color: transparent;
}
.testimonial-card .quote-mark {
    font-size: 3rem;
    font-family: Georgia, serif;
    color: var(--azul-200);
    line-height: 0.5;
    margin-bottom: 1rem;
    opacity: 0.5;
}
.testimonial-card .stars {
    color: #f59e0b;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}
.testimonial-card .testimonial-text {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}
.testimonial-author .avatar-circle {
    width: 48px; height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
    flex-shrink: 0;
}
.testimonial-card:nth-child(1) .avatar-circle { background: linear-gradient(135deg, #2563eb, #60a5fa); }
.testimonial-card:nth-child(2) .avatar-circle { background: linear-gradient(135deg, #10b981, #34d399); }
.testimonial-card:nth-child(3) .avatar-circle { background: linear-gradient(135deg, #f59e0b, #fbbf24); }
.testimonial-author .author-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text-primary);
}
.testimonial-author .author-role {
    font-size: 0.8rem;
    color: var(--text-tertiary);
}

/* ============================================================
   TABELA COMPARATIVA — Premium
   ============================================================ */
.compare-table {
    width: 100%;
    background: #fff;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-light);
}
.compare-table thead th {
    padding: 1.5rem 1.25rem;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    border-bottom: 2px solid var(--border-light);
    background: var(--bg-section);
}
.compare-table thead th:first-child {
    text-align: left;
    background: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-tertiary);
    padding-left: 2rem;
}
.compare-table thead th.col-destaque {
    background: var(--gradient-destaque);
    color: #fff;
    position: relative;
}
.compare-table thead th.col-destaque .table-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.2rem 0.7rem;
    border-radius: var(--radius-full);
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.compare-table tbody td {
    padding: 1.1rem 1.25rem;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.925rem;
    color: var(--text-secondary);
}
.compare-table tbody td:first-child {
    text-align: left;
    font-weight: 500;
    color: var(--text-primary);
    padding-left: 2rem;
}
.compare-table tbody tr:last-child td {
    border-bottom: none;
}
.compare-table .col-destaque-cell {
    background: rgba(37, 99, 235, 0.03);
}
.compare-table .icon-yes {
    color: #10b981;
    font-size: 1.15rem;
}
.compare-table .icon-no {
    color: #e2e8f0;
    font-size: 1.15rem;
}
.compare-table .price-highlight {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--text-primary);
}
.compare-table .price-highlight small {
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--text-tertiary);
    display: block;
}
.compare-table .btn-row {
    padding: 1.25rem !important;
}

/* ============================================================
   CTA SECTION — Gradiente moderno
   ============================================================ */
.cta-section {
    background: var(--gradient-cta);
    color: #fff;
    padding: 70px 40px;
    border-radius: var(--radius-xl);
    text-align: center;
    margin: 3rem 0;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 0;
}
.cta-section > * { position: relative; z-index: 1; }
.cta-section h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}
.cta-section p {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 500px;
    margin: 0 auto 1.75rem;
}
.cta-section .btn-light {
    font-weight: 700;
    padding: 0.85rem 2.25rem;
    border-radius: var(--radius-full);
    color: var(--azul-700);
    transition: all var(--transition-bounce);
}
.cta-section .btn-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 62px;
    height: 62px;
    background: var(--whatsapp);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: var(--shadow-whatsapp);
    z-index: 1000;
    transition: all var(--transition-bounce);
    text-decoration: none;
    animation: float-pulse 2.5s infinite;
}
@keyframes float-pulse {
    0%, 100% { box-shadow: 0 8px 30px rgba(37, 211, 102, 0.35); }
    50% { box-shadow: 0 8px 40px rgba(37, 211, 102, 0.55); }
}
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.55);
    color: #fff;
    animation: none;
}
.whatsapp-float::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.3);
    animation: ripple 2s infinite;
}
@keyframes ripple {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0; }
    100% { transform: scale(1); opacity: 0; }
}

/* ============================================================
   COMPARISON TOGGLE (Planos Preview na Home)
   ============================================================ */
.pricing-toggle-wrap {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    align-items: center;
    margin: 2rem 0 3rem;
}
.pricing-toggle-wrap .toggle-label {
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--text-tertiary);
    transition: color var(--transition-fast);
}
.pricing-toggle-wrap .toggle-label.active {
    color: var(--text-primary);
    font-weight: 700;
}
.pricing-toggle-wrap .toggle-switch {
    width: 56px; height: 30px;
    background: var(--azul-200);
    border-radius: var(--radius-full);
    position: relative;
    cursor: pointer;
    transition: background var(--transition-fast);
}
.pricing-toggle-wrap .toggle-switch::after {
    content: '';
    position: absolute;
    top: 3px; left: 3px;
    width: 24px; height: 24px;
    background: #fff;
    border-radius: 50%;
    transition: transform var(--transition-smooth);
    box-shadow: var(--shadow-xs);
}

/* ============================================================
   FOOTER — Moderno escuro
   ============================================================ */
.footer {
    background: var(--bg-dark);
    position: relative;
    overflow: hidden;
}
.footer::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 200px; height: 200px;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 50%;
    filter: blur(60px);
}
.footer h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -0.01em;
}
.footer-link {
    color: rgba(255,255,255,0.55) !important;
    text-decoration: none;
    transition: color var(--transition-fast);
    font-size: 0.925rem;
}
.footer-link:hover {
    color: #fff !important;
}
.footer .footer-brand {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    letter-spacing: -0.5px;
    background: var(--gradient-destaque);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.footer .footer-brand i {
    -webkit-text-fill-color: var(--azul-300);
    background: none;
}

/* ============================================================
   PAGE HEADER (Planos, Termos, Privacidade)
   ============================================================ */
.page-header {
    background: var(--gradient-hero);
    color: #fff;
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 70% at 50% 30%, rgba(59, 130, 246, 0.2) 0%, transparent 60%);
    z-index: 0;
}
.page-header > * { position: relative; z-index: 1; }
.page-header h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    letter-spacing: -0.02em;
}
.page-header p {
    font-size: 1.05rem;
    opacity: 0.85;
}

/* ============================================================
   PÁGINAS ESTÁTICAS
   ============================================================ */
.static-page {
    padding: 4rem 0;
}
.static-page h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    color: var(--text-primary);
}
.static-page p, .static-page li {
    color: var(--text-secondary);
    line-height: 1.75;
}

/* ============================================================
   ANIMAÇÕES SCROLL
   ============================================================ */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}
.stagger-1 { transition-delay: 0.05s; }
.stagger-2 { transition-delay: 0.12s; }
.stagger-3 { transition-delay: 0.19s; }
.stagger-4 { transition-delay: 0.26s; }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 991px) {
    .hero {
        padding: 90px 0 60px;
        text-align: center;
    }
    .hero .hero-sub { margin: 0 auto 1.5rem; }
    .hero .hero-stats { justify-content: center; }
    .hero .hero-badge { margin-left: auto; margin-right: auto; }
    .hero-visual { margin-top: 2.5rem; }
    .hero h1 { font-size: 2rem; }
    .plano-card.destaque { margin-top: 0; }
    .cta-section { padding: 50px 24px; border-radius: var(--radius-lg); }
}

@media (max-width: 767px) {
    .hero { padding: 70px 0 45px; }
    .hero h1 { font-size: 1.7rem; }
    .hero .hero-badge { font-size: 0.75rem; }
    .hero .hero-stats { gap: 1.25rem; }
    .hero .hero-stat .stat-num { font-size: 1.3rem; }
    .plano-card { padding: 1.75rem 1.25rem; }
    .plano-price-row .amount { font-size: 2.2rem; }
    .section-header h2 { font-size: 1.5rem; }
    .diferencial-card { padding: 1.5rem; }
    .compare-table thead th, .compare-table tbody td {
        padding: 0.75rem 0.6rem;
        font-size: 0.82rem;
    }
    .whatsapp-float {
        width: 52px; height: 52px;
        font-size: 1.5rem;
        bottom: 20px; right: 20px;
    }
}

@media (max-width: 575px) {
    .hero .d-flex.flex-wrap {
        flex-direction: column;
    }
    .hero .btn-primary-cta,
    .hero .btn-outline-hero {
        width: 100%;
        justify-content: center;
    }
}
