.aibp-home {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    color: #101820;
}

.aibp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 28px;
    align-items: center;
    padding: 48px 0 28px;
}

.aibp-hero__copy h1 {
    margin: 0 0 14px;
    font-size: clamp(36px, 6vw, 58px);
    line-height: 1.02;
    letter-spacing: 0;
    color: #101820;
}

.aibp-hero__copy p {
    max-width: 640px;
    color: #4b5b65;
    font-size: 18px;
    line-height: 1.65;
}

.aibp-kicker {
    display: inline-flex;
    margin: 0 0 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e9f5f1;
    color: #12664f !important;
    font-size: 13px !important;
    font-weight: 800;
    text-transform: uppercase;
}

.aibp-hero__search {
    border: 1px solid #d8e1e8;
    border-radius: 8px;
    background: #f7fafc;
    padding: 16px;
}

.aibp-search {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: stretch;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #ffffff;
}

.aibp-search label {
    display: grid;
    gap: 6px;
    font-weight: 700;
}

.aibp-search input {
    min-height: 44px;
    border: 1px solid #bdcbd5;
    border-radius: 6px;
    padding: 8px 10px;
}

.aibp-search button {
    min-height: 44px;
    border: 0;
    border-radius: 6px;
    padding: 10px 16px;
    background: #d71920;
    color: #ffffff;
    font-weight: 700;
}

.aibp-section {
    padding: 28px 0;
}

.aibp-section--soft {
    border-top: 1px solid #edf2f5;
    border-bottom: 1px solid #edf2f5;
}

.aibp-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.aibp-section__head h2 {
    margin: 0;
    font-size: 26px;
    color: #101820;
}

.aibp-section__head a {
    color: #0f5f87;
    font-weight: 800;
    text-decoration: none;
}

.aibp-cta {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    border-radius: 6px;
    padding: 10px 16px;
    background: #d71920;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.aibp-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin: 20px 0;
}

.aibp-card,
.aibp-empty {
    border: 1px solid #d8e1e8;
    border-radius: 8px;
    background: #ffffff;
    padding: 16px;
}

.aibp-card {
    min-height: 88px;
}

.aibp-card a {
    color: #101820;
    font-weight: 700;
    text-decoration: none;
}

.aibp-card span {
    display: block;
    margin-top: 8px;
    color: #5d6d78;
    font-size: 14px;
}

.aibp-city-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin: 18px 0;
}

.aibp-city-grid a {
    border: 1px solid #d8e1e8;
    border-radius: 8px;
    padding: 12px;
    color: #101820;
    font-weight: 700;
    text-decoration: none;
    background: #fff;
}

.aibp-city-grid a:hover,
.aibp-card:hover {
    border-color: #9eb5c5;
}

.aibp-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 30px 0 46px;
}

.aibp-info-grid article {
    border: 1px solid #d8e1e8;
    border-radius: 8px;
    padding: 18px;
    background: #ffffff;
}

.aibp-info-grid h2 {
    margin: 0 0 8px;
    color: #101820;
    font-size: 20px;
}

.aibp-info-grid p {
    margin: 0;
    color: #4b5b65;
    line-height: 1.6;
}

.aibp-route-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin: 0 0 22px;
}

.aibp-route-summary div {
    border: 1px solid #d8e1e8;
    border-radius: 8px;
    background: #ffffff;
    padding: 14px;
}

.aibp-route-summary span {
    display: block;
    color: #5d6d78;
    font-size: 14px;
}

.aibp-route-summary strong {
    display: block;
    color: #101820;
    font-size: 18px;
}

@media (max-width: 680px) {
    .aibp-home {
        width: min(100% - 20px, 1120px);
    }

    .aibp-hero {
        grid-template-columns: 1fr;
        padding-top: 28px;
    }

    .aibp-hero__copy h1 {
        font-size: 38px;
    }

    .aibp-section__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .aibp-info-grid {
        grid-template-columns: 1fr;
    }

    .aibp-search {
        grid-template-columns: 1fr;
    }
}
