

/* =========================================================
   HERO
========================================================= */

.oa-contact-hero {
    position: relative;
    min-height: 450px;
    padding: 55px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;

    background:
        radial-gradient(
            circle at 78% 65%,
            rgba(217, 243, 62, .12),
            transparent 4px
        ),
        linear-gradient(
            135deg,
            #4B2E83 0%,
            #422486 55%,
            #32176B 100%
        );
}


/* Large decorative circle */

.oa-contact-hero::before {
    content: "";
    position: absolute;

    width: 470px;
    height: 470px;

    right: -150px;
    top: -215px;

    border: 28px solid rgba(229, 215, 255, .28);
    border-radius: 50%;

    pointer-events: none;
}


/* Small decorative circle */

.oa-contact-hero::after {
    content: "";

    position: absolute;

    width: 120px;
    height: 120px;

    left: 8%;
    bottom: -70px;

    border: 12px solid rgba(217, 243, 62, .12);
    border-radius: 50%;

    pointer-events: none;
}


/* Hero content */

.oa-contact-hero-content {
    position: relative;
    z-index: 3;
    max-width: 650px;
}


.oa-contact-hero .oa-about-eyebrow {
    color: var(--oa-acid);
    margin-bottom: 17px;
}


.oa-contact-hero .oa-about-eyebrow::before {
    background: var(--oa-acid);
}


.oa-contact-hero h1 {
    max-width: 680px;

    margin: 0;

    color: #fff;

    font-size: clamp(
        2.7rem,
        5vw,
        4.35rem
    );

    line-height: .99;

    letter-spacing: -.045em;
}


.oa-contact-hero h1 span {
    color: var(--oa-acid);
}


.oa-contact-hero p {
    max-width: 570px;

    margin: 23px 0 0;

    color: rgba(255, 255, 255, .80);

    font-size: 15px;
    line-height: 1.8;
}


/* Hero buttons */

.oa-contact-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;

    margin-top: 30px;
}


.oa-contact-hero .btn-oa-solid {
    background: var(--oa-acid);
    color: var(--oa-ink);
}


.oa-contact-hero .btn-oa-solid:hover {
    background: #fff;
    color: var(--oa-purple);
}


/* WhatsApp */

.oa-contact-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #fff;

    font-size: 13px;
    font-weight: 700;

    transition: .3s var(--oa-ease);
}


.oa-contact-whatsapp:hover {
    color: var(--oa-acid);
    transform: translateY(-2px);
}


.oa-contact-whatsapp small {
    display: block;

    margin-bottom: 2px;

    color: rgba(255, 255, 255, .58);

    font-size: 10px;
    font-weight: 500;
}


.oa-contact-whatsapp-icon {
    width: 42px;
    height: 42px;

    display: grid;
    place-items: center;

    border: 1px solid rgba(255,255,255,.20);
    border-radius: 50%;

    font-size: 17px;
}


/* =========================================================
   HERO IMAGE
========================================================= */

.oa-contact-hero-visual {
    position: relative;

    width: 100%;
    max-width: 390px;

    min-height: 420px;

    margin-left: auto;
}


.oa-contact-visual-circle {
    position: absolute;

    width: 350px;
    height: 350px;

    top: 15px;
    right: -30px;

    border: 1px solid rgba(255,255,255,.20);
    border-radius: 50%;
}


.oa-contact-visual-circle::before {
    content: "";

    position: absolute;

    width: 240px;
    height: 240px;

    right: 54px;
    top: 55px;

    border: 1px solid rgba(217,243,62,.25);
    border-radius: 50%;
}


.oa-contact-image-frame {
    position: absolute;

    right: 25px;
    bottom: -45px;

    width: 285px;
    height: 390px;

    overflow: hidden;

    border-radius:
        145px
        145px
        28px
        28px;

    border: 9px solid rgba(255,255,255,.90);

    background: var(--oa-lavender);

    box-shadow:
        0 30px 70px rgba(24, 8, 58, .35);

    z-index: 2;
}


