/**
 * Generic pages, enterprise layouts, brand directory, news, product detail blocks.
 */

.page-main {
  padding-top: 0;
}

.page-hero {
  --stellar-page-banner-image: image-set(
    url("../images/industrial-hero-1440.webp") type("image/webp"),
    url("../images/industrial-hero-1440.jpg") type("image/jpeg")
  );
  --stellar-page-banner-position: center 34%;

  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 72px 56px 52px;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(5, 16, 28, 0.92), rgba(12, 47, 85, 0.72) 55%, rgba(5, 16, 28, 0.38)),
    var(--stellar-page-banner-image) var(--stellar-page-banner-position) / cover no-repeat;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 68%);
}

.page-hero::after {
  position: absolute;
  inset: auto 56px 0;
  z-index: 3;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
}

.page-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--stellar-page-banner-position);
  pointer-events: none;
}

.page-hero-video-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(110deg, rgba(5, 16, 28, 0.92), rgba(12, 47, 85, 0.72) 55%, rgba(5, 16, 28, 0.38)),
    linear-gradient(180deg, rgba(5, 16, 28, 0.18), transparent 34%);
  pointer-events: none;
}

.page-hero-content {
  position: relative;
  z-index: 4;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-top: 54px;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 64px;
  line-height: 1.08;
}

.enterprise-page-hero {
  --stellar-page-banner-position: center center;

  min-height: 520px;
  padding-top: 108px;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(5, 16, 28, 0.9), rgba(8, 34, 58, 0.74) 42%, rgba(8, 34, 58, 0.34) 68%, rgba(5, 16, 28, 0.12)),
    var(--stellar-page-banner-image) var(--stellar-page-banner-position) / cover no-repeat;
}

.enterprise-page-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.62), transparent 72%);
}

.enterprise-page-hero::after {
  background: rgba(255, 255, 255, 0.18);
}

.enterprise-page-hero .breadcrumb,
.enterprise-page-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.enterprise-page-hero .breadcrumb a:hover,
.enterprise-page-hero .breadcrumb a:focus-visible {
  color: var(--white);
}

.enterprise-page-hero h1 {
  max-width: 860px;
  color: var(--white);
  letter-spacing: 0;
}

.enterprise-hero-content {
  padding-top: 36px;
}

.enterprise-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
  max-width: 100%;
}

.enterprise-page-hero .secondary-button {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 22px rgba(7, 19, 32, 0.08);
}

.enterprise-page-hero .secondary-button:hover,
.enterprise-page-hero .secondary-button:focus-visible {
  border-color: var(--navy);
  color: var(--white);
  background: var(--navy);
}

.page-anchor-nav {
  position: sticky;
  top: 68px;
  z-index: 15;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow-sm);
}

.page-anchor-nav .content-wrap {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  min-width: 0;
  -webkit-overflow-scrolling: touch;
}

.page-anchor-nav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  color: var(--muted);
  font-weight: 700;
  transition: color var(--transition);
  position: relative;
}

.page-anchor-nav a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transition: transform var(--transition);
}

.page-anchor-nav a:hover::after,
.page-anchor-nav a.is-active::after {
  transform: scaleX(1);
}

.page-anchor-nav a:hover,
.page-anchor-nav a:focus-visible,
.page-anchor-nav a.is-active {
  color: var(--blue);
}

.enterprise-overview-section,
.enterprise-content-section,
.home-enterprise-section {
  background: var(--white);
}

.enterprise-module-section,
.enterprise-faq-section,
.home-solution-section {
  background: linear-gradient(180deg, var(--mist), var(--white));
}

.enterprise-flow-section {
  background: var(--ink);
  color: var(--white);
}

.enterprise-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: start;
}

.enterprise-overview h2,
.enterprise-module-head h2,
.enterprise-cta h2,
.home-enterprise-grid h2 {
  margin: 0;
  color: var(--ink);
  font-size: 64px;
  line-height: 1.08;
}

.enterprise-overview p:not(.eyebrow),
.enterprise-module-head p:not(.eyebrow),
.enterprise-cta p,
.home-enterprise-grid p {
  color: var(--muted);
  font-size: 18px;
}

.enterprise-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.enterprise-stat-grid article {
  min-width: 0;
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid var(--line);
  transition: background var(--transition);
  position: relative;
}

.enterprise-stat-grid article::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), #66b8f0);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.enterprise-stat-grid article:hover::before {
  transform: scaleX(1);
}

.enterprise-stat-grid article:hover {
  background: linear-gradient(180deg, rgba(0, 102, 214, 0.04), var(--white));
}

.enterprise-stat-grid article:last-child {
  border-right: 0;
}

.enterprise-stat-grid article:last-child::before {
  transform-origin: right;
}

