:root {
    --cor-fundo: #020b17;
    --cor-fundo-secundaria: #061322;
    --cor-card: rgba(10, 25, 43, 0.82);
    --cor-card-clara: #0d1e32;
    --cor-amarela: #ffb000;
    --cor-amarela-clara: #ffc740;
    --cor-texto: #ffffff;
    --cor-texto-suave: #98a6b9;
    --cor-borda: rgba(255, 255, 255, 0.08);
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--cor-fundo);
    color: var(--cor-texto);
}

/* NAVBAR */

.navbar {
    min-height: 88px;
    padding: 12px 0;
    background: rgba(2, 11, 23, 0.88);
    border-bottom: 1px solid var(--cor-borda);
    backdrop-filter: blur(18px);
    position: relative;
    z-index: 1000;
}

.logo-navbar {
    width: auto;
    height: 64px;
    margin: 0;
    object-fit: contain;
}

.navbar-nav {
    gap: 12px;
}

.nav-link {
    color: #b8c2d1;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px !important;
    border-radius: 10px;
    transition: 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.btn-navbar {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    color: #07101c;
    background: linear-gradient(
        135deg,
        var(--cor-amarela),
        var(--cor-amarela-clara)
    );
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(255, 176, 0, 0.18);
    transition: 0.25s ease;
}

.btn-navbar:hover {
    color: #07101c;
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(255, 176, 0, 0.28);
}

/* HERO */

.hero {
    position: relative;
    min-height: calc(100vh - 88px);
    padding: 100px 0 90px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 75% 25%,
            rgba(255, 176, 0, 0.12),
            transparent 32%
        ),
        linear-gradient(135deg, #020b17 0%, #061424 100%);
}

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

.hero-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.25;
}

.hero-blur-1 {
    width: 300px;
    height: 300px;
    top: 10%;
    right: 5%;
    background: var(--cor-amarela);
}

.hero-blur-2 {
    width: 250px;
    height: 250px;
    bottom: 5%;
    left: -80px;
    background: #145da0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px;
    margin-bottom: 24px;
    color: var(--cor-amarela-clara);
    background: rgba(255, 176, 0, 0.08);
    border: 1px solid rgba(255, 176, 0, 0.18);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
}

.hero-title {
    max-width: 700px;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -3px;
}

.hero-title span {
    color: var(--cor-amarela);
}

.hero-description {
    max-width: 620px;
    margin-bottom: 34px;
    color: var(--cor-texto-suave);
    font-size: 18px;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.btn-primary-custom,
.btn-secondary-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: 0.25s ease;
}

.btn-primary-custom {
    border: 0;
    color: #06101b;
    background: linear-gradient(
        135deg,
        var(--cor-amarela),
        var(--cor-amarela-clara)
    );
    box-shadow: 0 15px 35px rgba(255, 176, 0, 0.2);
}

.btn-primary-custom:hover {
    color: #06101b;
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(255, 176, 0, 0.3);
}

.btn-secondary-custom {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.btn-secondary-custom:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
}

.hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 32px;
    color: #abb6c5;
    font-size: 13px;
}

.hero-benefits div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-benefits i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #06101b;
    background: var(--cor-amarela);
    border-radius: 50%;
    font-size: 9px;
}

/* DASHBOARD DE DEMONSTRAÇÃO */

.dashboard-preview {
    position: relative;
    padding: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(13, 30, 50, 0.96),
            rgba(5, 18, 33, 0.96)
        );
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.42);
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.dashboard-preview::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    border-radius: 28px;
    background: linear-gradient(
        145deg,
        rgba(255, 190, 40, 0.25),
        transparent 35%
    );
}

.preview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.preview-header small,
.preview-card small,
.preview-chart small {
    color: #8290a3;
}

.preview-header h3 {
    margin: 4px 0 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.preview-user {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--cor-amarela);
    background: rgba(255, 176, 0, 0.1);
    border: 1px solid rgba(255, 176, 0, 0.2);
    border-radius: 13px;
}

.preview-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.preview-card {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 102px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 17px;
}

.preview-card.destaque {
    background: linear-gradient(
        145deg,
        rgba(255, 176, 0, 0.18),
        rgba(255, 176, 0, 0.05)
    );
    border-color: rgba(255, 176, 0, 0.2);
}

.preview-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    color: var(--cor-amarela);
    background: rgba(255, 176, 0, 0.1);
    border-radius: 13px;
}

.preview-card strong {
    display: block;
    margin-top: 5px;
    color: #ffffff;
    font-size: 15px;
}

.preview-chart {
    margin-top: 14px;
    padding: 19px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 17px;
}

.chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chart-header strong {
    display: block;
    margin-top: 3px;
    color: #ffffff;
    font-size: 14px;
}

.chart-header span {
    padding: 6px 9px;
    color: #68d391;
    background: rgba(104, 211, 145, 0.1);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
}

.chart-bars {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 155px;
    margin-top: 22px;
}

.chart-column {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    width: 12%;
    height: 100%;
    gap: 8px;
}

.chart-bar {
    width: 100%;
    max-width: 25px;
    min-height: 16px;
    background: #27384c;
    border-radius: 7px 7px 3px 3px;
}

.chart-bar.active {
    background: linear-gradient(
        180deg,
        var(--cor-amarela-clara),
        var(--cor-amarela)
    );
    box-shadow: 0 8px 20px rgba(255, 176, 0, 0.22);
}

.chart-column small {
    font-size: 10px;
}

/* RECURSOS */

.features-section {
    padding: 110px 0;
    background: #f5f7fa;
}

.section-heading {
    max-width: 680px;
    margin: 0 auto 55px;
    text-align: center;
}

.section-heading > span {
    display: inline-block;
    margin-bottom: 15px;
    color: #d98f00;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.section-heading h2 {
    margin-bottom: 18px;
    color: #07111e;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -2px;
}

.section-heading p {
    color: #697586;
    font-size: 17px;
    line-height: 1.7;
}

.feature-card {
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e7ebf0;
    border-radius: 22px;
    box-shadow: 0 15px 45px rgba(8, 23, 40, 0.05);
    transition: 0.3s ease;
}

.feature-card:hover {
    border-color: rgba(255, 176, 0, 0.4);
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(8, 23, 40, 0.1);
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    color: #07111e;
    background: linear-gradient(
        135deg,
        var(--cor-amarela),
        var(--cor-amarela-clara)
    );
    border-radius: 16px;
    font-size: 21px;
}

.feature-card h3 {
    margin-bottom: 12px;
    color: #07111e;
    font-size: 19px;
    font-weight: 750;
}

.feature-card p {
    margin: 0;
    color: #6f7a89;
    font-size: 14px;
    line-height: 1.75;
}

/* CHAMADA FINAL */

.cta-section {
    padding: 100px 0 100px;
    background: #f5f7fa;
}

.cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 48px;
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(255, 176, 0, 0.16),
            transparent 32%
        ),
        #071321;
    border-radius: 28px;
    box-shadow: 0 25px 70px rgba(8, 23, 40, 0.18);
}

.cta-box span {
    display: block;
    margin-bottom: 8px;
    color: var(--cor-amarela);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-box h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    letter-spacing: -1.5px;
}

/* RODAPÉ */

footer {
    background: #020914;
}

.rodape {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

/* RESPONSIVIDADE */

@media (max-width: 991px) {
    .navbar-collapse {
        margin-top: 14px;
        padding: 18px;
        background: #071321;
        border: 1px solid var(--cor-borda);
        border-radius: 16px;
    }

    .navbar-nav {
        gap: 4px;
    }

    .btn-navbar {
        width: 100%;
        margin-top: 12px;
        justify-content: center;
    }

    .hero {
        padding-top: 70px;
    }

    .hero-title {
        letter-spacing: -2px;
    }

    .dashboard-preview {
        margin-top: 30px;
        transform: none;
    }
}

@media (max-width: 767px) {
    .logo-navbar {
        height: 54px;
    }

    .hero {
        padding: 60px 0 75px;
    }

    .hero-title {
        font-size: 43px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .btn-primary-custom,
    .btn-secondary-custom {
        width: 100%;
    }

    .hero-benefits {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .preview-cards {
        grid-template-columns: 1fr;
    }

    .dashboard-preview {
        padding: 17px;
        border-radius: 22px;
    }

    .features-section {
        padding: 80px 0;
    }

    .cta-section {
        padding-bottom: 75px;
    }

    .cta-box {
        align-items: flex-start;
        flex-direction: column;
        padding: 32px 24px;
    }

    .cta-box .btn-primary-custom {
        width: 100%;
    }
}

/* CARROSSEL DOS PAINÉIS */

.dashboard-carousel {
    position: relative;
    width: 100%;
}

.dashboard-carousel-track {
    position: relative;
}

.dashboard-slide {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(35px) scale(0.98);
    transition:
        opacity 0.65s ease,
        transform 0.65s ease,
        visibility 0.65s ease;
}

.dashboard-slide.is-active {
    position: relative;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0) scale(1);
}

.dashboard-slide.is-leaving {
    opacity: 0;
    transform: translateX(-35px) scale(0.98);
}

.dashboard-carousel-navigation {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.dashboard-carousel-button {
    display: inline-flex;
    min-height: 42px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #8e9caf;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    transition:
        color 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.dashboard-carousel-button:hover {
    color: #ffffff;
    border-color: rgba(255, 176, 0, 0.28);
    background: rgba(255, 176, 0, 0.07);
    transform: translateY(-2px);
}

.dashboard-carousel-button.is-active {
    color: #07111e;
    border-color: #ffb000;
    background: linear-gradient(
        135deg,
        #ffb000,
        #ffc740
    );
    box-shadow: 0 10px 25px rgba(255, 176, 0, 0.2);
}

/* PAINEL DO ALUNO E RESPONSÁVEL */

.family-dashboard-preview {
    display: flex;
    flex-direction: column;
}

.family-student-card {
    display: flex;
    margin-bottom: 18px;
    padding: 17px;
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.035);
}

.family-student-avatar {
    display: flex;
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    align-items: center;
    justify-content: center;
    color: #07111e;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        #ffb000,
        #ffc740
    );
    box-shadow: 0 8px 20px rgba(255, 176, 0, 0.18);
    font-size: 13px;
    font-weight: 800;
}

.family-student-information {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.family-student-information small {
    margin-bottom: 2px;
    color: #77879a;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
}

.family-student-information strong {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 14px;
}

.family-student-information > span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #8c9bad;
    font-size: 10px;
}

.family-student-information > span i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #607186;
}

.family-student-status {
    display: inline-flex;
    padding: 7px 10px;
    align-items: center;
    gap: 6px;
    color: #62d893;
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 50px;
    background: rgba(34, 197, 94, 0.07);
    font-size: 9px;
    font-weight: 700;
    white-space: nowrap;
}

.family-student-status span,
.family-live-badge i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #42cf7d;
    box-shadow: 0 0 0 4px rgba(66, 207, 125, 0.12);
    animation: family-live-pulse 1.7s infinite;
}

