:root {
    --ws-contact-primary: #1d92bd;
    --ws-contact-primary-dark: #126f94;
    --ws-contact-navy: #0b2740;
    --ws-contact-text: #24384a;
    --ws-contact-muted: #667b8d;
    --ws-contact-border: #dce7ed;
    --ws-contact-soft: #f4f9fb;
    --ws-contact-white: #ffffff;
    --ws-contact-success: #18865c;
    --ws-contact-error: #c84747;
}

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

.ws-contact-page {
    overflow: hidden;
    color: var(--ws-contact-text);
    background: var(--ws-contact-white);
}

.ws-contact-hero {
    position: relative;
    min-height: 510px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 25%, rgba(67, 195, 223, 0.25), transparent 27%),
        linear-gradient(135deg, #071e32 0%, #0c3958 58%, #116f91 100%);
}

.ws-contact-hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -210px;
    width: 600px;
    height: 430px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    transform: rotate(-12deg);
}

.ws-contact-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 130px;
    padding-bottom: 95px;
}

.ws-contact-hero__content {
    max-width: 760px;
}

.ws-contact-eyebrow,
.ws-contact-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ws-contact-primary);
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.ws-contact-eyebrow {
    color: #86dff2;
    margin-bottom: 20px;
}

.ws-contact-eyebrow::before,
.ws-contact-section-label::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 10px;
    background: currentColor;
}

.ws-contact-hero h1 {
    max-width: 700px;
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(2.9rem, 5.5vw, 5.2rem);
    font-weight: 750;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.ws-contact-hero p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.16rem;
    line-height: 1.75;
}

.ws-contact-hero__shape {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}

.ws-contact-hero__shape--one {
    top: 82px;
    right: 12%;
    width: 155px;
    height: 155px;
    border: 28px solid rgba(255, 255, 255, 0.06);
}

.ws-contact-hero__shape--two {
    right: 31%;
    bottom: 35px;
    width: 56px;
    height: 56px;
    background: rgba(82, 201, 229, 0.18);
}

.ws-contact-main {
    position: relative;
    z-index: 3;
    padding: 100px 0 110px;
    background:
        linear-gradient(180deg, #fff 0%, #fff 67%, var(--ws-contact-soft) 100%);
}

.ws-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
    gap: 72px;
    align-items: start;
}

.ws-contact-info {
    padding-top: 28px;
}

.ws-contact-info__intro {
    margin-bottom: 40px;
}

.ws-contact-info__intro h2,
.ws-contact-form-card__header h2 {
    margin: 14px 0 16px;
    color: var(--ws-contact-navy);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 750;
    letter-spacing: -0.04em;
    line-height: 1.12;
}

.ws-contact-info__intro p,
.ws-contact-form-card__header p {
    margin: 0;
    color: var(--ws-contact-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.ws-contact-option {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 20px;
    padding: 26px 0;
    border-top: 1px solid var(--ws-contact-border);
}

.ws-contact-option__icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(29, 146, 189, 0.18);
    border-radius: 18px;
    color: var(--ws-contact-primary);
    background: rgba(29, 146, 189, 0.08);
    font-size: 1.25rem;
}

.ws-contact-option h3 {
    margin: 1px 0 8px;
    color: var(--ws-contact-navy);
    font-size: 1.15rem;
    font-weight: 700;
}

.ws-contact-option p {
    margin: 0 0 11px;
    color: var(--ws-contact-muted);
    line-height: 1.65;
}

.ws-contact-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ws-contact-primary-dark);
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.2s ease, color 0.2s ease;
}

.ws-contact-text-link:hover,
.ws-contact-text-link:focus {
    gap: 13px;
    color: var(--ws-contact-primary);
    text-decoration: none;
}

.ws-contact-note {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 13px;
    margin-top: 26px;
    padding: 20px 22px;
    border-radius: 16px;
    color: #476173;
    background: var(--ws-contact-soft);
}

.ws-contact-note i {
    margin-top: 4px;
    color: var(--ws-contact-primary);
}

.ws-contact-note p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.6;
}

.ws-contact-form-card {
    position: relative;
    padding: 48px;
    border: 1px solid rgba(15, 56, 81, 0.08);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 25px 70px rgba(13, 53, 76, 0.13);
}

.ws-contact-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 44px;
    right: 44px;
    height: 4px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, var(--ws-contact-primary), #50c6dd);
}

.ws-contact-form-card__header {
    margin-bottom: 34px;
}

.ws-contact-form-card__header h2 {
    font-size: clamp(1.8rem, 2.5vw, 2.55rem);
}

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

.ws-contact-field--full {
    grid-column: 1 / -1;
}

.ws-contact-field label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
    color: #24394a;
    font-size: 0.92rem;
    font-weight: 700;
}

.ws-contact-field label > span[aria-hidden="true"] {
    color: var(--ws-contact-error);
}

.ws-contact-optional {
    color: #91a2ae;
    font-size: 0.78rem;
    font-weight: 500;
}

