.easyesl-contact-v2 {
    --contact-navy: #17345d;
    --contact-navy-deep: #102c4f;
    --contact-blue: #234b82;
    --contact-orange: #f28b2e;
    --contact-orange-dark: #d97720;
    --contact-aqua: #e4f5f6;
    --contact-cream: #fffaf3;
    --contact-white: #fff;
    --contact-ink: #183d6d;
    --contact-muted: #60748f;
    --contact-line: rgba(23, 52, 93, .16);
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: var(--contact-cream);
    color: var(--contact-ink);
}

body.easyesl-contact-v2-active #content > .ast-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

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

.contact-v2-section {
    position: relative;
}

.contact-v2-shell {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.contact-v2-eyebrow {
    margin: 0 0 14px;
    color: var(--contact-orange);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.contact-v2-hero {
    overflow: hidden;
    padding: clamp(104px, 8vw, 132px) 0 78px;
    background: var(--contact-aqua);
}

.contact-v2-hero::before,
.contact-v2-hero::after {
    position: absolute;
    border: 1px solid rgba(83, 173, 190, .22);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.contact-v2-hero::before {
    top: -220px;
    right: -160px;
    width: 420px;
    height: 420px;
}

.contact-v2-hero::after {
    bottom: -190px;
    left: -160px;
    width: 300px;
    height: 300px;
}

.contact-v2-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .55fr);
    gap: 72px;
    align-items: center;
}

.contact-v2-hero-inner > * {
    min-width: 0;
}

.contact-v2-hero-visual {
    display: grid;
    width: 100%;
    min-width: 0;
    justify-items: center;
    gap: 10px;
}

.contact-v2-hero-art {
    width: min(100%, 390px);
}

.contact-v2-hero-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.contact-v2-hero h1,
.contact-v2-section h2 {
    margin: 0;
    color: var(--contact-navy);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1;
}

.contact-v2-hero h1 {
    max-width: 760px;
    min-width: 0;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: clamp(48px, 6.2vw, 78px);
}

.contact-v2-lede {
    max-width: 700px;
    margin: 23px 0 0;
    color: var(--contact-blue);
    font-size: clamp(19px, 2vw, 24px);
    line-height: 1.5;
}

.contact-v2-hero-note {
    min-width: 0;
    max-width: 365px;
    margin: 0 0 4px;
    padding-left: 24px;
    border-left: 2px solid var(--contact-orange);
    color: var(--contact-muted);
    font-size: 15px;
    line-height: 1.7;
    overflow-wrap: break-word;
}

.contact-v2-workspace {
    padding: 94px 0 100px;
    background: var(--contact-cream);
}

.contact-v2-workspace-grid {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(450px, 1.02fr);
    gap: 94px;
    align-items: start;
}

.contact-v2-workspace-grid > * {
    min-width: 0;
}

.contact-v2-side {
    padding-top: 10px;
}

.contact-v2-section h2 {
    max-width: 520px;
    font-size: clamp(38px, 4.2vw, 58px);
}

.contact-v2-side-copy,
.contact-v2-form-intro {
    max-width: 500px;
    margin: 22px 0 0;
    color: var(--contact-muted);
    font-size: 17px;
    line-height: 1.7;
}

.contact-v2-destinations {
    margin-top: 42px;
    border-top: 1px solid var(--contact-line);
}

.contact-v2-destinations a {
    display: flex;
    min-height: 75px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--contact-line);
    color: var(--contact-navy);
    text-decoration: none;
    transition: color .2s ease, padding .2s ease, background-color .2s ease;
}

.contact-v2-destinations a:hover,
.contact-v2-destinations a:focus-visible {
    padding-right: 7px;
    color: var(--contact-orange-dark);
}

.contact-v2-destinations a:focus-visible,
.contact-v2-reassurance a:focus-visible,
.contact-v2-submit:focus-visible,
.contact-v2-field input:focus-visible,
.contact-v2-field select:focus-visible,
.contact-v2-field textarea:focus-visible {
    outline: 3px solid rgba(242, 139, 46, .72) !important;
    outline-offset: 4px !important;
}

.contact-v2-destinations a > span:first-child {
    display: grid;
    gap: 5px;
}

.contact-v2-destinations strong {
    font-size: 16px;
    font-weight: 800;
}

.contact-v2-destinations small {
    color: var(--contact-muted);
    font-size: 14px;
    line-height: 1.35;
}

.contact-v2-destinations a > span:last-child {
    flex: 0 0 auto;
    color: var(--contact-orange);
    font-size: 21px;
    font-weight: 800;
}

.contact-v2-form-panel {
    min-width: 0;
    padding: 39px 42px 38px;
    border: 1px solid rgba(23, 52, 93, .11);
    border-radius: 20px;
    background: var(--contact-white);
    box-shadow: 0 24px 54px rgba(23, 52, 93, .09);
}

.contact-v2-form-panel h2 {
    font-size: clamp(34px, 3.6vw, 50px);
}

.contact-v2-form-panel .contact-v2-eyebrow {
    margin-bottom: 11px;
}

.contact-v2-form-intro {
    min-width: 0;
    font-size: 16px;
    overflow-wrap: break-word;
}

