@charset "utf-8";
/* ============================================================
   oversea.css — 澳洲出海服务中心 落地页（overseas.htm）
   作用域：main.os （body.dtf 已由 style.css 提供基础重置）
   配色：消费 tokens.css 青蓝品牌变量（--brand #008cd6）
   ============================================================ */

.os {
  background: var(--bg-soft);
  overflow: hidden;
}

/* ---------- 通用容器 / 标题 ---------- */
.os-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.os-sec {
  padding: var(--sp-24) 0;
}
.os-sec.alt {
  background: var(--bg-soft);
}

.os-head {
  max-width: 780px;
  margin: 0 auto var(--sp-12);
  text-align: center;
}
.os-eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: var(--fs-sm);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: var(--sp-3);
}
.os-eyebrow.on-dark {
  color: var(--accent);
}
.os-title {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--ink);
}
.os-sub {
  color: var(--muted);
  font-size: var(--fs-md);
  line-height: 1.7;
  margin-top: var(--sp-4);
}
.os-ac {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- 通用按钮 ---------- */
.os-btn-light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: var(--radius-pill);
  background: #fff;
  color: var(--brand-dark);
  font-weight: 600;
  font-size: var(--fs-md);
  transition:
    background 0.25s,
    color 0.25s,
    box-shadow 0.25s,
    transform 0.25s;
}
.os-btn-light:hover {
  background: var(--brand);
  color: #fff;
  box-shadow: var(--shadow-brand);
  transform: translateY(-2px);
}
.os-btn-light svg {
  transition: transform 0.25s;
}
.os-btn-light:hover svg {
  transform: translateX(3px);
}

.os-btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 14px 26px;
  border-radius: var(--radius-pill);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 500;
  font-size: var(--fs-md);
  transition:
    background 0.25s,
    border-color 0.25s;
}
.os-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
}

/* ============================================================
   1. HERO
   ============================================================ */
.os-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.os-hero-bg {
  position: absolute;
  inset: 0;
  background: url('/template/default/pc/skin/images/oversea/hero-sydney.jpg')
    center 30% / cover no-repeat;
  transform: scale(1.05);
}
.os-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(7, 36, 58, 0.94) 0%,
    rgba(0, 115, 173, 0.82) 50%,
    rgba(0, 140, 214, 0.58) 100%
  );
}
.os-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.5;
  pointer-events: none;
}
.os-hero-orb--1 {
  width: 420px;
  height: 420px;
  right: -80px;
  top: 12%;
  background: radial-gradient(circle, rgba(0, 182, 230, 0.55), transparent 70%);
}
.os-hero-orb--2 {
  width: 360px;
  height: 360px;
  left: -100px;
  bottom: 6%;
  background: radial-gradient(
    circle,
    rgba(127, 212, 245, 0.4),
    transparent 70%
  );
}

.os-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 80px;
}
.os-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: var(--fs-sm);
  color: #fff;
}
.os-hero h1 {
  color: #fff;
  font-size: clamp(36px, 5.2vw, 62px);
  font-weight: 700;
  line-height: 1.12;
  margin: var(--sp-6) 0 var(--sp-5);
  letter-spacing: -0.01em;
}
.os-hero h1 .os-ac {
  background: linear-gradient(120deg, #ffffff 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.os-hero-desc {
  max-width: 640px;
  font-size: var(--fs-lg);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
}
.os-hero-actions {
  display: flex;
  gap: 16px;
  margin-top: var(--sp-8);
  flex-wrap: wrap;
}

.os-hero-actions .os-btn-light {
  color: var(--brand-dark);
}

.os-hero-stats {
  display: flex;
  gap: var(--sp-16);
  margin-top: var(--sp-16);
  padding-top: var(--sp-8);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  flex-wrap: wrap;
}
.os-stat-num {
  font-family: 'Poppins', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.os-stat-unit {
  font-size: var(--fs-lg);
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.9);
}
.os-stat-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--fs-sm);
  margin-top: 8px;
}

