/* Shared hero companions: visual choices that lead to a useful next step. */
.hero-panel {
    position: relative;
    overflow: hidden;
    padding: 22px;
    color: #fff;
    background: radial-gradient(circle at 8% 0%, rgba(71, 206, 225, 0.24), transparent 42%), linear-gradient(145deg, #19517b, #092743);
    border: 1px solid rgba(124, 221, 235, 0.38);
    border-radius: 22px;
    box-shadow: 0 24px 46px rgba(0, 9, 26, 0.2);
}

.hero-panel::before {
    content: "";
    position: absolute;
    top: -65px;
    left: -65px;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(139, 232, 238, 0.14);
    border-radius: 50%;
    pointer-events: none;
}

.panel-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.panel-kicker {
    color: #9cecf2;
    font-size: 12px;
    font-weight: 900;
}

.panel-top > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: rgba(139, 232, 238, 0.16);
    border: 1px solid rgba(139, 232, 238, 0.22);
    border-radius: 11px;
    font-size: 18px;
}

.hero-panel h2 {
    position: relative;
    margin: 6px 0 17px;
    color: #fff;
    font-size: clamp(20px, 2.1vw, 25px);
    line-height: 1.3;
    font-weight: 900;
}

.hero-option-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.hero-option {
    display: flex;
    flex-direction: column;
    min-height: 172px;
    padding: 15px;
    color: #0b315e;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 19, 46, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-option:hover,
.hero-option:focus-visible,
.hero-route:hover,
.hero-route:focus-visible,
.hero-service-links a:hover,
.hero-service-links a:focus-visible,
.hero-topic:hover,
.hero-topic:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 13px 24px rgba(0, 19, 46, 0.18);
}

.hero-option > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 11px;
    color: #fff;
    background: linear-gradient(135deg, #0fb8cf, #1167d8);
    border-radius: 11px;
    font-size: 22px;
}

.hero-option strong {
    color: #0b315e;
    font-size: 18px;
    line-height: 1.2;
}

.hero-option small {
    min-height: 32px;
    margin-top: 3px;
    color: #60758b;
    font-size: 11px;
    line-height: 1.4;
}

.hero-option em {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-top: auto;
    padding-top: 10px;
    color: #075b9d;
    border-top: 1px solid #e5eff6;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.panel-help {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 17px;
    color: #9cecf2;
    font-size: 13px;
    font-weight: 900;
}

.hero-route-list,
.hero-topic-list {
    position: relative;
    display: grid;
    gap: 9px;
}

.hero-route,
.hero-topic {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 13px;
    color: #0b315e;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 12px;
    text-align: right;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-route > i:first-child,
.hero-topic > i:first-child {
    display: inline-flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #087d9e;
    background: #e9f7fb;
    border-radius: 10px;
    font-size: 19px;
}

.hero-route span,
.hero-topic span {
    flex: 1;
    min-width: 0;
}

.hero-route strong,
.hero-route small {
    display: block;
    line-height: 1.4;
}

.hero-route strong,
.hero-topic span {
    color: #0b315e;
    font-size: 15px;
    font-weight: 900;
}

.hero-route small {
    margin-top: 3px;
    color: #66798d;
    font-size: 11px;
}

.hero-route > i:last-child,
.hero-topic > i:last-child {
    color: #087d9e;
    font-size: 13px;
}

.panel-meta {
    margin-top: 14px;
    color: #c6e1ed;
    font-size: 12px;
    font-weight: 700;
}

.panel-meta i {
    margin-left: 6px;
}

.hero-service-links {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.hero-service-links a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 135px;
    padding: 13px;
    color: #0b315e;
    background: #fff;
    border-radius: 13px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-service-links i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    color: #087d9e;
    background: #e9f7fb;
    border-radius: 9px;
    font-size: 18px;
}

.hero-service-links strong {
    color: #0b315e;
    font-size: 15px;
}

.hero-service-links span {
    color: #66798d;
    font-size: 10px;
    line-height: 1.5;
}

.hero-topic {
    width: 100%;
    cursor: pointer;
    font-family: inherit;
}

.simple-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: center;
    gap: 42px;
}

.portfolio-proof-panel {
    overflow: hidden;
    padding: 13px;
    background: #fff;
    border: 1px solid #dbe7f3;
    border-radius: 18px;
    box-shadow: 0 20px 42px rgba(7, 31, 61, 0.11);
}

.proof-screen {
    overflow: hidden;
    border: 1px solid #e2edf7;
    border-radius: 11px;
}

.proof-screen-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    color: #637b91;
    background: #f1f6fb;
    font-size: 11px;
}

.proof-screen-bar span {
    display: inline-flex;
    gap: 4px;
}

.proof-screen-bar i {
    width: 6px;
    height: 6px;
    background: #8db6ca;
    border-radius: 50%;
}

.proof-screen img {
    display: block;
    width: 100%;
    height: 235px;
    object-fit: cover;
    object-position: top center;
}

.proof-footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 13px 4px 2px;
}

.proof-footer small,
.proof-footer strong {
    display: block;
}

.proof-footer small {
    color: #64748b;
    font-size: 11px;
}

.proof-footer strong {
    color: #0b315e;
    font-size: 15px;
}

.hero-panel a:focus-visible,
.hero-panel button:focus-visible {
    outline: 3px solid #ffab5b;
    outline-offset: 3px;
}

#faq-results,
.policy-content article[id],
.video-section[id] {
    scroll-margin-top: 95px;
}

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

@media (max-width: 640px) {
    .hero-panel {
        padding: 16px;
        border-radius: 17px;
    }

    .hero-panel h2 {
        margin-bottom: 12px;
        font-size: 20px;
    }

    .hero-option {
        min-height: 145px;
        padding: 11px;
    }

    .hero-option > i {
        width: 34px;
        height: 34px;
        margin-bottom: 8px;
        font-size: 18px;
    }

    .hero-option strong {
        font-size: 15px;
    }

    .hero-option small,
    .hero-option em {
        font-size: 10px;
    }

    .hero-route,
    .hero-topic {
        padding: 10px;
    }

    .hero-service-links a {
        min-height: 117px;
        padding: 10px;
    }

    .hero-service-links strong {
        font-size: 13px;
    }

    .hero-service-links span {
        font-size: 9px;
    }

    .proof-screen img {
        height: 190px;
    }
}
