@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');

body.home-style-a {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  background:
    radial-gradient(circle at 75% 12%, rgba(237, 28, 36, 0.12), transparent 28%),
    linear-gradient(180deg, #060606 0%, #0a0a0a 22%, #0d0d0d 100%);
  color: #fff;
}

body.home-style-a::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015) 0 1px, transparent 1px 100%);
  background-size: 120px 120px;
  opacity: 0.14;
  mix-blend-mode: screen;
}

body.home-style-a #nav {
  height: 72px;
  padding: 0 56px;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body.home-style-a #nav.scrolled {
  background: rgba(4, 4, 4, 0.72);
}

body.home-style-a .nav-brand {
  gap: 12px;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.home-style-a .nav-brand img {
  width: 38px;
  height: 38px;
  filter: drop-shadow(0 0 16px rgba(237, 28, 36, 0.45));
}

body.home-style-a .nav-links a {
  padding: 0 14px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.58);
}

body.home-style-a .nav-links a:hover,
body.home-style-a .nav-links a.active {
  color: #fff;
}

body.home-style-a .nav-links a.active::after {
  left: 14px;
  right: 14px;
  bottom: 14px;
  height: 1px;
  background: rgba(237, 28, 36, 0.9);
}

body.home-style-a .nav-actions {
  gap: 14px;
}

body.home-style-a .lang-switch {
  gap: 0;
}

body.home-style-a .lang-chip {
  min-width: auto;
  height: auto;
  padding: 0 4px;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
}

body.home-style-a .lang-chip.active {
  color: #fff;
  background: transparent;
  border: none;
}

body.home-style-a .lang-switch::before {
  content: 'LANG';
  margin-right: 10px;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.22);
}

body.home-style-a .page-hero.hero-shell {
  min-height: 100vh;
  padding: 0 56px;
  display: flex;
  align-items: center;
}

body.home-style-a .hero-video {
  opacity: 0.14;
  filter: saturate(0.8) brightness(0.72);
}

body.home-style-a .hero-cover {
  opacity: 0.48;
  background-position: center center;
  transform: scale(1.03);
  filter: saturate(0.72) brightness(0.6) contrast(1.03);
}

body.home-style-a .hero-overlay {
  background:
    linear-gradient(105deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.36) 72%, rgba(0, 0, 0, 0.6) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.9) 100%);
}

body.home-style-a .hero-precision-grid {
  position: absolute;
  inset: 0 0 0 auto;
  width: 58%;
  overflow: hidden;
  opacity: 0.42;
}

body.home-style-a .hero-measure-ring,
body.home-style-a .hero-rotate-ring {
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

body.home-style-a .hero-measure-ring {
  border: 1px solid rgba(237, 28, 36, 0.06);
}

body.home-style-a .hero-measure-ring.r1 { width: 300px; height: 300px; }
body.home-style-a .hero-measure-ring.r2 { width: 450px; height: 450px; }
body.home-style-a .hero-measure-ring.r3 { width: 620px; height: 620px; }
body.home-style-a .hero-measure-ring.r4 {
  width: 780px;
  height: 780px;
  border-color: rgba(237, 28, 36, 0.03);
}

body.home-style-a .hero-crosshair-h,
body.home-style-a .hero-crosshair-v {
  position: absolute;
  background: rgba(237, 28, 36, 0.05);
}

body.home-style-a .hero-crosshair-h {
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
}

body.home-style-a .hero-crosshair-v {
  top: 0;
  bottom: 0;
  left: 32%;
  width: 1px;
}

body.home-style-a .hero-rotate-ring {
  width: 520px;
  height: 520px;
  border: 1px dashed rgba(237, 28, 36, 0.08);
  animation: homeASpin 60s linear infinite;
}

body.home-style-a .hero-rotate-dot {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-radius: 50%;
  background: #ed1c24;
  box-shadow: 0 0 12px rgba(237, 28, 36, 0.44);
}

@keyframes homeASpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

body.home-style-a .hero-data-readout {
  position: absolute;
  right: 56px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: right;
  opacity: 0.5;
}

body.home-style-a .readout-label {
  margin-bottom: 2px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.24);
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

body.home-style-a .readout-value {
  font-family: 'Courier New', monospace;
  font-size: 14px;
  font-weight: 600;
  color: rgba(237, 28, 36, 0.66);
  letter-spacing: 0.08em;
}

body.home-style-a .hero-shell .page-hero-inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 680px;
  margin: 0;
  padding: 0;
}

