:root {
  --navy: #071426;
  --navy-2: #0B1B33;
  --navy-3: #102746;
  --gold: #D6A935;
  --gold-2: #E8C56E;
  --white: #FFFFFF;
  --ivory: #F7F5EF;
  --ink: #1E293B;
  --muted: #64748B;
  --line: #DDE3EA;
  --surface: #FFFFFF;
  --shadow: 0 14px 34px rgba(7, 20, 38, 0.08);
  --radius: 14px;
  --max: 1280px;
}

/* Company page */
.company-page {
  --company-navy: #06152a;
  --company-deep: #04101f;
  --company-gold: #d6a935;
  --company-gold-2: #efcc73;
  --company-ivory: #f7f5ef;
  color: #112036;
  background: #fff;
}

.company-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 42px);
  color: #fff;
  background: rgba(6, 21, 42, 0.96);
  border-bottom: 1px solid rgba(214, 169, 53, 0.28);
  backdrop-filter: blur(14px);
}

.company-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  white-space: nowrap;
}

.company-logo strong {
  font-size: 20px;
  font-weight: 950;
}

.company-logo span {
  padding: 4px 8px;
  color: var(--company-gold-2);
  border: 1px solid var(--company-gold);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
}

.company-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  flex: 1;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.company-download,
.company-consult {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.company-download {
  border: 1px solid var(--company-gold);
}

.company-consult {
  color: var(--company-navy);
  background: linear-gradient(135deg, var(--company-gold-2), var(--company-gold));
}

.company-hero {
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4, 16, 31, 0.98) 0%, rgba(4, 16, 31, 0.95) 42%, rgba(4, 16, 31, 0.38) 68%, rgba(4, 16, 31, 0.06) 100%),
    url("./assets/hero-main.webp") center / cover,
    var(--company-navy);
}

.company-hero-inner {
  display: grid;
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: center;
  max-width: 1280px;
  min-height: 520px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 82px) clamp(18px, 4vw, 42px);
}

.company-kicker {
  margin: 0 0 10px;
  color: var(--company-gold-2);
  font-size: 18px;
  font-weight: 950;
}

.company-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 7vw, 86px);
  font-weight: 700;
  line-height: 1.1;
}

.company-hero h1::first-letter {
  color: var(--company-gold-2);
}

.company-hero h1 span {
  color: var(--company-gold-2);
}

.company-hero p {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: 17px;
  font-weight: 850;
}

.company-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.company-tags span {
  min-width: 120px;
  padding: 11px 14px;
  border: 1px solid rgba(214, 169, 53, 0.5);
  background: rgba(6, 21, 42, 0.72);
  text-align: center;
  font-weight: 900;
}

.company-hero-card {
  position: relative;
  align-self: stretch;
  min-height: 360px;
}

.company-proof {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 230px;
  padding: 18px 20px;
  color: var(--company-navy);
  background: linear-gradient(135deg, var(--company-gold-2), var(--company-gold));
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.company-proof span,
.company-proof small {
  display: block;
  font-weight: 900;
}

.company-proof strong {
  display: block;
  font-size: 36px;
  line-height: 1.1;
}

.structured-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4, 16, 31, 0.98) 0%, rgba(4, 16, 31, 0.94) 44%, rgba(4, 16, 31, 0.72) 62%, rgba(4, 16, 31, 0.88) 100%),
    url("./assets/hero-network-bg.png") center / cover no-repeat,
    #071426;
}

.structured-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 48% 28%, rgba(26, 123, 255, 0.16), transparent 28%),
    radial-gradient(circle at 82% 45%, rgba(214, 169, 53, 0.12), transparent 24%);
  pointer-events: none;
}

.structured-mock-bg {
  display: none;
}

.structured-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(430px, 0.94fr) minmax(430px, 1.06fr);
  gap: 30px;
  align-items: center;
  max-width: 1400px;
  min-height: 560px;
  margin: 0 auto;
  padding: clamp(54px, 6vw, 78px) clamp(22px, 4vw, 54px) 28px;
}

.structured-hero-copy {
  max-width: 650px;
}

.structured-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.5vw, 90px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
}

.structured-hero h1::first-letter {
  color: #fff;
}

.structured-hero h1 span {
  color: var(--company-gold-2);
}

.structured-lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.95;
}

.structured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}

.structured-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 950;
}

.structured-actions a:first-child {
  color: var(--company-navy);
  background: linear-gradient(135deg, var(--company-gold-2), var(--company-gold));
  box-shadow: 0 18px 36px rgba(214, 169, 53, 0.18);
}

.structured-actions a:last-child {
  border: 1px solid var(--company-gold);
  background: rgba(6, 21, 42, 0.56);
}

.structured-hero-mock {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 380px;
}

.structured-hero-mock img {
  display: block;
  width: min(610px, 46vw);
  max-width: 100%;
  filter: drop-shadow(0 28px 44px rgba(0, 0, 0, 0.45));
}

.structured-kpi-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(22px, 4vw, 54px) 26px;
}

