/* ══════════════════════════════════════════
   首页 · Design v6 · Formal
   ══════════════════════════════════════════ */

.page-home {
  --home-bg: #f2f0ed;
  --home-surface: #ffffff;
  --home-surface-2: #faf9f7;
  --home-accent-soft: #fdf0ef;
  --home-line: rgba(17, 17, 17, 0.07);
  --home-line-strong: rgba(17, 17, 17, 0.11);
  --home-shadow: 0 1px 2px rgba(17, 17, 17, 0.02), 0 6px 24px rgba(17, 17, 17, 0.05);
  --home-shadow-hover: 0 10px 32px rgba(207, 56, 52, 0.09), 0 16px 40px rgba(17, 17, 17, 0.05);
  --home-radius: 14px;
  --home-section-pad: 60px;
  --home-section-gap: 44px;
  --home-head-gap: 28px;
  --home-after-stats: 44px;
  background: var(--home-bg);
  -webkit-font-smoothing: antialiased;
}

.page-home .home-section {
  padding: var(--home-section-pad) 0;
}

/* ── Hero ── */
.page-home .home-hero--v2 {
  background: var(--home-surface);
}
.page-home .home-hero__mesh {
  background:
    radial-gradient(circle at 8% 12%, rgba(207, 56, 52, 0.035) 0%, transparent 38%),
    linear-gradient(168deg, #fff 0%, #fefcfc 50%, #f9f7f4 100%);
}
.page-home .home-hero__slant {
  width: 52%;
  background: radial-gradient(ellipse 90% 80% at 68% 42%, rgba(207, 56, 52, 0.05) 0%, transparent 70%);
}
.page-home .home-hero__inner {
  padding: 32px 0 32px;
  gap: 36px;
  align-items: center;
}
.page-home .home-hero__eyebrow {
  gap: 8px;
  margin-bottom: 16px;
  padding: 5px 13px 5px 9px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--home-line);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  box-shadow: 0 1px 4px rgba(17, 17, 17, 0.03);
}
.page-home .home-hero__eyebrow::before {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red);
}
.page-home .home-hero__eyebrow-dot { display: none; }
.page-home .home-hero__line {
  font-size: clamp(38px, 5vw, 50px);
  font-weight: 800;
  letter-spacing: 0.05em;
}
.page-home .home-hero__line--accent {
  margin-top: 0;
  color: var(--red);
}
.page-home .home-hero__line--accent::after {
  width: 40px;
  height: 2px;
  margin-top: 12px;
  border-radius: 1px;
  background: linear-gradient(90deg, var(--red), rgba(207, 56, 52, 0.12));
}
.page-home .home-hero__lead {
  font-size: 15px;
  line-height: 1.88;
  max-width: 432px;
  color: var(--ink-2);
  margin: 14px 0 20px;
}
.page-home .home-hero__actions {
  gap: 10px;
  margin-bottom: 16px;
}
.page-home .home-hero__actions .btn--primary {
  box-shadow: 0 4px 16px rgba(207, 56, 52, 0.16);
}
.page-home .home-hero__actions .btn--ghost {
  background: #fff;
  border-color: var(--home-line-strong);
  color: var(--ink-2);
}
.page-home .home-hero__actions .btn--ghost:hover {
  border-color: rgba(207, 56, 52, 0.2);
  color: var(--red);
}
.page-home .home-hero__tags {
  gap: 8px;
  margin-top: 0;
}
.page-home .home-hero__tags li {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px 5px 20px;
  border-radius: 999px;
  background: var(--home-surface-2);
  border: 1px solid var(--home-line);
  color: var(--ink-2);
  box-shadow: none;
}
.page-home .home-hero__tags li::before {
  left: 10px;
  width: 3px;
  height: 3px;
  opacity: 0.8;
}

