.inner-page-hero--contact-light {
    background:
        radial-gradient(circle at 14% 24%, rgba(209, 225, 151, 0.42), transparent 28%),
        radial-gradient(circle at 84% 18%, rgba(23, 67, 38, 0.13), transparent 24%),
        linear-gradient(135deg, #eef5e8 0%, #dce9d3 55%, #cfdcc8 100%);
    color: #122018;
}

.inner-page-hero--contact-light .inner-page-hero__kicker {
    color: #132218;
    background: rgba(230, 238, 214, 0.86);
    border-color: rgba(21, 63, 34, 0.22);
    box-shadow: 0 12px 28px rgba(17, 38, 24, 0.16);
}

.inner-page-hero--contact-light h1 {
    color: #102116;
    text-shadow: 0 18px 44px rgba(31, 53, 36, 0.2);
}

.inner-page-hero--contact-light .inner-page-hero__description {
    color: #304634;
    text-shadow: none;
}

.inner-page-hero--contact-light::before {
    border-color: rgba(22, 76, 39, 0.18);
    box-shadow: inset 0 0 70px rgba(22, 76, 39, 0.08);
}

.inner-page-hero--contact-light::after {
    border-color: rgba(244, 222, 85, 0.24);
    background: rgba(244, 222, 85, 0.08);
}

.inner-page-hero--contact-light .inner-page-hero__curve {
    border-color: rgba(22, 76, 39, 0.24) transparent transparent rgba(244, 222, 85, 0.24);
}

.inner-page-hero--contact-light .inner-page-hero__circle--one {
    border-color: rgba(22, 76, 39, 0.22);
    background: rgba(22, 76, 39, 0.08);
}

.inner-page-hero--contact-light .inner-page-hero__circle--two {
    border-color: rgba(244, 222, 85, 0.3);
    background: rgba(244, 222, 85, 0.12);
}

.inner-page-hero--contact-light .inner-page-hero__circle--three {
    background: rgba(22, 76, 39, 0.12);
}

.contact-page {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 96px 24px;
    background:
        radial-gradient(circle at 10% 18%, rgba(244, 222, 85, 0.22), transparent 28%),
        radial-gradient(circle at 90% 76%, rgba(32, 95, 50, 0.14), transparent 25%),
        linear-gradient(135deg, #eef5e8 0%, #e2ecd9 48%, #d3dfcd 100%);
    color: #102116;
}

.contact-page::before,
.contact-page::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}

.contact-page::before {
    width: 760px;
    height: 330px;
    top: 72px;
    right: -270px;
    border: 1px solid rgba(21, 73, 36, 0.18);
    transform: rotate(-15deg);
}

.contact-page::after {
    width: 620px;
    height: 260px;
    left: -240px;
    bottom: 68px;
    border: 1px solid rgba(244, 222, 85, 0.28);
    transform: rotate(18deg);
}

.contact-shell {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(100%, 1160px);
    margin: 0 auto;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 24px;
    align-items: stretch;
}

.contact-cta-panel,
.contact-form-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(20, 64, 34, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(250, 253, 246, 0.82), rgba(224, 235, 215, 0.68)),
        rgba(235, 244, 228, 0.82);
    box-shadow:
        0 26px 70px rgba(29, 59, 37, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.contact-cta-panel::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -120px;
    top: -110px;
    border-radius: 50%;
    background: rgba(244, 222, 85, 0.22);
}

.contact-cta-panel {
    display: flex;
    min-height: 560px;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    padding: 36px;
}

.contact-kicker {
    width: fit-content;
    margin: 0;
    padding: 9px 14px;
    color: #122018;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    border: 1px solid rgba(20, 64, 34, 0.2);
    border-radius: 8px;
    background: rgba(244, 222, 85, 0.66);
}

.contact-cta-panel h2 {
    max-width: 520px;
    margin: 0;
    color: #102116;
    font-size: 48px;
    font-weight: 950;
    line-height: 1.03;
    letter-spacing: 0;
}

.contact-copy {
    max-width: 520px;
    margin: 0;
    color: #334b36;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0;
}

.contact-phone-card {
    display: grid;
    width: min(100%, 500px);
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 20px;
    color: #10190f;
    text-decoration: none;
    border: 1px solid rgba(20, 64, 34, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 246, 128, 0.92), rgba(216, 232, 89, 0.88)),
        #e6ef6d;
    box-shadow:
        0 20px 44px rgba(46, 74, 30, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.48);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.contact-phone-card > span:not(.contact-phone-card__icon) {
    min-width: 0;
}

.contact-phone-card:hover,
.contact-phone-card:focus-visible {
    transform: translateY(-3px);
    box-shadow:
        0 28px 60px rgba(46, 74, 30, 0.28),
        0 0 0 3px rgba(20, 64, 34, 0.1);
    outline: none;
}

.contact-phone-card__icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    color: #f7ea5a;
    font-size: 24px;
    border-radius: 8px;
    background: #102116;
    box-shadow: 0 14px 28px rgba(16, 33, 22, 0.22);
}

