@media (max-width: 768px) {
  .company-page {
    overflow-x: hidden;
  }

  .company-page .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  /* ---------- 首屏 hero（box_2 背景 + text-group_1） ---------- */
  .company-hero {
    height: auto;
    min-height: clamp(320px, 112vw, 520px);
    padding: clamp(18px, 4vw, 28px) 0 clamp(28px, 7vw, 44px);
    background-position: center top;
  }

  .company-hero__inner {
    padding-top: 0;
    height: auto;
  }

  .company-breadcrumb {
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    min-height: 0;
    font-size: clamp(12px, 2.67vw, 14px);
    line-height: 1.35;
  }

  .company-hero__heading {
    margin-top: clamp(20px, 5vw, 32px);
  }

  .company-hero__heading h1,
  .company-section__head h2 {
    font-size: clamp(18px, 4.8vw, 20px);
    line-height: 1.25;
    font-weight: 500;
  }

  .company-hero__heading p,
  .company-section__head p {
    width: auto;
    max-width: 100%;
    margin-top: 4px;
    font-size: clamp(10px, 2.13vw, 11px);
    line-height: 1.45;
    text-transform: uppercase;
    letter-spacing: -1px;
  }

  .company-hero__heading p::after,
  .company-section__head p::after {
    width: clamp(48px, 12vw, 67px);
    height: 2px;
    bottom: -4px;
  }

  /* ---------- 摘要卡（group_3：国旗 + 四段信息 + 免费获取） ---------- */
  .company-summary-card {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: clamp(22px, 5vw, 32px);
    padding: clamp(16px, 4vw, 22px);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  }

  .company-summary-card__flag,
  .company-summary-card__content,
  .company-quote__row {
    width: 100%;
  }

  .company-summary-card__flag {
    justify-self: center;
    max-width: min(100%, 375px);
  }

  .company-summary-card__flag img {
    width: 50%;
    height: auto;
    max-height: none;
    aspect-ratio: 375 / 270;
    object-fit: cover;
    margin: 0 auto;
  }

  .company-summary-card__content {
    margin-top: clamp(16px, 4vw, 22px);
    justify-self: stretch;
    max-width: none;
  }

  /* 蓝湖：首条通栏，中间两条双列，末条通栏 */
  .company-facts {
    display: flex;
    flex-direction: column;
    gap: 17px;
  }

  .company-facts > div:nth-child(1),
  .company-facts > div:nth-child(4) {
    grid-column: 1 / -1;
  }

  .company-facts > div {
    display: flex;
    align-items: center;
  }

  .company-facts > div + div {
    margin-top: 0;
  }

  .company-facts dt {
    gap: 8px;
    font-size: clamp(12px, 2.67vw, 12px);
    line-height: 1.3;
    white-space: normal;
  }

  .company-facts dt::before {
    display: none;
  }

  .company-facts dt img {
    width: clamp(35px, 4.8vw, 35px);
    height: clamp(35px, 4.8vw, 35px);
  }

  .company-facts dd {
    flex-direction: column;
    font-size: clamp(10px, 2.4vw, 11px);
    line-height: 1.45;
    gap: 2px;
    align-items: flex-start;
  }

  .company-facts__label::before {
    display: none;
  }

  .company-facts__label {
    font-size: 12px;
  }

  .company-quote {
    margin-top: clamp(20px, 4vw, 28px);
  }

  .company-quote label {
    text-align: center;
    font-size: 11px;
  }

  .company-quote__row {
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 100%;
    height: auto;
    min-height: 46px;
  }

  .company-quote input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 40px;
  }

  .company-quote button {
    flex: 0 0 clamp(100px, 28vw, 130px);
    width: auto;
    height: 40px;
    font-size: clamp(12px, 3.2vw, 12px);
  }

  /* ---------- 章节通用 ---------- */
  .company-section,
  .company-types,
  .company-tax,
  .company-after,
  .company-service-strip,
  .company-process {
    padding-left: 0;
    padding-right: 0;
  }

  .company-section__head {
    margin-top: clamp(36px, 8vw, 48px);
  }

  .company-advantages .company-section__head {
    margin-top: clamp(36px, 8vw, 48px);
  }

  /* ---------- 优势 list_1 ---------- */
  .company-advantage-grid,
  .company-process__grid,
  .company-tax__content,
  .company-service-strip__inner,
  .company-after__inner {
    grid-template-columns: 1fr;
  }

  .company-advantage-grid {
    margin-top: clamp(24px, 5vw, 32px);
    gap: clamp(14px, 3vw, 18px);
  }

  .company-advantage-card {
    min-height: 0;
    padding: clamp(16px, 3.5vw, 20px) clamp(14px, 3vw, 18px);
  }

  .company-advantage-card__icon {
    flex: 0 0 clamp(50px, 16vw, 50px);
    width: 50px;
    height: 50px;
    margin-right: clamp(16px, 3vw, 18px);
  }

  .company-advantage-card__icon img {
    width: 100%;
    height: 100%;
  }

  .company-advantage-card h3 {
    font-size: clamp(15px, 3.47vw, 15px);
    margin: 0 0 0px;
  }

  .company-advantage-card p {
    font-size: clamp(10px, 2.67vw, 10px);
    line-height: 1.55;
  }

  /* ---------- 公司类型（box_4 / box_6 + 横向滚动卡片区） ---------- */
  .company-types {
    padding-top: clamp(40px, 9vw, 54px);
  }

  .company-types .company-section__head {
    margin-top: 0;
  }

  .company-types__stage {
    height: auto;
    margin-top: clamp(22px, 5vw, 30px);
    padding: clamp(18px, 4vw, 22px) 10px;
    background-color: rgba(216, 47, 47, 0.08);
    background-image: none;
  }

  .company-types__cards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0));
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    transform: none;
  }

  .company-types__cards::-webkit-scrollbar {
    height: 4px;
  }

  .company-type-card {
    flex: 0 0 min(78vw, 300px);
    scroll-snap-align: start;
    min-height: 0;
  }

  .company-type-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 300 / 181;
  }

  .company-type-card h3 {
    font-size: clamp(15px, 3.2vw, 15px);
  }

  .company-type-card p {
    font-size: clamp(11px, 2.4vw, 12px);
    line-height: 1.55;
    margin-bottom: 14px;
  }

  /* ---------- 税务图表 box_7 ---------- */
  .company-tax {
    padding-top: clamp(40px, 9vw, 54px);
  }

  .company-tax .company-section__head {
    margin-top: 0;
  }

  .company-tax__content {
    margin-top: clamp(22px, 5vw, 30px);
    gap: clamp(18px, 4vw, 24px);
  }

  .company-tax__mark {
    display: none;
  }

  .company-tax figure {
    width: 100%;
  }

  .company-tax img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .company-tax figcaption {
    margin-top: 8px;
    font-size: clamp(14px, 3.2vw, 16px);
    line-height: 1.4;
  }

  /* ---------- 条件与流程 block_4 / block_12 ---------- */
  .company-process {
    height: auto;
    margin-top: clamp(36px, 8vw, 48px);
    padding-top: clamp(40px, 8vw, 56px);
    padding-bottom: clamp(40px, 8vw, 56px);
  }

  .company-process .company-section__head {
    margin-top: 0;
  }

  .company-process__grid {
    margin-top: clamp(22px, 5vw, 32px);
    gap: clamp(16px, 3.5vw, 22px);
  }

  .company-process-panel {
    height: auto;
    min-height: 0;
    padding-bottom: clamp(12px, 3vw, 18px);
  }

  .company-process-panel h3 {
    height: auto;
    min-height: 45px;
    padding: 12px 16px;
    font-size: clamp(14px, 3.5vw, 15px);
  }

  .company-process-panel ul {
    margin: clamp(14px, 3vw, 18px) clamp(16px, 4vw, 24px) 0;
  }

  .company-process-panel li {
    font-size: clamp(13px, 2.8vw, 15px);
    line-height: 1.55;
    min-height: 0;
    padding-left: 18px;
  }

  .company-process-panel li::before {
    top: 0.55em;
  }

  /* ---------- 后续服务 ---------- */
  .company-after {
    margin-top: clamp(36px, 8vw, 48px);
  }

  .company-after__inner {
    height: auto;
    min-height: 0;
  }

  .company-after__cover {
    min-height: clamp(200px, 52vw, 240px);
    height: auto;
    padding: clamp(28px, 6vw, 40px) 15px;
    border-top: 1px solid #e1e1e1;
  }

  .company-after__cover h2 {
    font-size: clamp(18px, 4.8vw, 20px);
  }
  .company-after__cover p {
    font-size: 11px;
  }

  .company-after__content {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    border-top: 1px solid #e1e1e1;
  }

  .company-after__content > article {
    grid-column: auto;
    grid-row: auto;
    padding: clamp(20px, 4vw, 24px) clamp(18px, 4vw, 24px) clamp(20px, 4vw, 24px) clamp(40px, 10vw, 48px);
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
  }

  .company-after__content > article:last-child {
    border-bottom: none;
  }

  .company-after__content > article:nth-child(-n + 3),
  .company-after__content > article:nth-child(n + 4) {
    padding-left: clamp(32px, 9vw, 34px);
    padding-right: clamp(18px, 4vw, 24px);
  }

  .company-after__content > article:nth-child(1) {
    padding-top: clamp(20px, 4vw, 24px);
  }

  .company-after__content > article::before {
    left: clamp(18px, 4vw, 24px);
    top: clamp(22px, 5vw, 28px);
  }

  .company-after__content > article:nth-child(n + 4)::before {
    left: clamp(18px, 4vw, 24px);
    top: clamp(22px, 5vw, 28px);
  }

  .company-after__content > article::before {
    width: 6px;
    height: 6px;
  }
  .company-after__content > article::before {
    top: 26px !important;
  }

  .company-after__content h3 {
    font-size: clamp(16px, 3.5vw, 18px);
  }

  .company-after__content p {
    font-size: clamp(12px, 2.67vw, 13px);
  }

  /* ---------- 服务保障 box_16：蓝湖为 2×2 ---------- */
  .company-service-strip {
    min-height: 0;
    margin-top: clamp(36px, 8vw, 48px);
    padding-top: clamp(28px, 6vw, 36px);
    padding-bottom: clamp(36px, 7vw, 44px);
  }

  .company-service-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(44px, 4vw, 52px) clamp(12px, 3vw, 16px);
  }

  .company-service-item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 15px;
  }

  .company-service-item__icon {
    flex: 0 0 auto;
    width: clamp(52px, 18vw, 54px);
    height: clamp(52px, 18vw, 54px);
    margin-right: 0;
  }

  .company-service-item__icon img {
    max-width: 50%;
    max-height: 50%;
  }

  .company-service-item h3 {
    font-size: clamp(14px, 3.7vw, 14px);
  }

  .company-service-item p {
    margin-top: 4px;
    font-size: clamp(10px, 2.67vw, 10px);
    line-height: 1.45;
  }

  .company-service-strip__cta {
    width: 80%;
    max-width: min(90%, 340px);
    margin-top: clamp(24px, 5vw, 34px);
    height: auto;
    min-height: 48px;
    padding: 12px 16px;
    font-size: clamp(14px, 3.2vw, 15px);
    line-height: 1.35;
    text-align: center;
    box-sizing: border-box;
  }

  .company-type-card h3 span {
    font-size: 14px;
  }
  .company-type-card h3 {
    padding-left: 10px;
  }
  .company-type-card h3::before {
    width: 4px;
  }
}