.family-preview-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.family-route-card {
    margin-top: 18px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.03);
}

.family-route-header {
    display: flex;
    margin-bottom: 14px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.family-route-header > div {
    display: flex;
    flex-direction: column;
}

.family-route-header small {
    margin-bottom: 3px;
    color: #748397;
    font-size: 9px;
    text-transform: uppercase;
}

.family-route-header strong {
    color: #ffffff;
    font-size: 13px;
}

.family-live-badge {
    display: inline-flex;
    padding: 7px 10px;
    align-items: center;
    gap: 7px;
    color: #62d893;
    border-radius: 50px;
    background: rgba(34, 197, 94, 0.08);
    font-size: 9px;
    font-weight: 700;
}

.family-route-map {
    position: relative;
    height: 115px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 13px;
    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(255, 176, 0, 0.07),
            transparent 28%
        ),
        #071625;
}

.route-map-grid {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        );
    background-size: 24px 24px;
}

.route-path {
    position: absolute;
    top: 58px;
    right: 50px;
    left: 50px;
    height: 3px;
    overflow: hidden;
    border-radius: 50px;
    background:
        repeating-linear-gradient(
            90deg,
            #ffb000 0,
            #ffb000 9px,
            transparent 9px,
            transparent 15px
        );
}

.route-point {
    position: absolute;
    top: 43px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.route-point-start {
    left: 35px;
}

.route-point-end {
    right: 35px;
}

.route-point span {
    width: 13px;
    height: 13px;
    border: 3px solid #071625;
    border-radius: 50%;
    background: #ffb000;
    box-shadow: 0 0 0 3px rgba(255, 176, 0, 0.17);
}

.route-point small {
    margin-top: 8px;
    color: #8493a6;
    font-size: 8px;
    font-weight: 600;
}

.route-van {
    position: absolute;
    top: 38px;
    left: 55%;
    z-index: 5;
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #07111e;
    border: 3px solid rgba(255, 255, 255, 0.16);
    border-radius: 11px;
    background: #ffb000;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    animation: family-van-movement 4.5s ease-in-out infinite;
}

.family-route-details {
    display: grid;
    margin-top: 13px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.family-route-details > div {
    display: flex;
    min-width: 0;
    padding: 10px;
    align-items: center;
    gap: 9px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.025);
}

.route-detail-icon {
    display: flex;
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    align-items: center;
    justify-content: center;
    color: #ffb000;
    border-radius: 9px;
    background: rgba(255, 176, 0, 0.08);
    font-size: 11px;
}

.family-route-details small,
.family-route-details strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.family-route-details small {
    margin-bottom: 2px;
    color: #6f7e92;
    font-size: 8px;
}

.family-route-details strong {
    color: #dbe1e8;
    font-size: 9px;
}

.family-bottom-row {
    display: grid;
    margin-top: 13px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 10px;
}

.family-notification {
    display: flex;
    min-width: 0;
    padding: 11px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.025);
}

.family-notification > span {
    display: flex;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    align-items: center;
    justify-content: center;
    color: #ffb000;
    border-radius: 9px;
    background: rgba(255, 176, 0, 0.08);
    font-size: 11px;
}

.family-notification div {
    min-width: 0;
}

.family-notification small,
.family-notification strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.family-notification small {
    margin-bottom: 3px;
    color: #718095;
    font-size: 8px;
}

.family-notification strong {
    color: #d7dee7;
    font-size: 9px;
}

.family-payment-button {
    display: inline-flex;
    min-height: 100%;
    padding: 0 14px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #07111e;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        #ffb000,
        #ffc740
    );
    box-shadow: 0 9px 20px rgba(255, 176, 0, 0.15);
    cursor: default;
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
}

@keyframes family-live-pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.55;
        transform: scale(0.82);
    }
}

@keyframes family-van-movement {
    0%,
    100% {
        transform: translateX(-16px);
    }

    50% {
        transform: translateX(16px);
    }
}

@media (max-width: 576px) {
    .dashboard-carousel-navigation {
        align-items: stretch;
        flex-direction: column;
    }

    .dashboard-carousel-button {
        width: 100%;
    }

    .family-student-card {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .family-student-information {
        width: calc(100% - 65px);
        flex: auto;
    }

    .family-student-status {
        margin-left: 60px;
    }

    .family-preview-cards,
    .family-route-details,
    .family-bottom-row {
        grid-template-columns: 1fr;
    }

    .family-payment-button {
        min-height: 45px;
    }
}
/* RODAPÉ INSTITUCIONAL */
.site-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 15%, rgba(255, 176, 0, 0.09), transparent 28%),
        linear-gradient(180deg, #030d19 0%, #020914 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-glow {
    position: absolute;
    top: -110px;
    right: 8%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 176, 0, 0.07);
    filter: blur(65px);
    pointer-events: none;
}

.site-footer-container {
    position: relative;
    z-index: 1;
}

.site-footer-main {
    display: grid;
    grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.8fr);
    gap: clamp(46px, 7vw, 95px);
    padding: 62px 0 48px;
}

.site-footer-brand {
    max-width: 330px;
}

.site-footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
}

.site-footer-logo img {
    display: block;
    width: auto;
    height: 58px;
    object-fit: contain;
}

.site-footer-brand p {
    max-width: 310px;
    margin: 0 0 22px;
    color: #8fa0b4;
    font-size: 14px;
    line-height: 1.75;
}

.site-footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 12px;
    color: #ffd065;
    background: rgba(255, 176, 0, 0.08);
    border: 1px solid rgba(255, 176, 0, 0.16);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.site-footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.site-footer-column {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
}

.site-footer-title {
    position: relative;
    margin-bottom: 7px;
    padding-bottom: 12px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.site-footer-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: var(--cor-amarela);
}

.site-footer-column > a:not(.site-footer-contact a) {
    position: relative;
    color: #8fa0b4;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer-column > a:not(.site-footer-contact a):hover {
    color: #ffffff;
    transform: translateX(3px);
}

.site-footer-contact > a {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 2px;
    padding: 13px;
    color: inherit;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.site-footer-contact > a:hover {
    transform: translateY(-2px);
    background: rgba(255, 176, 0, 0.055);
    border-color: rgba(255, 176, 0, 0.2);
}

.site-footer-contact > a > span {
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    color: #08131f;
    background: linear-gradient(135deg, var(--cor-amarela), var(--cor-amarela-clara));
    border-radius: 11px;
    font-size: 17px;
}

.site-footer-contact > a div {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.site-footer-contact small {
    color: #7f91a6;
    font-size: 10px;
}

.site-footer-contact strong {
    color: #f5f8fc;
    font-size: 12px;
    white-space: nowrap;
}

.site-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 0 25px;
    color: #66798e;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 11px;
}

@media (max-width: 991px) {
    .site-footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .site-footer-brand {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .site-footer-main {
        padding: 48px 0 36px;
    }

    .site-footer-links {
        grid-template-columns: 1fr 1fr;
        gap: 34px 24px;
    }

    .site-footer-contact {
        grid-column: 1 / -1;
        max-width: 330px;
    }

    .site-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }
}

@media (max-width: 480px) {
    .site-footer-links {
        grid-template-columns: 1fr;
    }

    .site-footer-contact {
        grid-column: auto;
    }
}


/* ==========================================================================
   Rodapé da home (consolidado)
   ========================================================================== */
/*
 * Rodapé institucional da home Van-Tagem.
 * Arquivo separado para evitar conflito e cache do CSS antigo da página.
 */
.vt-footer,
.vt-footer * {
    box-sizing: border-box;
}

.vt-footer {
    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(255, 176, 0, 0.035), transparent 34%),
        linear-gradient(180deg, #04101e 0%, #020a15 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vt-footer::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: min(1110px, calc(100% - 32px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(255, 176, 0, 0.72), transparent);
}

.vt-footer__glow {
    position: absolute;
    z-index: -2;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(80px);
}

.vt-footer__glow--left {
    bottom: -210px;
    left: -100px;
    background: rgba(27, 103, 171, 0.12);
}

.vt-footer__glow--right {
    top: -210px;
    right: 7%;
    background: rgba(255, 176, 0, 0.11);
}

.vt-footer__container {
    position: relative;
    z-index: 1;
}

.vt-footer__content {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) minmax(135px, 0.68fr) minmax(170px, 0.84fr) minmax(235px, 1.08fr);
    gap: clamp(28px, 4.5vw, 64px);
    padding: 48px 0 38px;
    align-items: start;
}

