body.sa-contact-template .site-header,
body.sa-contact-template .site-footer,
body.sa-contact-template .ast-container > .entry-header,
body.sa-contact-template .entry-title {
    display: none !important;
}

body.sa-contact-template,
body.sa-contact-template .site,
body.sa-contact-template #page,
body.sa-contact-template .site-content,
body.sa-contact-template .content-area,
body.sa-contact-template .ast-container,
body.sa-contact-template article,
body.sa-contact-template .entry-content {
    background: #fffaf3 !important;
}

body.sa-contact-template .ast-container,
body.sa-contact-template .site-content .ast-container,
body.sa-contact-template .entry-content,
body.sa-contact-template .entry-content > * {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

html body.sa-contact-template,
body.sa-contact-template #page,
body.sa-contact-template .site,
body.sa-contact-template .site-content,
body.sa-contact-template .content-area,
body.sa-contact-template .ast-container,
body.sa-contact-template article.page,
body.sa-contact-template .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.sa-contact-template .sa-contact-page,
body.sa-contact-template .sa-global-header {
    margin-top: 0 !important;
}

.sa-contact-page {
    --sa-green: #007749;
    --sa-dark: #092116;
    --sa-ink: #172133;
    --sa-muted: #5d665f;
    --sa-gold: #ffb81c;
    --sa-red: #de3831;
    --sa-blue: #002395;
    --sa-line: #e5d9c7;
    --sa-cream: #fffaf3;
    --sa-soft: #f7efe3;
    color: var(--sa-ink);
    background: var(--sa-cream);
    font-family: inherit;
}

.sa-contact-page a {
    text-decoration: none !important;
}

.sa-contact-main {
    overflow: hidden;
}

.sa-contact-hero {
    position: relative;
    min-height: 540px;
    display: grid;
    align-items: center;
    padding: 96px 6vw;
    isolation: isolate;
    background:
        linear-gradient(100deg, rgba(9, 33, 22, .96) 0%, rgba(9, 33, 22, .84) 48%, rgba(9, 33, 22, .62) 100%),
        #092116;
}

.sa-contact-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(9, 33, 22, .16) 55%, rgba(9, 33, 22, .72) 100%);
    z-index: -1;
}

.sa-contact-hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .36;
    overflow: hidden;
}

.sa-contact-hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: none;
    filter: saturate(1.05) contrast(1.06);
}

.sa-contact-hero-media img:nth-child(2),
.sa-contact-hero-media img:nth-child(3) {
    display: none;
}

.sa-contact-hero-inner {
    max-width: 760px;
    animation: saContactRise .7s ease both;
}

.sa-contact-kicker {
    display: inline-block;
    color: var(--sa-green);
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .34em;
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--sa-gold);
}

.sa-contact-hero .sa-contact-kicker {
    color: #fff;
    border-bottom-color: var(--sa-gold);
}

.sa-contact-hero h1 {
    max-width: 660px;
    margin: 24px 0 20px;
    color: #fff;
    font-size: clamp(48px, 7vw, 88px);
    line-height: .9;
    letter-spacing: 0;
    font-weight: 900;
}

.sa-contact-hero p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(17px, 1.7vw, 22px);
    line-height: 1.55;
}

.sa-contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.sa-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 7px;
    border: 1px solid transparent;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease;
}

.sa-contact-button:hover,
.sa-contact-button:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(0, 119, 73, .24);
}

.sa-contact-button-primary,
.sa-contact-button-bright {
    background: var(--sa-green);
    color: #fff !important;
}

.sa-contact-button-primary:hover,
.sa-contact-button-primary:focus-visible,
.sa-contact-button-bright:hover,
.sa-contact-button-bright:focus-visible {
    background: var(--sa-blue);
    color: #fff !important;
}

.sa-contact-button-secondary {
    background: rgba(255, 255, 255, .92);
    color: var(--sa-dark) !important;
    border-color: rgba(255, 255, 255, .7);
}

.sa-contact-button-secondary:hover,
.sa-contact-button-secondary:focus-visible {
    background: var(--sa-gold);
    color: var(--sa-dark) !important;
}

