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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #202633;
    background: #f6f8fb;
}

:root {
    --primary: #0d6efd;
    --primary-dark: #0a58ca;
    --soft-primary: #e8f0ff;
    --soft-success: #e8f7ef;
    --soft-warning: #fff7e6;
    --soft-info: #e7f5ff;
}

.navbar-blur {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.navbar-brand {
    font-weight: 700;
    color: var(--primary);
}

.nav-link {
    font-weight: 600;
    color: #52607a;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary);
}

.btn {
    font-weight: 700;
    border-radius: 999px;
    padding: 0.75rem 1.4rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(13, 110, 253, 0.25);
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border: none;
}

.btn-outline-primary {
    border: 2px solid var(--primary);
    color: var(--primary);
}

.badge {
    font-weight: 700;
}

.bg-soft-primary {
    background: var(--soft-primary);
}

.bg-soft-success {
    background: var(--soft-success);
}

.bg-soft-warning {
    background: var(--soft-warning);
}

.bg-soft-info {
    background: var(--soft-info);
}

.hero-section {
    padding: 2.5rem 0 3rem;
    background: radial-gradient(circle at 20% 20%, rgba(13, 110, 253, 0.08), transparent 35%), radial-gradient(circle at 80% 0%, rgba(13, 110, 253, 0.06), transparent 35%), #f8fbff;
}

.hero-bg-shape {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 40%, rgba(13, 110, 253, 0.12), transparent 35%), radial-gradient(circle at 80% 20%, rgba(13, 110, 253, 0.08), transparent 30%);
    opacity: 0.7;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-video-wrapper {
    width: 100%;
    max-width: 100%;
}

.hero-video-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.hero-video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.hero-card {
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.hero-card img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.hero-image {
    object-fit: cover;
}

.preco-hero {
    padding: 1rem 1.25rem;
    background: var(--soft-primary);
    border-radius: 1rem;
    border: 1px solid rgba(13, 110, 253, 0.2);
}

.preco-hero .preco-avista {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}

.preco-hero .preco-parcela {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 700;
    color: #202633;
}

.preco-hero .preco-cta {
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    font-weight: 600;
    color: #374151;
}

.icon-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.trust-badge {
    background: #fff;
    border-radius: 999px;
    padding: 0.75rem 1.25rem;
    box-shadow: 0 14px 36px rgba(16, 24, 40, 0.08);
    font-weight: 600;
    color: #4b5563;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.section-space {
    padding: 5rem 0;
}

.glass-card {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.feature-card,
.mini-feature,
.testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.25rem;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
    border: 1px solid #eef1f5;
}

.pricing-card {
    background: linear-gradient(135deg, #ffffff 0%, #f5f8ff 100%);
    border: 1px solid #e1e7f5;
}

.timeline {
    display: grid;
    gap: 1.25rem;
}

.timeline-step {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 1rem;
    background: #fff;
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    align-items: center;
}

.step-index {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--soft-primary);
    color: var(--primary);
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1.1rem;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
}

.testimonial-card {
    position: relative;
}

.testimonial-card::after {
    content: "“";
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    font-size: 3rem;
    color: rgba(13, 110, 253, 0.15);
    font-weight: 800;
}

.footer {
    background: #0b1220;
    color: #d2d7e0;
}

.footer p {
    color: #9aa3b5;
}

.form-control {
    border-radius: 12px;
    border: 1.5px solid #dfe5ef;
    padding: 0.85rem 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.2);
}

.accordion-button {
    font-weight: 600;
}

.accordion-button:focus {
    box-shadow: none;
}

.ratio img {
    object-fit: cover;
}

.shadow-soft {
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.12);
}

.nav-link.btn {
    color: #fff !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.7s ease-out forwards;
    opacity: 0;
}

@media (max-width: 992px) {
    .navbar-blur {
        background: rgba(255, 255, 255, 0.98);
    }
    .hero-section {
        padding-top: 2rem;
    }
}

@media (max-width: 768px) {
    body {
        padding-bottom: 100px;
    }
    main {
        padding-bottom: 100px !important;
    }
    .hero-section {
        padding-top: 1.25rem;
        padding-bottom: 2rem;
    }
    .display-4 {
        font-size: 2rem;
    }
    .display-6 {
        font-size: 1.8rem;
    }
    .trust-badge {
        width: 100%;
        justify-content: center;
    }
    .section-space {
        padding: 3rem 0;
    }
    .hero-card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 576px) {
    body {
        padding-bottom: 100px;
    }
    main {
        padding-bottom: 100px !important;
    }
    .hero-section {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .hero-card {
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    .hero-card img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    .btn {
        width: 100%;
    }
    .timeline-step {
        grid-template-columns: 40px 1fr;
    }
    .step-index {
        width: 40px;
        height: 40px;
    }
    .section-space {
        padding: 2.5rem 0;
    }
}
