/* ==========================================================================
   AppGeoList — Design System
   ========================================================================== */
:root {
  --indigo: #5b5bf5; --indigo-600: #4f46e5; --indigo-700: #4338ca;
  --violet: #7c3aed; --teal: #00c2a8; --amber: #f59e0b; --rose: #f43f5e; --emerald: #10b981;
  --ink: #0f1222; --slate-900: #1e2436; --slate-700: #3b4257; --slate-500: #6b7280;
  --slate-400: #9aa3b2; --slate-300: #d6dbe5; --slate-200: #e8ebf1; --slate-100: #f3f5f9; --slate-50: #f8fafc; --white: #ffffff;
  --bg: var(--white); --bg-soft: var(--slate-50); --bg-muted: var(--slate-100);
  --text: var(--ink); --text-soft: var(--slate-700); --text-mute: var(--slate-500);
  --border: var(--slate-200); --border-soft: var(--slate-300);
  --radius: 16px; --radius-sm: 10px; --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(15,18,34,.06), 0 1px 3px rgba(15,18,34,.04);
  --shadow: 0 4px 16px rgba(15,18,34,.08), 0 1px 3px rgba(15,18,34,.04);
  --shadow-lg: 0 18px 48px rgba(15,18,34,.14), 0 4px 12px rgba(15,18,34,.06);
  --shadow-glow: 0 0 0 1px rgba(91,91,245,.18), 0 12px 32px rgba(91,91,245,.18);
  --grad-brand: linear-gradient(135deg, #5b5bf5 0%, #7c3aed 55%, #00c2a8 120%);
  --grad-soft: linear-gradient(135deg, #eef0ff 0%, #f5f0ff 50%, #e6fbf6 100%);
  --container: 1200px; --container-narrow: 880px; --header-h: 68px;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Sora", "Inter", -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { font-family: var(--font-sans); color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg { display: block; max-width: 100%; }
a { color: var(--indigo-600); text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { padding-left: 1.2rem; }
button { font-family: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid rgba(91,91,245,.4); outline-offset: 2px; border-radius: 6px; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }
.section-sm { padding: 48px 0; }
.section-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--indigo-600); background: #eef0ff; padding: 6px 14px; border-radius: 999px; margin-bottom: 16px; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; color: var(--ink); letter-spacing: -.02em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; }
p { color: var(--text-soft); }
.lead { font-size: 1.15rem; color: var(--text-soft); }
.muted { color: var(--text-mute); }
.text-center { text-align: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: 15px; padding: 12px 22px; border-radius: 12px; border: 1px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; white-space: nowrap; text-decoration: none; }
.btn:hover { transform: translateY(-2px); text-decoration: none; }
.btn-primary { background: var(--grad-brand); color: #fff; box-shadow: var(--shadow-glow); }
.btn-primary:hover { box-shadow: 0 14px 36px rgba(91,91,245,.30); }
.btn-ghost { background: var(--white); color: var(--ink); border-color: var(--border); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: var(--indigo); color: var(--indigo-600); }
.btn-lg { padding: 15px 28px; font-size: 16px; border-radius: 14px; }
.btn-block { width: 100%; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.82); backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; gap: 18px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand .mark { width: 34px; height: 34px; border-radius: 10px; background: var(--grad-brand); display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 18px; box-shadow: var(--shadow-glow); }
.nav { display: flex; align-items: center; gap: 6px; margin-left: 8px; }
.nav a { color: var(--text-soft); font-weight: 600; font-size: 15px; padding: 8px 12px; border-radius: 9px; text-decoration: none; transition: background .15s, color .15s; }
.nav a:hover { background: var(--bg-muted); color: var(--ink); text-decoration: none; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.header-search { position: relative; display: none; }
.header-search input { width: 220px; padding: 9px 14px 9px 38px; border-radius: 999px; border: 1px solid var(--border); background: var(--slate-50); font-size: 14px; color: var(--ink); transition: border .15s, box-shadow .15s; }
.header-search input:focus { border-color: var(--indigo); box-shadow: 0 0 0 3px rgba(91,91,245,.15); outline: none; background:#fff; }
.header-search svg { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--text-mute); }
.menu-btn { display: none; background: none; border: none; padding: 8px; color: var(--ink); }
.mobile-nav { display: none; padding: 12px 20px 18px; border-bottom: 1px solid var(--border); background: #fff; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 11px 8px; color: var(--text-soft); font-weight: 600; border-radius: 8px; }
.mobile-nav a:hover { background: var(--bg-muted); text-decoration: none; }
.mobile-nav .btn { margin-top: 8px; }
.hero { position: relative; overflow: hidden; background: var(--grad-soft); border-bottom: 1px solid var(--border); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(680px 320px at 80% -10%, rgba(124,58,237,.14), transparent 60%), radial-gradient(560px 300px at 10% 0%, rgba(0,194,168,.14), transparent 55%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; padding: 76px 0 64px; }
.hero h1 { margin-bottom: 18px; }
.hero h1 .grad { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { max-width: 560px; margin-bottom: 28px; }
.hero-search { display: flex; gap: 10px; max-width: 560px; margin-bottom: 22px; }
.hero-search input { flex: 1; padding: 15px 18px; border-radius: 14px; border: 1px solid var(--border); background: #fff; font-size: 16px; box-shadow: var(--shadow-sm); }
.hero-search input:focus { outline: none; border-color: var(--indigo); box-shadow: 0 0 0 4px rgba(91,91,245,.14); }
.hero-stats { display: flex; gap: 30px; flex-wrap: wrap; }
.hero-stats .stat b { font-family: var(--font-display); font-size: 26px; color: var(--ink); display: block; }
.hero-stats .stat span { font-size: 14px; color: var(--text-mute); }
.hero-trust { display: flex; align-items: center; gap: 10px; margin-top: 26px; color: var(--text-mute); font-size: 14px; }
.hero-trust .avatars { display: flex; }
.hero-trust .avatars span { width: 30px; height: 30px; border-radius: 50%; margin-left: -8px; border: 2px solid #fff; display: grid; place-items: center; font-size: 12px; font-weight: 700; color: #fff; }
.hero-trust .avatars span:first-child { margin-left: 0; }
.hero-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 22px; transform: rotate(1.5deg); }
.hero-card .hc-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.hero-card .hc-title b { font-family: var(--font-display); font-size: 15px; }
.hero-card .hc-badge { font-size: 12px; font-weight: 700; color: var(--emerald); background: #e7f8f1; padding: 4px 10px; border-radius: 999px; }
.mini-row { display: flex; align-items: center; gap: 12px; padding: 11px 8px; border-radius: 10px; }
.mini-row + .mini-row { border-top: 1px solid var(--slate-100); }
.mini-row .logo { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 15px; flex-shrink: 0; }
.mini-row .meta { flex: 1; min-width: 0; }
.mini-row .meta b { font-size: 14px; color: var(--ink); display: block; }
.mini-row .meta span { font-size: 12.5px; color: var(--text-mute); }
.mini-row .up { display: flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 700; color: var(--emerald); }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 18px; }
.app-card { position: relative; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-sm); transition: transform .16s ease, box-shadow .16s ease, border-color .16s; display: flex; flex-direction: column; gap: 12px; }
.app-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--slate-300); text-decoration: none; }
.app-card-top { display: flex; align-items: flex-start; gap: 12px; }
.app-logo { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 19px; flex-shrink: 0; box-shadow: var(--shadow-sm); }
.app-card h3 { font-size: 16px; margin-bottom: 2px; }
.app-card .tagline { font-size: 13.5px; color: var(--text-mute); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.app-card .card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 8px; }
.cat-pill { font-size: 12px; font-weight: 600; color: var(--indigo-600); background: #eef0ff; padding: 4px 10px; border-radius: 999px; }
.dr-badge { font-size: 12px; font-weight: 700; color: var(--slate-700); background: var(--slate-100); padding: 4px 9px; border-radius: 999px; }
.badges { position: absolute; top: 14px; right: 14px; display: flex; flex-direction: column; gap: 6px; align-items: flex-end; }
.tag { font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 999px; letter-spacing: .02em; }
.tag-editors { background: #fff5e6; color: #b45309; }
.tag-free { background: #e7f8f1; color: #047857; }
.tag-trending { background: #ffeef1; color: #be123c; }
.tag-new { background: #eef0ff; color: #4338ca; }
.tag-pro { background: #f3e8ff; color: #7c3aed; }
.stars { color: var(--amber); font-size: 13px; letter-spacing: 1px; }
.stars .empty { color: var(--slate-300); }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; color: var(--text-soft); background: #fff; border: 1px solid var(--border); padding: 9px 16px; border-radius: 999px; transition: all .15s; text-decoration: none; }
.chip:hover { border-color: var(--indigo); color: var(--indigo-600); background: #f5f6ff; text-decoration: none; transform: translateY(-2px); }
.chip .ico { font-size: 16px; }
.chip .count { color: var(--text-mute); font-weight: 500; font-size: 12.5px; }
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; }
.cat-tile { display: flex; flex-direction: column; gap: 10px; padding: 20px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); text-decoration: none; transition: all .16s; box-shadow: var(--shadow-sm); }
.cat-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--indigo); text-decoration: none; }
.cat-tile .ico { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font-size: 22px; background: var(--grad-soft); }
.cat-tile b { color: var(--ink); font-size: 15px; }
.cat-tile span { font-size: 13px; color: var(--text-mute); }
.rank-list { display: flex; flex-direction: column; gap: 10px; }
.rank-row { display: grid; grid-template-columns: 36px 48px 1fr auto; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 12px 16px; transition: all .15s; }
.rank-row:hover { box-shadow: var(--shadow); border-color: var(--slate-300); }
.rank-num { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--text-mute); text-align: center; }
.rank-row:nth-child(1) .rank-num, .rank-row:nth-child(2) .rank-num, .rank-row:nth-child(3) .rank-num { color: var(--indigo-600); }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 22px; }
.blog-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: all .16s; text-decoration: none; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); text-decoration: none; }
.blog-thumb { height: 160px; display: grid; place-items: center; font-size: 40px; }
.blog-body { padding: 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-body .meta { font-size: 12.5px; color: var(--text-mute); display: flex; gap: 10px; align-items: center; }
.blog-body h3 { font-size: 17px; line-height: 1.3; }
.blog-body p { font-size: 14px; color: var(--text-mute); }
.blog-body .read { margin-top: auto; font-size: 14px; font-weight: 600; color: var(--indigo-600); }
.article { padding: 56px 0; }
.article .crumb { font-size: 13px; color: var(--text-mute); margin-bottom: 18px; }
.article h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin-bottom: 14px; }
.article .article-meta { display: flex; align-items: center; gap: 12px; color: var(--text-mute); font-size: 14px; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--border); }
.article .article-meta .av { width: 40px; height: 40px; border-radius: 50%; background: var(--grad-brand); display: grid; place-items: center; color: #fff; font-weight: 700; }
.article-body { font-size: 1.075rem; color: var(--slate-700); }
.article-body h2 { margin: 36px 0 14px; font-size: 1.6rem; }
.article-body h3 { margin: 28px 0 12px; font-size: 1.25rem; color: var(--ink); }
.article-body p { margin-bottom: 18px; }
.article-body ul, .article-body ol { margin: 0 0 20px; }
.article-body li { margin-bottom: 8px; }
.article-body a { font-weight: 600; }
.article-body blockquote { border-left: 4px solid var(--indigo); background: var(--slate-50); padding: 16px 20px; border-radius: 0 12px 12px 0; margin: 22px 0; font-style: italic; color: var(--slate-700); }
.article-body img { border-radius: var(--radius); margin: 22px 0; }
.article-body table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 15px; }
.article-body th, .article-body td { border: 1px solid var(--border); padding: 11px 14px; text-align: left; }
.article-body th { background: var(--slate-50); font-weight: 700; color: var(--ink); }
.article-body .callout { background: var(--grad-soft); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 24px; margin: 26px 0; }
.article-body .callout b { color: var(--indigo-700); }
.article-share { display: flex; gap: 10px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--border); }
.form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 34px; max-width: 720px; margin: 0 auto; }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 7px; color: var(--ink); }
.field label .req { color: var(--rose); }
.field .hint { font-size: 13px; color: var(--text-mute); margin-top: 6px; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--border-soft); background: var(--slate-50); font-size: 15px; color: var(--ink); font-family: inherit; transition: all .15s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--indigo); background: #fff; box-shadow: 0 0 0 3px rgba(91,91,245,.13); }
.field textarea { resize: vertical; min-height: 110px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-success { display: none; text-align: center; padding: 30px; }
.form-success.show { display: block; }
.check-circle { width: 64px; height: 64px; border-radius: 50%; background: #e7f8f1; color: var(--emerald); display: grid; place-items: center; margin: 0 auto 16px; font-size: 30px; }
.app-hero { background: var(--grad-soft); border-bottom: 1px solid var(--border); padding: 40px 0; }
.app-hero-grid { display: grid; grid-template-columns: 96px 1fr auto; gap: 22px; align-items: center; }
.app-hero .logo-lg { width: 96px; height: 96px; border-radius: 22px; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 40px; box-shadow: var(--shadow); }
.app-hero h1 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); }
.app-hero .sub { color: var(--text-soft); margin: 6px 0 14px; }
.app-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--text-mute); font-size: 14px; align-items: center; }
.app-meta b { color: var(--ink); }
.detail-grid { display: grid; grid-template-columns: 1fr 320px; gap: 40px; padding: 48px 0; }
.detail-main h2 { margin-bottom: 14px; }
.detail-main p { margin-bottom: 16px; }
.detail-side .side-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-sm); margin-bottom: 18px; }
.detail-side h4 { margin-bottom: 12px; }
.kv { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--slate-100); font-size: 14px; }
.kv:last-child { border-bottom: none; }
.kv span { color: var(--text-mute); }
.kv b { color: var(--ink); }
.breadcrumbs { display: flex; gap: 8px; align-items: center; font-size: 13px; color: var(--text-mute); margin-bottom: 20px; flex-wrap: wrap; }
.breadcrumbs a { color: var(--text-mute); }
.breadcrumbs a:hover { color: var(--indigo-600); }
.breadcrumbs .sep { color: var(--slate-300); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.filter-bar .search-box { position: relative; flex: 1; min-width: 240px; }
.filter-bar .search-box input { width: 100%; padding: 11px 14px 11px 40px; border-radius: 12px; border: 1px solid var(--border); background: #fff; font-size: 15px; }
.filter-bar .search-box input:focus { outline: none; border-color: var(--indigo); box-shadow: 0 0 0 3px rgba(91,91,245,.12); }
.filter-bar .search-box svg { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: var(--text-mute); }
.filter-bar select { padding: 11px 14px; border-radius: 12px; border: 1px solid var(--border); background: #fff; font-size: 15px; color: var(--ink); }
.cta-band { background: var(--grad-brand); border-radius: var(--radius-lg); padding: 52px 40px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(420px 200px at 20% 10%, rgba(255,255,255,.18), transparent 60%); }
.cta-band h2 { color: #fff; position: relative; }
.cta-band p { color: rgba(255,255,255,.9); position: relative; max-width: 560px; margin: 12px auto 26px; }
.cta-band .btn-ghost { background: #fff; color: var(--indigo-700); border-color: #fff; }
.newsletter { background: var(--slate-900); color: #fff; border-radius: var(--radius-lg); padding: 44px 40px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.newsletter h3 { color: #fff; }
.newsletter p { color: rgba(255,255,255,.7); margin-top: 6px; }
.newsletter form { display: flex; gap: 10px; }
.newsletter input { padding: 13px 16px; border-radius: 12px; border: none; min-width: 240px; font-size: 15px; }
.site-footer { background: var(--ink); color: var(--slate-400); padding: 60px 0 28px; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 40px; }
.footer-grid .brand { color: #fff; margin-bottom: 14px; }
.footer-grid p { color: var(--slate-400); font-size: 14px; max-width: 300px; }
.footer-grid h4 { color: #fff; font-size: 14px; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .05em; }
.footer-grid ul { list-style: none; padding: 0; }
.footer-grid li { margin-bottom: 9px; }
.footer-grid a { color: var(--slate-400); font-size: 14px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }
.social-row { display: flex; gap: 10px; }
.social-row a { width: 36px; height: 36px; border-radius: 10px; background: rgba(255,255,255,.06); display: grid; place-items: center; color: var(--slate-400); }
.social-row a:hover { background: var(--indigo); color: #fff; }
.hide { display: none !important; }
.mt-8 { margin-top: 8px; } .mt-16 { margin-top: 16px; } .mt-24 { margin-top: 24px; } .mt-32 { margin-top: 32px; }
.mb-16 { margin-bottom: 16px; } .mb-24 { margin-bottom: 24px; } .mb-32 { margin-bottom: 32px; }
.flex { display: flex; } .items-center { align-items: center; } .justify-between { justify-content: space-between; } .gap-8 { gap: 8px; } .gap-12 { gap: 12px; } .gap-16 { gap: 16px; } .wrap { flex-wrap: wrap; }
.divider { height: 1px; background: var(--border); border: none; margin: 40px 0; }
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; padding: 56px 0 48px; }
  .hero-card { transform: none; max-width: 420px; }
  .detail-grid { grid-template-columns: 1fr; }
  .app-hero-grid { grid-template-columns: 80px 1fr; }
  .app-hero-grid .app-hero-cta { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .newsletter { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .nav, .header-search { display: none; }
  .menu-btn { display: inline-flex; }
  .section { padding: 52px 0; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .cta-band { padding: 36px 22px; }
}
@media (min-width: 761px) { .header-search { display: block; } }