body.home-style-a .crumbs {
  margin-bottom: 14px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.home-style-a .page-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.54);
  letter-spacing: 0.28em;
  font-weight: 500;
}

body.home-style-a .page-hero-tag::before {
  content: '';
  width: 34px;
  height: 3px;
  background: #ed1c24;
}

body.home-style-a .page-hero-title {
  max-width: 780px;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #fff;
  text-shadow: 0 20px 48px rgba(0, 0, 0, 0.46);
}

body.home-style-a .page-hero-sub {
  max-width: 560px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.48);
}

body.home-style-a .hero-actions {
  margin-top: 38px;
}

body.home-style-a .hero-actions .btn {
  border-radius: 2px;
  padding: 16px 34px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transform: none;
  box-shadow: none;
}

body.home-style-a .hero-actions .btn-blue {
  background: #ed1c24;
  color: #fff;
}

body.home-style-a .hero-actions .btn-blue:hover {
  background: #d41920;
  box-shadow: 0 10px 36px rgba(237, 28, 36, 0.28);
  transform: translateY(-2px);
}

body.home-style-a .hero-stat-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

body.home-style-a .hero-stat {
  padding: 24px 30px;
  background: transparent;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0;
  text-align: center;
}

body.home-style-a .hero-stat:last-child {
  border-right: none;
}

body.home-style-a .hero-stat .num {
  font-size: 28px;
  font-weight: 800;
  color: #ed1c24;
  letter-spacing: -0.02em;
}

body.home-style-a .hero-stat .lbl {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.34);
  letter-spacing: 0.08em;
}

body.home-style-a .hero-scroll-hint {
  position: absolute;
  right: 56px;
  bottom: 106px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.home-style-a .hero-scroll-line {
  width: 1px;
  height: 48px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

body.home-style-a .hero-scroll-line::after {
  content: '';
  position: absolute;
  top: -48px;
  left: 0;
  width: 100%;
  height: 48px;
  background: linear-gradient(to bottom, transparent, #ed1c24);
  animation: homeAScroll 2s ease-in-out infinite;
}

@keyframes homeAScroll {
  0% { top: -48px; }
  100% { top: 48px; }
}

body.home-style-a.home-front .gas-lift-rail {
  position: fixed;
  right: 112px;
  top: 72px;
  bottom: 0;
  z-index: 40;
  width: 104px;
  height: calc(100dvh - 72px);
  pointer-events: none;
  opacity: 0.84;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.42));
}

body.home-style-a.home-front .gas-lift-rail::before {
  content: '';
  position: absolute;
  inset: -18px -18px;
  border-left: 1px solid rgba(237, 28, 36, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.035);
  background:
    radial-gradient(circle at 50% 18%, rgba(237, 28, 36, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.006));
  opacity: 0.66;
}

body.home-style-a.home-front .gas-lift-rail canvas {
  position: relative;
  z-index: 2;
  display: block;
  width: 104px;
  height: 100%;
}

body.home-style-a .sec {
  position: relative;
  padding: 112px 56px;
  background: transparent;
}

body.home-style-a .sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 56px;
  right: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
}

body.home-style-a .sec-inner {
  max-width: 1280px;
}

body.home-style-a .sec-tag,
body.home-style-a .eyebrow {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  letter-spacing: 0.26em;
  font-weight: 600;
}

body.home-style-a .sec-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body.home-style-a .sec-tag::before {
  content: '';
  width: 28px;
  height: 2px;
  background: #ed1c24;
}

body.home-style-a .sec-title {
  margin-top: 10px;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #fff;
}

body.home-style-a .sec-sub {
  max-width: 780px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.42);
}

body.home-style-a .detail-split {
  gap: 48px;
  margin-top: 40px;
  align-items: stretch;
}

body.home-style-a .detail-visual {
  min-height: 480px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

body.home-style-a .detail-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.12) 100%);
}

body.home-style-a .detail-panel {
  padding: 26px 0 0;
}

body.home-style-a .detail-panel h3 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
}

body.home-style-a .detail-panel p,
body.home-style-a .detail-panel li {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.46);
}

body.home-style-a .detail-panel ul {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}

body.home-style-a .detail-panel li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 18px;
}

body.home-style-a .detail-panel li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ed1c24;
}

body.home-style-a .card-grid-3 {
  gap: 18px;
}

body.home-style-a .media-card {
  min-height: 100%;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.028);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

body.home-style-a .media-card:hover {
  transform: translateY(-4px);
  border-color: rgba(237, 28, 36, 0.18);
  background: rgba(237, 28, 36, 0.04);
}

