/* ============================================
   ZETRE - Contact Page Desktop Styles (min-width: 768px)
   ============================================ */

/* ---- Hero Desktop ---- */
.page-hero {
    padding: calc(80px + var(--space-16)) 0 var(--space-16);
}

.page-hero-content h1 {
    font-size: var(--text-5xl);
}

.hero-wave svg {
    height: 60px;
}

/* ---- Social Cards Desktop ---- */
.social-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
}

/* ---- Inquiry Section Desktop ---- */
.contact-inquiry-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: var(--space-8);
    align-items: stretch;
}

/* ---- Section Header Desktop ---- */
.section-header h2 {
    font-size: var(--text-4xl);
}

