.contact-breadcrumb-container{padding-top:var(--space-lg)}.contact-hero{background:linear-gradient(180deg,var(--cream,#FDFCFB) 0%,var(--white,#FFFFFF) 100%);padding:var(--space-3xl) var(--space-lg) var(--space-2xl);text-align:center;position:relative;box-shadow:inset 0 1px 0 var(--white-alpha-90,rgba(255,255,255,0.9)),inset 0 -1px 0 var(--navy-alpha-02,rgba(0,40,85,0.02))}.contact-hero::before{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--navy-alpha-04,rgba(0,40,85,0.04)) 0%,var(--navy-alpha-08,rgba(0,40,85,0.08)) 50%,var(--navy-alpha-04,rgba(0,40,85,0.04)) 100%)}.contact-hero__container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.contact-hero__badge{display:inline-block;background:linear-gradient(135deg,var(--orange) 0%,var(--orange-dark) 100%);color:var(--white);font-size:var(--text-xs,12px);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:0.1em;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-full,100px);box-shadow:0 2px 8px var(--orange-alpha-25,rgba(224,96,40,0.25))}.contact-hero__title{font-family:var(--font-heading);font-size:var(--heading-size-hero);font-weight:var(--heading-weight);line-height:1.2;letter-spacing:var(--heading-letter-spacing);color:var(--heading-color);margin:var(--space-md) 0 var(--space-sm)}.contact-hero__subtitle{font-size:var(--text-lg);color:var(--gray-700);line-height:var(--leading-relaxed);max-width:600px;margin:0 auto var(--space-xl)}.contact-hero__stats{display:flex;justify-content:center;align-items:flex-start;gap:var(--space-2xl);flex-wrap:wrap;width:100%}.contact-hero__stat{text-align:center;padding:var(--space-sm) var(--space-md);min-width:100px}.contact-hero__stat:hover{opacity:0.8}.contact-hero__stat-value{display:block;font-size:var(--text-3xl,32px);font-weight:var(--weight-bold);color:var(--navy);letter-spacing:-0.02em;line-height:1;margin-bottom:var(--space-xxs)}.contact-hero__stat-label{display:block;font-size:var(--text-2xs,11px);color:var(--gray-700);text-transform:uppercase;letter-spacing:0.08em;font-weight:var(--weight-semibold)}@media (max-width:768px){.contact-hero{padding:var(--space-2xl) var(--space-md) var(--space-xl)}.contact-hero__stats{gap:var(--space-md)}.contact-hero__stat{min-width:100px;padding:var(--space-xs) var(--space-sm)}.contact-hero__stat-value{font-size:var(--text-xl)}.contact-hero__stat-label{font-size:var(--text-2xs,10px)}}@media (max-width:640px){.contact-hero{padding:var(--space-xl) var(--space-sm) var(--space-lg)}.contact-hero__stats{gap:var(--space-sm);flex-direction:column}.contact-hero__stat{width:100%;padding:var(--space-xs) var(--space-sm)}.contact-hero__title{font-size:var(--text-2xl)}.contact-hero__subtitle{font-size:var(--text-base)}}