body.home-style-a .media-card-img {
  height: 250px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  filter: saturate(0.84) brightness(0.84);
}

body.home-style-a .media-card-body {
  padding: 26px 24px 24px;
}

body.home-style-a .media-card-body .eyebrow {
  margin-bottom: 12px;
}

body.home-style-a .media-card h3 {
  font-size: 24px;
  font-weight: 760;
  line-height: 1.2;
  color: #fff;
}

body.home-style-a .media-card p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.4);
}

body.home-style-a .news-list {
  gap: 20px;
  margin-top: 34px;
}

body.home-style-a .news-item {
  grid-template-columns: 320px 1fr;
  gap: 26px;
  padding: 22px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.024);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

body.home-style-a .news-item:hover {
  transform: translateY(-3px);
  border-color: rgba(237, 28, 36, 0.16);
  background: rgba(237, 28, 36, 0.035);
}

body.home-style-a .news-item img {
  height: 188px;
  border-radius: 0;
  filter: saturate(0.9) brightness(0.9);
}

body.home-style-a .news-item .date {
  margin-bottom: 8px;
  color: #ed1c24;
  font-size: 10px;
  letter-spacing: 0.28em;
}

body.home-style-a .news-item h3 {
  font-size: 30px;
  font-weight: 760;
  line-height: 1.15;
  color: #fff;
}

body.home-style-a .news-item p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.4);
}

body.home-style-a .cta-band {
  margin-top: 42px;
  padding: 42px 44px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(237, 28, 36, 0.09), rgba(8, 8, 8, 0.86)),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
}

body.home-style-a .cta-band h3 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #fff;
}

body.home-style-a .cta-band p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.44);
}

body.home-style-a .cta-band .btn-group {
  margin-top: 28px;
}

body.home-style-a .cta-band .btn {
  border-radius: 2px;
  padding: 15px 32px;
}

body.home-style-a footer {
  padding: 76px 56px 34px;
  background: rgba(0, 0, 0, 0.36);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.home-style-a .footer-top {
  grid-template-columns: 2.4fr 1fr 1fr 1fr;
  gap: 46px;
}

body.home-style-a .footer-desc,
body.home-style-a .footer-col a,
body.home-style-a .footer-bottom p,
body.home-style-a .footer-bottom a {
  color: rgba(255, 255, 255, 0.4);
}

body.home-style-a .footer-col h4 {
  color: #fff;
  letter-spacing: 0.08em;
}

body.home-style-a .footer-col a:hover,
body.home-style-a .footer-bottom a:hover {
  color: #fff;
}

body.home-style-a .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 1080px) {
  body.home-style-a #nav {
    padding: 0 24px;
  }

  body.home-style-a .page-hero.hero-shell,
  body.home-style-a .sec,
  body.home-style-a footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.home-style-a .hero-precision-grid,
  body.home-style-a .hero-data-readout,
  body.home-style-a .hero-scroll-hint,
  body.home-style-a.home-front .gas-lift-rail {
    display: none;
  }

  body.home-style-a .hero-stat-row {
    grid-template-columns: repeat(2, 1fr);
  }

  body.home-style-a .news-item {
    grid-template-columns: 1fr;
  }

  body.home-style-a .news-item img {
    height: 220px;
  }

  body.home-style-a .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  body.home-style-a #nav {
    height: 64px;
  }

  body.home-style-a .nav-brand {
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  body.home-style-a .page-hero.hero-shell {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 240px;
    align-items: flex-start;
  }

  body.home-style-a .page-hero-title {
    font-size: 38px;
  }

  body.home-style-a .page-hero-sub,
  body.home-style-a .sec-sub,
  body.home-style-a .detail-panel p,
  body.home-style-a .detail-panel li,
  body.home-style-a .cta-band p {
    font-size: 15px;
  }

  body.home-style-a .hero-stat-row,
  body.home-style-a .card-grid-3,
  body.home-style-a .footer-top {
    grid-template-columns: 1fr;
  }

  body.home-style-a .hero-stat {
    padding: 18px 20px;
  }

  body.home-style-a .detail-split {
    grid-template-columns: 1fr !important;
    gap: 26px;
  }

  body.home-style-a .detail-visual {
    min-height: 280px;
  }

  body.home-style-a .news-item h3,
  body.home-style-a .detail-panel h3 {
    font-size: 28px;
  }

  body.home-style-a .cta-band {
    padding: 30px 24px;
  }

  body.home-style-a .cta-band h3 {
    font-size: 30px;
  }
}