/* ============================================================
   2. 核心痛点
   ============================================================ */
.os-pain {
  background: #fff;
}
.os-pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-6);
}
.os-pain-card {
  padding: var(--sp-10) var(--sp-6);
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    border-color 0.3s;
}
.os-pain-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: transparent;
}
.os-pain-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: var(--sp-5);
}

.os-pain-icon img {
  border-radius: 16px;
}

.os-pain-icon.c-blue {
  background: linear-gradient(135deg, #008cd6, #00b6e6);
}
.os-pain-icon.c-teal {
  background: linear-gradient(135deg, #0bb39d, #3eb1ee);
}
.os-pain-icon.c-amber {
  background: linear-gradient(135deg, #e0932a, #f5b54a);
}
.os-pain-icon.c-rose {
  background: linear-gradient(135deg, #e0567a, #7c5ce0);
}
.os-pain-card h3 {
  font-size: var(--fs-xl);
  color: var(--ink);
  margin-bottom: 10px;
}
.os-pain-card p {
  color: var(--muted);
  font-size: var(--fs-base);
  line-height: 1.7;
}
.os-pain-desc {
  display: none;
}
.os-pain-card:hover .os-pain-desc {
  display: block;
  margin-top: var(--sp-4);
  padding-top: var(--sp-2);
  border-top: 1px solid var(--line);
}

/* ============================================================
   3. SERVICE ARCHITECTURE 三阶六维
   ============================================================ */
.os-phase {
  margin-bottom: var(--sp-16);
}

.os-phase-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-5);
  flex-wrap: wrap;
  margin-bottom: var(--sp-6);
  padding-bottom: var(--sp-4);
  border-bottom: 2px solid var(--brand-soft);
}
.os-phase-head-left {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}
.os-phase-no {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: var(--fs-sm);
  color: #fff;
  background: var(--grad-brand);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.04em;
}
.os-phase-title {
  font-size: var(--fs-3xl);
  color: var(--ink);
  font-weight: 700;
}
.os-phase-sub {
  color: var(--muted);
  font-size: var(--fs-sm);
}

.os-mods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-8);
}
.os-mod {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  transition:
    box-shadow 0.3s,
    transform 0.3s;
}
.os-mod:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.os-mod-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--brand-soft);
}
.os-mod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.os-mod:hover .os-mod-img img {
  transform: scale(1.06);
}
.os-mod-body {
  padding: var(--sp-8);
}
.os-mod-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: var(--sp-3);
}
.os-mod-no {
  font-family: 'Poppins', sans-serif;
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--brand);
  letter-spacing: 0.12em;
}
.os-mod-tag {
  font-size: var(--fs-xs);
  color: var(--brand-dark);
  background: var(--brand-soft);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}
.os-mod-title {
  font-size: var(--fs-xl);
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.3;
}
.os-mod-cn {
  color: var(--brand);
  font-size: var(--fs-base);
  font-weight: 500;
  margin-bottom: var(--sp-3);
}
.os-mod-desc {
  color: var(--muted);
  font-size: var(--fs-base);
  line-height: 1.7;
  margin-bottom: var(--sp-5);
}

.os-mod-scope,
.os-about-help {
  border-top: 1px dashed var(--line);
  padding-top: var(--sp-4);
}
.os-scope-h {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--ink-2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--sp-3);
}
.os-mod-scope ul,
.os-about-help ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.os-mod-scope li,
.os-about-help li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-2);
  font-size: var(--fs-base);
  line-height: 1.6;
  margin-bottom: 8px;
}
.os-mod-scope li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
}
.os-about-help li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-weight: 700;
}

/* ============================================================
   4. INDUSTRY SOLUTIONS
   ============================================================ */