.structured-kpi-panel article {
  min-height: 112px;
  padding: 18px 20px;
  border: 1px solid rgba(153, 176, 210, 0.24);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(17, 42, 73, 0.72), rgba(8, 27, 51, 0.82));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.structured-kpi-panel span {
  display: block;
  color: var(--company-gold-2);
  font-size: 13px;
  font-weight: 950;
}

.structured-kpi-panel strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 27px;
  font-weight: 950;
  line-height: 1.2;
}

.structured-kpi-panel p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.structured-service-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(153, 176, 210, 0.22);
  background: rgba(4, 16, 31, 0.76);
}

.structured-service-strip span {
  display: flex;
  align-items: center;
  min-height: 86px;
  padding: 18px clamp(16px, 3vw, 42px);
  color: #fff;
  border-right: 1px solid rgba(153, 176, 210, 0.18);
  font-size: 17px;
  font-weight: 950;
}

.structured-service-strip span::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 12px;
  border: 2px solid var(--company-gold);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(214, 169, 53, 0.34);
}

.company-section {
  padding: clamp(58px, 7vw, 86px) clamp(18px, 4vw, 42px);
  background: #fff;
}

.company-ivory {
  background: var(--company-ivory);
}

.company-heading {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}

.company-heading h2,
.company-axdx h2,
.company-cta h2 {
  margin: 0;
  color: var(--company-navy);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 950;
  line-height: 1.25;
}

.company-heading h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin: 14px auto 0;
  background: var(--company-gold);
}

.company-heading p {
  margin: 12px 0 0;
  color: #5f6b7a;
  font-weight: 800;
}

.company-service-grid,
.industry-grid,
.reason-cards,
.company-flow,
.app-grid,
.builder-grid {
  max-width: 1280px;
  margin: 0 auto;
}

.company-service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.company-service-grid article,
.industry-grid article,
.reason-cards article,
.company-flow li,
.app-grid article,
.builder-grid article {
  border: 1px solid #dde3ea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(6, 21, 42, 0.06);
}

.company-service-grid article {
  min-height: 210px;
  padding: 28px 18px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.company-service-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(6, 21, 42, 0.09);
}

.company-service-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 16px;
  color: var(--company-gold-2);
  background: var(--company-navy);
  border-radius: 50%;
  font-weight: 950;
}

.company-service-grid strong,
.industry-grid strong,
.reason-cards strong,
.company-flow strong,
.app-grid strong,
.builder-grid strong {
  display: block;
  color: var(--company-navy);
  font-size: 18px;
  font-weight: 950;
}

.company-service-grid p,
.industry-grid p,
.reason-cards p,
.company-flow p,
.app-grid p,
.builder-grid p,
.company-axdx p,
.company-cta p,
.company-footer p {
  margin: 10px 0 0;
  color: #5f6b7a;
  font-size: 14px;
  font-weight: 700;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.industry-grid article {
  overflow: hidden;
  text-align: center;
}

.industry-grid img,
.company-image-placeholder {
  width: 100%;
  height: 118px;
  object-fit: cover;
}

.company-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(6, 21, 42, 0.96), rgba(11, 27, 51, 0.92)),
    repeating-linear-gradient(45deg, rgba(214, 169, 53, 0.1) 0 1px, transparent 1px 12px);
  border-bottom: 1px solid #dde3ea;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
}

.industry-grid strong {
  padding: 14px 12px 0;
}

.industry-grid p {
  padding: 0 12px 18px;
}

.reason-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.reason-cards article {
  padding: 22px;
  border-color: rgba(214, 169, 53, 0.55);
}

.reason-cards span,
.company-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  color: #fff;
  background: var(--company-navy);
  border-radius: 50%;
  font-weight: 950;
}

.company-axdx {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(58px, 7vw, 86px) clamp(18px, 4vw, 42px);
  background: #fff;
}

.company-axdx-copy {
  padding: 36px;
  border: 1px solid #dde3ea;
  border-radius: 12px;
  background: #fff;
}

.company-axdx img,
.company-axdx-placeholder {
  order: -1;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #dde3ea;
}

.company-axdx-placeholder {
  height: auto;
  min-height: 310px;
  border-bottom: 1px solid #dde3ea;
}

.mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.mini-tags span {
  padding: 7px 12px;
  border-radius: 6px;
  color: #5a4a18;
  background: #fbf5df;
  font-size: 12px;
  font-weight: 900;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.builder-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.builder-grid article {
  min-height: 210px;
  padding: 26px;
}

.builder-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  color: #fff;
  background: var(--company-navy);
  border-radius: 50%;
  font-weight: 950;
}

.app-grid article {
  min-height: 190px;
  padding: 24px;
}

.app-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 34px;
  margin-bottom: 18px;
  padding: 0 12px;
  color: var(--company-navy);
  background: #fbf5df;
  border: 1px solid rgba(214, 169, 53, 0.55);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.company-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0;
  list-style: none;
}

.company-flow li {
  position: relative;
  min-height: 170px;
  padding: 22px;
}

.company-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--company-gold);
  border-right: 2px solid var(--company-gold);
  transform: translateY(-50%) rotate(45deg);
  background: transparent;
}