/* ── Orbit · v2 ── */
.page-home .home-hero__stage {
  padding: 4px 0 8px;
}
.page-home .hero-stage {
  max-width: 400px;
  filter: drop-shadow(0 18px 40px rgba(207, 56, 52, 0.08));
}
.page-home .hero-stage__ambient {
  position: absolute;
  inset: -8%;
  z-index: 0;
  pointer-events: none;
}
.page-home .hero-stage__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.75;
  animation: hero-orb-drift 9s ease-in-out infinite;
}
.page-home .hero-stage__orb--1 {
  width: 42%;
  height: 42%;
  top: 8%;
  right: 4%;
  background: rgba(207, 56, 52, 0.14);
}
.page-home .hero-stage__orb--2 {
  width: 34%;
  height: 34%;
  bottom: 6%;
  left: 0;
  background: rgba(207, 56, 52, 0.08);
  animation-delay: -4.5s;
}
.page-home .hero-stage__halo {
  inset: 4%;
  background:
    radial-gradient(circle at 50% 50%, rgba(207, 56, 52, 0.1) 0%, rgba(207, 56, 52, 0.03) 38%, transparent 68%);
  animation: hero-halo-pulse 5s ease-in-out infinite;
}
.page-home .hero-stage__mesh {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
}
.page-home .hero-stage__ring {
  border-width: 1px;
  border-color: rgba(207, 56, 52, 0.12);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.55) inset;
}
.page-home .hero-stage__ring--1 {
  inset: -1%;
  border: none;
  background: none;
  box-shadow: none;
  animation: none;
}
.page-home .hero-stage__ring--1::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px dashed rgba(207, 56, 52, 0.14);
  box-shadow: 0 0 20px rgba(207, 56, 52, 0.04);
}
.page-home .hero-stage__ring--1::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  background: conic-gradient(
    from 220deg,
    transparent 0deg,
    rgba(207, 56, 52, 0.02) 20deg,
    rgba(207, 56, 52, 0.28) 42deg,
    rgba(207, 56, 52, 0.06) 58deg,
    transparent 78deg
  );
  -webkit-mask: radial-gradient(circle, transparent calc(50% - 1.5px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1.5px));
  mask: radial-gradient(circle, transparent calc(50% - 1.5px), #000 calc(50% - 1px), #000 calc(50% + 1px), transparent calc(50% + 1.5px));
  animation: orbit-spin 28s linear infinite;
  filter: blur(0.2px);
}
.page-home .hero-stage__ring--2 {
  inset: 11%;
  border: none;
  background: none;
  box-shadow: none;
  animation: none;
}
.page-home .hero-stage__ring--2::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px dotted rgba(207, 56, 52, 0.09);
}
.page-home .hero-stage__ring--2::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    from 40deg,
    transparent 0deg,
    rgba(207, 56, 52, 0.12) 18deg,
    transparent 36deg
  );
  -webkit-mask: radial-gradient(circle, transparent calc(50% - 1px), #000 calc(50% - 0.5px), #000 calc(50% + 0.5px), transparent calc(50% + 1px));
  mask: radial-gradient(circle, transparent calc(50% - 1px), #000 calc(50% - 0.5px), #000 calc(50% + 0.5px), transparent calc(50% + 1px));
  animation: orbit-spin 40s linear infinite reverse;
  opacity: 0.7;
}
.page-home .hero-chip-slot:nth-child(odd) { --orbit-r: 35cqi; }
.page-home .hero-chip-slot:nth-child(even) { --orbit-r: 39cqi; }
.page-home .hero-chip {
  font-size: 10px;
  font-weight: 600;
  padding: 7px 12px 7px 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 4px 16px rgba(17, 17, 17, 0.07),
    0 0 0 1px rgba(207, 56, 52, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  animation: hero-chip-float 5s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * -0.65s);
}
.page-home .hero-chip::before {
  width: 5px;
  height: 5px;
  opacity: 1;
  box-shadow: 0 0 6px rgba(207, 56, 52, 0.45);
}
.page-home .hero-stage__core {
  inset: 28%;
  z-index: 4;
}
.page-home .hero-stage__core::before {
  content: '';
  position: absolute;
  inset: -14%;
  border-radius: 50%;
  border: 1px solid rgba(207, 56, 52, 0.12);
  animation: hero-core-ring 4s ease-in-out infinite;
  pointer-events: none;
}
.page-home .hero-core {
  border: 1px solid rgba(207, 56, 52, 0.12);
  border-radius: 14px;
  padding: 16px 16px 14px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 252, 251, 0.94) 100%);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.92),
    0 16px 40px rgba(17, 17, 17, 0.1),
    0 0 32px rgba(207, 56, 52, 0.08);
  overflow: hidden;
}
.page-home .hero-core::before {
  height: 2px;
  background: linear-gradient(90deg, var(--red), rgba(207, 56, 52, 0.15), transparent);
}
.page-home .hero-core::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(207, 56, 52, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(207, 56, 52, 0.03) 1px, transparent 1px);
  background-size: 14px 14px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 85%);
  pointer-events: none;
}
.page-home .hero-core__glow {
  position: absolute;
  top: -30%;
  right: -20%;
  width: 70%;
  height: 70%;
  background: radial-gradient(circle, rgba(207, 56, 52, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.page-home .hero-core__head {
  position: relative;
  z-index: 1;
}
.page-home .hero-core__head span {
  font-size: 12px;
  letter-spacing: 0.04em;
}
.page-home .hero-core__head em {
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--home-accent-soft);
  border: 1px solid rgba(207, 56, 52, 0.1);
}
.page-home .hero-core__chart {
  position: relative;
  z-index: 1;
  height: 64px;
  padding-top: 4px;
}
.page-home .hero-core__bar {
  border-radius: 6px 6px 3px 3px;
  box-shadow: inset 0 -2px 0 rgba(207, 56, 52, 0.08);
}
.page-home .hero-core__bar--hot {
  box-shadow:
    0 0 14px rgba(207, 56, 52, 0.35),
    inset 0 -2px 0 rgba(255, 255, 255, 0.2);
  animation: bar-grow 1.1s var(--ease, ease) both, hero-bar-pulse 2.4s ease-in-out infinite 1.2s;
}
.page-home .hero-core__foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(17, 17, 17, 0.06);
}
.page-home .hero-core__foot span {
  flex: 1;
  height: 3px;
  border-radius: 999px;
  background: rgba(207, 56, 52, 0.1);
}
.page-home .hero-core__foot span.is-hot {
  background: linear-gradient(90deg, rgba(207, 56, 52, 0.25), var(--red));
  box-shadow: 0 0 8px rgba(207, 56, 52, 0.25);
}

@keyframes hero-orb-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-6px, 8px) scale(1.06); }
}
@keyframes hero-halo-pulse {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.03); }
}
@keyframes hero-chip-float {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-5px); }
}
@keyframes hero-core-ring {
  0%, 100% { opacity: 0.45; transform: scale(1); }
  50% { opacity: 0.9; transform: scale(1.04); }
}
@keyframes hero-bar-pulse {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hero-stage__orb,
  .page-home .hero-stage__halo,
  .page-home .hero-stage__ring,
  .page-home .hero-stage__ring::after,
  .page-home .hero-chip,
  .page-home .hero-stage__core::before,
  .page-home .hero-core__bar--hot {
    animation: none !important;
  }
}