.sa-contact-flag-line {
    height: 9px;
    background: linear-gradient(90deg, var(--sa-green), var(--sa-gold), #fff, var(--sa-red), var(--sa-blue));
}

.sa-contact-section {
    position: relative;
    padding: 72px 6vw;
}

.sa-contact-section + .sa-contact-section::before,
.sa-contact-shop-cta::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 9px;
    background: linear-gradient(90deg, var(--sa-green), var(--sa-gold), #fff, var(--sa-red), var(--sa-blue));
}

.sa-contact-guidance {
    display: grid;
    grid-template-columns: minmax(320px, .86fr) minmax(320px, 1fr);
    gap: clamp(34px, 7vw, 96px);
    align-items: center;
}

.sa-contact-shop-cta h2 {
    margin: 22px 0 0;
    color: var(--sa-ink);
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 1;
    letter-spacing: 0;
    font-weight: 900;
}

.sa-contact-section-heading h2,
.sa-contact-form-card h2 {
    max-width: 760px;
    margin: 22px auto 0;
    color: var(--sa-ink);
    font-size: clamp(36px, 4.2vw, 62px);
    line-height: 1.12;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.sa-contact-guidance-copy {
    text-align: center;
}

.sa-contact-guidance-copy .sa-contact-kicker {
    margin-left: auto;
    margin-right: auto;
}

.sa-contact-guidance h2 {
    max-width: 720px;
    margin: 22px auto 0;
    color: var(--sa-ink);
    font-size: clamp(36px, 4.2vw, 62px);
    line-height: 1.12;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 500;
}

.sa-contact-guidance-card,
.sa-contact-before-card,
.sa-contact-form-card,
.sa-contact-help-card {
    position: relative;
    border: 1px solid var(--sa-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(16, 24, 40, .08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    overflow: hidden;
}

.sa-contact-guidance-card:hover,
.sa-contact-before-card:hover,
.sa-contact-form-card:hover,
.sa-contact-help-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 119, 73, .42);
    box-shadow: 0 28px 58px rgba(0, 119, 73, .13);
}

.sa-contact-guidance-card {
    padding: clamp(28px, 5vw, 54px);
    border-left: 0;
}

.sa-contact-guidance-card::before,
.sa-contact-before-card::before,
.sa-contact-form-card::before,
.sa-contact-help-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: var(--sa-green);
}

.sa-contact-guidance-card::before {
    background: var(--sa-red);
}

.sa-contact-before-card::before {
    background: var(--sa-gold);
}

.sa-contact-form-card::before {
    background: var(--sa-green);
}

.sa-contact-guidance-card p {
    margin: 0;
    max-width: 700px;
    color: var(--sa-muted);
    font-size: clamp(17px, 1.55vw, 20px);
    line-height: 1.65;
}

.sa-contact-help {
    background: #fffaf3;
}

.sa-contact-section-heading {
    max-width: 900px;
    margin: 0 auto 34px;
    text-align: center;
}

.sa-contact-section-heading .sa-contact-kicker {
    margin-left: auto;
    margin-right: auto;
}

.sa-contact-help-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sa-contact-help-card {
    min-height: 184px;
    padding: 24px 22px 22px;
    overflow: hidden;
    border-left: 0;
}

.sa-contact-help-card:nth-child(2)::before {
    background: var(--sa-gold);
}

.sa-contact-help-card:nth-child(3)::before {
    background: var(--sa-red);
}

.sa-contact-help-card h3 span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--sa-green);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 14px 26px rgba(0, 119, 73, .18);
    transition: transform .22s ease, background-color .22s ease;
}

.sa-contact-help-card:hover h3 span {
    transform: scale(1.08);
    background: var(--sa-blue);
}

.sa-contact-help-card h3 {
    display: flex;
    align-items: center;
    margin: 14px 0 14px;
    color: var(--sa-ink);
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 900;
}

.sa-contact-help-card p,
.sa-contact-before-card p,
.sa-contact-before-card li {
    margin: 0;
    color: var(--sa-muted);
    font-size: 16px;
    line-height: 1.6;
}

.sa-contact-form-band {
    display: grid;
    grid-template-columns: minmax(260px, .45fr) minmax(420px, .75fr);
    gap: 34px;
    align-items: start;
}

.sa-contact-before-card {
    padding: 32px;
}

.sa-contact-before-card ul {
    margin: 22px 0 0;
    padding-left: 20px;
}

