﻿:root {
    --bg: #020617;
    --surface: rgba(15,23,42,.72);
    --surface-2: rgba(30,41,59,.62);
    --border: rgba(148,163,184,.18);
    --text: #fff;
    --muted: #cbd5e1;
    --muted-2: #94a3b8;
    --emerald: #34d399;
    --emerald-2: #10b981;
    --teal: #14b8a6;
    --cyan: #22d3ee;
    --radius-xl: 1.25rem;
    --radius-2xl: 1.75rem;
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: 'DM Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
    color: var(--text);
    background: radial-gradient(circle at top left,rgba(16,185,129,.18),transparent 34rem), radial-gradient(circle at 78% 8%,rgba(20,184,166,.16),transparent 32rem), radial-gradient(circle at 50% 55%,rgba(34,211,238,.08),transparent 38rem), var(--bg);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, .navbar-brand {
    font-family: 'Outfit',system-ui,sans-serif;
    letter-spacing: -.03em;
}

a {
    text-decoration: none
}

.navbar {
    background: rgba(2,6,23,.84);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--border);
}

.logo-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #032314;
    background: linear-gradient(135deg,var(--emerald),var(--teal));
    box-shadow: 0 0 32px rgba(52,211,153,.25);
}

.nav-link {
    color: var(--muted-2) !important;
    font-weight: 700;
    font-size: .95rem;
}

    .nav-link:hover {
        color: #fff !important
    }

.btn-gradient {
    border: 0;
    color: #02130c !important;
    font-weight: 900;
    border-radius: 999px;
    background: linear-gradient(135deg,var(--emerald-2),var(--teal));
    box-shadow: 0 18px 44px rgba(16,185,129,.22);
}

    .btn-gradient:hover {
        color: #022c22 !important;
        filter: brightness(1.08);
        transform: translateY(-1px);
    }

.btn-outline-soft {
    color: #fff;
    font-weight: 700;
    border: 1px solid var(--border);
    background: rgba(15,23,42,.48);
}

    .btn-outline-soft:hover {
        color: #fff;
        border-color: rgba(52,211,153,.48);
        background: rgba(16,185,129,.08);
    }

.section {
    padding: 96px 0
}

.section-soft {
    background: rgba(15,23,42,.45);
    border-top: 1px solid rgba(148,163,184,.12);
    border-bottom: 1px solid rgba(148,163,184,.12);
}

.badge-soft,
.section-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .85rem;
    border-radius: 999px;
    color: var(--emerald);
    border: 1px solid rgba(52,211,153,.28);
    background: rgba(16,185,129,.09);
    font-weight: 800;
    font-size: .88rem;
}

.hero-title {
    font-size: clamp(2.75rem,6vw,5.6rem);
    line-height: .95;
    font-weight: 800;
}