.company-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: clamp(48px, 6vw, 76px) clamp(18px, 4vw, 72px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 21, 42, 0.98), rgba(6, 21, 42, 0.9)),
    var(--company-navy);
}

.company-cta h2 {
  color: #fff;
}

.company-cta p {
  color: rgba(255, 255, 255, 0.86);
}

.company-cta-actions {
  display: grid;
  gap: 12px;
  min-width: 300px;
}

.company-cta-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 6px;
  font-weight: 950;
}

.company-cta-actions a:first-child {
  color: var(--company-navy);
  background: linear-gradient(135deg, var(--company-gold-2), var(--company-gold));
}

.company-cta-actions a:last-child {
  border: 1px solid var(--company-gold);
}

.company-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 34px;
  padding: 42px clamp(18px, 4vw, 72px);
  color: #fff;
  background: var(--company-deep);
}

.company-footer strong {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}

.company-footer span {
  padding: 4px 8px;
  color: var(--company-gold-2);
  border: 1px solid var(--company-gold);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
}

.company-footer p {
  color: rgba(255, 255, 255, 0.72);
}

.company-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.company-footer small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 1180px) {
  .company-header {
    flex-wrap: wrap;
  }

  .company-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .company-hero-inner,
  .company-axdx,
  .company-cta {
    grid-template-columns: 1fr;
  }

  .company-service-grid,
  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .reason-cards,
  .company-flow,
  .app-grid,
  .builder-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .company-cta {
    display: grid;
  }

  .structured-hero-inner {
    grid-template-columns: minmax(390px, 0.94fr) minmax(390px, 1.06fr);
  }

  .structured-hero-mock {
    min-height: 340px;
    justify-content: flex-end;
  }

  .structured-hero-mock img {
    width: min(540px, 47vw);
  }

  .structured-kpi-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .structured-service-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .company-header {
    position: static;
    gap: 12px;
  }

  .company-logo {
    flex-wrap: wrap;
    white-space: normal;
  }

  .company-logo strong {
    width: 100%;
  }

  .company-download,
  .company-consult {
    flex: 1;
  }

  .company-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 44px;
  }

  .company-hero h1 {
    font-size: 44px;
  }

  .company-hero p {
    font-size: 15px;
  }

  .company-tags span {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
  }

  .company-proof {
    position: static;
    margin-top: 12px;
  }

  .company-service-grid,
  .industry-grid,
  .reason-cards,
  .company-flow,
  .app-grid,
  .builder-grid,
  .company-footer {
    grid-template-columns: 1fr;
  }

  .company-service-grid article,
  .company-flow li,
  .app-grid article,
  .builder-grid article {
    min-height: auto;
  }

  .company-flow li::after {
    display: none;
  }

  .industry-grid img {
    height: 190px;
  }

  .company-image-placeholder {
    height: 190px;
  }

  .company-axdx {
    padding-left: 18px;
    padding-right: 18px;
  }

  .company-axdx-copy {
    padding: 24px;
  }

  .company-cta-actions {
    min-width: 0;
  }

  .company-footer nav {
    grid-template-columns: 1fr;
  }

  .structured-hero-inner {
    grid-template-columns: 1fr;
    padding: 42px 18px 22px;
  }

  .structured-hero h1 {
    font-size: 45px;
  }

  .structured-lead {
    font-size: 15px;
  }

  .structured-actions {
    display: grid;
    gap: 12px;
  }

  .structured-actions a {
    width: 100%;
    min-width: 0;
  }

  .structured-hero-mock {
    min-height: 230px;
    justify-content: center;
  }

  .structured-hero-mock img {
    width: 112vw;
    max-width: none;
    transform: translateX(8vw);
  }

  .structured-kpi-panel {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 0 18px 20px;
    scroll-snap-type: x mandatory;
  }

  .structured-kpi-panel article {
    flex: 0 0 76%;
    min-height: 108px;
    scroll-snap-align: start;
  }

  .structured-service-strip {
    grid-template-columns: 1fr;
  }

  .structured-service-strip span {
    min-height: 64px;
    padding: 14px 18px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  background: var(--white);
  line-height: 1.75;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.component {
  position: relative;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 72px;
  padding: 12px clamp(20px, 4vw, 48px);
  color: var(--white);
  background: rgba(7, 20, 38, 0.96);
  border-bottom: 1px solid rgba(214, 169, 53, 0.22);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  white-space: nowrap;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(214, 169, 53, 0.7);
  border-radius: 50%;
  color: var(--gold-2);
  font-size: 20px;
  font-weight: 950;
}

.brand-name {
  color: var(--white);
  font-size: 21px;
  font-weight: 950;
}

.brand-name::first-letter {
  color: var(--gold-2);
}

.brand-company {
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.global-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2vw, 28px);
  flex: 1;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.global-nav a:hover {
  color: var(--gold-2);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 0;
  font-weight: 950;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 950;
}

.btn-gold {
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.btn-outline {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
}

.hero-section {
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 20, 38, 0.98) 0%, rgba(7, 20, 38, 0.94) 44%, rgba(7, 20, 38, 0.55) 64%, rgba(7, 20, 38, 0.15) 100%),
    radial-gradient(circle at 75% 40%, rgba(214, 169, 53, 0.14), transparent 34%),
    var(--navy);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 44px;
  max-width: var(--max);
  min-height: 620px;
  margin: 0 auto;
  padding: clamp(58px, 7vw, 88px) clamp(20px, 4vw, 48px);
}

