/* Homepage redesign fold-in from prototype-home — overrides stable-home.css on body.stable-home */

body.stable-home {
  --stable-muted: #64748b;
  --stable-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --stable-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

/* —— Hero: restore copy overlay + stagger —— */
body.stable-home .stable-hero-media::after {
  display: block !important;
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(11, 21, 40, 0.55) 0%, rgba(11, 21, 40, 0.15) 55%, transparent 75%);
  opacity: 1 !important;
  pointer-events: none;
}
body.stable-home .stable-hero-content {
  display: flex !important;
  position: absolute;
  inset: 0;
  z-index: 5;
  align-items: center;
  pointer-events: none;
  padding: 0;
  margin: 0;
}
body.stable-home .stable-hero-copy {
  width: min(660px, calc(100% - 48px));
  max-width: 660px;
  margin-left: max(24px, calc((100% - 1440px) / 2 + 24px));
  margin-right: auto;
  padding: 80px 0 120px;
  text-align: left;
  pointer-events: none;
}
body.stable-home .stable-hero-copy a { pointer-events: auto; }
body.stable-home .stable-hero h1 {
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  text-wrap: balance;
}
body.stable-home .stable-hero .hero-lead {
  max-width: 520px;
  margin: 0 0 28px;
  color: #e2e8f0;
  font-size: 16px;
  line-height: 1.8;
}
body.stable-home .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
body.stable-home .stable-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 180ms var(--stable-ease-out), border-color 180ms var(--stable-ease-out), transform 160ms var(--stable-ease-out);
}
body.stable-home .stable-button-primary { color: #fff; background: var(--stable-brand); border-color: transparent; }
body.stable-home .stable-btn-ico {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
  transition: transform 180ms var(--stable-ease-out);
}
body.stable-home .stable-button-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
}
@media (hover: hover) and (pointer: fine) {
  body.stable-home .stable-button-primary:hover { background: var(--stable-brand-deep); }
  body.stable-home .stable-button-primary:hover .stable-btn-ico { transform: translateX(3px); }
  body.stable-home .stable-button-secondary:hover { background: var(--stable-brand); border-color: var(--stable-brand); }
  body.stable-home .stable-button-primary:active,
  body.stable-home .stable-button-secondary:active { transform: scale(0.98); }
}
@keyframes stableHeroIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
@keyframes stableHeroInFade {
  from { opacity: 0; }
  to { opacity: 1; }
}
body.stable-home .stable-hero-copy > .section-kicker,
body.stable-home .stable-hero-copy > h1,
body.stable-home .stable-hero-copy > .hero-lead,
body.stable-home .stable-hero-copy > .hero-actions {
  opacity: 0;
  animation: stableHeroIn 580ms var(--stable-ease-out) both;
}
body.stable-home .stable-hero-copy > .section-kicker { animation-delay: 40ms; }
body.stable-home .stable-hero-copy > h1 { animation-delay: 100ms; }
body.stable-home .stable-hero-copy > .hero-lead { animation-delay: 160ms; }
body.stable-home .stable-hero-copy > .hero-actions { animation-delay: 220ms; }
body.stable-home .stable-hero-pagination {
  bottom: 72px;
  left: max(24px, calc((100% - 1440px) / 2 + 24px));
  right: auto;
  justify-content: flex-start;
}

