.contact-hero{background:#fff;overflow:hidden;padding:46px 0 54px;font-family:var(--ss-font-primary);position:relative}.contact-hero__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;display:block}.contact-hero__pattern{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.contact-hero__orb{position:absolute;border-radius:50%;will-change:transform;filter:blur(72px)}.contact-hero__orb--1{width:520px;height:520px;background:#b91c1c2e;top:-180px;right:-80px;animation:ch-orb-1 9s ease-in-out infinite}.contact-hero__orb--2{width:380px;height:380px;background:#ef44441f;bottom:-100px;left:5%;animation:ch-orb-2 12s ease-in-out infinite}.contact-hero__orb--3{width:260px;height:260px;background:#b91c1c1a;top:40%;left:45%;animation:ch-orb-3 15s ease-in-out infinite}@keyframes ch-orb-1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-28px,22px) scale(1.06)}66%{transform:translate(14px,-18px) scale(.95)}}@keyframes ch-orb-2{0%,to{transform:translate(0) scale(1)}40%{transform:translate(24px,-28px) scale(1.08)}75%{transform:translate(-12px,14px) scale(.94)}}@keyframes ch-orb-3{0%,to{transform:translate(0)}50%{transform:translate(-20px,20px)}}.contact-hero__inner{width:min(100%,var(--ss-container));margin:0 auto;padding:0 var(--ss-gutter-mobile);display:grid;grid-template-columns:1fr;gap:32px;align-items:center;position:relative;z-index:1}.contact-hero__content{max-width:620px}.contact-hero__eyebrow{width:max-content;margin:0 0 18px;padding:6px 14px;display:inline-flex;align-items:center;gap:8px;border:1px solid #fee2e2;border-radius:99px;background:#fef2f2;color:#b91c1c;font-size:11px;font-weight:600;letter-spacing:.12em;line-height:1.25;text-transform:uppercase}.contact-hero__eyebrow span{width:6px;height:6px;border-radius:50%;background:#b91c1c;flex-shrink:0}.contact-hero__heading{margin:0;color:#111827;font-size:clamp(28px,5vw,44px);font-weight:800;line-height:1.1;letter-spacing:-.01em}.contact-hero__heading span,.contact-hero__heading strong{display:block}.contact-hero__heading strong{color:#b91c1c;font-weight:800}.contact-hero__body{max-width:540px;margin:18px 0 0;color:#6b7280;font-family:var(--ss-font-secondary);font-size:14px;line-height:1.7}.contact-hero__body p{margin:0}.contact-hero__actions{margin-top:26px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.contact-hero__button{width:min(100%,240px);min-height:48px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;border-radius:99px;font-size:13px;font-weight:700;line-height:1.2;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.contact-hero__button--primary{background:#b91c1c;color:#fff;box-shadow:0 8px 20px #80000033}.contact-hero__button--ghost{border:1.5px solid rgba(17,24,39,.3);background:transparent;color:#111827}.contact-hero__button:hover{transform:translateY(-1px)}.contact-hero__button--primary:hover{box-shadow:0 12px 24px #8000004d}.contact-hero__media{width:100%;max-width:580px;justify-self:center}.contact-hero__image{display:block;width:100%;height:clamp(200px,40vw,380px);visibility:hidden}.contact-hero__socials{margin-top:14px;display:flex;align-items:center;gap:8px}.contact-hero__socials-label{color:#6b7280;font-family:var(--ss-font-secondary);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-right:4px;white-space:nowrap}.contact-hero__social{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(17,24,39,.1);border-radius:50%;background:#ffffffa6;text-decoration:none;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease}.contact-hero__social i{color:#b91c1c;font-size:13px;line-height:1}.contact-hero__social:hover{border-color:#b91c1c4d;background:#fff;transform:translateY(-2px);box-shadow:0 4px 10px #00000014}@media (min-width: 700px){.contact-hero{padding:55px 0}.contact-hero__inner{padding:0 var(--ss-gutter-tablet)}.contact-hero__body{font-size:15px}.contact-hero__actions{flex-direction:row;gap:14px}.contact-hero__button{width:auto;min-width:168px}}@media (min-width: 1025px){.contact-hero{padding:64px 0}.contact-hero__inner{padding:0 var(--ss-gutter-desktop);grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px;align-items:center}.contact-hero__content{max-width:none}.contact-hero__media{max-width:none;justify-self:stretch}.contact-hero__image{height:clamp(300px,36vw,440px)}.contact-hero__socials{justify-content:flex-start}}
