:root {
  --pu-red:#e31e24; --pu-red-dark:#b8161b; --pu-red-light:#fff1f2;
  --pu-blue:#0057a8; --pu-blue-dark:#003d78; --pu-blue-light:#eef6ff;
  --pu-white:#fff; --pu-background:#f6f8fb; --pu-surface:#fff;
  --pu-text:#172033; --pu-muted:#667085; --pu-border:#e4e7ec;
  --pu-shadow:0 10px 30px rgba(16,24,40,.08); --pu-shadow-hover:0 18px 40px rgba(16,24,40,.12);
  --pu-radius:16px; --pu-radius-sm:11px; --pu-container:1200px;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; overflow-x:hidden; background:var(--pu-background); color:var(--pu-text); font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-size:1rem; line-height:1.6; }
h1,h2,h3,h4,h5,h6 { color:var(--pu-text); font-family:inherit; font-weight:700; line-height:1.15; letter-spacing:-.025em; }
a { color:var(--pu-blue); } a:hover { color:var(--pu-blue-dark); }
.container { width:min(100% - 2rem,var(--pu-container)); max-width:var(--pu-container); padding-inline:0; }
.skip-link { position:fixed; z-index:1100; top:.5rem; left:.5rem; padding:.7rem 1rem; transform:translateY(-150%); background:var(--pu-blue-dark); color:#fff; border-radius:8px; } .skip-link:focus { transform:none; color:#fff; }
:focus-visible { outline:3px solid rgba(0,87,168,.3); outline-offset:2px; }
.site-header { background:rgba(255,255,255,.97); border-bottom:1px solid var(--pu-border); backdrop-filter:blur(12px); }
.site-header .navbar { min-height:72px; padding-block:.65rem; }
.navbar-brand { display:flex; align-items:center; margin:0; padding:0; }
.brand-logo { display:block; width:auto; height:50px; max-width:210px; object-fit:contain; }
.brand-fallback { color:var(--pu-blue); font-size:1.25rem; font-weight:700; letter-spacing:-.04em; } .brand-fallback strong { color:var(--pu-red); }
.navbar-nav { gap:.25rem; } .navbar .nav-link { padding:.65rem .9rem!important; color:var(--pu-text); font-weight:600; border-radius:9px; } .navbar .nav-link:hover,.navbar .nav-link:focus { color:var(--pu-blue); background:var(--pu-blue-light); }
.navbar-toggler { padding:.45rem; border:1px solid var(--pu-border); border-radius:10px; box-shadow:none!important; }
.btn { min-height:46px; display:inline-flex; align-items:center; justify-content:center; border-radius:var(--pu-radius-sm); padding:.65rem 1.15rem; font-weight:650; line-height:1.2; transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease; }
.btn:hover { transform:translateY(-1px); }
.btn-primary { --bs-btn-bg:var(--pu-red); --bs-btn-border-color:var(--pu-red); --bs-btn-hover-bg:var(--pu-red-dark); --bs-btn-hover-border-color:var(--pu-red-dark); --bs-btn-active-bg:var(--pu-red-dark); --bs-btn-active-border-color:var(--pu-red-dark); }
.btn-secondary { --bs-btn-bg:var(--pu-blue); --bs-btn-border-color:var(--pu-blue); --bs-btn-hover-bg:var(--pu-blue-dark); --bs-btn-hover-border-color:var(--pu-blue-dark); }
.btn-outline-primary { --bs-btn-color:var(--pu-blue); --bs-btn-border-color:#b7c9dd; --bs-btn-hover-bg:var(--pu-blue); --bs-btn-hover-border-color:var(--pu-blue); --bs-btn-hover-color:#fff; background:#fff; }
.section { padding:4.5rem 0; } .section-white { background:#fff; border-block:1px solid var(--pu-border); }
.section-heading,.listing-toolbar { display:flex; align-items:end; justify-content:space-between; gap:1.5rem; margin-bottom:1.75rem; } .section-heading h2,.listing-toolbar h2 { margin:.25rem 0 0; font-size:clamp(1.6rem,3vw,2.2rem); }
.eyebrow { display:block; color:var(--pu-blue); font-size:.75rem; font-weight:750; letter-spacing:.1em; line-height:1.2; }
.section-badge { display:inline-flex; padding:.38rem .7rem; border-radius:100px; background:var(--pu-red-light); color:var(--pu-red-dark); font-size:.76rem; font-weight:750; letter-spacing:.04em; text-transform:uppercase; }
.section-badge-light { background:rgba(255,255,255,.14); color:#fff; }
.text-link { font-weight:650; text-decoration:none; white-space:nowrap; }
.home-hero { padding:2rem 0 1rem; }
.hero-shell { position:relative; overflow:hidden; min-height:510px; display:grid; grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr); align-items:center; gap:3rem; padding:clamp(2.25rem,6vw,5rem); border:1px solid #dbe9f7; border-radius:28px; background:linear-gradient(135deg,#fff 10%,var(--pu-blue-light) 100%); }
.hero-shell:before { content:""; position:absolute; width:360px; height:360px; right:-100px; top:-160px; border:70px solid rgba(0,87,168,.06); border-radius:50%; }
.hero-copy { position:relative; z-index:1; } .hero-copy h1 { max-width:720px; margin:1rem 0; font-size:clamp(2.35rem,5.2vw,4.45rem); } .hero-copy h1 span { color:var(--pu-blue); } .hero-copy>p { max-width:650px; margin:0; color:var(--pu-muted); font-size:clamp(1.05rem,2vw,1.25rem); }
.search-panel { width:100%; max-width:760px; display:flex; align-items:center; gap:.5rem; padding:.5rem; background:#fff; border:1px solid var(--pu-border); border-radius:14px; box-shadow:var(--pu-shadow); }
.search-panel-hero { margin-top:1.7rem; }
.search-icon { flex:0 0 auto; margin-left:.65rem; color:var(--pu-blue); font-size:1.55rem; font-weight:700; line-height:1; }
.search-panel .form-control { min-width:0; min-height:48px; padding:.65rem .35rem; border:0; background:transparent; box-shadow:none; font-size:1rem; }
.search-panel:focus-within { border-color:var(--pu-blue); box-shadow:0 0 0 4px rgba(0,87,168,.1),var(--pu-shadow); }
.hero-trust { display:flex; flex-wrap:wrap; gap:.5rem 1.25rem; margin-top:1rem; color:var(--pu-muted); font-size:.85rem; font-weight:550; }
.hero-visual { position:relative; min-height:310px; } .map-pin { position:absolute; inset:20px 20px auto auto; width:210px; height:210px; display:grid; place-items:center; color:#fff; background:var(--pu-blue); border:24px solid rgba(255,255,255,.78); border-radius:50% 50% 50% 10%; transform:rotate(-22deg); box-shadow:0 24px 55px rgba(0,87,168,.24); font-size:4rem; } .map-pin::first-letter { transform:rotate(22deg); }
.visual-card { position:absolute; z-index:2; min-width:190px; display:flex; flex-direction:column; padding:1rem 1.2rem; background:#fff; border:1px solid var(--pu-border); border-radius:14px; box-shadow:var(--pu-shadow); } .visual-card small { color:var(--pu-muted); } .visual-card-one { left:0; top:45px; } .visual-card-two { right:0; bottom:15px; border-left:4px solid var(--pu-red); }
.city-card { min-height:130px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:1rem; padding:1.5rem; background:#fff; border:1px solid var(--pu-border); border-radius:var(--pu-radius); color:var(--pu-text); text-decoration:none; transition:.18s ease; } .city-card:hover { color:var(--pu-text); border-color:#bdd1e6; box-shadow:var(--pu-shadow); transform:translateY(-2px); } .city-card strong,.city-card small { display:block; } .city-card strong { font-size:1.3rem; } .city-card small { color:var(--pu-muted); } .city-icon { width:48px; height:48px; display:grid; place-items:center; background:var(--pu-blue-light); color:var(--pu-blue); border-radius:12px; font-size:1.5rem; } .city-card-primary .city-icon { background:var(--pu-red-light); color:var(--pu-red); }
.category-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; } .category-grid a { min-height:175px; display:flex; flex-direction:column; align-items:flex-start; padding:1.4rem; color:var(--pu-text); text-decoration:none; background:var(--pu-background); border:1px solid var(--pu-border); border-radius:var(--pu-radius); transition:.18s ease; } .category-grid a:hover { color:var(--pu-blue); background:var(--pu-blue-light); border-color:#bdd1e6; transform:translateY(-2px); } .category-grid a>span { width:48px; height:48px; display:grid; place-items:center; margin-bottom:1rem; background:#fff; border-radius:12px; font-size:1.4rem; } .category-grid strong { font-size:1.05rem; } .category-grid small { margin-top:.25rem; color:var(--pu-muted); }
.how-panel { display:grid; grid-template-columns:.9fr 1.1fr; gap:4rem; align-items:center; padding:3rem; background:#fff; border:1px solid var(--pu-border); border-radius:22px; } .how-panel h2 { margin:.5rem 0 1rem; font-size:2rem; } .how-panel p { color:var(--pu-muted); } .steps { display:grid; gap:.75rem; margin:0; padding:0; list-style:none; } .steps li { display:flex; align-items:center; gap:1rem; padding:1rem; background:var(--pu-background); border-radius:13px; } .steps li>span { flex:0 0 40px; width:40px; height:40px; display:grid; place-items:center; background:var(--pu-blue); color:#fff; border-radius:50%; font-weight:700; } .steps strong,.steps small { display:block; } .steps small { color:var(--pu-muted); }
.cta-panel { display:flex; justify-content:space-between; align-items:center; gap:2rem; padding:3rem; color:#fff; background:linear-gradient(125deg,var(--pu-blue-dark),var(--pu-blue)); border-radius:22px; box-shadow:0 18px 45px rgba(0,61,120,.18); } .cta-panel h2 { max-width:700px; margin:.85rem 0 .65rem; color:#fff; font-size:clamp(1.7rem,3vw,2.35rem); } .cta-panel p { max-width:700px; margin:0; color:#dbeafb; } .cta-actions { flex:0 0 auto; display:flex; flex-direction:column; align-items:center; gap:.5rem; } .cta-actions .btn { color:var(--pu-blue-dark); } .cta-actions small { color:#dbeafb; }
.city-page { padding:2rem 0 0; } .city-hero { overflow:hidden; position:relative; padding:clamp(1.5rem,5vw,3.5rem); background:linear-gradient(135deg,#fff,var(--pu-blue-light)); border:1px solid #dbe9f7; border-radius:24px; } .breadcrumb { margin-bottom:1.5rem; font-size:.86rem; } .breadcrumb a { text-decoration:none; } .city-hero-grid { display:grid; grid-template-columns:1fr 220px; align-items:center; gap:2rem; } .city-hero h1 { max-width:800px; margin:.9rem 0; font-size:clamp(2rem,4vw,3.3rem); } .city-hero p { max-width:700px; color:var(--pu-muted); font-size:1.08rem; } .result-counter { display:flex; align-items:baseline; gap:.6rem; } .result-counter strong { color:var(--pu-blue); font-size:1.8rem; } .result-counter span { color:var(--pu-muted); font-weight:550; } .city-orbit { width:180px; height:180px; display:grid; place-items:center; justify-self:end; color:var(--pu-red); background:#fff; border:24px solid rgba(0,87,168,.08); border-radius:50%; font-size:3.5rem; box-shadow:var(--pu-shadow); } .city-search { position:relative; z-index:1; max-width:850px; margin-top:1.75rem; }
/* L’intestazione delle pagine città resta informativa senza spingere i risultati sotto la piega. */
.city-page{padding-top:1.25rem}.city-hero{padding:1.35rem 2rem}.city-hero .breadcrumb{margin-bottom:.65rem}.city-hero-grid{display:block}.city-hero .section-badge,.city-orbit{display:none}.city-hero h1{margin:.25rem 0;font-size:clamp(1.75rem,3vw,2.35rem)}.city-hero p{display:inline;margin:0;font-size:.96rem}.result-counter{display:inline-flex;margin-left:1rem}.result-counter strong{font-size:1.25rem}.city-search{max-width:none;margin-top:1rem}.directory-section{padding-top:2rem}
@media(max-width:575.98px){.city-hero p{display:block}.city-hero .result-counter{display:flex;margin:.45rem 0 0}.city-search{margin-top:.8rem}.directory-section{padding-top:1.5rem}}
.directory-section,.search-page,.detail-page { padding:3.5rem 0 5rem; } .search-header { margin-bottom:2.5rem; padding:2.25rem; background:#fff; border:1px solid var(--pu-border); border-radius:20px; } .search-header h1 { margin:.7rem 0 .45rem; font-size:clamp(2rem,4vw,3rem); } .search-header>p { color:var(--pu-muted); } .search-header .search-panel { margin-top:1.25rem; }
.category-pills { display:flex; gap:.65rem; overflow-x:auto; margin:-.25rem 0 1.75rem; padding:.25rem 0 .75rem; scrollbar-width:thin; } .category-pill { flex:0 0 auto; display:inline-flex; align-items:center; gap:.4rem; padding:.58rem .9rem; color:var(--pu-text); background:#fff; border:1px solid var(--pu-border); border-radius:100px; font-size:.88rem; font-weight:650; text-decoration:none; } .category-pill:hover { color:var(--pu-blue); border-color:#a9c3dd; } .category-pill.active { color:#fff; background:var(--pu-blue); border-color:var(--pu-blue); }
.business-card { overflow:hidden; background:#fff; border:1px solid var(--pu-border); border-radius:var(--pu-radius); box-shadow:0 3px 14px rgba(16,24,40,.04); transition:.2s ease; } .business-card:hover { border-color:#cbd5e1; box-shadow:var(--pu-shadow-hover); transform:translateY(-3px); }
.business-placeholder,.detail-cover { min-height:145px; display:grid; place-content:center; gap:.35rem; text-align:center; color:var(--pu-blue); background:linear-gradient(135deg,var(--pu-blue-light),#f8fbff); } .business-placeholder>span,.detail-cover>span { font-size:2.4rem; line-height:1; } .business-placeholder small,.detail-cover small { font-size:.75rem; font-weight:750; letter-spacing:.06em; text-transform:uppercase; } .placeholder-ristorazione { color:var(--pu-red); background:linear-gradient(135deg,var(--pu-red-light),#fff8f8); }
.business-card-body { display:flex; flex-direction:column; min-height:290px; padding:1.25rem; } .card-badges { display:flex; flex-wrap:wrap; gap:.45rem; margin-bottom:.85rem; } .badge-category,.badge-info,.badge-neutral { display:inline-flex; padding:.3rem .55rem; border-radius:7px; font-size:.7rem; font-weight:700; line-height:1.2; } .badge-category,.badge-info { color:var(--pu-blue-dark); background:var(--pu-blue-light); } .badge-neutral { color:#475467; background:#f2f4f7; }
.business-card h2,.business-card h3 { margin:0 0 .55rem; font-size:1.22rem; } .business-card h2 a,.business-card h3 a { color:var(--pu-text); text-decoration:none; } .business-card h2 a:hover,.business-card h3 a:hover { color:var(--pu-blue); } .business-card-body>p { margin:0 0 1rem; color:var(--pu-muted); font-size:.92rem; } .card-address { display:flex; gap:.5rem; margin-top:auto; color:#475467; font-size:.87rem; } .card-address>span:first-child { color:var(--pu-red); font-weight:700; } .card-actions { display:flex; align-items:center; justify-content:space-between; gap:.75rem; margin-top:1.15rem; padding-top:1rem; border-top:1px solid var(--pu-border); } .card-actions .btn { min-height:40px; padding:.5rem .85rem; font-size:.86rem; } .claim-link { position:relative; z-index:1; font-size:.76rem; font-weight:600; }
.pagination-wrap { display:flex; justify-content:center; align-items:center; gap:1rem; margin-top:2.25rem; } .pagination-wrap span { color:var(--pu-muted); font-size:.9rem; }
.empty-state { margin-top:2rem; padding:3.5rem 1rem; text-align:center; background:#fff; border:1px dashed #cbd5e1; border-radius:var(--pu-radius); } .empty-state>span { color:var(--pu-blue); font-size:3rem; } .empty-state h2,.empty-state h3 { margin:.75rem 0 .4rem; } .empty-state p { color:var(--pu-muted); }
.business-detail { overflow:hidden; display:grid; grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr); background:#fff; border:1px solid var(--pu-border); border-radius:22px; box-shadow:var(--pu-shadow); } .detail-cover { min-height:100%; } .detail-content { padding:clamp(1.5rem,5vw,3rem); } .detail-content h1 { margin:.5rem 0 .75rem; font-size:clamp(2rem,4vw,3rem); } .detail-lead { color:var(--pu-muted); font-size:1.08rem; } .detail-list { margin:2rem 0 0; } .detail-list>div { display:grid; grid-template-columns:150px 1fr; gap:1rem; padding:1rem 0; border-top:1px solid var(--pu-border); } .detail-list dt { color:#475467; font-weight:650; } .detail-list dt span { color:var(--pu-blue); } .detail-list dd { margin:0; } .detail-list small { color:var(--pu-muted); } .claim-panel { display:flex; align-items:center; justify-content:space-between; gap:1.5rem; margin-top:2rem; padding:1.25rem; background:var(--pu-red-light); border:1px solid #ffd3d5; border-radius:14px; } .claim-panel p { margin:.25rem 0 0; color:#7a2930; font-size:.88rem; }
.auth-section { min-height:calc(100vh - 72px); display:grid; place-items:center; padding:3.5rem 0; background:radial-gradient(circle at 15% 15%,var(--pu-blue-light),transparent 32%),var(--pu-background); } .auth-panel { width:100%; max-width:500px; margin:auto; padding:clamp(1.5rem,5vw,2.5rem); background:#fff; border:1px solid var(--pu-border); border-radius:20px; box-shadow:var(--pu-shadow); } .auth-panel-wide { max-width:720px; } .auth-brand { min-height:58px; display:flex; align-items:center; margin-bottom:1.5rem; } .auth-brand img { width:auto; height:58px; max-width:230px; object-fit:contain; } .auth-panel h1 { margin:.55rem 0; font-size:2rem; } .auth-intro { margin-bottom:1.75rem; color:var(--pu-muted); } .form-label { color:#344054; font-size:.9rem; font-weight:650; } .form-control,.form-select { min-height:48px; border:1px solid #d0d5dd; border-radius:10px; padding:.7rem .85rem; color:var(--pu-text); } .form-control:focus { border-color:var(--pu-blue); box-shadow:0 0 0 4px rgba(0,87,168,.1); } .form-check-input:checked { background-color:var(--pu-blue); border-color:var(--pu-blue); } .form-check-input:focus { border-color:var(--pu-blue); box-shadow:0 0 0 4px rgba(0,87,168,.1); } .auth-switch { margin:1.5rem 0 0; text-align:center; color:var(--pu-muted); font-size:.9rem; } .auth-switch a { font-weight:650; }
.site-footer { padding:3.5rem 0 1.5rem; color:#cbd5e1; background:var(--pu-blue-dark); } .footer-grid { display:grid; grid-template-columns:1.5fr repeat(3,1fr); gap:3rem; } .footer-logo { width:auto; height:60px; max-width:230px; object-fit:contain; padding:.25rem; background:#fff; border-radius:10px; } .brand-fallback-light { color:#fff; } .footer-description { max-width:300px; margin:1rem 0 0; color:#dbe5f0; } .footer-grid h2 { margin:0 0 1rem; color:#fff; font-size:.85rem; letter-spacing:.06em; text-transform:uppercase; } .footer-grid a,.footer-grid>div>span:not(.brand-fallback) { display:block; margin:.45rem 0; color:#cbd5e1; text-decoration:none; font-size:.9rem; } .footer-grid a:hover { color:#fff; } .footer-bottom { display:flex; justify-content:space-between; gap:1rem; margin-top:2.5rem; padding-top:1.25rem; border-top:1px solid rgba(255,255,255,.14); color:#aebdcd; font-size:.82rem; }
.alert { border-radius:12px; }
.analytics-consent { position:fixed; z-index:1050; right:1rem; bottom:1rem; left:1rem; display:flex; align-items:center; justify-content:space-between; gap:1.25rem; max-width:900px; margin:auto; padding:1rem 1.25rem; color:#fff; background:var(--pu-blue-dark); border:1px solid rgba(255,255,255,.2); border-radius:14px; box-shadow:0 15px 40px rgba(16,24,40,.2); }
.analytics-consent p { margin:.2rem 0 0; color:#dbeafb; font-size:.85rem; }
.analytics-consent a { color:#fff; font-size:.8rem; }
.analytics-consent-actions { display:flex; gap:.5rem; flex:0 0 auto; }
.legal-page { padding:3rem 0 5rem; }
.legal-hero { margin-bottom:2rem; padding:2.5rem; background:linear-gradient(135deg,#fff,var(--pu-blue-light)); border:1px solid #dbe9f7; border-radius:22px; }
.legal-hero h1 { margin:.7rem 0 .5rem; font-size:clamp(2rem,4vw,3rem); }
.legal-hero p { margin:0 0 .4rem; color:var(--pu-muted); font-size:1.08rem; }
.legal-hero small { color:var(--pu-muted); }
.legal-content { max-width:850px; margin:0 auto; padding:clamp(1.4rem,4vw,3rem); background:#fff; border:1px solid var(--pu-border); border-radius:18px; }
.legal-content h2 { margin:2rem 0 .65rem; font-size:1.35rem; }
.legal-content h2:first-child { margin-top:0; }
.legal-content p,.legal-content li { color:#475467; }
.legal-content li { margin:.45rem 0; }
.legal-content code { color:var(--pu-blue-dark); background:var(--pu-blue-light); border-radius:5px; padding:.15rem .35rem; }
.legal-notice { margin-bottom:1.5rem; padding:1rem 1.15rem; color:#7a2930; background:var(--pu-red-light); border:1px solid #ffd3d5; border-radius:12px; }
.legal-notice p { margin:.25rem 0 0; color:#7a2930; }
.legal-table { margin:1rem 0; border-color:var(--pu-border); }
.legal-table th { color:var(--pu-text); background:var(--pu-blue-light); }
.legal-table td,.legal-table th { padding:.8rem; vertical-align:top; }
.dashboard-shell { font-family:Inter,system-ui,sans-serif; background:var(--pu-background); } .dashboard-sidebar { width:260px; background:var(--pu-blue-dark); } .dashboard-sidebar .nav-link { color:#dbe5f0; border-radius:8px; } .dashboard-sidebar .nav-link.active { color:#fff; background:rgba(255,255,255,.12); } .metric-card { min-height:145px; display:flex; flex-direction:column; padding:1.25rem; background:#fff; border:1px solid var(--pu-border); border-radius:var(--pu-radius); } .metric-card span,.metric-card small { color:var(--pu-muted); } .metric-card strong { margin:.4rem 0; font-size:1.7rem; } .upgrade-panel { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1.5rem; color:#fff; background:var(--pu-blue); border-radius:var(--pu-radius); } .upgrade-panel h2 { color:#fff; } .upgrade-panel .eyebrow { color:#dbeafb; }
@media (max-width:991.98px) {
  .site-header .navbar { min-height:66px; } .brand-logo { height:44px; max-width:170px; } .navbar-collapse { margin-top:.65rem; padding:.65rem; background:#fff; border:1px solid var(--pu-border); border-radius:12px; box-shadow:var(--pu-shadow); } .header-mobile-cta { min-height:40px; padding:.45rem .7rem; font-size:.78rem; }
  .hero-shell { grid-template-columns:1fr; min-height:auto; } .hero-visual { display:none; } .category-grid { grid-template-columns:repeat(2,1fr); } .how-panel { grid-template-columns:1fr; gap:1.5rem; } .city-hero-grid { grid-template-columns:1fr 120px; } .city-orbit { width:110px; height:110px; border-width:15px; font-size:2.3rem; } .business-detail { grid-template-columns:1fr; } .detail-cover { min-height:210px; } .footer-grid { grid-template-columns:1.4fr repeat(2,1fr); } .footer-grid>div:last-child { grid-column:2; }
}
@media (max-width:767.98px) {
  .section { padding:3.25rem 0; } .home-hero { padding-top:1rem; } .hero-shell { padding:2rem 1.25rem; border-radius:20px; } .hero-copy h1 { font-size:2.6rem; } .section-heading,.listing-toolbar,.cta-panel,.claim-panel { align-items:flex-start; flex-direction:column; } .how-panel,.cta-panel { padding:2rem 1.35rem; } .city-hero-grid { grid-template-columns:1fr; } .city-orbit { display:none; } .directory-section,.search-page,.detail-page { padding:2.5rem 0 4rem; } .business-card-body { min-height:270px; } .detail-list>div { grid-template-columns:1fr; gap:.2rem; } .footer-grid { grid-template-columns:1fr 1fr; } .footer-grid>div:first-child { grid-column:1/-1; } .footer-grid>div:last-child { grid-column:auto; }
}
@media (max-width:575.98px) {
  .container { width:min(100% - 1.25rem,var(--pu-container)); } .navbar-brand .brand-logo { height:38px; max-width:125px; } .brand-fallback { font-size:1rem; } .header-mobile-cta { max-width:125px; white-space:nowrap; overflow:hidden; } .hero-copy h1 { font-size:2.15rem; } .search-panel { align-items:stretch; flex-wrap:wrap; padding:.55rem; } .search-panel .search-icon { align-self:center; } .search-panel .form-control { width:calc(100% - 3rem); flex:1 1 calc(100% - 3rem); } .search-panel .btn { width:100%; } .hero-trust { display:grid; } .category-grid { grid-template-columns:1fr; } .category-grid a { min-height:145px; } .city-page { padding-top:.75rem; } .city-hero,.search-header { padding:1.3rem; border-radius:17px; } .city-hero h1 { font-size:2rem; } .listing-toolbar .btn { width:100%; } .business-grid { --bs-gutter-y:1rem; } .card-actions { align-items:flex-start; flex-direction:column; } .card-actions .btn { width:100%; } .detail-content { padding:1.35rem; } .claim-panel .btn { width:100%; } .auth-section { padding:1.25rem 0 2.5rem; } .auth-panel { padding:1.35rem; border-radius:16px; } .auth-brand img { height:48px; max-width:190px; } .footer-grid { grid-template-columns:1fr; gap:1.7rem; } .footer-grid>div:first-child,.footer-grid>div:last-child { grid-column:auto; } .footer-bottom { flex-direction:column; } .analytics-consent { align-items:stretch; flex-direction:column; gap:.75rem; } .analytics-consent-actions { justify-content:flex-end; }
}
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; transition:none!important; } }
.dashboard-sidebar { --bs-offcanvas-bg:var(--pu-blue-dark); --bs-offcanvas-color:#fff; flex:0 0 260px; color:#fff; background-color:var(--pu-blue-dark)!important; }
.dashboard-sidebar .offcanvas-header,.dashboard-sidebar .offcanvas-body { color:#fff; background-color:var(--pu-blue-dark)!important; }
.dashboard-sidebar .nav-link { color:#dbe5f0!important; }
.dashboard-sidebar .nav-link:hover,.dashboard-sidebar .nav-link:focus { color:#fff!important; background:rgba(255,255,255,.12); }
.dashboard-content { min-width:0; }
.dashboard-menu-toggle { width:42px; height:38px; padding:0; font-size:1.35rem; line-height:1; }
@media (max-width:991.98px) {
  .dashboard-sidebar { width:min(84vw,300px); }
  .dashboard-sidebar .offcanvas-body { overflow-y:auto; }
  .dashboard-shell main { overflow-x:hidden; }
}
.business-location-actions { display:inline-flex; align-items:center; gap:.35rem; margin-left:.35rem; padding-left:.75rem; border-left:1px solid var(--pu-border); }
.business-location-link,.business-directions-link { min-height:42px; display:inline-flex; align-items:center; gap:.42rem; padding:.55rem .72rem; border-radius:10px; font-size:.9rem; font-weight:700; text-decoration:none; }
.business-location-link { color:var(--pu-blue); background:var(--pu-blue-light); border:1px solid #d2e4f7; }
.business-directions-link { color:#fff; background:var(--pu-blue); border:1px solid var(--pu-blue); }
.business-location-link:hover { color:var(--pu-blue-dark); background:#dceeff; }.business-directions-link:hover { color:#fff; background:var(--pu-blue-dark); border-color:var(--pu-blue-dark); }
.business-location-actions svg { width:18px; height:18px; fill:currentColor; flex:0 0 auto; }
.subcategory-pills { display:flex; align-items:center; gap:.55rem; margin:.9rem 0 1.6rem; padding:.75rem; overflow-x:auto; scrollbar-width:thin; background:#fff; border:1px solid var(--pu-border); border-radius:14px; box-shadow:0 5px 18px rgba(16,24,40,.04); }
.subcategory-pills>span { flex:0 0 auto; margin-right:.15rem; padding-left:.25rem; color:var(--pu-muted); font-size:.78rem; font-weight:750; text-transform:uppercase; letter-spacing:.04em; }
.subcategory-pills a { flex:0 0 auto; white-space:nowrap; padding:.44rem .76rem; color:var(--pu-blue-dark); background:var(--pu-blue-light); border:1px solid #d5e6f7; border-radius:999px; font-size:.86rem; font-weight:700; text-decoration:none; }
.subcategory-pills a:hover,.subcategory-pills a.active { color:#fff; background:var(--pu-blue); border-color:var(--pu-blue); }
@media (max-width:575.98px){.business-location-actions{flex-basis:100%;margin-left:0;padding-left:0;border-left:0}.business-location-link,.business-directions-link{flex:1;justify-content:center}}
