.business-contact-page {
    background: #ffffff;
}

.contact-hero {
    --grineu-green: #179A43;
    --grineu-green-bright: #65B728;
    --grineu-green-dark: #0E6F32;
    --grineu-deep-navy: #001527;
    --grineu-navy: #07182E;
    --grineu-muted-light: #B7C2CB;
    --grineu-white: #FFFFFF;
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - var(--header-height, 0px));
    padding: 54px 0 70px;
    background:
        radial-gradient(circle at 52% 32%, rgba(23, 154, 67, .12) 0%, rgba(0, 23, 40, 0) 38%),
        linear-gradient(115deg, #001527 0%, #001B2E 56%, #001324 100%);
    color: var(--grineu-white);
    font-family: "Poppins", sans-serif;
}

.contact-hero,
.contact-hero * {
    box-sizing: border-box;
}

.contact-hero::after {
    position: absolute;
    inset: 0;
    z-index: 3;
    background:
        radial-gradient(circle at 51% 24%, rgba(101, 183, 40, .3) 0 2px, transparent 4px),
        radial-gradient(circle at 55% 31%, rgba(101, 183, 40, .28) 0 3px, transparent 5px),
        radial-gradient(circle at 61% 26%, rgba(101, 183, 40, .2) 0 2px, transparent 4px),
        linear-gradient(90deg, transparent 0 52%, rgba(0, 21, 39, .06) 73%, rgba(0, 21, 39, .44) 100%);
    content: "";
    pointer-events: none;
}

.contact-hero__grid {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: .22;
    background-image:
        linear-gradient(rgba(183, 194, 203, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(183, 194, 203, .08) 1px, transparent 1px);
    background-size: 86px 86px;
    mask-image: linear-gradient(90deg, #000 0%, #000 62%, transparent 92%);
    pointer-events: none;
}

.contact-hero__dots {
    position: absolute;
    top: 70px;
    left: 48%;
    z-index: 2;
    width: 360px;
    height: 360px;
    opacity: .23;
    background-image: radial-gradient(circle, rgba(101, 183, 40, .7) 0 1px, transparent 2px);
    background-size: 13px 13px;
    pointer-events: none;
}

.contact-hero__wave {
    position: absolute;
    right: -5%;
    bottom: -60px;
    left: 36%;
    z-index: 4;
    height: 190px;
    opacity: .32;
    background:
        repeating-radial-gradient(ellipse at center, transparent 0 14px, rgba(101, 183, 40, .32) 15px 16px, transparent 17px 28px);
    transform: rotate(-4deg);
    pointer-events: none;
}

.contact-hero__visual {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 48.5%;
    overflow: hidden;
    border-left: 1px solid rgba(101, 183, 40, .58);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 20% 72%, 4% 45%);
}

.contact-hero__visual::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0, 21, 39, .35), transparent 32%),
        linear-gradient(180deg, rgba(0, 21, 39, .12), rgba(0, 21, 39, .32));
    content: "";
    pointer-events: none;
}

.contact-hero__visual::after {
    position: absolute;
    top: -8%;
    bottom: -8%;
    left: 8%;
    z-index: 2;
    width: 2px;
    background: linear-gradient(180deg, transparent, rgba(101, 183, 40, .84), transparent);
    content: "";
    transform: rotate(12deg);
    transform-origin: center;
    pointer-events: none;
}

.contact-hero__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
}

.contact-hero__container {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(560px, .55fr) minmax(360px, .45fr);
    align-items: end;
    min-height: 740px;
    width: 100%;
    padding-right: clamp(22px, 3.7vw, 58px);
    padding-left: clamp(22px, 3.7vw, 58px);
}

.contact-hero__content {
    align-self: center;
    max-width: 790px;
    padding-top: 8px;
}

.contact-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    margin-bottom: clamp(70px, 8vh, 116px);
    text-transform: uppercase;
}

.contact-hero__breadcrumb ol {
    display: flex;
    gap: 14px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-hero__breadcrumb li {
    display: flex;
    gap: 14px;
    align-items: center;
    color: var(--grineu-green-bright);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.contact-hero__breadcrumb li + li::before {
    color: rgba(255, 255, 255, .82);
    content: "/";
    font-weight: 600;
}

.contact-hero__breadcrumb a {
    color: var(--grineu-white);
    font-weight: 500;
    text-decoration: none;
}

.contact-hero__breadcrumb > span,
.contact-hero__eyebrow span,
.contact-hero__divider {
    display: inline-block;
    height: 2px;
    border-radius: 999px;
    background: var(--grineu-green-bright);
}

.contact-hero__breadcrumb > span {
    width: 58px;
}

.contact-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    margin: 0 0 34px;
    color: var(--grineu-green-bright);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.contact-hero__eyebrow span {
    width: 54px;
}

.contact-hero__title {
    margin: 0;
    color: var(--grineu-white);
    font-size: clamp(58px, 5.6vw, 86px);
    font-weight: 800;
    line-height: 1.01;
    letter-spacing: 0;
    text-shadow: 0 16px 34px rgba(0, 0, 0, .3);
}

.contact-hero__title span,
.contact-hero__title strong,
.contact-hero__description span {
    display: block;
}

.contact-hero__title strong {
    color: var(--grineu-green-bright);
    font-weight: inherit;
}

.contact-hero__divider {
    width: 64px;
    margin: 36px 0 30px;
}

.contact-hero__description {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 20px;
    line-height: 1.68;
}

.contact-hero__highlights {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    max-width: 760px;
    margin-top: 46px;
}

.contact-hero-highlight {
    min-width: 0;
    padding: 0 26px;
    border-left: 1px solid rgba(255, 255, 255, .28);
}

.contact-hero-highlight:first-child {
    padding-left: 0;
    border-left: 0;
}

.contact-hero-highlight span {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    border: 2px solid rgba(101, 183, 40, .72);
    border-radius: 50%;
    color: var(--grineu-green-bright);
    font-size: 28px;
    transition: border-color .25s ease, color .25s ease, transform .25s ease;
}

.contact-hero-highlight:hover span {
    border-color: var(--grineu-green-bright);
    color: var(--grineu-white);
    transform: translateY(-2px);
}

.contact-hero-highlight h2,
.contact-hero-highlight p {
    margin: 0;
}

.contact-hero-highlight h2 {
    color: var(--grineu-white);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

.contact-hero-highlight p {
    margin-top: 9px;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.48;
}

.contact-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 46px;
}

.contact-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-width: 286px;
    min-height: 64px;
    padding: 0 28px;
    border-radius: 6px;
    color: var(--grineu-white);
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}

.contact-hero__button i {
    transition: transform .25s ease;
}

.contact-hero__button:hover i,
.contact-hero__button:focus-visible i {
    transform: translateX(3px);
}

.contact-hero__button--primary {
    border: 1px solid var(--grineu-green-bright);
    background: linear-gradient(135deg, #68B92D, #1A9340);
}

.contact-hero__button--primary:hover,
.contact-hero__button--primary:focus-visible {
    border-color: var(--grineu-green);
    background: linear-gradient(135deg, #2D9B31, #0E6F32);
    color: var(--grineu-white);
    box-shadow: 0 16px 30px rgba(14, 111, 50, .24);
}

.contact-hero__button--secondary {
    border: 1px solid rgba(101, 183, 40, .86);
    background: rgba(0, 21, 39, .2);
}

.contact-hero__button--secondary:hover,
.contact-hero__button--secondary:focus-visible {
    border-color: var(--grineu-green-bright);
    background: rgba(23, 154, 67, .94);
    color: var(--grineu-white);
}

.contact-hero__button:focus-visible,
.contact-hero__breadcrumb a:focus-visible,
.contact-hero__phone-number:focus-visible {
    outline: 3px solid rgba(101, 183, 40, .42);
    outline-offset: 5px;
}

.contact-hero__phone-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    justify-self: end;
    width: min(410px, 100%);
    margin: 0 28px 8px 0;
    padding: 34px 36px;
    border: 1px solid rgba(183, 194, 203, .18);
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(4, 27, 44, .97), rgba(2, 20, 35, .96));
    box-shadow: 0 24px 58px rgba(0, 0, 0, .34);
    transition: border-color .25s ease, transform .25s ease;
}

.contact-hero__phone-card:hover {
    border-color: rgba(101, 183, 40, .58);
    transform: translateY(-2px);
}

.contact-hero__phone-icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(101, 183, 40, .8);
    border-radius: 50%;
    color: var(--grineu-green-bright);
    font-size: 27px;
}

.contact-hero__phone-card p,
.contact-hero__phone-card span {
    margin: 0;
}

.contact-hero__phone-card p {
    color: var(--grineu-white);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.contact-hero__phone-number {
    display: block;
    margin-top: 9px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .36);
    color: var(--grineu-white);
    font-size: clamp(24px, 2.1vw, 34px);
    font-weight: 800;
    line-height: 1.18;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.contact-hero__phone-card span {
    display: block;
    margin-top: 18px;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.4;
}

@media (max-width: 1399.98px) {
    .contact-hero__container {
        grid-template-columns: minmax(520px, .58fr) minmax(320px, .42fr);
    }

    .contact-hero__highlights {
        max-width: 720px;
    }

    .contact-hero-highlight {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 1199.98px) {
    .contact-hero {
        min-height: 780px;
    }

    .contact-hero__visual {
        width: 45%;
        opacity: .88;
    }

    .contact-hero__container {
        grid-template-columns: minmax(0, .68fr) minmax(280px, .32fr);
        min-height: 680px;
    }

    .contact-hero__breadcrumb {
        margin-bottom: 70px;
    }

    .contact-hero__title {
        font-size: clamp(52px, 5.4vw, 68px);
    }

    .contact-hero__highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 560px;
        gap: 28px 0;
    }

    .contact-hero-highlight:nth-child(odd) {
        padding-left: 0;
        border-left: 0;
    }

    .contact-hero__phone-card {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 18px;
        margin-right: 0;
        padding: 26px 24px;
    }

    .contact-hero__phone-icon {
        width: 54px;
        height: 54px;
        font-size: 23px;
    }
}

@media (max-width: 991.98px) {
    .contact-hero {
        min-height: 0;
        padding: 46px 0 54px;
    }

    .contact-hero::after,
    .contact-hero__grid {
        mask-image: none;
    }

    .contact-hero__visual {
        position: relative;
        z-index: 5;
        width: auto;
        height: 430px;
        margin: 28px clamp(18px, 4vw, 34px) 0;
        border: 1px solid rgba(101, 183, 40, .38);
        border-radius: 12px;
        clip-path: none;
    }

    .contact-hero__visual::after {
        display: none;
    }

    .contact-hero__container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        padding-right: clamp(18px, 4vw, 34px);
        padding-left: clamp(18px, 4vw, 34px);
    }

    .contact-hero__content {
        max-width: 720px;
    }

    .contact-hero__breadcrumb {
        margin-bottom: 58px;
    }

    .contact-hero__phone-card {
        align-self: stretch;
        width: auto;
        max-width: 520px;
        margin: 24px 0 0;
    }
}