/* ── Stats ── */
.page-home .home-hero__stats {
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 20px;
}
.page-home .home-hero__stats-bar {
  background: var(--home-surface);
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  box-shadow: var(--home-shadow);
}
.page-home .home-hero__stats-bar::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--red) 0%, rgba(207, 56, 52, 0.1) 100%);
  z-index: 1;
}
.page-home .home-hero__stat {
  padding: 20px 16px;
  border-right: 1px solid var(--home-line);
}
.page-home .home-hero__stat:last-child { border-right: none; }
.page-home .home-hero__stat strong {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
}
.page-home .home-hero__stat strong em {
  font-size: 0.5em;
  color: var(--red);
}
.page-home .home-hero__stat span {
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
}
.page-home .home-hero__stat:hover { background: #fffcfc; }

.page-home .home-section {
  scroll-margin-top: 88px;
}

/* ── Section heads ── */
.page-home .home-section--services {
  background: var(--home-bg);
  border-top: none;
  padding-top: var(--home-after-stats);
  padding-bottom: var(--home-section-pad);
}
.page-home .home-section--about {
  background: var(--home-surface);
  padding-top: var(--home-section-gap);
  padding-bottom: var(--home-section-gap);
}
.page-home .home-section--cta {
  background: var(--home-bg);
  padding-top: var(--home-section-gap);
  /* 与红页脚拉开，避免红贴红连成一片 */
  padding-bottom: 72px;
}
.page-home .home-head {
  margin-bottom: var(--home-head-gap);
  max-width: none;
}
.page-home .home-head__tag {
  margin-bottom: 8px;
  gap: 11px;
}
.page-home .home-head__mark {
  width: 2px;
  height: 28px;
  border-radius: 1px;
  background: linear-gradient(180deg, var(--red), rgba(207, 56, 52, 0.2));
}
.page-home .home-head__en {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: rgba(207, 56, 52, 0.85);
}
.page-home .home-head__label {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.page-home .home-head h2 {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  color: var(--ink-2);
  margin-bottom: 5px;
  line-height: 1.5;
  padding-left: 13px;
}
.page-home .home-head p {
  font-size: 13px;
  line-height: 1.75;
  color: var(--ink-3);
  padding-left: 13px;
  max-width: 480px;
}
.page-home .home-head--row {
  align-items: flex-end;
  gap: 24px;
}
.page-home .home-head--row > div:first-child h2,
.page-home .home-head--row > div:first-child p {
  padding-left: 13px;
}
.page-home .home-head__more {
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 999px;
  border: 1px solid var(--home-line-strong);
  background: var(--home-surface);
  color: var(--ink-2);
  box-shadow: none;
  transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.page-home .home-head__more:hover {
  border-color: rgba(207, 56, 52, 0.22);
  color: var(--red);
  background: #fff;
}

/* ── Services ── */
.page-home .home-svc-intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 18px;
  padding: 14px 8px;
  background: var(--home-surface);
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
}
.page-home .home-svc-intro__item {
  text-align: center;
  padding: 4px 12px;
}
.page-home .home-svc-intro__item:not(:last-child) {
  border-right: 1px solid var(--home-line);
}
.page-home .home-svc-intro__item strong {
  display: block;
  font-size: 17px;
  font-weight: 800;
  color: var(--red);
  line-height: 1.2;
  margin-bottom: 3px;
}
.page-home .home-svc-intro__item span {
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.02em;
}

.page-home .home-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.page-home .home-svc {
  position: relative;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  background: var(--home-surface);
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  box-shadow: none;
  transition: transform 0.28s var(--ease), box-shadow 0.28s, border-color 0.28s;
}
.page-home .home-svc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--red), rgba(207, 56, 52, 0.08));
  opacity: 0;
  transition: opacity 0.28s;
}
.page-home .home-svc:hover {
  transform: translateY(-3px);
  box-shadow: var(--home-shadow-hover);
  border-color: rgba(207, 56, 52, 0.14);
}
.page-home .home-svc:hover::after {
  opacity: 1;
}