.contact-phone-card small,
.contact-phone-card strong {
    display: block;
    letter-spacing: 0;
}

.contact-phone-card small {
    margin-bottom: 5px;
    color: #405018;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.contact-phone-card strong {
    color: #102116;
    font-size: 30px;
    font-weight: 950;
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.contact-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-highlights span {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    color: #233b28;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.2;
    border: 1px solid rgba(20, 64, 34, 0.14);
    border-radius: 8px;
    background: rgba(248, 252, 244, 0.64);
}

.contact-highlights i {
    color: #19572c;
}

.contact-form-panel {
    padding: 28px;
}

.contact-form-heading {
    margin-bottom: 18px;
}

.contact-form-heading p,
.contact-form-heading h3 {
    margin: 0;
}

.contact-form-heading p {
    color: #6a751d;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.contact-form-heading h3 {
    margin-top: 8px;
    color: #102116;
    font-size: 32px;
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: 0;
}

@media (max-width: 960px) {
    .contact-page {
        padding: 78px 18px;
    }

    .contact-shell {
        grid-template-columns: 1fr;
    }

    .contact-cta-panel {
        min-height: 0;
    }
}

@media (max-width: 560px) {
    .contact-page {
        padding: 64px 14px;
    }

    .contact-cta-panel,
    .contact-form-panel {
        padding: 22px;
    }

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

    .contact-copy {
        font-size: 16px;
    }

    .contact-phone-card {
        display: flex;
        width: 100%;
        gap: 12px;
        padding: 14px;
        align-items: center;
        justify-content: center;
        text-align: left;
        border-color: rgba(20, 64, 34, 0.26);
        background:
            linear-gradient(135deg, rgba(255, 249, 128, 0.98), rgba(222, 238, 77, 0.94)),
            #e8ef58;
        box-shadow:
            0 16px 32px rgba(46, 74, 30, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.62);
    }

    .contact-phone-card:hover,
    .contact-phone-card:focus-visible {
        transform: translateY(-2px);
        box-shadow:
            0 20px 40px rgba(46, 74, 30, 0.24),
            0 0 0 3px rgba(20, 64, 34, 0.12);
    }

    .contact-phone-card__icon {
        flex: 0 0 auto;
        width: 52px;
        height: 52px;
        font-size: 21px;
        box-shadow: 0 12px 22px rgba(16, 33, 22, 0.2);
    }

    .contact-phone-card small {
        margin-bottom: 4px;
        font-size: 11px;
        line-height: 1;
    }

    .contact-phone-card strong {
        font-size: 22px;
        font-variant-numeric: tabular-nums;
        line-height: 1.1;
        overflow-wrap: normal;
        word-break: normal;
        white-space: nowrap;
    }
}

@media (max-width: 380px) {
    .contact-phone-card {
        gap: 10px;
        padding: 12px;
    }

    .contact-phone-card__icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .contact-phone-card strong {
        font-size: 20px;
    }
}

@media (max-width: 340px) {
    .contact-phone-card strong {
        font-size: 19px;
        white-space: normal;
    }
}