@media (max-width: 767.98px) {
    .contact-hero {
        padding: 38px 0 46px;
    }

    .contact-hero__dots,
    .contact-hero__wave {
        opacity: .16;
    }

    .contact-hero__breadcrumb {
        gap: 16px;
        margin-bottom: 46px;
    }

    .contact-hero__breadcrumb li {
        font-size: 13px;
    }

    .contact-hero__breadcrumb > span {
        width: 44px;
    }

    .contact-hero__eyebrow {
        margin-bottom: 28px;
        font-size: 16px;
    }

    .contact-hero__title {
        font-size: clamp(42px, 11vw, 50px);
    }

    .contact-hero__description {
        font-size: 17px;
    }

    .contact-hero__highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 0;
    }

    .contact-hero-highlight {
        padding: 0 18px;
    }

    .contact-hero-highlight:nth-child(odd) {
        padding-left: 0;
        border-left: 0;
    }

    .contact-hero-highlight span {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }

    .contact-hero__actions {
        flex-direction: column;
    }

    .contact-hero__button {
        width: 100%;
        min-width: 0;
    }

    .contact-hero__visual {
        height: 390px;
    }

    .contact-hero__phone-card {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .contact-hero__container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .contact-hero__dots,
    .contact-hero__wave {
        display: none;
    }

    .contact-hero__breadcrumb {
        flex-wrap: wrap;
        margin-bottom: 38px;
    }

    .contact-hero__title {
        font-size: clamp(38px, 12vw, 44px);
    }

    .contact-hero__highlights {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-hero-highlight,
    .contact-hero-highlight:first-child {
        padding: 0;
        border-left: 0;
    }

    .contact-hero__visual {
        height: 360px;
        margin-right: 16px;
        margin-left: 16px;
    }

    .contact-hero__phone-card {
        grid-template-columns: 1fr;
        padding: 24px 22px;
    }
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(24, 172, 44, 0.45);
    border-radius: 999px;
    color: #18a92d;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 8px 13px;
    text-transform: uppercase;
}

.contact-channels {
    --grineu-green: #179A43;
    --grineu-green-dark: #0E6F32;
    --grineu-navy: #07182E;
    --grineu-text: #40516A;
    --grineu-light-green: #F3FAF5;
    --grineu-border: #E8ECEF;
    position: relative;
    overflow: hidden;
    padding: 88px 0 72px;
    background:
        radial-gradient(circle at 50% 12%, rgba(23, 154, 67, .035), transparent 34%),
        #FFFFFF;
    color: var(--grineu-navy);
    font-family: "Poppins", sans-serif;
}

.contact-channels,
.contact-channels * {
    box-sizing: border-box;
}

.contact-channels__orbit {
    position: absolute;
    top: 72px;
    left: -86px;
    width: 330px;
    height: 330px;
    opacity: .18;
    border-radius: 50%;
    background:
        radial-gradient(circle at 78% 42%, rgba(23, 154, 67, .9) 0 5px, transparent 6px),
        repeating-radial-gradient(circle at center, transparent 0 16px, rgba(14, 111, 50, .18) 17px 18px, transparent 19px 31px);
    pointer-events: none;
}

.contact-channels__dots {
    position: absolute;
    top: 84px;
    right: 56px;
    width: 260px;
    height: 230px;
    opacity: .22;
    background-image: radial-gradient(circle, rgba(23, 154, 67, .68) 0 2px, transparent 3px);
    background-size: 18px 18px;
    pointer-events: none;
}

.contact-channels__container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-right: clamp(20px, 4vw, 64px);
    padding-left: clamp(20px, 4vw, 64px);
}

.contact-channels__header {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.contact-channels__eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 22px;
    margin: 0 0 26px;
    color: var(--grineu-green-dark);
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.contact-channels__eyebrow::after {
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--grineu-green);
    content: "";
    transform: translateX(-50%);
}

.contact-channels__eyebrow span,
.contact-channels__divider,
.contact-channel-card__divider {
    display: inline-block;
    height: 2px;
    border-radius: 999px;
    background: var(--grineu-green);
}

.contact-channels__eyebrow span {
    width: 48px;
}

