/* =========================================================
   CONTACT PAGE BASE
========================================================= */

body {
    font-family: 'Inter', sans-serif;
    background: #f8fafc;
    color: #111827;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}


/* =========================================================
   HEADER SCROLL
========================================================= */

.header-scrolled {
    background-color: white !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .08),
    0 2px 4px -1px rgba(0, 0, 0, .04) !important;
    border-bottom: 0;
}

.header-scrolled .nav-link {
    color: #374151 !important;
}

.header-scrolled .nav-link:hover {
    color: #4f46e5 !important;
}

.header-scrolled .brand-text {
    color: #1f2937 !important;
}

.header-scrolled .brand-span {
    color: #4f46e5 !important;
}

.header-scrolled .social-icon {
    color: #4b5563 !important;
}

.header-scrolled .social-icon:hover {
    color: #4f46e5 !important;
}

.header-scrolled .mobile-btn {
    color: #1f2937 !important;
}

.nav-link-active {
    color: #6366f1 !important;
}

.header-scrolled .nav-link-active {
    color: #4f46e5 !important;
    border-bottom: 2px solid #4f46e5;
    padding-bottom: 2px;
}


/* =========================================================
   HERO
========================================================= */

.contact-hero {
    position: relative;
    overflow: hidden;
    padding: 150px 0 100px;
    background: radial-gradient(
            circle at 50% -10%,
            rgba(99, 102, 241, .32),
            transparent 45%
    ),
    linear-gradient(
            135deg,
            #111827 0%,
            #1e1b4b 55%,
            #111827 100%
    );
}

.contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .04;

    background-image: linear-gradient(
            rgba(255, 255, 255, .5) 1px,
            transparent 1px
    ),
    linear-gradient(
            90deg,
            rgba(255, 255, 255, .5) 1px,
            transparent 1px
    );

    background-size: 50px 50px;
}

.contact-hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(110px);
    pointer-events: none;
}

.contact-hero-glow-one {
    top: -260px;
    left: -100px;
    background: rgba(99, 102, 241, .28);
}

.contact-hero-glow-two {
    right: -160px;
    bottom: -220px;
    background: rgba(168, 85, 247, .22);
}

.contact-hero-content {
    position: relative;
    z-index: 2;
}

.contact-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 8px 15px;

    border-radius: 999px;

    background: rgba(99, 102, 241, .12);
    border: 1px solid rgba(129, 140, 248, .25);

    color: #c7d2fe;

    font-size: 11px;
    font-weight: 900;

    letter-spacing: .15em;
    text-transform: uppercase;
}

.contact-hero-badge-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #818cf8;
}

.contact-hero-badge-dot::before {
    content: "";
    position: absolute;
    inset: -4px;

    border-radius: 50%;
    background: #818cf8;

    opacity: .35;

    animation: contactPing 1.8s infinite;
}

@keyframes contactPing {
    0%, 100% {
        transform: scale(.8);
        opacity: .25;
    }

    50% {
        transform: scale(1.5);
        opacity: .05;
    }
}

.contact-hero h1 {
    margin-top: 24px;

    font-size: clamp(42px, 7vw, 78px);
    line-height: 1.05;

    font-weight: 900;

    letter-spacing: -.04em;
}

.contact-hero h1 span {
    color: #a5b4fc;
}

.contact-hero p {
    max-width: 700px;

    margin: 24px auto 0;

    color: rgba(224, 231, 255, .68);

    font-size: 18px;
    line-height: 1.8;
}


/* =========================================================
   MAIN SECTION
========================================================= */

.contact-main {
    position: relative;
    overflow: hidden;

    padding: 90px 0 110px;

    background: #f8fafc;
}

.contact-main-glow {
    position: absolute;

    width: 500px;
    height: 500px;

    border-radius: 50%;

    filter: blur(120px);

    pointer-events: none;
}

.contact-main-glow-one {
    top: -250px;
    left: -200px;

    background: rgba(99, 102, 241, .08);
}

.contact-main-glow-two {
    right: -250px;
    bottom: -250px;

    background: rgba(168, 85, 247, .07);
}


/* =========================================================
   FORM CARD
========================================================= */

.contact-form-card {
    position: relative;

    background: rgba(255, 255, 255, .92);

    border: 1px solid #e5e7eb;

    border-radius: 30px;

    padding: 34px;

    box-shadow: 0 25px 70px rgba(15, 23, 42, .08);

    transition: all .4s ease;
}

.contact-form-card:hover {
    box-shadow: 0 30px 80px rgba(15, 23, 42, .11);
}

@media (min-width: 768px) {
    .contact-form-card {
        padding: 46px;
    }
}

.contact-form-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    gap: 20px;

    margin-bottom: 34px;
}

.contact-mini-label {
    color: #6366f1;

    font-size: 11px;
    font-weight: 900;

    letter-spacing: .15em;
    text-transform: uppercase;
}

.contact-form-title {
    margin-top: 8px;

    color: #111827;

    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.15;

    font-weight: 900;
}

.contact-form-title span {
    color: #4f46e5;
}

.contact-form-description {
    margin-top: 10px;

    color: #6b7280;

    font-size: 14px;
    line-height: 1.7;
}

.contact-online {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    flex-shrink: 0;

    padding: 8px 12px;

    border-radius: 999px;

    background: #f0fdf4;
    border: 1px solid #dcfce7;

    color: #15803d;

    font-size: 10px;
    font-weight: 900;

    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-online-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #22c55e;

    box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
}


/* =========================================================
   FORM INPUTS
========================================================= */

