:root {
  --navy: #10283f;
  --navy-2: #17344f;
  --gold: #b18a3e;
  --gold-light: #e8d9b8;
  --cream: #faf7f1;
  --paper: #f1ece3;
  --ink: #26394a;
  --muted: #67737c;
  --line: #ded5c7;
  --white: #fff;
  --shadow: 0 24px 70px rgba(16, 40, 63, .12);
  --serif: "Songti SC", "STSong", "Noto Serif SC", serif;
  --sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.section-pad { padding: 110px max(6vw, 24px); }
.section-pad > * { max-width: 1180px; margin-left: auto; margin-right: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 78px;
  padding: 0 max(5vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(16, 40, 63, .96);
  color: var(--white);
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 14px; white-space: nowrap; }
.brand span:last-child { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font-size: 20px; letter-spacing: .08em; }
.brand small { margin-top: 7px; color: var(--gold-light); font-size: 9px; letter-spacing: .12em; }
.brand-mark { position: relative; width: 30px; height: 25px; transform: rotate(-9deg); }
.brand-mark::before { content: ""; position: absolute; inset: 0; clip-path: polygon(0 44%, 100% 0, 67% 100%, 47% 58%); border: 2px solid var(--gold); }
.brand-mark::after { content: ""; position: absolute; left: 10px; top: 11px; width: 17px; border-top: 1px solid var(--gold); transform: rotate(-25deg); }
.header-cta { flex: 0 0 auto; padding: 9px 20px; border: 1px solid var(--gold); border-radius: 99px; color: var(--gold-light); font-weight: 600; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #cbd5dc; font-size: 14px; }
.main-nav > a:not(.header-cta) { padding: 25px 0 21px; border-bottom: 2px solid transparent; }
.main-nav > a.active:not(.header-cta) { color: var(--white); border-bottom-color: var(--gold); }

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, .7fr);
  align-items: center;
  gap: 80px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 25%, rgba(177,138,62,.19), transparent 24%),
    linear-gradient(135deg, var(--navy) 0%, #0c2134 100%);
}
.hero > * { margin: 0; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 15px; font-weight: 700; letter-spacing: .2em; }
.eyebrow.light { color: var(--gold-light); }
.hero h1 { margin: 0; font: 700 clamp(48px, 6.2vw, 88px)/1.22 var(--serif); letter-spacing: -.035em; }
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero-lead { max-width: 760px; margin: 34px 0 0; color: #d5dde3; font-size: 20px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 44px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; border-radius: 5px; font-weight: 700; }
.button-gold { color: var(--navy); background: var(--gold-light); box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.text-link { color: #e8eef2; border-bottom: 1px solid rgba(255,255,255,.35); }
.text-link span { color: var(--gold-light); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 38px 0 0; padding: 0; list-style: none; color: #b9c6cf; font-size: 14px; }
.hero-meta li::before { content: "◆"; margin-right: 9px; color: var(--gold); font-size: 8px; }
.hero-note { padding: 38px; border: 1px solid rgba(231,216,183,.35); background: rgba(255,255,255,.04); box-shadow: 0 30px 80px rgba(0,0,0,.14); }
.hero-note span { color: var(--gold-light); font-size: 14px; letter-spacing: .15em; }
.hero-note p { margin: 18px 0 0; font: 600 28px/1.65 var(--serif); }

.section-heading { max-width: 1180px; margin-bottom: 52px; }
.section-heading.center { text-align: center; }
.section-heading h2 { margin: 0; color: var(--navy); font: 700 clamp(38px, 4.2vw, 58px)/1.25 var(--serif); }
.heading-copy { max-width: 860px; margin: 24px auto 0; color: var(--muted); font-size: 17px; }
.why { background: var(--cream); }
.statement { padding-left: 24px; border-left: 6px solid var(--gold); }
.statement h3 { margin: 0; color: var(--navy); font: 700 clamp(27px, 3vw, 40px)/1.4 var(--serif); }
.statement p { margin: 12px 0 0; color: var(--gold); font-size: 20px; }
.public-info { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 42px; padding: 30px 34px; border: 1px solid var(--line); background: var(--white); }
.public-info h3 { margin: 0 0 7px; color: var(--navy); font-size: 20px; }
.public-info p { max-width: 760px; margin: 0; color: var(--muted); }
.button-outline { flex: 0 0 auto; border: 1px solid var(--gold); color: var(--navy); background: var(--cream); }
.judgement-intro { margin-top: 52px; color: var(--navy); font-size: 20px; font-weight: 700; }
.question-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 46px; overflow: hidden; border: 1px solid var(--line); background: var(--line); }
.question-grid p { margin: 0; padding: 25px 30px; background: var(--paper); font-weight: 600; }
.question-grid .wide { grid-column: 1 / -1; }
.question-explain { margin: 27px 0 0; color: var(--muted); }
.section-close { margin-top: 42px; padding: 28px 34px; color: var(--white); background: var(--navy); font: 600 23px/1.7 var(--serif); }

.limitations { background: #f2ede4; }
.two-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.info-card { display: flex; flex-direction: column; min-height: 580px; padding: 48px; border: 1px solid var(--line); background: var(--cream); }
.info-card.white { border-color: var(--gold); background: var(--white); }
.number { color: var(--gold); font: 700 36px var(--serif); }
.info-card h3 { margin: 18px 0 20px; color: var(--navy); font: 700 31px/1.4 var(--serif); }
.info-card p { margin: 0; color: var(--muted); font-size: 17px; }
.info-card strong { margin-top: auto; padding: 25px; color: var(--white); background: var(--navy); font-size: 17px; line-height: 1.8; }
.nuance-note { margin-top: 34px; padding: 22px 28px; border-left: 5px solid var(--gold); color: var(--navy); background: rgba(255,255,255,.6); font-weight: 600; }

.difference { background: var(--cream); }
.difference-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: stretch; }
.difference-copy { display: grid; gap: 18px; }
.difference-copy article { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 30px; border: 1px solid var(--line); background: var(--white); }
.difference-copy article > span { display: grid; place-items: center; width: 58px; height: 42px; color: var(--white); background: var(--navy); font-weight: 700; }
.difference-copy h3 { margin: 0; color: var(--navy); font: 700 25px var(--serif); }
.difference-copy p { margin: 12px 0 0; color: var(--muted); }
.process { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; gap: 12px; padding: 50px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.process span { font: 700 25px var(--serif); }
.process i { color: var(--gold-light); font-style: normal; }
.process p { flex-basis: 100%; margin: 34px 0 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); color: var(--gold-light); text-align: center; }
.responsibility-note { margin-top: 35px; padding: 32px; border: 1px solid var(--gold); text-align: center; }
.responsibility-note p { margin: 0 0 5px; color: var(--muted); }
.responsibility-note strong { color: var(--navy); font: 600 21px var(--serif); }

.profile { display: grid; grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr); align-items: center; gap: 90px; background: #ece7de; }
.profile > * { margin: 0; }
.portrait-wrap { position: relative; max-width: 500px; padding: 18px; border: 1px solid var(--gold); background: var(--cream); box-shadow: var(--shadow); }
.portrait-wrap::after { content: ""; position: absolute; right: -18px; bottom: -18px; width: 50%; height: 45%; z-index: -1; background: var(--navy); }
.portrait-wrap img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center 38%; filter: saturate(.82) contrast(1.02); }
.profile-copy h2 { margin: 0; color: var(--navy); font: 700 clamp(38px, 4vw, 56px)/1.25 var(--serif); }
.profile-copy > h3 { margin: 30px 0 5px; color: var(--navy); font-size: 26px; }
.profile blockquote { margin: 8px 0 38px; color: var(--gold); font: 600 27px/1.6 var(--serif); }
.credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.credentials p { margin: 0; padding: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.credentials strong, .credentials span { display: block; }
.credentials strong { color: var(--navy); }
.credentials span { margin-top: 6px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.value { background: var(--cream); }
.value-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.value-columns > div { padding: 42px; border: 1px solid var(--line); background: var(--paper); }
.value-columns > .receive { border-color: var(--gold); background: var(--white); }
.value h3 { margin: 0 0 28px; color: var(--navy); font: 700 28px var(--serif); }
.value ol, .value ul { margin: 0; padding: 0; list-style: none; counter-reset: value; }
.value ol li { position: relative; padding: 0 0 24px 54px; counter-increment: value; }
.value ol li::before { content: "0" counter(value); position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.value li + li { padding-top: 24px; border-top: 1px solid var(--line); }
.value li strong, .value li span { display: block; }
.value li strong { color: var(--navy); }
.value li span { margin-top: 6px; color: var(--muted); font-size: 14px; }
.receive li { position: relative; padding: 20px 0 20px 38px; font-weight: 600; }
.receive li::before { content: ""; position: absolute; left: 0; top: 31px; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); }

.payment { display: grid; grid-template-columns: .75fr 1.25fr; gap: 0; align-items: stretch; color: var(--white); background: var(--navy); }
.payment > * { margin: 0; max-width: none; }
.payment-intro { padding: 70px 60px; border: 1px solid rgba(255,255,255,.1); background: var(--navy-2); }
.payment-intro h2 { margin: 0; font: 700 42px/1.35 var(--serif); }
.price { margin: 30px 0 10px; color: var(--gold-light); font: 700 82px/1 var(--serif); }
.price span { margin-right: 4px; font-size: 38px; }
.payment-intro > p:not(.eyebrow) { color: #cfdae2; }
.ticket { margin-top: 35px; padding: 18px; border: 1px dashed var(--gold); color: var(--gold-light); text-align: center; }
.payment-panel { padding: 55px 60px; background: var(--cream); color: var(--ink); }
.payment-panel h3 { margin: 0 0 24px; color: var(--navy); font: 700 30px var(--serif); }
.taobao-pay-card { padding: 30px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 32px rgba(16,40,63,.07); }
.taobao-pay-card > strong { display: block; margin-top: 14px; color: var(--navy); font: 700 24px/1.4 var(--serif); }
.taobao-pay-card > p { margin: 8px 0 22px; color: var(--muted); }
.taobao-badge { display: inline-block; padding: 5px 10px; color: #a94b22; background: #fff1e9; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.taobao-button { display: block; padding: 16px 22px; border-radius: 4px; color: var(--white); background: #e85d24; text-align: center; text-decoration: none; font-weight: 700; }
.taobao-button:hover { background: #ce4813; }
.pay-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pay-card { position: relative; padding: 20px; border: 1px solid var(--line); background: var(--white); }
.pay-card > strong { margin-left: 9px; }
.pay-icon { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--white); font-weight: 700; }
.wechat .pay-icon { background: #18a058; }
.alipay .pay-icon { background: #1677ff; }
.qr-placeholder { display: grid; place-items: center; aspect-ratio: 1; margin-top: 18px; border: 1px dashed #bcc3c8; background: repeating-linear-gradient(45deg,#f7f7f7,#f7f7f7 8px,#f0f0f0 8px,#f0f0f0 16px); text-align: center; }
.qr-placeholder span, .qr-placeholder small { display: block; }
.qr-placeholder span { font-weight: 700; }
.qr-placeholder small { color: var(--muted); }
.qr-image { display: block; width: 100%; aspect-ratio: 1; margin-top: 18px; object-fit: contain; background: var(--white); }
.pay-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; font-size: 13px; }
.pay-steps li { display: flex; align-items: center; gap: 8px; }
.pay-steps span { display: grid; place-items: center; flex: 0 0 25px; height: 25px; border-radius: 50%; color: var(--white); background: var(--gold); }
.copy-button { width: 100%; margin-top: 24px; padding: 15px; border: 0; border-radius: 4px; color: var(--white); background: var(--navy); font: 600 16px var(--sans); cursor: pointer; }
.copy-button:hover { background: #1d405f; }
.copy-status { min-height: 26px; margin: 7px 0 0; color: #198754; text-align: center; font-size: 13px; }
.payment-note { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.deduction-copy { margin-top: 10px; padding: 18px 20px; border: 1px solid var(--line); background: var(--paper); }
.deduction-copy p { margin: 0; color: var(--muted); font-size: 13px; }
.deduction-copy p + p { margin-top: 7px; }
.legal-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin-top: 18px; color: rgba(255,255,255,.6); font-size: 12px; }
.legal-footer a { color: inherit; text-decoration: none; }
.legal-footer a:hover { color: var(--gold-light); }

/* 服务内容页 */
.service-hero { min-height: 620px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; color: var(--white); background: linear-gradient(135deg,var(--navy),#0b1d2c); }
.service-hero > * { margin: 0; }
.service-hero h1 { margin: 0; font: 700 clamp(48px,6vw,80px)/1.22 var(--serif); }
.service-hero > div:first-child > p:last-child { max-width: 650px; margin: 30px 0 0; color: #cbd6de; font-size: 20px; }
.service-price-card { padding: 42px; border: 1px solid rgba(231,216,183,.5); background: rgba(255,255,255,.05); text-align: center; }
.service-price-card > span { color: var(--gold-light); letter-spacing: .12em; }
.service-price-card > strong { display: block; margin: 15px 0; color: var(--gold-light); font: 700 78px var(--serif); }
.service-price-card > strong small { font-size: 34px; }
.service-price-card p { color: #d5dfe6; }
.service-price-card .button { width: 100%; margin-top: 10px; }
.service-price-card em { display: block; margin-top: 17px; color: #bdc8d0; font-size: 13px; font-style: normal; }
.three-values { background: var(--cream); }
.three-value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.three-value-grid article { padding: 38px 30px; border-top: 4px solid var(--gold); background: var(--white); box-shadow: 0 16px 40px rgba(16,40,63,.07); }
.three-value-grid span { color: var(--gold); font-weight: 700; }
.three-value-grid h3 { min-height: 80px; margin: 18px 0; color: var(--navy); font: 700 25px/1.45 var(--serif); }
.three-value-grid p { margin: 0; color: var(--muted); }
.deliverables { background: #eee8de; }
.deliverable-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.deliverable-list article { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 28px; border: 1px solid var(--line); background: var(--cream); }
.deliverable-list article:last-child { grid-column: 1/-1; }
.deliverable-list span { color: var(--gold); font-weight: 700; }
.deliverable-list h3 { margin: 0 0 8px; color: var(--navy); font: 700 22px var(--serif); }
.deliverable-list p { margin: 0; color: var(--muted); }
.fit-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; background: var(--cream); }
.fit-section > * { margin: 0; }
.fit-card { padding: 44px; border: 1px solid var(--line); }
.fit-card.suitable { background: var(--white); }
.fit-card.unsuitable { color: var(--white); background: var(--navy); }
.fit-card h2 { margin: 0 0 25px; color: var(--navy); font: 700 34px var(--serif); }
.fit-card.unsuitable h2 { color: var(--white); }
.fit-card ul { margin: 0; padding: 0; list-style: none; }
.fit-card li { position: relative; padding: 8px 0 8px 25px; }
.fit-card li::before { content: "◆"; position: absolute; left: 0; top: 12px; color: var(--gold); font-size: 8px; }
.region-note { margin: 25px 0 0; padding: 18px; color: var(--muted); background: var(--paper); font-size: 13px; }
.fit-card.unsuitable > p:not(.eyebrow) { color: #c6d1d9; }
.fit-card.unsuitable strong { display: block; margin-top: 30px; padding: 22px; border: 1px solid var(--gold); color: var(--gold-light); }
.prepare { background: #eee8de; }
.prepare-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.prepare-grid span { padding: 22px; border: 1px solid var(--line); background: var(--cream); }
.prepare-grid span::before { content: "✓"; margin-right: 12px; color: var(--gold); font-weight: 700; }
.boundary { color: var(--white); background: var(--navy); }
.boundary .section-heading h2 { color: var(--white); }
.boundary .section-heading > p:last-child { color: #c4d0d8; }
.boundary-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.boundary-grid > div { padding: 36px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); }
.boundary-grid h3 { margin: 0 0 20px; color: var(--gold-light); font: 700 25px var(--serif); }
.boundary-grid ul { margin: 0; padding-left: 20px; color: #d4dde3; }
.boundary-grid li + li { margin-top: 8px; }
.boundary-note { margin-top: 28px; padding: 20px 25px; color: var(--gold-light); background: rgba(177,138,62,.12); }
.booking-flow { background: var(--cream); }
.booking-flow ol { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; margin: 0 auto; padding: 0; list-style: none; }
.booking-flow li { padding: 28px 24px; border: 1px solid var(--line); background: var(--white); }
.booking-flow li span { color: var(--gold); font-weight: 700; }
.booking-flow li strong { display: block; margin-top: 15px; color: var(--navy); }
.booking-flow li p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }

.faq { background: var(--cream); }
.faq details { max-width: 1180px; padding: 22px 0; border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding-right: 40px; color: var(--navy); font-size: 19px; font-weight: 700; cursor: pointer; list-style: none; }
.faq summary::after { content: "+"; position: absolute; right: 5px; top: -8px; color: var(--gold); font: 300 32px var(--sans); }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 900px; margin: 16px 0 0; color: var(--muted); }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 46px max(6vw,24px); color: var(--white); background: #0b1e2f; }
.site-footer p { max-width: 600px; margin: 0; color: #aebcc6; text-align: right; }
.mobile-cta { display: none; }

@media (max-width: 900px) {
  .section-pad { padding: 82px 24px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 50px; padding-top: 90px; padding-bottom: 90px; }
  .hero-note { max-width: none; }
  .difference-grid, .profile, .payment { grid-template-columns: 1fr; }
  .service-hero, .fit-section { grid-template-columns: 1fr; }
  .three-value-grid { grid-template-columns: 1fr; }
  .three-value-grid h3 { min-height: auto; }
  .prepare-grid { grid-template-columns: 1fr 1fr; }
  .booking-flow ol { grid-template-columns: 1fr 1fr; }
  .profile { gap: 55px; }
  .portrait-wrap { max-width: 440px; }
  .payment-panel, .payment-intro { padding: 50px 36px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 72px; }
  .site-header { height: 66px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 7px; }
  .main-nav { gap: 14px; font-size: 12px; }
  .main-nav .header-cta { display: none; }
  .main-nav > a:not(.header-cta) { padding: 21px 0 17px; }
  .section-pad { padding: 68px 20px; }
  .hero { padding-top: 72px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-meta { display: grid; gap: 8px; }
  .hero-note { padding: 28px; }
  .hero-note p { font-size: 24px; }
  .section-heading h2 { font-size: 37px; }
  .question-grid, .two-cards, .value-columns, .credentials, .pay-methods { grid-template-columns: 1fr; }
  .public-info { align-items: stretch; flex-direction: column; gap: 22px; padding: 25px 22px; }
  .public-info .button { width: 100%; }
  .question-grid .wide { grid-column: auto; }
  .info-card { min-height: 500px; padding: 32px 26px; }
  .difference-copy article { grid-template-columns: 52px 1fr; padding: 23px 18px; gap: 14px; }
  .difference-copy article > span { width: 48px; }
  .process { padding: 36px 20px; }
  .process span { font-size: 20px; }
  .profile { padding-top: 74px; }
  .portrait-wrap { order: 2; }
  .profile-copy { order: 1; }
  .credentials { gap: 10px; }
  .value-columns > div { padding: 28px 22px; }
  .payment-panel, .payment-intro { padding: 42px 20px; }
  .payment-intro h2 { font-size: 34px; }
  .pay-methods { grid-template-columns: 1fr 1fr; }
  .pay-card { padding: 12px; }
  .pay-card > strong { margin-left: 4px; font-size: 13px; }
  .qr-placeholder small { padding: 0 6px; font-size: 10px; }
  .pay-steps { grid-template-columns: 1fr; }
  .service-hero { padding-top: 72px; gap: 45px; }
  .service-hero h1 { font-size: 48px; }
  .service-price-card { padding: 30px 22px; }
  .deliverable-list, .prepare-grid, .boundary-grid, .booking-flow ol { grid-template-columns: 1fr; }
  .deliverable-list article:last-child { grid-column: auto; }
  .fit-card { padding: 32px 24px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .site-footer p { text-align: left; }
  .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; height: 72px; padding: 0 20px; color: var(--white); background: var(--navy); box-shadow: 0 -8px 25px rgba(0,0,0,.15); }
  .mobile-cta span { color: #c7d2da; font-size: 12px; }
  .mobile-cta strong { color: var(--gold-light); }
}

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