:root {
    --blue: #0878df;
    --blue-dark: #075db0;
    --orange: #ff7a18;
    --ink: #10263c;
    --muted: #667b8f;
    --line: #e4edf5;
    --soft: #f4f8fc;
    --white: #fff;
    --shadow: 0 22px 60px rgba(20, 61, 96, .10)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: var(--ink);
    background: #f7faff;
    line-height: 1.6
}

a {
    text-decoration: none;
    color: inherit
}

.skip-link {
    position: fixed;
    left: 15px;
    top: -60px;
    z-index: 9999;
    padding: 10px 15px;
    border-radius: 10px;
    background: #111;
    color: #fff
}

.skip-link:focus {
    top: 15px
}

.contact-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(228, 237, 245, .9)
}

.nav-inner {
    max-width: 1220px;
    margin: auto;
    padding: 13px 24px;
    display: flex;
    align-items: center;
    gap: 28px
}

.brand {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: max-content
}

.brand img,
.footer-brand img {
    width: 43px;
    height: 43px;
    object-fit: contain
}

.brand span,
.footer-brand span {
    display: flex;
    flex-direction: column;
    line-height: 1
}

.brand strong,
.footer-brand b {
    font-size: 23px;
    color: var(--blue);
    font-weight: 900
}

.brand small,
.footer-brand small {
    margin-top: 4px;
    font-size: 8px;
    letter-spacing: 3px;
    color: #72869a;
    font-weight: 800
}

.contact-nav nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1
}

.contact-nav nav a {
    padding: 9px 13px;
    border-radius: 10px;
    color: #5d7184;
    font-size: 13px;
    font-weight: 700;
    transition: .2s
}

.contact-nav nav a:hover,
.contact-nav nav a.active {
    color: var(--blue);
    background: #eef6ff
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 12px;
    background: #102b43;
    color: #fff;
    font-size: 13px;
    font-weight: 800
}

.contact-hero {
    position: relative;
    overflow: hidden;
    max-width: 1220px;
    margin: 22px auto 0;
    min-height: 510px;
    border-radius: 32px;
    padding: 80px 70px 45px;
    background: linear-gradient(135deg, #071e35 0%, #0b4778 58%, #0878df 100%);
    box-shadow: 0 30px 80px rgba(9, 60, 104, .22);
    color: #fff
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(3px);
    opacity: .3
}

.glow-one {
    width: 360px;
    height: 360px;
    right: -80px;
    top: -110px;
    background: #49b5ff
}

.glow-two {
    width: 230px;
    height: 230px;
    left: 42%;
    bottom: -150px;
    background: #ff8b32
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 760px
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 1.8px;
    font-weight: 900;
    color: #69b9ff
}

.contact-hero .eyebrow {
    color: #bfe4ff
}

.hero-content h1 {
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.02;
    letter-spacing: -3px;
    margin: 18px 0 22px;
    max-width: 780px
}

.hero-content h1 span {
    color: #74c6ff
}

.hero-content p {
    max-width: 680px;
    color: #d7e8f6;
    font-size: 17px;
    line-height: 1.8;
    margin: 0
}

.hero-actions,
.cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px
}

.primary-btn,
.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 13px;
    padding: 13px 18px;
    font-weight: 800;
    font-size: 13px;
    transition: .2s
}

.primary-btn {
    background: #fff;
    color: #086bc4
}

.secondary-btn {
    background: rgba(255, 255, 255, .10);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .28)
}

.primary-btn:hover,
.secondary-btn:hover {
    transform: translateY(-2px)
}

.hero-trust {
    position: absolute;
    z-index: 2;
    left: 55px;
    right: 55px;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(12px)
}

.hero-trust>div {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 20px 24px;
    background: rgba(2, 24, 43, .3)
}

.hero-trust i {
    font-size: 20px;
    color: #7bcaff
}

.hero-trust span {
    display: flex;
    flex-direction: column
}

.hero-trust b {
    font-size: 13px
}

.hero-trust small {
    font-size: 11px;
    color: #b9cede
}

.contact-section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 92px 24px
}

.section-heading {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 42px
}

.section-heading.left {
    text-align: left;
    margin-left: 0
}

.section-heading h2,
.enquiry-copy h2,
.final-cta h2 {
    font-size: clamp(31px, 4vw, 48px);
    line-height: 1.1;
    letter-spacing: -1.8px;
    margin: 10px 0 13px;
    color: #10263c
}