.contact-field label {
    display: block;

    margin-bottom: 9px;

    color: #374151;

    font-size: 11px;
    font-weight: 900;

    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-input {
    width: 100%;

    padding: 14px 17px;

    border-radius: 14px;

    border: 1px solid #e5e7eb;

    background: #f9fafb;

    color: #111827;

    font-size: 14px;

    outline: none;

    transition: border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.contact-input::placeholder {
    color: #9ca3af;
}

.contact-input:hover {
    background: white;
}

.contact-input:focus {
    background: white;

    border-color: #818cf8;

    box-shadow: 0 0 0 4px rgba(99, 102, 241, .10);
}

.contact-input option {
    color: #111827;
    background: white;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.contact-submit {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;

    width: 100%;

    padding: 16px 22px;

    border: 0;
    border-radius: 15px;

    background: linear-gradient(
            135deg,
            #4f46e5,
            #6366f1
    );

    color: white;

    font-size: 16px;
    font-weight: 800;

    cursor: pointer;

    box-shadow: 0 14px 30px rgba(79, 70, 229, .20);

    transition: all .3s ease;
}

.contact-submit:hover {
    transform: translateY(-2px);

    box-shadow: 0 18px 38px rgba(79, 70, 229, .28);
}

.contact-submit:active {
    transform: translateY(0);
}

.contact-submit svg {
    transition: transform .3s ease;
}

.contact-submit:hover svg {
    transform: translateX(4px);
}

.contact-form-note {
    margin-top: 13px;

    text-align: center;

    color: #9ca3af;

    font-size: 11px;
}


/* =========================================================
   CONTACT INFO
========================================================= */

.contact-side-title {
    color: #111827;

    font-size: 28px;
    font-weight: 900;
}

.contact-side-description {
    margin-top: 9px;

    color: #6b7280;

    font-size: 14px;
    line-height: 1.7;
}

.contact-info-list {
    margin-top: 24px;
}

.contact-info-card {
    display: flex;
    align-items: center;

    padding: 18px;

    border-radius: 20px;

    background: white;

    border: 1px solid #e5e7eb;

    box-shadow: 0 10px 30px rgba(15, 23, 42, .04);

    transition: all .3s ease;
}

.contact-info-card:hover {
    transform: translateY(-3px);

    border-color: #c7d2fe;

    box-shadow: 0 18px 38px rgba(15, 23, 42, .08);
}

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    flex-shrink: 0;

    border-radius: 15px;

    background: #eef2ff;

    color: #4f46e5;
}

.contact-info-label {
    color: #9ca3af;

    font-size: 10px;
    font-weight: 900;

    letter-spacing: .13em;
    text-transform: uppercase;
}

.contact-info-value {
    margin-top: 3px;

    color: #111827;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.5;
}


/* =========================================================
   WHATSAPP CTA
========================================================= */

.contact-whatsapp {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-top: 18px;

    padding: 18px;

    border-radius: 20px;

    background: #f0fdf4;

    border: 1px solid #dcfce7;

    transition: all .3s ease;
}

.contact-whatsapp:hover {
    transform: translateY(-3px);

    box-shadow: 0 15px 35px rgba(22, 163, 74, .10);
}

.contact-whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    flex-shrink: 0;

    border-radius: 15px;

    background: #22c55e;

    color: white;
}

.contact-whatsapp-label {
    color: #15803d;

    font-size: 10px;
    font-weight: 900;

    letter-spacing: .13em;
    text-transform: uppercase;
}

.contact-whatsapp-title {
    margin-top: 3px;

    color: #166534;

    font-size: 14px;
    font-weight: 800;
}


/* =========================================================
   MAP
========================================================= */

.contact-map-wrapper {
    position: relative;

    margin-top: 22px;

    padding: 5px;

    border-radius: 27px;

    background: linear-gradient(
            135deg,
            #6366f1,
            #8b5cf6,
            #06b6d4
    );

    box-shadow: 0 20px 50px rgba(79, 70, 229, .12);
}

.contact-map {
    position: relative;

    height: 330px;

    overflow: hidden;

    border-radius: 22px;

    background: white;
}

.contact-map iframe {
    width: 100%;
    height: 100%;

    border: 0;
}

.contact-map-badge {
    position: absolute;

    left: 15px;
    bottom: 15px;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 9px 13px;

    border-radius: 12px;

    background: rgba(255, 255, 255, .94);

    backdrop-filter: blur(10px);

    border: 1px solid #e5e7eb;

    box-shadow: 0 8px 20px rgba(15, 23, 42, .10);

    color: #111827;

    font-size: 11px;
    font-weight: 800;
}

.contact-map-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #22c55e;

    box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
}


/* =========================================================
   BOTTOM TRUST
========================================================= */

.contact-trust {
    margin-top: 28px;

    padding-top: 22px;

    border-top: 1px solid #e5e7eb;

    display: flex;
    flex-wrap: wrap;

    gap: 18px;
}

.contact-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #6b7280;

    font-size: 11px;
    font-weight: 700;
}

.contact-trust-item svg {
    color: #6366f1;
}


/* =========================================================
   FORM STATUS
========================================================= */

#form-status {
    min-height: 20px;
    margin-top: 12px;

    font-size: 13px;
    font-weight: 600;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .contact-hero {
        padding: 130px 0 80px;
    }

    .contact-hero h1 {
        font-size: 44px;
    }

    .contact-hero p {
        font-size: 15px;
    }

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

    .contact-form-card {
        border-radius: 24px;
        padding: 24px;
    }

    .contact-form-top {
        flex-direction: column;
    }

    .contact-online {
        align-self: flex-start;
    }

    .contact-map {
        height: 300px;
    }
}

/* =========================================================
   CONTACT HERO — REMOVE GRID LINES
========================================================= */

.contact-hero::before {
    display: none !important;
    background-image: none !important;
}