.oa-contact-image-frame img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform .7s var(--oa-ease);
}


.oa-contact-hero:hover
.oa-contact-image-frame img {
    transform: scale(1.035);
}


/* Floating card */

.oa-contact-floating-card {
    position: absolute;

    left: 0;
    bottom: 25px;

    z-index: 4;

    display: flex;
    align-items: center;
    gap: 11px;

    padding: 13px 16px;

    border: 1px solid rgba(255,255,255,.20);
    border-radius: 17px;

    background: rgba(255,255,255,.96);

    box-shadow:
        0 20px 40px rgba(24, 8, 58, .22);
}


.oa-contact-floating-icon {
    width: 39px;
    height: 39px;

    display: grid;
    place-items: center;

    border-radius: 12px;

    background: var(--oa-lavender);
    color: var(--oa-purple);

    font-size: 17px;
}


.oa-contact-floating-card strong {
    display: block;

    color: var(--oa-ink);

    font-size: 12px;
    font-weight: 800;
}


.oa-contact-floating-card small {
    display: block;

    color: var(--oa-muted);

    font-size: 10px;
}



/* =========================================================
   QUICK CONTACT
========================================================= */

.oa-contact-quick {
    position: relative;
    z-index: 5;

    margin-top: -1px;

    padding: 25px 0 30px;

    background: var(--oa-paper);
}


.oa-contact-quick-card {
    min-height: 90px;

    display: flex;
    align-items: center;

    gap: 13px;

    padding: 16px 18px;

    border: 1px solid var(--oa-border);
    border-radius: 20px;

    background: #fff;

    box-shadow:
        0 10px 28px rgba(49,24,96,.055);

    transition: .3s var(--oa-ease);
}


.oa-contact-quick-card:hover {
    transform: translateY(-5px);

    border-color: rgba(75,46,131,.15);

    box-shadow:
        0 18px 38px rgba(49,24,96,.10);
}


.oa-contact-quick-icon {
    width: 46px;
    height: 46px;

    flex: 0 0 46px;

    display: grid;
    place-items: center;

    border-radius: 15px;

    background: var(--oa-lavender);
    color: var(--oa-purple);

    font-size: 18px;
}


.oa-contact-quick-card small {
    display: block;

    color: var(--oa-muted);

    font-size: 10px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: .08em;
}


.oa-contact-quick-card strong {
    display: block;

    margin-top: 2px;

    color: var(--oa-ink);

    font-size: 13px;
    font-weight: 800;
}


.oa-contact-quick-arrow {
    margin-left: auto;

    color: var(--oa-purple);

    font-size: 14px;

    transition: .25s ease;
}


.oa-contact-quick-card:hover
.oa-contact-quick-arrow {
    transform: translate(3px,-3px);
    color: var(--oa-purple-dark);
}



/* =========================================================
   OFFICE SECTION
========================================================= */

.oa-contact-office {
    position: relative;

    padding: 95px 0;

    background: var(--oa-paper);

    overflow: hidden;
}


.oa-contact-office::after {
    content: "";

    position: absolute;

    width: 190px;
    height: 190px;

    right: -90px;
    top: 80px;

    border: 20px solid rgba(75,46,131,.045);
    border-radius: 50%;

    pointer-events: none;
}


.oa-contact-office-copy {
    position: relative;
    z-index: 2;
}


.oa-contact-office .oa-about-eyebrow {
    margin-bottom: 15px;
}


.oa-contact-office h2 {
    max-width: 520px;

    margin: 0 0 18px;

    font-size:
        clamp(2.3rem, 4vw, 3.55rem);

    line-height: 1.02;

    letter-spacing: -.035em;
}


.oa-contact-office h2 span {
    color: var(--oa-purple);
}