.contact-channels__title {
    margin: 0;
    color: var(--grineu-navy);
    font-size: clamp(50px, 5vw, 72px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.contact-channels__title strong {
    color: var(--grineu-green);
    font-weight: inherit;
}

.contact-channels__description {
    max-width: 700px;
    margin: 24px auto 0;
    color: var(--grineu-text);
    font-size: 21px;
    line-height: 1.45;
}

.contact-channels__description span {
    display: block;
}

.contact-channels__divider {
    width: 64px;
    margin-top: 28px;
}

.contact-channels__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 26px;
    margin-top: 48px;
}

.contact-channel-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    min-height: 420px;
    padding: 40px 28px 34px;
    border: 1px solid rgba(7, 24, 46, .08);
    border-radius: 20px;
    background:
        radial-gradient(circle at 50% 0, rgba(23, 154, 67, .04), transparent 38%),
        #FFFFFF;
    box-shadow: 0 18px 44px rgba(7, 24, 46, .07);
    text-align: center;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.contact-channel-card:hover,
.contact-channel-card:focus-within {
    border-color: rgba(23, 154, 67, .2);
    box-shadow: 0 26px 58px rgba(7, 24, 46, .12);
    transform: translateY(-6px);
}

.contact-channel-card__icon {
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    border: 1px solid rgba(23, 154, 67, .12);
    border-radius: 50%;
    background: var(--grineu-light-green);
    color: var(--grineu-green-dark);
    font-size: 38px;
    transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}

.contact-channel-card:hover .contact-channel-card__icon,
.contact-channel-card:focus-within .contact-channel-card__icon {
    background: #EFFAF2;
    color: var(--grineu-green);
    box-shadow: 0 0 0 10px rgba(23, 154, 67, .06);
}

.contact-channel-card h3,
.contact-channel-card p,
.contact-channel-card small {
    margin: 0;
}

.contact-channel-card h3 {
    margin-top: 28px;
    color: var(--grineu-navy);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.22;
}

.contact-channel-card p {
    min-height: 58px;
    margin-top: 14px;
    color: var(--grineu-text);
    font-size: 17px;
    line-height: 1.45;
}

.contact-channel-card__divider {
    width: 48px;
    margin: 24px 0 24px;
}

.contact-channel-card__primary {
    color: var(--grineu-green-dark);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.contact-channel-card__primary:hover,
.contact-channel-card__primary:focus-visible {
    color: var(--grineu-green);
}

.contact-channel-card__primary:focus-visible,
.contact-channels__trust-item a:focus-visible {
    outline: 3px solid rgba(23, 154, 67, .24);
    outline-offset: 4px;
}

.contact-channel-card small {
    display: block;
    margin-top: 13px;
    color: var(--grineu-text);
    font-size: 16px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.contact-channels__trust {
    display: grid;
    grid-template-columns: minmax(220px, .24fr) repeat(3, minmax(0, 1fr));
    align-items: stretch;
    margin-top: 44px;
    overflow: hidden;
    border: 1px solid rgba(7, 24, 46, .08);
    border-radius: 14px;
    background: linear-gradient(180deg, #FFFFFF, #FBFDFB);
    box-shadow: 0 12px 34px rgba(7, 24, 46, .05);
}

.contact-channels__trust-lead {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    min-width: 0;
    padding: 28px 34px;
    background: linear-gradient(135deg, #2D9B31, #167B33);
    color: #FFFFFF;
}

.contact-channels__trust-lead span,
.contact-channels__trust-item > span {
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.contact-channels__trust-lead span {
    width: 56px;
    height: 56px;
    border: 2px solid rgba(255, 255, 255, .82);
    font-size: 28px;
}

.contact-channels__trust-lead h3,
.contact-channels__trust-item h3,
.contact-channels__trust-item p {
    margin: 0;
}

.contact-channels__trust-lead h3 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.24;
}

.contact-channels__trust-lead h3 span {
    display: block;
}

.contact-channels__trust-item {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    min-width: 0;
    padding: 28px 34px;
    border-left: 1px solid rgba(7, 24, 46, .12);
}

.contact-channels__trust-item > span {
    width: 58px;
    height: 58px;
    background: var(--grineu-light-green);
    color: var(--grineu-green-dark);
    font-size: 28px;
}

.contact-channels__trust-item h3 {
    color: var(--grineu-navy);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.28;
}

.contact-channels__trust-item p {
    margin-top: 8px;
    color: var(--grineu-text);
    font-size: 15px;
    line-height: 1.46;
}

@media (max-width: 1399.98px) {
    .contact-channels__grid {
        gap: 18px;
    }

    .contact-channel-card {
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media (max-width: 1199.98px) {
    .contact-channels {
        padding: 78px 0 66px;
    }

    .contact-channels__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .contact-channel-card {
        grid-column: span 2;
        min-height: 390px;
    }

    .contact-channel-card:nth-child(4),
    .contact-channel-card:nth-child(5) {
        grid-column: span 3;
    }

    .contact-channels__trust {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .contact-channels__trust-lead {
        grid-column: 1 / -1;
    }

    .contact-channels__trust-item:nth-of-type(1) {
        border-left: 0;
    }
}

@media (max-width: 991.98px) {
    .contact-channels__container {
        padding-right: clamp(18px, 4vw, 34px);
        padding-left: clamp(18px, 4vw, 34px);
    }

    .contact-channels__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-channel-card,
    .contact-channel-card:nth-child(4),
    .contact-channel-card:nth-child(5) {
        grid-column: auto;
    }

    .contact-channel-card:last-child {
        grid-column: 1 / -1;
        max-width: 420px;
        justify-self: center;
        width: 100%;
    }

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

    .contact-channels__trust-item,
    .contact-channels__trust-item:nth-of-type(1) {
        border-top: 1px solid rgba(7, 24, 46, .12);
        border-left: 0;
    }
}

@media (max-width: 767.98px) {
    .contact-channels {
        padding: 62px 0 54px;
    }

    .contact-channels__orbit {
        top: 28px;
        left: -160px;
        opacity: .12;
    }

    .contact-channels__dots {
        top: 56px;
        right: -70px;
        opacity: .12;
    }

    .contact-channels__eyebrow {
        gap: 16px;
        font-size: 14px;
    }

    .contact-channels__eyebrow span {
        width: 34px;
    }

    .contact-channels__title {
        font-size: clamp(40px, 11vw, 50px);
    }

    .contact-channels__description {
        font-size: 17px;
    }

    .contact-channels__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-channel-card,
    .contact-channel-card:last-child {
        grid-column: auto;
        max-width: none;
        min-height: 0;
        padding: 32px 24px 30px;
    }

    .contact-channel-card p {
        min-height: 0;
    }

    .contact-channels__trust-lead,
    .contact-channels__trust-item {
        grid-template-columns: 58px minmax(0, 1fr);
        padding: 24px 22px;
    }
}

@media (max-width: 575.98px) {
    .contact-channels__container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .contact-channels__orbit,
    .contact-channels__dots {
        display: none;
    }

    .contact-channels__title {
        font-size: clamp(36px, 11vw, 42px);
    }

    .contact-channel-card__icon {
        width: 72px;
        height: 72px;
        font-size: 32px;
    }

    .contact-channels__trust-lead,
    .contact-channels__trust-item {
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: left;
    }
}

.contact-office-section {
    --grineu-green: #179A43;
    --grineu-green-dark: #0E6F32;
    --grineu-navy: #07182E;
    --grineu-text: #40516A;
    --grineu-light-green: #F3FAF5;
    --grineu-border: #E8ECEF;
    position: relative;
    overflow: hidden;
    padding: 88px 0 72px;
    background: #FFFFFF;
    color: var(--grineu-navy);
    font-family: "Poppins", sans-serif;
}

.contact-office-section,
.contact-office-section * {
    box-sizing: border-box;
}

.contact-office-section__dots {
    position: absolute;
    top: 20px;
    right: 32px;
    width: 320px;
    height: 260px;
    opacity: .22;
    background-image: radial-gradient(circle, rgba(23, 154, 67, .62) 0 2px, transparent 3px);
    background-size: 17px 17px;
    pointer-events: none;
}

.contact-office-section__container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-right: clamp(20px, 4.5vw, 72px);
    padding-left: clamp(20px, 4.5vw, 72px);
}

.contact-office-section__main {
    display: grid;
    grid-template-columns: minmax(0, .53fr) minmax(460px, .47fr);
    gap: clamp(44px, 5vw, 78px);
    align-items: center;
}

.contact-office-section__content {
    min-width: 0;
}

.contact-office-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 30px;
    color: var(--grineu-green-dark);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.contact-office-section__eyebrow span,
.contact-office-section__divider {
    display: inline-block;
    height: 2px;
    border-radius: 999px;
    background: var(--grineu-green);
}

.contact-office-section__eyebrow span {
    width: 48px;
}

.contact-office-section__title {
    margin: 0;
    color: var(--grineu-navy);
    font-size: clamp(50px, 4.7vw, 72px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.contact-office-section__title span {
    display: block;
}

.contact-office-section__title strong {
    color: var(--grineu-green);
    font-weight: inherit;
}

.contact-office-section__description {
    max-width: 560px;
    margin: 22px 0 0;
    color: var(--grineu-text);
    font-size: 20px;
    line-height: 1.58;
}

.contact-office-section__divider {
    width: 52px;
    margin-top: 28px;
}

.contact-office-section__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
}

.contact-office-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    min-height: 320px;
    padding: 30px 20px 28px;
    border: 1px solid rgba(7, 24, 46, .08);
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 18px 44px rgba(7, 24, 46, .07);
    text-align: center;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.contact-office-card:hover,
.contact-office-card:focus-within {
    border-color: rgba(23, 154, 67, .2);
    box-shadow: 0 26px 58px rgba(7, 24, 46, .12);
    transform: translateY(-6px);
}

.contact-office-card__icon {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    border: 1px solid rgba(23, 154, 67, .12);
    border-radius: 50%;
    background: var(--grineu-light-green);
    color: var(--grineu-green-dark);
    font-size: 36px;
}

.contact-office-card h3,
.contact-office-card p,
.contact-office-card address {
    margin: 0;
}

.contact-office-card h3 {
    margin-top: 24px;
    color: var(--grineu-navy);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.24;
}

.contact-office-card p,
.contact-office-card address {
    margin-top: 16px;
    color: var(--grineu-text);
    font-size: 14px;
    font-style: normal;
    line-height: 1.58;
    overflow-wrap: anywhere;
}

.contact-office-card strong {
    display: block;
    margin-top: 8px;
    color: var(--grineu-green-dark);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.contact-office-card__rule {
    display: block;
    width: 100%;
    height: 1px;
    margin: 18px 0 4px;
    background: rgba(7, 24, 46, .13);
}

.contact-office-card a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    color: var(--grineu-green-dark);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.contact-office-card a i,
.contact-office-section__directions a i {
    transition: transform .25s ease;
}

.contact-office-card a:hover i,
.contact-office-card a:focus-visible i,
.contact-office-section__directions a:hover i,
.contact-office-section__directions a:focus-visible i {
    transform: translateX(4px);
}

.contact-office-card a:focus-visible,
.contact-office-section__directions a:focus-visible {
    outline: 3px solid rgba(23, 154, 67, .24);
    outline-offset: 4px;
}

.contact-office-section__visual {
    position: relative;
    min-width: 0;
    padding-bottom: 70px;
}

.contact-office-section__visual > img {
    display: block;
    width: 100%;
    height: 640px;
    border-radius: 14px;
    object-fit: cover;
    object-position: 58% center;
    box-shadow: 0 24px 58px rgba(7, 24, 46, .13);
}

.contact-office-section__directions {
    position: absolute;
    right: -24px;
    bottom: 0;
    left: 28px;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    min-width: 0;
    padding: 22px 26px;
    border: 1px solid rgba(7, 24, 46, .08);
    border-radius: 0 0 14px 14px;
    background: #FFFFFF;
    box-shadow: 0 18px 46px rgba(7, 24, 46, .12);
}

.contact-office-section__directions > span {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3FA83D, #167B33);
    color: #FFFFFF;
    font-size: 30px;
}

.contact-office-section__directions h3,
.contact-office-section__directions p {
    margin: 0;
}

.contact-office-section__directions h3 {
    color: var(--grineu-navy);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.contact-office-section__directions p {
    margin-top: 8px;
    color: var(--grineu-text);
    font-size: 15px;
    line-height: 1.35;
}

.contact-office-section__directions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 180px;
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid var(--grineu-green);
    border-radius: 7px;
    color: var(--grineu-green-dark);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.contact-office-section__directions a:hover,
.contact-office-section__directions a:focus-visible {
    background: var(--grineu-green);
    color: #FFFFFF;
    box-shadow: 0 14px 28px rgba(23, 154, 67, .18);
}

.contact-office-section__strip {
    display: grid;
    grid-template-columns: minmax(300px, .32fr) minmax(300px, .38fr) minmax(320px, .3fr);
    gap: 34px;
    align-items: center;
    margin-top: 42px;
    padding: 32px 36px;
    border: 1px solid rgba(7, 24, 46, .08);
    border-radius: 12px;
    background:
        radial-gradient(circle at 10% 80%, rgba(23, 154, 67, .08), transparent 30%),
        #F8FBF8;
}

.contact-office-section__strip-copy {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    min-width: 0;
}

.contact-office-section__strip-copy > span {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: var(--grineu-light-green);
    color: var(--grineu-green-dark);
    font-size: 37px;
}

.contact-office-section__strip-copy h3,
.contact-office-section__strip-copy p {
    margin: 0;
}

.contact-office-section__strip-copy h3 {
    color: var(--grineu-navy);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.contact-office-section__strip-copy p {
    margin-top: 10px;
    color: var(--grineu-text);
    font-size: 16px;
    line-height: 1.55;
}

.contact-office-section__map {
    position: relative;
    min-height: 148px;
    border-right: 1px solid rgba(7, 24, 46, .14);
    border-left: 1px solid rgba(7, 24, 46, .14);
}

.contact-office-section__map img {
    display: block;
    width: 100%;
    height: 148px;
    opacity: .28;
    object-fit: contain;
}

.contact-office-section__map i {
    position: absolute;
    top: 50%;
    left: 62%;
    color: var(--grineu-green);
    font-size: 46px;
    filter: drop-shadow(0 10px 16px rgba(14, 111, 50, .22));
    transform: translate(-50%, -50%);
}

.contact-office-section__checks {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-office-section__checks li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    color: var(--grineu-navy);
    font-size: 17px;
    line-height: 1.35;
}

.contact-office-section__checks i {
    color: var(--grineu-green-dark);
    font-size: 22px;
}

@media (max-width: 1199.98px) {
    .contact-office-section {
        padding: 78px 0 64px;
    }

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

    .contact-office-section__content {
        max-width: 820px;
    }

    .contact-office-section__visual {
        max-width: 850px;
    }

    .contact-office-section__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-office-card:last-child {
        grid-column: 1 / -1;
        max-width: 380px;
        justify-self: center;
        width: 100%;
    }

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

    .contact-office-section__map {
        border-top: 1px solid rgba(7, 24, 46, .14);
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid rgba(7, 24, 46, .14);
        padding: 18px 0;
    }
}

@media (max-width: 991.98px) {
    .contact-office-section__container {
        padding-right: clamp(18px, 4vw, 34px);
        padding-left: clamp(18px, 4vw, 34px);
    }

    .contact-office-section__visual > img {
        height: 520px;
    }

    .contact-office-section__directions {
        right: 18px;
        left: 18px;
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .contact-office-section__directions a {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

@media (max-width: 767.98px) {
    .contact-office-section {
        padding: 62px 0 54px;
    }

    .contact-office-section__dots {
        right: -120px;
        opacity: .12;
    }

    .contact-office-section__eyebrow {
        font-size: 13px;
    }

    .contact-office-section__title {
        font-size: clamp(40px, 11vw, 50px);
    }

    .contact-office-section__description {
        font-size: 17px;
    }

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

    .contact-office-card,
    .contact-office-card:last-child {
        grid-column: auto;
        max-width: none;
        min-height: 0;
    }

    .contact-office-section__visual {
        padding-bottom: 0;
    }

    .contact-office-section__visual > img {
        height: 410px;
    }

    .contact-office-section__directions {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: -1px;
        border-radius: 0 0 14px 14px;
    }

    .contact-office-section__strip {
        padding: 26px 22px;
    }

    .contact-office-section__strip-copy {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .contact-office-section__container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .contact-office-section__dots {
        display: none;
    }

    .contact-office-section__title {
        font-size: clamp(36px, 11vw, 44px);
    }

    .contact-office-section__visual > img {
        height: 360px;
    }

    .contact-office-section__directions,
    .contact-office-section__strip-copy,
    .contact-office-section__checks li {
        grid-template-columns: 1fr;
    }

    .contact-office-section__directions a {
        width: 100%;
    }
}

.contact-form-section {
    --grineu-green: #179A43;
    --grineu-green-dark: #0E6F32;
    --grineu-navy: #07182E;
    --grineu-text: #40516A;
    --grineu-light-green: #F3FAF5;
    --grineu-border: #E7EBEF;
    position: relative;
    overflow: hidden;
    padding: 88px 0 72px;
    background: #FFFFFF;
    color: var(--grineu-navy);
    font-family: "Poppins", sans-serif;
}

.contact-form-section,
.contact-form-section * {
    box-sizing: border-box;
}

.contact-form-section__dots {
    position: absolute;
    bottom: 0;
    left: -42px;
    width: 520px;
    height: 210px;
    opacity: .18;
    background-image: radial-gradient(circle, rgba(23, 154, 67, .62) 0 2px, transparent 3px);
    background-size: 17px 17px;
    mask-image: radial-gradient(ellipse at 38% 100%, #000 0 52%, transparent 74%);
    pointer-events: none;
}

.contact-form-section__container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(420px, .38fr) minmax(580px, .62fr);
    gap: clamp(48px, 5vw, 86px);
    align-items: start;
    width: 100%;
    padding-right: clamp(20px, 4.5vw, 72px);
    padding-left: clamp(20px, 4.5vw, 72px);
}

.contact-form-section__copy {
    min-width: 0;
    padding-top: 18px;
}

.contact-form-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 34px;
    color: var(--grineu-green-dark);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.contact-form-section__eyebrow span,
.contact-form-section__divider,
.contact-form-section__header h3::after {
    display: inline-block;
    height: 2px;
    border-radius: 999px;
    background: var(--grineu-green);
}

.contact-form-section__eyebrow span {
    width: 44px;
}

.contact-form-section__title {
    margin: 0;
    color: var(--grineu-navy);
    font-size: clamp(52px, 4.8vw, 74px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}

.contact-form-section__title span {
    display: block;
}

.contact-form-section__title strong {
    color: var(--grineu-green);
    font-weight: inherit;
}

.contact-form-section__description {
    max-width: 520px;
    margin: 28px 0 0;
    color: var(--grineu-text);
    font-size: 20px;
    line-height: 1.68;
}

.contact-form-section__description span {
    display: block;
}

.contact-form-section__divider {
    width: 50px;
    margin-top: 26px;
}

.contact-form-section__benefits {
    display: grid;
    max-width: 500px;
    margin-top: 34px;
}

.contact-form-section__benefits article {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    min-width: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(7, 24, 46, .12);
}

.contact-form-section__benefits article:first-child {
    border-top: 0;
}

.contact-form-section__benefits article > span,
.contact-form-section__header > span,
.contact-form-section__security > span {
    display: grid;
    place-items: center;
    border: 1px solid rgba(23, 154, 67, .11);
    border-radius: 50%;
    background: var(--grineu-light-green);
    color: var(--grineu-green-dark);
}

.contact-form-section__benefits article > span {
    width: 72px;
    height: 72px;
    font-size: 31px;
}

.contact-form-section__benefits h3,
.contact-form-section__benefits p,
.contact-form-section__header h3,
.contact-form-section__header p,
.contact-form-section__security h3,
.contact-form-section__security p {
    margin: 0;
}

.contact-form-section__benefits h3 {
    color: var(--grineu-navy);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.28;
}

.contact-form-section__benefits p {
    margin-top: 8px;
    color: var(--grineu-text);
    font-size: 16px;
    line-height: 1.52;
}

.contact-form-section__card {
    min-width: 0;
    padding: 48px;
    border: 1px solid rgba(7, 24, 46, .08);
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 100%, rgba(23, 154, 67, .035), transparent 34%),
        #FFFFFF;
    box-shadow: 0 24px 64px rgba(7, 24, 46, .1);
}

.contact-form-section__header {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
    margin-bottom: 26px;
}

.contact-form-section__header > span {
    width: 76px;
    height: 76px;
    font-size: 32px;
}

.contact-form-section__header h3 {
    color: var(--grineu-navy);
    font-size: 29px;
    font-weight: 800;
    line-height: 1.25;
}

.contact-form-section__header h3::after {
    display: block;
    width: 44px;
    margin: 20px 0 0;
    content: "";
}

.contact-form-section__header p {
    margin-top: 10px;
    color: var(--grineu-text);
    font-size: 18px;
    line-height: 1.4;
}

.contact-form-section__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
}

.contact-form-section__form .contact-validation-summary,
.contact-form-section__field--wide,
.contact-form-section__consent,
.contact-form-section__submit,
.contact-form-section__security {
    grid-column: 1 / -1;
}

.contact-form-section__field {
    position: relative;
    min-width: 0;
}

.contact-form-section__field label {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.contact-form-section__field input,
.contact-form-section__field select,
.contact-form-section__field textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(7, 24, 46, .16);
    border-radius: 8px;
    background: #FFFFFF;
    color: #27384D;
    font: inherit;
    font-size: 15px;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form-section__field input,
.contact-form-section__field select {
    min-height: 62px;
    padding: 0 52px 0 20px;
}

.contact-form-section__field textarea {
    min-height: 148px;
    padding: 18px 52px 18px 20px;
    resize: vertical;
}

.contact-form-section__field input::placeholder,
.contact-form-section__field textarea::placeholder {
    color: #40516A;
    opacity: .95;
}

.contact-form-section__field input:focus,
.contact-form-section__field select:focus,
.contact-form-section__field textarea:focus {
    border-color: rgba(23, 154, 67, .58);
    box-shadow: 0 0 0 4px rgba(23, 154, 67, .11);
}

.contact-form-section__field > i {
    position: absolute;
    top: 31px;
    right: 20px;
    color: #40516A;
    font-size: 19px;
    pointer-events: none;
    transform: translateY(-50%);
}

.contact-form-section__field textarea + i {
    top: 34px;
}

.contact-form-section__select select {
    padding-top: 20px;
    appearance: none;
}

.contact-form-section__select::before {
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 1;
    color: var(--grineu-navy);
    font-size: 14px;
    font-weight: 500;
    content: "Type of Inquiry *";
    pointer-events: none;
}

.contact-form-section__select select {
    color: var(--grineu-text);
}

.contact-form-section__consent {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    color: var(--grineu-navy);
    font-size: 15px;
    line-height: 1.45;
}

.contact-form-section__consent input {
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-color: rgba(23, 154, 67, .52);
    accent-color: var(--grineu-green);
}

.contact-form-section__consent label {
    margin: 0;
}

.contact-form-section__consent a {
    color: var(--grineu-green-dark);
    text-decoration: none;
}

.contact-form-section__consent a:hover,
.contact-form-section__consent a:focus-visible {
    color: var(--grineu-green);
    text-decoration: underline;
}

.contact-form-section__consent .text-danger {
    grid-column: 2;
}

.contact-form-section__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-height: 64px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #2D9B31, #188B34);
    color: #FFFFFF;
    font: inherit;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.contact-form-section__submit i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 2px solid rgba(255, 255, 255, .86);
    border-radius: 50%;
    font-size: 15px;
}

.contact-form-section__submit:hover,
.contact-form-section__submit:focus-visible {
    background: linear-gradient(135deg, #178B36, #0E6F32);
    box-shadow: 0 16px 28px rgba(14, 111, 50, .22);
    transform: translateY(-1px);
}

.contact-form-section__submit:focus-visible,
.contact-form-section__consent input:focus-visible {
    outline: 3px solid rgba(23, 154, 67, .24);
    outline-offset: 4px;
}

.contact-form-section__submit:disabled {
    cursor: progress;
    opacity: .74;
    transform: none;
}

.contact-form-section__security {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 84px;
    gap: 18px;
    align-items: center;
    margin-top: 6px;
    padding: 22px 24px;
    border-radius: 10px;
    background: linear-gradient(90deg, #F7FBF8, #F2F8F3);
}

.contact-form-section__security > span {
    width: 48px;
    height: 48px;
    font-size: 20px;
}

.contact-form-section__security h3 {
    color: var(--grineu-navy);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

.contact-form-section__security p {
    margin-top: 8px;
    color: var(--grineu-text);
    font-size: 15px;
    line-height: 1.42;
}

.contact-form-section__security strong {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border: 2px solid rgba(23, 154, 67, .18);
    border-radius: 50%;
    color: var(--grineu-green-dark);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.05;
    text-align: center;
}

.contact-form-section__security strong span {
    display: block;
    font-size: 18px;
}

@media (max-width: 1199.98px) {
    .contact-form-section {
        padding: 78px 0 64px;
    }

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

    .contact-form-section__copy {
        max-width: 760px;
    }

    .contact-form-section__card {
        max-width: 880px;
    }
}

@media (max-width: 991.98px) {
    .contact-form-section__container {
        padding-right: clamp(18px, 4vw, 34px);
        padding-left: clamp(18px, 4vw, 34px);
    }
}

@media (max-width: 767.98px) {
    .contact-form-section {
        padding: 62px 0 54px;
    }

    .contact-form-section__eyebrow {
        font-size: 13px;
    }

    .contact-form-section__title {
        font-size: clamp(40px, 11vw, 50px);
    }

    .contact-form-section__description {
        font-size: 17px;
    }

    .contact-form-section__benefits article {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 18px;
    }

    .contact-form-section__benefits article > span {
        width: 62px;
        height: 62px;
        font-size: 27px;
    }

    .contact-form-section__card {
        padding: 30px 22px;
    }

    .contact-form-section__header {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 18px;
    }

    .contact-form-section__header > span {
        width: 58px;
        height: 58px;
        font-size: 26px;
    }

    .contact-form-section__header h3 {
        font-size: 24px;
    }

    .contact-form-section__form {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contact-form-section__security {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .contact-form-section__security strong {
        grid-column: 1 / -1;
        justify-self: end;
    }
}

@media (max-width: 575.98px) {
    .contact-form-section__container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .contact-form-section__dots {
        display: none;
    }

    .contact-form-section__title {
        font-size: clamp(36px, 11vw, 44px);
    }

    .contact-form-section__benefits article,
    .contact-form-section__header,
    .contact-form-section__security {
        grid-template-columns: 1fr;
    }

    .contact-form-section__security strong {
        justify-self: start;
    }
}

.contact-final-cta {
    --grineu-green: #179A43;
    --grineu-green-bright: #65B728;
    --grineu-green-dark: #0E6F32;
    --grineu-deep-navy: #001426;
    --grineu-navy: #07182E;
    --grineu-muted-light: #B6C1CB;
    --grineu-white: #FFFFFF;
    position: relative;
    overflow: hidden;
    min-height: 820px;
    padding: 92px 0 74px;
    background:
        radial-gradient(circle at 73% 42%, rgba(42, 142, 39, .16) 0%, rgba(0, 24, 42, 0) 38%),
        radial-gradient(circle at 52% 18%, rgba(101, 183, 40, .11) 0%, rgba(0, 24, 42, 0) 30%),
        linear-gradient(115deg, #001426 0%, #001B2F 55%, #001324 100%);
    color: var(--grineu-white);
    font-family: "Poppins", sans-serif;
}

.contact-final-cta,
.contact-final-cta * {
    box-sizing: border-box;
}

.contact-final-cta::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0, 20, 38, .18), rgba(0, 20, 38, 0) 42%, rgba(0, 20, 38, .28)),
        radial-gradient(circle at 43% 42%, rgba(101, 183, 40, .1), transparent 36%);
    content: "";
    pointer-events: none;
}

.contact-final-cta__container {
    position: relative;
    z-index: 5;
    max-width: 1540px;
    margin: 0 auto;
    padding-right: clamp(24px, 4vw, 72px);
    padding-left: clamp(24px, 4vw, 72px);
}

.contact-final-cta__dots,
.contact-final-cta__wave,
.contact-final-cta__monogram,
.contact-final-cta__solar-visual {
    position: absolute;
    pointer-events: none;
}

.contact-final-cta__dots {
    z-index: 2;
    background-image: radial-gradient(circle, rgba(101, 183, 40, .72) 0 1px, transparent 2px);
    background-size: 13px 13px;
}

.contact-final-cta__dots--top {
    top: 0;
    right: 0;
    width: 360px;
    height: 310px;
    opacity: .25;
    mask-image: radial-gradient(circle at 82% 8%, #000 0%, transparent 72%);
}

.contact-final-cta__dots--bottom {
    bottom: 172px;
    left: -80px;
    width: 280px;
    height: 280px;
    opacity: .16;
    mask-image: radial-gradient(circle, #000 0%, transparent 68%);
}

.contact-final-cta__wave {
    right: -6%;
    bottom: 118px;
    z-index: 3;
    width: 34%;
    height: 230px;
    opacity: .32;
    background: repeating-radial-gradient(ellipse at center, transparent 0 13px, rgba(101, 183, 40, .34) 14px 15px, transparent 16px 26px);
    transform: rotate(-8deg);
}

.contact-final-cta__monogram {
    top: 190px;
    right: 11%;
    z-index: 2;
    width: min(30vw, 430px);
    max-width: 430px;
    opacity: .14;
    filter: hue-rotate(40deg) saturate(1.45) brightness(.82);
}

.contact-final-cta__solar-visual {
    right: -2%;
    bottom: 210px;
    z-index: 3;
    width: min(47vw, 710px);
    height: 310px;
    overflow: hidden;
    opacity: .64;
    clip-path: polygon(22% 18%, 100% 0, 100% 100%, 0 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
}

.contact-final-cta__solar-visual::after {
    position: absolute;
    top: 42%;
    right: 4%;
    left: 16%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(101, 183, 40, .92), transparent);
    box-shadow: 0 0 22px rgba(101, 183, 40, .58);
    content: "";
    transform: rotate(-9deg);
}

.contact-final-cta__solar-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 54% 78%;
    filter: saturate(.86) contrast(1.08) brightness(.76);
}

.contact-final-cta__top {
    display: grid;
    grid-template-columns: minmax(0, 650px) minmax(360px, 1fr);
    gap: clamp(52px, 7vw, 120px);
    align-items: start;
}

.contact-final-cta__content {
    max-width: 650px;
}

.contact-final-cta__eyebrow {
    display: inline-flex;
    gap: 18px;
    align-items: center;
    margin: 0 0 34px;
    color: var(--grineu-green-bright);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.contact-final-cta__eyebrow span {
    width: 44px;
    height: 2px;
    background: var(--grineu-green-bright);
}

.contact-final-cta__title {
    margin: 0;
    color: var(--grineu-white);
    font-size: clamp(54px, 5.3vw, 82px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: 0;
    text-transform: uppercase;
}

.contact-final-cta__title span,
.contact-final-cta__title strong {
    display: block;
}

.contact-final-cta__title strong {
    color: var(--grineu-green-bright);
    font-weight: inherit;
}

.contact-final-cta__divider {
    display: block;
    width: 60px;
    height: 2px;
    margin: 34px 0 30px;
    background: var(--grineu-green-bright);
}

.contact-final-cta__description {
    max-width: 540px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(19px, 1.45vw, 22px);
    font-weight: 400;
    line-height: 1.62;
}

.contact-final-cta__actions-panel {
    position: relative;
    z-index: 6;
    display: grid;
    gap: 20px;
    max-width: 430px;
    min-height: 412px;
    padding-left: 42px;
    border-left: 1px solid rgba(101, 183, 40, .66);
}

.contact-final-cta__expert {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin-bottom: 14px;
}

.contact-final-cta__expert span,
.contact-final-cta__phone > span,
.contact-final-cta__highlight > span,
.contact-final-cta__statement-intro > span {
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(101, 183, 40, .72);
    border-radius: 50%;
    color: var(--grineu-green-bright);
}

.contact-final-cta__expert span {
    width: 72px;
    height: 72px;
    background: rgba(23, 154, 67, .08);
    font-size: 31px;
}

.contact-final-cta__expert p {
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    line-height: 1.52;
}

.contact-final-cta__quote-button,
.contact-final-cta__call-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 70px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.contact-final-cta__quote-button {
    gap: 26px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #58B93F, #178B36);
    color: var(--grineu-white);
    box-shadow: 0 18px 30px rgba(9, 93, 34, .28);
}

.contact-final-cta__quote-button i,
.contact-final-cta__call-button i {
    transition: transform .2s ease;
}

.contact-final-cta__quote-button:hover,
.contact-final-cta__quote-button:focus-visible {
    background: linear-gradient(135deg, #2F9F32, #0E6F32);
    color: var(--grineu-white);
    transform: translateY(-1px);
}

.contact-final-cta__quote-button:hover i,
.contact-final-cta__quote-button:focus-visible i {
    transform: translate(3px, -2px);
}

.contact-final-cta__call-button {
    gap: 18px;
    border: 1px solid rgba(101, 183, 40, .9);
    background: rgba(0, 20, 38, .28);
    color: var(--grineu-white);
}

.contact-final-cta__call-button:hover,
.contact-final-cta__call-button:focus-visible {
    background: rgba(23, 154, 67, .24);
    border-color: var(--grineu-green-bright);
    color: var(--grineu-white);
}

.contact-final-cta__call-button:hover i,
.contact-final-cta__call-button:focus-visible i {
    transform: translateX(3px);
}

.contact-final-cta__quote-button:focus-visible,
.contact-final-cta__call-button:focus-visible,
.contact-final-cta__phone a:focus-visible {
    outline: 3px solid rgba(101, 183, 40, .42);
    outline-offset: 4px;
}

.contact-final-cta__phone {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-top: 18px;
}

.contact-final-cta__phone > span {
    width: 38px;
    height: 38px;
    border-color: transparent;
    font-size: 23px;
}

.contact-final-cta__phone a {
    display: inline-block;
    color: var(--grineu-white);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
    text-decoration: none;
}

.contact-final-cta__phone a:hover,
.contact-final-cta__phone a:focus-visible {
    color: var(--grineu-green-bright);
}

.contact-final-cta__phone p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.4;
}

.contact-final-cta__highlights {
    position: relative;
    z-index: 6;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 84px;
}

.contact-final-cta__highlight {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 116px;
    padding: 0 30px;
    border-right: 1px solid rgba(255, 255, 255, .22);
}

.contact-final-cta__highlight:first-child {
    padding-left: 0;
}

.contact-final-cta__highlight:last-child {
    padding-right: 0;
    border-right: 0;
}

.contact-final-cta__highlight > span {
    width: 90px;
    height: 90px;
    background: rgba(23, 154, 67, .04);
    font-size: 34px;
}

.contact-final-cta__highlight:hover > span {
    color: var(--grineu-white);
    background: rgba(23, 154, 67, .18);
    border-color: var(--grineu-green-bright);
}

.contact-final-cta__highlight h3,
.contact-final-cta__highlight p,
.contact-final-cta__statement h3,
.contact-final-cta__statement p,
.contact-final-cta__blockquote {
    margin: 0;
}

.contact-final-cta__highlight h3 {
    color: var(--grineu-white);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
}

.contact-final-cta__highlight p {
    margin-top: 10px;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 1.52;
}

.contact-final-cta__statement {
    position: relative;
    z-index: 6;
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(360px, 1fr) minmax(190px, auto);
    gap: 44px;
    align-items: center;
    margin-top: 62px;
    padding: 36px 52px;
    border: 1px solid rgba(78, 171, 48, .45);
    border-radius: 14px;
    background:
        radial-gradient(circle at 6% 10%, rgba(23, 154, 67, .14), transparent 34%),
        rgba(0, 19, 35, .38);
    box-shadow: inset 0 0 44px rgba(23, 154, 67, .05);
    transition: border-color .2s ease;
}

.contact-final-cta__statement:hover {
    border-color: rgba(101, 183, 40, .62);
}

.contact-final-cta__statement-intro {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
}

.contact-final-cta__statement-intro > span {
    width: 88px;
    height: 88px;
    border-color: transparent;
    font-size: 50px;
}

.contact-final-cta__statement-intro h3 {
    color: var(--grineu-white);
    font-size: 23px;
    font-weight: 900;
    line-height: 1.24;
}

.contact-final-cta__statement-intro h3 span {
    display: block;
}

.contact-final-cta__statement-intro p {
    margin-top: 12px;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.52;
}

.contact-final-cta__blockquote {
    position: relative;
    min-height: 92px;
    padding-left: 56px;
    border-left: 1px solid rgba(255, 255, 255, .25);
    color: rgba(255, 255, 255, .82);
}

.contact-final-cta__blockquote > span {
    position: absolute;
    top: -8px;
    left: 56px;
    color: var(--grineu-green-bright);
    font-size: 58px;
    font-weight: 900;
    line-height: 1;
}

.contact-final-cta__blockquote p {
    max-width: 590px;
    padding-left: 54px;
    font-size: 17px;
    line-height: 1.68;
}

.contact-final-cta__signature {
    justify-self: end;
    color: var(--grineu-green-bright);
    font-size: 17px;
    font-weight: 900;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .contact-final-cta {
        min-height: 760px;
        padding: 78px 0 64px;
    }

    .contact-final-cta__top {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
        gap: 46px;
    }

    .contact-final-cta__actions-panel {
        padding-left: 34px;
    }

    .contact-final-cta__solar-visual {
        width: 50vw;
        height: 260px;
        bottom: 235px;
    }

    .contact-final-cta__highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 0;
    }

    .contact-final-cta__highlight:nth-child(2) {
        border-right: 0;
        padding-right: 0;
    }

    .contact-final-cta__highlight:nth-child(3) {
        padding-left: 0;
    }

    .contact-final-cta__statement {
        grid-template-columns: minmax(280px, .9fr) minmax(330px, 1fr);
    }

    .contact-final-cta__signature {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 991.98px) {
    .contact-final-cta {
        min-height: 0;
    }

    .contact-final-cta__top {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .contact-final-cta__actions-panel {
        max-width: 620px;
        min-height: 0;
        padding-left: 0;
        border-left: 0;
    }

    .contact-final-cta__solar-visual {
        right: -24%;
        bottom: 250px;
        width: 74vw;
        opacity: .24;
    }

    .contact-final-cta__monogram {
        right: 3%;
        width: 340px;
        opacity: .08;
    }

    .contact-final-cta__highlights {
        margin-top: 58px;
    }

    .contact-final-cta__statement {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 32px;
    }

    .contact-final-cta__blockquote {
        min-height: 0;
        padding-left: 0;
        padding-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, .22);
        border-left: 0;
    }

    .contact-final-cta__blockquote > span {
        left: 0;
        top: 12px;
    }

    .contact-final-cta__blockquote p {
        padding-left: 52px;
    }

    .contact-final-cta__signature {
        grid-column: auto;
        justify-self: start;
    }
}

@media (max-width: 767.98px) {
    .contact-final-cta {
        padding: 62px 0 52px;
    }

    .contact-final-cta__container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .contact-final-cta__eyebrow {
        gap: 12px;
        margin-bottom: 24px;
        font-size: 13px;
    }

    .contact-final-cta__eyebrow span {
        width: 30px;
    }

    .contact-final-cta__title {
        font-size: clamp(40px, 11vw, 48px);
    }

    .contact-final-cta__divider {
        margin: 26px 0 22px;
    }

    .contact-final-cta__description {
        font-size: 17px;
    }

    .contact-final-cta__expert {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .contact-final-cta__expert span {
        width: 58px;
        height: 58px;
        font-size: 25px;
    }

    .contact-final-cta__expert p {
        font-size: 16px;
    }

    .contact-final-cta__quote-button,
    .contact-final-cta__call-button {
        min-height: 62px;
    }

    .contact-final-cta__phone {
        align-items: start;
    }

    .contact-final-cta__phone a {
        font-size: 22px;
    }

    .contact-final-cta__highlights {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-final-cta__highlight,
    .contact-final-cta__highlight:nth-child(2),
    .contact-final-cta__highlight:nth-child(3) {
        grid-template-columns: 78px minmax(0, 1fr);
        min-height: auto;
        padding: 0 0 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }

    .contact-final-cta__highlight:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .contact-final-cta__highlight > span {
        width: 68px;
        height: 68px;
        font-size: 28px;
    }

    .contact-final-cta__statement {
        padding: 28px 22px;
    }

    .contact-final-cta__statement-intro {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 18px;
    }

    .contact-final-cta__statement-intro > span {
        width: 64px;
        height: 64px;
        font-size: 38px;
    }

    .contact-final-cta__statement-intro h3 {
        font-size: 21px;
    }

    .contact-final-cta__blockquote p {
        padding-left: 44px;
    }

    .contact-final-cta__solar-visual {
        right: -38%;
        bottom: 310px;
        width: 95vw;
        opacity: .18;
    }
}

@media (max-width: 575.98px) {
    .contact-final-cta {
        padding: 50px 0 44px;
    }

    .contact-final-cta__title {
        font-size: clamp(36px, 12vw, 42px);
    }

    .contact-final-cta__monogram {
        display: none;
    }

    .contact-final-cta__dots--top {
        opacity: .12;
    }

    .contact-final-cta__dots--bottom {
        display: none;
    }

    .contact-final-cta__solar-visual {
        right: -55%;
        bottom: 360px;
        width: 120vw;
    }

    .contact-final-cta__expert,
    .contact-final-cta__phone,
    .contact-final-cta__highlight,
    .contact-final-cta__highlight:nth-child(2),
    .contact-final-cta__highlight:nth-child(3),
    .contact-final-cta__statement-intro {
        grid-template-columns: 1fr;
    }

    .contact-final-cta__phone > span,
    .contact-final-cta__highlight > span,
    .contact-final-cta__statement-intro > span {
        width: 58px;
        height: 58px;
        font-size: 25px;
    }

    .contact-final-cta__statement-intro > span {
        font-size: 34px;
    }

    .contact-final-cta__phone a {
        overflow-wrap: anywhere;
    }

    .contact-final-cta__blockquote > span {
        position: static;
        display: block;
        margin-bottom: -18px;
    }

    .contact-final-cta__blockquote p {
        padding-left: 0;
    }
}

.contact-quick-section,
.sales-support-section,
.why-faq-section {
    padding: 42px 0;
}

.contact-quick-card,
.support-card,
.map-panel,
.enquiry-shell {
    border: 1px solid rgba(5, 32, 12, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 30, 15, 0.06);
    justify-items: center;
}

.contact-quick-card {
    display: flex;
    gap: 20px;
    min-height: 168px;
    padding: 26px;
}

.contact-quick-card__icon {
    align-items: center;
    background: linear-gradient(135deg, #35b94a, #15952b);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 58px;
    font-size: 24px;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.contact-quick-card h2,
.support-card h2 {
    color: #0c1710;
    font-size: 18px;
    margin-bottom: 9px;
}

.contact-quick-card p,
.support-card p,
.enquiry-copy p {
    color: #4b5b50;
    line-height: 1.55;
    margin-bottom: 18px;
}

.contact-pill-btn,
.contact-submit-btn,
.map-direction-btn {
    align-items: center;
    background: linear-gradient(135deg, #8bd80a, #18a92d);
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
}

.contact-pill-btn:hover,
.contact-submit-btn:hover,
.map-direction-btn:hover {
    color: #ffffff;
    filter: brightness(0.96);
}

.enquiry-form-section {
    padding: 20px 0 50px;
}

.enquiry-shell {
    background: linear-gradient(110deg, #f5faef 0%, #ffffff 42%, #fbfff6 100%);
    padding: 34px;
}

.enquiry-copy h2,
.location-details h2,
.why-enquire h2,
.contact-cta h2 {
    color: #0c1710;
    font-size: 34px;
    line-height: 1.18;
    margin: 18px 0 14px;
}

.enquiry-copy h2,
.why-enquire h2 {
    max-width: 360px;
}

.section-main-title span {
    color: #15952b;
}

.enquiry-benefits,
.location-details ul,
.why-enquire ul {
    list-style: none;
    margin: 26px 0 0;
    padding: 0;
}

.enquiry-benefits li,
.location-details li,
.why-enquire li {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}

.enquiry-benefits i,
.why-enquire i {
    align-items: center;
    border: 1px solid #18a92d;
    border-radius: 50%;
    color: #18a92d;
    display: inline-flex;
    flex: 0 0 24px;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    margin-top: 2px;
    width: 24px;
}

.enquiry-benefits strong,
.location-details strong {
    color: #102014;
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.enquiry-benefits span,
.location-details span {
    color: #4b5b50;
    font-size: 14px;
    line-height: 1.45;
}

.business-enquiry-form {
    border-left: 1px solid rgba(5, 32, 12, 0.12);
    padding-left: 28px;
}

.contact-label {
    color: #142317;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
}

.contact-label.is-required::after {
    color: #ec4b3f;
    content: " *";
}

.contact-control {
    border: 1px solid rgba(20, 35, 23, 0.14);
    border-radius: 4px;
    color: #142317;
    font-size: 14px;
    min-height: 46px;
    padding: 10px 14px;
}

.contact-control:focus {
    border-color: #18a92d;
    box-shadow: 0 0 0 0.2rem rgba(24, 169, 45, 0.12);
}

.contact-textarea {
    min-height: 112px;
    resize: vertical;
}

.product-check-list {
    display: grid;
    gap: 10px;
    padding-top: 3px;
}

.product-check-list .form-check-input:checked {
    background-color: #18a92d;
    border-color: #18a92d;
}

.product-check-list .form-check-label {
    color: #2a382e;
    font-size: 14px;
}

.enquiry-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
}

.enquiry-actions span {
    align-items: center;
    color: #3f4d43;
    display: inline-flex;
    font-size: 13px;
    gap: 8px;
}

.contact-submit-btn:disabled {
    cursor: progress;
    opacity: 0.74;
}

.contact-validation-summary ul {
    margin-bottom: 18px;
}

.contact-alert {
    border-radius: 8px;
    margin-bottom: 22px;
}

.support-card {
    min-height: 188px;
    padding: 34px 24px;
    text-align: center;
}

.support-card i {
    color: #18a92d;
    display: block;
    font-size: 46px;
    margin-bottom: 22px;
}

.contact-location-section {
    background: #f5faef;
    padding: 50px 0;
}

.location-details h2 {
    font-size: 28px;
}

.location-details h2,
.location-details h2 span {
    color: #15952b;
}

.location-details i {
    color: #102014;
    flex: 0 0 24px;
    font-size: 22px;
    margin-top: 3px;
}

.map-panel {
    overflow: hidden;
    padding: 12px;
}

.map-panel iframe {
    border: 0;
    border-radius: 6px;
    display: block;
    height: 310px;
    width: 100%;
}

.map-direction-btn {
    border: 1px solid #18a92d;
    background: #ffffff;
    color: #18a92d;
    margin-top: 12px;
    width: 100%;
}

.map-direction-btn:hover {
    background: #18a92d;
}

.why-enquire {
    min-height: 100%;
    padding-left: 90px;
    position: relative;
}

.why-enquire::before {
    background: radial-gradient(circle, rgba(139, 216, 10, 0.28), rgba(139, 216, 10, 0) 68%);
    border-radius: 50%;
    content: "";
    height: 180px;
    left: 0;
    position: absolute;
    top: 50px;
    width: 180px;
}

.why-enquire > * {
    position: relative;
}

.why-enquire li {
    align-items: center;
    color: #2f3c33;
    margin-bottom: 12px;
}

.contact-faq .accordion-item {
    border: 1px solid rgba(5, 32, 12, 0.12);
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.contact-faq .accordion-button {
    color: #0c1710;
    font-size: 15px;
    font-weight: 800;
}

.contact-faq .accordion-button:not(.collapsed) {
    background: #f5faef;
    color: #15952b;
}

.contact-faq .accordion-button:focus {
    box-shadow: none;
}

.contact-cta {
    padding: 28px 0 60px;
}

.contact-cta__inner {
    align-items: center;
    background: #0b130e;
    border-radius: 8px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 34px;
}

.contact-cta h2 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 0;
    max-width: 720px;
}

.field-validation-error {
    display: block;
    font-size: 12px;
    margin-top: 6px;
}

@media (max-width: 991px) {
    .business-enquiry-form {
        border-left: 0;
        border-top: 1px solid rgba(5, 32, 12, 0.12);
        margin-top: 10px;
        padding-left: 0;
        padding-top: 24px;
    }

    .why-enquire {
        padding-left: 0;
    }

    .why-enquire::before {
        display: none;
    }

    .contact-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .enquiry-shell {
        padding: 22px;
    }

    .contact-quick-card {
        flex-direction: column;
    }

    .enquiry-copy h2,
    .location-details h2,
    .why-enquire h2 {
        font-size: 28px;
    }
}

.contact-info-section {
    --contact-green: #0f7a31;
    --contact-green-soft: #eef7ef;
    --contact-navy: #08172c;
    --contact-text: #26384f;
    --contact-border: #dfe6ea;
    position: relative;
    overflow: hidden;
    padding: 62px 0 72px;
    background: #ffffff;
    color: var(--contact-navy);
    font-family: "Poppins", sans-serif;
}

.contact-info-section,
.contact-info-section * {
    box-sizing: border-box;
}

.contact-info-section__container {
    max-width: 1530px;
}

.contact-info-section__label {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 48px;
    color: var(--contact-green);
    line-height: 1;
    text-transform: uppercase;
}

.contact-info-section__label span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding-right: 28px;
    border-right: 1px solid rgba(8, 23, 44, .24);
    font-size: 40px;
    font-weight: 900;
}

.contact-info-section__label strong {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
}

.contact-info-section__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(520px, .78fr);
    gap: clamp(36px, 5vw, 86px);
    align-items: start;
    margin-bottom: 38px;
}

.contact-info-section__intro {
    max-width: 690px;
}

.contact-info-section__kicker {
    margin: 0 0 18px;
    color: var(--contact-green);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.contact-info-section__title h2 {
    margin: 0;
    color: var(--contact-navy);
    font-size: clamp(54px, 5.1vw, 72px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.contact-info-section__title h2 span {
    color: var(--contact-green);
}

.contact-info-section__divider,
.contact-info-card__divider,
.contact-info-brand__content > span {
    display: block;
    width: 54px;
    height: 3px;
    border-radius: 999px;
    background: var(--contact-green);
}

.contact-info-section__divider {
    margin: 20px 0 18px;
}

.contact-info-section__description {
    max-width: 630px;
    margin: 0;
    color: var(--contact-text);
    font-size: 18px;
    line-height: 1.55;
}

.contact-info-section__highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    align-items: center;
    padding-top: 34px;
}

.contact-info-highlight {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    min-height: 92px;
    padding: 0 32px;
}

.contact-info-highlight:first-child {
    padding-left: 0;
}

.contact-info-highlight + .contact-info-highlight {
    border-left: 1px solid rgba(8, 23, 44, .16);
}

.contact-info-section__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--contact-green-soft);
    color: var(--contact-green);
    font-size: 30px;
}

.contact-info-highlight h3,
.contact-info-highlight p,
.contact-info-card h3,
.contact-info-card p,
.contact-info-brand h3,
.contact-info-brand p {
    margin: 0;
}

.contact-info-highlight h3 {
    color: var(--contact-navy);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
}

.contact-info-highlight p {
    margin-top: 8px;
    color: var(--contact-text);
    font-size: 15px;
    line-height: 1.55;
}

.contact-info-section__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 24px;
    align-items: stretch;
}

.contact-info-section__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.contact-info-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 278px;
    padding: 22px 24px 18px;
    border: 1px solid var(--contact-border);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(8, 23, 44, .045);
}

.contact-info-card__header {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin-bottom: 24px;
}

.contact-info-card__icon {
    width: 72px;
    height: 72px;
}

.contact-info-card h3 {
    color: var(--contact-navy);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

.contact-info-card__divider {
    width: 30px;
    height: 2px;
    margin-top: 14px;
}

.contact-info-card__description {
    flex: 1;
    color: var(--contact-text);
    font-size: 16px;
    line-height: 1.5;
}

.contact-info-card__address {
    white-space: normal;
}

.contact-info-card__footer {
    min-height: 70px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--contact-border);
}

.contact-info-card__footer a,
.contact-info-card__value {
    display: inline-flex;
    gap: 13px;
    align-items: center;
    color: var(--contact-green);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    text-decoration: none;
}

.contact-info-card__footer a:hover,
.contact-info-card__footer a:focus-visible {
    color: #07571f;
}

.contact-info-card__footer a:focus-visible,
.contact-info-brand a:focus-visible {
    outline: 3px solid rgba(15, 122, 49, .22);
    outline-offset: 4px;
}

.contact-info-card__footer span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--contact-green-soft);
    color: var(--contact-green);
}

.contact-info-card__stack {
    display: grid;
    gap: 8px;
}

.contact-info-card__stack a {
    width: fit-content;
}

.contact-info-brand {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--contact-border);
    border-radius: 8px;
    background: #f3f8f6;
    box-shadow: 0 14px 34px rgba(8, 23, 44, .045);
}

.contact-info-brand__content {
    padding: 48px 40px 26px;
    background: linear-gradient(135deg, #f7fbff 0%, #eaf3fb 100%);
}

.contact-info-brand__content h3 {
    color: var(--contact-navy);
    font-size: 27px;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.contact-info-brand__content p {
    margin-top: 12px;
    color: var(--contact-navy);
    font-size: 20px;
    line-height: 1.45;
}

.contact-info-brand__content > span {
    width: 42px;
    height: 2px;
    margin-top: 22px;
}

.contact-info-brand img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: 57% center;
}

.contact-info-brand__support {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin-top: auto;
    padding: 26px 24px;
    background: linear-gradient(135deg, #0d6d2d, #07471f);
    color: #ffffff;
}

.contact-info-brand__support > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--contact-green);
    font-size: 28px;
}

.contact-info-brand__support h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
}

.contact-info-brand__support p {
    margin-top: 7px;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    line-height: 1.45;
}

@media (max-width: 1399.98px) {
    .contact-info-section__top {
        grid-template-columns: minmax(0, .92fr) minmax(470px, .78fr);
        gap: 48px;
    }

    .contact-info-section__main {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
    }

    .contact-info-card {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 1199.98px) {
    .contact-info-section {
        padding-top: 54px;
    }

    .contact-info-section__top {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .contact-info-section__highlights {
        max-width: 780px;
        padding-top: 20px;
    }

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

    .contact-info-brand {
        display: grid;
        grid-template-columns: minmax(280px, .8fr) minmax(320px, 1fr);
    }

    .contact-info-brand img {
        height: 100%;
        min-height: 360px;
    }

    .contact-info-brand__support {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991.98px) {
    .contact-info-section__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-info-section__title h2 {
        font-size: clamp(46px, 8vw, 60px);
    }

    .contact-info-card {
        min-height: 250px;
    }
}

@media (max-width: 767.98px) {
    .contact-info-section {
        padding: 46px 0 54px;
    }

    .contact-info-section__label {
        gap: 18px;
        margin-bottom: 36px;
    }

    .contact-info-section__label span {
        min-height: 36px;
        padding-right: 18px;
        font-size: 32px;
    }

    .contact-info-section__label strong,
    .contact-info-section__kicker {
        font-size: 14px;
    }

    .contact-info-section__title h2 {
        font-size: clamp(38px, 11vw, 48px);
    }

    .contact-info-section__description {
        font-size: 16px;
    }

    .contact-info-section__highlights {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-info-highlight,
    .contact-info-highlight:first-child {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 16px;
        min-height: 0;
        padding: 0 0 20px;
        border-bottom: 1px solid rgba(8, 23, 44, .12);
    }

    .contact-info-highlight + .contact-info-highlight {
        border-left: 0;
    }

    .contact-info-section__icon {
        width: 58px;
        height: 58px;
        font-size: 25px;
    }

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

    .contact-info-card {
        min-height: auto;
        padding: 22px;
    }

    .contact-info-card__header {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 16px;
        margin-bottom: 20px;
    }

    .contact-info-brand {
        display: flex;
    }

    .contact-info-brand__content {
        padding: 34px 28px 24px;
    }

    .contact-info-brand img {
        height: 290px;
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    .contact-info-section__container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .contact-info-section__label {
        flex-wrap: wrap;
    }

    .contact-info-card__footer a,
    .contact-info-card__value {
        align-items: flex-start;
        overflow-wrap: anywhere;
    }

    .contact-info-card__stack a {
        width: 100%;
    }

    .contact-info-brand__support {
        grid-template-columns: 1fr;
        padding: 24px 22px;
    }
}

.contact-inquiry-section {
    --inquiry-green: #0f7a31;
    --inquiry-green-soft: #eef7ef;
    --inquiry-navy: #08172c;
    --inquiry-text: #26384f;
    --inquiry-border: #dfe6ea;
    position: relative;
    overflow: hidden;
    padding: 62px 0 76px;
    background:
        radial-gradient(circle at 48% 8%, rgba(15, 122, 49, .035), transparent 34%),
        #ffffff;
    color: var(--inquiry-navy);
    font-family: "Poppins", sans-serif;
}

.contact-inquiry-section,
.contact-inquiry-section * {
    box-sizing: border-box;
}

.contact-inquiry-section__dots {
    position: absolute;
    top: 34px;
    right: 58px;
    width: 138px;
    height: 72px;
    opacity: .22;
    background-image: radial-gradient(circle, rgba(15, 122, 49, .8) 0 2px, transparent 3px);
    background-size: 18px 18px;
    pointer-events: none;
}

.contact-inquiry-section__container {
    position: relative;
    z-index: 1;
    max-width: 1530px;
}

.contact-inquiry-section__label {
    margin-bottom: 52px;
}

.contact-inquiry-section__layout {
    display: grid;
    grid-template-columns: minmax(340px, .47fr) minmax(620px, 1fr);
    gap: clamp(42px, 5vw, 80px);
    align-items: start;
}

.contact-inquiry-section__intro {
    max-width: 460px;
}

.contact-inquiry-section__title h2 {
    margin: 0;
    color: var(--inquiry-navy);
    font-size: clamp(52px, 4.9vw, 68px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
}

.contact-inquiry-section__title h2 span {
    color: var(--inquiry-green);
}

.contact-inquiry-section__description {
    max-width: 440px;
}

.contact-inquiry-section__benefits {
    display: grid;
    margin-top: 32px;
    padding: 18px 28px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(239, 247, 240, .78), rgba(255, 255, 255, .92));
    box-shadow: 0 14px 32px rgba(8, 23, 44, .035);
}

.contact-inquiry-benefit {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px 0;
}

.contact-inquiry-benefit + .contact-inquiry-benefit {
    border-top: 1px solid rgba(8, 23, 44, .12);
}

.contact-inquiry-benefit__icon,
.contact-inquiry-form-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 10px;
    background: var(--inquiry-green-soft);
    color: var(--inquiry-green);
    font-size: 29px;
}

.contact-inquiry-benefit h3,
.contact-inquiry-benefit p,
.contact-inquiry-form-card h3,
.contact-inquiry-form-card p {
    margin: 0;
}

.contact-inquiry-benefit h3 {
    color: var(--inquiry-navy);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
}

.contact-inquiry-benefit p {
    margin-top: 6px;
    color: var(--inquiry-text);
    font-size: 15px;
    line-height: 1.55;
}

.contact-inquiry-form-card {
    position: relative;
    min-width: 0;
    padding: 32px 38px 38px;
    border: 1px solid var(--inquiry-border);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(8, 23, 44, .07);
}

.contact-inquiry-form-card__header {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    margin-bottom: 24px;
}

.contact-inquiry-form-card__icon {
    width: 84px;
    height: 84px;
    font-size: 38px;
}

.contact-inquiry-form-card__header h3 {
    color: var(--inquiry-navy);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
}

.contact-inquiry-form-card__header div > span {
    display: block;
    width: 44px;
    height: 3px;
    margin: 12px 0 12px;
    border-radius: 999px;
    background: var(--inquiry-green);
}

.contact-inquiry-form-card__header p {
    color: var(--inquiry-text);
    font-size: 15px;
    line-height: 1.45;
}

.contact-inquiry-section__alert {
    margin-bottom: 22px;
    padding: 14px 16px;
    border: 1px solid rgba(15, 122, 49, .22);
    border-radius: 8px;
    background: #f0faf2;
    color: var(--inquiry-green);
    font-size: 15px;
    font-weight: 800;
}

.contact-inquiry-form__summary {
    color: #b42318;
    font-size: 14px;
}

.contact-inquiry-form__summary ul {
    margin: 0 0 18px;
    padding-left: 20px;
}

.contact-inquiry-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 34px;
}

.contact-inquiry-form__field {
    min-width: 0;
}

.contact-inquiry-form__field--full {
    grid-column: 1 / -1;
}

.contact-inquiry-form__field label {
    display: block;
    margin-bottom: 8px;
    color: var(--inquiry-navy);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.contact-inquiry-form__field label span {
    color: #b42318;
}

.contact-inquiry-form__field input,
.contact-inquiry-form__field select,
.contact-inquiry-form__field textarea {
    display: block;
    width: 100%;
    min-height: 48px;
    border: 1px solid #cfd8df;
    border-radius: 6px;
    background: #ffffff;
    color: var(--inquiry-navy);
    font-size: 15px;
    line-height: 1.4;
    padding: 12px 16px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-inquiry-form__field select {
    padding-right: 42px;
}

.contact-inquiry-form__field textarea {
    min-height: 106px;
    resize: vertical;
}

.contact-inquiry-form__field input::placeholder,
.contact-inquiry-form__field textarea::placeholder {
    color: #7c8a9b;
}

.contact-inquiry-form__field input:focus,
.contact-inquiry-form__field select:focus,
.contact-inquiry-form__field textarea:focus,
.contact-inquiry-form__submit:focus-visible {
    border-color: var(--inquiry-green);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(15, 122, 49, .12);
}

.contact-inquiry-form__phone {
    display: grid;
    grid-template-columns: 52px 64px minmax(0, 1fr);
    align-items: center;
    overflow: hidden;
    border: 1px solid #cfd8df;
    border-radius: 6px;
    background: #ffffff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-inquiry-form__phone:focus-within {
    border-color: var(--inquiry-green);
    box-shadow: 0 0 0 4px rgba(15, 122, 49, .12);
}

.contact-inquiry-form__phone span,
.contact-inquiry-form__phone strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    color: var(--inquiry-navy);
    font-size: 15px;
    line-height: 1;
}

.contact-inquiry-form__phone span {
    background: #f5faf6;
    color: var(--inquiry-green);
    font-weight: 900;
}

.contact-inquiry-form__phone strong {
    border-right: 1px solid #cfd8df;
    font-weight: 800;
}

.contact-inquiry-form__phone input {
    min-height: 48px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.contact-inquiry-form__phone input:focus {
    box-shadow: none;
}

.contact-inquiry-form .field-validation-error {
    color: #b42318;
}

.contact-inquiry-form__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin-top: 28px;
}

.contact-inquiry-form__footer p {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    max-width: 470px;
    margin: 0;
    color: var(--inquiry-text);
    font-size: 14px;
    line-height: 1.55;
}

.contact-inquiry-form__footer p i {
    margin-top: 3px;
    color: var(--inquiry-green);
}

.contact-inquiry-form__footer a {
    color: var(--inquiry-green);
    font-weight: 800;
    text-decoration: none;
}

.contact-inquiry-form__footer a:hover,
.contact-inquiry-form__footer a:focus-visible {
    color: #07571f;
}

.contact-inquiry-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 238px;
    min-height: 56px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(135deg, #11863a, #0d6b2e);
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 14px 24px rgba(15, 122, 49, .2);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.contact-inquiry-form__submit:hover,
.contact-inquiry-form__submit:focus-visible {
    background: linear-gradient(135deg, #0d7633, #07571f);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(15, 122, 49, .24);
}

@media (max-width: 1399.98px) {
    .contact-inquiry-section__layout {
        grid-template-columns: minmax(330px, .45fr) minmax(600px, 1fr);
        gap: 48px;
    }

    .contact-inquiry-form-card {
        padding: 30px 32px 34px;
    }
}

@media (max-width: 1199.98px) {
    .contact-inquiry-section__layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .contact-inquiry-section__intro {
        max-width: 760px;
    }

    .contact-inquiry-section__description {
        max-width: 640px;
    }

    .contact-inquiry-section__benefits {
        max-width: 760px;
    }
}

@media (max-width: 991.98px) {
    .contact-inquiry-section__title h2 {
        font-size: clamp(44px, 8vw, 58px);
    }

    .contact-inquiry-form__grid {
        gap: 18px 22px;
    }
}

@media (max-width: 767.98px) {
    .contact-inquiry-section {
        padding: 46px 0 56px;
    }

    .contact-inquiry-section__dots {
        display: none;
    }

    .contact-inquiry-section__label {
        margin-bottom: 36px;
    }

    .contact-inquiry-section__title h2 {
        font-size: clamp(38px, 11vw, 48px);
    }

    .contact-inquiry-section__benefits {
        padding: 14px 22px;
    }

    .contact-inquiry-benefit {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 16px;
    }

    .contact-inquiry-benefit__icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }

    .contact-inquiry-form-card {
        padding: 26px 22px 28px;
    }

    .contact-inquiry-form-card__header {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 18px;
    }

    .contact-inquiry-form-card__icon {
        width: 66px;
        height: 66px;
        font-size: 30px;
    }

    .contact-inquiry-form-card__header h3 {
        font-size: 24px;
    }

    .contact-inquiry-form__grid,
    .contact-inquiry-form__footer {
        grid-template-columns: 1fr;
    }

    .contact-inquiry-form__submit {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .contact-inquiry-section__container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .contact-inquiry-benefit,
    .contact-inquiry-form-card__header {
        grid-template-columns: 1fr;
    }

    .contact-inquiry-form__phone {
        grid-template-columns: 46px 58px minmax(0, 1fr);
    }
}