/* —— Products: featured + neumorphic + deco —— */
body.stable-home .stable-product-section {
  padding: 64px 0 88px;
  background: #f3f5f8;
  border-bottom: 0;
}
body.stable-home .stable-section-heading .section-kicker { display: none; }
body.stable-home .stable-product-grid {
  display: flex;
  align-items: stretch;
  gap: 22px;
  min-height: 0;
  overflow: visible;
}
body.stable-home .stable-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0 !important;
  overflow: visible;
  isolation: isolate;
  padding: 28px 28px 24px;
  border: 1px solid #fff;
  border-radius: 12px;
  background-color: #fff;
  backdrop-filter: none;
  /* bacai-like dual shadow: dark BR + light TL highlight */
  box-shadow:
    10px 14px 32px rgba(55, 99, 170, 0.2),
    -8px -8px 24px rgba(255, 255, 255, 1),
    0 2px 6px rgba(15, 43, 66, 0.06);
  transition: box-shadow 220ms var(--stable-ease-out), border-color 220ms var(--stable-ease-out);
  transform: none;
}
body.stable-home .stable-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  overflow: hidden;
  background-image:
    radial-gradient(ellipse 55% 40% at 92% 8%, rgba(64, 158, 255, 0.07), transparent 70%),
    linear-gradient(145deg, rgba(255, 255, 255, 0) 38%, rgba(242, 245, 249, 0.72) 38.5%, rgba(248, 250, 252, 0.35) 72%, transparent 100%),
    url("/web/default/assets/img/index/product-card-deco.svg");
  background-repeat: no-repeat;
  background-position: right top, right top, right bottom;
  background-size: 100% 100%, 100% 100%, min(110%, 520px) auto;
}
body.stable-home .stable-product-card > *:not(.stable-product-tag) {
  position: relative;
  z-index: 1;
}
body.stable-home .stable-product-card:hover { transform: none; }
body.stable-home .stable-product-card.is-featured {
  flex: 1.35 1 0;
  min-width: 0;
  padding: 40px 44px 36px 48px;
  box-shadow:
    12px 18px 40px rgba(55, 99, 170, 0.24),
    -10px -10px 28px rgba(255, 255, 255, 1),
    0 4px 10px rgba(15, 43, 66, 0.08);
  z-index: 1;
}
body.stable-home .stable-product-card.is-featured::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 0;
  z-index: 2;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--stable-brand);
}
body.stable-home .stable-product-side {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: visible;
}
body.stable-home .stable-product-side .stable-product-card {
  flex: 1 1 0;
  padding: 18px 20px 16px;
  box-shadow:
    10px 14px 32px rgba(55, 99, 170, 0.2),
    -8px -8px 24px rgba(255, 255, 255, 1),
    0 2px 6px rgba(15, 43, 66, 0.06);
}
body.stable-home .stable-product-side .stable-product-card h3 {
  margin: 12px 0 6px;
  font-size: 20px;
}
body.stable-home .stable-product-side .stable-product-card > p {
  margin: 0 0 14px;
  min-height: 0;
  font-size: 12px;
  line-height: 1.6;
}
body.stable-home .stable-product-side .stable-product-specs {
  margin: 10px 0 10px;
  padding-top: 12px;
  gap: 0 12px;
  flex-shrink: 0;
}
body.stable-home .stable-product-side .stable-product-specs > span {
  padding: 5px 0;
  font-size: 11px;
}
body.stable-home .stable-product-side .stable-product-price strong { font-size: 22px; }
body.stable-home .stable-product-tag {
  top: 22px;
  right: 24px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 0;
  color: var(--stable-accent);
  background: transparent;
  border: 1px solid rgba(244, 72, 60, 0.45);
  box-shadow: none;
  letter-spacing: 0.06em;
}
body.stable-home .stable-product-card > span {
  color: var(--stable-brand);
  font-size: 12px;
  font-weight: 700;
}
body.stable-home .stable-product-card.is-featured > span { font-size: 14px; letter-spacing: 0.04em; }
body.stable-home .stable-product-card h3 { margin: 20px 0 8px; font-size: 22px; }
body.stable-home .stable-product-card.is-featured h3 {
  margin: 18px 0 16px;
  font-size: clamp(34px, 3.2vw, 42px);
  line-height: 1.15;
}
body.stable-home .stable-product-card > p {
  min-height: 0;
  margin: 0 0 12px;
  color: var(--stable-muted);
  font-size: 13px;
  line-height: 1.7;
}
body.stable-home .stable-product-card.is-featured > p {
  max-width: 36ch;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.85;
}
body.stable-home .stable-product-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
  margin: 0 0 14px;
  padding-top: 12px;
  border-top: 1px solid #e5ebef;
}
body.stable-home .stable-product-card.is-featured .stable-product-specs {
  flex: 0 0 auto;
  align-content: start;
  gap: 0 28px;
  margin: 0 0 28px;
  padding-top: 20px;
}
body.stable-home .stable-product-specs > span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid #eef2f6;
  color: var(--stable-muted);
  font-size: 12px;
  font-weight: 400;
}
body.stable-home .stable-product-card.is-featured .stable-product-specs > span {
  align-items: center;
  min-height: 0;
  padding: 12px 0;
  font-size: 14px;
}
body.stable-home .stable-product-specs b {
  margin-top: 0;
  color: var(--stable-ink);
  font-weight: 650;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
body.stable-home .stable-product-foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 4px;
}
body.stable-home .stable-product-card.is-featured .stable-product-foot { align-items: center; padding-top: 8px; }
body.stable-home .stable-product-price { display: flex; align-items: baseline; gap: 7px; margin: 0; }
body.stable-home .stable-product-price strong {
  color: var(--stable-accent);
  font-size: 25px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
body.stable-home .stable-product-card.is-featured .stable-product-price strong { font-size: 48px; letter-spacing: -0.02em; }
body.stable-home .stable-product-price span { color: #758296; font-size: 11px; font-weight: 400; }
body.stable-home .stable-product-card.is-featured .stable-product-price span { font-size: 14px; }
body.stable-home .stable-product-foot > b {
  margin-top: 0;
  flex: 0 0 auto;
  color: var(--stable-brand);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}
body.stable-home .stable-product-card.is-featured .stable-product-foot > b { font-size: 16px; }
@media (hover: hover) and (pointer: fine) {
  body.stable-home .stable-product-card:hover {
    box-shadow:
      12px 16px 36px rgba(55, 99, 170, 0.24),
      -8px -8px 24px rgba(255, 255, 255, 1),
      0 4px 10px rgba(15, 43, 66, 0.08);
  }
  body.stable-home .stable-product-card.is-featured:hover {
    box-shadow:
      14px 20px 44px rgba(55, 99, 170, 0.28),
      -10px -10px 28px rgba(255, 255, 255, 1),
      0 6px 14px rgba(15, 43, 66, 0.1);
  }
}

/* —— Catalog detail: embossed band + no lift —— */
body.stable-home .stable-product-browser {
  border-top: 1px solid #d8e0e8;
  border-bottom: 1px solid #d8e0e8;
  background: transparent;
  backdrop-filter: none;
}
body.stable-home .stable-catalog-detail {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(118deg, #f7fafc, #eef3f8);
  transition: grid-template-rows 560ms cubic-bezier(0.77, 0, 0.175, 1);
}
body.stable-home .stable-catalog-detail::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(ellipse 50% 70% at 100% 0%, rgba(64, 158, 255, 0.06), transparent 65%),
    linear-gradient(145deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.55) 42.5%, rgba(255, 255, 255, 0.2) 78%, transparent 100%),
    url("/web/default/assets/img/index/product-card-deco.svg");
  background-repeat: no-repeat;
  background-position: right top, right top, right bottom;
  background-size: 100% 100%, 100% 100%, min(70%, 560px) auto;
  opacity: 0.9;
}
body.stable-home .stable-catalog-detail-inner { position: relative; z-index: 1; }
body.stable-home .stable-catalog-subproduct {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: border-color 240ms ease, box-shadow 240ms ease;
}
body.stable-home .stable-catalog-subproduct::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(145deg, transparent 48%, rgba(242, 245, 249, 0.7) 48.5%, rgba(248, 250, 252, 0.25) 100%),
    url("/web/default/assets/img/index/product-card-deco.svg");
  background-repeat: no-repeat;
  background-position: right top, right bottom;
  background-size: 100% 100%, 180% auto;
  opacity: 0.55;
}
body.stable-home .stable-catalog-subproduct > * { position: relative; z-index: 1; }
body.stable-home .stable-catalog-subproduct:hover {
  transform: none;
  border-color: rgba(64, 158, 255, 0.6);
  box-shadow: 0 14px 32px rgba(64, 158, 255, 0.12), inset 0 1px 0 #fff;
}
body.stable-home .stable-catalog-trigger:hover .catalog-icon,
body.stable-home .stable-catalog-trigger:hover > b { transform: none; }

