.local-page{background:var(--background);width:100%;min-height:100vh;color:var(--foreground);box-sizing:border-box;padding:140px 32px 80px}.local-header{text-align:center;max-width:900px;margin:0 auto 60px}.local-header h1{letter-spacing:-1px;color:var(--foreground);margin-bottom:20px;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.local-header p{color:color-mix(in srgb, var(--foreground) 72%, transparent);font-size:1.1rem;line-height:1.8}.business-grid{flex-flow:wrap;justify-content:center;align-items:center;gap:32px;max-width:1300px;margin:0 auto;display:flex}.business-card{background:color-mix(in srgb, var(--background) 88%, white 12%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid color-mix(in srgb, var(--foreground) 10%, transparent);width:45%;min-width:290px;max-width:400px;box-shadow:0 10px 30px var(--box-shadow), 0 2px 10px #0000000a;text-align:center;border-radius:24px;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.business-card:hover{transform:translateY(-6px)}.business-card img{width:95%;height:240px}.business-card h2{color:var(--foreground);margin-bottom:10px;font-size:1.6rem;font-weight:700}.business-card p{color:color-mix(in srgb, var(--foreground) 68%, transparent);margin-bottom:24px;font-size:1rem;line-height:1.6}.global-button.business-button{letter-spacing:1px;text-align:center;min-width:150px;height:50px;margin:20px auto;font-size:18px;font-weight:500}.global-button.business-button p{text-align:center;margin:auto}@media (max-width:768px){.local-page{padding:120px 20px 60px}.business-card img{height:200px}}