.gradient-text {
    background: linear-gradient(135deg,var(--emerald),var(--teal),var(--cyan));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lead-soft {
    color: var(--muted);
    font-size: 1.18rem;
    line-height: 1.7;
}

.text-muted-soft,
.footer-muted {
    color: var(--muted-2)
}

.text-soft {
    color: var(--muted)
}

.text-emerald {
    color: var(--emerald)
}

.feature-card,
.stat-card,
.pricing-card,
.contact-card,
.mock-card {
    border: 1px solid var(--border);
    background: var(--surface);
    border-radius: var(--radius-2xl);
    transition: all .22s ease;
}

    .feature-card:hover,
    .stat-card:hover,
    .pricing-card:hover,
    .contact-card:hover {
        transform: translateY(-4px);
        border-color: rgba(52,211,153,.42);
        background: rgba(15,23,42,.92);
    }

.icon-tile {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(16,185,129,.11);
    color: var(--emerald);
    font-size: 1.25rem;
}

.icon-teal {
    color: var(--teal);
    background: rgba(20,184,166,.11)
}

.icon-cyan {
    color: var(--cyan);
    background: rgba(34,211,238,.11)
}

.stat-number {
    color: var(--emerald);
    font-size: clamp(2rem,4vw,3rem);
    font-weight: 800;
    font-family: 'Outfit',sans-serif;
    line-height: 1.1;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .check-list li {
        display: flex;
        gap: .75rem;
        margin-bottom: .85rem;
        color: var(--muted);
    }

    .check-list i {
        color: var(--emerald);
        margin-top: .2rem;
    }

.accordion-item {
    color: #fff;
    background: rgba(15,23,42,.65);
    border: 1px solid var(--border) !important;
    border-radius: 1.25rem !important;
    overflow: hidden;
    margin-bottom: .9rem;
}

.accordion-button {
    color: #fff;
    background: transparent;
    font-weight: 800;
    box-shadow: none !important;
}

    .accordion-button:not(.collapsed) {
        color: #fff;
        background: rgba(16,185,129,.08);
    }

    .accordion-button:after {
        filter: invert(1);
    }

.accordion-body {
    color: var(--muted);
}

.accordion-button {
    width: 100%;
    cursor: pointer;
    text-align: left;
}

    .accordion-button:hover {
        color: #fff;
        text-decoration: none;
    }

/* Correção para usar accordion Bootstrap 5 sem <button> e sem <a>.
   Evita submit do ASP.NET e evita scroll/pulo da página. */
.faq-button.accordion-button {
    width: 100%;
    cursor: pointer;
    text-align: left;
    user-select: none;
}

    .faq-button.accordion-button:hover,
    .faq-button.accordion-button:focus {
        color: #fff;
        text-decoration: none;
        outline: none;
    }

.footer,
footer {
    border-top: 1px solid var(--border);
    background: rgba(2,6,23,.72);
    color: var(--muted-2);
}

    .footer a {
        color: var(--muted-2)
    }

        .footer a:hover {
            color: var(--emerald)
        }

.social-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: rgba(15,23,42,.68);
}

/* Páginas legais */
.legal-hero {
    padding: 8rem 0 3.25rem;
    border-bottom: 1px solid var(--border);
}

.legal-title {
    font-size: clamp(2.4rem,5vw,4.7rem);
    font-weight: 900;
    line-height: 1.02;
}

.legal-subtitle {
    color: var(--muted);
    font-size: 1.1rem;
    max-width: 780px;
}

.legal-card {
    background: linear-gradient(180deg,rgba(15,23,42,.84),rgba(15,23,42,.60));
    border: 1px solid var(--border);
    border-radius: var(--radius-2xl);
    box-shadow: 0 24px 80px rgba(0,0,0,.28);
    padding: clamp(1.25rem,3vw,2.5rem);
}

.legal-content h2 {
    font-size: 1.35rem;
    margin-top: 2.15rem;
    margin-bottom: .85rem;
    color: #fff;
}

    .legal-content h2:first-child {
        margin-top: 0
    }

.legal-content p,
.legal-content li {
    color: var(--muted);
    line-height: 1.75;
    font-size: 1rem;
}

.legal-content ul {
    padding-left: 1.2rem
}

.legal-content li {
    margin-bottom: .55rem
}

.legal-content strong {
    color: #fff
}

.info-box {
    border: 1px solid rgba(52,211,153,.24);
    background: rgba(16,185,129,.08);
    border-radius: var(--radius-xl);
    padding: 1rem 1.15rem;
    color: var(--muted);
}

.sidebar-card {
    position: sticky;
    top: 96px;
    background: rgba(15,23,42,.68);
    border: 1px solid var(--border);
    border-radius: 1.5rem;
    padding: 1.25rem;
}

    .sidebar-card a {
        display: flex;
        align-items: center;
        gap: .55rem;
        color: var(--muted);
        padding: .55rem .35rem;
        border-radius: .8rem;
    }

        .sidebar-card a:hover {
            color: #fff;
            background: rgba(148,163,184,.08);
        }

@media(max-width:991px) {
    .section {
        padding: 72px 0
    }

    .sidebar-card {
        position: relative;
        top: auto;
    }

    .legal-hero {
        padding-top: 6.5rem
    }
}


/* Componentes de mockup/hero - manter */
.hero-card {
    position: relative;
    border-radius: 2rem;
    border: 1px solid var(--border);
    background: linear-gradient(180deg,rgba(15,23,42,.9),rgba(15,23,42,.5));
    box-shadow: 0 28px 90px rgba(0,0,0,.42);
    overflow: hidden;
}

    .hero-card:before {
        content: "";
        position: absolute;
        inset: -40% -20% auto auto;
        width: 280px;
        height: 280px;
        border-radius: 999px;
        background: rgba(20,184,166,.22);
        filter: blur(48px);
    }

.trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.trust-card {
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 22px;
    padding: 22px;
    height: 100%;
}

    .trust-card i {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(16, 185, 129, 0.12);
        color: #34d399;
        font-size: 18px;
        margin-bottom: 16px;
    }

    .trust-card strong {
        display: block;
        color: #fff;
        font-size: 18px;
        margin-bottom: 6px;
    }

    .trust-card span {
        display: block;
        color: #cbd5e1;
        font-size: 14px;
        line-height: 1.5;
    }

@media (max-width: 767px) {
    .trust-grid {
        grid-template-columns: 1fr;
    }
}