/* —— Dark infra (facility + map merged) —— */
body.stable-home .stable-infra-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 100px 0;
  color: rgba(226, 232, 240, 0.92);
  background-color: var(--stable-dark);
  background-image:
    radial-gradient(ellipse 70% 45% at 12% 18%, rgba(64, 158, 255, 0.14), transparent 58%),
    radial-gradient(ellipse 55% 40% at 88% 72%, rgba(111, 179, 255, 0.08), transparent 60%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, transparent 42%, rgba(0, 0, 0, 0.12) 100%);
  border-bottom: 0;
}
body.stable-home .stable-infra-section > .section-content { position: relative; z-index: 1; }
body.stable-home .stable-heading-dark h2 { color: #fff; }
body.stable-home .stable-heading-dark p { color: rgba(148, 163, 184, 0.9); }
body.stable-home .section-kicker-dark { color: #6fb3ff; }
body.stable-home .section-kicker-dark::before { background: linear-gradient(90deg, #6fb3ff, #8cc0ff); }
body.stable-home .stable-facility-bento {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
  margin-bottom: 72px;
}
body.stable-home .stable-facility-bento > * {
  opacity: 1;
  transform: none;
  transition: none;
}
body.stable-home .stable-facility-company {
  grid-column: 1;
  grid-row: 1 / 3;
  padding: 28px 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.06) 0%, transparent 42%),
    var(--stable-dark-alt);
  box-shadow:
    10px 14px 32px rgba(0, 10, 24, 0.45),
    -6px -6px 18px rgba(255, 255, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
body.stable-home .stable-facility-company::before { display: none; }
body.stable-home .stable-facility-company-badge b {
  display: inline;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #6fb3ff;
  font-size: 56px;
  background: none;
  box-shadow: none;
  font-variant-numeric: tabular-nums;
}
body.stable-home .stable-facility-company-badge span { color: rgba(148, 163, 184, 0.9); }
body.stable-home .stable-facility-company h3 { color: #fff; }
body.stable-home .stable-facility-company p { color: rgba(148, 163, 184, 0.9); }
body.stable-home .stable-facility-mini-stats span {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.28), inset -2px -2px 8px rgba(255, 255, 255, 0.04);
  color: rgba(148, 163, 184, 0.9);
}
body.stable-home .stable-facility-mini-stats b { color: #6fb3ff; }
body.stable-home .stable-facility-feature {
  position: relative;
  overflow: hidden;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, transparent 45%),
    rgba(17, 42, 64, 0.92);
  box-shadow:
    8px 12px 28px rgba(0, 10, 24, 0.38),
    -5px -5px 14px rgba(255, 255, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transition: border-color 180ms var(--stable-ease-out), box-shadow 180ms var(--stable-ease-out);
}
body.stable-home .stable-facility-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  pointer-events: none;
  background-image:
    linear-gradient(145deg, transparent 52%, rgba(255, 255, 255, 0.03) 52.5%, transparent 78%),
    url("/web/default/assets/img/index/product-card-deco.svg");
  background-repeat: no-repeat;
  background-position: right top, right bottom;
  background-size: 100% 100%, 160% auto;
  opacity: 0.18;
  mix-blend-mode: screen;
  transform: none;
}
body.stable-home .stable-facility-feature > * { position: relative; z-index: 1; }
body.stable-home .stable-facility-feature h3 { color: #fff; margin: 0 0 10px; }
body.stable-home .stable-facility-feature .stable-feature-points,
body.stable-home .stable-facility-feature .stable-feature-desc { color: rgba(148, 163, 184, 0.9); }
@media (hover: hover) and (pointer: fine) {
  body.stable-home .stable-facility-feature:hover {
    transform: none;
    border-color: rgba(111, 179, 255, 0.35);
    box-shadow:
      10px 16px 34px rgba(0, 10, 24, 0.48),
      -5px -5px 14px rgba(255, 255, 255, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  body.stable-home .stable-facility-feature:hover h3 { color: #6fb3ff; }
}
body.stable-home .stable-infra-section .stable-map-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 36px;
  align-items: start;
}
body.stable-home .stable-infra-section .stable-map-layout h2 {
  margin: 12px 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.12;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}
body.stable-home .stable-infra-section .stable-map-layout h2 em {
  font-style: normal;
  color: #6fb3ff;
}
body.stable-home .stable-infra-section .stable-map-hint { color: rgba(148, 163, 184, 0.9); }
body.stable-home .stable-infra-section .stable-map-layout .stable-map-spec::before {
  background: linear-gradient(180deg, rgba(111, 179, 255, 0.7), rgba(111, 179, 255, 0.12));
}
body.stable-home .stable-infra-section .stable-map-layout .stable-map-spec li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
body.stable-home .stable-infra-section .stable-map-layout .stable-map-spec .stable-map-spec-name {
  color: #fff;
  font-size: 14px;
  font-weight: 650;
}
body.stable-home .stable-infra-section .stable-map-layout .stable-map-spec .stable-map-spec-value {
  margin-left: auto;
  color: rgba(186, 200, 214, 0.95);
  font-size: 12px;
}
@media (hover: hover) and (pointer: fine) {
  body.stable-home .stable-infra-section .stable-map-layout .stable-map-spec li:hover .stable-map-spec-name {
    color: #6fb3ff;
  }
}
body.stable-home .stable-infra-section .stable-map-visual {
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* —— Cases: aside + color logos —— */
body.stable-home .stable-case-section {
  padding: 96px 0;
  background: #f8fafc;
  border-bottom: 0;
}
body.stable-home .stable-cases-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: center;
}
body.stable-home .stable-cases-aside h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.25;
}
body.stable-home .stable-cases-aside em {
  font-style: normal;
  color: var(--stable-brand);
}
body.stable-home .stable-cases-aside > p {
  margin: 0 0 28px;
  color: var(--stable-muted);
  font-size: 15px;
  line-height: 1.9;
}
body.stable-home .stable-cases-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.stable-home .stable-cases-aside li {
  padding: 14px 0;
  border-bottom: 1px solid #e8eef3;
  color: var(--stable-ink);
  font-size: 14px;
  font-weight: 600;
}
body.stable-home .stable-case-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px 14px;
}
body.stable-home .stable-case-logo {
  display: grid;
  place-items: center;
  min-height: 0;
  height: 104px;
  padding: 10px;
}
body.stable-home .stable-case-logo img {
  width: auto;
  max-width: 92%;
  max-height: 68px;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: none;
  opacity: 1;
}

/* —— CTA —— */
body.stable-home .stable-cta-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 36px 0 48px;
  background-color: var(--stable-dark);
  background-image:
    radial-gradient(ellipse 60% 80% at 8% 50%, rgba(64, 158, 255, 0.16), transparent 58%),
    radial-gradient(ellipse 45% 70% at 92% 40%, rgba(111, 179, 255, 0.08), transparent 55%);
}
body.stable-home .stable-cta-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  overflow: hidden;
  isolation: isolate;
  padding: 40px 44px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: #fff;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.07) 0%, transparent 38%),
    linear-gradient(180deg, rgba(23, 61, 88, 0.95), rgba(14, 38, 58, 0.98));
  box-shadow:
    10px 16px 36px rgba(0, 10, 24, 0.42),
    -6px -6px 18px rgba(255, 255, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
body.stable-home .stable-cta-panel::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: linear-gradient(180deg, #6fb3ff, rgba(64, 158, 255, 0.35));
}
body.stable-home .stable-cta-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(145deg, transparent 48%, rgba(255, 255, 255, 0.035) 48.5%, transparent 78%),
    url("/web/default/assets/img/index/product-card-deco.svg");
  background-repeat: no-repeat;
  background-position: right top, right bottom;
  background-size: 100% 100%, min(70%, 520px) auto;
  opacity: 0.22;
  mix-blend-mode: screen;
}
body.stable-home .stable-cta-panel > * { position: relative; z-index: 1; }
body.stable-home .stable-cta-panel h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.3;
}
body.stable-home .stable-cta-panel p {
  margin: 0;
  color: rgba(186, 200, 214, 0.95);
  font-size: 14px;
  line-height: 1.75;
  max-width: 48ch;
}
body.stable-home .stable-cta-actions { display: flex; gap: 12px; flex-shrink: 0; }
body.stable-home .stable-cta-solid,
body.stable-home .stable-cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
body.stable-home .stable-cta-solid {
  color: #fff;
  background: linear-gradient(180deg, #5cadff, var(--stable-brand));
  border: 1px solid transparent;
  box-shadow: 0 10px 22px rgba(64, 158, 255, 0.32);
}
body.stable-home .stable-cta-outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.38);
}
@media (hover: hover) and (pointer: fine) {
  body.stable-home .stable-cta-solid:hover {
    background: linear-gradient(180deg, #6fb3ff, var(--stable-brand-deep));
    box-shadow: 0 12px 26px rgba(64, 158, 255, 0.4);
  }
  body.stable-home .stable-cta-outline:hover {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.08);
  }
}

body.stable-home .stable-news-section { padding-bottom: 64px; }
body.stable-home .stable-certificate-section { background: #f8fafc; border-bottom: 0; }

@media (max-width: 1024px) {
  body.stable-home .stable-product-grid {
    flex-direction: column;
  }
  body.stable-home .stable-product-card.is-featured,
  body.stable-home .stable-product-side {
    flex: none;
    width: 100%;
  }
  body.stable-home .stable-product-side .stable-product-card {
    flex: none;
  }
  body.stable-home .stable-cases-layout,
  body.stable-home .stable-infra-section .stable-map-layout,
  body.stable-home .stable-facility-bento {
    grid-template-columns: 1fr;
  }
  body.stable-home .stable-facility-company,
  body.stable-home .stable-facility-feature {
    grid-column: auto;
    grid-row: auto;
  }
  body.stable-home .stable-cta-panel { flex-direction: column; align-items: flex-start; }
  body.stable-home .stable-case-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  body.stable-home .stable-hero-copy { margin-left: 24px; padding-bottom: 96px; }
  body.stable-home .stable-case-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  body.stable-home .stable-hero-copy > .section-kicker,
  body.stable-home .stable-hero-copy > h1,
  body.stable-home .stable-hero-copy > .hero-lead,
  body.stable-home .stable-hero-copy > .hero-actions {
    animation-name: stableHeroInFade;
    animation-duration: 200ms;
    animation-timing-function: ease;
    transform: none;
  }
}