.page-home .home-svc--card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 18px 52px 16px 18px;
  background: linear-gradient(168deg, #fff 0%, var(--home-surface-2) 100%);
}
.page-home .home-svc--card .home-svc__num {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(207, 56, 52, 0.38);
}
.page-home .home-svc--card .home-svc__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding-right: 22px;
  min-width: 0;
}
.page-home .home-svc--card .home-svc__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  border-radius: 10px;
  background: var(--home-accent-soft);
  color: var(--red);
  border: 1px solid rgba(207, 56, 52, 0.08);
  transition: background 0.28s, color 0.28s, border-color 0.28s;
}
.page-home .home-svc--card:hover .home-svc__icon {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
  transform: none;
}
.page-home .home-svc--card h3 {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em;
  color: var(--ink);
  line-height: 1.3;
}
.page-home .home-svc--card .home-svc__en {
  flex-shrink: 0;
  display: block;
  max-width: 42%;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
  line-height: 1.25;
  color: var(--ink-3);
  margin: 0;
}
.page-home .home-svc--card p {
  flex: 1;
  font-size: 12px;
  line-height: 1.68;
  color: var(--ink-3);
  margin: 0;
  padding-right: 0;
}
.page-home .home-svc--card .home-svc__go {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 0;
  font-size: 12px;
  background: var(--home-surface-2);
  border: 1px solid var(--home-line);
  color: var(--ink-3);
  border-radius: 50%;
}
.page-home .home-svc--card:hover .home-svc__go {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

/* 旧 featured / tile 兼容（避免 bbrtx 残留样式干扰） */
.page-home .home-svc--featured,
.page-home .home-svc--tile {
  display: flex;
  flex-direction: column;
}

/* ── About ── */
.page-home .home-about-panel--v2 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: stretch;
  border: 1px solid var(--home-line);
  border-radius: calc(var(--home-radius) + 2px);
  box-shadow: var(--home-shadow);
  overflow: hidden;
  background: var(--home-surface);
}
.page-home .home-about-panel--v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--red), rgba(207, 56, 52, 0.08) 72%, transparent);
  z-index: 1;
}
.page-home .home-about-panel--v2 .home-about-panel__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 36px 38px;
  background:
    radial-gradient(circle at 0% 0%, rgba(207, 56, 52, 0.04) 0%, transparent 42%),
    linear-gradient(168deg, #faf8f6 0%, #fff 72%);
  border-right: 1px solid var(--home-line);
}
.page-home .home-about__since {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 4px 11px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  background: var(--home-accent-soft);
  border: 1px solid rgba(207, 56, 52, 0.1);
  border-radius: 999px;
}
.page-home .home-about__lead {
  font-size: 14px;
  line-height: 1.9;
  color: var(--ink-2);
  margin: 0 0 22px;
  max-width: 420px;
}
.page-home .home-about__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 22px;
  padding: 0;
  border: none;
}
.page-home .home-about__metric {
  padding: 12px 8px;
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--home-line);
  border-radius: 11px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.page-home .home-about__metric strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 3px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.page-home .home-about__metric strong em {
  font-size: 0.52em;
  color: var(--red);
}
.page-home .home-about__metric span {
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
}
.page-home .home-about-panel__aside {
  display: flex;
  flex-direction: column;
  padding: 22px 20px 20px;
  background: #f6f4f1;
}
.page-home .home-about-panel__aside-label {
  margin: 0 0 12px 2px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.page-home .home-about-panel--v2 .home-about-panel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  flex: 1;
  align-content: center;
  padding: 0;
  background: transparent;
}
.page-home .home-about-panel--v2 .home-feature {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 108px;
  text-align: left;
  padding: 15px 15px 13px;
  background: var(--home-surface);
  border: 1px solid var(--home-line);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(17, 17, 17, 0.02);
  overflow: visible;
  transition: transform 0.28s var(--ease), box-shadow 0.28s, border-color 0.28s;
}
.page-home .home-about-panel--v2 .home-feature::before {
  display: none;
}
.page-home .home-about-panel--v2 .home-feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.06);
  border-color: rgba(207, 56, 52, 0.14);
}
.page-home .home-about-panel--v2 .home-feature__num {
  position: absolute;
  top: 11px;
  right: 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(207, 56, 52, 0.28);
  line-height: 1;
}
.page-home .home-about-panel--v2 .home-feature__body {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding-right: 16px;
  flex: 1;
}
.page-home .home-about-panel--v2 .home-feature__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  border-radius: 10px;
  background: var(--home-accent-soft);
  color: var(--red);
  border: 1px solid rgba(207, 56, 52, 0.08);
  transition: background 0.28s, color 0.28s, border-color 0.28s;
}
@media (hover: hover) {
  .page-home .home-about-panel--v2 .home-feature:hover .home-feature__icon {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
  }
}
.page-home .home-about-panel--v2 .home-feature__text {
  flex: 1;
  min-width: 0;
}
.page-home .home-about-panel--v2 .home-feature h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 3px;
  padding: 0;
  letter-spacing: 0.02em;
  color: var(--ink);
  text-align: left;
}
.page-home .home-about-panel--v2 .home-feature p {
  font-size: 11px;
  line-height: 1.62;
  color: var(--ink-3);
  margin: 0;
  text-align: left;
}

