.home-about-section {
    padding-bottom: 3.5rem;
}

.home-about-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.26fr) minmax(320px, 0.74fr);
    gap: 2.5rem;
    align-items: center;
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(24, 47, 88, 0.98), rgba(11, 25, 49, 0.95));
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(18, 33, 63, 0.18);
    color: #fff;
}

.home-about-hero__media {
    background: transparent;
}

.home-about-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(225, 191, 18, 0.18);
    color: #e8c233;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-about-hero__copy h2,
.home-section-title {
    margin: 0 0 1rem;
    color: #162f57;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 900;
    line-height: 1.05;
}

.home-about-hero__copy h2 {
    color: #fff;
}

.home-about-hero__copy p,
.home-about-summary p,
.home-copy-panel p,
.home-story-card__content p,
.home-benefits-panel__text p {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.4rem;
    line-height: 1.85;
}

.home-about-summary {
    margin-top: 2rem;
    padding: 2rem 2.25rem;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(18, 33, 63, 0.09);
}

.home-about-summary p,
.home-copy-panel p,
.home-story-card__content p,
.home-benefits-panel__text p {
    color: #51657f;
}

.home-about-hero__image-wrap {
    position: relative;
    overflow: hidden;
    min-height: 0;
    border-radius: 22px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
    background: transparent;
}

.home-about-hero__image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 17, 35, 0.12) 0%, rgba(5, 17, 35, 0.42) 100%);
}

.home-about-hero__image-wrap img,
.home-story-card__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.home-section-title {
    text-align: center;
    font-size: clamp(1.85rem, 3vw, 2.45rem);
}

.home-section-title--left {
    text-align: left;
}

.home-numbers-grid {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.home-numbers-grid > .column {
    width: auto;
    float: none;
}

.home-number-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    min-height: 182px;
    padding: 1.5rem 1.25rem;
    border: 1px solid rgba(22, 47, 87, 0.1);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 35px rgba(22, 47, 87, 0.08);
    text-align: center;
    transform: translateY(18px) scale(0.98);
    opacity: 0;
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 520ms ease, box-shadow 320ms ease;
}

.home-number-card.is-visible {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.home-number-card:hover {
    box-shadow: 0 24px 42px rgba(22, 47, 87, 0.12);
}

.home-number-card__icon {
    margin-bottom: 1rem;
    color: #e0b90e;
    font-size: 2rem;
}

.home-number-card strong {
    margin-bottom: 0.45rem;
    color: #162f57;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.home-number-card span:last-child {
    color: #5a6c84;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.45;
}

.home-specialists-section .boxes {
    display: flex;
    flex-wrap: wrap;
}

.home-specialist-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 2.15rem 2rem 2rem;
    border: 1px solid rgba(22, 47, 87, 0.12);
    border-radius: 28px;
    background: linear-gradient(180deg, #f1cc11 0%, #e1bb0f 100%) !important;
    text-align: left;
    box-shadow: 0 24px 50px rgba(22, 47, 87, 0.12);
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
}

.home-specialist-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 8px;
    background: linear-gradient(90deg, #162f57 0%, #24497f 100%);
}

.home-specialist-card::after {
    content: "";
    position: absolute;
    top: -70px;
    right: -55px;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 72%);
    pointer-events: none;
}

.home-specialist-card .feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin-bottom: 1.15rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #162f57 !important;
    font-size: 3.6rem;
    line-height: 1;
}