.eyebrow,
.section-heading span,
.axdx-copy span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 6vw, 78px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0;
}

.hero-copy h1::first-letter {
  color: var(--gold-2);
}

.hero-lead {
  max-width: 620px;
  margin: 28px 0 26px;
  font-size: 18px;
  font-weight: 800;
}

.hero-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 8px;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 950;
}

.hero-badges span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(214, 169, 53, 0.14);
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  border: 1px solid rgba(214, 169, 53, 0.22);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.section {
  padding: clamp(70px, 8vw, 104px) clamp(20px, 4vw, 48px);
}

.section-light {
  background: var(--white);
}

.section-ivory {
  background: var(--ivory);
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 34px;
}

.center {
  text-align: center;
}

.section-heading h2,
.axdx-copy h2,
.cta-section h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 950;
  line-height: 1.25;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  max-width: var(--max);
  margin: 0 auto;
}

.service-card,
.child-brand-grid article,
.why-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.service-card {
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.service-card h3 {
  margin: 0;
  padding: 18px 16px 0;
  color: var(--navy);
  font-size: 18px;
  font-weight: 950;
}

.service-card p {
  margin: 0;
  padding: 10px 16px 20px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.brand-map {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 420px) 1fr;
  gap: 24px;
  align-items: center;
  max-width: 960px;
  margin: 0 auto 36px;
  color: var(--navy);
  text-align: center;
}

.brand-map-center {
  padding: 22px 28px;
  border-radius: 10px;
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--shadow);
  font-size: 32px;
  font-weight: 950;
}

.brand-map-center::first-letter {
  color: var(--gold-2);
}

.brand-map-side {
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.child-brand-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
}

.child-brand-grid article {
  min-height: 160px;
  padding: 22px 18px;
}

.child-brand-grid strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  font-weight: 950;
}

.child-brand-grid strong::first-letter {
  color: var(--gold);
}

.child-brand-grid p,
.why-grid p,
.axdx-copy p,
.cta-copy p,
.site-footer p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.brand-note {
  max-width: var(--max);
  margin: 28px auto 0;
  padding: 16px 24px;
  color: var(--white);
  background: var(--navy);
  text-align: center;
  font-weight: 900;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
}

.why-grid article {
  padding: 24px;
}

.why-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  color: var(--gold);
  border: 1px solid rgba(214, 169, 53, 0.5);
  border-radius: 50%;
  font-weight: 950;
}

.why-grid strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  font-weight: 950;
}

.section-split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.axdx-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.axdx-copy {
  padding-right: clamp(0px, 3vw, 34px);
}

.check-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  margin-top: 12px;
  color: var(--ink);
  font-weight: 850;
}

.check-list li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  color: var(--white);
  background: var(--gold);
  border-radius: 50%;
  font-size: 13px;
}

.cta-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
  padding: clamp(54px, 7vw, 82px) clamp(20px, 4vw, 48px);
  color: var(--white);
  background: var(--navy);
}

.cta-section h2 {
  color: var(--white);
}

.cta-copy {
  max-width: 720px;
}

.cta-copy p {
  color: rgba(255, 255, 255, 0.9);
}

.cta-actions {
  display: flex;
  gap: 14px;
  margin-top: 24px;
}

.cta-actions-single .btn {
  min-width: 190px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 34px;
  padding: 44px clamp(20px, 4vw, 48px);
  color: var(--white);
  background: #06101e;
  border-top: 1px solid rgba(214, 169, 53, 0.25);
}

.footer-company strong {
  display: block;
  color: var(--white);
  font-size: 18px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 12px;
}

@media (max-width: 1180px) {
  .site-header {
    flex-wrap: wrap;
  }

  .global-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero-shell,
  .section-split,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .child-brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
    gap: 14px;
  }

  .brand {
    flex-wrap: wrap;
    white-space: normal;
  }

  .brand-company {
    width: 100%;
    padding-left: 46px;
    border-left: 0;
  }

  .header-cta {
    width: 100%;
    border-radius: 10px;
  }

  .hero-shell {
    min-height: auto;
    padding-top: 44px;
  }

  .hero-copy h1 {
    font-size: 43px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .service-grid,
  .child-brand-grid,
  .why-grid,
  .brand-map,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .service-card img {
    height: 190px;
  }

  .brand-map-center {
    font-size: 28px;
  }

  .cta-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

/* Modern top only for company page */
.company-header-modern {
  gap: 28px;
  min-height: 78px;
  background: rgba(5, 16, 31, 0.96);
}

.company-header-modern .company-logo {
  gap: 12px;
}

.modern-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #efc96b;
  border: 2px solid #d6a935;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 950;
  box-shadow: 0 0 22px rgba(214, 169, 53, 0.18);
}