.ws-contact-field .form-control {
    width: 100%;
    min-height: 54px;
    padding: 13px 16px;
    border: 1px solid #cfdee6;
    border-radius: 12px;
    color: var(--ws-contact-text);
    background: #fbfdfe;
    box-shadow: none;
    font-size: 0.96rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ws-contact-field textarea.form-control {
    min-height: 165px;
    resize: vertical;
}

.ws-contact-field .form-control::placeholder {
    color: #9aabb5;
}

.ws-contact-field .form-control:focus {
    border-color: var(--ws-contact-primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(29, 146, 189, 0.11);
    outline: none;
}

.ws-contact-submit {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
    padding: 14px 24px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--ws-contact-primary), #147da5);
    box-shadow: 0 12px 28px rgba(29, 146, 189, 0.26);
    font-size: 1rem;
    font-weight: 750;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ws-contact-submit:hover,
.ws-contact-submit:focus {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(29, 146, 189, 0.32);
    outline: none;
}

.ws-contact-form__privacy {
    margin: 14px 10px 0;
    color: #8a9ba6;
    font-size: 0.78rem;
    line-height: 1.55;
    text-align: center;
}

.ws-contact-alert {
    display: none;
    grid-template-columns: 24px 1fr;
    gap: 14px;
    margin-top: 22px;
    padding: 18px 20px;
    border-radius: 13px;
}

.ws-contact-alert i {
    margin-top: 2px;
    font-size: 1.15rem;
}

.ws-contact-alert strong,
.ws-contact-alert span {
    display: block;
}

.ws-contact-alert strong {
    margin-bottom: 3px;
}

.ws-contact-alert span {
    font-size: 0.9rem;
    opacity: 0.84;
}

.ws-contact-alert--success {
    color: #146b4b;
    background: #eaf8f2;
}

.ws-contact-alert--error {
    color: #a33a3a;
    background: #fff0f0;
}

.ws-contact-reassurance {
    padding: 70px 0;
    background: var(--ws-contact-soft);
}

.ws-contact-reassurance__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.ws-contact-reassurance__item {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 17px;
    align-items: start;
}

.ws-contact-reassurance__item > i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--ws-contact-primary);
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 61, 84, 0.08);
}

.ws-contact-reassurance__item h3 {
    margin: 1px 0 6px;
    color: var(--ws-contact-navy);
    font-size: 1.02rem;
    font-weight: 750;
}

.ws-contact-reassurance__item p {
    margin: 0;
    color: var(--ws-contact-muted);
    font-size: 0.9rem;
    line-height: 1.58;
}
/* ==========================================
   Location
========================================== */

.ws-location {
    padding: 90px 0;
    background: #f8fbfd;
}

.ws-location__header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px;
}

.ws-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1D92BD;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ws-location__header h2 {
    margin: 18px 0;
    font-size: 2.5rem;
    font-weight: 700;
}

.ws-location__header p {
    color: #6b7280;
    line-height: 1.8;
}

.ws-location-card {

    background: #fff;

    border-radius: 20px;

    padding: 40px;

    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);

    height: 100%;
}

.ws-location-item {

    display: flex;

    gap: 18px;

    margin-bottom: 35px;

}

.ws-location-item i {

    width: 48px;

    height: 48px;

    border-radius: 50%;

    background: #eaf7fc;

    color: #1D92BD;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 20px;

    flex-shrink: 0;

}

.ws-location-item h5 {

    margin-bottom: 8px;

    font-weight: 600;

}

.ws-location-item p {

    margin: 0;

    color: #666;

    line-height: 1.7;

}

.ws-location-item a {

    color: #1D92BD;

}

.ws-location-btn {

    width: 100%;

    margin-top: 10px;

    border-radius: 12px;

    background: #1D92BD;

    color: #fff;

}

.ws-map {

    overflow: hidden;

    border-radius: 20px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .10);

}

.ws-map iframe {

    width: 100%;

    height: 520px;

    border: 0;

}

@media (max-width: 991px) {
    .ws-contact-hero {
        min-height: 460px;
    }

    .ws-contact-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .ws-contact-info {
        padding-top: 0;
    }

    .ws-contact-reassurance__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ws-location-card {
        margin-bottom: 30px;
    }

    .ws-map iframe {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .ws-contact-hero__inner {
        padding-top: 115px;
        padding-bottom: 75px;
    }

    .ws-contact-hero h1 {
        font-size: clamp(2.55rem, 12vw, 3.7rem);
    }

    .ws-contact-hero p {
        font-size: 1rem;
    }

    .ws-contact-main {
        padding: 72px 0 80px;
    }

    .ws-contact-form-card {
        padding: 38px 26px;
        border-radius: 22px;
    }

    .ws-contact-form-card::before {
        left: 28px;
        right: 28px;
    }

    .ws-contact-form__grid {
        grid-template-columns: 1fr;
        gap: 19px;
    }

    .ws-contact-field,
    .ws-contact-field--full {
        grid-column: 1;
    }
}

@media (max-width: 479px) {
    .ws-contact-option {
        grid-template-columns: 48px 1fr;
        gap: 15px;
    }

    .ws-contact-option__icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .ws-contact-form-card {
        padding: 34px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ws-contact-page *,
    .ws-contact-page *::before,
    .ws-contact-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
