:root{--background:#292d75;--surface:#1a1919;--surface-strong:#292d75;--surface-soft:#5f6081;--text:#fdfbfa;--muted:#dad0d3;--subtle:#dad0d3;--line:rgba(253,251,250,0.2);--accent:#d2252b;--accent-strong:#fdfbfa;--accent-soft:rgba(210,37,43,0.16);--success:#fdfbfa;--warning:#fdfbfa;--shadow:0 24px 70px rgba(0,0,0,0.34)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#292d75,#292d75 48%,#1a1919);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input{font:inherit}main{width:100%;overflow-x:hidden}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:1rem;gap:1rem;width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:1rem 0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-brand{display:inline-flex;align-items:center;min-width:0;gap:.75rem;font-weight:800;letter-spacing:0}.brand-mark{display:inline-grid;place-items:center;width:2.75rem;height:2.75rem;flex:0 0 auto;border:1px solid rgba(253,251,250,.5);border-radius:.8rem;background:var(--accent);color:var(--text);font-size:.9rem}.header-brand span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-nav{display:flex;align-items:center;gap:.35rem;color:var(--text);font-size:.95rem}.header-nav a{border-radius:999px;padding:.55rem .8rem}.header-nav a:focus-visible,.header-nav a:hover{background:rgba(210,37,43,.24);color:var(--text);outline:none}.logo-slot{display:grid;place-items:center;width:clamp(4.25rem,7vw,6rem);height:clamp(2.75rem,4.5vw,3.6rem);border:1px dashed rgba(253,251,250,.45);border-radius:.75rem;background:rgba(26,25,25,.35);color:var(--text);font-size:.78rem;font-weight:800;text-transform:uppercase}.hero{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:clamp(3.5rem,8vw,7rem) 0 3rem}.hero-content{max-width:930px}.cta-band p,.section-heading p,.site-tagline{margin:0 0 .85rem;color:var(--text);font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1{max-width:820px;margin:0;font-size:clamp(3rem,8vw,6.6rem);line-height:.96;letter-spacing:0}.hero-introduction{max-width:780px;margin:1.5rem 0 0;color:var(--muted);font-size:clamp(1.05rem,2vw,1.28rem)}.search-panel{width:min(880px,100%);margin-top:2rem;padding:.85rem;border:1px solid var(--line);border-radius:1rem;background:rgba(26,25,25,.58);box-shadow:var(--shadow)}.search-panel label{display:block;margin:0 0 .6rem;color:var(--muted);font-size:.9rem;font-weight:700}.search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.75rem;gap:.75rem}.search-row input{min-width:0;width:100%;border:1px solid rgba(253,251,250,.26);border-radius:.75rem;background:var(--text);color:var(--surface);padding:.95rem 1rem;outline:none}.search-row input::placeholder{color:var(--surface-soft)}.search-row input:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(210,37,43,.24)}.button,.search-row button{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;border:1px solid transparent;border-radius:.75rem;padding:.8rem 1rem;font-weight:850;text-align:center;cursor:pointer}.button-primary,.search-row button{background:var(--accent);color:var(--text)}.button-primary:focus-visible,.button-primary:hover,.search-row button:focus-visible,.search-row button:hover{background:var(--surface);border-color:var(--accent);outline:none}.cta-actions,.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.button-secondary{border-color:rgba(253,251,250,.44);background:rgba(41,45,117,.74);color:var(--text)}.button-secondary:focus-visible,.button-secondary:hover{border-color:rgba(210,37,43,.86);background:rgba(210,37,43,.2);outline:none}.button-ghost{border-color:rgba(253,251,250,.28);background:rgba(26,25,25,.32);color:var(--text)}.button-ghost:focus-visible,.button-ghost:hover{background:rgba(95,96,129,.42);outline:none}.cta-band,.section-block,.site-footer,.stats-section{width:min(1180px,calc(100% - 2rem));margin:0 auto}.stats-section{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem;padding:1rem 0 4rem}.stat-card{min-height:8rem;border:1px solid var(--line);border-radius:1rem;background:rgba(26,25,25,.42);padding:1.2rem}.stat-card strong{display:block;color:var(--text);font-size:clamp(1.8rem,4vw,3.2rem);line-height:1}.stat-card span{display:block;margin-top:.8rem;color:var(--muted);font-weight:750}.section-block{padding:3.5rem 0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.section-heading h2{margin:0;font-size:clamp(2rem,4vw,3.3rem);line-height:1.05}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(10.5rem,1fr));grid-gap:.75rem;gap:.75rem}.category-button{display:flex;align-items:center;min-height:3.5rem;border:1px solid rgba(253,251,250,.2);border-radius:.85rem;background:linear-gradient(135deg,rgba(41,45,117,.94),rgba(26,25,25,.76));color:var(--text);padding:.8rem .9rem;font-weight:750}.category-button:focus-visible,.category-button:hover{border-color:rgba(210,37,43,.86);background:linear-gradient(135deg,rgba(210,37,43,.34),rgba(41,45,117,.94));outline:none}.business-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.business-card{display:flex;min-height:18rem;flex-direction:column;border:1px solid rgba(253,251,250,.18);border-radius:1rem;background:linear-gradient(180deg,rgba(41,45,117,.96),rgba(26,25,25,.9));padding:1rem}.test-data-label{width:-moz-fit-content;width:fit-content;max-width:100%;margin-bottom:1rem;border:1px solid rgba(253,251,250,.52);border-radius:999px;background:rgba(210,37,43,.28);color:var(--warning);padding:.38rem .6rem;font-size:.75rem;font-weight:900}.business-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.business-card-top p{margin:0 0 .35rem;color:var(--muted);font-size:.9rem;font-weight:750}.business-card h3{margin:0;font-size:1.35rem;line-height:1.15}.verified-badge{display:inline-flex;flex:0 0 auto;align-items:center;border:1px solid rgba(253,251,250,.5);border-radius:999px;background:var(--accent);color:var(--success);padding:.35rem .55rem;font-size:.74rem;font-weight:900;white-space:nowrap}.business-area{margin:1.1rem 0 0;color:var(--text);font-weight:800}.business-summary{margin:.7rem 0 1rem;color:var(--muted)}.card-link{width:-moz-fit-content;width:fit-content;margin-top:auto;color:var(--text);font-weight:850}.card-link:focus-visible,.card-link:hover{text-decoration:underline;outline:none}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:2rem;margin-bottom:2rem;border:1px solid rgba(253,251,250,.24);border-radius:1.2rem;background:linear-gradient(135deg,rgba(210,37,43,.38),rgba(41,45,117,.9));padding:clamp(1.2rem,4vw,2rem)}.cta-band h2{max-width:700px;margin:0;font-size:clamp(1.6rem,4vw,2.8rem);line-height:1.08}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid var(--line);padding:2rem 0 2.5rem;color:var(--muted)}.site-footer strong{color:var(--text)}.site-footer p{margin:.35rem 0 0}.footer-note{max-width:25rem;text-align:right}@media (max-width:860px){.site-header{grid-template-columns:minmax(0,1fr) auto}.header-nav{grid-column:1/-1;justify-content:space-between;width:100%;order:3}.logo-slot{width:4.2rem;height:2.65rem;font-size:.7rem}.business-grid,.stats-section{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-band,.section-heading,.site-footer{align-items:flex-start;flex-direction:column}.footer-note{text-align:left}}@media (max-width:640px){.cta-band,.hero,.section-block,.site-footer,.site-header,.stats-section{width:min(100% - 1rem,1180px)}.header-brand{gap:.55rem}.brand-mark{width:2.35rem;height:2.35rem;border-radius:.65rem;font-size:.78rem}.header-nav a{padding:.5rem .65rem}.hero{padding-top:2.5rem}h1{font-size:clamp(2.7rem,16vw,4rem)}.search-panel{padding:.7rem}.search-row{grid-template-columns:1fr}.button,.cta-actions,.hero-actions,.search-row button{width:100%}.business-grid,.stats-section{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.business-card-top{flex-direction:column}.verified-badge{white-space:normal}}@media (max-width:390px){.category-grid{grid-template-columns:1fr}.header-nav{font-size:.88rem}}