: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; } .hero-urbi{position:absolute;right:18px;bottom:-8px;width:min(100%,300px);height:auto;filter:drop-shadow(0 24px 28px rgba(0,87,168,.2))}
.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; }
.business-card--vetrina{border-color:#9fd5ec;background:linear-gradient(145deg,#f1fbff 0,#fff 48%);box-shadow:0 7px 22px rgba(0,111,167,.1)}.business-card--business{border-color:#dfc16c;background:linear-gradient(145deg,#fff8dd 0,#fff 48%);box-shadow:0 9px 25px rgba(132,96,0,.13)}.business-card--vetrina:hover{border-color:#62b8dc}.business-card--business:hover{border-color:#c7a33c}.badge-plan{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .58rem;border-radius:999px;font-size:.7rem;font-weight:800;line-height:1.2}.badge-plan--vetrina{color:#075f82;background:#d9f3ff}.badge-plan--business{color:#674b00;background:#ffedaa}
.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); }
.local-seo-content{padding:0 0 5rem}.local-seo-panel{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:2rem;padding:clamp(1.5rem,4vw,3rem);background:#fff;border:1px solid var(--pu-border);border-radius:22px;box-shadow:0 10px 32px rgba(16,24,40,.05)}.local-seo-panel>div:first-child{grid-column:1}.local-seo-panel h2{margin:.5rem 0 1rem;font-size:clamp(1.55rem,3vw,2.2rem)}.local-seo-panel p{color:var(--pu-muted);line-height:1.75}.local-related-links{grid-column:2;grid-row:1/3;padding:1.25rem;background:var(--pu-blue-light);border-radius:16px}.local-related-links h3{font-size:1rem}.local-related-links div{display:flex;flex-direction:column;gap:.55rem}.local-related-links a{font-weight:700;text-decoration:none}.local-faq{grid-column:1}.local-faq h2{font-size:1.35rem}.local-faq details{padding:.85rem 0;border-top:1px solid var(--pu-border)}.local-faq summary{cursor:pointer;font-weight:750}.local-faq details p{margin:.6rem 0 0}.local-faq details:last-child{border-bottom:1px solid var(--pu-border)}@media(max-width:767.98px){.local-seo-panel{grid-template-columns:1fr}.local-related-links,.local-faq,.local-seo-panel>div:first-child{grid-column:1;grid-row:auto}}
@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}}
.nav-instagram{display:inline-flex;align-items:center;justify-content:center}.nav-instagram svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:1.8}.nav-instagram svg circle:last-child{fill:currentColor;stroke:none}
.compact-city-links{display:flex;flex-wrap:wrap;gap:.55rem}.compact-city-links a{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:var(--pu-blue-dark);background:#fff;border:1px solid var(--pu-border);border-radius:999px;font-weight:700;text-decoration:none}.compact-city-links small{color:var(--pu-muted);font-weight:600}.compact-city-links .all-cities-link{color:#fff;background:var(--pu-blue);border-color:var(--pu-blue)}
.explore-page{padding:clamp(2.5rem,6vw,5rem) 0 6rem}.explore-hero{max-width:820px;margin-bottom:3rem}.explore-hero h1{margin:.7rem 0;font-size:clamp(2.4rem,6vw,4.6rem);letter-spacing:-.045em}.explore-hero p{color:var(--pu-muted);font-size:1.1rem}.explore-section+ .explore-section{margin-top:4.5rem}.city-filter{width:min(100%,360px)}.municipality-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.municipality-list a{display:flex;justify-content:space-between;gap:.75rem;padding:.72rem .85rem;color:var(--pu-text);background:#fff;border:1px solid var(--pu-border);border-radius:10px;text-decoration:none}.municipality-list a:hover{color:var(--pu-blue);border-color:#9fc4e9}.municipality-list small{flex:0 0 auto;color:var(--pu-muted)}.taxonomy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:start}.taxonomy-group{background:#fff;border:1px solid var(--pu-border);border-radius:14px;overflow:hidden}.taxonomy-group summary{display:flex;justify-content:space-between;gap:1rem;padding:1rem;cursor:pointer;list-style:none}.taxonomy-group summary::-webkit-details-marker{display:none}.taxonomy-group summary span{display:flex;align-items:center;gap:.6rem}.taxonomy-group summary b{color:var(--pu-blue)}.taxonomy-group summary small{color:var(--pu-muted);text-align:right}.taxonomy-group>div{display:flex;flex-direction:column;padding:.25rem 1rem 1rem;border-top:1px solid var(--pu-border)}.taxonomy-group>div a{display:flex;justify-content:space-between;gap:.75rem;padding:.6rem 0;border-bottom:1px solid #edf0f4;text-decoration:none}.taxonomy-group>div a:last-child{border-bottom:0}.taxonomy-group .taxonomy-all{font-weight:800}.taxonomy-group>div small{color:var(--pu-muted)}
@media(max-width:991.98px){.municipality-list{grid-template-columns:repeat(3,minmax(0,1fr))}.taxonomy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767.98px){.municipality-list{grid-template-columns:repeat(2,minmax(0,1fr))}.taxonomy-grid{grid-template-columns:1fr}.city-filter{width:100%}}@media(max-width:479.98px){.municipality-list{grid-template-columns:1fr}}
.explore-map-shell{margin-bottom:4.5rem;padding:1rem;background:#fff;border:1px solid var(--pu-border);border-radius:24px;box-shadow:var(--pu-shadow)}
.explore-map-toolbar{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;padding:.6rem .6rem 1.25rem}.explore-map-toolbar h2{margin:.3rem 0 0;font-size:clamp(1.45rem,3vw,2rem)}.explore-map-actions{display:flex;gap:.65rem}.explore-map-actions .form-select{min-width:230px}
.explore-map-wrap{position:relative;overflow:hidden;border-radius:17px}.explore-map-wrap #business-map{height:min(68vh,650px);min-height:480px;background:#dce9e5}.map-status{position:absolute;z-index:500;top:1rem;left:50%;transform:translateX(-50%);padding:.55rem .85rem;color:#fff;background:rgba(0,61,120,.92);border-radius:999px;box-shadow:0 6px 18px rgba(0,0,0,.15);font-size:.82rem;font-weight:750;white-space:nowrap}.map-status[hidden]{display:none}.map-legend{position:absolute;z-index:500;right:.75rem;bottom:.75rem;display:flex;gap:.75rem;padding:.55rem .75rem;background:rgba(255,255,255,.94);border-radius:9px;box-shadow:0 3px 12px rgba(0,0,0,.13);font-size:.72rem;font-weight:700}.map-dot{display:inline-block;width:9px;height:9px;margin-right:.2rem;background:#0057a8;border-radius:50%}.map-dot--vetrina{background:#00a8d6}.map-dot--business{background:#c79513}.map-helper{margin:.8rem .6rem 0;color:var(--pu-muted);font-size:.86rem}
.pu-map-icon{background:transparent;border:0}.pu-map-cluster{width:42px;height:42px;display:grid;place-items:center;color:#fff;background:#0057a8;border:3px solid rgba(255,255,255,.9);border-radius:50%;box-shadow:0 4px 13px rgba(0,61,120,.32);font-size:.8rem;font-weight:850}.pu-map-pin{position:relative;display:block;width:24px;height:24px;background:#0057a8;border:3px solid #fff;border-radius:50% 50% 50% 6px;transform:rotate(-45deg);box-shadow:0 3px 9px rgba(0,0,0,.25)}.pu-map-pin--vetrina{background:#00a8d6}.pu-map-pin--business{width:28px;height:28px;background:#c79513}.map-popup{min-width:190px;display:flex;flex-direction:column;gap:.3rem}.map-popup>small{color:var(--pu-muted);font-weight:700;text-transform:uppercase}.map-popup strong{font-size:1rem}.map-popup p,.map-popup address{margin:0;color:#526071;font-size:.8rem;font-style:normal}.map-popup a,.map-zoom-link{margin-top:.3rem;font-weight:750;text-decoration:none}.map-zoom-link{padding:0;color:var(--pu-blue);background:none;border:0;text-align:left}.map-popup .map-claim-link{color:var(--pu-red);font-size:.78rem}.map-plan{align-self:flex-start;padding:.18rem .42rem!important;border-radius:99px}.map-plan--vetrina{color:#075f82!important;background:#d9f3ff}.map-plan--business{color:#674b00!important;background:#ffedaa}
.map-popup .map-directions-link{display:flex;align-items:center;justify-content:center;margin-top:.55rem;padding:.48rem .7rem;color:#fff;background:var(--pu-blue);border-radius:8px;font-size:.82rem}.map-popup .map-directions-link:hover{color:#fff;background:var(--pu-blue-dark)}
.map-popup .map-highlighted{align-self:flex-start;padding:.2rem .48rem!important;color:#674b00!important;background:#ffedaa;border-radius:999px;letter-spacing:0;text-transform:none}
.territory-browser .section-heading p{margin:.4rem 0 0;color:var(--pu-muted)}.region-summary{display:flex;align-items:end;justify-content:space-between;margin-bottom:1rem}.region-summary h2{margin:.25rem 0 0}.region-summary h2 a{color:var(--pu-text);text-decoration:none}.region-summary>strong{color:var(--pu-blue);font-size:1.35rem}.region-summary>strong small{color:var(--pu-muted);font-size:.75rem}.province-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.province-card{background:#fff;border:1px solid var(--pu-border);border-radius:15px;overflow:hidden}.province-card summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem;cursor:pointer;list-style:none}.province-card summary::-webkit-details-marker{display:none}.province-card summary span:first-child{display:flex;flex-direction:column}.province-card summary small{color:var(--pu-blue);font-size:.66rem;font-weight:800;letter-spacing:.08em}.province-card summary span:last-child{color:var(--pu-muted);font-size:.76rem;white-space:nowrap}.province-card summary b{margin-left:.35rem;color:var(--pu-blue);font-size:1rem}.province-card[open] summary b{font-size:0}.province-card[open] summary b:after{content:"−";font-size:1rem}.province-card-body{padding:0 1.1rem 1.1rem;border-top:1px solid var(--pu-border)}.province-main-link{display:block;padding:.8rem 0;font-weight:800;text-decoration:none}.compact-municipality-list{max-height:280px;overflow:auto;display:flex;flex-direction:column}.compact-municipality-list a{display:flex;justify-content:space-between;padding:.48rem 0;border-top:1px solid #edf0f4;color:var(--pu-text);font-size:.86rem;text-decoration:none}.compact-municipality-list a:hover{color:var(--pu-blue)}.compact-municipality-list small{color:var(--pu-muted)}
@media(max-width:991.98px){.province-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.explore-map-toolbar{align-items:stretch;flex-direction:column}.explore-map-actions{width:100%}.explore-map-actions label{flex:1}.explore-map-actions .form-select{width:100%}}
@media(max-width:767.98px){.province-grid{grid-template-columns:1fr}.explore-map-shell{padding:.55rem;border-radius:18px}.explore-map-toolbar{padding:.65rem .35rem 1rem}.explore-map-actions{flex-direction:column}.explore-map-wrap #business-map{height:62vh;min-height:430px}.map-legend{left:.65rem;right:auto;gap:.55rem}.region-summary{align-items:flex-start;flex-direction:column;gap:.35rem}}
.urbi-error-page,.urbi-onboarding-page{padding-top:clamp(2rem,6vw,5rem);padding-bottom:clamp(3rem,7vw,6rem)}
.urbi-state{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);align-items:center;gap:clamp(1.5rem,5vw,4.5rem);max-width:980px;margin:0 auto;padding:clamp(1.5rem,5vw,4rem);background:linear-gradient(135deg,#fff 0%,#eef7ff 100%);border:1px solid #d7e8f8;border-radius:28px;box-shadow:0 18px 55px rgba(0,61,120,.08)}
.urbi-state__visual{display:grid;place-items:center;min-height:260px}.urbi-state__visual img{display:block;width:min(100%,390px);height:auto;filter:drop-shadow(0 18px 18px rgba(0,61,120,.13))}
.urbi-state__content h1{margin:.45rem 0 1rem;color:var(--pu-text);letter-spacing:-.035em}.urbi-state__content>p:not(.eyebrow){max-width:620px;color:var(--pu-muted);font-size:1.08rem;line-height:1.7}
.urbi-state__actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.5rem}.urbi-signature{display:block;margin-top:1.2rem;color:var(--pu-blue);font-weight:700}
.urbi-inline{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,4vw,3rem);text-align:left}.urbi-inline>img{width:clamp(120px,18vw,210px);height:auto;flex:0 0 auto}.urbi-inline>div{max-width:620px}.urbi-inline small{display:block;margin-top:1rem;color:var(--pu-blue);font-weight:700}
.urbi-empty-state{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,4vw,3rem);text-align:left}.urbi-empty-state>img{width:clamp(140px,22vw,230px);height:auto}.urbi-empty-state .eyebrow{margin-bottom:.35rem}
@media(max-width:767.98px){.urbi-state{grid-template-columns:1fr;text-align:center}.urbi-state__visual{min-height:0}.urbi-state__visual img{width:min(62vw,260px)}.urbi-state__actions{justify-content:center}.urbi-inline,.urbi-empty-state{flex-direction:column;text-align:center}.urbi-inline>img,.urbi-empty-state>img{width:min(48vw,190px)}}
.urbi-assistant{position:fixed;z-index:1040;right:1.1rem;bottom:1.1rem}.urbi-assistant--cookie{bottom:9rem}.urbi-launcher{display:flex;align-items:center;gap:.6rem;min-height:62px;padding:.35rem 1rem .35rem .35rem;color:#fff;background:var(--pu-blue-dark);border:1px solid rgba(255,255,255,.28);border-radius:999px;box-shadow:0 14px 35px rgba(0,61,120,.3);text-align:left}.urbi-launcher:hover,.urbi-launcher:focus-visible{background:var(--pu-blue);transform:translateY(-1px)}.urbi-launcher img{width:54px;height:54px;object-fit:contain}.urbi-launcher span{display:flex;flex-direction:column}.urbi-launcher strong{font-size:.94rem}.urbi-launcher small{color:#cfe7ff;font-size:.7rem}
.urbi-panel{position:absolute;right:0;bottom:76px;width:min(390px,calc(100vw - 1.5rem));overflow:hidden;background:#fff;border:1px solid #cbddec;border-radius:20px;box-shadow:0 22px 65px rgba(0,37,72,.28)}.urbi-panel__header{display:flex;align-items:center;gap:.7rem;padding:.8rem 1rem;color:#fff;background:linear-gradient(135deg,var(--pu-blue-dark),var(--pu-blue))}.urbi-panel__header img{width:52px;height:52px;object-fit:contain}.urbi-panel__header div{display:flex;flex:1;flex-direction:column}.urbi-panel__header small{color:#dceeff;font-size:.72rem}.urbi-panel__header>button{width:36px;height:36px;color:#fff;background:rgba(255,255,255,.12);border:0;border-radius:50%;font-size:1.45rem;line-height:1}
.urbi-conversation{height:min(51vh,430px);min-height:300px;padding:1rem;overflow-y:auto;background:#f5f8fc;overscroll-behavior:contain}.urbi-message{max-width:86%;margin:0 0 .65rem;padding:.7rem .85rem;background:#fff;border:1px solid #dfe8f1;border-radius:14px 14px 14px 4px;box-shadow:0 3px 10px rgba(16,24,40,.04)}.urbi-message p{margin:0;color:#344054;font-size:.88rem;line-height:1.5}.urbi-message--user{margin-left:auto;color:#fff;background:var(--pu-blue);border-color:var(--pu-blue);border-radius:14px 14px 4px 14px}.urbi-message--user p{color:#fff}.urbi-message--pending p{color:var(--pu-muted);font-style:italic}
.urbi-suggestions,.urbi-response-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin:.3rem 0 .8rem}.urbi-suggestions button{padding:.42rem .65rem;color:var(--pu-blue-dark);background:#fff;border:1px solid #b9d2e9;border-radius:999px;font-size:.75rem;font-weight:700}.urbi-results{display:grid;gap:.55rem;margin-bottom:.75rem}.urbi-results>a{position:relative;display:flex;flex-direction:column;padding:.72rem;color:var(--pu-text);background:#fff;border:1px solid #dbe5ef;border-radius:12px;text-decoration:none}.urbi-results>a:hover{border-color:var(--pu-blue)}.urbi-results b{position:absolute;top:.55rem;right:.55rem;padding:.15rem .35rem;color:#674b00;background:#ffedaa;border-radius:999px;font-size:.62rem}.urbi-result-title{padding-right:3.5rem;color:var(--pu-blue-dark);font-size:.88rem;font-weight:800}.urbi-results small{color:var(--pu-muted);font-size:.68rem}.urbi-results p{display:-webkit-box;margin:.3rem 0 0;overflow:hidden;color:#526071;font-size:.73rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.urbi-composer{display:flex;gap:.5rem;padding:.75rem;background:#fff;border-top:1px solid #e4eaf0}.urbi-composer input{min-width:0;flex:1;padding:.65rem .75rem;border:1px solid #cbd5df;border-radius:10px;font-size:.86rem}.urbi-composer button{padding:.55rem .8rem;color:#fff;background:var(--pu-red);border:0;border-radius:9px;font-weight:750}.urbi-disclaimer{margin:0;padding:0 .8rem .7rem;color:#667085;background:#fff;font-size:.62rem;line-height:1.35}
@media(max-width:575.98px){.urbi-assistant{right:.65rem;bottom:.65rem}.urbi-assistant--cookie{bottom:12rem}.urbi-launcher{width:58px;height:58px;min-height:58px;padding:.2rem}.urbi-launcher img{width:52px;height:52px}.urbi-launcher span{display:none}.urbi-panel{position:fixed;right:.55rem;bottom:.55rem;left:.55rem;width:auto;max-height:calc(100dvh - 1.1rem)}.urbi-conversation{height:calc(100dvh - 220px);min-height:250px}}
