/* Contact page — light theme */

.contact-page-wrap {
    background: #fff;
    min-height: 70vh;
}

.contact-hero {
    background: linear-gradient(165deg, #ffffff 0%, #f0f9ff 55%, #e8f4fc 100%);
    border-bottom: 1px solid #e2e8f0;
    padding: 2.5rem 0 2rem;
}

.contact-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.contact-hero__eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #049fd9;
    margin-bottom: 0.75rem;
}

.contact-hero__title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: #0f172a;
    margin-bottom: 1rem;
}

.contact-hero__desc {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #475569;
    max-width: 36rem;
}

.contact-hero__logo {
    height: 7rem;
    width: auto;
    object-fit: contain;
    opacity: 0.9;
}

@media (max-width: 767px) {
    .contact-hero__logo { display: none; }
}

.contact-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem;
}

.contact-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.contact-card__grid {
    display: grid;
    gap: 0;
}

@media (min-width: 1024px) {
    .contact-card__grid {
        grid-template-columns: 1fr 1fr;
    }
}

.contact-form-col {
    padding: 2rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
}

@media (min-width: 1024px) {
    .contact-form-col {
        padding: 2.5rem;
        border-bottom: none;
        border-right: 1px solid #f1f5f9;
    }
}

.contact-info-col {
    padding: 2rem 1.5rem;
    background: #f8fafc;
}

@media (min-width: 1024px) {
    .contact-info-col { padding: 2.5rem; }
}

.contact-section-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

.contact-section-title__icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(4, 159, 217, 0.1);
    color: #049fd9;
}

.contact-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.5rem;
}

.contact-input-icon {
    display: flex;
    align-items: stretch;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-input-icon:focus-within {
    border-color: #049fd9;
    box-shadow: 0 0 0 3px rgba(4, 159, 217, 0.15);
}

.contact-input-icon .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    flex-shrink: 0;
    background: linear-gradient(135deg, #049fd9, #0284c7);
    color: #fff;
}

.contact-input-icon input,
.contact-input-icon textarea {
    flex: 1;
    padding: 0.875rem 1rem;
    color: #0f172a;
    font-size: 0.875rem;
    background: #fff;
    border: 0;
    outline: none;
}

.contact-input-icon input::placeholder,
.contact-input-icon textarea::placeholder {
    color: #94a3b8;
}

.contact-info-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.contact-info-box + .contact-info-box {
    margin-top: 1rem;
}

.contact-info-box h3 {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.contact-info-box p,
.contact-info-box a {
    font-size: 0.875rem;
    color: #64748b;
}

.contact-info-box a:hover {
    color: #049fd9;
}

.contact-info-box__icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(4, 159, 217, 0.08);
    color: #049fd9;
    font-size: 1.5rem;
}

.contact-map-card {
    margin-top: 2rem;
}

.contact-map-card__head {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
}

.contact-map-card__head h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
}

.contact-map-card__head p {
    font-size: 0.875rem;
    color: #64748b;
    margin-top: 0.25rem;
}

.contact-map-card iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
    display: block;
}

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    background: linear-gradient(135deg, #049fd9, #0284c7);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(4, 159, 217, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
}

.contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(4, 159, 217, 0.45);
}