.oa-contact-office-copy > p {
    max-width: 540px;

    margin: 0 0 28px;

    color: var(--oa-text);

    font-size: 15px;
    line-height: 1.85;
}



/* Office rows */

.oa-office-row {
    display: flex;
    align-items: flex-start;

    gap: 13px;

    padding: 8px 0;

    margin-bottom: 12px;
}


.oa-office-row > i {
    flex: 0 0 46px;

    width: 46px;
    height: 46px;

    display: grid;
    place-items: center;

    border-radius: 15px;

    background: #fff;

    border: 1px solid rgba(75,46,131,.07);

    color: var(--oa-purple);

    font-size: 18px;

    box-shadow:
        0 7px 18px rgba(50,25,100,.06);
}


.oa-office-row .label {
    display: block;

    color: var(--oa-ink);

    font-size: 12px;
    font-weight: 800;
}


.oa-office-row .value {
    display: block;

    color: #7b7386;

    font-size: 13px;

    line-height: 1.55;
}


.oa-office-row .value a {
    color: inherit;
}


.oa-office-row .value a:hover {
    color: var(--oa-purple);
}



/* =========================================================
   MAP
========================================================= */

.oa-contact-map {
    position: relative;

    padding: 8px;

    border-radius: 32px;

    background: #fff;

    box-shadow:
        var(--oa-shadow-premium);

    overflow: hidden;
}


.oa-contact-map::before {
    content: "";

    position: absolute;

    width: 130px;
    height: 130px;

    right: -65px;
    top: -65px;

    border: 18px solid rgba(217,243,62,.13);

    border-radius: 50%;

    z-index: 2;

    pointer-events: none;
}


.oa-contact-map iframe {
    width: 100%;
    height: 430px;

    display: block;

    border: 0;

    border-radius: 25px;

    filter:
        grayscale(.35)
        contrast(.96);
}


.oa-contact-map-label {
    position: absolute;

    left: 27px;
    bottom: 27px;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 15px;

    border-radius: 999px;

    background: var(--oa-purple);

    color: #fff;

    font-size: 11px;
    font-weight: 800;

    box-shadow:
        0 10px 25px rgba(33,16,63,.22);
}



/* =========================================================
   ENQUIRY SECTION
========================================================= */

.oa-contact-enquiry {
    position: relative;

    padding: 100px 0;

    background:
        radial-gradient(
            circle at 8% 20%,
            rgba(217,243,62,.10),
            transparent 14rem
        ),
        var(--oa-lilac);

    overflow: hidden;
}


.oa-contact-enquiry::after {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    right: -135px;
    top: -120px;

    border: 26px solid rgba(75,46,131,.055);

    border-radius: 50%;

    pointer-events: none;
}



/* Section heading */

.oa-contact-section-head {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 40px;

    margin-bottom: 43px;
}


.oa-contact-section-head h2 {
    margin: 0;

    font-size:
        clamp(2.35rem, 4vw, 3.5rem);

    line-height: 1.05;

    letter-spacing: -.035em;
}


.oa-contact-section-head h2 span {
    color: var(--oa-purple);
}


.oa-contact-section-head > p {
    max-width: 520px;

    margin: 0 0 4px;

    color: var(--oa-text);

    font-size: 14px;
    line-height: 1.8;
}



/* Form */

.oa-contact-form-card {
    position: relative;
    z-index: 2;

    height: 100%;

    padding: 38px;

    border: 1px solid rgba(75,46,131,.08);
    border-radius: 28px;

    background: #fff;

    box-shadow:
        0 20px 55px rgba(48,24,94,.10);
}


.oa-contact-form label {
    display: block;

    margin-bottom: 8px;

    color: var(--oa-ink);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .03em;
}


.oa-input-wrap {
    position: relative;
}


.oa-input-wrap > i {
    position: absolute;

    left: 16px;
    top: 50%;

    transform: translateY(-50%);

    color: var(--oa-purple);

    font-size: 15px;

    pointer-events: none;

    z-index: 2;
}