.vt-footer__brand {
    min-width: 0;
}

.vt-footer__logo {
    display: inline-flex;
    width: 205px;
    max-width: 100%;
    align-items: center;
    text-decoration: none;
}

.vt-footer__logo img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 205px !important;
    max-height: 122px !important;
    margin: 0 !important;
    object-fit: contain !important;
}

.vt-footer__brand p {
    max-width: 340px;
    margin: 17px 0 18px;
    color: #91a1b5;
    font-size: 13px;
    line-height: 1.72;
}

.vt-footer__status {
    display: inline-flex;
    min-height: 30px;
    padding: 7px 11px;
    align-items: center;
    gap: 8px;
    color: #c4cfdb;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.vt-footer__status > span {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: #ffb000;
    box-shadow: 0 0 0 4px rgba(255, 176, 0, 0.12);
}

.vt-footer__column,
.vt-footer__contact {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    flex-direction: column;
}

.vt-footer__title {
    position: relative;
    display: block;
    margin: 4px 0 20px;
    padding-bottom: 11px;
    color: #f8fafc;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.025em;
}

.vt-footer__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: #ffb000;
}

.vt-footer__column a {
    display: inline-flex;
    margin: 0 0 11px;
    color: #91a1b5;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.45;
    transition: color 0.18s ease, transform 0.18s ease;
}

.vt-footer__column a:hover,
.vt-footer__column a:focus-visible {
    color: #ffffff;
    transform: translateX(3px);
}