body.home-style-a .home-a-nav {
  justify-content: space-between;
}

body.home-style-a .nav-right-all {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
}

body.home-style-a .nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

body.home-style-a .nav-menu li {
  display: flex;
  align-items: center;
}

body.home-style-a .nav-divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
}

body.home-style-a .nav-extras {
  display: flex;
  align-items: center;
  gap: 18px;
}

body.home-style-a .lang-sep {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  margin: 0 4px;
}

body.home-style-a .nav-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border-radius: 2px;
  background: #ed1c24;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

body.home-style-a .nav-contact:hover {
  background: #d41920;
  box-shadow: 0 4px 20px rgba(237, 28, 36, 0.3);
}

body.home-style-a .hero {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #080808;
}

body.home-style-a .hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 680px;
  padding: 0 56px;
}

body.home-style-a .hero-overline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

body.home-style-a .overline-bar {
  width: 32px;
  height: 3px;
  background: #ed1c24;
}

body.home-style-a .overline-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.22em;
  font-weight: 500;
}

body.home-style-a .hero-title {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}

body.home-style-a .hero-desc {
  max-width: 520px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.45);
}

body.home-style-a .biz-cards {
  display: flex;
  gap: 16px;
  margin-bottom: 44px;
}

body.home-style-a .biz-card {
  flex: 1;
  padding: 20px 24px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 3px solid #ed1c24;
  transition: all 0.3s ease;
}

body.home-style-a .biz-card:hover {
  transform: translateY(-2px);
  background: rgba(237, 28, 36, 0.05);
  border-color: rgba(237, 28, 36, 0.16);
}

body.home-style-a .biz-card-label {
  margin-bottom: 8px;
  font-size: 10px;
  color: #ed1c24;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
}

body.home-style-a .biz-card-title {
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}

body.home-style-a .biz-card-desc {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.35);
}

body.home-style-a .biz-card-arrow {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}

body.home-style-a .btn-primary,
body.home-style-a .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  text-decoration: none;
}

