.contact-hero {
    min-height: 72vh;
    display: flex;
    align-items: center;
    padding: 8rem 0 5rem;
    position: relative;
    overflow: hidden;
}

.contact-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #0a0e27 0%, #141a32 40%, #1d2741 70%, #0a0e27 100%);
    z-index: -1;
}

.contact-hero .animated-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(1, 110, 239, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(1, 110, 239, 0.1) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 30%, transparent 70%);
}

.hero-content-center {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.contact-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
}

.contact-hero .hero-badge svg {
    color: #016EEF;
}

.contact-hero .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.contact-hero .gradient-text {
    background: linear-gradient(135deg, #016EEF, #016cefe5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-hero .hero-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


.contact-quick-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.contact-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 9999px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.contact-pill:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.contact-content-section {
    padding: 6rem 0 8rem;
    position: relative;
    background: linear-gradient(180deg,
            #e8f1fd 0%,
            #f0f7fe 20%,
            #f8fbff 40%,
            #ffffff 60%,
            #f8fbff 80%,
            #f0f7fe 100%);
    overflow: hidden;
}

.contact-content-section::before {
    content: '';
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(180deg,
            #0a0e27 0%,
            rgba(10, 14, 39, 0.9) 10%,
            rgba(232, 241, 253, 0.8) 50%,
            rgba(232, 241, 253, 0.1) 100%);
    z-index: 0;
    pointer-events: none;
}

.contact-content-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(1, 110, 239, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    pointer-events: none;
}

.contact-content-section .container {
    position: relative;
    z-index: 1;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    position: relative;
    z-index: 1;
}

.section-title-dark {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.info-text {
    color: #334155;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 1.0625rem;
}

.info-subtitle {
    font-size: 1.125rem;
    font-weight: 800;
    color: #0f172a;
    margin: 2rem 0 1rem;
}

.areas-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.areas-list li {
    padding: 0.875rem 0;
    color: #334155;
    line-height: 1.6;
    font-size: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.areas-list li:last-child {
    border-bottom: none;
}

.areas-list strong {
    color: #0f172a;
    font-weight: 700;
}

.office-location {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.office-location svg {
    color: #016EEF;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.office-location strong {
    display: block;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.office-location p {
    color: #64748b;
    margin: 0;
    font-size: 0.9375rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f172a;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background: #016EEF;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(1, 110, 239, 0.3);
}

.form-card {
    background: #ffffff;
    padding: 3rem;
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
}

.form-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 2rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #334155;
}

.form-group .req {
    color: #ef4444;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    font-family: inherit;
    color: #0f172a;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    transition: all 0.3s ease;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #016EEF;
    box-shadow: 0 0 0 3px rgba(1, 110, 239, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    height: 52px;
    background: linear-gradient(135deg, #016EEF 0%, #0180ff 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(1, 110, 239, 0.25);
}

.btn-submit-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(1, 110, 239, 0.35);
}

.btn-submit-contact svg {
    transition: transform 0.3s ease;
}

.btn-submit-contact:hover svg {
    transform: translateX(4px);
}

.map-section {
    margin-top: 4rem;
}

.map-title {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
    margin-bottom: 2rem;
}

.map-container {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border: 4px solid #ffffff;
}

.map-container iframe {
    width: 100%;
    height: 500px;
    border: 0;
    display: block;
}

.map-skeleton {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg,
            #eef3f9 0%,
            #f6f9ff 20%,
            #eef3f9 40%,
            #eef3f9 100%);
    background-size: 200% 100%;
    animation: mapShimmer 1.2s linear infinite;
    z-index: 10;
}

@keyframes mapShimmer {
    0% {
        background-position: 0% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.map-skeleton.hide {
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}


.hero-seo-line {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.hero-seo-line strong {
    color: var(--primary-color);
    font-weight: 600;
}

.contact-label {
    font-weight: 600;
    margin-right: 0.25rem;
    color: var(--text-primary);
}

.form-intro-text {
    font-size: 0.95rem;
    color: var(--text-secondary);
    margin: -0.5rem 0 1.5rem 0;
    line-height: 1.6;
}

.map-support-text {
    text-align: center;
    font-size: 0.95rem;
    color: var(--text-secondary);
    margin-top: 1.5rem;
    line-height: 1.6;
}
