:root {
    --blue: #0B4F8A;
    --green: #2ECF8E;
    --tech: #2D9CDB;
    --white: #FFFFFF;
    --text: #4F4F4F;
    --light: #EAF2F7;
    --ink: #102D44;
    --line: rgba(11, 79, 138, 0.16);
    --shadow: 0 22px 60px rgba(16, 45, 68, 0.13);
}

* {
    letter-spacing: 0;
}

html,
body {
    overflow-x: hidden;
}

body {
    color: var(--text);
    background: var(--white);
    font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3 {
    color: var(--blue);
    font-weight: 900;
    line-height: 1.08;
}

p {
    line-height: 1.75;
}

.viva-navbar {
    min-height: 96px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
}

.viva-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--blue);
    font-weight: 900;
}

.viva-brand:hover {
    color: var(--blue);
}

.viva-brand img {
    width: min(330px, 62vw);
    max-height: 82px;
    object-fit: contain;
}

.nav-link {
    color: var(--ink);
    font-weight: 800;
}

.nav-link:hover {
    color: var(--tech);
}

.btn {
    border-radius: 8px;
    font-weight: 900;
}

.btn-viva {
    color: var(--blue);
    border-color: var(--green);
    background: var(--green);
    box-shadow: 0 12px 28px rgba(46, 207, 142, 0.28);
}

.btn-viva:hover {
    color: var(--blue);
    border-color: #7CE9C0;
    background: #7CE9C0;
}

.btn-viva-outline {
    color: var(--blue);
    border-color: var(--line);
    background: var(--white);
}

.btn-viva-outline:hover {
    color: var(--white);
    border-color: var(--blue);
    background: var(--blue);
}

.btn-viva-light {
    color: var(--blue);
    background: var(--white);
    border-color: var(--white);
}

.btn-viva-dark {
    color: var(--white);
    background: var(--blue);
    border-color: var(--blue);
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--green);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.section-tag::before {
    content: "";
    width: 26px;
    height: 3px;
    border-radius: 999px;
    background: var(--green);
}

.section-heading {
    max-width: 820px;
}

.section-heading p {
    color: var(--text);
    font-size: 1.08rem;
}

.hero-section {
    position: relative;
    padding: 150px 0 92px;
    background:
        linear-gradient(120deg, rgba(234, 242, 247, 0.96), rgba(255, 255, 255, 0.86)),
        radial-gradient(circle at 12% 22%, rgba(46, 207, 142, 0.26), transparent 30%),
        radial-gradient(circle at 94% 12%, rgba(45, 156, 219, 0.22), transparent 30%);
}

.hero-section h1 {
    max-width: 700px;
    font-size: clamp(2.2rem, 4.15vw, 4.35rem);
}

.hero-text {
    max-width: 650px;
    color: var(--text);
    font-size: 1.15rem;
}

.hero-metrics > div {
    min-height: 104px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 14px 32px rgba(11, 79, 138, 0.08);
}

.hero-metrics strong {
    display: block;
    color: var(--blue);
    font-size: 2rem;
    line-height: 1;
}

.hero-metrics span {
    color: var(--ink);
    font-weight: 800;
}

.hero-image-shell {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: 0 28px 78px rgba(11, 79, 138, 0.16);
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.hero-image-shell img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    background: transparent;
}

.hero-image-shell:hover {
    transform: translateY(-8px) scale(1.01);
    filter: saturate(1.05);
    box-shadow: 0 36px 95px rgba(11, 79, 138, 0.22);
}

.benefits-section,
.plans-section,
.steps-section {
    padding: 92px 0;
    background: var(--white);
}

.benefit-card,
.step-card {
    height: 100%;
    min-height: 240px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 14px 34px rgba(11, 79, 138, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.benefit-card:hover,
.step-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.benefit-card i,
.step-card i {
    display: inline-grid;
    width: 54px;
    height: 54px;
    place-items: center;
    margin-bottom: 26px;
    border-radius: 8px;
    color: var(--blue);
    background: rgba(46, 207, 142, 0.18);
    font-size: 1.6rem;
}

.benefit-card h3,
.step-card h3 {
    margin-bottom: 12px;
    font-size: 1.32rem;
}

.integral-section,
.specialties-section {
    padding: 92px 0;
    background: var(--light);
}

.image-card {
    padding: 12px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.image-card img {
    width: 100%;
    min-height: 440px;
    object-fit: cover;
    border-radius: 8px;
}

.highlight-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.highlight-list div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 24px rgba(11, 79, 138, 0.07);
}

.highlight-list i {
    color: var(--green);
    font-size: 1.4rem;
}

.highlight-list span {
    color: var(--ink);
    font-weight: 800;
}

.plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 640px;
    padding: clamp(24px, 4vw, 44px);
    border-radius: 8px;
    color: var(--white);
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(11, 79, 138, 0.98), rgba(14, 112, 184, 0.98)),
        radial-gradient(circle at 90% 0%, rgba(46, 207, 142, 0.28), transparent 36%);
    box-shadow: 0 30px 76px rgba(11, 79, 138, 0.18);
}