.vt-footer__whatsapp {
    display: grid;
    width: 100%;
    min-height: 72px;
    padding: 13px 14px;
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 11px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 15px;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.vt-footer__whatsapp:hover,
.vt-footer__whatsapp:focus-visible {
    color: #ffffff;
    background: rgba(255, 176, 0, 0.065);
    border-color: rgba(255, 176, 0, 0.28);
    transform: translateY(-2px);
}

.vt-footer__whatsapp-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #07111d;
    background: linear-gradient(135deg, #ffb000, #ffc740);
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(255, 176, 0, 0.16);
}

.vt-footer__whatsapp-icon svg {
    display: block;
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.vt-footer__whatsapp-text {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.vt-footer__whatsapp-text small {
    overflow: hidden;
    color: #8fa0b4;
    font-size: 9px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vt-footer__whatsapp-text strong {
    overflow: hidden;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vt-footer__arrow {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #ffbf29;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vt-footer__contact-note {
    display: block;
    margin: 10px 2px 0;
    color: #65778d;
    font-size: 9px;
    line-height: 1.45;
}

.vt-footer__bottom {
    display: flex;
    min-height: 58px;
    padding: 18px 0 20px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #64768b;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 10px;
    line-height: 1.5;
}

@media (max-width: 1199.98px) {
    .vt-footer__content {
        grid-template-columns: minmax(250px, 1.3fr) repeat(2, minmax(145px, 0.8fr));
    }

    .vt-footer__contact {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 185px minmax(230px, 330px) minmax(180px, 1fr);
        align-items: center;
        gap: 20px;
    }

    .vt-footer__contact .vt-footer__title {
        margin: 0;
    }

    .vt-footer__contact-note {
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .vt-footer__content {
        grid-template-columns: 1fr 1fr;
        gap: 34px 24px;
        padding: 42px 0 32px;
    }

    .vt-footer__brand,
    .vt-footer__contact {
        grid-column: 1 / -1;
    }

    .vt-footer__brand p {
        max-width: 520px;
    }

    .vt-footer__contact {
        display: flex;
        align-items: flex-start;
        gap: 0;
    }

    .vt-footer__contact .vt-footer__title {
        margin: 4px 0 20px;
    }

    .vt-footer__whatsapp {
        max-width: 360px;
    }

    .vt-footer__contact-note {
        margin: 10px 2px 0;
    }

    .vt-footer__bottom {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}

@media (max-width: 479.98px) {
    .vt-footer__content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 38px;
    }

    .vt-footer__brand,
    .vt-footer__contact {
        grid-column: auto;
    }

    .vt-footer__logo {
        width: 180px;
    }

    .vt-footer__logo img {
        max-width: 180px !important;
        max-height: 108px !important;
    }

    .vt-footer__brand p {
        font-size: 12px;
    }

    .vt-footer__whatsapp {
        max-width: none;
    }
}

/* --------------------------------------------------------------------------
   Destaque do teste grátis
   -------------------------------------------------------------------------- */
.hero-trial-callout {
    width: min(100%, 570px);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    margin: 24px 0 20px;
    padding: 14px 16px;
    color: #f7fbff;
    text-decoration: none;
    background:
        linear-gradient(135deg, rgba(255, 176, 0, .14), rgba(13, 39, 59, .82)),
        rgba(8, 24, 38, .9);
    border: 1px solid rgba(255, 176, 0, .38);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.hero-trial-callout:hover {
    color: #fff;
    transform: translateY(-3px);
    border-color: rgba(255, 190, 48, .72);
    box-shadow: 0 24px 54px rgba(0, 0, 0, .26), 0 0 0 5px rgba(255, 176, 0, .05);
}

.hero-trial-callout__icon,
.hero-trial-callout__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.hero-trial-callout__icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    color: #071522;
    background: linear-gradient(145deg, #ffb000, #ffd15a);
    box-shadow: 0 10px 25px rgba(255, 176, 0, .22);
}

.hero-trial-callout__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.hero-trial-callout__copy small,
.hero-trial-callout__copy em {
    color: #9fb4c8;
    font-size: 11px;
    font-style: normal;
    line-height: 1.35;
}

.hero-trial-callout__copy small {
    color: #ffc342;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-trial-callout__copy strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}

.hero-trial-callout__arrow {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    color: #ffb000;
    background: rgba(255, 255, 255, .05);
    transition: transform .22s ease, background .22s ease;
}

.hero-trial-callout:hover .hero-trial-callout__arrow {
    transform: translateX(3px);
    background: rgba(255, 176, 0, .1);
}

@media (max-width: 575.98px) {
    .hero-trial-callout {
        grid-template-columns: auto minmax(0, 1fr);
        margin-top: 20px;
        padding: 13px;
        text-align: left;
    }

    .hero-trial-callout__arrow {
        display: none;
    }

    .hero-trial-callout__copy strong {
        font-size: 13px;
    }
}

/* ========================================================================== 
   App Web Van-Tagem | terceiro slide + seção de instalação
   ========================================================================== */
.app-install-preview {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    min-height: 520px;
    padding: 34px;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 176, 0, .16);
    border-radius: 24px;
    background:
        radial-gradient(circle at 78% 16%, rgba(255, 176, 0, .17), transparent 35%),
        radial-gradient(circle at 4% 92%, rgba(39, 122, 188, .13), transparent 34%),
        linear-gradient(150deg, #102239 0%, #081827 70%, #071421 100%);
    box-shadow: 0 25px 70px rgba(0, 0, 0, .22);
}

.app-install-preview::before {
    content: '';
    position: absolute;
    inset: 18px;
    border: 1px dashed rgba(255,255,255,.045);
    border-radius: 18px;
    pointer-events: none;
}

.app-install-preview__copy {
    position: relative;
    z-index: 2;
}

.app-install-preview__kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffbc20;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.app-install-preview__copy h3 {
    max-width: 360px;
    margin: 12px 0 0;
    color: #fff;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.08;
}

.app-install-preview__copy p {
    max-width: 390px;
    margin: 14px 0 0;
    color: #91a4b8;
    font-size: 12px;
    line-height: 1.7;
}

.app-install-preview__button {
    display: inline-flex;
    min-height: 45px;
    margin-top: 20px;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #071421;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffb000, #ffc83d);
    box-shadow: 0 12px 28px rgba(255,176,0,.2);
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

.app-install-preview__benefits {
    display: flex;
    margin-top: 17px;
    flex-direction: column;
    gap: 7px;
}

.app-install-preview__benefits span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #9eb0c1;
    font-size: 9px;
}

.app-install-preview__benefits i {
    color: #ffb000;
}

.app-install-phone-stage {
    position: relative;
    display: grid;
    min-height: 360px;
    place-items: center;
}

.app-install-orbit {
    position: absolute;
    border: 1px solid rgba(255, 176, 0, .16);
    border-radius: 50%;
    animation: homeAppOrbit 8s linear infinite;
}

.app-install-orbit--one {
    width: 240px;
    height: 240px;
}

.app-install-orbit--two {
    width: 310px;
    height: 310px;
    border-color: rgba(99, 155, 202, .08);
    animation-duration: 12s;
    animation-direction: reverse;
}

.app-install-phone {
    position: relative;
    z-index: 2;
    width: 168px;
    height: 330px;
    padding: 8px;
    border: 2px solid rgba(255,255,255,.72);
    border-radius: 32px;
    background: #020912;
    box-shadow: 0 28px 65px rgba(0,0,0,.45);
    transform: rotate(4deg);
    animation: homeAppPhoneFloat 4.4s ease-in-out infinite;
}

.app-install-phone__speaker {
    position: absolute;
    z-index: 4;
    top: 11px;
    left: 50%;
    width: 48px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255,255,255,.22);
    transform: translateX(-50%);
}

.app-install-phone__screen {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #081a2b;
}

.app-install-screen {
    position: absolute;
    inset: 0;
    display: flex;
    padding: 31px 15px 16px;
    flex-direction: column;
    color: #fff;
    background:
        radial-gradient(circle at 85% 12%, rgba(255,176,0,.18), transparent 31%),
        #0b2238;
}

.app-install-screen--driver {
    animation: homeAppScreenDriver 7s ease-in-out infinite;
}

.app-install-screen--guardian {
    animation: homeAppScreenGuardian 7s ease-in-out infinite;
}

.app-install-screen__top {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    justify-content: space-between;
}

.app-install-screen__top img {
    width: 36px;
}

.app-install-screen__top span {
    color: #8095aa;
    font-size: 7px;
    font-weight: 700;
}

.app-install-screen > strong {
    font-size: 13px;
}

.app-install-screen > small {
    margin-top: 4px;
    color: #7f94a8;
    font-size: 7px;
}

.app-install-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-top: 20px;
}

.app-install-mini-stats i {
    height: 42px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 9px;
    background: rgba(255,255,255,.045);
}

.app-install-mini-stats i:first-child {
    border-color: rgba(255,176,0,.18);
    background: rgba(255,176,0,.08);
}

.app-install-mini-chart {
    display: flex;
    height: 100px;
    margin-top: 14px;
    padding: 12px;
    align-items: end;
    gap: 8px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 11px;
}

.app-install-mini-chart b {
    width: 16%;
    border-radius: 4px 4px 1px 1px;
    background: #29425d;
}

.app-install-mini-chart b:nth-child(1) { height: 28%; }
.app-install-mini-chart b:nth-child(2) { height: 45%; }
.app-install-mini-chart b:nth-child(3) { height: 38%; }
.app-install-mini-chart b:nth-child(4) { height: 62%; }
.app-install-mini-chart b:nth-child(5) { height: 82%; background: #ffb000; box-shadow: 0 0 16px rgba(255,176,0,.22); }

.app-install-mini-map {
    position: relative;
    height: 130px;
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 12px;
    background:
        linear-gradient(35deg, transparent 48%, rgba(255,255,255,.045) 49%, rgba(255,255,255,.045) 51%, transparent 52%),
        linear-gradient(-35deg, transparent 48%, rgba(255,255,255,.035) 49%, rgba(255,255,255,.035) 51%, transparent 52%),
        #07131f;
    background-size: 42px 42px;
}

.app-install-mini-map span {
    position: absolute;
    top: 23px;
    left: 32px;
    width: 85px;
    height: 72px;
    border-right: 3px solid #ffb000;
    border-bottom: 3px solid #ffb000;
    border-radius: 0 0 24px 0;
    transform: rotate(-10deg);
}

.app-install-mini-map i {
    position: absolute;
    z-index: 2;
    right: 27px;
    bottom: 26px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    color: #071421;
    border-radius: 9px;
    background: #ffb000;
}

.app-install-mini-notice {
    display: flex;
    margin-top: 12px;
    padding: 10px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(62,211,148,.13);
    border-radius: 10px;
    background: rgba(40,160,108,.08);
}

.app-install-mini-notice i {
    color: #51d79b;
}

.app-install-mini-notice b {
    color: #b7c7d6;
    font-size: 7px;
}

.app-install-floating-badge {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 60px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: #071421;
    border: 5px solid #0a1d30;
    border-radius: 50%;
    background: #ffb000;
    box-shadow: 0 15px 30px rgba(255,176,0,.22);
    animation: homeAppBadgeFloat 2.7s ease-in-out infinite;
}

.home-app-section {
    position: relative;
    padding: 105px 0;
    overflow: hidden;
    background: #071421;
}

.home-app-glow {
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    filter: blur(20px);
    pointer-events: none;
}

.home-app-glow--left {
    top: 15%;
    left: -260px;
    background: rgba(20, 92, 145, .16);
}

.home-app-glow--right {
    right: -220px;
    bottom: -60px;
    background: rgba(255, 176, 0, .12);
}

.home-app-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    padding: 54px;
    align-items: center;
    gap: 54px;
    overflow: hidden;
    border: 1px solid rgba(255,176,0,.14);
    border-radius: 32px;
    background:
        radial-gradient(circle at 84% 14%, rgba(255,176,0,.12), transparent 33%),
        linear-gradient(145deg, rgba(15,40,63,.96), rgba(7,24,39,.98));
    box-shadow: 0 35px 90px rgba(0,0,0,.22);
}

.home-app-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffb000;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
}

.home-app-copy h2 {
    max-width: 640px;
    margin: 13px 0 0;
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.03;
}

.home-app-copy > p {
    max-width: 650px;
    margin: 18px 0 0;
    color: #9dafc0;
    font-size: 15px;
    line-height: 1.8;
}

.home-app-store-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 24px;
}

.home-app-store-badge {
    position: relative;
    display: inline-flex;
    min-width: 218px;
    min-height: 64px;
    padding: 10px 13px;
    align-items: center;
    gap: 11px;
    overflow: hidden;
    color: #fff;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(2,11,23,.96), rgba(8,25,42,.96));
    box-shadow: 0 14px 34px rgba(0,0,0,.2);
    text-decoration: none;
}

.home-app-store-badge::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 88% 12%, rgba(255,176,0,.11), transparent 34%);
    pointer-events: none;
}

.home-app-store-badge--play {
    border-color: rgba(255,176,0,.25);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-app-store-badge--play:hover {
    color: #fff;
    border-color: rgba(255,176,0,.48);
    box-shadow: 0 18px 40px rgba(0,0,0,.28), 0 0 0 1px rgba(255,176,0,.05) inset;
    transform: translateY(-2px);
}

.home-app-store-badge--soon {
    border-color: rgba(145,169,193,.14);
    background: linear-gradient(145deg, rgba(11,28,46,.92), rgba(6,20,34,.94));
}

.home-app-store-badge__icon {
    position: relative;
    z-index: 1;
    display: grid;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    place-items: center;
    color: #ffb000;
    border: 1px solid rgba(255,176,0,.17);
    border-radius: 12px;
    background: rgba(255,176,0,.08);
    font-size: 20px;
}

.home-app-store-badge--soon .home-app-store-badge__icon {
    color: #dce7f2;
    border-color: rgba(220,231,242,.12);
    background: rgba(255,255,255,.045);
}

.home-app-store-badge__copy {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.08;
}

.home-app-store-badge__copy small {
    color: #8298ad;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
}

.home-app-store-badge__copy strong {
    margin-top: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.home-app-store-badge__arrow {
    position: relative;
    z-index: 1;
    margin-left: auto;
    color: #ffb000;
    font-size: 11px;
}

.home-app-store-badge__pill {
    position: relative;
    z-index: 1;
    margin-left: auto;
    padding: 5px 7px;
    color: #91a6bb;
    border: 1px solid rgba(145,166,187,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.035);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .08em;
    white-space: nowrap;
}

.home-app-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.home-app-points > div {
    min-width: 0;
    padding: 15px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 15px;
    background: rgba(255,255,255,.035);
}

.home-app-points > div > span {
    display: grid;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    place-items: center;
    color: #ffb000;
    border-radius: 10px;
    background: rgba(255,176,0,.09);
}

.home-app-points strong,
.home-app-points small {
    display: block;
}

.home-app-points strong {
    color: #fff;
    font-size: 11px;
}

.home-app-points small {
    margin-top: 4px;
    color: #8296aa;
    font-size: 9px;
    line-height: 1.5;
}

.home-app-install-button {
    margin-top: 25px;
    border: 0;
}

.home-app-device {
    position: relative;
    display: grid;
    min-height: 450px;
    place-items: center;
}

.home-app-device__halo {
    position: absolute;
    width: 410px;
    height: 410px;
    border: 1px solid rgba(255,176,0,.12);
    border-radius: 50%;
    box-shadow: inset 0 0 70px rgba(255,176,0,.03);
    animation: homeAppOrbit 14s linear infinite;
}

.home-app-device__phone {
    position: relative;
    z-index: 2;
    width: 225px;
    height: 430px;
    padding: 10px;
    border: 2px solid rgba(255,255,255,.74);
    border-radius: 38px;
    background: #020912;
    box-shadow: 0 34px 75px rgba(0,0,0,.45);
    transform: rotate(5deg);
}

.home-app-device__speaker {
    position: absolute;
    z-index: 4;
    top: 13px;
    left: 50%;
    width: 58px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255,255,255,.25);
    transform: translateX(-50%);
}

.home-app-device__screen {
    height: 100%;
    padding: 36px 15px 18px;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 7%, rgba(255,176,0,.16), transparent 27%),
        #0b2034;
}

.home-app-device__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-app-device__header img {
    width: 46px;
}

.home-app-device__header span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #ffb000;
    border-radius: 9px;
    background: rgba(255,176,0,.09);
}

.home-app-device__welcome {
    margin-top: 30px;
}

.home-app-device__welcome small,
.home-app-device__welcome strong {
    display: block;
}

.home-app-device__welcome small {
    color: #7f94a7;
    font-size: 8px;
}

.home-app-device__welcome strong {
    margin-top: 3px;
    color: #fff;
    font-size: 18px;
}

.home-app-device__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 17px;
}

