:root {
  --navy: #0b2342;
  --navy-deep: #071a31;
  --red: #d83c40;
  --gold: #d2ad62;
  --ink: #142235;
  --muted: #637083;
  --line: #dce1e7;
  --soft: #f3f5f8;
  --white: #ffffff;
  --shadow: 0 16px 42px rgba(9, 32, 61, 0.1);
  --max: 1180px;
  --font: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
body, a, button { font-family: var(--font); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { border: 0; cursor: pointer; }
.wrap { width: min(calc(100% - 44px), var(--max)); margin: 0 auto; }

.topbar {
  height: 32px;
  color: #dfe7f0;
  background: var(--navy-deep);
  font-size: 11px;
}
.topbar .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar span { white-space: nowrap; }

.site-header { position: relative; z-index: 20; height: 72px; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; color: var(--navy); font-size: 24px; font-weight: 700; line-height: 1; white-space: nowrap; }
.brand small { display: block; margin-top: 7px; color: #8e99a7; font-size: 8px; font-weight: 600; letter-spacing: .16em; }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.desktop-nav a { color: #33445a; font-size: 13px; font-weight: 600; white-space: nowrap; }
.desktop-nav a:hover { color: var(--red); }
.header-cta { min-height: 38px; display: inline-flex; align-items: center; padding: 0 18px; color: #fff; background: var(--red); font-size: 13px; font-weight: 700; white-space: nowrap; }
.mobile-strip { display: none; }

.hero { position: relative; padding-bottom: 32px; color: #fff; background: var(--navy); overflow: hidden; }
.hero-inner { position: relative; min-height: 485px; display: flex; align-items: center; }
.hero-copy { position: relative; z-index: 3; width: min(59%, 680px); padding: 64px 0 92px; }
.eyebrow, .kicker { margin: 0 0 12px; color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.hero .eyebrow { color: #efd28f; }
.hero h1 { margin: 0; color: #fff; font-size: clamp(34px, 3.2vw, 43px); line-height: 1.2; letter-spacing: 0; }
.hero-lead { max-width: 640px; margin: 18px 0 0; color: rgba(255,255,255,.85); font-size: 16px; line-height: 1.75; }
.hero-pains { max-width: 580px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 22px 0; }
.hero-pains span { min-width: 0; min-height: 38px; display: flex; align-items: center; justify-content: center; padding: 7px 9px; color: #fff; border-left: 2px solid var(--gold); background: rgba(255,255,255,.09); font-size: 12px; font-weight: 700; white-space: nowrap; }
.hero-photo { position: absolute; z-index: 1; top: 0; right: calc((100vw - 100%) / -2); bottom: 0; left: 40%; }
.hero-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, var(--navy) 0%, rgba(11,35,66,.95) 14%, rgba(11,35,66,.68) 45%, rgba(11,35,66,.18) 82%), linear-gradient(0deg, rgba(7,26,49,.36), transparent 55%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 70%; filter: saturate(.9) contrast(1.03); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.btn { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid transparent; font-size: 13px; font-weight: 700; white-space: nowrap; }
.btn-gold { color: var(--navy); background: var(--gold); }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.58); background: rgba(7,26,49,.22); }
.btn-white { color: var(--navy); background: #fff; border-color: rgba(255,255,255,.9); }
.btn-navy { color: #fff; background: var(--navy); }

/* premium.css gives links an inherited color with a more specific selector. Keep CTA contrast explicit. */
.home-blend a.btn-white,
.home-blend button.btn-white { color: var(--navy); }
.home-blend a.btn-navy,
.home-blend button.btn-navy { color: #fff; }
.home-blend a.btn-gold,
.home-blend button.btn-gold { color: var(--navy); }
.hero-contact { margin: 14px 0 0; color: rgba(255,255,255,.72); font-size: 11px; }

.quicknav { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: -66px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.quicknav a { min-width: 0; display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 10px; min-height: 104px; align-items: center; padding: 20px 18px; border-right: 1px solid var(--line); }
.quicknav a:last-child { border-right: 0; }
.quicknav small { color: var(--red); font-size: 11px; font-weight: 700; }
.quicknav span { min-width: 0; }
.quicknav strong, .quicknav em { display: block; font-style: normal; }
.quicknav strong { margin-bottom: 7px; color: var(--navy); font-size: 15px; }
.quicknav em { color: var(--muted); font-size: 11px; line-height: 1.55; }

.section { padding: 68px 0; }
.section-soft { background: var(--soft); }
.section-head { display: grid; grid-template-columns: minmax(390px, .95fr) minmax(0, 1.05fr); align-items: end; gap: 38px; margin-bottom: 30px; }
.section-head > *, .problem-layout > *, .article-layout > *, .trust-layout > *, .contact-grid > * { min-width: 0; }
.section-head h2, .problem-intro h2, .trust-copy h2, .contact h2 { margin: 0; color: var(--navy); font-size: 28px; line-height: 1.3; letter-spacing: 0; }
.section-head > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.tool-shell { overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.tool-bar { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 24px; color: #fff; background: var(--red); }
.tool-bar strong { font-size: 18px; }
.tool-bar span { font-size: 11px; opacity: .9; }
.tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tool-card { position: relative; min-width: 0; min-height: 250px; padding: 28px; border-right: 1px solid var(--line); }
.tool-card:last-child { border-right: 0; }
.tool-card > b { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; margin-right: 9px; color: #fff; background: var(--navy); font-size: 16px; }
.tool-card > small { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.tool-card h3 { margin: 24px 0 9px; color: var(--navy); font-size: 18px; line-height: 1.35; }
.tool-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.tool-card > span { position: absolute; left: 28px; bottom: 25px; color: var(--red); font-size: 12px; font-weight: 700; }

.problem-layout { display: grid; grid-template-columns: 380px minmax(0, 1fr); box-shadow: var(--shadow); }
.problem-intro { padding: 38px; color: #fff; background: var(--navy); }
.kicker-light { color: #e6c57e; }
.problem-intro h2 { color: #fff; font-size: 27px; }
.problem-intro > p:not(.kicker) { margin: 16px 0 25px; color: #c8d4e2; font-size: 13px; line-height: 1.8; }
.problem-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); background: #fff; }
.problem-card { position: relative; min-width: 0; min-height: 215px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-card:nth-child(2n) { border-right: 0; }
.problem-card:nth-last-child(-n+2) { border-bottom: 0; }
.problem-card small { color: var(--red); font-size: 10px; font-weight: 700; }
.problem-card h3 { margin: 22px 0 9px; color: var(--navy); font-size: 18px; line-height: 1.4; }
.problem-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.problem-card span { position: absolute; left: 27px; bottom: 23px; color: var(--red); font-size: 11px; font-weight: 700; }

.article-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 26px; }
.article-feature { position: relative; min-width: 0; min-height: 440px; overflow: hidden; color: #fff; background: var(--navy); }
.article-feature::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(7,26,49,.98), rgba(7,26,49,.1) 75%); }
.article-feature > img { width: 100%; height: 100%; object-fit: cover; }
.article-feature > div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 30px; }
.article-feature small, .article-list small { color: #eacb86; font-size: 10px; font-weight: 700; }
.article-feature h3 { margin: 10px 0 9px; font-size: 20px; line-height: 1.48; }
.article-feature p { margin: 0; color: #d6e0eb; font-size: 12px; line-height: 1.7; }
.article-list { background: #fff; border: 1px solid var(--line); }
.article-list a { min-width: 0; min-height: 110px; display: grid; grid-template-columns: 43px minmax(0,1fr) 20px; align-items: center; gap: 12px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.article-list a:last-child { border-bottom: 0; }
.article-list a > b { color: var(--red); font-size: 12px; }
.article-list a > div { min-width: 0; }
.article-list h3 { margin: 4px 0 5px; color: var(--navy); font-size: 15px; line-height: 1.45; }
.article-list p { margin: 0; color: var(--muted); font-size: 11px; }
.article-list a > span { color: var(--red); font-size: 17px; }
.article-list .all-articles { background: var(--navy); }
.article-list .all-articles h3 { color: #fff; }
.article-list .all-articles p { color: #bfcddd; }

.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.video-grid > a { min-width: 0; min-height: 168px; display: grid; grid-template-columns: 46% minmax(0, 1fr); grid-template-rows: auto 1fr; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.video-grid > a > div { position: relative; min-height: 168px; grid-row: 1 / span 2; overflow: hidden; background: #ccd4df; }
.video-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.video-grid a:hover img { transform: scale(1.025); }
.video-grid i { position: absolute; left: 17px; bottom: 15px; width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 12px; font-style: normal; }
.video-grid small { display: block; align-self: end; margin: 27px 22px 0; color: var(--red); font-size: 10px; font-weight: 700; }
.video-grid h3 { min-height: 0; margin: 8px 22px 24px; color: var(--navy); font-size: 15px; line-height: 1.55; }
.section-action { margin-top: 24px; text-align: center; }

.trust-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: 48px; }
.photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 170px 170px; gap: 9px; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.trust-copy h2 { font-size: 27px; }
.trust-copy > p:not(.kicker) { margin: 16px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.trust-list { margin: 0 0 18px; padding: 0; list-style: none; }
.trust-list li { min-width: 0; display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); }
.trust-list li > b { color: var(--red); font-size: 12px; }
.trust-list div { min-width: 0; }
.trust-list strong, .trust-list span { display: block; }
.trust-list strong { margin-bottom: 3px; color: var(--navy); font-size: 13px; }
.trust-list span { color: var(--muted); font-size: 11px; line-height: 1.55; }
.text-link { color: var(--red); font-size: 12px; font-weight: 700; }

.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.faq-grid article { min-width: 0; display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 15px; padding: 22px; background: #fff; border: 1px solid var(--line); }
.faq-grid article:last-child { grid-column: 1/-1; }
.faq-grid article > b { color: var(--red); font-size: 11px; }
.faq-grid h3 { margin: 0 0 8px; color: var(--navy); font-size: 15px; line-height: 1.5; }
.faq-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

.contact { padding: 56px 0; color: #fff; background: var(--red); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(400px, .9fr); align-items: center; gap: 50px; }
.contact h2 { color: #fff; font-size: 28px; }
.contact p:not(.kicker) { max-width: 670px; margin: 13px 0 0; color: #ffe4e5; font-size: 13px; line-height: 1.75; }
.contact-side { text-align: right; }
.contact-side > small { display: block; color: #ffe1e2; font-size: 10px; }
.phone { display: block; margin: 4px 0 13px; color: #fff; font-size: 34px; font-weight: 700; white-space: nowrap; }
.contact-side .actions { justify-content: flex-end; }
.contact-side .btn { min-height: 40px; padding: 0 14px; font-size: 11px; }

.footer { padding: 46px 0 78px; color: #b9c5d3; background: var(--navy-deep); }
.footer-grid { width: min(100%, 820px); display: grid; grid-template-columns: 1.1fr .9fr; gap: 110px; margin: 0 auto; }
.footer h3 { margin: 0 0 14px; color: #fff; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px 14px; }
.footer-links a { font-size: 11px; }
.footer-contact { margin: 0; padding: 0; list-style: none; }
.footer-contact li { margin-bottom: 11px; }
.footer-contact span, .footer-contact strong, .footer-contact a { display: block; }
.footer-contact span { color: #71849a; font-size: 9px; }
.footer-contact strong, .footer-contact a { margin-top: 3px; color: #d8e0e9; font-size: 11px; font-weight: 600; }
.footer-disclaimer { max-width: 820px; margin: 30px auto 0; padding-top: 20px; color: #8595a8; border-top: 1px solid #203a57; font-size: 10px; line-height: 1.8; text-align: center; }
.footer-operator { margin-top: 15px; color: #9aa9ba; font-size: 10px; text-align: center; }
.footer-bottom { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 24px; margin-top: 10px; font-size: 10px; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 5px; }
.footer-bottom img { width: 14px; height: 14px; }
.mobile-dock { display: none; }

@media (min-width: 761px) {
  .hero-lead { font-size: 17px; }
  .hero-contact { font-size: 12px; }
  .quicknav em { font-size: 13px; }
  .section-head > div { padding-left: 15px; border-left: 3px solid var(--red); }
  .section-head h2 { white-space: nowrap; }
  .section-head > p { font-size: 16px; }
  .tool-card > small { font-size: 11px; }
  .tool-card p { font-size: 15px; }
  .tool-card > span { font-size: 13px; }
  .problem-intro h2 { font-size: 25px; white-space: nowrap; }
  .problem-intro > p:not(.kicker) { font-size: 15px; }
  .problem-card p { font-size: 14px; }
  .problem-card span { font-size: 12px; }
  .article-feature small, .article-list small { font-size: 11px; }
  .article-feature p { font-size: 14px; }
  .article-list h3 { font-size: 16px; }
  .article-list p { font-size: 13px; }
  .video-grid small { font-size: 11px; }
  .video-grid h3 { font-size: 16px; }
  .trust-copy > p:not(.kicker) { font-size: 15px; }
  .trust-list strong { font-size: 14px; }
  .trust-list span { font-size: 13px; }
  .faq-grid h3 { font-size: 16px; }
  .faq-grid p { font-size: 14px; }
  .contact p:not(.kicker) { font-size: 15px; }
  .contact-side .btn { font-size: 12px; }
  .footer-links a, .footer-contact strong, .footer-contact a { font-size: 12px; }
}

@media (max-width: 980px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 12px; }
  .hero-pains { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quicknav { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .quicknav a:nth-child(2) { border-right: 0; }
  .quicknav a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .problem-layout { grid-template-columns: 360px minmax(0, 1fr); }
  .trust-layout,
  .contact-grid { grid-template-columns: 1fr; }
  .trust-copy h2,
  .contact h2 { white-space: nowrap; }
  .contact-side { text-align: left; }
  .contact-side .actions { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .wrap { width: calc(100% - 28px); }
  .topbar { height: 30px; font-size: 10px; }
  .topbar .wrap { justify-content: center; }
  .topbar span:first-child { display: none; }
  .site-header { height: 62px; }
  .header-inner { gap: 12px; }
  .brand { font-size: 19px; }
  .brand small { margin-top: 5px; font-size: 7px; }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; min-height: 36px; padding: 0 13px; font-size: 11px; }
  .mobile-strip { height: 42px; display: flex; align-items: stretch; overflow-x: auto; background: #fff; border-bottom: 1px solid var(--line); scrollbar-width: none; }
  .mobile-strip::-webkit-scrollbar { display: none; }
  .mobile-strip a { min-width: max-content; display: flex; align-items: center; padding: 0 15px; color: #34465d; border-right: 1px solid var(--line); font-size: 11px; font-weight: 600; white-space: nowrap; }

  .hero { padding-bottom: 20px; }
  .hero-inner { min-height: 0; }
  .hero-copy { width: 100%; padding: 42px 0 86px; }
  .hero-photo { right: calc((100vw - 100%) / -2); left: calc((100vw - 100%) / -2); }
  .hero-photo::after { background: linear-gradient(90deg, rgba(7,26,49,.98), rgba(7,26,49,.88) 62%, rgba(7,26,49,.43)), linear-gradient(0deg, rgba(7,26,49,.5), transparent 55%); }
  .hero h1 { max-width: 100%; font-size: 26px; line-height: 1.25; }
  .hero-lead { max-width: 345px; margin-top: 14px; font-size: 13px; line-height: 1.7; }
  .hero-pains { max-width: 350px; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 6px; margin: 16px 0; }
  .hero-pains span { min-height: 34px; padding: 6px; font-size: 11px; }
  .hero .actions { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); width: 100%; max-width: 350px; }
  .hero .btn { min-width: 0; min-height: 42px; padding: 0 7px; font-size: 11px; }
  .hero-contact { max-width: 350px; margin-top: 12px; font-size: 9.5px; line-height: 1.6; }
  .quicknav { grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: -54px; }
  .quicknav a { grid-template-columns: 24px minmax(0,1fr); gap: 7px; min-height: 90px; padding: 14px 10px; }
  .quicknav strong { margin-bottom: 5px; font-size: 13px; }
  .quicknav em { font-size: 9.5px; line-height: 1.5; }

  .section { padding: 50px 0; }
  .section-head { display: block; margin-bottom: 22px; }
  .section-head h2, .problem-intro h2, .trust-copy h2, .contact h2 { font-size: 21px; line-height: 1.4; }
  .section-head > p { margin-top: 10px; font-size: 12px; line-height: 1.7; }
  .kicker, .eyebrow { margin-bottom: 8px; font-size: 10px; }

  .tool-bar { min-height: 50px; padding: 0 17px; }
  .tool-bar strong { font-size: 16px; }
  .tool-bar span { font-size: 9px; }
  .tool-grid { grid-template-columns: 1fr; }
  .tool-card { min-height: 190px; padding: 21px; border-right: 0; border-bottom: 1px solid var(--line); }
  .tool-card:last-child { border-bottom: 0; }
  .tool-card h3 { margin: 17px 0 7px; font-size: 16px; }
  .tool-card p { font-size: 11px; }
  .tool-card > span { left: 21px; bottom: 19px; font-size: 10px; }

  .problem-layout { display: block; }
  .problem-intro { padding: 26px 23px; }
  .problem-intro > p:not(.kicker) { margin: 12px 0 19px; font-size: 11px; }
  .problem-intro .btn { min-height: 40px; font-size: 11px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 174px; padding: 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .problem-card:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .problem-card:last-child { border-bottom: 0; }
  .problem-card h3 { margin: 17px 0 7px; font-size: 16px; }
  .problem-card p { font-size: 11px; }
  .problem-card span { left: 22px; bottom: 18px; }

  .article-layout { grid-template-columns: 1fr; gap: 14px; }
  .article-feature { min-height: 350px; }
  .article-feature > div { padding: 22px; }
  .article-feature h3 { font-size: 17px; line-height: 1.5; }
  .article-feature p { font-size: 11px; }
  .article-list a { min-height: 98px; grid-template-columns: 34px minmax(0,1fr) 16px; gap: 8px; padding: 15px 16px; }
  .article-list h3 { font-size: 13px; }
  .article-list p { font-size: 10px; }

  .video-grid { grid-template-columns: 1fr; gap: 12px; }
  .video-grid > a { min-height: 124px; grid-template-columns: 42% minmax(0, 1fr); }
  .video-grid > a > div { min-height: 124px; }
  .video-grid h3 { min-height: 0; margin: 6px 14px 14px; font-size: 12px; line-height: 1.55; }
  .video-grid small { margin: 17px 14px 0; font-size: 9px; }
  .video-grid i { left: 11px; bottom: 11px; width: 29px; height: 29px; font-size: 10px; }
  .section-action { margin-top: 19px; }
  .section-action .btn { min-height: 41px; font-size: 11px; }

  .trust-layout { grid-template-columns: 1fr; gap: 25px; }
  .photo-grid { grid-template-rows: 108px 108px; gap: 6px; }
  .trust-copy > p:not(.kicker) { margin: 12px 0 17px; font-size: 11px; }
  .trust-list li { grid-template-columns: 27px minmax(0,1fr); gap: 9px; padding: 11px 0; }
  .trust-list strong { font-size: 12px; }
  .trust-list span { font-size: 10px; }

  .faq-grid { grid-template-columns: 1fr; gap: 9px; }
  .faq-grid article, .faq-grid article:last-child { grid-column: auto; grid-template-columns: 30px minmax(0,1fr); gap: 9px; padding: 17px; }
  .faq-grid h3 { font-size: 13px; }
  .faq-grid p { font-size: 10.5px; }

  .contact { padding: 44px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 22px; }
  .contact p:not(.kicker) { font-size: 11px; }
  .contact-side { text-align: left; }
  .phone { margin: 4px 0 12px; font-size: 28px; }
  .contact-side .actions { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); justify-content: stretch; gap: 7px; }
  .contact-side .btn { min-width: 0; padding: 0 5px; font-size: 10px; }

  .footer { padding: 38px 0 78px; }
  .footer-grid { width: 100%; grid-template-columns: 1fr; gap: 25px; }
  .footer h3 { margin-bottom: 11px; font-size: 12px; }
  .footer-links { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0; border-top: 1px solid #203a57; }
  .footer-links a { min-height: 34px; display: flex; align-items: center; padding: 0 8px; border-right: 1px solid #203a57; border-bottom: 1px solid #203a57; font-size: 10.5px; }
  .footer-links a:nth-child(2n) { border-right: 0; }
  .footer-contact li { min-width: 0; display: grid; grid-template-columns: 96px minmax(0,1fr); align-items: center; gap: 10px; margin: 0; padding: 9px 0; border-top: 1px solid #203a57; }
  .footer-contact span { font-size: 9px; }
  .footer-contact strong, .footer-contact a { min-width: 0; margin: 0; font-size: 10.5px; text-align: right; }
  .footer-disclaimer { margin-top: 25px; padding-top: 18px; font-size: 9.5px; text-align: left; }
  .footer-operator { margin-top: 15px; font-size: 9.5px; }
  .footer-bottom { display: flex; gap: 8px 15px; margin-top: 9px; padding-top: 0; text-align: center; }
  .footer-bottom a { min-height: 22px; }

  .mobile-dock { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; height: 54px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(7,26,49,.12); }
  .mobile-dock a, .mobile-dock button { min-width: 0; display: flex; align-items: center; justify-content: center; color: var(--navy); background: #fff; border-right: 1px solid var(--line); font-size: 12px; font-weight: 700; }
  .mobile-dock a:last-child { color: #fff; background: var(--red); border-right: 0; }
}

@media (max-width: 370px) {
  .hero h1 { font-size: 24px; }
  .hero-lead { font-size: 12px; }
  .quicknav a { padding: 12px 8px; }
  .quicknav strong { font-size: 12px; }
  .section-head h2, .problem-intro h2, .trust-copy h2, .contact h2 { font-size: 19px; }
  .footer-links { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

