/* =========================================================
   晋阳湖 · 电动坦克搬运车 官网  |  样式表
   设计：工业蓝 (#0E3A6B) + 安全橙 (#FF7A1A)  浅灰底 (#F5F7FA)
   ========================================================= */

:root {
  --c-blue: #0E3A6B;
  --c-blue-2: #14508f;
  --c-blue-deep: #081f3d;
  --c-orange: #FF7A1A;
  --c-orange-dark: #e8650a;
  --c-ink: #1b2430;
  --c-text: #3a4654;
  --c-muted: #71808f;
  --c-line: #e6ebf1;
  --c-bg: #f5f7fa;
  --c-white: #ffffff;
  --c-soft: #eef3f9;
  --shadow-sm: 0 2px 10px rgba(14, 58, 107, .06);
  --shadow: 0 10px 30px rgba(14, 58, 107, .10);
  --shadow-lg: 0 20px 50px rgba(14, 58, 107, .14);
  --radius: 14px;
  --radius-sm: 9px;
  --maxw: 1200px;
  --header-h: 72px;
  --font: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Source Han Sans SC", "Noto Sans CJK SC", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font);
  color: var(--c-text);
  background: var(--c-bg);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 84px 0; }
.section-sm { padding: 60px 0; }

/* ---------- 标题 ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--c-orange); font-weight: 700; font-size: 14px;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--c-orange); display: inline-block; }

.h-title { font-size: clamp(26px, 3.4vw, 40px); color: var(--c-ink); font-weight: 800; line-height: 1.25; letter-spacing: -.01em; }
.h-sub { color: var(--c-muted); font-size: 17px; max-width: 720px; margin-top: 14px; }
.center { text-align: center; }
.center .h-sub { margin-left: auto; margin-right: auto; }

/* ---------- 按钮 ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: 15px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease; white-space: nowrap;
}
.btn-primary { background: var(--c-orange); color: #fff; box-shadow: 0 8px 20px rgba(255,122,26,.32); }
.btn-primary:hover { background: var(--c-orange-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(255,122,26,.4); }
.btn-ghost { background: #fff; color: var(--c-blue); border: 1.5px solid var(--c-line); }
.btn-ghost:hover { border-color: var(--c-blue); transform: translateY(-2px); }
.btn-dark { background: var(--c-blue); color: #fff; }
.btn-dark:hover { background: var(--c-blue-2); transform: translateY(-2px); }
.btn .arrow { transition: transform .2s; }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- 顶部导航 ---------- */
.header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--c-line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .logo { height: 42px; width: auto; max-width: 180px; flex: none; }
.brand .name { line-height: 1.1; }
.brand .name b { font-size: 19px; color: var(--c-ink); font-weight: 800; letter-spacing: .02em; }
.brand .name span { display: block; font-size: 11px; color: var(--c-muted); letter-spacing: .22em; }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  padding: 10px 12px; border-radius: 8px; color: var(--c-ink); font-weight: 600; font-size: 15px;
  transition: color .15s, background .15s; position: relative; white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: var(--c-orange); background: var(--c-soft); }

.nav-cta { display: flex; align-items: center; gap: 14px; }
.phone-pill {
  display: inline-flex; align-items: center; gap: 8px; color: var(--c-blue); font-weight: 800; font-size: 16px;
}
.phone-pill svg { width: 18px; height: 18px; color: var(--c-orange); }

.menu-toggle { display: none; width: 42px; height: 42px; border-radius: 10px; background: var(--c-soft); align-items: center; justify-content: center; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--c-ink); position: relative; }
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--c-ink); }
.menu-toggle span::before { top: -6px; } .menu-toggle span::after { top: 6px; }

