@font-face {
    font-family: "Source Sans 3";
    src: url("../font/source-sans-3-200.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("../font/source-sans-3-300.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("../font/source-sans-3-400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("../font/source-sans-3-600.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.zs-contact-main {
    padding-top: 128px;
    background: #fff;
}

.zs-contact-shell {
    width: 100%;
    position: relative;
}

.zs-contact-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
}

.zs-contact-hero-copy {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: min(1320px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zs-contact-hero-copy > * {
    max-width: 720px;
}

.zs-contact-hero-title {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 4.8vw, 58px);
    line-height: 0.98;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.zs-contact-kicker {
    margin: 18px 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

.zs-contact-hero-media {
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
    padding: 58px 0;
    overflow: hidden;
    border-top-right-radius: 220px;
    border-bottom: 10px solid #116836;
    background:
        linear-gradient(90deg, rgba(17, 104, 54, 0.82) 0%, rgba(17, 104, 54, 0.62) 28%, rgba(17, 104, 54, 0.38) 52%, rgba(17, 104, 54, 0.16) 100%),
        url("../img/connect-general-enquiries-community-support-hero-banner.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.zs-contact-container {
    width: min(1320px, 92%);
    margin: 0 auto;
}

.zs-contact-intro-section {
    padding: 42px 0 20px;
    background: #fff;
}

.zs-contact-form-section {
    padding: 50px 0;
    background: #efefef;
}

.zs-contact-intro {
    margin:34px 0;
}

.zs-contact-intro p {
    margin: 0;
    color: #3a4148;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
}

.zs-contact-intro p + p {
    margin-top: 12px;
}

.zs-contact-form-title {
    margin: 0 0 20px;
    color: #116836;
    font-size: clamp(32px, 2.7vw, 40px);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.zs-contact-form {
    display: grid;
    gap: 18px;
}

.zs-contact-field {
    display: grid;
    gap: 8px;
}

.zs-contact-field label {
    color: #252f38;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
}

.zs-contact-field input,
.zs-contact-field textarea {
    width: 100%;
    border: 1px solid #7a7f85;
    background: #fff;
    color: #252f38;
    font: inherit;
    font-size: 15px;
    line-height: 1.5;
    padding: 14px 12px;
    border-radius: 0;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.zs-contact-field textarea {
    min-height: 132px;
    resize: vertical;
}

.zs-contact-field input::placeholder,
.zs-contact-field textarea::placeholder {
    color: #9b9fa6;
}

.zs-contact-field input:focus,
.zs-contact-field textarea:focus {
    border-color: #116836;
    box-shadow: 0 0 0 1px #116836 inset;
}

.zs-contact-submit {
    justify-self: start;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    background: #116836;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
}

.zs-contact-office-section {
    padding: 56px 0 72px;
    background: #fff;
}

.zs-contact-office-title {
    margin: 0 0 34px;
    color: #252f38;
    font-size: clamp(34px, 2.9vw, 44px);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.zs-contact-office-grid {
    display: grid;
    gap: 32px;
    align-items: start;
}

.zs-contact-office-card {
    min-width: 0;
}

.zs-contact-office-card-title {
    position: relative;
    margin: 0 0 18px;
    padding-left: 14px;
    color: #252f38;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
}

.zs-contact-office-card-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 2px;
    background: #116836;
}

.zs-contact-office-card p {
    margin: 0;
    color: #4a4f55;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
}

.zs-contact-office-link {
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    color: #116836;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.01em;
}

.zs-contact-office-link::after {
    content: ">";
    margin-left: 4px;
    font-size: 14px;
    line-height: 1;
}

.zs-newsletter {
    padding: 52px 0;
    background: #fff;
}

.zs-newsletter h3 {
    margin: 0 0 24px;
    color: #116836;
    font-size: 28px;
    line-height: 1;
}

.zs-newsletter-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.zs-newsletter-form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.zs-newsletter-form input {
    height: 48px;
    border: 1px solid #000;
    padding: 0 12px;
    font-size: 14px;
    outline: medium;
}

.zs-newsletter-form button {
    height: 48px;
    border: 0;
    background: #116836;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    align-self: end;
    cursor: pointer;
    transition: all 0.3s;
}

.zs-newsletter-form button:hover {
    background: #e7f3eb;
    color: #116836;
}

@media (max-width: 900px) {
    .zs-contact-main {
        padding-top: 82px;
    }

    .zs-contact-hero {
        padding: 0 0 36px;
    }

    .zs-contact-breadcrumbs {
        margin-bottom: 10px;
        font-size: 11px;
        color: #4c5a66;
    }

    .zs-contact-hero-copy {
        position: static;
        width: min(1320px, 92%);
        margin: 0 auto 24px;
        display: block;
    }

    .zs-contact-hero-title {
        color: #116836;
        font-size: clamp(42px, 11vw, 64px);
        line-height: 0.96;
        font-weight: 400;
        letter-spacing: -0.035em;
    }

    .zs-contact-kicker {
        margin-top: 14px;
        color: #27333d;
        font-size: 18px;
        line-height: 1.35;
    }

    .zs-contact-hero-media {
        min-height: 250px;
        padding: 0;
        border-top-right-radius: 48px;
    }

    .zs-contact-form-section {
        padding: 18px 0 44px;
    }

    .zs-contact-intro-section {
        padding: 26px 0 14px;
    }

    .zs-contact-intro {
        margin-bottom: 26px;
    }

    .zs-contact-intro p {
        font-size: 17px;
        line-height: 1.68;
    }

    .zs-contact-form-title {
        margin-bottom: 18px;
        font-size: clamp(30px, 8vw, 36px);
    }

    .zs-contact-form {
        gap: 16px;
    }

    .zs-contact-field input,
    .zs-contact-field textarea {
        font-size: 14px;
        padding: 12px 10px;
    }

    .zs-contact-submit {
        width: 100%;
        justify-self: stretch;
    }

    .zs-contact-office-section {
        padding: 38px 0 44px;
    }

    .zs-contact-office-title {
        margin-bottom: 26px;
        font-size: clamp(30px, 8vw, 36px);
    }

    .zs-contact-office-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .zs-contact-office-card-title {
        margin-bottom: 14px;
        font-size: 15px;
    }

    .zs-contact-office-card p {
        font-size: 14px;
        line-height: 1.7;
    }

    .zs-newsletter-form {
        grid-template-columns: 1fr;
    }
}