.oa-input-wrap input,
.oa-input-wrap select,
.oa-input-wrap textarea {
    width: 100%;

    border: 1px solid #E5DFEC;
    border-radius: 14px;

    background: #FCFBFE;

    color: var(--oa-ink);

    font-size: 13px;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


.oa-input-wrap input,
.oa-input-wrap select {
    height: 52px;

    padding:
        10px
        15px
        10px
        45px;
}


.oa-input-wrap textarea {
    min-height: 145px;

    resize: vertical;

    padding:
        15px
        15px
        15px
        45px;
}


.oa-input-wrap textarea + i {
    top: 19px;

    transform: none;
}


.oa-input-wrap input::placeholder,
.oa-input-wrap textarea::placeholder {
    color: #9A92A5;
}


.oa-input-wrap input:focus,
.oa-input-wrap select:focus,
.oa-input-wrap textarea:focus {
    outline: none;

    border-color: var(--oa-purple);

    background: #fff;

    box-shadow:
        0 0 0 4px rgba(75,46,131,.08);
}


.oa-input-wrap select {
    appearance: auto;
}



/* Submit */

.oa-form-submit-row {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    padding-top: 3px;
}


.oa-form-submit-row p {
    max-width: 390px;

    margin: 0;

    color: #81788E;

    font-size: 10px;
    line-height: 1.6;
}


.oa-form-submit-row p i {
    margin-right: 4px;

    color: var(--oa-purple);

    font-size: 13px;
}


.oa-form-submit-row .btn-oa {
    flex-shrink: 0;
}



/* =========================================================
   GUIDANCE CARD
========================================================= */

.oa-contact-guidance {
    position: relative;
    z-index: 2;

    height: 100%;

    min-height: 100%;

    padding: 36px;

    overflow: hidden;

    border-radius: 28px;

    background:
        linear-gradient(
            145deg,
            #4B2E83,
            #32166D
        );

    color: #fff;

    box-shadow:
        0 25px 60px rgba(45,24,92,.18);
}


.oa-contact-guidance-pattern {
    position: absolute;

    width: 300px;
    height: 300px;

    right: -160px;
    top: -140px;

    border: 26px solid rgba(217,243,62,.10);

    border-radius: 50%;
}


.oa-contact-guidance::after {
    content: "";

    position: absolute;

    width: 70px;
    height: 70px;

    right: 24px;
    bottom: 24px;

    border: 10px solid rgba(255,255,255,.07);

    border-radius: 50%;
}


.oa-contact-guidance .oa-about-eyebrow {
    position: relative;
    z-index: 2;

    color: var(--oa-acid);
}


.oa-contact-guidance .oa-about-eyebrow::before {
    background: var(--oa-acid);
}


.oa-contact-guidance h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 16px;

    color: #fff;

    font-size: 31px;

    line-height: 1.12;

    letter-spacing: -.025em;
}


.oa-contact-guidance h3 span {
    color: var(--oa-acid);
}


.oa-contact-guidance > p {
    position: relative;
    z-index: 2;

    margin: 0 0 26px;

    color: rgba(255,255,255,.74);

    font-size: 13px;

    line-height: 1.8;
}


.oa-contact-guidance ul {
    position: relative;
    z-index: 2;

    margin: 0;
    padding: 0;

    list-style: none;
}


.oa-contact-guidance li {
    display: flex;
    align-items: center;

    gap: 10px;

    padding: 12px 0;

    border-bottom:
        1px solid rgba(255,255,255,.10);

    color: rgba(255,255,255,.88);

    font-size: 12px;
    font-weight: 600;
}


.oa-contact-guidance li > span {
    width: 25px;
    height: 25px;

    flex: 0 0 25px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: rgba(217,243,62,.13);

    color: var(--oa-acid);

    font-size: 12px;
}