.home-specialist-card .feature-text h5 {
    margin-bottom: 0.8rem;
    color: #162f57;
    font-size: 1.62rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.home-specialist-card .feature-text p {
    margin-bottom: 0.95rem;
    color: #18325d;
    line-height: 1.72;
}

.home-specialist-list,
.home-focus-list {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.home-specialist-list li,
.home-focus-list li {
    position: relative;
    margin-bottom: 0.7rem;
    padding-left: 1.35rem;
    color: #18325d;
    line-height: 1.65;
}

.home-specialist-list li::before,
.home-focus-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: #162f57;
    transform: translateY(-50%);
}

.home-specialist-card .feature-text p:first-of-type {
    margin-bottom: 1rem;
    color: #162f57;
    font-size: 1.08rem;
    line-height: 1.45;
}

.home-specialist-card .feature-text p:first-of-type strong {
    display: inline-block;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(22, 47, 87, 0.12);
    color: #162f57;
    font-weight: 900;
}

.home-specialist-card .feature-text p:last-of-type {
    margin-top: 1.2rem;
    margin-bottom: 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(22, 47, 87, 0.16);
    color: #162f57;
    font-size: 1.03rem;
    line-height: 1.5;
}

.home-specialist-card .feature-text p:last-of-type strong {
    font-weight: 900;
}

.home-specialist-list {
    margin-top: 1.15rem;
    margin-bottom: 1.15rem;
}

.home-copy-panel,
.home-benefits-panel,
.home-story-card {
    height: 100%;
    padding: 2rem;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(22, 47, 87, 0.1);
}

.home-benefits-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100%;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.home-benefits-panel img {
    width: min(100%, 320px);
    margin-bottom: 1.5rem;
}

.home-benefits-panel__text h4 {
    margin-bottom: 0.75rem;
    color: #162f57;
    font-size: 1.45rem;
    font-weight: 900;
}

.home-story-section .column {
    display: flex;
}

.home-story-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.home-story-card__image {
    overflow: hidden;
    height: 260px;
    border-radius: 18px;
}

.home-story-card--vision {
    background: linear-gradient(180deg, #19345f 0%, #0c1f3d 100%);
}

.home-story-card--vision .home-section-title,
.home-story-card--vision .home-story-card__content p {
    color: #fff;
}

.home-story-card--vision .home-about-eyebrow {
    background: rgba(232, 194, 51, 0.16);
}

.home-story-card__badge {
    padding: 1.4rem 1.5rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.home-story-card__badge span {
    display: inline-flex;
    margin-bottom: 0.85rem;
    color: #e8c233;
    font-size: 1.8rem;
}

.home-story-card__badge strong {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 1.1rem;
    font-weight: 900;
}

.home-story-card__badge p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
}

.home-contact-section {
    background: linear-gradient(135deg, #10294f 0%, #1d3b6e 100%);
}

.home-contact-section .row.flex {
    display: flex;
    align-items: stretch;
}

.home-contact-copy {
    height: 100%;
    padding: 0.5rem 1rem 0 0;
    color: #fff;
}

.home-contact-copy .home-about-eyebrow {
    background: rgba(232, 194, 51, 0.14);
}

.home-contact-copy h3 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 900;
    line-height: 1.05;
}

.home-contact-copy > p {
    margin-bottom: 1.25rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.4rem;
    line-height: 1.8;
}

.home-contact-benefits {
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
}

.home-contact-benefits li {
    position: relative;
    margin-bottom: 0.85rem;
    padding-left: 1.35rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.55;
}

.home-contact-benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.78em;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #e8c233;
    transform: translateY(-50%);
}

.home-contact-note {
    display: flex;
    gap: 0.95rem;
    align-items: flex-start;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}

.home-contact-note span {
    margin-top: 0.15rem;
    color: #e8c233;
    font-size: 1.2rem;
}

.home-contact-note p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.4rem;
    line-height: 1.7;
}

.home-contact-card {
    padding: 2rem;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 30px 65px rgba(8, 20, 41, 0.22);
}

.home-contact-card__header {
    margin-bottom: 1.5rem;
}

.home-contact-card__header h4 {
    margin: 0 0 0.45rem;
    color: #162f57;
    font-size: 1.7rem;
    font-weight: 900;
}

.home-contact-card__header p {
    margin: 0;
    color: #5b6d84;
    line-height: 1.7;
}

.home-contact-form .form-element.large,
.home-contact-form .form-select.large {
    margin-bottom: 1.1rem;
}

.home-contact-form input.form-element.large,
.home-contact-form textarea.form-element.large,
.home-contact-form .form-select select {
    height: 58px;
    padding: 0 1.1rem;
    border: 1px solid rgba(22, 47, 87, 0.12);
    border-radius: 16px;
    background: #f7f9fc;
    color: #162f57;
    font-size: 1rem;
    box-shadow: none;
}