.company-header-modern .company-logo strong {
  color: #fff;
  font-size: 22px;
  font-weight: 950;
}

.company-header-modern .company-logo em {
  margin-left: 10px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.92);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 16px;
  font-style: normal;
  font-weight: 850;
}

.modern-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4, 16, 31, 0.98) 0%, rgba(4, 16, 31, 0.9) 35%, rgba(4, 16, 31, 0.22) 64%, rgba(4, 16, 31, 0.04) 100%),
    url("./assets/hero-axdx-dashboard-wide.png") center / cover no-repeat,
    #071426;
}

.modern-network {
  display: none;
}

.modern-hero .company-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(430px, 0.78fr) minmax(560px, 1.22fr);
  gap: 30px;
  align-items: center;
  max-width: 1500px;
  min-height: 610px;
  margin: 0 auto;
  padding: 52px clamp(28px, 4vw, 60px) 26px;
}

.modern-hero .company-hero-copy {
  position: relative;
  z-index: 3;
}

.modern-hero .company-hero h1,
.modern-hero h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(68px, 6.1vw, 104px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.34);
}

.modern-hero h1::first-letter {
  color: #fff;
}

.modern-hero h1 span {
  color: #efc96b;
}

.modern-hero .company-hero-copy p {
  max-width: 720px;
  margin: 28px 0 0;
  color: #f3f6fb;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.95;
}

.modern-hero-actions {
  display: flex;
  gap: 20px;
  margin-top: 34px;
}

.modern-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 66px;
  padding: 0 28px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 950;
}

.modern-hero-actions a:first-child {
  color: #071426;
  background: linear-gradient(135deg, #f2d786, #d6a935);
  box-shadow: 0 18px 34px rgba(214, 169, 53, 0.2);
}

.modern-hero-actions a:last-child {
  color: #fff;
  border: 1px solid #d6a935;
  background: rgba(6, 21, 42, 0.48);
}

.modern-hero-visual {
  min-height: 500px;
  pointer-events: none;
}

.modern-hero-visual img {
  display: none;
}

.modern-kpis {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(28px, 4vw, 60px) 28px;
}

.modern-kpis article,
.modern-service-band article {
  background: linear-gradient(145deg, rgba(17, 42, 73, 0.82), rgba(8, 27, 51, 0.9));
  border: 1px solid rgba(153, 176, 210, 0.22);
  border-radius: 12px;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.18);
}

.modern-kpis article {
  min-height: 126px;
  padding: 22px 28px;
}

.modern-kpis span,
.modern-service-band span {
  color: #efc96b;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.modern-kpis strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.2;
}

.modern-kpis p,
.modern-service-band p {
  margin: 8px 0 0;
  color: rgba(217, 225, 242, 0.75);
  font-size: 15px;
  font-weight: 650;
}

.modern-service-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 100%;
  border-top: 1px solid rgba(153, 176, 210, 0.22);
  border-bottom: 1px solid rgba(214, 169, 53, 0.12);
  background: rgba(4, 16, 31, 0.62);
}

.modern-service-band article {
  min-height: 156px;
  padding: 28px clamp(18px, 3vw, 52px);
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow: none;
}

.modern-service-band strong {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-size: 21px;
  font-weight: 950;
}