.oa-guidance-whatsapp {
    position: relative;
    z-index: 3;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    width: 100%;

    margin-top: 27px;

    padding: 13px 18px;

    border-radius: 999px;

    background: var(--oa-acid);

    color: var(--oa-ink);

    font-size: 11px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: .05em;

    transition: .3s var(--oa-ease);
}


.oa-guidance-whatsapp:hover {
    background: #fff;

    color: var(--oa-purple);

    transform: translateY(-2px);
}



/* =========================================================
   FAQ
========================================================= */

.oa-contact-faq {
    position: relative;

    padding: 100px 0;

    background: var(--oa-paper);

    overflow: hidden;
}


.oa-contact-faq::before {
    content: "";

    position: absolute;

    width: 190px;
    height: 190px;

    right: -95px;
    top: 70px;

    border: 20px solid rgba(75,46,131,.045);

    border-radius: 50%;
}


.oa-contact-faq .oa-section-head {
    margin-bottom: 38px;
}


.oa-contact-faq .oa-section-head h2 span {
    color: var(--oa-purple);
}



/* Accordion */

.oa-contact-accordion {
    position: relative;
    z-index: 2;

    max-width: 900px;

    margin: 0 auto;
}


.oa-contact-accordion .accordion-item {
    margin-bottom: 10px;

    overflow: hidden;

    border: 1px solid var(--oa-border) !important;

    border-radius: 16px !important;

    background: #fff;

    box-shadow:
        0 5px 18px rgba(48,24,94,.035);
}


.oa-contact-accordion .accordion-button {
    padding: 20px 22px;

    color: var(--oa-ink);

    background: #fff;

    font-family: "DM Sans", sans-serif;

    font-size: 14px;
    font-weight: 700;

    box-shadow: none;
}


.oa-contact-accordion .accordion-button:not(.collapsed) {
    color: var(--oa-purple);

    background: #fff;
}


.oa-contact-accordion .accordion-button::after {
    width: 13px;
    height: 13px;

    background-size: 13px;
}


.oa-contact-accordion .accordion-body {
    padding:
        0
        22px
        22px;

    color: var(--oa-text);

    font-size: 13px;

    line-height: 1.8;
}



/* =========================================================
   CTA OVERRIDES
   Uses your existing .oa-cta-band system
========================================================= */

.oa-contact-page + .oa-cta-band {
    margin-top: 0;
}



/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199.98px) {

    .oa-contact-hero-image-frame {
        right: 0;
    }

    .oa-contact-hero-visual {
        max-width: 350px;
    }

    .oa-contact-image-frame {
        width: 265px;
        height: 370px;
    }

}


@media (max-width: 991.98px) {

    /* Hero */

    .oa-contact-hero {
        min-height: auto;

        padding:
            75px
            0
            100px;
    }


    .oa-contact-hero-content {
        max-width: 720px;

        text-align: center;

        margin: 0 auto;
    }


    .oa-contact-hero .oa-about-eyebrow {
        justify-content: center;
    }


    .oa-contact-hero p {
        margin-left: auto;
        margin-right: auto;
    }


    .oa-contact-hero-actions {
        justify-content: center;
    }


    /* Hero visual */

    .oa-contact-hero-visual {
        min-height: 400px;

        margin:
            45px
            auto
            -70px;
    }


    .oa-contact-image-frame {
        right: 50%;

        transform: translateX(50%);
    }


    .oa-contact-floating-card {
        left: 50%;

        transform: translateX(-175%);
    }


    .oa-contact-visual-circle {
        right: 50%;

        transform: translateX(50%);
    }


    /* Section heads */

    .oa-contact-section-head,
    .oa-contact-faq .oa-section-head {
        display: block;
    }


    .oa-contact-section-head > p,
    .oa-contact-faq .oa-section-head > p {
        margin-top: 20px;
    }


    /* Guidance */

    .oa-contact-guidance {
        min-height: 480px;
    }

}