.home-contact-form textarea.form-element.large {
    height: 168px;
    padding-top: 1rem;
    resize: vertical;
}

.home-contact-form input::placeholder,
.home-contact-form textarea::placeholder {
    color: #6d7f95;
}

.home-contact-form .form-select select {
    appearance: none;
}

.home-contact-segment {
    margin: 0.3rem 0 1.15rem;
}

.home-contact-segment__label {
    display: block;
    margin-bottom: 0.7rem;
    color: #162f57;
    font-size: 0.95rem;
    font-weight: 800;
}

.home-contact-segment__options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.home-contact-segment__options .radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    margin-bottom: 0;
}

.home-contact-segment__options .radio-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-bottom: 0;
    min-height: 52px;
    padding: 0.78rem 1.05rem;
    border: 1px solid rgba(22, 47, 87, 0.12);
    border-radius: 999px;
    background: #f7f9fc;
    color: #284469;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.home-contact-segment__options .radio + .radio-label::before {
    margin-right: 0.8rem;
    border-color: rgba(22, 47, 87, 0.16);
    background: #fff;
}

.home-contact-segment__options .radio:checked + .radio-label {
    border-color: #162f57;
    background: #162f57;
    color: #fff;
}

.home-contact-terms {
    padding-top: 0.25rem;
}

.home-contact-terms .checkbox-label {
    color: #51657f;
    line-height: 1.6;
}

.home-contact-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.6rem;
}

.home-contact-actions .button {
    min-width: 240px;
    height: 56px;
    padding: 0 1.5rem;
    border-radius: 16px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

@media (max-width: 1140px) {
    .home-about-hero {
        grid-template-columns: 1fr;
    }

    .home-about-hero__image-wrap {
        min-height: 0;
    }
}

@media (min-width: 1141px) {
    .home-about-hero__copy h2 {
        white-space: nowrap;
        line-height: 1;
    }
}

@media (max-width: 960px) {
    .home-number-card {
        width: 180px;
    }

    .home-contact-section .column {
        width: 100%;
    }

    .home-contact-copy {
        margin-bottom: 2rem;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .home-section-title {
        font-size: 2rem;
        line-height: 1.08;
    }

    .home-about-hero__copy h2 {
        font-size: clamp(2rem, 7vw, 2.6rem);
        line-height: 1.06;
        white-space: normal;
    }

    .home-about-hero__copy p,
    .home-about-summary p {
        font-size: 1.4rem;
        line-height: 1.82;
    }

    .home-numbers-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        align-items: stretch;
    }

    .home-numbers-grid > .column {
        width: 100%;
        float: none;
        margin: 0;
    }

    .home-numbers-grid > .column:last-child {
        grid-column: auto;
        width: 100%;
        max-width: none;
        justify-self: stretch;
    }

    .home-number-card {
        width: 100%;
        min-height: 168px;
        padding: 1.35rem 1rem;
    }

    .home-number-card strong {
        font-size: 1.9rem;
    }

    .home-number-card span:last-child {
        font-size: 0.88rem;
    }

    .home-about-hero,
    .home-about-summary,
    .home-copy-panel,
    .home-benefits-panel,
    .home-story-card,
    .home-contact-card {
        padding: 1.5rem;
    }

    .home-about-hero__image-wrap {
        min-height: 0;
    }

    .home-specialists-section .column,
    .home-focus-section .column,
    .home-story-section .column,
    .home-contact-section .column {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .home-story-card__image {
        height: 220px;
    }

    .home-contact-actions {
        justify-content: stretch;
    }

    .home-contact-actions .button {
        width: 100%;
        min-width: 0;
    }

    .home-contact-segment {
        margin: 0.15rem 0 0.95rem;
    }

    .home-contact-segment__label {
        margin-bottom: 0.55rem;
        font-size: 0.92rem;
        line-height: 1.3;
    }

    .home-contact-segment__options {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }

    .home-contact-segment__options .radio-label {
        width: 100%;
        justify-content: flex-start;
        padding: 0.85rem 1rem;
        font-size: 0.98rem;
        line-height: 1.2;
    }
}
