.info-page {
    min-height: 70vh;
    padding-bottom: 72px;
}

.info-hero {
    padding: 46px 0 42px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(46, 197, 255, .18), transparent 28%),
        linear-gradient(135deg, #07152c, #0a3470);
}

.info-back-link {
    display: inline-flex;
    margin-bottom: 26px;
    color: #88ddff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.info-kicker {
    display: block;
    color: #5ed6ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.info-hero h1 {
    max-width: 780px;
    margin: 10px 0 13px;
    font-size: clamp(34px, 4vw, 48px);
    letter-spacing: -.045em;
}

.info-hero p {
    max-width: 760px;
    margin: 0;
    color: #c5d4e8;
    font-size: 16px;
    line-height: 1.65;
}

.info-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    margin-top: 28px;
}

.info-navigation {
    position: sticky;
    top: 86px;
    display: grid;
    padding: 10px;
    border: 1px solid #dce6f1;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(20, 45, 75, .07);
}

.info-navigation a {
    padding: 11px 12px;
    border-radius: 9px;
    color: #54657c;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.info-navigation a:hover,
.info-navigation a.active {
    color: #0567e8;
    background: #edf5ff;
}

.info-content {
    display: grid;
    gap: 14px;
}

.info-notice {
    padding: 18px 20px;
    border: 1px solid #a9cef9;
    border-radius: 14px;
    color: #073b7d;
    background: #edf5ff;
    font-weight: 800;
    line-height: 1.6;
}

.info-section,
.company-info-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    padding: 25px;
    border: 1px solid #dce6f1;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(20, 45, 75, .06);
}

.info-section h2,
.company-info-card h2 {
    margin: 0 0 13px;
    color: #10213a;
    font-size: 23px;
}

.info-section p {
    margin: 0;
    color: #596b82;
    line-height: 1.7;
}

.info-section p + p {
    margin-top: 10px;
}

.info-section ul {
    display: grid;
    gap: 9px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.info-section li {
    position: relative;
    padding-left: 20px;
    color: #44566e;
    line-height: 1.55;
}

.info-section li::before {
    content: "";
    position: absolute;
    top: .65em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2ec5ff;
    box-shadow: 0 0 0 4px #e5f8ff;
}

.contact-panel {
    display: grid;
    grid-template-columns: minmax(300px, .85fr) minmax(380px, 1.15fr);
    overflow: hidden;
    min-height: 510px;
    border: 1px solid #dce6f1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(20, 45, 75, .09);
}

.contact-panel-details {
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.contact-panel h2 {
    margin: 0 0 20px;
    color: #10213a;
    font-size: 24px;
}

.contact-details-list {
    margin: 0;
}

.contact-details-list > div {
    padding: 13px 0;
    border-top: 1px solid #e3ebf4;
}

.contact-details-list dt {
    margin-bottom: 5px;
    color: #718198;
    font-size: 12px;
    font-weight: 800;
}

.contact-details-list dd {
    margin: 0;
    color: #10213a;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.contact-details-list a {
    color: #075fcf;
    text-decoration: none;
}

.contact-details-list a:hover {
    color: #003f8c;
}

.contact-company-block {
    display: grid;
    gap: 7px;
    margin-top: auto;
    padding: 18px;
    border-radius: 13px;
    color: #496078;
    background: #eef5fd;
    font-size: 13px;
}

.contact-company-block strong {
    margin-bottom: 2px;
    color: #10213a;
    font-size: 15px;
}

.contact-company-block b {
    color: #10213a;
}

.contact-map {
    min-height: 510px;
    background: #dce6f1;
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 510px;
    border: 0;
}

.info-help-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 18px;
    padding: 17px 20px;
    border-radius: 13px;
    color: #fff;
    background: #07152c;
}

.info-source {
    display: inline-flex;
    width: fit-content;
    padding: 11px 14px;
    border: 1px solid #bad9fb;
    border-radius: 10px;
    color: #0567e8;
    background: #f4f9ff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.info-help-card span {
    color: #9fdfff;
    font-weight: 800;
}

.info-help-card a {
    color: #5ed6ff;
    text-decoration: none;
}

.info-page a:focus-visible {
    outline: 3px solid rgba(46, 197, 255, .55);
    outline-offset: 3px;
}

@media (min-width: 981px) {
    .info-hero {
        padding: 35px 0 32px;
    }

    .info-back-link {
        margin-bottom: 20px;
    }

    .info-hero h1 {
        font-size: clamp(31px, 3.2vw, 40px);
    }

    .info-hero p {
        font-size: 14px;
    }

    .info-layout {
        grid-template-columns: 210px minmax(0, 1fr);
        gap: 18px;
        margin-top: 22px;
    }

    .info-section,
    .company-info-card {
        padding: 20px;
    }

    .contact-panel,
    .contact-map,
    .contact-map iframe {
        min-height: 470px;
    }
}

@media (max-width: 760px) {
    .info-page {
        padding-bottom: 54px;
    }

    .info-hero {
        padding: 31px 0;
    }

    .info-back-link {
        margin-bottom: 20px;
    }

    .info-hero h1 {
        font-size: 32px;
    }

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

    .info-layout {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 18px;
    }

    .info-navigation {
        position: static;
        display: flex;
        overflow-x: auto;
        padding: 7px;
        scrollbar-width: none;
    }

    .info-navigation::-webkit-scrollbar {
        display: none;
    }

    .info-navigation a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .info-section,
    .company-info-card {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 19px;
    }

    .info-section h2,
    .company-info-card h2 {
        font-size: 21px;
    }

    .contact-panel {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .contact-panel-details {
        padding: 21px;
    }

    .contact-panel h2 {
        font-size: 21px;
    }

    .contact-company-block {
        margin-top: 18px;
    }

    .contact-map,
    .contact-map iframe {
        min-height: 340px;
    }

    .info-help-card {
        align-items: flex-start;
        flex-direction: column;
    }
}