.section-heading p,
.enquiry-copy>p {
    margin: 0;
    color: var(--muted);
    font-size: 15px
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
    min-width: 0;
}

.contact-card {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 10px 35px rgba(20, 61, 96, .055);
    transition: .25s
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
    border-color: #cfe3f4
}

.card-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: #edf6ff;
    color: var(--blue);
    font-size: 21px
}

.contact-card.whatsapp .card-icon {
    background: #edf9f2;
    color: #1eaf65
}

.contact-card.email .card-icon {
    background: #fff4e9;
    color: #ed741a
}

.contact-card.location .card-icon {
    background: #f2efff;
    color: #7358d9
}

.card-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 900;
    color: #8294a5
}

.contact-card h3 {
    font-size: 18px;
    margin: 3px 30px 3px 0
}

.contact-card p {
    font-size: 12px;
    color: var(--muted);
    margin: 0;
    overflow-wrap: anywhere;
}

.card-arrow {
    position: absolute;
    right: 20px;
    top: 22px;
    color: #9db0c0;
    font-size: 12px
}

.enquiry-wrap {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 65px;
    align-items: start
}

.enquiry-copy {
    padding-top: 15px
}

.mini-points {
    display: grid;
    gap: 12px;
    margin: 25px 0
}

.mini-points div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #365167
}

.mini-points i {
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #eaf6ff;
    color: var(--blue);
    font-size: 10px
}

.support-note {
    display: flex;
    gap: 10px;
    padding: 15px;
    border: 1px solid #dceaf5;
    border-radius: 14px;
    background: #f1f8fe;
    color: #5d7387;
    font-size: 12px
}

.support-note i {
    color: var(--blue);
    margin-top: 3px
}

.contact-form {
    padding: 28px;
    border-radius: 25px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow)
}

.form-top {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 22px
}

.form-top span {
    font-size: 10px;
    letter-spacing: 1.5px;
    color: var(--blue);
    font-weight: 900
}

.form-top strong {
    font-size: 18px
}

.field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 12px;
    font-weight: 800;
    color: #3e566a;
    margin-bottom: 15px
}

label span {
    font-weight: 500;
    color: #91a0ad
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid #dbe6ee;
    border-radius: 12px;
    background: #fbfdff;
    padding: 13px 14px;
    font: inherit;
    font-size: 13px;
    color: #18334a;
    outline: none;
    transition: .2s
}

textarea {
    resize: vertical;
    min-height: 135px
}

input:focus,
select:focus,
textarea:focus {
    border-color: #6db6ed;
    box-shadow: 0 0 0 4px #eaf5ff
}

.consent {
    flex-direction: row;
    align-items: flex-start;
    gap: 9px;
    font-size: 11px;
    font-weight: 600;
    color: #718495
}

.consent input {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 1px
}

.submit-btn {
    width: 100%;
    border: 0;
    border-radius: 13px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #0878df, #075db0);
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    box-shadow: 0 12px 25px rgba(8, 120, 223, .22)
}

.submit-btn:hover {
    transform: translateY(-2px)
}

.form-status {
    min-height: 18px;
    margin: 10px 0 0;
    text-align: center;
    font-size: 11px;
    color: #d65c2b
}

.journey-section {
    padding-top: 20px
}

.journey-grid {
    display: grid;
    grid-template-columns: 1fr 55px 1fr 55px 1fr;
    align-items: center
}

.journey-step {
    text-align: center;
    padding: 24px 10px
}

.journey-step>span {
    display: inline-block;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #86a0b4
}

.journey-step i {
    display: grid;
    place-items: center;
    width: 55px;
    height: 55px;
    margin: 12px auto;
    border-radius: 18px;
    background: #eaf5ff;
    color: var(--blue);
    font-size: 20px
}

.journey-step h3 {
    font-size: 17px;
    margin: 7px 0
}

.journey-step p {
    font-size: 12px;
    color: var(--muted);
    margin: 0
}

.journey-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, #bfd5e5, transparent)
}

.faq-section {
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 88px 24px
}

.faq-list {
    max-width: 850px;
    margin: auto;
    display: grid;
    gap: 10px
}

.faq-list details {
    background: #f8fbfe;
    border: 1px solid #e2ebf2;
    border-radius: 14px;
    padding: 0 18px
}