.os .os-industry {
  background: #fff;
}
.os-ind-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-8);
}
.os-ind-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  display: block;
}
.os-ind-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.os-ind-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--brand-soft);
}
.os-ind-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.os-ind-card:hover .os-ind-img img {
  transform: scale(1.07);
}
.os-ind-body {
  padding: var(--sp-6);
}
.os-ind-body h3 {
  font-size: var(--fs-2xl);
  color: var(--ink);
  margin-bottom: 10px;
}
.os-ind-body p {
  color: var(--muted);
  font-size: var(--fs-base);
  line-height: 1.7;
  margin-bottom: var(--sp-4);
}
.os-ind-link {
  color: var(--brand);
  font-weight: 600;
  font-size: var(--fs-base);
}

/* ============================================================
   5. 服务流程
   ============================================================ */
.os-proc-track {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: var(--sp-3);
  position: relative;
}
.os-proc-track::before {
  content: '';
  position: absolute;
  top: 26px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--brand-soft),
    var(--brand-2),
    var(--brand-soft)
  );
  z-index: 0;
}
.os-step {
  text-align: center;
  position: relative;
  padding: 0 6px;
}
.os-step-no {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--brand);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: var(--fs-xl);
  border: 2px solid var(--brand-soft);
  box-shadow: 0 6px 18px rgba(0, 140, 214, 0.14);
  margin-bottom: var(--sp-3);
  transition:
    transform 0.3s,
    background 0.3s,
    color 0.3s;
}
.os-step:hover .os-step-no {
  transform: scale(1.08);
  background: var(--brand);
  color: #fff;
}
.os-step h4 {
  font-size: var(--fs-base);
  color: var(--ink);
  margin-bottom: 4px;
}
.os-step p {
  font-size: var(--fs-xs);
  color: var(--muted);
}

/* ============================================================
   6. 关于我们
   ============================================================ */
.os-about {
  background: #fff;
}
.os-about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: var(--sp-16);
  align-items: center;
}
.os-about-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  align-self: center;
  height: 50%;
}
.os-about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.os-about-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: #fff;
  border-radius: 18px;
  padding: 18px 24px;
  box-shadow: var(--shadow);
}
.os-about-badge > span:first-child {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--brand);
}
.os-about-badge .os-stat-unit {
  color: var(--brand);
  font-size: var(--fs-md);
}
.os-about-badge p {
  color: var(--muted);
  font-size: var(--fs-sm);
  margin-top: 2px;
}
.os-about-body .os-eyebrow {
  display: block;
}
.os-about-body .os-title {
  text-align: left;
  font-size: clamp(26px, 2.6vw, 34px);
  margin: var(--sp-3) 0 var(--sp-5);
}
.os-about-body p {
  color: var(--muted);
  font-size: var(--fs-base);
  line-height: 1.85;
  margin-bottom: var(--sp-4);
}
.os-about-help {
  margin-top: var(--sp-5);
  background: var(--bg-soft);
  border-radius: var(--radius-lg);
  padding: var(--sp-5) var(--sp-6);
}

.os-feat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 var(--sp-6);
}
.os-feat {
  padding: var(--sp-3) var(--sp-2);
  border-radius: var(--radius-lg);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.os-feat:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  background: #fff;
}
.os-feat-ico {
  color: var(--brand);
  font-size: var(--fs-xl);
  line-height: 1;
}
.os-feat h4 {
  font-size: var(--fs-lg);
  color: var(--brand);
  margin: var(--sp-3) 0 8px;
}
.os-feat p {
  color: var(--muted);
  font-size: var(--fs-base);
  line-height: 1.7;
}

/* ============================================================
   7. 联系我们 CTA
   ============================================================ */
.os-cta-inner {
  text-align: center;
  margin: 0 auto;
}
.os-cta-inner h2 {
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: var(--fw-bold);
  color: var(--ink);
  line-height: var(--lh-tight);
  letter-spacing: -0.01em;
  margin: 0;
}
.os-cta-inner h2 .os-ac {
  color: var(--brand);
}
.os-cta-sub {
  font-size: clamp(18px, 1.7vw, var(--fs-3xl)); /* 24 */
  color: var(--muted);
  line-height: var(--lh-base);
  margin: var(--sp-5) auto 0;
}
.os-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-4);
  justify-content: center;
  margin-top: var(--sp-10);
}

