.home-hero{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;overflow:hidden;background-color:#0b1120}.home-hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.home-hero__background-image{width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;filter:brightness(.6) contrast(1.1)}.home-hero__content{position:relative;z-index:1;width:100%;max-width:1200px;text-align:center;transition:color .4s ease}.home-hero__content,.home-hero__title{display:flex;flex-direction:column;align-items:center;color:#fff!important}.home-hero__title{font-family:Owners XXWide,sans-serif;font-size:clamp(2rem,5vw,4rem);font-weight:900;text-transform:uppercase;line-height:1;margin-bottom:4rem;letter-spacing:.02em;text-shadow:0 4px 20px rgba(0,0,0,.5);gap:.5rem}.home-hero__local-links{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap;margin:0 0 24px;font-size:.95rem;font-weight:600;color:#fff}.home-hero__local-links a{color:#fff;text-decoration:underline;text-underline-offset:3px}.home-hero__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;width:100%;max-width:800px}.home-hero__card{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border-primary);border-radius:8px;text-decoration:none;color:#fff!important;transition:all .3s ease,border-color .4s ease;position:relative;height:100px}.home-hero__card:hover{background:hsla(0,0%,100%,.15);border-color:#fff;transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.4)}.home-hero__card-title{font-family:Owners,sans-serif;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-align:left;line-height:1.2;max-width:80%;color:#fff!important}.home-hero__card-icon{font-size:1.2rem;transition:transform .3s ease;color:#fff!important}.home-hero__card:hover .home-hero__card-icon{transform:translateX(5px)}.home-hero__card--full{grid-column:1/-1;width:50%;margin:0 auto;justify-self:center}@media (max-width:768px){.home-hero__grid{grid-template-columns:1fr;gap:15px}.home-hero__card--full{width:100%;grid-column:span 1}.home-hero__title{display:none}.home-hero__card{padding:1.2rem 1.5rem;height:auto;min-height:80px}}