:root{--bg: #f5f6fa;--bg-white: #ffffff;--panel: #ffffff;--text: #1a2332;--text-secondary: #4a5568;--muted: #718096;--border: #e2e8f0;--border-light: #edf2f7;--primary: #c0392b;--primary-hover: #a93226;--primary-light: rgba(192,57,43,.08);--navy: #1a2332;--navy-light: #2d3748;--accent: #3b82f6;--ok: #22c55e;--warn: #f59e0b;--star-filled: #f59e0b;--star-empty: #e2e8f0;--radius: 12px;--radius-sm: 8px;--shadow: 0 2px 8px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);--shadow-lg: 0 10px 30px rgba(0,0,0,.1)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{color:inherit}img{max-width:100%;height:auto}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 20px}.site-header{position:sticky;top:0;background:var(--bg-white);border-bottom:1px solid var(--border);z-index:100;box-shadow:0 1px 3px #0000000a}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:inline-flex;align-items:center}.brand a{text-decoration:none;color:inherit;display:inline-flex;align-items:center}.brand-logo{height:40px;width:auto}.top-nav{display:flex;align-items:center;gap:4px}.top-nav a{color:var(--text-secondary);text-decoration:none;padding:8px 12px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;transition:all .15s ease}.top-nav a:hover{color:var(--text);background:var(--primary-light)}.top-nav .btn-cta{background:var(--primary);color:#fff!important;padding:8px 16px;border-radius:var(--radius-sm);font-weight:600;font-size:13px;margin-left:4px;transition:background .15s ease}.top-nav .btn-cta:hover{background:var(--primary-hover)!important;color:#fff!important}.hero{position:relative;background:#e8ddd0;padding:56px 0 44px;text-align:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url(/chicago-skyline.jpg) center center / cover no-repeat;opacity:.25;pointer-events:none}.hero-inner{position:relative;z-index:1}.hero h1{margin:0 0 20px;font-size:clamp(26px,4vw,36px);color:var(--navy);letter-spacing:-.01em;font-weight:700}.hero h1 em{font-style:italic;color:var(--primary)}.hero-stats{color:var(--text-secondary);font-size:15px;margin:20px 0 0}.hero-stats strong{color:var(--navy);font-size:18px}.search{display:flex;max-width:580px;margin:0 auto 16px;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md)}.search input{flex:1;border:none;padding:14px 18px;font-size:15px;color:var(--text);background:transparent;outline:none}.search input::placeholder{color:var(--muted)}.search button{background:var(--primary);border:0;color:#fff;padding:14px 20px;cursor:pointer;transition:background .15s ease;display:flex;align-items:center}.search button:hover{background:var(--primary-hover)}.category-pills{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:12px}.category-pill{background:var(--bg-white);border:1px solid var(--border);padding:6px 16px;border-radius:999px;font-size:13px;font-weight:500;color:var(--text-secondary);text-decoration:none;cursor:pointer;transition:all .15s ease}.category-pill:hover,.category-pill.active{background:var(--primary);color:#fff;border-color:var(--primary)}.section{padding:48px 0}.section h2{margin:0 0 24px;font-size:22px;color:var(--navy);text-align:center;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px}.section-divider{width:60px;height:3px;background:var(--primary);border-radius:2px;margin:0 auto 32px}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:20px;text-decoration:none;color:var(--text);box-shadow:var(--shadow);transition:all .2s ease;display:flex;flex-direction:column;gap:4px}.category-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--primary)}.category-card .cat-icon{font-size:32px;margin-bottom:4px}.category-card .cat-name{font-weight:700;font-size:16px;color:var(--navy)}.category-card .cat-count{font-size:13px;color:var(--muted);margin-bottom:4px}.category-card .cat-explore{display:inline-flex;align-items:center;gap:4px;background:var(--primary);color:#fff;padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;margin-top:6px;width:fit-content;transition:background .15s ease}.category-card .cat-explore:hover{background:var(--primary-hover)}.category-card.alt .cat-explore{background:var(--navy)}.category-card.alt .cat-explore:hover{background:var(--navy-light)}.featured-section{background:var(--bg-white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.featured-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:all .2s ease;text-decoration:none;color:var(--text)}.featured-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.featured-card .featured-img{width:100%;height:180px;object-fit:cover;background:linear-gradient(135deg,#e8ecf2,#d6dce6);display:block}.featured-card .featured-body{padding:16px}.featured-card .featured-name{font-weight:700;font-size:16px;color:var(--navy);display:flex;align-items:center;gap:8px;margin-bottom:4px}.featured-card .featured-meta{font-size:13px;color:var(--muted);margin-bottom:8px}.map-section{background:var(--bg-white);border-top:1px solid var(--border)}.map-preview{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--border)}.map-preview-inner{position:relative;height:320px;background:linear-gradient(135deg,#e8d8c8,#d0c0b0,#c8b8a8 60%,#e0d0c0);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 400"><rect fill="%23e0d4c6" width="800" height="400"/><path d="M0 200 Q200 150 400 200 T800 180" fill="none" stroke="%23c8b8a4" stroke-width="2"/><path d="M100 100 L300 100 L300 300 L100 300 Z" fill="%23d4c8ba" stroke="%23c0b4a6" stroke-width="1"/><path d="M400 50 L650 50 L650 350 L400 350 Z" fill="%23d8ccbe" stroke="%23c4b8aa" stroke-width="1"/><circle cx="200" cy="200" r="4" fill="%23c0392b"/><circle cx="500" cy="150" r="4" fill="%23c0392b"/><circle cx="350" cy="280" r="4" fill="%23c0392b"/><circle cx="150" cy="120" r="4" fill="%23c0392b"/></svg>');background-size:cover}.map-pin{position:absolute;z-index:2}.pin-label{background:var(--bg-white);border:1px solid var(--border);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;color:var(--navy);box-shadow:var(--shadow);white-space:nowrap}.botw-banner{background:linear-gradient(135deg,#f5efe8,#e8ddd0);color:var(--text);padding:32px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.botw-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.botw-text{flex:1}.botw-label{font-size:14px;font-weight:400;font-style:italic;color:var(--text-secondary);margin-bottom:4px}.botw-name{font-size:20px;font-weight:700;color:var(--navy)}.botw-name em{color:var(--primary);font-style:italic}.botw-featured{flex:1;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;box-shadow:var(--shadow)}.botw-company-name{font-weight:700;font-size:16px;color:var(--navy);margin-bottom:4px}.botw-company-desc{font-size:13px;color:var(--muted)}.botw-logo{height:50px;width:auto;flex-shrink:0}.companies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:20px;text-decoration:none;color:var(--text);box-shadow:var(--shadow);transition:all .2s ease;display:block}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:#c0392b33}.company .company-header{display:flex;gap:12px;align-items:flex-start;margin-bottom:10px}.company .company-header>div:last-child{flex:1;min-width:0}.company h3{font-size:16px;margin:0 0 2px;line-height:1.3;color:var(--navy);display:flex;align-items:center;flex-wrap:wrap;gap:6px}.company .muted{font-size:13px;margin:0}.company .company-desc{font-size:14px;color:var(--text-secondary);line-height:1.5;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.avatar{width:44px;height:44px;border-radius:10px;display:grid;place-items:center;font-weight:700;font-size:14px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-hover));flex-shrink:0}.tags{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0 12px}.tags span{background:var(--primary-light);color:var(--primary);border:1px solid rgba(192,57,43,.12);padding:3px 8px;border-radius:999px;font-size:12px;font-weight:500}.star-rating{display:inline-flex;align-items:center;gap:4px;margin:4px 0}.star-rating .stars{display:inline-flex;gap:1px}.star-rating .star{width:16px;height:16px;display:inline-block}.star-rating--sm .star{width:14px;height:14px}.star-rating--lg .star{width:20px;height:20px}.star-rating .star svg{width:100%;height:100%;fill:var(--star-empty)}.star-rating .star.filled svg{fill:var(--star-filled)}.star-rating .star.half svg{fill:url(#starGradient)}.star-rating .rating-value{font-weight:700;color:var(--text);margin-left:4px;font-size:14px}.star-rating--sm .rating-value{font-size:13px}.star-rating .review-count{color:var(--muted);font-size:13px;margin-left:2px}.star-rating--sm .review-count{font-size:12px}.verified-badge{display:inline-flex;align-items:center;gap:3px;background:#22c55e1a;color:var(--ok);padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700}.verified-badge:before{content:"✓";font-size:10px}.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:var(--radius-sm);border:1px solid var(--border);color:var(--text);text-decoration:none;font-weight:600;font-size:14px;cursor:pointer;background:var(--bg-white);transition:all .15s ease}.btn:hover{background:var(--bg);border-color:#cbd5e0}.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 2px 8px #c0392b40}.btn.primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn.ghost{background:transparent;border-color:var(--primary);color:var(--primary);font-size:13px;padding:6px 14px}.btn.ghost:hover{background:var(--primary-light)}.btn.small{padding:6px 12px;font-size:13px}.section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;flex-wrap:wrap}.count-badge{background:var(--primary);color:#fff;padding:2px 10px;border-radius:999px;font-size:14px;font-weight:700}.filters{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.filter-select{background:var(--bg-white);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 14px;font-size:14px;cursor:pointer;min-width:160px}.filter-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.state-tabs-container{margin:16px 0 20px;overflow-x:auto}.state-tabs{display:flex;gap:6px;padding-bottom:4px;flex-wrap:nowrap;min-width:max-content}.state-tab{background:var(--bg-white);border:1px solid var(--border);color:var(--text-secondary);padding:6px 14px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s ease}.state-tab:hover{border-color:var(--primary);color:var(--primary)}.state-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.no-results{text-align:center;padding:40px 20px;color:var(--muted)}.cta-section{text-align:center;padding:48px 0;background:var(--bg-white);border-top:1px solid var(--border)}.cta-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:16px}.site-footer{padding:40px 0 24px;border-top:1px solid var(--border);background:var(--bg-white)}.footer-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin-bottom:24px}.footer-col h4{margin:0 0 12px;font-size:14px;font-weight:700;color:var(--navy)}.footer-col a{display:block;color:var(--text-secondary);text-decoration:none;font-size:13px;padding:3px 0;transition:color .15s ease}.footer-col a:hover{color:var(--primary)}.footer-brand-col{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.footer-logo{height:36px;width:auto}.footer-social{display:flex;gap:12px}.footer-social a{color:var(--muted);transition:color .15s ease;padding:0}.footer-social a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--border);padding-top:16px;text-align:center}.muted{color:var(--muted)}.small{font-size:13px}.lang-switch{background:var(--bg)!important;border:1px solid var(--border)!important;padding:4px 10px!important;border-radius:6px!important;font-size:13px!important;font-weight:700!important;letter-spacing:.5px;color:var(--text)!important}.lang-switch:hover{background:var(--border-light)!important}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;max-width:960px;margin:0 auto}.pricing-card{background:var(--bg-white);border:2px solid var(--border);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);position:relative;transition:all .2s ease}.pricing-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.pricing-card.popular{border-color:var(--primary);box-shadow:var(--shadow-lg)}.pricing-card.popular:before{content:attr(data-label);position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:4px 16px;border-radius:999px;font-size:12px;font-weight:700}.pricing-name{font-size:22px;font-weight:700;color:var(--navy);margin:0 0 6px}.pricing-description{color:var(--muted);font-size:14px;min-height:40px;margin-bottom:16px}.pricing-amount{font-size:42px;font-weight:700;color:var(--navy);line-height:1;margin:0}.pricing-period{color:var(--muted);font-size:14px;margin-top:4px}.pricing-features{list-style:none;padding:0;margin:20px 0}.pricing-features li{padding:8px 0;border-bottom:1px solid var(--border-light);display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-secondary)}.pricing-features li:last-child{border-bottom:none}.pricing-features li:before{content:"✓";color:var(--ok);font-weight:700;flex-shrink:0}.billing-toggle{display:flex;justify-content:center;margin-bottom:32px;background:var(--bg);border-radius:999px;border:1px solid var(--border);max-width:320px;margin-left:auto;margin-right:auto;padding:4px}.billing-toggle button{flex:1;padding:10px 20px;border:none;background:transparent;color:var(--muted);font-size:14px;font-weight:600;border-radius:999px;cursor:pointer;transition:all .15s ease}.billing-toggle button.active{background:var(--primary);color:#fff;box-shadow:0 2px 8px #c0392b40}.savings-badge{background:#22c55e1a;color:var(--ok);padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;margin-left:4px}.success-section{padding:80px 0;text-align:center}.success-icon{width:72px;height:72px;border-radius:50%;background:var(--ok);display:grid;place-items:center;margin:0 auto 20px;font-size:36px;color:#fff}.profile-header-wrapper{display:grid;grid-template-columns:1fr 350px;gap:20px;margin-bottom:20px}.profile-header{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.profile-header-content{display:flex;gap:16px;align-items:flex-start;margin-bottom:16px}.profile-logo{width:72px;height:72px;border-radius:14px;display:grid;place-items:center;font-weight:700;font-size:26px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-hover));flex-shrink:0;overflow:hidden}.profile-logo img{width:100%;height:100%;object-fit:cover}.profile-info{flex:1}.profile-info h1{margin:0 0 4px;font-size:24px;color:var(--navy);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.profile-meta{color:var(--muted);font-size:14px;margin-bottom:8px}.profile-description{background:var(--bg);border-left:3px solid var(--primary);padding:16px 20px;border-radius:var(--radius-sm);color:var(--text-secondary);line-height:1.7;font-size:14px;margin-top:16px}.profile-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:16px}.detail-card{background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius-sm);padding:12px 14px}.detail-card h3{margin:0 0 4px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.detail-card p{margin:0;font-size:15px;font-weight:600;color:var(--navy)}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:16px 0}.contact-card{background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius-sm);padding:14px;display:flex;gap:12px;align-items:flex-start}.contact-icon{font-size:20px;width:36px;height:36px;display:grid;place-items:center;background:var(--primary-light);border-radius:8px;flex-shrink:0}.contact-details h3{margin:0 0 4px;font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-weight:700}.contact-details p{margin:0;font-size:14px;font-weight:600;color:var(--navy)}.map-link,.phone-link{color:var(--primary);text-decoration:none;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:3px;margin-top:4px}.map-container{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow);height:fit-content}.map-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;flex-wrap:wrap;gap:6px}.map-header h3{margin:0;font-size:14px;font-weight:700;color:var(--navy)}.map-wrapper{position:relative;width:100%;padding-bottom:100%;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border)}.map-wrapper iframe{position:absolute;inset:0;width:100%;height:100%}.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--text-secondary);text-decoration:none;margin-bottom:16px;font-size:14px;font-weight:500}.back-link:hover{color:var(--primary)}.signup-promo{background:var(--primary-light);border:2px solid rgba(192,57,43,.15);border-radius:var(--radius);padding:28px;margin-top:24px;text-align:center}.signup-promo h2{margin:0 0 8px;font-size:20px;color:var(--navy)}.signup-promo p{color:var(--muted);font-size:14px;margin:0 0 16px}@media(max-width:768px){.categories-grid{grid-template-columns:repeat(2,1fr)}.featured-grid,.companies-grid{grid-template-columns:1fr}.search{flex-direction:column}.search button{border-radius:0}.section-header{flex-direction:column}.filters{width:100%}.filter-select{flex:1;min-width:0}.botw-inner{flex-direction:column;text-align:center}.botw-logo{display:none}.top-nav{gap:0}.top-nav a{padding:8px 6px;font-size:12px}.profile-header-wrapper{grid-template-columns:1fr}.profile-header-content{flex-direction:column;align-items:center;text-align:center}.contact-info,.pricing-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand-col{align-items:flex-start;grid-column:1 / -1;flex-direction:row;justify-content:space-between}.map-preview-inner{height:200px}}@media(max-width:480px){.categories-grid,.footer-grid{grid-template-columns:1fr}.brand-logo{height:32px}}
