:root {
    --brand-primary: #0d6efd;
    --brand-dark: #172033;
}

html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    color: var(--brand-dark);
    padding-top: 72px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.navbar {
    min-height: 72px;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
}

.navbar .container {
    min-width: 0;
}

.navbar-brand {
    min-width: 0;
}

.navbar-toggler {
    flex: 0 0 auto;
}

.hero-section {
    background:
        radial-gradient(circle at 80% 10%, rgba(13, 110, 253, 0.14), transparent 28%),
        linear-gradient(135deg, #f7fbff 0%, #ffffff 48%, #eef6ff 100%);
}

.hero-row {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.dashboard-preview {
    border-radius: 18px;
}

.report-img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: top;
    border-radius: 12px;
    background: #fff;
}

.status-dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
}

.icon-box {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.4rem;
}

.feature-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2.5rem rgba(23, 32, 51, 0.12) !important;
}

.step-number {
    color: var(--brand-primary);
    font-weight: 800;
    letter-spacing: 0;
}

.module-item {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    background: #fff;
    border: 1px solid #e9eef5;
    border-radius: 12px;
    font-weight: 600;
}

.module-item i {
    color: var(--brand-primary);
    font-size: 1.35rem;
}

.feature-strip-item {
    border: 1px solid #e9eef5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 0.5rem 1.5rem rgba(23, 32, 51, 0.05);
}

.strip-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.35rem;
}

.report-list-note {
    max-width: 100%;
    line-height: 1.6;
    white-space: normal;
}

.whatsapp-sticky {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1040;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.form-control:focus,
.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

@media (max-width: 991.98px) {
    body {
        padding-top: 64px;
    }

    .navbar {
        min-height: 64px;
    }

    .navbar .container {
        width: 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-collapse {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .nav-actions {
        width: 100%;
        flex-direction: column;
        padding-top: 0.5rem;
    }

    .nav-actions .btn {
        width: 100%;
    }

    .hero-row {
        padding-top: 1.25rem;
        padding-bottom: 2rem;
    }

    .whatsapp-sticky {
        right: max(12px, env(safe-area-inset-right));
        bottom: max(12px, env(safe-area-inset-bottom));
        width: 48px;
        height: 48px;
        padding: 0;
        font-size: 1.25rem;
    }

    .report-list-note {
        display: block;
        border-radius: 12px !important;
    }
}