.enterprise-stat-grid strong {
  display: block;
  color: var(--blue);
  font-size: 56px;
  line-height: 1;
  letter-spacing: -1px;
  overflow-wrap: anywhere;
}

.enterprise-stat-grid span {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.enterprise-stat-grid p {
  margin: 10px 0 0;
  color: var(--muted);
}

.enterprise-module-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.enterprise-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.enterprise-feature-card {
  scroll-margin-top: 150px;
  min-width: 0;
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 253, 0.96)),
    repeating-linear-gradient(135deg, rgba(28, 104, 166, 0.05) 0 1px, transparent 1px 14px);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition),
    border-color var(--transition);
}

.enterprise-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(0, 102, 214, 0.2);
}

.enterprise-feature-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.enterprise-feature-card h3 {
  margin: 24px 0 14px;
  color: var(--ink);
  font-size: 36px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.enterprise-feature-card p {
  color: var(--muted);
  font-size: 17px;
}

.enterprise-flow-section .enterprise-module-head h2,
.enterprise-flow-section .enterprise-module-head p {
  color: var(--white);
}

.enterprise-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.enterprise-flow article {
  min-height: 190px;
  padding: 30px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  transition: background var(--transition);
  position: relative;
}

.enterprise-flow article::after {
  position: absolute;
  top: 30px;
  right: -7px;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: var(--ink);
  content: "";
  z-index: 1;
}

.enterprise-flow article:last-child::after {
  display: none;
}

.enterprise-flow article:hover {
  background: rgba(0, 102, 214, 0.08);
}

.enterprise-flow article:last-child {
  border-right: 0;
}

.enterprise-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(0, 102, 214, 0.3);
  border-radius: 50%;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  background: rgba(0, 102, 214, 0.1);
}

.enterprise-flow h3 {
  margin: 30px 0 0;
  color: var(--white);
  font-size: 28px;
  line-height: 1.2;
}

.enterprise-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.enterprise-content-body,
.enterprise-side-panel,
.enterprise-cta {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.enterprise-content-body,
.enterprise-side-panel {
  padding: 34px;
}

.enterprise-page-hero + .enterprise-content-section {
  padding-top: 0;
}

.enterprise-page-hero + .enterprise-content-section .enterprise-content-body {
  position: relative;
  z-index: 2;
  margin-top: -72px;
}

.enterprise-content-body h2,
.enterprise-content-body h3 {
  color: var(--ink);
}

.enterprise-content-body h2[id],
.enterprise-content-body h3[id] {
  scroll-margin-top: 150px;
}

.enterprise-side-panel {
  position: sticky;
  top: 150px;
}

.enterprise-side-panel h3 {
  margin: 0 0 12px;
  font-size: 24px;
}

.enterprise-side-panel p,
.enterprise-side-panel li {
  color: var(--muted);
}

.enterprise-side-panel ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.enterprise-side-panel li {
  border-top: 1px solid var(--line);
  padding: 12px 0;
}

.enterprise-cta-section {
  background: linear-gradient(135deg, var(--mist), var(--white));
}

.enterprise-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 42px;
  min-width: 0;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}

.enterprise-cta::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(135deg, transparent, rgba(0, 102, 214, 0.04));
  content: "";
  pointer-events: none;
}

.enterprise-cta > * {
  min-width: 0;
}

.enterprise-cta h2 {
  font-size: 52px;
  overflow-wrap: anywhere;
}

.home-enterprise-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 34px;
  align-items: stretch;
}

.home-enterprise-grid > article,
.home-enterprise-stack {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.home-enterprise-grid > article {
  padding: 42px;
}

.home-enterprise-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.home-enterprise-stack div {
  min-width: 0;
  padding: 34px 28px;
  border-right: 1px solid var(--line);
}

.home-enterprise-stack div:last-child {
  border-right: 0;
}

.home-enterprise-stack strong {
  color: var(--blue);
  font-size: 18px;
}

.home-enterprise-stack span {
  display: block;
  margin-top: 52px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.home-enterprise-stack p {
  margin-bottom: 0;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.breadcrumb a {
  padding: 4px 0;
  transition: color var(--transition);
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--white);
}

.content-wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
  min-width: 0;
}

.split-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
}

.info-panel,
.metric-panel,
.list-panel,
.contact-panel,
.capability-card,
.category-card,
.case-card,
.news-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.capability-card::before,
.category-card::before,
.case-card::before,
.contact-panel::before,
.news-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), #66b8f0);
  content: "";
}

.info-panel,
.list-panel,
.contact-panel {
  padding: 34px;
}

.info-panel h3,
.metric-panel h3,
.list-panel h3,
.contact-panel h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.25;
}