@media (max-width: 767.98px) {

    .oa-contact-hero {
        padding:
            62px
            0
            85px;
    }


    .oa-contact-hero h1 {
        font-size: 2.85rem;
    }


    .oa-contact-hero p {
        font-size: 13px;
    }


    .oa-contact-hero-actions {
        flex-direction: column;

        align-items: center;

        gap: 17px;
    }


    .oa-contact-hero .btn-oa {
        width: auto;
    }


    .oa-contact-hero-visual {
        min-height: 370px;

        margin-top: 40px;
    }


    .oa-contact-visual-circle {
        width: 300px;
        height: 300px;
    }


    .oa-contact-image-frame {
        width: 240px;
        height: 335px;
    }


    .oa-contact-floating-card {
        left: 50%;

        bottom: 15px;

        transform: translateX(-135%);

        white-space: nowrap;
    }


    /* Quick cards */

    .oa-contact-quick {
        padding-top: 18px;
    }


    .oa-contact-quick-card {
        min-height: 78px;
    }


    /* Sections */

    .oa-contact-office,
    .oa-contact-enquiry,
    .oa-contact-faq {
        padding: 70px 0;
    }


    .oa-contact-office h2,
    .oa-contact-section-head h2,
    .oa-contact-faq .oa-section-head h2 {
        font-size: 2.5rem;
    }


    .oa-contact-map iframe {
        height: 350px;
    }


    /* Form */

    .oa-contact-form-card {
        padding: 24px 20px;
        border-radius: 22px;
    }


    .oa-form-submit-row {
        flex-direction: column;

        align-items: flex-start;
    }


    .oa-form-submit-row .btn-oa {
        width: 100%;
    }


    /* Guidance */

    .oa-contact-guidance {
        padding: 30px 24px;

        min-height: auto;

        border-radius: 22px;
    }


    .oa-contact-guidance h3 {
        font-size: 28px;
    }

}


@media (max-width: 575.98px) {

    .oa-contact-hero h1 {
        font-size: 2.45rem;
    }


    .oa-contact-hero {
        padding:
            55px
            0
            75px;
    }


    .oa-contact-hero-visual {
        min-height: 340px;
    }


    .oa-contact-image-frame {
        width: 220px;
        height: 310px;

        right: 50%;
    }


    .oa-contact-floating-card {
        left: 50%;

        transform:
            translateX(-145%)
            scale(.92);
    }


    .oa-contact-visual-circle {
        width: 270px;
        height: 270px;
    }


    .oa-contact-quick-card {
        padding: 13px 14px;
    }


    .oa-contact-quick-icon {
        width: 40px;
        height: 40px;

        flex-basis: 40px;

        font-size: 16px;
    }


    .oa-contact-quick-card strong {
        font-size: 11px;
    }


    .oa-contact-office,
    .oa-contact-enquiry,
    .oa-contact-faq {
        padding: 58px 0;
    }


    .oa-contact-office h2,
    .oa-contact-section-head h2,
    .oa-contact-faq .oa-section-head h2 {
        font-size: 2.2rem;
    }


    .oa-contact-map {
        padding: 5px;
        border-radius: 23px;
    }


    .oa-contact-map iframe {
        height: 300px;
        border-radius: 19px;
    }


    .oa-contact-map-label {
        left: 17px;
        bottom: 17px;

        font-size: 9px;
    }


    .oa-contact-accordion .accordion-button {
        padding: 17px;

        font-size: 13px;
    }


    .oa-contact-accordion .accordion-body {
        padding:
            0
            17px
            18px;

        font-size: 12px;
    }

}



/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .oa-contact-hero *,
    .oa-contact-quick-card,
    .oa-contact-image-frame img,
    .oa-contact-whatsapp,
    .oa-guidance-whatsapp {
        transition: none !important;
    }

}