/* ---------- HERO ---------- */
.hero {
  position: relative; background:
    radial-gradient(1200px 600px at 80% -10%, rgba(255,122,26,.16), transparent 60%),
    linear-gradient(120deg, #0a2d54 0%, #0e3a6b 45%, #103a6e 100%);
  color: #fff; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 46px 46px; mask-image: radial-gradient(900px 500px at 70% 30%, #000, transparent 75%);
  opacity: .5;
}
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding: 70px 0 86px; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); font-size: 13px; font-weight: 600; margin-bottom: 22px;
}
.hero-tag b { color: var(--c-orange); }
.hero h1 { font-size: clamp(32px, 4.6vw, 56px); font-weight: 900; line-height: 1.12; letter-spacing: -.02em; }
.hero h1 .accent { color: #ffb070; }
.hero p.lead { margin-top: 20px; font-size: 18px; color: #cdddf0; max-width: 540px; }
.hero-actions { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { margin-top: 40px; display: flex; gap: 34px; flex-wrap: wrap; }
.hero-stats .s b { font-size: 30px; font-weight: 900; color: #fff; display: block; line-height: 1; }
.hero-stats .s span { font-size: 13px; color: #9fb6d2; }

/* hero 右侧插画占位（用 SVG 表达设备轮廓） */
.hero-visual { position: relative; }
.hero-visual .card {
  background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.16); border-radius: 20px; padding: 22px; backdrop-filter: blur(4px);
  box-shadow: var(--shadow-lg);
}
.hero-visual svg { width: 100%; height: auto; }

/* ---------- 信任条 ---------- */
.trust { background: var(--c-blue-deep); color: #fff; }
.trust .wrap { display: flex; flex-wrap: wrap; gap: 22px; justify-content: space-between; padding: 26px 22px; }
.trust .item { display: flex; align-items: center; gap: 12px; }
.trust .item svg { width: 26px; height: 26px; color: var(--c-orange); flex: none; }
.trust .item b { font-size: 16px; } .trust .item span { font-size: 13px; color: #9fb6d2; display: block; }

/* ---------- 卡片网格 ---------- */
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card-soft {
  background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius); padding: 28px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.card-soft:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }

.prod-card .ico {
  width: 56px; height: 56px; border-radius: 14px; background: var(--c-soft); color: var(--c-blue);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.prod-card .ico svg { width: 30px; height: 30px; }
.prod-card h3 { font-size: 19px; color: var(--c-ink); font-weight: 800; }
.prod-card .model { color: var(--c-orange); font-weight: 700; font-size: 14px; margin: 4px 0 12px; }
.prod-card p { color: var(--c-muted); font-size: 14.5px; }
.prod-card .meta { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.tag { font-size: 12.5px; background: var(--c-soft); color: var(--c-blue); padding: 4px 10px; border-radius: 6px; font-weight: 600; }

/* ---------- 优势 ---------- */
.feature { background: #fff; }
.feature .f-ico { width: 50px; height: 50px; border-radius: 12px; background: linear-gradient(135deg, var(--c-blue), var(--c-blue-2)); color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feature .f-ico svg { width: 26px; height: 26px; }
.feature h3 { font-size: 18px; color: var(--c-ink); font-weight: 800; margin-bottom: 8px; }
.feature p { font-size: 14.5px; color: var(--c-muted); }

/* ---------- 应用场景 ---------- */
.scene { background: var(--c-bg); }
.scene-card {
  position: relative; border-radius: var(--radius); overflow: hidden; min-height: 210px;
  background: linear-gradient(160deg, var(--c-blue), #0a2a50); color: #fff; padding: 26px;
  display: flex; flex-direction: column; justify-content: flex-end;
  transition: transform .2s ease, box-shadow .2s ease;
}
.scene-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.scene-card .num { position: absolute; top: 16px; right: 20px; font-size: 46px; font-weight: 900; color: rgba(255,255,255,.14); }
.scene-card h3 { font-size: 19px; font-weight: 800; }
.scene-card p { font-size: 14px; color: #cdddf0; margin-top: 6px; }

/* ---------- 关于/数字 ---------- */
.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.about-text h2 { font-size: clamp(24px,3vw,34px); color: var(--c-ink); font-weight: 800; line-height: 1.3; }
.about-text p { margin-top: 16px; color: var(--c-text); }
.about-list { margin-top: 20px; display: grid; gap: 12px; }
.about-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--c-text); }
.about-list li svg { width: 20px; height: 20px; color: var(--c-orange); flex: none; margin-top: 3px; }

.about-visual { position: relative; }
.about-visual .frame {
  border-radius: var(--radius); overflow: hidden; background: linear-gradient(160deg, #0e3a6b, #0a2a50);
  aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; color: #9fb6d2;
  border: 1px solid var(--c-line);
}
.about-visual .frame svg { width: 70%; height: auto; }
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 36px; }
.stat-box { background: var(--c-soft); border-radius: var(--radius-sm); padding: 22px; text-align: center; }
.stat-box b { font-size: 32px; font-weight: 900; color: var(--c-blue); display: block; line-height: 1; }
.stat-box span { font-size: 13.5px; color: var(--c-muted); margin-top: 6px; display: block; }

/* ---------- 案例 ---------- */
.case-card { background:#fff; border:1px solid var(--c-line); border-radius: var(--radius); overflow:hidden; transition: transform .2s ease, box-shadow .2s ease; display:flex; flex-direction:column; }
.case-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.case-thumb { aspect-ratio: 16/10; background: linear-gradient(150deg, #103a6e, #0a2a50); display:flex; align-items:center; justify-content:center; color:#9fb6d2; position:relative; }
.case-thumb svg { width: 54%; height: auto; }
.case-thumb .badge { position:absolute; top:14px; left:14px; background: var(--c-orange); color:#fff; font-size:12px; font-weight:700; padding:4px 10px; border-radius:999px; }
.case-body { padding: 20px; }
.case-body h3 { font-size: 17px; color: var(--c-ink); font-weight: 800; }
.case-body p { font-size: 14px; color: var(--c-muted); margin-top: 8px; }
.case-body .more { margin-top: 14px; color: var(--c-blue); font-weight: 700; font-size: 14px; display:inline-flex; gap:6px; align-items:center; }

/* ---------- 新闻 ---------- */
.news-card { background:#fff; border:1px solid var(--c-line); border-radius: var(--radius); overflow:hidden; transition: transform .2s ease, box-shadow .2s ease; display:flex; flex-direction:column; }
.news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.news-thumb { aspect-ratio: 16/9; background: linear-gradient(150deg, #14508f, #0a2a50); display:flex; align-items:center; justify-content:center; }
.news-thumb svg { width: 40%; height:auto; color: rgba(255,255,255,.5); }
.news-body { padding: 20px; flex:1; display:flex; flex-direction:column; }
.news-cat { font-size: 12px; color: var(--c-orange); font-weight: 700; }
.news-body h3 { font-size: 16.5px; color: var(--c-ink); font-weight: 800; margin: 6px 0 10px; line-height:1.4; }
.news-body p { font-size: 13.5px; color: var(--c-muted); }
.news-body .date { margin-top: auto; padding-top: 12px; font-size: 12.5px; color: var(--c-muted); }

/* ---------- 规格表 ---------- */
.spec-section { background: #fff; }
.spec-nav { display:flex; flex-wrap:wrap; gap:10px; margin-bottom: 30px; }
.spec-nav a { padding: 9px 18px; border-radius: 999px; background: var(--c-soft); color: var(--c-blue); font-weight:700; font-size:14px; transition: background .15s,color .15s; }
.spec-nav a:hover, .spec-nav a.active { background: var(--c-blue); color:#fff; }

.series { margin-bottom: 46px; scroll-margin-top: 90px; }
.series-head { display:flex; align-items: baseline; gap: 14px; margin-bottom: 16px; }
.series-head h3 { font-size: 23px; color: var(--c-ink); font-weight: 800; }
.series-head .range { color: var(--c-orange); font-weight: 700; }
.series-head .desc { color: var(--c-muted); font-size: 14px; margin-left: auto; }

.table-scroll { overflow-x: auto; border: 1px solid var(--c-line); border-radius: var(--radius-sm); }
table.spec { width: 100%; border-collapse: collapse; min-width: 720px; font-size: 14px; }
table.spec th, table.spec td { padding: 12px 14px; text-align: center; border-bottom: 1px solid var(--c-line); border-right: 1px solid var(--c-line); white-space: nowrap; }
table.spec thead th { background: var(--c-blue); color: #fff; font-weight: 700; position: sticky; top: 0; }
table.spec tbody th { background: var(--c-soft); color: var(--c-ink); font-weight: 700; text-align: left; }
table.spec tbody tr:nth-child(even) td { background: #fafcfe; }
table.spec tbody tr:hover td { background: #fff4ea; }

/* ---------- 产品页 hero ---------- */
.page-hero { background: linear-gradient(120deg, #0a2d54, #0e3a6b); color:#fff; padding: 64px 0 70px; position:relative; overflow:hidden; }
.page-hero::after { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size:44px 44px; mask-image: radial-gradient(700px 400px at 80% 20%, #000, transparent 75%); opacity:.5; }
.page-hero .wrap { position:relative; z-index:2; }
.page-hero h1 { font-size: clamp(28px,4vw,46px); font-weight:900; }
.page-hero p { color:#cdddf0; margin-top:12px; max-width: 640px; font-size:17px; }
.breadcrumb { font-size:13px; color:#9fb6d2; margin-bottom:14px; }
.breadcrumb a:hover { color:#fff; }

/* ---------- CTA 条 ---------- */
.cta-band { background: linear-gradient(120deg, var(--c-orange), #ff9442); color:#fff; }
.cta-band .wrap { display:flex; align-items:center; justify-content:space-between; gap:24px; padding: 44px 22px; flex-wrap:wrap; }
.cta-band h2 { font-size: clamp(22px,3vw,32px); font-weight:900; }
.cta-band p { color: rgba(255,255,255,.92); margin-top:8px; }
.cta-band .btn-dark { background:#0a2a50; } .cta-band .btn-dark:hover { background:#081f3d; }

/* ---------- 表单 ---------- */
.form-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display:flex; flex-direction:column; gap:6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size:13.5px; color: var(--c-ink); font-weight:700; }
.field input, .field textarea, .field select {
  border: 1.5px solid var(--c-line); border-radius: 10px; padding: 12px 14px; font-family: inherit; font-size:15px; color: var(--c-ink); background:#fff; transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline:none; border-color: var(--c-blue); box-shadow: 0 0 0 3px rgba(14,58,107,.12); }
.field textarea { resize: vertical; min-height: 120px; }

/* ---------- 联系信息 ---------- */
.contact-grid { display:grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items:start; }
.info-card { background:#fff; border:1px solid var(--c-line); border-radius: var(--radius); padding: 30px; }
.info-row { display:flex; gap:14px; padding: 16px 0; border-bottom:1px dashed var(--c-line); }
.info-row:last-child { border-bottom:none; }
.info-row .ic { width: 44px; height:44px; border-radius:12px; background: var(--c-soft); color: var(--c-blue); display:flex; align-items:center; justify-content:center; flex:none; }
.info-row .ic svg { width:22px; height:22px; }
.info-row b { color: var(--c-ink); font-size:15px; display:block; }
.info-row span { color: var(--c-muted); font-size:14px; }

.map-frame { aspect-ratio: 16/10; border-radius: var(--radius); overflow:hidden; background: var(--c-soft); border:1px solid var(--c-line); display:flex; align-items:center; justify-content:center; color: var(--c-muted); }

/* ---------- 页脚 ---------- */
.footer { background: var(--c-blue-deep); color:#cdddf0; padding: 60px 0 26px; }
.footer .cols { display:grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; }
.footer .f-brand .name { color:#fff; font-size:20px; font-weight:800; display:flex; align-items:center; gap:10px; }
.footer .f-brand p { margin-top:14px; font-size:14px; color:#9fb6d2; max-width: 320px; }
.footer h4 { color:#fff; font-size:15px; font-weight:800; margin-bottom:16px; }
.footer ul li { margin-bottom: 10px; }
.footer ul li a { font-size:14px; color:#9fb6d2; transition: color .15s; }
.footer ul li a:hover { color: var(--c-orange); }
.footer .contact-line { display:flex; align-items:center; gap:10px; font-size:14px; margin-bottom:10px; color:#cdddf0; }
.footer .contact-line svg { width:18px; height:18px; color: var(--c-orange); flex:none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 22px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:13px; color:#7e95b3; }

/* ---------- 返回顶部 ---------- */
.totop { position: fixed; right: 22px; bottom: 22px; width: 46px; height: 46px; border-radius: 50%; background: var(--c-orange); color:#fff; display:flex; align-items:center; justify-content:center; box-shadow: var(--shadow); opacity:0; pointer-events:none; transition: opacity .25s, transform .25s; z-index: 900; }
.totop.show { opacity:1; pointer-events:auto; }
.totop:hover { transform: translateY(-3px); }
.totop svg { width: 22px; height: 22px; }

/* ---------- 图片（AI 生成主图 / 场景图） ---------- */
.media-cover { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Hero 主视觉图 */
.hero-visual .hero-img {
  width: 100%; border-radius: 20px; box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,.16); display: block;
}

/* 首页产品卡片缩略图 */
.prod-card .thumb {
  aspect-ratio: 16/10; border-radius: 12px; overflow: hidden; margin-bottom: 18px;
  background: var(--c-soft);
}
.prod-card .thumb img { width: 100%; height: 100%; object-fit: cover; }

/* 关于我们视觉图 */
.about-visual .frame img { width: 100%; height: 100%; object-fit: cover; }

/* 案例 / 新闻缩略图改用真实图片 */
.case-thumb img, .news-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* 产品页系列配图 */
.series-figure {
  margin: 18px 0 22px; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--c-line); background: var(--c-soft);
}
.series-figure img { width: 100%; height: auto; display: block; }

/* 详情页头图 */
.article-hero-img {
  width: 100%; border-radius: var(--radius); overflow: hidden; margin: 26px 0 8px;
  border: 1px solid var(--c-line);
}
.article-hero-img img { width: 100%; height: auto; display: block; }

/* 销售网络地图占位图 */
.net-map {
  width: 100%; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--c-line); background: var(--c-soft);
}
.net-map img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- 响应式 ---------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
  .footer .cols { grid-template-columns: 1fr 1fr; }
  /* 980 以下导航收进抽屉，避免菜单文字挤压换行 */
  .nav-links { position: fixed; top: var(--header-h); left:0; right:0; background:#fff; flex-direction:column; align-items:stretch; gap:0; padding: 10px 18px 20px; border-bottom:1px solid var(--c-line); box-shadow: var(--shadow); transform: translateY(-130%); transition: transform .28s ease; max-height: calc(100vh - 72px); overflow:auto; }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 14px 12px; border-radius: 8px; white-space: normal; }
  .nav-cta .phone-pill { display:none; }
  .menu-toggle { display:flex; }
}
@media (max-width: 760px) {
  .nav-links { position: fixed; top: var(--header-h); left:0; right:0; background:#fff; flex-direction:column; align-items:stretch; gap:0; padding: 10px 18px 20px; border-bottom:1px solid var(--c-line); box-shadow: var(--shadow); transform: translateY(-130%); transition: transform .28s ease; max-height: calc(100vh - 72px); overflow:auto; }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 14px 12px; border-radius: 8px; }
  .nav-cta .phone-pill { display:none; }
  .menu-toggle { display:flex; }
  .section { padding: 56px 0; }
  .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; }
  .footer .cols { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 22px; }
}