.info-panel p,
.info-panel li,
.metric-panel p,
.list-panel li,
.contact-panel p,
.contact-panel li,
.timeline-item p,
.capability-card p,
.category-card p,
.case-card p,
.news-item p {
  color: var(--muted);
}

.brand-directory-list {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.brand-directory-list details {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.brand-directory-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  font-weight: 800;
}

.brand-directory-list summary a {
  color: var(--ink);
}

.brand-directory-list summary::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.brand-directory-list details[open] summary::after {
  transform: rotate(-135deg);
}

.brand-directory-list details > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.brand-directory-list details > div a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--muted);
  font-size: 13px;
}

/* ── WordPress content typography ── */
.wp-page-content {
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink);
}

.wp-page-content > *:first-child {
  margin-top: 0;
}

.wp-page-content > *:last-child {
  margin-bottom: 0;
}

.wp-page-content h2 {
  margin: 36px 0 16px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.wp-page-content h3 {
  margin: 28px 0 12px;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.wp-page-content h4 {
  margin: 24px 0 10px;
  font-size: 18px;
  line-height: 1.35;
  color: var(--ink);
}

.wp-page-content p {
  margin: 14px 0;
  color: var(--muted);
}

.wp-page-content a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--transition), text-decoration-thickness var(--transition);
}

.wp-page-content a:hover,
.wp-page-content a:focus-visible {
  color: #0058bd;
  text-decoration-thickness: 2px;
}

.wp-page-content strong,
.wp-page-content b {
  color: var(--ink);
  font-weight: 700;
}

.wp-page-content blockquote {
  margin: 20px 0;
  padding: 16px 24px;
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--mist);
  color: var(--muted);
  font-style: italic;
}

.wp-page-content blockquote p {
  margin: 0;
  color: var(--muted);
}

.wp-page-content code {
  padding: 2px 6px;
  border-radius: 4px;
  background: var(--mist);
  color: var(--blue);
  font-family: "SF Mono", "Fira Code", "Consolas", monospace;
  font-size: 0.875em;
}

.wp-page-content pre {
  margin: 20px 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--mist);
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.6;
}

.wp-page-content pre code {
  padding: 0;
  background: transparent;
  color: var(--ink);
}

.wp-page-content hr {
  margin: 28px 0;
  border: 0;
  border-top: 1px solid var(--line);
}

/* ── WordPress content lists ── */
.wp-page-content ul,
.wp-page-content ol {
  margin: 14px 0;
  padding-left: 22px;
}

.wp-page-content ul {
  list-style: none;
}

.wp-page-content ul > li {
  position: relative;
  margin: 8px 0;
  padding-left: 4px;
  color: var(--muted);
}

.wp-page-content ul > li::before {
  position: absolute;
  left: -16px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.wp-page-content ol {
  list-style: none;
  counter-reset: wp-ol-counter;
}

.wp-page-content ol > li {
  position: relative;
  margin: 8px 0;
  padding-left: 28px;
  color: var(--muted);
  counter-increment: wp-ol-counter;
}

.wp-page-content ol > li::before {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  border-radius: var(--radius-sm);
  background: var(--accent-soft);
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  content: counter(wp-ol-counter);
}

.wp-page-content li > ul,
.wp-page-content li > ol {
  margin: 8px 0 0;
}

.wp-page-content li::marker {
  color: var(--blue);
}

/* ── WordPress content tables ── */
.wp-page-content table {
  width: 100%;
  margin: 22px 0 30px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 15px;
  line-height: 1.5;
}

.wp-page-content th,
.wp-page-content td {
  border-bottom: 1px solid var(--line);
  padding: 13px 16px;
  text-align: left;
  vertical-align: top;
}

.wp-page-content thead th {
  color: var(--ink);
  background: var(--mist);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  border-bottom: 2px solid var(--line);
}

.wp-page-content tbody tr:nth-child(even) {
  background: rgba(245, 246, 249, 0.6);
}

.wp-page-content tbody tr {
  transition: background var(--transition);
}

.wp-page-content tbody tr:hover {
  background: var(--accent-soft);
}

.wp-page-content tbody td {
  color: var(--muted);
}

.wp-page-content tbody td strong {
  color: var(--ink);
}

.wp-page-content tr:last-child td {
  border-bottom: 0;
}

.legal-page-content {
  max-width: 860px;
}

.legal-page-content .breadcrumb {
  margin-bottom: 14px;
}

.legal-page-content .eyebrow {
  margin-bottom: 10px;
}

.legal-page-content h1 {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 48px;
  line-height: 1.12;
}

.legal-page-hero .legal-page-content h1 {
  color: var(--white);
}

.legal-page-content h2 {
  margin-top: 34px;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.22;
}

.legal-page-content p,
.legal-page-content li {
  font-size: 16px;
  line-height: 1.78;
}

.sitemap-hero {
  min-height: 260px;
}

.sitemap-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sitemap-panel h2 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.18;
}