/* ============================================================
   响应式（对齐 tokens.css 断点：1499/1365/1199/959/767/479）
   ============================================================ */
@media (max-width: 1499px) {
  .os-wrap {
    max-width: 1200px;
  }
}

@media (max-width: 1365px) {
  .os-wrap {
    max-width: 1080px;
    padding: 0 32px;
  }
  .os-pain-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1199px) {
  .os-wrap {
    padding: 0 28px;
  }
  .os-pain-grid,
  .os-ind-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .os-feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .os-proc-track {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--sp-6);
  }
  .os-proc-track::before {
    display: none;
  }
  .os-hero-stats {
    gap: var(--sp-10);
  }
}

@media (max-width: 959px) {
  /* 移动端 header 变 relative，hero 不再为 fixed header 预留大 padding */
  .os-hero {
    min-height: auto;
  }
  .os-hero-inner {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .os-mods {
    grid-template-columns: 1fr;
  }
  .os-about-grid {
    grid-template-columns: 1fr;
    gap: var(--sp-8);
  }
  .os-phase-head {
    align-items: flex-start;
  }
  .os-phase-sub {
    margin-left: 0;
    width: 100%;
  }
  .os-hero-stats {
    gap: var(--sp-8);
  }
}

/* ============================================================
   响应式 · 手机端（对齐 Figma 375 设计稿）
   整页 #f7f6f4 软底 · 内容卡白底 + #d9d9d9 描边 + 14px 圆角
   区块标题 24px / 卡标题 20px / 正文 14px
   注：Hero 保留深色背景图，不套软底
   ============================================================ */
@media (max-width: 767px) {
  /* -- 页面基底 -- */
  .os {
    background: #f7f6f4;
  }
  .os-wrap {
    padding: 0 14px;
  }
  .os-sec {
    padding: 56px 0;
  }
  .os-sec.bg-soft {
    background: transparent;
  }

  /* -- 标题层级 -- */
  .os-head {
    margin-bottom: var(--sp-8);
  }
  .os-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .os-sub {
    font-size: 14px;
    margin-top: 12px;
  }
  .os-eyebrow {
    font-size: 12px;
  }

  /* -- 通用卡片：白底 + #d9d9d9 描边 + 14px 圆角 -- */
  .os-pain-card,
  .os-mod,
  .os-ind-card,
  .os-feat {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 14px;
  }

  /* ============================================================
     1. HERO（保留深色背景）
     ============================================================ */
  .os-hero {
    min-height: auto;
  }
  .os-hero-inner {
    padding: 40px 14px 48px;
  }
  .os-hero-tag {
    padding: 6px 12px;
    font-size: 12px;
    gap: 6px;
  }
  .os-hero-tag svg {
    width: 14px;
    height: 14px;
  }
  .os-hero h1 {
    font-size: 24px;
    line-height: 1.3;
    margin: var(--sp-4) 0 var(--sp-3);
  }
  .os-hero-desc {
    font-size: 14px;
    line-height: 1.7;
  }
  .os-hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
  }
  .os-hero-actions .os-btn-light,
  .os-hero-actions .os-btn-ghost {
    width: 100%;
    max-width: 340px;
    height: 48px;
    justify-content: center;
    padding: 0 24px;
    font-size: 15px;
    border-radius: 65px;
  }
  .os-hero-stats {
    gap: var(--sp-6);
    margin-top: var(--sp-10);
    padding-top: var(--sp-6);
    align-items: center;
  }
  .os-stat-num {
    font-size: 30px;
  }
  .os-stat-unit {
    font-size: 15px;
  }
  .os-stat-label {
    font-size: 12px;
  }
  .os-hero-orb--1 {
    width: 280px;
    height: 280px;
  }
  .os-hero-orb--2 {
    width: 240px;
    height: 240px;
  }

  /* ============================================================
     2. 核心痛点（单列 · 触屏直接展开 short_content）
     ============================================================ */
  .os-pain-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .os-pain-card {
    padding: 24px 20px;
  }
  .os-pain-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    margin-bottom: var(--sp-4);
  }
  .os-pain-icon img {
    border-radius: 14px;
  }
  .os-pain-card h3 {
    font-size: 18px;
  }
  .os-pain-card p {
    font-size: 14px;
  }
  .os-pain-desc {
    display: block;
    margin-top: var(--sp-3);
    padding-top: var(--sp-3);
    border-top: 1px solid var(--line);
    font-size: 13px;
    color: var(--muted);
    line-height: 1.7;
  }

  /* ============================================================
     3. 三阶六维（单列）
     ============================================================ */
  .os-phase {
    margin-bottom: var(--sp-10);
  }
  .os-phase-head {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-2);
    margin-bottom: var(--sp-5);
  }
  .os-phase-head-left {
    gap: var(--sp-2);
  }
  .os-phase-title {
    font-size: 22px;
  }
  .os-phase-sub {
    font-size: 14px;
  }
  .os-mods {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .os-mod-body {
    padding: 20px;
  }
  .os-mod-title {
    font-size: 18px;
  }
  .os-mod-cn,
  .os-mod-desc {
    font-size: 14px;
  }
  .os-mod-scope li {
    font-size: 14px;
  }

  /* ============================================================
     4. 行业方案（单列）
     ============================================================ */
  .os-ind-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .os-ind-body {
    padding: 20px;
  }
  .os-ind-body h3 {
    font-size: 20px;
  }
  .os-ind-body p {
    font-size: 14px;
  }

  /* ============================================================
     5. 服务流程（2 列）
     ============================================================ */
  .os-proc-track {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sp-6);
  }
  .os-proc-track::before {
    display: none;
  }
  .os-step-no {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
  .os-step h4 {
    font-size: 15px;
  }
  .os-step p {
    font-size: 12px;
  }

  /* ============================================================
     6. 关于我们（图文纵向）
     ============================================================ */
  .os-about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: var(--sp-12);
  }
  .os-about-media {
    height: auto;
  }
  .os-about-media img {
    aspect-ratio: 16 / 10;
  }
  .os-about-badge {
    left: 14px;
    bottom: 14px;
    padding: 14px 18px;
    border-radius: 14px;
  }
  .os-about-badge > span:first-child {
    font-size: 28px;
  }
  .os-about-body .os-title {
    font-size: 22px;
    margin: var(--sp-3) 0 var(--sp-4);
  }
  .os-about-body p {
    font-size: 14px;
    line-height: 1.8;
  }
  .os-feat-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .os-feat {
    padding: 16px 18px;
  }
  .os-feat h4 {
    font-size: 16px;
  }
  .os-feat p {
    font-size: 14px;
  }

  /* ============================================================
     7. CTA
     ============================================================ */
  .os-cta-inner h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .os-cta-sub {
    font-size: 15px;
    margin-top: 16px;
  }
  .os-cta-actions {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
  }
  .os-cta-actions .btn {
    width: 100%;
    max-width: 340px;
    height: 48px;
    padding: 0 24px;
    font-size: 15px;
    border-radius: 65px;
  }
}

@media (max-width: 479px) {
  .os-hero-inner {
    padding-top: 30px;
  }
  .os-hero h1 {
    font-size: 22px;
  }
  .os-hero-stats {
    flex-direction: column;
    gap: var(--sp-5);
  }
  .os-stat-num {
    font-size: 26px;
  }
}

/* 减弱动效偏好 */
@media (prefers-reduced-motion: reduce) {
  .os-pain-card,
  .os-mod,
  .os-ind-card,
  .os-feat,
  .os-step-no {
    transition: none;
  }
  .os-pain-card:hover,
  .os-mod:hover,
  .os-ind-card:hover,
  .os-feat:hover,
  .os-step:hover .os-step-no {
    transform: none;
  }
}