.home-app-device__cards i {
    height: 67px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 11px;
    background: rgba(255,255,255,.04);
}

.home-app-device__cards i:first-child {
    border-color: rgba(255,176,0,.18);
    background: rgba(255,176,0,.07);
}

.home-app-device__route {
    position: relative;
    height: 125px;
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 13px;
    background: #071522;
}

.home-app-device__route > span {
    position: absolute;
    top: 30px;
    left: 35px;
    width: 115px;
    height: 58px;
    border-bottom: 3px solid #ffb000;
    border-right: 3px solid #ffb000;
    border-radius: 0 0 25px 0;
    transform: rotate(-9deg);
}

.home-app-device__route b {
    position: absolute;
    z-index: 2;
    right: 29px;
    bottom: 22px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #071421;
    border-radius: 10px;
    background: #ffb000;
}

.home-app-device__icon {
    position: absolute;
    z-index: 4;
    right: 2%;
    bottom: 12%;
    display: flex;
    padding: 10px 13px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 16px;
    background: rgba(8,27,44,.94);
    box-shadow: 0 15px 40px rgba(0,0,0,.28);
    animation: homeAppBadgeFloat 3s ease-in-out infinite;
}

.home-app-device__icon img {
    width: 42px;
    height: 42px;
    border-radius: 10px;
}

.home-app-device__icon strong {
    color: #fff;
    font-size: 10px;
}

@keyframes homeAppOrbit {
    from { transform: rotate(0); }
    to { transform: rotate(360deg); }
}

@keyframes homeAppPhoneFloat {
    0%, 100% { transform: rotate(4deg) translateY(0); }
    50% { transform: rotate(1deg) translateY(-8px); }
}