.sitemap-list {
  margin: 0;
  padding-left: 18px;
}

.sitemap-list > li {
  margin-top: 12px;
}

.sitemap-list ul {
  margin-top: 10px;
  padding-left: 18px;
}

.sitemap-list li,
.sitemap-list a {
  color: var(--muted);
}

.sitemap-list a {
  font-weight: 700;
  transition: color var(--transition);
}

.sitemap-list a:hover,
.sitemap-list a:focus-visible {
  color: var(--blue);
}

.sitemap-panel h3 {
  margin: 24px 0 12px;
  font-size: 16px;
  line-height: 1.25;
  color: var(--ink);
}

.sitemap-hierarchy-list .sitemap-depth-1 {
  margin-left: 16px;
}

.sitemap-hierarchy-list .sitemap-depth-2 {
  margin-left: 32px;
}

.sitemap-hierarchy-list .sitemap-depth-3,
.sitemap-hierarchy-list .sitemap-depth-4 {
  margin-left: 48px;
}

.sitemap-utility {
  grid-column: 1 / -1;
}

.product-sidebar-markdown {
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  color: var(--muted);
  background: var(--white);
  overflow-x: auto;
  font-size: 15px;
  line-height: 1.65;
}

.product-sidebar-markdown > *:first-child {
  margin-top: 0;
}

.product-sidebar-markdown > *:last-child {
  margin-bottom: 0;
}

.product-sidebar-markdown h4,
.product-sidebar-markdown h5,
.product-sidebar-markdown h6 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.3;
}

.product-sidebar-markdown p,
.product-sidebar-markdown li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.product-sidebar-markdown p,
.product-sidebar-markdown ul,
.product-sidebar-markdown ol,
.product-sidebar-markdown table {
  margin: 12px 0;
}

.product-sidebar-markdown ul,
.product-sidebar-markdown ol {
  padding-left: 20px;
}

.product-sidebar-markdown table {
  width: 100%;
  min-width: 320px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: 14px;
  line-height: 1.5;
}

.product-sidebar-markdown th,
.product-sidebar-markdown td {
  border-bottom: 1px solid var(--line);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.product-sidebar-markdown thead th {
  color: var(--ink);
  background: var(--mist);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.02em;
  border-bottom: 2px solid var(--line);
}

.product-sidebar-markdown tbody tr:nth-child(even) {
  background: rgba(245, 246, 249, 0.5);
}

.product-sidebar-markdown tbody tr:hover {
  background: var(--accent-soft);
}

.product-sidebar-markdown tr:last-child td {
  border-bottom: 0;
}

.product-sidebar-markdown a {
  color: var(--blue);
  font-weight: 700;
}

.info-panel ul,
.list-panel ul,
.contact-panel ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.info-panel li,
.list-panel li,
.contact-panel li {
  position: relative;
  margin-top: 12px;
  padding-left: 18px;
}

.info-panel li::before,
.list-panel li::before,
.contact-panel li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.metric-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}

.metric-panel div {
  min-height: 180px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(244, 248, 251, 0.86), rgba(255, 255, 255, 0.98)),
    repeating-linear-gradient(135deg, rgba(28, 104, 166, 0.08) 0 1px, transparent 1px 12px);
}

.metric-panel div:nth-child(2n) {
  border-right: 0;
}

.metric-panel div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.metric-panel strong {
  display: block;
  color: var(--navy);
  font-size: 42px;
  line-height: 1;
}

.metric-panel span {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
}

.metric-panel p {
  margin: 8px 0 0;
}

.section-intro {
  max-width: 680px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 18px;
}

.timeline {
  display: grid;
  gap: 16px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: start;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.timeline-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.timeline-year {
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.timeline-item h3,
.capability-card h3,
.category-card h3,
.case-card h3,
.news-item h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
}

.capability-grid,
.category-grid,
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.brand-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
}

.capability-card,
.category-card,
.case-card {
  padding: 28px;
}

.capability-card span,
.category-card span,
.case-card span {
  display: inline-block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.band-note {
  padding: 24px 28px;
  border-left: 4px solid var(--blue);
  border-radius: var(--radius-sm);
  background: linear-gradient(90deg, var(--accent-soft), var(--mist) 40%);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
}

.news-list {
  display: grid;
  gap: 18px;
}

.news-item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 28px;
}

.news-item time {
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-panel address {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  font-style: normal;
  color: var(--muted);
}

.action-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
  max-width: 100%;
}