.sa-contact-before-card li + li {
    margin-top: 10px;
}

.sa-contact-form-card {
    padding: clamp(28px, 4vw, 44px);
}

.sa-contact-form-card h2 {
    margin-top: 0;
    margin-bottom: 28px;
}

.sa-contact-form-card .fluentform {
    margin: 0 !important;
}

.sa-contact-form-card .ff-el-group {
    margin-bottom: 18px !important;
}

.sa-contact-form-card .ff-el-input--label label,
.sa-contact-form-card .ff-el-form-check-label,
.sa-contact-form-card label {
    color: var(--sa-ink) !important;
    font-weight: 900 !important;
}

.sa-contact-form-card input[type="text"],
.sa-contact-form-card input[type="email"],
.sa-contact-form-card input[type="tel"],
.sa-contact-form-card select,
.sa-contact-form-card textarea {
    width: 100% !important;
    min-height: 50px !important;
    border: 1px solid #d8c8b3 !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: var(--sa-ink) !important;
    box-shadow: none !important;
    transition: border-color .2s ease, box-shadow .2s ease !important;
}

.sa-contact-form-card textarea {
    min-height: 138px !important;
}

.sa-contact-form-card input:focus,
.sa-contact-form-card select:focus,
.sa-contact-form-card textarea:focus {
    border-color: var(--sa-green) !important;
    box-shadow: 0 0 0 4px rgba(0, 119, 73, .12) !important;
}

.sa-contact-form-card .ff-btn-submit,
.sa-contact-form-card button[type="submit"],
.sa-contact-form-card input[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 54px !important;
    padding: 0 34px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: var(--sa-green) !important;
    color: #fff !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    box-shadow: 0 18px 34px rgba(0, 119, 73, .18) !important;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease !important;
}

.sa-contact-form-card .ff-btn-submit img,
.sa-contact-form-card button[type="submit"] img {
    display: none !important;
}

.sa-contact-form-card .ff-btn-submit,
.sa-contact-form-card button[type="submit"] {
    font-size: 0 !important;
}

.sa-contact-form-card .ff-btn-submit::after,
.sa-contact-form-card button[type="submit"]::after {
    content: "SEND ENQUIRY";
    font-size: 15px;
    line-height: 1;
    color: #fff;
}

.sa-contact-form-card .ff-btn-submit:hover,
.sa-contact-form-card button[type="submit"]:hover,
.sa-contact-form-card input[type="submit"]:hover {
    transform: translateY(-3px);
    background: var(--sa-blue) !important;
    box-shadow: 0 24px 42px rgba(0, 35, 149, .18) !important;
}

.sa-contact-shop-cta {
    position: relative;
    padding: 86px 6vw;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(9, 33, 22, .94), rgba(9, 33, 22, .94)),
        radial-gradient(circle at 12% 10%, rgba(255, 184, 28, .2), transparent 34%);
}

.sa-contact-shop-cta .sa-contact-kicker,
.sa-contact-shop-cta h2,
.sa-contact-shop-cta p {
    color: #fff;
}

.sa-contact-shop-cta h2 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.sa-contact-shop-cta p {
    max-width: 760px;
    margin: 20px auto 30px;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.6;
}

.sa-contact-page .sa-global-footer {
    margin-top: 0 !important;
}

@keyframes saContactRise {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 980px) {
    .sa-contact-hero {
        min-height: 500px;
        padding: 76px 24px;
    }

    .sa-contact-section,
    .sa-contact-shop-cta {
        padding: 64px 24px;
    }

    .sa-contact-guidance,
    .sa-contact-form-band {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 640px) {
    .sa-contact-hero {
        min-height: 460px;
        padding: 58px 18px;
    }

    .sa-contact-hero-actions {
        display: grid;
    }

    .sa-contact-button {
        width: 100%;
    }

    .sa-contact-section,
    .sa-contact-shop-cta {
        padding: 48px 18px;
    }

    .sa-contact-guidance h2,
    .sa-contact-section-heading h2,
    .sa-contact-shop-cta h2 {
        font-size: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sa-contact-hero-inner,
    .sa-contact-button,
    .sa-contact-guidance-card,
    .sa-contact-before-card,
    .sa-contact-form-card,
    .sa-contact-help-card {
        animation: none !important;
        transition: none !important;
    }
}