/* ── CTA ── */
.page-home .home-cta {
  padding: 36px 44px;
  background: linear-gradient(128deg, #d03834 0%, var(--red) 42%, #b8302c 100%);
  border-radius: var(--home-radius);
  box-shadow: 0 12px 36px rgba(207, 56, 52, 0.18);
  overflow: hidden;
  margin-bottom: 0;
}
.page-home .home-cta__bg {
  opacity: 0.35;
}
.page-home .home-cta__deco {
  display: block;
  opacity: 0.6;
}
.page-home .home-cta .home-head__tag { margin-bottom: 6px; }
.page-home .home-cta .home-head__en { color: rgba(255, 255, 255, 0.65); }
.page-home .home-cta .home-head__label { color: #fff; font-size: 20px; }
.page-home .home-cta h2 {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  padding-left: 13px;
  margin-bottom: 5px;
  color: #fff;
}
.page-home .home-cta p {
  font-size: 13px;
  padding-left: 13px;
  max-width: 460px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}
.page-home .home-cta .btn--white {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.page-home .home-cta .btn--white:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
}

/* ── Buttons (home) ── */
.page-home .btn {
  letter-spacing: 0.03em;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .page-home {
    --home-section-pad: 48px;
    --home-section-gap: 36px;
    --home-head-gap: 24px;
    --home-after-stats: 36px;
  }
  .page-home .home-about-panel--v2 { grid-template-columns: 1fr; }
  .page-home .home-about-panel--v2 .home-about-panel__main {
    border-right: none;
    border-bottom: 1px solid var(--home-line);
    padding: 26px 26px 28px;
  }
  .page-home .home-about-panel__aside {
    padding: 18px 18px 16px;
  }
  .page-home .home-about__lead {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .page-home {
    --home-section-pad: 40px;
    --home-section-gap: 32px;
    --home-after-stats: 28px;
  }
  .page-home .home-section {
    scroll-margin-top: 76px;
  }
  .page-home .home-svc--card {
    min-height: 0;
  }
  .page-home .home-hero__inner {
    padding: 20px 0 24px;
    gap: 22px;
  }
  .page-home .home-hero__stats {
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .page-home .home-hero__stat { padding: 16px 12px; }
  .page-home .home-hero__stat strong { font-size: 22px; }
  .page-home .home-head__label { font-size: 19px; }
  .page-home .home-about-panel--v2 .home-about-panel__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .page-home .home-about-panel__aside {
    padding: 14px 14px 12px;
  }

  .page-home .home-about-panel--v2 .home-about-panel__main {
    padding: 22px 20px 24px;
  }

  .page-home .home-about__metrics {
    gap: 6px;
  }

  .page-home .home-about-panel--v2 .home-feature {
    min-height: 0;
    padding: 14px 14px 12px;
  }

  .page-home .home-about__metric strong { font-size: 20px; }
  .page-home .home-cta {
    flex-direction: column;
    padding: 28px 24px;
    text-align: center;
  }
  .page-home .home-cta h2,
  .page-home .home-cta p { padding-left: 0; }
  .page-home .home-cta .home-head__tag { justify-content: center; }
}
