.contact-hero{--contact-hero-red:#ff1e2d;position:relative;height:100dvh;min-height:100dvh;max-height:100dvh;overflow:hidden;background:#000}.contact-hero:before{background:radial-gradient(circle at 80% 20%,rgba(255,30,45,.12),transparent 50%)}.contact-hero:after,.contact-hero:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none}.contact-hero:after{background:radial-gradient(ellipse at center,transparent 40%,rgba(0,0,0,.45) 100%)}.contact-hero__overlay{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.6),rgba(0,0,0,.2) 45%,rgba(0,0,0,.15))}.contact-hero__fade{position:absolute;inset-inline:0;bottom:0;height:10rem;z-index:3;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--banner-bg-from))}.contact-hero__container{position:relative;z-index:10;display:flex;align-items:center;height:100%;max-width:1280px;margin-inline:auto;padding:5rem 1.5rem}.contact-hero__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;width:100%}.contact-hero__copy{max-width:540px}.contact-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;margin-bottom:1.25rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.contact-hero__badge-dot{width:6px;height:6px;border-radius:50%;background:var(--contact-hero-red);box-shadow:0 0 8px var(--contact-hero-red)}.contact-hero__title{margin-bottom:1rem;font-family:var(--font-display),ui-sans-serif,system-ui,sans-serif;font-size:clamp(2rem,4.2vw,3.25rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:#fff}.contact-hero__subtitle{max-width:540px;margin-bottom:1.5rem;font-size:1rem;line-height:1.55;color:#fff;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.contact-hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.contact-hero__cta-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;color:#fff;background:var(--contact-hero-red);box-shadow:0 12px 28px rgba(255,30,45,.3);transition:background .2s ease,box-shadow .2s ease}.contact-hero__cta-primary:hover{background:#e01a28;box-shadow:0 16px 32px rgba(255,30,45,.4)}.contact-hero__cta-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;color:#fff;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background .2s ease,border-color .2s ease}.contact-hero__cta-secondary:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.15)}.contact-hero-quick-card{position:relative;padding:1rem 1.125rem;border-radius:18px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden}.contact-hero-quick-card:before{content:"";position:absolute;inset-inline:0;top:0;height:2px;background:linear-gradient(90deg,transparent,var(--contact-hero-red),transparent)}.contact-hero-quick-card__title{margin-bottom:.75rem;font-size:.8125rem;font-weight:600;color:#fff;letter-spacing:.02em}.contact-hero-quick-card__list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.contact-hero-quick-card__item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#fff}.contact-hero-quick-card__icon{width:.875rem;height:.875rem;color:var(--contact-hero-red);flex-shrink:0}.contact-hero-quick-card__link{color:#fff;transition:color .2s ease}.contact-hero-quick-card__link:hover,.contact-hero-quick-card__text{color:#fff}.contact-hero__visual{position:relative;width:100%;height:100%;min-height:280px;display:flex;align-items:center;justify-content:center}.contact-hero__visual:before{content:"";position:absolute;inset:10%;z-index:0;border-radius:50%;background:radial-gradient(circle,rgba(255,30,45,.12),transparent 70%);filter:blur(40px);pointer-events:none}.contact-hero__visual-inner{position:relative;width:100%;height:100%;min-height:inherit}.contact-hero__visual-inner img{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;filter:drop-shadow(0 24px 48px rgba(0,0,0,.5));-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 8%,#000 92%,transparent);mask-image:linear-gradient(180deg,transparent 0,#000 8%,#000 92%,transparent);animation:contact-hero-float 5s ease-in-out infinite}@keyframes contact-hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (prefers-reduced-motion:reduce){.contact-hero__visual-inner img{animation:none}}.contact-hero-scroll{position:absolute;bottom:1.5rem;left:50%;z-index:20;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.25rem;color:hsla(0,0%,100%,.55);text-decoration:none;transition:color .2s ease}.contact-hero-scroll:hover{color:hsla(0,0%,100%,.85)}.contact-hero-scroll__arrow{font-size:1rem;line-height:1}.contact-hero-scroll__label{font-size:.6875rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}@media (min-width:1024px){.contact-hero__grid{grid-template-columns:45% 55%;gap:5rem}.contact-hero__visual{min-height:420px}}@media (max-width:1023px){.contact-hero__container{padding:4.5rem 1.25rem 4rem;align-items:center}.contact-hero__visual{min-height:0;max-height:240px}.contact-hero__subtitle{font-size:.9375rem;-webkit-line-clamp:4}}@media (max-width:639px){.contact-hero__container{padding-top:4.5rem;padding-bottom:3.5rem}.contact-hero__title{font-size:clamp(1.75rem,7vw,2.25rem)}.contact-hero-scroll{bottom:1rem}}