:root{--teal: #005c69;--teal-dark: #004a55;--teal-light: #e0f2f1;--teal-muted: #4a8a94;--bg: #f5f8f9;--white: #ffffff;--text: #1a3a40;--text-muted: #6b8a90;--border: #dde8ea;--emergency: #fce4ec;--police: #e3f2fd;--medical: #ffebee;--fire: #fff3e0;--road: #f3e5f5;--sea: #e0f2f1;--beige: #f5f0e8;--shadow: 0 4px 20px rgba(0, 92, 105, .08);--shadow-lg: 0 8px 32px rgba(0, 92, 105, .12);--radius: 16px;--radius-lg: 20px;--radius-pill: 999px;--header-height: 60px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:Poppins,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none}a{text-decoration:none;color:inherit}.app{max-width:480px;margin:0 auto;min-height:100dvh;background:var(--bg);position:relative;padding-bottom:env(safe-area-inset-bottom)}.main{padding:32px 0}.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:linear-gradient(180deg,#e8f4f6,#f5f8f9);height:var(--header-height)}.logo{display:flex;align-items:center;gap:8px;font-weight:700;font-size:1.05rem;color:var(--teal)}.logo-icon{width:28px;height:28px;flex-shrink:0}.menu-btn{width:40px;height:40px;border-radius:50%;background:var(--white);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;color:var(--teal)}.menu-btn svg{width:20px;height:20px}.hero{position:relative;margin:0 16px;border-radius:var(--radius-lg);overflow:hidden;padding-bottom:0}.hero-image{width:100%;height:326px;object-fit:cover;border-radius:var(--radius-lg)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-lg);background:linear-gradient(180deg,#00283226,#0028328c);display:flex;flex-direction:column;justify-content:flex-end;padding:24px 20px;color:var(--white)}.hero-badge{align-self:flex-start;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:4px 12px;border-radius:var(--radius-pill);font-size:.75rem;font-weight:300;margin-bottom:4px}.hero-overlay h1{font-size:1.65rem;font-weight:700;line-height:1.2}.hero-overlay p{font-size:.875rem;opacity:.92;max-width:300px}.quick-info{position:absolute;bottom:16px;left:12px;right:12px;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);display:grid;grid-template-columns:repeat(3,1fr);padding:12px 4px;gap:4px}.quick-info-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}.quick-info-item svg{width:22px;height:22px;color:var(--teal-muted)}.quick-info-label{font-size:.7rem;color:var(--text-muted)}.quick-info-value{font-size:.95rem;font-weight:700;color:var(--teal)}.section{padding:28px 16px 0}.section-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.section-header h2{font-size:1.25rem;font-weight:700;color:var(--teal)}.section-subtitle{font-size:.85rem;color:var(--text-muted);margin-top:2px}.see-all{font-size:.85rem;font-weight:600;color:var(--teal);white-space:nowrap;padding-top:4px}.filter-tabs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px;margin-bottom:16px}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{flex-shrink:0;padding:8px 18px;border-radius:var(--radius-pill);font-size:.85rem;font-weight:500;border:1.5px solid var(--border);background:var(--white);color:var(--text-muted);transition:all .2s ease}.filter-tab.active{background:var(--teal);border-color:var(--teal);color:var(--white)}.listings{display:flex;flex-direction:column;gap:12px}.listing-card{display:flex;align-items:center;gap:12px;background:var(--white);border-radius:var(--radius);padding:12px;box-shadow:var(--shadow)}.listing-card img{width:72px;height:72px;border-radius:12px;object-fit:cover;flex-shrink:0}.listing-content{flex:1;min-width:0}.listing-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.listing-top h3{font-size:.95rem;font-weight:700;color:var(--teal)}.rating{font-size:.8rem;font-weight:600;color:#f5a623;white-space:nowrap}.listing-desc{font-size:.78rem;color:var(--text-muted);margin:4px 0 6px}.tag{display:inline-block;background:var(--teal-light);color:var(--teal);font-size:.72rem;font-weight:500;padding:3px 10px;border-radius:var(--radius-pill)}.listing-arrow{width:36px;height:36px;border-radius:50%;background:var(--teal-light);color:var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.listing-arrow svg{width:18px;height:18px}.listing-arrow:active{background:var(--teal);color:var(--white)}.highlights-scroll{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:8px;padding-left:16px;padding-right:16px}.highlights-scroll::-webkit-scrollbar{display:none}.highlight-card{flex:0 0 78%;scroll-snap-align:start;background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.highlight-card img{width:100%;height:160px;object-fit:cover}.highlight-body{padding:16px}.highlight-body h3{font-size:1rem;font-weight:700;color:var(--teal);margin-bottom:6px}.highlight-meta{display:inline-flex;align-items:center;gap:8px;margin-top:10px;color:var(--text-muted);font-size:.82rem}.highlight-meta--small img{width:14px;height:14px}.highlight-body p{font-size:.8rem;color:var(--text-muted);margin-bottom:14px;line-height:1.45}.learn-more{width:100%;padding:10px;border-radius:var(--radius-pill);background:var(--beige);color:var(--teal);font-size:.85rem;font-weight:600;transition:background .2s}.learn-more:active{background:var(--teal-light)}.info-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;margin-bottom:16px}.info-item{display:flex;align-items:center;gap:14px;padding:16px;border-bottom:1px solid var(--border);transition:background .15s}.info-item:last-child{border-bottom:none}.info-item:active{background:var(--bg)}.info-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon img{display:block;width:28px;height:28px;object-fit:contain}.info-icon--general{background:var(--emergency)}.info-icon--police{background:var(--police)}.info-icon--medical{background:var(--medical)}.info-icon--fire{background:var(--fire)}.info-icon--road{background:var(--road)}.info-icon--sea{background:var(--sea)}.info-text{flex:1;display:flex;flex-direction:column;gap:2px}.info-text strong{font-size:.9rem;font-weight:600;color:var(--text)}.info-text span{font-size:.78rem;color:var(--text-muted)}.chevron{width:18px;height:18px;color:var(--text-muted);flex-shrink:0}.cta-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;background:var(--teal);color:var(--white);border-radius:var(--radius);font-size:.95rem;font-weight:600;box-shadow:var(--shadow-lg);margin-bottom:8px;transition:background .2s}.cta-btn svg{width:22px;height:22px}.cta-btn:active{background:var(--teal-dark)}@media(min-width:481px){.app{box-shadow:0 0 60px #005c691a}.hero-image{height:320px}.hero-overlay h1{font-size:2rem}.highlight-card{flex:0 0 320px}}@media(min-width:768px){.app{max-width:420px}}