body.home-style-a .btn-primary {
  padding: 16px 36px;
  background: #ed1c24;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}

body.home-style-a .btn-primary:hover {
  background: #d41920;
  box-shadow: 0 10px 36px rgba(237, 28, 36, 0.25);
  transform: translateY(-2px);
}

body.home-style-a .btn-secondary {
  padding: 16px 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

body.home-style-a .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

body.home-style-a .stats-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

body.home-style-a .stat {
  flex: 1;
  padding: 24px 32px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

body.home-style-a .stat:last-child {
  border-right: none;
}

body.home-style-a .stat-value {
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 800;
  color: #ed1c24;
  letter-spacing: -0.02em;
}

body.home-style-a .stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.08em;
}

body.home-style-a .scroll-hint {
  position: absolute;
  right: 56px;
  bottom: 100px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

body.home-style-a .scroll-line {
  width: 1px;
  height: 48px;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

body.home-style-a .scroll-line::after {
  content: '';
  position: absolute;
  top: -48px;
  left: 0;
  width: 100%;
  height: 48px;
  background: linear-gradient(to bottom, transparent, #ed1c24);
  animation: homeAScroll 2s ease-in-out infinite;
}

@media (max-width: 960px) {
  body.home-style-a .nav-right-all {
    display: none;
  }

  body.home-style-a .hero {
    min-height: auto;
    height: auto;
    padding: 120px 0 220px;
  }

  body.home-style-a .hero-content {
    max-width: 100%;
    padding: 0 24px;
  }

  body.home-style-a .biz-cards {
    flex-direction: column;
  }

  body.home-style-a .stats-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body.home-style-a .stat {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}

@media (max-width: 640px) {
  body.home-style-a .hero {
    padding-bottom: 300px;
  }

  body.home-style-a .hero-title {
    font-size: 38px;
  }

  body.home-style-a .stats-bar {
    grid-template-columns: 1fr;
  }

  body.home-style-a .stat {
    border-right: none;
  }
}

body.home-style-a:not(.home-front) #nav {
  justify-content: flex-start;
}

body.home-style-a:not(.home-front) .nav-links {
  margin-left: auto;
}

body.home-style-a:not(.home-front) .nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 18px;
}

body.home-style-a:not(.home-front) .page-hero.hero-shell {
  min-height: 68vh;
  padding: 158px 56px 84px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
}

body.home-style-a:not(.home-front) .page-hero.hero-shell .page-hero-inner {
  max-width: 980px;
  width: 100%;
  padding: 0;
  margin: 0;
  align-self: flex-start;
  text-align: left;
}

body.home-style-a:not(.home-front) .page-hero.hero-shell::before {
  content: '';
  position: absolute;
  right: -120px;
  top: 50%;
  width: 760px;
  height: 760px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid rgba(237, 28, 36, 0.04);
  box-shadow:
    0 0 0 140px rgba(237, 28, 36, 0.025),
    0 0 0 280px rgba(237, 28, 36, 0.018);
  pointer-events: none;
}

body.home-style-a:not(.home-front) .page-hero.hero-shell::after {
  content: '';
  position: absolute;
  right: 22%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(237, 28, 36, 0.04);
  pointer-events: none;
}

body.home-style-a:not(.home-front) .page-hero.hero-shell .page-hero-title {
  font-size: clamp(38px, 4.6vw, 58px);
}

body.home-style-a:not(.home-front) .page-hero.hero-shell .page-hero-sub {
  max-width: 720px;
}

body.home-style-a:not(.home-front) .sec-inner,
body.home-style-a:not(.home-front) .footer-inner,
body.home-style-a:not(.home-front) .admin-shell {
  margin-left: 0;
  margin-right: 0;
}

body.home-style-a:not(.home-front) .sec-inner,
body.home-style-a:not(.home-front) .footer-inner {
  max-width: 1240px;
}

body.home-style-a:not(.home-front) .page-hero.hero-shell .crumbs {
  margin-bottom: 16px;
}

body.home-style-a:not(.home-front) .page-hero.hero-shell .page-hero-tag {
  margin-bottom: 18px;
}

body.home-style-a:not(.home-front) .page-hero.hero-shell .page-hero-tag::before {
  content: '';
  width: 30px;
  height: 3px;
  background: #ed1c24;
}

body.home-style-a:not(.home-front) .card,
body.home-style-a:not(.home-front) .form-box,
body.home-style-a:not(.home-front) .admin-login,
body.home-style-a:not(.home-front) .admin-card,
body.home-style-a:not(.home-front) .metric-card,
body.home-style-a:not(.home-front) .spec-item,
body.home-style-a:not(.home-front) .download-item,
body.home-style-a:not(.home-front) .gallery-item,
body.home-style-a:not(.home-front) .placeholder-box,
body.home-style-a:not(.home-front) .topic-note,
body.home-style-a:not(.home-front) .iframe-wrap,
body.home-style-a:not(.home-front) .search-dialog,
body.home-style-a:not(.home-front) .search-result {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.028);
  box-shadow: none;
}

body.home-style-a:not(.home-front) .card:hover,
body.home-style-a:not(.home-front) .search-result:hover {
  background: rgba(237, 28, 36, 0.04);
  border-color: rgba(237, 28, 36, 0.15);
}

body.home-style-a:not(.home-front) .card-title,
body.home-style-a:not(.home-front) .form-box h3,
body.home-style-a:not(.home-front) .admin-card h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 760;
  letter-spacing: -0.03em;
}

body.home-style-a:not(.home-front) .card-body,
body.home-style-a:not(.home-front) .card-body p,
body.home-style-a:not(.home-front) .light-note,
body.home-style-a:not(.home-front) .topic-note,
body.home-style-a:not(.home-front) .form-note,
body.home-style-a:not(.home-front) .form-file-hint,
body.home-style-a:not(.home-front) .form-response,
body.home-style-a:not(.home-front) .admin-table td,
body.home-style-a:not(.home-front) .legal-list li,
body.home-style-a:not(.home-front) .download-item span,
body.home-style-a:not(.home-front) .gallery-item .cap {
  color: rgba(255, 255, 255, 0.44);
}

body.home-style-a:not(.home-front) .card-body strong,
body.home-style-a:not(.home-front) .admin-table th,
body.home-style-a:not(.home-front) .download-item strong {
  color: #fff;
}

body.home-style-a:not(.home-front) .metric-card .big,
body.home-style-a:not(.home-front) .spec-val,
body.home-style-a:not(.home-front) .metric-card .small,
body.home-style-a:not(.home-front) .spec-key {
  color: inherit;
}

body.home-style-a:not(.home-front) .metric-card .big,
body.home-style-a:not(.home-front) .spec-val {
  color: #ed1c24;
}

body.home-style-a:not(.home-front) .metric-card .small,
body.home-style-a:not(.home-front) .spec-key {
  color: rgba(255, 255, 255, 0.38);
}

body.home-style-a:not(.home-front) .download-item a,
body.home-style-a:not(.home-front) .section-nav a,
body.home-style-a:not(.home-front) .tab-btn,
body.home-style-a:not(.home-front) .badge,
body.home-style-a:not(.home-front) .pill,
body.home-style-a:not(.home-front) .btn,
body.home-style-a:not(.home-front) .form-submit {
  border-radius: 2px;
}

body.home-style-a:not(.home-front) .download-item a,
body.home-style-a:not(.home-front) .tab-btn.active,
body.home-style-a:not(.home-front) .admin-pill.approved,
body.home-style-a:not(.home-front) .admin-pill.rejected,
body.home-style-a:not(.home-front) .admin-pill.pending {
  border-color: rgba(237, 28, 36, 0.22);
}

body.home-style-a:not(.home-front) .download-item a,
body.home-style-a:not(.home-front) .tab-btn.active {
  background: rgba(237, 28, 36, 0.14);
  color: #ffe0e4;
}

body.home-style-a:not(.home-front) .fg input,
body.home-style-a:not(.home-front) .fg textarea,
body.home-style-a:not(.home-front) .fg select,
body.home-style-a:not(.home-front) .admin-toolbar input,
body.home-style-a:not(.home-front) .admin-toolbar select {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  color: #fff;
}

body.home-style-a:not(.home-front) .fg label {
  color: rgba(255, 255, 255, 0.5);
}

body.home-style-a:not(.home-front) .fg input:focus,
body.home-style-a:not(.home-front) .fg textarea:focus,
body.home-style-a:not(.home-front) .fg select:focus {
  border-color: rgba(237, 28, 36, 0.45);
}

body.home-style-a:not(.home-front) .form-submit,
body.home-style-a:not(.home-front) .btn-blue {
  background: #ed1c24;
  color: #fff;
}

body.home-style-a:not(.home-front) .btn-ghost,
body.home-style-a:not(.home-front) .btn-ghost.dark {
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
}

body.home-style-a:not(.home-front) .btn-ghost:hover,
body.home-style-a:not(.home-front) .btn-ghost.dark:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

body.home-style-a:not(.home-front) .admin-shell {
  padding-top: 118px;
}

body.home-style-a:not(.home-front) .admin-table th,
body.home-style-a:not(.home-front) .admin-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

body.home-style-a:not(.home-front) .news-item h3,
body.home-style-a:not(.home-front) .detail-panel h3,
body.home-style-a:not(.home-front) .card-title {
  line-height: 1.12;
}

body.home-style-a .srm-chat-toggle {
  border-radius: 50%;
  background: #ed1c24;
  box-shadow: 0 18px 40px rgba(237, 28, 36, 0.28);
}

body.home-style-a .srm-chat-toggle:hover {
  background: #d41920;
  box-shadow: 0 22px 44px rgba(237, 28, 36, 0.34);
}

body.home-style-a .srm-chat-panel {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(237, 28, 36, 0.08), transparent 34%),
    rgba(10, 10, 10, 0.94);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
}

body.home-style-a .srm-chat-header,
body.home-style-a .srm-chat-form {
  border-color: rgba(255, 255, 255, 0.08);
}

body.home-style-a .srm-chat-header strong {
  letter-spacing: -0.02em;
}

body.home-style-a .srm-chat-header span,
body.home-style-a .srm-chat-msg.assistant .srm-chat-bubble,
body.home-style-a .srm-chat-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

body.home-style-a .srm-chat-msg.assistant .srm-chat-bubble {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}

body.home-style-a .srm-chat-msg.user .srm-chat-bubble,
body.home-style-a .srm-chat-form button {
  background: rgba(237, 28, 36, 0.16);
  border-color: rgba(237, 28, 36, 0.24);
}

body.home-style-a .srm-chat-form button {
  background: #ed1c24;
}

body.home-style-a .srm-chat-form button:hover {
  background: #d41920;
}

body.home-style-a .srm-chat-form textarea:focus {
  border-color: rgba(237, 28, 36, 0.42);
}

@media (max-width: 1080px) {
  body.home-style-a:not(.home-front) .page-hero.hero-shell {
    min-height: 52vh;
    padding: 132px 24px 72px;
  }
}

@media (max-width: 960px) {
  body.home-style-a:not(.home-front) .nav-links {
    margin-left: 0;
  }

  body.home-style-a:not(.home-front) .nav-actions {
    margin-left: 0;
  }
}