.faq-list summary {
    cursor: pointer;
    list-style: none;
    padding: 18px 0;
    font-weight: 800;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    gap: 15px
}

.faq-list summary::-webkit-details-marker {
    display: none
}

.faq-list summary i {
    color: #71889b;
    transition: .2s
}

.faq-list details[open] summary i {
    transform: rotate(45deg);
    color: var(--blue)
}

.faq-list details p {
    color: var(--muted);
    font-size: 13px;
    padding: 0 25px 18px 0;
    margin: 0
}

.final-cta {
    max-width: 1120px;
    margin: 75px auto 90px;
    padding: 42px 45px;
    border-radius: 25px;
    background: linear-gradient(135deg, #08213a, #0a5e9f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 25px 65px rgba(9, 65, 110, .2)
}

.final-cta h2 {
    color: #fff;
    margin-bottom: 8px
}

.final-cta p {
    margin: 0;
    color: #c9dfef;
    font-size: 13px
}

.site-footer {
    background: #071a2b;
    color: #d6e3ed;
    padding: 60px 24px 20px
}

.footer-grid {
    max-width: 1120px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.3fr 1fr;
    gap: 35px
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 9px
}

.footer-brand b {
    color: #fff
}

.footer-brand small {
    color: #7f95a8
}

.footer-brand-block p {
    color: #91a8b9;
    font-size: 12px
}

.site-footer h3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff
}

.site-footer a {
    display: block;
    color: #9db1c0;
    font-size: 12px;
    margin: 9px 0
}

.site-footer a:hover {
    color: #fff
}

.footer-bottom {
    max-width: 1120px;
    margin: 40px auto 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .09);
    display: flex;
    justify-content: space-between;
    gap: 15px;
    color: #72899b;
    font-size: 10px
}

.floating-wa {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #20b968;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 15px 35px rgba(25, 160, 91, .3);
    z-index: 90
}

.floating-wa:hover {
    transform: translateY(-3px)
}

@media(max-width:900px) {
    .contact-nav nav {
        display: none
    }

    .nav-inner {
        justify-content: space-between
    }

    .contact-hero {
        margin: 12px 14px 0;
        padding: 60px 30px 145px;
        min-height: auto
    }

    .hero-trust {
        left: 0;
        right: 0
    }

    .enquiry-wrap {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:650px) {
    .nav-inner {
        padding: 10px 16px
    }

    .nav-cta span {
        display: none
    }

    .nav-cta {
        padding: 11px 13px
    }

    .contact-hero {
        border-radius: 24px;
        padding: 50px 22px 190px
    }

    .hero-content h1 {
        font-size: 43px;
        letter-spacing: -2px
    }

    .hero-content p {
        font-size: 14px
    }

    .hero-trust {
        grid-template-columns: 1fr
    }

    .hero-trust>div {
        padding: 13px 18px
    }

    .hero-trust>div:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, .08)
    }

    .contact-section {
        padding: 65px 17px
    }

    .contact-grid,
    .field-row {
        grid-template-columns: 1fr
    }

    .contact-card {
        padding: 19px
    }

    .section-heading {
        margin-bottom: 30px
    }

    .journey-grid {
        grid-template-columns: 1fr
    }

    .journey-line {
        width: 1px;
        height: 35px;
        margin: auto
    }

    .final-cta {
        margin: 45px 17px 60px;
        padding: 30px 24px;
        display: block
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px
    }

    .footer-bottom {
        display: block
    }

    .footer-bottom span {
        display: block;
        margin-top: 5px
    }

    .floating-wa {
        right: 16px;
        bottom: 16px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        transition: none !important
    }
}
/* =========================================================
   FIXSO CONTACT ACCOUNT NAV
   ========================================================= */

  .nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 42px;
    padding: 0 14px;

    background: #fff;
    color: #0a2e4e;

    border: 1px solid rgba(10, 46, 78, .16);
    border-radius: 10px;

    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;

    transition: .2s ease;
}

/* MOUSE HOVER */
.nav-cta:hover {
    background: #0a2e4e;
    color: #fff;
    border-color: #0a2e4e;
}

.contact-account-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
    border: 1px solid rgba(10, 46, 78, .12);
}

.contact-account-fallback {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef5ff;
    color: #0878df;
    flex-shrink: 0;
}

.contact-account-fallback i {
    font-size: 14px;
}