@charset "UTF-8";.contact-hero{background:var(--color-primary);padding:56px 0 40px}.contact-hero h1{font-size:2rem;font-weight:800;color:#fff;margin-bottom:8px}.contact-hero p{color:rgba(255,255,255,.85);font-size:1rem}.contact-info-section{padding:64px 0;background:var(--color-white)}.contact-cards-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-bottom:56px}.contact-card{background:var(--color-gray-50);border:1px solid var(--color-gray-100);border-radius:4px;padding:28px 24px;text-align:center}.contact-card .cc-icon{width:48px;height:48px;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.contact-card .cc-icon svg{stroke:#fff}.contact-card h3{font-size:.95rem;font-weight:700;color:var(--color-gray-900);margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.contact-card p{font-size:.88rem;color:var(--color-secondary);line-height:1.6;margin-bottom:12px}.contact-card a{font-size:.9rem;color:var(--color-primary);font-weight:600}.contact-form-section{background:var(--color-gray-50);padding:64px 0 80px}.contact-form-wrap{max-width:680px;margin:0 auto;background:var(--color-white);border:1px solid var(--color-gray-100);border-radius:4px;padding:36px}@media (max-width:768px){.contact-cards-row{grid-template-columns:1fr}}