/* Homepage only: keep the decision path short and the plans easy to scan. */
.hero-section {
    padding: 52px 0 56px;
    background:
        radial-gradient(circle at 12% 12%, rgba(25, 193, 213, 0.16), transparent 30%),
        linear-gradient(135deg, #071f3d 0%, #0b315e 100%);
}

.hero-section::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
}

.hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 48px;
}

.hero-copy .eyebrow {
    color: #8be8ee;
    background: rgba(15, 184, 207, 0.12);
    border-color: rgba(139, 232, 238, 0.27);
}

.hero-copy h1 {
    max-width: 660px;
    margin: 18px 0 14px;
    color: #fff;
    font-size: clamp(34px, 4vw, 52px);
}

.hero-copy > p {
    max-width: 610px;
    color: #d6e6f5;
    font-size: 17px;
}

.hero-actions {
    margin-top: 26px;
}

.hero-actions .btn-primary {
    color: #071f3d;
    background: #6de1e8;
    box-shadow: none;
}

.hero-actions .btn-secondary {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.4);
}

.hero-actions .btn i {
    margin-right: 9px;
}

.hero-trust {
    gap: 12px 22px;
    margin-top: 24px;
    color: #c8d8e9;
    font-size: 13px;
    font-weight: 700;
}

.hero-trust i {
    color: #6de1e8;
}

.hero-card {
    padding: 28px;
    background: #fff;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 24px 55px rgba(0, 9, 26, 0.2);
}

.hero-card-kicker {
    color: #14718d;
    font-size: 13px;
    font-weight: 900;
}

.hero-card h2 {
    margin: 5px 0 16px;
    color: var(--navy);
    font-size: 22px;
    line-height: 1.35;
}

.quick-choice {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 14px 0;
    border-top: 1px solid var(--line);
}

.choice-icon {
    display: inline-flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #0b5e9b;
    background: #e9f7fb;
    border-radius: 11px;
    font-size: 20px;
}

.quick-choice strong {
    display: block;
    color: var(--navy);
    line-height: 1.35;
}

.quick-choice p {
    margin: 4px 0 0;
    color: #53677d;
    font-size: 14px;
    line-height: 1.55;
}

.choice-help {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 8px;
    color: #075b9d;
    font-size: 14px;
    font-weight: 900;
}

.plans-section {
    padding: 60px 0 58px;
    background: #f5f9fd;
    scroll-margin-top: 88px;
}

.plans-section .section-head {
    margin-bottom: 30px;
}

.plans-section .section-head h2 {
    margin: 10px 0 6px;
    font-size: clamp(27px, 3vw, 36px);
}

.plans-section .section-head p {
    font-size: 15px;
}

.plans-grid {
    gap: 16px;
}

.plans-section .plan-card {
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 7px 24px rgba(7, 31, 61, 0.05);
}

.plans-section .plan-card.featured {
    border: 2px solid #0fb8cf;
    padding: 23px;
    box-shadow: 0 13px 30px rgba(12, 99, 138, 0.12);
}

.plans-section .recommended {
    top: -13px;
    left: 18px;
    background: var(--orange);
    font-size: 12px;
}

.plans-section .plan-badge {
    padding: 3px 10px;
    font-size: 12px;
}

.plans-section .plan-card h3 {
    margin: 14px 0 3px;
    font-size: 21px;
}

.plan-for {
    min-height: 48px;
    margin: 0 0 17px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

.plans-section .price {
    align-items: baseline;
    gap: 7px;
    margin-bottom: 13px;
}

.plans-section .price span {
    font-size: 37px;
}

.plans-section .price small {
    margin: 0;
    font-size: 13px;
}

.plans-section .plan-card ul {
    margin-bottom: 20px;
}

.plans-section .plan-card li {
    padding: 7px 0;
    font-size: 13px;
}

.plans-section .plan-card li strong {
    color: var(--navy);
}

.plans-section .btn-plan {
    min-height: 44px;
    background: #0b315e;
}

.plans-section .featured .btn-plan {
    background: #087b9b;
}

.plans-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 12px;
    margin-top: 25px;
    color: #52657a;
    font-size: 14px;
}

.plans-footer p {
    margin: 0;
}

.plans-footer a {
    color: #075b9d;
    font-weight: 900;
}

.plans-footer a i {
    margin-right: 5px;
}

.cta-section {
    padding: 46px 0 56px;
    background: #fff;
}

.cta-card {
    padding: 30px 36px;
    border-radius: 17px;
    box-shadow: none;
}

.cta-kicker {
    color: #8be8ee;
    font-size: 13px;
    font-weight: 900;
}

.cta-card h2 {
    margin: 3px 0 5px;
    font-size: clamp(24px, 3vw, 31px);
}

.cta-card p {
    font-size: 15px;
}

.cta-card .cta-actions {
    flex: 0 0 auto;
    margin: 0;
}

.hero-section a:focus-visible,
.plans-section a:focus-visible,
.cta-section a:focus-visible {
    outline: 3px solid #ffab5b;
    outline-offset: 3px;
}

@media (max-width: 860px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .hero-card {
        max-width: 680px;
    }
}

@media (max-width: 640px) {
    .hero-section {
        padding: 36px 0 40px;
    }

    .hero-copy h1 {
        font-size: 31px;
    }

    .hero-copy > p {
        font-size: 15px;
    }

    .hero-actions {
        gap: 10px;
        margin-top: 20px;
    }

    .hero-trust {
        gap: 7px 14px;
        margin-top: 17px;
        font-size: 12px;
    }

    .hero-card {
        display: none;
    }

    .plans-section {
        padding: 42px 0;
        scroll-margin-top: 76px;
    }

    .plans-section .section-head {
        margin-bottom: 25px;
    }

    .plans-section .plan-card,
    .plans-section .plan-card.featured {
        padding: 21px;
    }

    .plan-for {
        min-height: 0;
    }

    .cta-section {
        padding: 36px 0 44px;
    }

    .cta-card {
        padding: 26px;
    }

    .cta-card .cta-actions {
        margin-top: 18px;
    }
}