.contact-v2-notice {
    margin: 22px 0 0;
    padding: 14px 16px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.contact-v2-notice.is-success {
    border-color: rgba(44, 122, 100, .25);
    background: #e9f6f0;
    color: #215f50;
}

.contact-v2-notice.is-error {
    border-color: rgba(151, 66, 45, .22);
    background: #fff0eb;
    color: #8a3828;
}

.contact-v2-form {
    display: grid;
    gap: 19px;
    margin-top: 28px;
}

.contact-v2-field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-v2-field label {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 8px;
    color: var(--contact-navy);
    font-size: 13px;
    font-weight: 800;
}

.contact-v2-required {
    margin-left: 3px;
    color: var(--contact-muted);
    font-size: 11px;
    font-weight: 600;
}

.contact-v2-field input,
.contact-v2-field select,
.contact-v2-field textarea {
    display: block;
    width: 100%;
    border: 1px solid rgba(23, 52, 93, .24);
    border-radius: 9px;
    background: #fff;
    color: var(--contact-navy);
    font: inherit;
    font-size: 16px;
    line-height: 1.45;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.contact-v2-field input,
.contact-v2-field select {
    min-height: 52px;
    padding: 0 14px;
}

.contact-v2-field textarea {
    min-height: 166px;
    padding: 13px 14px;
    resize: vertical;
}

.contact-v2-field input:hover,
.contact-v2-field select:hover,
.contact-v2-field textarea:hover {
    border-color: rgba(23, 52, 93, .46);
}

.contact-v2-field input:focus,
.contact-v2-field select:focus,
.contact-v2-field textarea:focus {
    border-color: var(--contact-orange);
    box-shadow: 0 0 0 4px rgba(242, 139, 46, .14) !important;
}

.contact-v2-field input::placeholder,
.contact-v2-field textarea::placeholder {
    color: #7889a0;
    opacity: 1;
}

.contact-v2-hp {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-v2-submit {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: fit-content;
    padding: 0 25px;
    border: 0;
    border-radius: 999px;
    background: var(--contact-orange);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 11px 24px rgba(242, 139, 46, .2);
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.contact-v2-submit:hover,
.contact-v2-submit:focus-visible {
    transform: translateY(-2px);
    background: var(--contact-orange-dark);
    color: #fff;
    box-shadow: 0 15px 28px rgba(242, 139, 46, .28);
}

.contact-v2-form-note {
    max-width: 560px;
    margin: -2px 0 0;
    color: var(--contact-muted);
    font-size: 13px;
    line-height: 1.55;
}

.contact-v2-reassurance {
    padding: 25px 0;
    background: var(--contact-navy-deep);
    color: rgba(255, 255, 255, .78);
}

.contact-v2-reassurance-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.contact-v2-reassurance p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
}

.contact-v2-reassurance strong {
    color: #fff;
}

.contact-v2-reassurance a {
    flex: 0 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.contact-v2-reassurance a:hover,
.contact-v2-reassurance a:focus-visible {
    color: var(--contact-orange);
}

@media (max-width: 1024px) {
    .contact-v2-hero-inner {
        gap: 42px;
    }

    .contact-v2-workspace-grid {
        gap: 52px;
    }

    .contact-v2-form-panel {
        padding: 34px 30px;
    }
}

@media (max-width: 820px) {
    .contact-v2-hero-inner,
    .contact-v2-workspace-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact-v2-hero-inner {
        gap: 26px;
        align-items: start;
    }

    .contact-v2-hero-note {
        max-width: 580px;
    }

    .contact-v2-hero-visual {
        justify-items: start;
    }

    .contact-v2-hero-art {
        width: min(100%, 360px);
    }

    .contact-v2-workspace-grid {
        gap: 54px;
    }

    .contact-v2-form-panel {
        order: -1;
    }
}

@media (max-width: 640px) {
    .contact-v2-shell {
        width: 100%;
        max-width: 620px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .contact-v2-hero {
        padding: 88px 0 58px;
    }

    .contact-v2-hero h1 {
        width: min(100%, 330px);
        max-width: 100%;
        font-size: clamp(37px, 10vw, 44px);
        letter-spacing: -.055em;
        white-space: normal !important;
    }

    .contact-v2-lede {
        margin-top: 19px;
        font-size: 18px;
    }

    .contact-v2-hero-note {
        width: 100%;
        max-width: 330px;
        padding-left: 17px;
        font-size: 14px;
        overflow-wrap: anywhere;
    }

    .contact-v2-hero-visual {
        justify-items: end;
        gap: 13px;
        width: 100%;
    }

    .contact-v2-hero-art {
        display: none;
    }

    .contact-v2-workspace {
        padding: 64px 0 70px;
    }

    .contact-v2-section h2 {
        font-size: clamp(35px, 10vw, 48px);
    }

    .contact-v2-side-copy,
    .contact-v2-form-intro {
        font-size: 16px;
    }

    .contact-v2-form-intro {
        max-width: 300px;
        overflow-wrap: anywhere;
    }

    .contact-v2-destinations {
        margin-top: 31px;
    }

    .contact-v2-destinations a {
        min-height: 72px;
    }

    .contact-v2-form-panel {
        width: 100%;
        padding: 27px 22px 25px;
        border-radius: 16px;
    }

    .contact-v2-form-panel h2 {
        font-size: 36px;
    }

    .contact-v2-field-row {
        grid-template-columns: 1fr;
        gap: 19px;
    }

    .contact-v2-field input,
    .contact-v2-field select {
        min-height: 54px;
        font-size: 16px;
    }

    .contact-v2-field textarea {
        min-height: 178px;
        font-size: 16px;
    }

    .contact-v2-submit {
        width: 100%;
    }

    .contact-v2-reassurance {
        padding: 26px 0;
    }

    .contact-v2-reassurance-inner {
        display: grid;
        gap: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-v2-destinations a,
    .contact-v2-submit,
    .contact-v2-field input,
    .contact-v2-field select,
    .contact-v2-field textarea {
        scroll-behavior: auto;
        transition: none;
    }

    .contact-v2-destinations a:hover,
    .contact-v2-destinations a:focus-visible,
    .contact-v2-submit:hover,
    .contact-v2-submit:focus-visible {
        transform: none;
    }
}