@keyframes homeAppBadgeFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes homeAppScreenDriver {
    0%, 43% { opacity: 1; transform: translateX(0); }
    50%, 93% { opacity: 0; transform: translateX(-14px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes homeAppScreenGuardian {
    0%, 43% { opacity: 0; transform: translateX(14px); }
    50%, 93% { opacity: 1; transform: translateX(0); }
    100% { opacity: 0; transform: translateX(14px); }
}

@media (max-width: 991px) {
    .app-install-preview {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .app-install-preview__copy {
        text-align: center;
    }

    .app-install-preview__copy h3,
    .app-install-preview__copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .app-install-preview__benefits {
        align-items: center;
    }

    .app-install-phone-stage {
        min-height: 340px;
    }

    .home-app-shell {
        grid-template-columns: 1fr;
        padding: 38px;
    }

    .home-app-device {
        min-height: 430px;
    }
}

@media (max-width: 576px) {
    .app-install-preview {
        padding: 25px 18px;
    }

    .app-install-preview__button {
        width: 100%;
    }

    .app-install-phone-stage {
        transform: scale(.88);
        margin: -20px 0;
    }

    .home-app-section {
        padding: 70px 0;
    }

    .home-app-shell {
        padding: 28px 20px;
        border-radius: 24px;
    }

    .home-app-store-badges {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-app-store-badge {
        width: 100%;
        min-width: 0;
    }

    .home-app-points {
        grid-template-columns: 1fr;
    }

    .home-app-install-button {
        width: 100%;
    }

    .home-app-device {
        min-height: 390px;
        transform: scale(.9);
        margin: -20px 0;
    }
}

/* ========================================================================== 
   HOME | APP VAN-TAGEM | Mockup animado motorista + família
   ========================================================================== */
.home-app-device {
    isolation: isolate;
}

.home-app-device__phone {
    animation: homeAppPhoneFloat 4.8s ease-in-out infinite;
    transform-origin: 50% 72%;
}

.home-app-device__screen {
    position: relative;
    isolation: isolate;
    padding: 34px 13px 15px;
}

.home-app-device__header {
    position: relative;
    z-index: 8;
    min-height: 30px;
}

.home-app-device__header img {
    width: 42px;
    height: 27px;
    object-fit: contain;
}

.home-app-device__live {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    padding: 5px 7px !important;
    align-items: center;
    gap: 5px;
    color: #77e6b8 !important;
    background: rgba(24, 170, 116, .1) !important;
    border: 1px solid rgba(77, 219, 161, .16);
    border-radius: 999px !important;
    font-size: 6px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.home-app-device__live > i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #57dfaa;
    box-shadow: 0 0 0 0 rgba(87, 223, 170, .4);
    animation: homeAppLivePulse 1.8s ease-out infinite;
}

.home-app-device__view {
    position: absolute;
    z-index: 3;
    top: 67px;
    right: 13px;
    bottom: 31px;
    left: 13px;
    display: flex;
    min-width: 0;
    flex-direction: column;
    pointer-events: none;
}

.home-app-device__view--driver {
    animation: homeAppScreenDriver 9s ease-in-out infinite;
}

.home-app-device__view--guardian {
    opacity: 0;
    animation: homeAppScreenGuardian 9s ease-in-out infinite;
}

.home-app-device__view .home-app-device__welcome {
    margin-top: 4px;
}

.home-app-device__view .home-app-device__welcome small {
    color: #7890a6;
    font-size: 7px;
    font-weight: 600;
}

.home-app-device__view .home-app-device__welcome strong {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.15;
}

.home-app-device__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 13px;
}

.home-app-device__stats article {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 61px;
    padding: 9px 8px 8px 35px;
    align-content: center;
    gap: 2px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 11px;
    background: rgba(255,255,255,.035);
}

.home-app-device__stats article:first-child {
    border-color: rgba(255,176,0,.2);
    background: linear-gradient(135deg, rgba(255,176,0,.08), rgba(255,255,255,.025));
}

.home-app-device__stats article > span {
    position: absolute;
    top: 10px;
    left: 8px;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    color: #ffb000;
    border-radius: 7px;
    background: rgba(255,176,0,.1);
    font-size: 8px;
}

.home-app-device__stats small {
    overflow: hidden;
    color: #71879c;
    font-size: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-app-device__stats strong {
    color: #f7fafc;
    font-size: 13px;
    line-height: 1;
}

.home-app-device__route-card {
    position: relative;
    min-height: 113px;
    margin-top: 8px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 12px;
    background:
        radial-gradient(circle at 92% 18%, rgba(255,176,0,.1), transparent 27%),
        rgba(3, 15, 26, .68);
}

.home-app-device__route-card > div:first-child {
    display: grid;
    gap: 2px;
}

.home-app-device__route-card small {
    color: #ffb000;
    font-size: 5px;
    font-weight: 900;
    letter-spacing: .08em;
}

.home-app-device__route-card strong {
    color: #fff;
    font-size: 10px;
}

.home-app-device__route-card > div:first-child > span {
    color: #7e92a6;
    font-size: 6px;
}

.home-app-device__route-track {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    height: 43px;
}

.home-app-device__route-line {
    position: absolute;
    top: 18px;
    right: 11px;
    left: 11px;
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
}

.home-app-device__route-line::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 68%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ffb000, #ffc73a);
    box-shadow: 0 0 13px rgba(255,176,0,.18);
}

.home-app-device__route-pin {
    position: absolute;
    z-index: 3;
    top: 14px;
    width: 11px;
    height: 11px;
    border: 3px solid #0b2034;
    border-radius: 50%;
    background: #ffb000;
    box-shadow: 0 0 0 2px rgba(255,176,0,.15);
}

.home-app-device__route-pin--start { left: 4px; }
.home-app-device__route-pin--end { right: 4px; background: #57718a; }

.home-app-device__moving-bus {
    position: absolute;
    z-index: 5;
    top: 5px;
    left: 10%;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #081725;
    border: 3px solid #0b2034;
    border-radius: 9px;
    background: #ffb000;
    box-shadow: 0 7px 14px rgba(255,176,0,.18);
    font-size: 8px;
    animation: homeAppBusRide 4s ease-in-out infinite;
}

.home-app-device__notice-row,
.home-app-device__student-row,
.home-app-device__guardian-status {
    display: grid;
    min-width: 0;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255,255,255,.065);
    background: rgba(255,255,255,.035);
}

.home-app-device__notice-row {
    min-height: 50px;
    margin-top: 8px;
    padding: 8px;
    grid-template-columns: 27px minmax(0,1fr) auto;
    border-radius: 11px;
}

.home-app-device__notice-row > span,
.home-app-device__guardian-status > span {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    color: #ffb000;
    border-radius: 8px;
    background: rgba(255,176,0,.09);
    font-size: 8px;
}

.home-app-device__notice-row div,
.home-app-device__guardian-status div,
.home-app-device__student-row div {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.home-app-device__notice-row small,
.home-app-device__guardian-status small,
.home-app-device__student-row small {
    overflow: hidden;
    color: #6f8499;
    font-size: 5px;
    font-weight: 800;
    letter-spacing: .05em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-app-device__notice-row strong,
.home-app-device__guardian-status strong,
.home-app-device__student-row strong {
    overflow: hidden;
    color: #f4f8fc;
    font-size: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-app-device__notice-row > b {
    color: #74899e;
    font-size: 6px;
}

.home-app-device__guardian-status {
    min-height: 53px;
    margin-top: 13px;
    padding: 9px;
    grid-template-columns: 29px minmax(0,1fr) auto;
    border-color: rgba(84,218,164,.12);
    border-radius: 11px;
    background: linear-gradient(135deg, rgba(43,190,133,.06), rgba(255,255,255,.028));
}

.home-app-device__guardian-status > b {
    padding: 4px 6px;
    color: #63dfad;
    border-radius: 999px;
    background: rgba(58,210,148,.08);
    font-size: 6px;
}

.home-app-device__mini-map {
    position: relative;
    min-height: 146px;
    margin-top: 8px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.055);
    border-radius: 12px;
    background: #061521;
}

.home-app-device__map-grid {
    position: absolute;
    inset: -40px;
    opacity: .3;
    background-image:
        linear-gradient(rgba(128,151,173,.13) 1px, transparent 1px),
        linear-gradient(90deg, rgba(128,151,173,.13) 1px, transparent 1px);
    background-size: 27px 27px;
    transform: rotate(18deg) scale(1.25);
    animation: homeAppMapDrift 7s linear infinite;
}

.home-app-device__map-route {
    position: absolute;
    top: 30px;
    right: 28px;
    bottom: 28px;
    left: 27px;
    border-right: 3px solid #ffb000;
    border-bottom: 3px solid #ffb000;
    border-radius: 0 0 34px 0;
    transform: rotate(-9deg);
    filter: drop-shadow(0 0 7px rgba(255,176,0,.17));
}

.home-app-device__map-bus,
.home-app-device__map-home {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    border: 3px solid #0a1b2a;
    box-shadow: 0 8px 18px rgba(0,0,0,.28);
}

.home-app-device__map-bus {
    top: 55px;
    left: 43px;
    width: 31px;
    height: 31px;
    color: #071522;
    border-radius: 10px;
    background: #ffb000;
    font-size: 9px;
    animation: homeAppMapBus 4.5s ease-in-out infinite;
}

.home-app-device__map-home {
    right: 22px;
    bottom: 22px;
    width: 29px;
    height: 29px;
    color: #0b2034;
    border-radius: 9px;
    background: #63dfad;
    font-size: 8px;
}

.home-app-device__map-pulse {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 29px;
    height: 29px;
    border: 2px solid rgba(99,223,173,.5);
    border-radius: 10px;
    animation: homeAppMapPulse 2s ease-out infinite;
}

.home-app-device__student-row {
    min-height: 51px;
    margin-top: 8px;
    padding: 7px 8px;
    grid-template-columns: 30px minmax(0,1fr) auto;
    border-radius: 11px;
}

.home-app-device__student-avatar {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    color: #071521;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffb000, #ffc847);
    font-size: 10px;
    font-weight: 900;
}

.home-app-device__student-row > i {
    color: #657b91;
    font-size: 7px;
}

.home-app-device__pager {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 8px;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.home-app-device__pager i {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #466078;
}

.home-app-device__pager i:first-child { animation: homeAppPagerA 9s ease-in-out infinite; }
.home-app-device__pager i:last-child { animation: homeAppPagerB 9s ease-in-out infinite; }

.home-app-device__orbit-dot {
    position: absolute;
    z-index: 1;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #ffb000;
    border: 1px solid rgba(255,176,0,.2);
    border-radius: 14px;
    background: rgba(8,27,44,.92);
    box-shadow: 0 14px 35px rgba(0,0,0,.2);
    font-size: 12px;
}

.home-app-device__orbit-dot--one {
    top: 17%;
    left: 9%;
    animation: homeAppBadgeFloat 3.3s ease-in-out infinite;
}

.home-app-device__orbit-dot--two {
    right: 9%;
    bottom: 20%;
    animation: homeAppBadgeFloat 3.9s .7s ease-in-out infinite;
}

.home-app-device__icon {
    right: 0;
    bottom: 9%;
    min-width: 150px;
    padding: 9px 11px;
}

.home-app-device__icon img {
    width: 37px;
    height: 37px;
}

.home-app-device__icon > div {
    display: grid;
    min-width: 0;
    flex: 1;
    gap: 2px;
}

.home-app-device__icon small {
    color: #7790a7;
    font-size: 7px;
    font-weight: 700;
}

.home-app-device__icon strong {
    font-size: 9px;
}

.home-app-device__icon > i {
    color: #5eddaa;
    font-size: 13px;
}

@keyframes homeAppLivePulse {
    0% { box-shadow: 0 0 0 0 rgba(87, 223, 170, .42); }
    75%, 100% { box-shadow: 0 0 0 7px rgba(87, 223, 170, 0); }
}

@keyframes homeAppBusRide {
    0%, 100% { left: 10%; transform: translateY(0); }
    50% { left: 62%; transform: translateY(-2px); }
}

@keyframes homeAppMapDrift {
    from { transform: rotate(18deg) scale(1.25) translate3d(0,0,0); }
    to { transform: rotate(18deg) scale(1.25) translate3d(18px,18px,0); }
}

@keyframes homeAppMapBus {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-3deg); }
    50% { transform: translate3d(52px, 29px, 0) rotate(4deg); }
}

@keyframes homeAppMapPulse {
    0% { opacity: .8; transform: scale(.85); }
    80%,100% { opacity: 0; transform: scale(2.15); }
}

@keyframes homeAppPagerA {
    0%,43%,100% { width: 18px; background: #ffb000; }
    50%,93% { width: 5px; background: #466078; }
}

@keyframes homeAppPagerB {
    0%,43%,100% { width: 5px; background: #466078; }
    50%,93% { width: 18px; background: #ffb000; }
}

@media (max-width: 576px) {
    .home-app-device__orbit-dot--one { left: 2%; }
    .home-app-device__orbit-dot--two { right: 2%; }
    .home-app-device__icon { right: -4%; }
}

@media (prefers-reduced-motion: reduce) {
    .home-app-device__phone,
    .home-app-device__halo,
    .home-app-device__icon,
    .home-app-device__orbit-dot,
    .home-app-device__live > i,
    .home-app-device__moving-bus,
    .home-app-device__map-grid,
    .home-app-device__map-bus,
    .home-app-device__map-pulse,
    .home-app-device__view,
    .home-app-device__pager i {
        animation: none !important;
    }

    .home-app-device__view--driver { opacity: 1; }
    .home-app-device__view--guardian { opacity: 0; }
}


/* ========================================================================== 
   HOME | APP VAN-TAGEM | acabamento dos mockups
   ========================================================================== */
.app-install-mini-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}

.app-install-mini-stats > span {
    display: grid;
    min-width: 0;
    min-height: 58px;
    padding: 7px 5px;
    place-items: center;
    align-content: center;
    gap: 2px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 9px;
    background: rgba(255,255,255,.045);
}

.app-install-mini-stats > span:first-child {
    border-color: rgba(255,176,0,.22);
    background: rgba(255,176,0,.08);
}

.app-install-mini-stats > span > i {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    color: #ffb000;
    border-radius: 6px;
    background: rgba(255,176,0,.09);
    font-size: 8px;
}

.app-install-mini-stats > span > b {
    color: #f8fbff;
    font-size: 9px;
    line-height: 1;
}

.app-install-mini-stats > span > small {
    overflow: hidden;
    max-width: 100%;
    color: #71869a;
    font-size: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-app-device__orbit-dot i,
.home-app-device__stats article > span i,
.home-app-device__moving-bus i,
.home-app-device__notice-row > span i,
.home-app-device__guardian-status > span i,
.home-app-device__map-bus i,
.home-app-device__map-home i,
.home-app-device__student-row > i,
.home-app-device__icon > i,
.app-install-floating-badge i,
.app-install-mini-map i {
    font-family: FontAwesome !important;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.home-app-device__orbit-dot {
    z-index: 5;
}

.home-app-device__orbit-dot--one {
    animation: homeAppOrbitBell 3.3s ease-in-out infinite;
}

.home-app-device__orbit-dot--two {
    animation: homeAppOrbitLocation 3.9s .45s ease-in-out infinite;
}

.home-app-device__icon {
    z-index: 6;
    animation: homeAppInstalledBadge 4.2s .2s ease-in-out infinite;
}

.home-app-device__stats article > span,
.home-app-device__notice-row > span,
.home-app-device__guardian-status > span,
.home-app-device__map-bus,
.home-app-device__map-home {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

@keyframes homeAppOrbitBell {
    0%,100% { transform: translate3d(0,0,0) rotate(-4deg); }
    50% { transform: translate3d(0,-9px,0) rotate(4deg); }
}

@keyframes homeAppOrbitLocation {
    0%,100% { transform: translate3d(0,0,0) rotate(4deg); }
    50% { transform: translate3d(0,8px,0) rotate(-3deg); }
}

@keyframes homeAppInstalledBadge {
    0%,100% { transform: translate3d(0,0,0); }
    50% { transform: translate3d(0,-6px,0); }
}

/* Proteção global para eventuais campos/autocompletes da home. */
body :is(input, textarea, select):-webkit-autofill,
body :is(input, textarea, select):-webkit-autofill:hover,
body :is(input, textarea, select):-webkit-autofill:focus,
body :is(input, textarea, select):-webkit-autofill:active {
    -webkit-text-fill-color: var(--cor-texto, #fff) !important;
    caret-color: var(--cor-texto, #fff) !important;
    -webkit-box-shadow: 0 0 0 1000px var(--cor-card-clara, #0d1e32) inset !important;
    box-shadow: 0 0 0 1000px var(--cor-card-clara, #0d1e32) inset !important;
    transition: background-color 99999s ease-out 0s, color 99999s ease-out 0s !important;
}

/* Van-Tagem | iOS Safari/Chrome: evita zoom automatico ao focar campos.
   O iOS amplia controles cuja fonte computada e menor que 16px.
   Mantemos o pinch-to-zoom do usuario intacto por acessibilidade. */
@supports (-webkit-touch-callout: none) {
    @media (hover: none) and (pointer: coarse) {
        input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="reset"]),
        select,
        textarea,
        [contenteditable="true"] {
            font-size: 16px !important;
            -webkit-text-size-adjust: 100%;
            touch-action: manipulation;
        }
    }
}

/* ========================================================================== */
/* Van-Tagem | Planos do sistema                                              */
/* ========================================================================== */
.home-pricing-section {
    position: relative;
    overflow: hidden;
    padding: 92px 0;
    background:
        radial-gradient(circle at 12% 15%, rgba(255, 176, 0, .07), transparent 28%),
        linear-gradient(180deg, #041321 0%, #071a2b 48%, #041321 100%);
    border-top: 1px solid rgba(122, 158, 194, .10);
    border-bottom: 1px solid rgba(122, 158, 194, .10);
}

.home-pricing-orb {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(110px);
    opacity: .16;
    pointer-events: none;
}
.home-pricing-orb--left { left: -180px; top: 5%; background: #ffb000; }
.home-pricing-orb--right { right: -190px; bottom: 0; background: #2a83c6; }

.home-pricing-head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 36px;
    margin-bottom: 34px;
}
.home-pricing-head > div:first-child { max-width: 760px; }
.home-pricing-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ffbd26;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}
.home-pricing-head h2 {
    margin: 10px 0 12px;
    color: #f8fbff;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -2px;
}
.home-pricing-head p {
    max-width: 700px;
    margin: 0;
    color: #9eb1c5;
    font-size: 14px;
    line-height: 1.7;
}
.home-pricing-starting {
    min-width: 230px;
    padding: 19px 22px;
    border: 1px solid rgba(255, 176, 0, .22);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(20, 48, 71, .84), rgba(7, 25, 42, .92));
    box-shadow: 0 18px 52px rgba(0, 0, 0, .16);
}
.home-pricing-starting small {
    display: block;
    color: #8fa6bc;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .9px;
}
.home-pricing-starting strong {
    display: block;
    margin: 3px 0 1px;
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}
.home-pricing-starting strong sup { color: #ffb000; font-size: 13px; vertical-align: top; margin-right: 3px; }
.home-pricing-starting span { color: #7f98b1; font-size: 9px; }

.home-pricing-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.home-plan-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
    padding: 27px;
    border: 1px solid rgba(126, 163, 199, .17);
    border-radius: 24px;
    background: linear-gradient(150deg, rgba(16, 43, 66, .96), rgba(6, 24, 41, .97));
    box-shadow: 0 24px 70px rgba(0,0,0,.18);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.home-plan-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 18%;
    right: 18%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 176, 0, .45), transparent);
    opacity: .55;
}
.home-plan-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 176, 0, .28);
    box-shadow: 0 28px 80px rgba(0,0,0,.25);
}
.home-plan-card.is-featured {
    border-color: rgba(255, 176, 0, .38);
    background:
        radial-gradient(circle at 90% 0, rgba(255,176,0,.12), transparent 28%),
        linear-gradient(150deg, rgba(18, 47, 70, .99), rgba(6, 24, 41, .98));
}
.home-plan-card__favorite {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    color: #091523;
    background: #ffb000;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .5px;
}
.home-plan-card__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    color: #ffb000;
    border: 1px solid rgba(255, 176, 0, .24);
    border-radius: 15px;
    background: rgba(255, 176, 0, .07);
    font-size: 17px;
}
.home-plan-card__period { color: #8da7c0; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .75px; }
.home-plan-card h3 { margin: 5px 0 16px; color: #fff; font-size: 24px; font-weight: 900; }
.home-plan-card__price { display: flex; align-items: end; gap: 8px; margin-bottom: 4px; }
.home-plan-card__price strong { color: #fff; font-size: 31px; font-weight: 900; line-height: 1; }
.home-plan-card__price strong sup { color: #ffb000; font-size: 12px; margin-right: 2px; vertical-align: top; }
.home-plan-card__price span { padding-bottom: 3px; color: #7e96ae; font-size: 9px; }
.home-plan-card > p { margin: 4px 0 14px; color: #7890a8; font-size: 10px; }
.home-plan-card > p b { color: #afc0d1; }
.home-plan-card__discount {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin-bottom: 19px;
    padding: 8px 10px;
    color: #a8bad0;
    border: 1px solid rgba(135, 168, 200, .14);
    border-radius: 10px;
    background: rgba(255,255,255,.025);
    font-size: 9px;
    font-weight: 700;
}
.home-plan-card__discount.has-discount { color: #a9ead5; border-color: rgba(85, 213, 172, .22); background: rgba(85, 213, 172, .055); }
.home-plan-card ul { display: grid; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; color: #a9bacb; font-size: 10px; }
.home-plan-card li { display: flex; align-items: center; gap: 9px; }
.home-plan-card li i { color: #55d5ac; font-size: 9px; }
.home-plan-card__cta { position: relative; overflow: hidden; width: 100%; margin-top: auto; text-decoration: none !important; }
.home-plan-card__cta::after {
    content: "";
    position: absolute;
    top: -60%; left: -32%;
    width: 24%; height: 230%;
    background: rgba(255,255,255,.30);
    transform: rotate(18deg) translateX(-250%);
    transition: transform 460ms ease;
}
.home-plan-card__cta:hover::after { transform: rotate(18deg) translateX(720%); }
.home-pricing-note { position: relative; z-index: 1; margin: 17px 0 0; color: #6f88a0; font-size: 9px; text-align: center; }
.home-pricing-note i { margin-right: 5px; color: #8fa7bd; }

@media (max-width: 991px) {
    .home-pricing-section { padding: 70px 0; }
    .home-pricing-head { grid-template-columns: 1fr; align-items: start; }
    .home-pricing-starting { min-width: 0; width: fit-content; }
    .home-pricing-grid { grid-template-columns: 1fr; }
    .home-plan-card { max-width: 660px; width: 100%; margin-inline: auto; }
}
@media (max-width: 575px) {
    .home-pricing-section { padding: 58px 0; }
    .home-pricing-head h2 { letter-spacing: -1.1px; }
    .home-plan-card { padding: 23px 20px; border-radius: 20px; }
    .home-plan-card__favorite { position: static; align-self: flex-start; margin: -2px 0 15px; }
}
@media (prefers-reduced-motion: reduce) {
    .home-plan-card, .home-plan-card__cta::after { transition: none !important; }
}

/* ========================================================================== */
/* Van-Tagem | Planos -> APP: refinamento visual e narrativa de conversão     */
/* ========================================================================== */
.home-pricing-section {
    padding-bottom: 46px;
}

.home-pricing-starting {
    position: relative;
    isolation: isolate;
    min-width: 286px;
    padding: 18px 20px 16px;
    overflow: hidden;
    border-color: rgba(255, 176, 0, .30);
    background:
        radial-gradient(circle at 84% 8%, rgba(255,176,0,.16), transparent 34%),
        linear-gradient(145deg, rgba(19, 48, 72, .96), rgba(6, 24, 40, .98));
    box-shadow: 0 22px 62px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.035);
}
.home-pricing-starting::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -46px;
    right: -42px;
    width: 126px;
    height: 126px;
    border: 1px solid rgba(255,176,0,.16);
    border-radius: 50%;
    box-shadow: 0 0 0 24px rgba(255,176,0,.025), 0 0 0 48px rgba(255,176,0,.012);
    pointer-events: none;
}
.home-pricing-starting::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 52px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,176,0,.30), rgba(116,151,180,.12), transparent);
    pointer-events: none;
}
.home-pricing-starting__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}
.home-pricing-starting .home-pricing-starting__eyebrow,
.home-pricing-starting .home-pricing-starting__saving,
.home-pricing-starting .home-pricing-starting__period,
.home-pricing-starting .home-pricing-starting__choices span {
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-weight: 800;
    line-height: 1;
}
.home-pricing-starting .home-pricing-starting__eyebrow {
    gap: 6px;
    color: #b9c9d9;
    font-size: 9px;
    letter-spacing: .85px;
}
.home-pricing-starting .home-pricing-starting__eyebrow i { color: #ffb000; }
.home-pricing-starting .home-pricing-starting__saving {
    gap: 5px;
    padding: 6px 8px;
    color: #9fe6ce;
    border: 1px solid rgba(85,213,172,.20);
    border-radius: 999px;
    background: rgba(85,213,172,.055);
    font-size: 8px;
    letter-spacing: .25px;
}
.home-pricing-starting__price {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
}
.home-pricing-starting .home-pricing-starting__currency {
    flex: 0 0 auto;
    margin-top: 5px;
    color: #ffb000;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2px;
}
.home-pricing-starting__price strong {
    display: block;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 3vw, 42px);
    font-weight: 900;
    line-height: .95;
    letter-spacing: -1.5px;
    font-variant-numeric: tabular-nums;
}
.home-pricing-starting .home-pricing-starting__period {
    margin-top: 7px;
    color: #7f98b1;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.3;
}
.home-pricing-starting__choices {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 19px;
}
.home-pricing-starting .home-pricing-starting__choices span {
    flex: 1 1 0;
    justify-content: center;
    min-height: 25px;
    padding: 0 7px;
    color: #8da5bb;
    border: 1px solid rgba(126,163,199,.13);
    border-radius: 8px;
    background: rgba(255,255,255,.022);
    font-size: 8px;
    font-weight: 700;
}
.home-pricing-starting .home-pricing-starting__choices span.is-best {
    color: #ffe4a1;
    border-color: rgba(255,176,0,.26);
    background: rgba(255,176,0,.07);
}

.home-pricing-journey {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(210px, .7fr) minmax(0, 1.6fr);
    align-items: center;
    gap: 28px;
    margin: 34px auto 0;
    padding: 20px 22px;
    overflow: hidden;
    border: 1px solid rgba(126,163,199,.14);
    border-radius: 20px;
    background:
        linear-gradient(90deg, rgba(255,176,0,.045), transparent 34%),
        rgba(7, 25, 42, .72);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.018);
}
.home-pricing-journey::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, transparent, #ffb000 32%, #ffd461 68%, transparent);
    opacity: .78;
}
.home-pricing-journey__intro span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffbd26;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .85px;
}
.home-pricing-journey__intro strong {
    display: block;
    max-width: 280px;
    margin-top: 6px;
    color: #eff7ff;
    font-size: 15px;
    line-height: 1.35;
}
.home-pricing-journey__steps {
    display: grid;
    grid-template-columns: minmax(0,1fr) 54px minmax(0,1fr) 54px minmax(0,1fr);
    align-items: center;
    gap: 8px;
}
.home-pricing-journey__step {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0,1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
    min-height: 62px;
    padding: 10px;
    border: 1px solid rgba(126,163,199,.10);
    border-radius: 14px;
    background: rgba(255,255,255,.018);
}
.home-pricing-journey__step.is-final {
    border-color: rgba(255,176,0,.16);
    background: rgba(255,176,0,.035);
}
.home-pricing-journey__number {
    position: absolute;
    top: 5px;
    right: 7px;
    color: rgba(132,160,187,.18);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}
.home-pricing-journey__icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #ffb000;
    border: 1px solid rgba(255,176,0,.17);
    border-radius: 11px;
    background: rgba(255,176,0,.055);
    font-size: 12px;
}
.home-pricing-journey__step strong,
.home-pricing-journey__step small { display: block; min-width: 0; }
.home-pricing-journey__step strong { color: #eef6ff; font-size: 9px; line-height: 1.25; }
.home-pricing-journey__step small { margin-top: 3px; color: #7891a8; font-size: 7px; line-height: 1.4; }
.home-pricing-journey__flow {
    position: relative;
    display: block;
    height: 1px;
    overflow: visible;
    background: linear-gradient(90deg, rgba(126,163,199,.12), rgba(255,176,0,.38), rgba(126,163,199,.12));
}
.home-pricing-journey__flow::before,
.home-pricing-journey__flow::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255,176,0,.44);
    transform: translateY(-50%);
}
.home-pricing-journey__flow::before { left: 0; }
.home-pricing-journey__flow::after { right: 0; }
.home-pricing-journey__flow i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffd461;
    box-shadow: 0 0 0 4px rgba(255,176,0,.08), 0 0 16px rgba(255,176,0,.52);
    transform: translate3d(0,-50%,0);
    animation: homePricingJourneyFlow 3.2s cubic-bezier(.45,.05,.55,.95) infinite;
}
.home-pricing-journey__flow:nth-of-type(2) i { animation-delay: 1.15s; }

.home-app-section {
    padding-top: 58px;
}

@keyframes homePricingJourneyFlow {
    0% { transform: translate3d(0,-50%,0); opacity: 0; }
    12% { opacity: 1; }
    78% { opacity: 1; }
    100% { transform: translate3d(47px,-50%,0); opacity: 0; }
}

@media (max-width: 991px) {
    .home-pricing-section { padding-bottom: 38px; }
    .home-pricing-starting { width: min(100%, 360px); }
    .home-pricing-journey { grid-template-columns: 1fr; gap: 16px; }
    .home-pricing-journey__intro strong { max-width: none; }
    .home-app-section { padding-top: 44px; }
}

@media (max-width: 720px) {
    .home-pricing-journey__steps {
        grid-template-columns: 1fr;
        gap: 7px;
    }
    .home-pricing-journey__flow {
        width: 1px;
        height: 18px;
        margin-left: 28px;
        background: linear-gradient(180deg, rgba(126,163,199,.12), rgba(255,176,0,.38), rgba(126,163,199,.12));
    }
    .home-pricing-journey__flow i { display: none; }
    .home-pricing-journey__flow::before { top: 0; left: 50%; transform: translate(-50%,0); }
    .home-pricing-journey__flow::after { top: auto; right: auto; bottom: 0; left: 50%; transform: translate(-50%,0); }
}

@media (max-width: 575px) {
    .home-pricing-starting { min-width: 0; padding: 16px; }
    .home-pricing-starting__top { align-items: flex-start; }
    .home-pricing-starting__price strong { font-size: 36px; }
    .home-pricing-journey { margin-top: 26px; padding: 17px 16px; border-radius: 18px; }
    .home-pricing-journey__step { min-height: 58px; }
    .home-app-section { padding-top: 36px; }
}

@media (prefers-reduced-motion: reduce) {
    .home-pricing-journey__flow i { animation: none !important; }
}

/* ========================================================================== */
/* VANTAGEM UI | LEGIBILIDADE 2026-08-28                                      */
/* Ajuste moderado da microtipografia sem ampliar o mockup interno do celular. */
/* ========================================================================== */
.home-pricing-kicker,
.home-app-kicker,
.hero-trial-callout__copy small,
.hero-trial-callout__copy em {
    font-size: 12px !important;
}

.home-pricing-starting small,
.home-pricing-starting span,
.home-plan-card__period,
.home-plan-card__discount,
.home-pricing-note,
.home-pricing-starting .home-pricing-starting__eyebrow,
.home-pricing-starting .home-pricing-starting__saving,
.home-pricing-starting .home-pricing-starting__period,
.home-pricing-starting .home-pricing-starting__choices span {
    font-size: 10.5px !important;
    line-height: 1.45 !important;
}

.home-plan-card > p,
.home-plan-card ul,
.home-app-points small,
.app-install-preview__benefits span,
.site-footer-contact small,
.vt-footer__whatsapp-text small,
.vt-footer__contact-note,
.vt-footer__bottom,
.site-footer-bottom {
    font-size: 11.5px !important;
    line-height: 1.55 !important;
}

.home-pricing-journey__intro span {
    font-size: 10.5px !important;
}

.home-pricing-journey__step strong {
    font-size: 11.5px !important;
    line-height: 1.35 !important;
}

.home-pricing-journey__step small {
    font-size: 10px !important;
    line-height: 1.5 !important;
}

/* O CTA dos planos segue o botão primário do site, sem faixa de shimmer. */
.home-plan-card__cta::after,
.home-plan-card__cta:hover::after {
    content: none !important;
    display: none !important;
    transform: none !important;
    transition: none !important;
}

@media (max-width: 575px) {
    .home-pricing-journey__step strong { font-size: 12px !important; }
    .home-pricing-journey__step small { font-size: 10.5px !important; }
    .home-plan-card > p,
    .home-plan-card ul { font-size: 12px !important; }
}

