/* Strado SEO v3 -- DM Sans loaded via Google Fonts in HTML */

/* RESET & BASE */
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'DM Sans',sans-serif; background:#fafaf7; color:#1a1a1a; -webkit-font-smoothing:antialiased; }
a { text-decoration:none; color:inherit; }
.wrap { max-width:1080px; margin:0 auto; padding:0 24px; }

/* NAV */
.nav { background:#0a0a14; padding:14px 0; position:sticky; top:0; z-index:100; border-bottom:1px solid rgba(255,255,255,0.06); }
.nav .wrap { display:flex; justify-content:space-between; align-items:center; }
.nav-logo { font-size:20px; font-weight:700; color:#1d9e75; letter-spacing:-0.5px; }
.nav-links { display:flex; gap:24px; align-items:center; font-size:14px; }
.nav-links a { color:#999; transition:color 0.2s; }
.nav-links a:hover { color:#fff; }
.btn-nav { background:#0f6e56; color:#fff !important; padding:8px 18px; border-radius:8px; font-weight:600; font-size:13px; transition:background 0.2s; }
.btn-nav:hover { background:#1d9e75 !important; }

/* HERO (homepage variant) */
.hero { background:linear-gradient(170deg,#08081a 0%,#0d0d28 40%,#0a1a28 100%); padding:72px 0 56px; position:relative; overflow:hidden; }
.hero::before { content:''; position:absolute; top:-40%; right:-20%; width:80%; height:160%; background:radial-gradient(ellipse at center, rgba(15,110,86,0.07) 0%, transparent 60%); }
.hero .wrap { position:relative; z-index:1; }
.hero-grid { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.hero-text h1 { font-size:clamp(32px,5vw,50px); font-weight:700; color:#fff; line-height:1.1; margin-bottom:16px; letter-spacing:-1px; }
.hero-text h1 em { font-style:normal; color:#1d9e75; }
.hero-text .subtitle { font-size:clamp(15px,2vw,17px); color:#8ea8a0; line-height:1.7; margin-bottom:28px; max-width:440px; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; }
.btn-primary { display:inline-flex; align-items:center; gap:8px; background:#0f6e56; color:#fff; padding:14px 28px; border-radius:10px; font-size:15px; font-weight:600; transition:all 0.2s; box-shadow:0 4px 20px rgba(15,110,86,0.3); }
.btn-primary:hover { background:#1d9e75; transform:translateY(-1px); box-shadow:0 8px 28px rgba(15,110,86,0.35); }
.btn-secondary { display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,0.06); color:#ccc; padding:14px 28px; border-radius:10px; font-size:15px; font-weight:500; border:1px solid rgba(255,255,255,0.1); transition:all 0.2s; }
.btn-secondary:hover { background:rgba(255,255,255,0.1); color:#fff; border-color:rgba(255,255,255,0.2); }
.hero-visual { position:relative; }
.hero-screenshot { border-radius:12px; overflow:hidden; border:1px solid rgba(255,255,255,0.08); box-shadow:0 24px 80px rgba(0,0,0,0.5); background:#12122a; }
.hero-screenshot .img-placeholder { height:300px; display:flex; align-items:center; justify-content:center; color:#444; font-size:12px; text-align:center; line-height:1.6; }
.hero-badge { position:absolute; bottom:-14px; right:24px; background:#fff; border-radius:12px; padding:12px 16px; box-shadow:0 8px 28px rgba(0,0,0,0.15); display:flex; align-items:center; gap:10px; }
.hero-badge-score { font-size:26px; font-weight:700; color:#0f6e56; line-height:1; }
.hero-badge-text { font-size:12px; color:#888; line-height:1.3; }
.hero-badge-text strong { color:#333; display:block; font-size:13px; }

/* HERO (city/category page variant) */
.hero-city { background:linear-gradient(170deg,#08081a 0%,#111130 50%,#0a1a28 100%); padding:48px 24px 36px; position:relative; overflow:hidden; }
.hero-city::before { content:''; position:absolute; top:-50%; left:-50%; width:200%; height:200%; background:radial-gradient(circle at 30% 40%, rgba(15,110,86,0.08) 0%, transparent 50%); }
.hero-city .wrap { position:relative; z-index:1; }
.hero-city h1 { font-size:clamp(28px,5vw,42px); font-weight:700; color:#fff; line-height:1.15; margin-bottom:8px; }
.hero-city .tagline { font-size:clamp(15px,2.5vw,18px); color:#8ecbb5; line-height:1.5; max-width:600px; }

/* BREADCRUMB */
.breadcrumb { font-size:13px; color:#666; margin-bottom:16px; }
.breadcrumb a { color:#1d9e75; }
.breadcrumb a:hover { text-decoration:underline; }
.breadcrumb span { color:#444; margin:0 6px; }

/* HERO IMAGE */
.hero-image { margin-top:28px; border-radius:12px; overflow:hidden; border:1px solid rgba(255,255,255,0.08); box-shadow:0 20px 60px rgba(0,0,0,0.4); }
.hero-image img, .hero-image .img-placeholder { width:100%; height:auto; display:block; }
.img-placeholder { background:#15152a; height:280px; display:flex; align-items:center; justify-content:center; color:#444; font-size:13px; }

/* TRUST BAR */
.trust-bar { padding:28px 0; border-bottom:1px solid #eae8e0; }
.trust-bar .wrap { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.trust-item { display:flex; flex-direction:column; align-items:center; text-align:center; background:#fff; border:1px solid #eae8e0; border-radius:10px; padding:16px 8px; gap:2px; font-size:13px; color:#999; }
.trust-item strong { color:#0f6e56; font-weight:700; font-size:24px; display:block; }

/* SECTION COMMON */
.section-label { text-transform:uppercase; font-size:11px; font-weight:700; letter-spacing:2.5px; color:#1d9e75; margin-bottom:8px; }
.section-heading { font-size:clamp(22px,3.5vw,32px); font-weight:700; color:#1a1a1a; margin-bottom:16px; line-height:1.2; }
.section-sub { font-size:15px; color:#888; line-height:1.6; max-width:520px; margin-bottom:36px; }
.section-title { font-size:clamp(18px,3vw,22px); font-weight:700; color:#1a1a1a; margin-bottom:16px; }

/* CONTENT WRAPPER */
.content { max-width:1080px; margin:0 auto; padding:36px 24px 48px; }

/* HOW IT WORKS */
.how-section { padding:64px 0; }
.how-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.how-step { background:#fff; border:1px solid #eae8e0; border-radius:16px; padding:28px 24px; text-align:center; transition:all 0.25s; }
.how-step:hover { transform:translateY(-3px); box-shadow:0 12px 32px rgba(0,0,0,0.06); }
.how-icon { width:56px; height:56px; background:linear-gradient(135deg,#e8f5f0,#d4ede4); border-radius:14px; display:flex; align-items:center; justify-content:center; margin:0 auto 14px; font-size:24px; }
.how-top { display:flex; flex-direction:column; align-items:center; gap:4px; margin-bottom:8px; }
.how-num { font-size:11px; font-weight:700; color:#1d9e75; letter-spacing:1.5px; margin-bottom:6px; white-space:nowrap; }
.how-title { font-size:16px; font-weight:700; margin-bottom:6px; }
.how-desc { font-size:14px; color:#777; line-height:1.6; }

/* CITIES */
.cities-section { padding:64px 0; }
.city-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.city-card { background:#fff; border:1px solid #eae8e0; border-radius:14px; overflow:hidden; transition:all 0.25s; display:block; }
.city-card:hover { transform:translateY(-4px); box-shadow:0 16px 40px rgba(0,0,0,0.08); border-color:#1d9e75; }
.city-thumb { height:110px; background:linear-gradient(135deg,#15152a,#1a2a3a); position:relative; overflow:hidden; }
.city-thumb::after { content:''; position:absolute; bottom:0; left:0; right:0; height:40px; background:linear-gradient(transparent,rgba(0,0,0,0.3)); }
.city-thumb-placeholder { width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:10px; color:#444; }
.city-info { padding:14px 16px; }
.city-name { font-size:16px; font-weight:700; color:#1a1a1a; margin-bottom:2px; }
.city-country { font-size:13px; color:#999; margin-bottom:8px; }
.city-stat { font-size:12px; color:#0f6e56; font-weight:600; }
.city-grid-more { text-align:center; margin-top:28px; }
.show-more { display:inline-flex; align-items:center; gap:6px; color:#0f6e56; font-size:14px; font-weight:600; padding:12px 24px; border:1.5px solid #0f6e56; border-radius:10px; transition:all 0.2s; }
.show-more:hover { background:#0f6e56; color:#fff; }

/* CATEGORIES (homepage grid) */
.categories-section { padding:64px 0; border-top:1px solid #eae8e0; }
.cat-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:12px; }
.cat-item { background:#fff; border:1px solid #eae8e0; border-radius:12px; padding:18px 10px; text-align:center; transition:all 0.2s; }
.cat-item:hover { border-color:#1d9e75; transform:translateY(-2px); box-shadow:0 8px 20px rgba(15,110,86,0.06); }
.cat-item-icon { font-size:24px; margin-bottom:6px; }
.cat-item-name { font-size:12px; color:#666; font-weight:600; }

/* CATEGORIES (city page cards) */
.categories { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; margin-bottom:36px; }
.cat-card { background:#fff; border:1px solid #eae8e0; border-radius:12px; padding:20px 12px; text-align:center; transition:all 0.2s; display:block; }
.cat-card:hover { border-color:#1d9e75; transform:translateY(-3px); box-shadow:0 12px 32px rgba(15,110,86,0.1); }
.cat-icon { font-size:28px; margin-bottom:8px; }
.cat-name { font-size:14px; font-weight:600; color:#1a1a1a; margin-bottom:4px; }
.cat-count { font-size:12px; color:#999; }
.cat-arrow { display:inline-block; color:#1d9e75; font-size:12px; margin-top:8px; opacity:0; transition:opacity 0.2s; }
.cat-card:hover .cat-arrow { opacity:1; }

/* APP TEASER */
.app-section { padding:64px 0; border-top:1px solid #eae8e0; }
.app-grid { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.app-text h2 { font-size:clamp(22px,3vw,30px); font-weight:700; line-height:1.2; margin-bottom:12px; }
.app-text p { font-size:15px; color:#777; line-height:1.7; margin-bottom:24px; }
.app-features { list-style:none; margin-bottom:28px; }
.app-features li { display:flex; align-items:flex-start; gap:12px; margin-bottom:14px; font-size:14px; color:#555; line-height:1.5; }
.app-check { width:22px; height:22px; background:#e8f5f0; border-radius:6px; display:flex; align-items:center; justify-content:center; flex-shrink:0; color:#0f6e56; font-size:12px; font-weight:bold; margin-top:1px; }
.notify-form { display:flex; gap:8px; }
.notify-input { flex:1; padding:13px 16px; border-radius:10px; border:1.5px solid #ddd; font-size:14px; font-family:inherit; background:#fff; transition:border-color 0.2s; }
.notify-input:focus { outline:none; border-color:#1d9e75; box-shadow:0 0 0 3px rgba(29,158,117,0.1); }
.notify-btn { background:#0f6e56; color:#fff; padding:13px 24px; border-radius:10px; border:none; font-size:14px; font-weight:600; font-family:inherit; cursor:pointer; transition:all 0.2s; white-space:nowrap; }
.notify-btn:hover { background:#1d9e75; }
.app-visual { display:flex; gap:20px; justify-content:center; align-items:flex-end; }
.app-mockup { border-radius:16px; overflow:hidden; box-shadow:0 16px 48px rgba(0,0,0,0.12); border:1px solid #e0e0d8; background:#fff; }
.phone-mockup { width:170px; }
.phone-top { height:28px; background:#f5f5f0; border-bottom:1px solid #eae8e0; display:flex; align-items:center; justify-content:center; }
.phone-notch { width:50px; height:4px; background:#ddd; border-radius:4px; }
.phone-screen { height:280px; background:linear-gradient(145deg,#0a0a1a,#151530); display:flex; align-items:center; justify-content:center; font-size:10px; color:#555; padding:12px; text-align:center; }
.ext-mockup { width:280px; }
.ext-bar { height:32px; background:#f5f5f0; border-bottom:1px solid #eae8e0; display:flex; align-items:center; padding:0 12px; gap:6px; }
.ext-dot { width:10px; height:10px; border-radius:50%; }
.ext-url { margin-left:8px; background:#fff; border:1px solid #ddd; border-radius:4px; padding:2px 8px; font-size:10px; color:#999; flex:1; }
.ext-screen { height:180px; background:#fafaf7; display:flex; align-items:center; justify-content:center; font-size:11px; color:#888; padding:16px; text-align:center; line-height:1.5; }
.ext-badge { display:inline-block; background:#0f6e56; color:#fff; padding:2px 8px; border-radius:4px; font-size:10px; font-weight:600; margin-top:6px; }

/* STATS (city page) */
.stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-bottom:36px; }
.stat-card { background:#fff; border-radius:12px; padding:20px 16px; text-align:center; border:1px solid #eae8e0; transition:transform 0.2s, box-shadow 0.2s; }
.stat-card:hover { transform:translateY(-2px); box-shadow:0 8px 24px rgba(0,0,0,0.06); }
.stat-num { font-size:clamp(24px,4vw,32px); font-weight:700; color:#0f6e56; line-height:1; }
.stat-label { font-size:13px; color:#888; margin-top:6px; }

/* NEIGHBORHOODS LIST (city page) */
.neighborhoods { background:#fff; border-radius:12px; border:1px solid #eae8e0; overflow:hidden; margin-bottom:36px; }
.hood { display:flex; justify-content:space-between; align-items:center; padding:16px 20px; border-bottom:1px solid #f3f2ed; transition:background 0.15s; }
.hood:last-child { border-bottom:none; }
.hood:hover { background:#f7faf8; }
.hood-left { display:flex; align-items:center; gap:12px; }
.hood-rank { width:28px; height:28px; background:#e8f5f0; color:#0f6e56; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:700; flex-shrink:0; }
.hood-name { font-size:15px; font-weight:600; color:#0f6e56; }
.hood-name:hover { text-decoration:underline; }
.hood-stats { display:flex; gap:16px; font-size:13px; color:#999; }
.hood-stat-val { color:#555; font-weight:500; }

/* NEIGHBORHOOD RICH CARDS (category page) */
.hood-cards { display:grid; grid-template-columns:1fr; gap:12px; margin-bottom:36px; }
.hood-card { background:#fff; border:1px solid #eae8e0; border-radius:12px; padding:20px; display:flex; align-items:flex-start; gap:16px; transition:all 0.2s; }
.hood-card:hover { border-color:#1d9e75; box-shadow:0 8px 24px rgba(15,110,86,0.08); transform:translateY(-1px); }
.hood-card .hood-rank { width:36px; height:36px; background:linear-gradient(135deg,#0f6e56,#1d9e75); color:#fff; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:16px; font-weight:700; flex-shrink:0; }
.hood-body { flex:1; }
.hood-body .hood-name { font-size:17px; font-weight:700; color:#1a1a1a; margin-bottom:4px; }
.hood-desc { font-size:14px; color:#777; line-height:1.5; margin-bottom:10px; }
.hood-tags { display:flex; gap:8px; flex-wrap:wrap; }
.hood-tag { background:#f0faf6; color:#0f6e56; padding:4px 12px; border-radius:6px; font-size:12px; font-weight:600; }
.hood-link { color:#1d9e75; font-size:13px; font-weight:600; display:inline-flex; align-items:center; gap:4px; margin-top:8px; }
.hood-link:hover { text-decoration:underline; }

/* HIGHLIGHT STAT (category page) */
.highlight { display:flex; align-items:center; gap:16px; background:#fff; border:1px solid #eae8e0; border-radius:12px; padding:20px 24px; margin-bottom:32px; }
.highlight-icon { font-size:36px; flex-shrink:0; }
.highlight-text { font-size:16px; color:#444; line-height:1.6; }
.highlight-text strong { color:#0f6e56; font-size:20px; }

/* OTHER CATEGORIES CHIPS (category page) */
.other-cats { display:flex; gap:10px; flex-wrap:wrap; margin-bottom:36px; }
.other-cat { background:#fff; border:1px solid #eae8e0; padding:10px 18px; border-radius:8px; font-size:14px; font-weight:500; color:#1a1a1a; transition:all 0.2s; display:flex; align-items:center; gap:6px; }
.other-cat:hover { border-color:#1d9e75; color:#0f6e56; background:#f0faf6; }
.other-cat .cat-emoji { font-size:16px; }

/* BACK LINK */
.back-link { display:inline-flex; align-items:center; gap:6px; color:#999; font-size:14px; margin-bottom:24px; }
.back-link:hover { color:#0f6e56; }

/* CTA */
.cta-section { text-align:center; padding:32px 0 40px; }
.cta-btn { display:inline-flex; align-items:center; gap:8px; background:#0f6e56; color:#fff; padding:16px 36px; border-radius:12px; font-size:16px; font-weight:600; transition:all 0.2s; box-shadow:0 4px 16px rgba(15,110,86,0.25); }
.cta-btn:hover { background:#1d9e75; transform:translateY(-1px); box-shadow:0 8px 24px rgba(15,110,86,0.3); }
.cta-btn svg { width:18px; height:18px; }

/* RELATED */
.related { border-top:1px solid #eae8e0; padding-top:28px; }
.related-label { font-size:14px; color:#888; font-weight:500; margin-bottom:12px; }
.related-grid { display:flex; gap:10px; flex-wrap:wrap; }
.related-chip { background:#fff; border:1px solid #eae8e0; padding:10px 18px; border-radius:8px; font-size:14px; color:#1a1a1a; font-weight:500; transition:all 0.2s; }
.related-chip:hover { border-color:#1d9e75; color:#0f6e56; background:#f0faf6; }

/* FOOTER */
.footer { background:#0a0a14; color:#666; padding:36px 0 24px; font-size:13px; }
.footer .wrap { display:flex; justify-content:space-between; align-items:flex-start; }
.footer-brand .nav-logo { margin-bottom:10px; display:block; }
.footer-brand p { font-size:12px; color:#555; max-width:260px; line-height:1.5; }
.footer-cols { display:flex; gap:48px; }
.footer-col h4 { font-size:11px; text-transform:uppercase; letter-spacing:1.5px; color:#555; margin-bottom:12px; }
.footer-col a { display:block; font-size:13px; color:#777; margin-bottom:8px; transition:color 0.2s; }
.footer-col a:hover { color:#1d9e75; }
.footer-bottom { max-width:1080px; margin:20px auto 0; padding:16px 24px 0; border-top:1px solid rgba(255,255,255,0.04); font-size:11px; color:#444; }

/* RESPONSIVE -- TABLET (900px) */
@media (max-width:900px) {
  .hero-grid { grid-template-columns:1fr; text-align:center; }
  .hero-text .subtitle { margin-left:auto; margin-right:auto; font-size:16px; }
  .hero-actions { justify-content:center; }
  .hero-visual { order:-1; max-width:500px; margin:0 auto; }
  .hero-badge { right:auto; left:50%; transform:translateX(-50%); }
  .city-grid { grid-template-columns:repeat(2,1fr); }
  .cat-grid { grid-template-columns:repeat(4,1fr); }
  .how-grid { grid-template-columns:repeat(3,1fr); gap:12px; }
  .how-step { padding:16px 12px; }
  .app-grid { grid-template-columns:1fr; text-align:center; }
  .app-text { order:1; }
  .app-visual { order:0; }
  .app-features { text-align:left; max-width:420px; margin-left:auto; margin-right:auto; margin-bottom:28px; }
  .notify-form { max-width:420px; margin:0 auto; }
  .section-sub { margin-left:auto; margin-right:auto; }
  .footer .wrap { flex-direction:column; gap:28px; }
}

/* RESPONSIVE -- TABLET SMALL (820px): how-it-works stays 3-col but smaller padding */
@media (max-width:820px) {
  .how-grid { gap:10px; }
  .how-step { padding:14px 10px; }
}

/* RESPONSIVE -- 768px (city/category pages) */
@media (max-width:768px) {
  .stats { grid-template-columns:repeat(2,1fr); }
  .categories { grid-template-columns:repeat(3,1fr); }
  .hood { flex-direction:column; align-items:flex-start; gap:6px; }
  .hood-stats { font-size:12px; gap:10px; }
  .hero-city { padding:32px 20px 28px; }
  .content { padding:24px 20px 36px; }
  .related-grid { flex-direction:column; }
  .related-chip { text-align:center; }
  .highlight { flex-direction:column; text-align:center; }
  .hood-card { flex-direction:column; }
  .hood-tags { justify-content:flex-start; }
  .other-cats { flex-direction:column; }
}

/* RESPONSIVE -- HOW-IT-WORKS 1-COL (500px) */
@media (max-width:500px) {
  .how-grid { grid-template-columns:1fr; gap:12px; }
  .how-step { padding:20px; text-align:left; }
  .how-step .how-top { flex-direction:row; align-items:center; gap:10px; }
  .how-step .how-icon { display:inline-flex; margin:0; }
  .how-step .how-num { display:inline; margin:0; }
  .how-step .how-title { font-size:17px; }
  .how-step .how-desc { font-size:14px; }
}

/* RESPONSIVE -- PHONE (480px) */
@media (max-width:480px) {
  body { font-size:16px; }
  .wrap { padding:0 20px; }

  /* Nav */
  .nav-links a:not(.btn-nav) { display:none; }
  .btn-nav { padding:10px 20px; font-size:14px; }

  /* Hero */
  .hero { padding:40px 0 36px; }
  .hero-text h1 { font-size:32px; margin-bottom:12px; }
  .hero-text .subtitle { font-size:16px; line-height:1.6; }
  .hero-actions { flex-direction:column; align-items:stretch; margin-top:24px; }
  .btn-primary, .btn-secondary { justify-content:center; padding:16px 24px; font-size:16px; }
  .hero-badge { padding:14px 18px; }
  .hero-badge-score { font-size:28px; }
  .hero-badge-text { font-size:13px; }
  .hero-badge-text strong { font-size:14px; }

  /* Trust bar */
  .trust-bar { padding:24px 0; }
  .trust-bar .wrap { display:grid; grid-template-columns:1fr 1fr; gap:16px 12px; }
  .trust-item { flex-direction:column; text-align:center; background:#fff; border:1px solid #eae8e0; border-radius:10px; padding:14px 8px; gap:2px; font-size:13px; }
  .trust-item strong { font-size:24px; display:block; }

  /* Sections */
  .section-label { font-size:12px; margin-bottom:10px; }
  .section-heading { font-size:24px; margin-bottom:14px; }
  .section-sub { font-size:15px; margin-bottom:28px; }
  .how-section, .cities-section, .categories-section, .app-section { padding:48px 0; }

  /* How it works -- single column, vertical card layout */
  .how-grid { grid-template-columns:1fr; max-width:none; gap:12px; }
  .how-step { padding:20px; text-align:left; display:block; }
  .how-title { font-size:17px; }
  .how-desc { font-size:15px; }

  /* Cities */
  .city-grid { grid-template-columns:1fr 1fr; gap:12px; }
  .city-thumb { height:90px; }
  .city-name { font-size:15px; }
  .city-country { font-size:13px; }
  .city-stat { font-size:12px; }
  .city-info { padding:12px 14px; }
  .show-more { font-size:15px; padding:14px 28px; }

  /* Categories */
  .cat-grid { grid-template-columns:repeat(3,1fr); gap:10px; }
  .cat-item { padding:16px 8px; }
  .cat-item-icon { font-size:26px; margin-bottom:4px; }
  .cat-item-name { font-size:12px; }
  .categories { grid-template-columns:repeat(2,1fr); }
  .stat-card { padding:14px 10px; }

  /* App teaser */
  .app-text h2 { font-size:24px; }
  .app-text p { font-size:15px; }
  .app-features li { font-size:15px; }
  .app-check { width:24px; height:24px; font-size:13px; }
  .app-visual { flex-direction:column; align-items:center; gap:16px; }
  .phone-mockup { width:200px; }
  .phone-screen { height:300px; }
  .ext-mockup { width:100%; max-width:320px; }
  .notify-form { flex-direction:column; }
  .notify-input { padding:14px 16px; font-size:16px; }
  .notify-btn { padding:14px 24px; font-size:16px; }

  /* Footer */
  .footer { padding:28px 0 20px; }
  .footer-cols { flex-direction:column; gap:24px; }
  .footer-col a { font-size:14px; margin-bottom:10px; }
  .footer-brand p { font-size:13px; }
  .footer .wrap { flex-direction:column; gap:8px; }
}
