/* =========================================
   Contact Page - Premium Professional Design
   ========================================= */

:root {
    --navy: #0A2540;
    --navy-dark: #050A14;
    --gold: #C5A059;
    --gold-light: #D4B867;
    --cream: #FDFBF7;
    --white: #ffffff;
    --gray-light: #f5f5f5;
    --gray: #666;
    --gray-dark: #333;
}

body {
    background-color: var(--cream);
}

/* Dark Header for Contact Page */
.glass-header.dark-header .nav-item {
    color: var(--navy) !important;
}

.glass-header.dark-header .social-icon svg {
    stroke: var(--navy) !important;
}

.glass-header.dark-header .nav-item:hover {
    color: var(--gold) !important;
}

.glass-header.dark-header .social-icon:hover svg {
    stroke: var(--gold) !important;
}

/* =========================================
   Hero Section - Split Design
   ========================================= */
.contact-hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    padding-top: 80px;
}

.hero-left {
    background: var(--cream);
    display: flex;
    align-items: center;
    padding: 80px 60px 80px 80px;
}

.hero-left-content {
    max-width: 550px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 2rem;
    font-weight: 600;
}

.eyebrow i {
    font-size: 1rem;
}

.hero-left h1 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1;
    color: var(--navy);
    margin-bottom: 1.5rem;
}

.text-gold {
    color: var(--gold);
    font-style: italic;
}

.hero-left p {
    font-size: 1.2rem;
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 3rem;
    max-width: 450px;
}

/* Stats Row */
.hero-stats {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-family: 'IBM Plex Serif', serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--navy);
    line-height: 1;
}

.stat-label {
    font-size: 0.85rem;
    color: var(--gray);
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-divider {
    width: 1px;
    height: 50px;
    background: rgba(0, 0, 0, 0.1);
}

/* Hero Right - Image */
.hero-right {
    position: relative;
    background: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-image-wrapper {
    position: relative;
    width: 85%;
    height: 75%;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.image-accent {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--gold);
    border-radius: 8px;
    z-index: -1;
    opacity: 0.5;
}

/* =========================================
   Main Contact Section
   ========================================= */
.contact-main {
    padding: 100px 0;
    background: var(--cream);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: start;
}

/* Left Column - Info */
.contact-info {
    padding-right: 20px;
}

.info-header h2 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 2.5rem;
    color: var(--navy);
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.info-header p {
    color: var(--gray);
    font-size: 1rem;
    margin-bottom: 3rem;
}

.info-cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 3rem;
}

.info-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
}

.info-card:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border-left: 3px solid var(--gold);
}

.icon-wrap {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.info-details h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--navy);
    margin-bottom: 5px;
}

.info-details a,
.info-details span {
    color: var(--gray);
    font-size: 1rem;
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.3s;
}

.info-details a:hover {
    color: var(--gold);
}

/* Social Section */
.social-section h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--navy);
    margin-bottom: 1rem;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 45px;
    height: 45px;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--navy);
    color: var(--gold);
    border-color: var(--navy);
    transform: translateY(-3px);
}

/* Right Column - Form */
.contact-form-wrapper {
    background: var(--white);
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
    border-top: 4px solid var(--gold);
}

.contact-form h3 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 1.8rem;
    color: var(--navy);
    margin-bottom: 2rem;
    font-weight: 400;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--navy);
    margin-bottom: 10px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px 18px;
    background: var(--gray-light);
    border: 1.5px solid transparent;
    border-radius: 6px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 1rem;
    color: var(--gray-dark);
    transition: all 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    background: var(--white);
    border-color: var(--navy);
    box-shadow: 0 4px 15px rgba(10, 37, 64, 0.08);
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
    color: var(--white);
    border: none;
    border-radius: 6px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.btn-submit:hover {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    color: var(--navy-dark);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(197, 160, 89, 0.3);
}

.btn-submit i {
    transition: transform 0.3s ease;
}

.btn-submit:hover i {
    transform: translateX(5px);
}

/* =========================================
   Location CTA Section
   ========================================= */
.location-cta {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.location-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(5, 10, 20, 0.92) 0%, rgba(10, 37, 64, 0.85) 100%);
    z-index: 1;
}

.location-container {
    position: relative;
    z-index: 2;
}

.cta-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.cta-content {
    flex: 1;
    color: var(--white);
}

.cta-label {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 1rem;
    font-weight: 600;
}

.cta-content h3 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #ffffff;
}

.cta-content p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2rem;
    max-width: 500px;
    line-height: 1.7;
}

.cta-address {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border-left: 3px solid var(--gold);
}

.cta-address i {
    font-size: 1.5rem;
    color: var(--gold);
    margin-top: 3px;
}

.cta-address strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
}

.cta-address span {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 35px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    min-width: 200px;
}

.cta-btn-primary {
    background: var(--gold);
    color: var(--navy-dark);
}

.cta-btn-primary:hover {
    background: var(--gold-light);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.3);
}

.cta-btn-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.cta-btn-outline:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

/* =========================================
   Responsive
   ========================================= */
@media (max-width: 992px) {
    .contact-hero-split {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-left {
        padding: 60px 40px;
        order: 1;
    }

    .hero-left h1 {
        font-size: 3rem;
    }

    .hero-right {
        min-height: 400px;
        order: 2;
    }

    .hero-image-wrapper {
        width: 90%;
        height: 80%;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 20px;
    }

    .stat-divider {
        display: none;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .contact-info {
        padding-right: 0;
    }

    .cta-grid {
        flex-direction: column;
        text-align: center;
    }

    .cta-content h3 {
        font-size: 2rem;
    }

    .cta-content p {
        max-width: 100%;
    }

    .cta-address {
        justify-content: center;
        text-align: left;
    }

    .cta-actions {
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .contact-hero-split {
        padding-top: 70px;
    }

    .hero-left {
        padding: 40px 20px;
    }

    .hero-left h1 {
        font-size: 2.2rem;
    }

    .hero-left p {
        font-size: 1rem;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .hero-right {
        min-height: 300px;
    }

    .contact-main {
        padding: 60px 0;
    }

    .contact-form-wrapper {
        padding: 30px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .location-cta {
        padding: 60px 0;
    }

    .cta-content h3 {
        font-size: 1.8rem;
    }

    .cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .cta-btn {
        width: 100%;
        min-width: auto;
    }
}