@media (max-width: 1180px) {
  .modern-hero .company-hero-inner {
    grid-template-columns: 1fr;
  }

  .modern-hero-visual {
    min-height: 420px;
  }

  .modern-hero-visual img {
    right: 50%;
    width: min(920px, 94vw);
    transform: translateX(50%);
  }

  .modern-kpis {
    grid-template-columns: repeat(2, 1fr);
  }

  .modern-service-band {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .company-header-modern .company-logo {
    white-space: normal;
  }

  .company-header-modern .company-logo em {
    flex-basis: 100%;
    margin-left: 52px;
    padding-left: 0;
    border-left: 0;
    font-size: 12px;
  }

  .modern-hero .company-hero-inner {
    padding: 42px 18px 16px;
  }

  .modern-hero h1 {
    font-size: 48px;
  }

  .modern-hero .company-hero-copy p {
    font-size: 16px;
    line-height: 1.85;
  }

  .modern-hero-actions {
    display: grid;
    gap: 12px;
  }

  .modern-hero-actions a {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    font-size: 16px;
  }

  .modern-hero-visual {
    min-height: 255px;
  }

  .modern-hero-visual img {
    bottom: -8px;
    width: 116vw;
  }

  .modern-kpis {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 0 18px 22px;
    scroll-snap-type: x mandatory;
  }

  .modern-kpis article {
    flex: 0 0 76%;
    scroll-snap-align: start;
  }

  .modern-service-band {
    grid-template-columns: 1fr;
  }

  .modern-service-band article {
    min-height: 130px;
    padding: 22px 18px;
  }
}

/* AX/DX company page - dark SaaS style (disabled; one version back)
.company-page {
  --company-bg: #071426;
  --company-bg-2: #081b33;
  --company-bg-3: #0b1f3a;
  --company-card: rgba(13, 35, 62, 0.82);
  --company-line: rgba(153, 176, 210, 0.22);
  --company-gold: #d6a935;
  --company-gold-2: #efc96b;
  --company-text: #ffffff;
  --company-soft: #d9e1f2;
  color: var(--company-soft);
  background: var(--company-bg);
}

.company-page .company-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 12px clamp(24px, 4vw, 56px);
  color: var(--company-text);
  background: rgba(5, 16, 31, 0.92);
  border-bottom: 1px solid rgba(214, 169, 53, 0.18);
  backdrop-filter: blur(16px);
}

.company-page .company-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  white-space: nowrap;
}

.company-page .logo-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--company-gold-2);
  border: 2px solid var(--company-gold);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 950;
  box-shadow: 0 0 22px rgba(214, 169, 53, 0.18);
}

.company-page .company-logo strong {
  color: var(--company-text);
  font-size: 22px;
  font-weight: 950;
}

.company-page .company-logo em {
  margin-left: 10px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.92);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 16px;
  font-style: normal;
  font-weight: 850;
}

.company-page .company-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(18px, 2.5vw, 34px);
  flex: 1;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 850;
  white-space: nowrap;
}

.company-page .company-consult {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  color: #071426;
  background: linear-gradient(135deg, #f1d27b, var(--company-gold));
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(214, 169, 53, 0.18);
}

.company-page .company-hero {
  position: relative;
  overflow: hidden;
  color: var(--company-text);
  background:
    radial-gradient(circle at 55% 34%, rgba(0, 119, 255, 0.18), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(214, 169, 53, 0.12), transparent 24%),
    linear-gradient(135deg, #04101f 0%, #071426 46%, #0a1f3e 100%);
}

.network-bg {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image:
    radial-gradient(circle, rgba(19, 132, 255, 0.92) 1px, transparent 2px),
    linear-gradient(35deg, transparent 0 47%, rgba(20, 116, 219, 0.18) 48% 49%, transparent 50%),
    linear-gradient(145deg, transparent 0 47%, rgba(20, 116, 219, 0.12) 48% 49%, transparent 50%);
  background-size: 140px 140px, 260px 180px, 280px 210px;
  background-position: 40px 20px, 0 80px, 80px 0;
  pointer-events: none;
}

.company-page .company-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(430px, 0.86fr) minmax(580px, 1.14fr);
  gap: 30px;
  align-items: center;
  max-width: 1500px;
  min-height: 590px;
  margin: 0 auto;
  padding: 52px clamp(28px, 4vw, 60px) 26px;
}

.company-page .company-hero h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(68px, 6.1vw, 104px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.34);
}

.company-page .company-hero h1::first-letter {
  color: #fff;
}

.company-page .company-hero h1 span {
  color: var(--company-gold-2);
}

.company-page .company-hero p {
  max-width: 720px;
  margin: 28px 0 0;
  color: #f3f6fb;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.95;
}

.company-hero-actions {
  display: flex;
  gap: 20px;
  margin-top: 34px;
}

.company-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 66px;
  padding: 0 28px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 950;
}

.company-hero-actions a:first-child {
  color: #071426;
  background: linear-gradient(135deg, #f2d786, var(--company-gold));
  box-shadow: 0 18px 34px rgba(214, 169, 53, 0.2);
}

.company-hero-actions a:last-child {
  color: #fff;
  border: 1px solid var(--company-gold);
  background: rgba(6, 21, 42, 0.48);
}

.company-hero-visual {
  position: relative;
  min-height: 500px;
}

.company-hero-visual img {
  position: absolute;
  right: -76px;
  bottom: -24px;
  width: min(940px, 63vw);
  max-width: none;
  filter: drop-shadow(0 36px 62px rgba(0, 0, 0, 0.5));
}

.hero-kpis {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(28px, 4vw, 60px) 28px;
}

.hero-kpis article,
.service-band article,
.dark-card-grid article,
.case-panel,
.flow-row li,
.download-box {
  background: linear-gradient(145deg, rgba(17, 42, 73, 0.82), rgba(8, 27, 51, 0.9));
  border: 1px solid var(--company-line);
  border-radius: 12px;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.18);
}

.hero-kpis article {
  min-height: 126px;
  padding: 22px 28px;
}

.hero-kpis span,
.service-band span,
.dark-card-grid span,
.flow-row span {
  color: var(--company-gold-2);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.hero-kpis strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.2;
}

.hero-kpis p,
.service-band p,
.dark-card-grid p,
.flow-row p,
.case-panel p,
.about-panel p,
.download-box p,
.contact-panel p {
  margin: 8px 0 0;
  color: rgba(217, 225, 242, 0.75);
  font-size: 15px;
  font-weight: 650;
}

.service-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 100%;
  border-top: 1px solid var(--company-line);
  border-bottom: 1px solid rgba(214, 169, 53, 0.12);
  background: rgba(4, 16, 31, 0.62);
}

.service-band article {
  min-height: 156px;
  padding: 28px clamp(18px, 3vw, 52px);
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow: none;
}

.service-band article:last-child {
  border-right: 0;
}

.service-band strong {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-size: 21px;
  font-weight: 950;
}

.dashboard-section,
.flow-section,
.download-contact-section,
.client-section {
  background:
    radial-gradient(circle at 80% 0%, rgba(18, 105, 198, 0.14), transparent 35%),
    linear-gradient(180deg, #071426, #081b33);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.dashboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(360px, 0.85fr);
  gap: 34px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 66px clamp(28px, 4vw, 60px);
}

.section-label {
  margin: 0 0 4px;
  color: var(--company-gold-2);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.dashboard-section h2,
.flow-section h2,
.about-news-section h2,
.download-contact-section h2,
.client-section h2,
.company-footer strong {
  margin: 0 0 18px;
  color: #fff;
  font-size: 28px;
  font-weight: 950;
}

.dark-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.dark-card-grid article {
  min-height: 232px;
  padding: 28px;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.dark-card-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(214, 169, 53, 0.48);
}

.dark-card-grid strong {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: 21px;
  font-weight: 950;
}

.dark-card-grid a,
.case-panel > a,
.about-panel a,
.news-panel a,
.download-box a {
  display: inline-flex;
  margin-top: 20px;
  color: var(--company-gold-2);
  font-size: 14px;
  font-weight: 900;
}

.case-panel {
  padding: 34px;
}

.case-screen {
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: #06101e;
}

.case-screen img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--company-line);
  border-bottom: 1px solid var(--company-line);
}

.case-metrics div {
  padding: 18px 12px;
  text-align: center;
}

.case-metrics div:not(:last-child) {
  border-right: 1px solid var(--company-line);
}

.case-metrics dt {
  color: rgba(217, 225, 242, 0.78);
  font-size: 13px;
  font-weight: 850;
}

.case-metrics dd {
  margin: 4px 0 0;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
}

.flow-section {
  padding: 62px clamp(28px, 4vw, 60px);
}

.flow-section > .section-label,
.flow-section > h2 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.flow-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  max-width: 1500px;
  margin: 28px auto 0;
  padding: 0;
  list-style: none;
}

.flow-row li {
  position: relative;
  min-height: 204px;
  padding: 26px;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%);
}

.flow-row strong {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
}

.about-news-section {
  display: grid;
  grid-template-columns: 0.9fr 0.85fr 0.75fr;
  gap: 34px;
  padding: 76px clamp(28px, 4vw, 60px);
  color: #071426;
  background: radial-gradient(circle at 42% 58%, rgba(214, 169, 53, 0.13), transparent 24%), #f7f5ef;
}

.about-panel,
.news-panel,
.contact-panel {
  padding: 24px;
}

.about-panel .section-label,
.news-panel .section-label,
.download-contact-section .section-label,
.client-section .section-label {
  color: var(--company-gold);
}

.about-news-section h2,
.download-contact-section h2 {
  color: #071426;
}

.about-panel p {
  color: #344156;
  font-weight: 700;
}

.about-panel a {
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  color: #071426;
  background: linear-gradient(135deg, #f1d27b, var(--company-gold));
  border-radius: 4px;
}

.about-image {
  overflow: hidden;
  align-self: center;
  border-radius: 12px;
  box-shadow: 0 28px 56px rgba(7, 20, 38, 0.12);
}

.about-image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.news-panel {
  background: rgba(255, 255, 255, 0.72);
  border-left: 1px solid rgba(7, 20, 38, 0.08);
}

.news-panel ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-panel li {
  display: grid;
  gap: 4px;
}

.news-panel time {
  color: #8b6d1f;
  font-size: 13px;
  font-weight: 850;
}

.news-panel span {
  color: #344156;
  font-size: 14px;
  font-weight: 750;
}

.download-contact-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
}

.download-panel {
  padding: 74px clamp(28px, 5vw, 72px);
  background: radial-gradient(circle at 92% 12%, rgba(15, 119, 219, 0.2), transparent 32%), linear-gradient(135deg, #071426, #0b2547);
}

.download-box {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 28px;
}

.download-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 5;
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(145deg, rgba(13, 35, 62, 0.98), rgba(4, 16, 31, 0.96));
  border: 1px solid var(--company-line);
  border-radius: 10px;
  text-align: center;
  font-weight: 950;
}

.download-box strong {
  color: #fff;
  font-size: 22px;
  font-weight: 950;
}

.contact-panel {
  display: grid;
  gap: 12px;
  padding: 74px clamp(28px, 5vw, 72px);
  background: #f7f5ef;
}

.contact-panel p {
  color: #4b5870;
}

.contact-panel label {
  display: grid;
  gap: 6px;
  color: #334155;
  font-size: 12px;
  font-weight: 850;
}

.contact-panel input,
.contact-panel textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: #071426;
  background: #fff;
  border: 1px solid #d9dde5;
  border-radius: 4px;
  font: inherit;
}

.contact-panel textarea {
  resize: vertical;
}

.contact-panel button {
  justify-self: start;
  min-width: 190px;
  min-height: 50px;
  margin-top: 10px;
  color: #071426;
  background: linear-gradient(135deg, #f1d27b, var(--company-gold));
  border: 0;
  border-radius: 4px;
  font: inherit;
  font-weight: 950;
}

.client-section {
  padding: 42px clamp(28px, 4vw, 60px);
}

.client-section h2 {
  font-size: 18px;
}

.client-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: center;
  max-width: 1380px;
}

.client-logos span {
  color: rgba(217, 225, 242, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 12px 14px;
  text-align: center;
  font-weight: 850;
}

.client-section small {
  display: block;
  margin-top: 18px;
  color: rgba(217, 225, 242, 0.5);
}

.company-page .company-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
  padding: 48px clamp(28px, 4vw, 60px);
  color: #fff;
  background: #04101f;
  border-top: 1px solid rgba(214, 169, 53, 0.16);
}

.company-page .company-footer span {
  padding: 4px 8px;
  color: var(--company-gold-2);
  border: 1px solid var(--company-gold);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
}

.company-page .company-footer p {
  color: rgba(217, 225, 242, 0.72);
}

.company-page .company-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  color: rgba(217, 225, 242, 0.84);
  font-weight: 800;
}

.company-page .company-footer small {
  grid-column: 1 / -1;
  color: rgba(217, 225, 242, 0.52);
}

@media (max-width: 1180px) {
  .company-page .company-header {
    flex-wrap: wrap;
  }

  .company-page .company-logo {
    width: 100%;
  }

  .company-page .company-nav {
    order: 3;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .company-page .company-hero-inner,
  .dashboard-layout,
  .about-news-section,
  .download-contact-section {
    grid-template-columns: 1fr;
  }

  .company-hero-visual {
    min-height: 420px;
  }

  .company-hero-visual img {
    right: 50%;
    width: min(920px, 94vw);
    transform: translateX(50%);
  }

  .hero-kpis,
  .dark-card-grid,
  .flow-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .client-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .company-page .company-header {
    position: static;
    min-height: auto;
    padding: 14px 18px;
  }

  .company-page .company-logo {
    gap: 9px;
    white-space: normal;
  }

  .company-page .logo-symbol {
    width: 34px;
    height: 34px;
  }

  .company-page .company-logo strong {
    font-size: 19px;
  }

  .company-page .company-logo em {
    flex-basis: 100%;
    margin-left: 43px;
    padding-left: 0;
    border-left: 0;
    font-size: 12px;
  }

  .company-page .company-consult {
    width: 100%;
  }

  .company-page .company-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 42px 18px 16px;
  }

  .company-page .company-hero h1 {
    font-size: 48px;
  }

  .company-page .company-hero p {
    font-size: 16px;
    line-height: 1.85;
  }

  .company-hero-actions {
    display: grid;
    gap: 12px;
  }

  .company-hero-actions a {
    min-width: 0;
    width: 100%;
    min-height: 56px;
    font-size: 16px;
  }

  .company-hero-visual {
    min-height: 255px;
  }

  .company-hero-visual img {
    bottom: -8px;
    width: 116vw;
  }

  .hero-kpis {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 0 18px 22px;
    scroll-snap-type: x mandatory;
  }

  .hero-kpis article {
    flex: 0 0 76%;
    scroll-snap-align: start;
  }

  .service-band,
  .dark-card-grid,
  .flow-row,
  .client-logos,
  .company-page .company-footer {
    grid-template-columns: 1fr;
  }

  .service-band article {
    min-height: 130px;
    padding: 22px 18px;
  }

  .dashboard-layout,
  .flow-section,
  .about-news-section,
  .download-panel,
  .contact-panel,
  .client-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .dark-card-grid article,
  .case-panel,
  .flow-row li {
    min-height: auto;
    padding: 22px;
  }

  .flow-row li {
    clip-path: none;
  }

  .download-box {
    grid-template-columns: 1fr;
  }

  .download-thumb {
    max-width: 190px;
  }

  .company-page .company-footer nav {
    grid-template-columns: 1fr;
  }
}

*/

/* Hero placement fix: keep mockup on the right side of the AX/DX copy */
.structured-hero {
  min-height: 760px;
}

.structured-hero-inner {
  min-height: 520px;
  grid-template-columns: minmax(420px, 0.9fr) minmax(420px, 1.1fr);
}

.structured-hero-copy {
  position: relative;
  z-index: 3;
}

.structured-hero-mock {
  position: static;
  min-height: 420px;
  display: block;
}

.structured-hero-mock img {
  position: absolute;
  z-index: 2;
  top: 142px;
  right: clamp(26px, 5vw, 92px);
  width: min(560px, 42vw);
  max-width: none;
  transform: none;
  filter: drop-shadow(0 30px 48px rgba(0, 0, 0, 0.5));
}

@media (max-width: 900px) {
  .structured-hero {
    min-height: auto;
  }

  .structured-hero-inner {
    grid-template-columns: 1fr;
  }

  .structured-hero-mock {
    min-height: 300px;
  }

  .structured-hero-mock img {
    position: relative;
    top: auto;
    right: auto;
    width: min(620px, 92vw);
    margin: 10px auto 0;
    display: block;
  }
}