.plan-card.featured {
    color: var(--ink);
    border: 1px solid rgba(46, 207, 142, 0.68);
    background:
        linear-gradient(145deg, #F2FFF8, #BDF5DB),
        radial-gradient(circle at 90% 0%, rgba(45, 156, 219, 0.22), transparent 34%);
    box-shadow: 0 34px 90px rgba(46, 207, 142, 0.24);
}

.plans-intro {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.plans-intro div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: var(--white);
    box-shadow: 0 16px 34px rgba(11, 79, 138, 0.08);
    font-weight: 900;
}

.plans-intro i {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 8px;
    color: var(--blue);
    background: rgba(46, 207, 142, 0.2);
    font-size: 1.28rem;
}

.plan-badge,
.popular-badge {
    display: inline-flex;
    width: max-content;
    padding: 8px 13px;
    border-radius: 8px;
    font-weight: 900;
}

.plan-badge {
    color: var(--blue);
    background: var(--white);
}

.featured .plan-badge {
    color: var(--white);
    background: var(--blue);
}

.popular-badge {
    position: absolute;
    top: 22px;
    right: 22px;
    color: var(--blue);
    background: var(--green);
}

.plan-card h3 {
    margin-top: 22px;
    color: inherit;
    font-size: clamp(1.9rem, 3vw, 3rem);
}

.plan-card p {
    max-width: 560px;
    color: inherit;
    opacity: 0.92;
}

.plan-headline {
    min-height: 62px;
    margin-bottom: 18px;
    font-size: 1.08rem;
    font-weight: 800;
}

.coverage-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    max-width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    color: var(--blue);
    background: rgba(255, 255, 255, 0.94);
    font-weight: 900;
}

.featured .coverage-pill {
    color: var(--white);
    background: var(--blue);
}

.price-block {
    margin: 28px 0 18px;
    padding: 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
}

.featured .price-block {
    color: var(--blue);
    background: rgba(255, 255, 255, 0.78);
}

.price-block small,
.price-block span {
    display: block;
    font-weight: 800;
}

.price-block strong {
    display: block;
    font-size: clamp(2.8rem, 4.8vw, 4.3rem);
    line-height: 0.95;
}

.boleto-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 28px;
    padding: 16px;
    border-radius: 8px;
    color: var(--blue);
    background: rgba(255, 255, 255, 0.92);
}

.boleto-box span {
    font-weight: 800;
}

.boleto-box strong {
    font-size: 1.25rem;
}

.plan-explain {
    margin-bottom: 24px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.featured .plan-explain {
    border-color: rgba(11, 79, 138, 0.14);
    background: rgba(255, 255, 255, 0.74);
}

.plan-explain strong,
.included-title {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
    font-weight: 900;
}

.plan-explain p {
    margin: 0;
    font-size: 0.98rem;
}

.plan-card ul {
    display: grid;
    gap: 12px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.plan-card li {
    position: relative;
    padding-left: 30px;
    font-weight: 800;
}

.plan-card li::before {
    content: "+";
    position: absolute;
    left: 0;
    top: -2px;
    color: var(--green);
    font-weight: 900;
}

.featured li::before {
    color: var(--blue);
}

.plan-card .btn {
    margin-top: auto;
}

.specialties-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.specialty-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: var(--white);
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(11, 79, 138, 0.06);
}

.specialty-item i {
    color: var(--green);
}

.step-number {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--green);
    font-weight: 900;
}

.differentials-section {
    padding: 92px 0;
    background: var(--white);
}

.differentials-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 34px;
    align-items: center;
    padding: clamp(28px, 5vw, 60px);
    border-radius: 8px;
    color: var(--white);
    background: linear-gradient(125deg, var(--blue), var(--tech));
    box-shadow: var(--shadow);
}

.differentials-panel h2 {
    color: var(--white);
}

.differentials-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.differentials-list span {
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    font-weight: 800;
}

.final-cta {
    padding: 92px 0;
    color: var(--white);
    background:
        linear-gradient(120deg, rgba(11, 79, 138, 0.96), rgba(45, 156, 219, 0.78)),
        url("../img/telemedicina-video.png") center/cover;
}

.final-cta h2,
.final-cta p {
    color: var(--white);
}

.site-footer {
    padding: 54px 0 28px;
    color: rgba(255, 255, 255, 0.84);
    background: #082D4E;
}

.site-footer strong {
    display: block;
    margin-bottom: 10px;
    color: var(--white);
    font-size: 1.2rem;
}

.site-footer span {
    display: block;
    color: var(--green);
    font-weight: 900;
}

.social-links a {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-left: 8px;
    border-radius: 8px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
}

.site-footer hr {
    border-color: rgba(255, 255, 255, 0.16);
}

.footer-bottom {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 30;
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    border-radius: 8px;
    color: var(--blue);
    background: var(--green);
    box-shadow: 0 16px 34px rgba(46, 207, 142, 0.38);
    font-size: 1.8rem;
    text-decoration: none;
}

.whatsapp-float:hover {
    color: var(--blue);
    background: #7CE9C0;
}

.reveal-up {
    animation: revealUp 0.7s ease both;
}

@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1199.98px) {
    .specialties-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .plans-intro {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 118px;
    }

    .plan-card {
        min-height: auto;
    }

    .differentials-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .hero-section,
    .benefits-section,
    .integral-section,
    .plans-section,
    .specialties-section,
    .steps-section,
    .differentials-section,
    .final-cta {
        padding: 74px 0;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 2rem;
    }

    .hero-text {
        font-size: 1rem;
    }

    .hero-image-shell {
        padding: 0;
    }

    .hero-metrics > div {
        min-height: 92px;
    }

    .image-card img {
        min-height: 320px;
    }

    .popular-badge {
        position: static;
        margin-bottom: 14px;
    }

    .boleto-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .specialties-grid {
        grid-template-columns: 1fr;
    }

    .price-block strong {
        font-size: 3.2rem;
    }

    .plan-headline {
        min-height: auto;
    }

    .viva-brand img {
        width: min(238px, 64vw);
        max-height: 70px;
    }

    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 54px;
        height: 54px;
    }
}
