/* ============================================================
   Company Page Styles
   Extracted from #/Company.html
   ============================================================ */

/* ---- CSS Custom Properties ---- */
.aboutus-page {
  --au-red:          var(--brand-red);
  --au-red-dark:     var(--brand-red-dark);
  --au-red-bright:   var(--brand-red-bright);
  --au-brick:        var(--brand-red-dark);
  --au-black:        #333;
  --au-navy:         var(--brand-navy);
  --au-text:         var(--brand-text);
  --au-muted:        var(--brand-muted);
  --au-soft:         var(--brand-soft);
  --au-white:        var(--brand-paper);
  --au-border:       var(--brand-line);
  --au-border-strong: var(--brand-line-strong);
  --au-shadow:       0 18px 46px rgba(16, 24, 40, 0.10);
  --au-shadow-soft:  0 12px 28px rgba(16, 24, 40, 0.06);
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: var(--au-text);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.66;
}

/* ---- Reset ---- */
.aboutus-page *,
.aboutus-page *::before,
.aboutus-page *::after {
  box-sizing: border-box;
}

.aboutus-page a {
  text-decoration: none;
}

.aboutus-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.aboutus-page [id] {
  scroll-margin-top: 56px;
}

.aboutus-page h1,
.aboutus-page h2,
.aboutus-page h3,
.aboutus-page p {
  margin-top: 0;
}

/* ---- Container ---- */
.aboutus-page .au-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* ---- Nav (if used) ---- */
.aboutus-page .au-nav::-webkit-scrollbar {
  display: none;
}

.aboutus-page .au-nav a:hover {
  background: rgba(26, 140, 238, 0.88);
  color: #fff;
}

/* ---- Hero ---- */
.aboutus-page .au-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: stretch;
  color: #fff;
  background: #101828;
  overflow: hidden;
}

.aboutus-page .au-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.50;
}

.aboutus-page .au-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(16, 24, 40, 0.98) 0%, rgba(16, 24, 40, 0.88) 48%, rgba(51, 51, 51, 0.52) 76%, rgba(1, 120, 218, 0.52) 100%),
    linear-gradient(180deg, rgba(16, 24, 40, 0.08) 0%, rgba(16, 24, 40, 0.82) 100%);
}

.aboutus-page .au-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.13;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.82), transparent);
}

.aboutus-page .au-hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  gap: 42px;
  align-items: end;
  padding: 106px 0 72px;
}

/* ---- Breadcrumbs ---- */
.aboutus-page .au-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.aboutus-page .au-breadcrumbs span:not(:last-child)::after {
  content: "/";
  margin-left: 7px;
  color: rgba(255, 255, 255, 0.42);
}

/* ---- Eyebrow / Kicker ---- */
.aboutus-page .au-eyebrow,
.aboutus-page .au-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.aboutus-page .au-kicker {
  color: var(--au-red);
}

.aboutus-page .au-section.dark .au-kicker {
  color: rgba(255, 255, 255, 0.88);
}

.aboutus-page .au-eyebrow::before,
.aboutus-page .au-kicker::before {
  content: "";
  width: 38px;
  height: 3px;
  background: var(--au-red-bright);
}

/* ---- Hero Title ---- */
.aboutus-page .au-hero h1 {
  max-width: 920px;
  margin: 16px 0 20px;
  color: #fff;
  font-size: clamp(40px, 5.6vw, 74px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.045em;
  overflow-wrap: break-word;
}

.aboutus-page .au-hero-lead {
  max-width: 890px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.76;
  overflow-wrap: break-word;
}

.aboutus-page .au-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

/* ---- Buttons ---- */
.aboutus-page .au-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 18px;
  border: 1px solid var(--au-red);
  border-radius: 8px;
  background: var(--au-red);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.aboutus-page button.au-btn {
  appearance: none;
  font-family: inherit;
  cursor: pointer;
}

.aboutus-page .au-btn:hover {
  transform: translateY(-1px);
  background: var(--au-red-dark);
  border-color: var(--au-red-dark);
}

.aboutus-page .au-btn.secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.aboutus-page .au-btn.secondary:hover {
  background: #fff;
  border-color: #fff;
  color: var(--au-navy);
}

.aboutus-page .au-btn.light {
  background: #fff;
  border-color: #fff;
  color: var(--au-navy);
}

.aboutus-page .au-btn.light:hover {
  background: rgba(255, 255, 255, 0.90);
  border-color: rgba(255, 255, 255, 0.90);
}

/* ---- Hero Panel ---- */
.aboutus-page .au-hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 66px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.aboutus-page .au-panel-top {
  padding: 20px 20px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.aboutus-page .au-panel-top strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 19px;
  line-height: 1.26;
  font-weight: 800;
}

.aboutus-page .au-panel-top p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.62;
}

.aboutus-page .au-panel-list {
  display: grid;
}

.aboutus-page .au-panel-item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.aboutus-page .au-panel-item:last-child {
  border-bottom: 0;
}

.aboutus-page .au-panel-item span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(26, 140, 238, 0.22);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.aboutus-page .au-panel-item strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
}

.aboutus-page .au-panel-item em {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.45;
  font-style: normal;
}

/* ---- Signal Strip ---- */
.aboutus-page .au-signal-strip {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  background: #fff;
  border-bottom: 1px solid var(--au-border);
}

.aboutus-page .au-signal-inner {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: var(--au-border);
  border-left: 1px solid var(--au-border);
  border-right: 1px solid var(--au-border);
}

.aboutus-page .au-signal-item {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 10px;
  background: #fff;
  color: var(--au-navy);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.aboutus-page .au-signal-item--link {
  transition: background 0.2s, box-shadow 0.2s;
}

.aboutus-page .au-signal-item--link:hover {
  background: var(--au-soft);
  box-shadow: inset 0 0 0 1px rgba(26, 140, 238, 0.2);
}

.aboutus-page .au-signal-icon {
  width: 28px;
  height: 28px;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}

.aboutus-page .au-signal-label {
  display: block;
}

/* ---- Sections ---- */
.aboutus-page .au-section {
  padding: 70px 0;
  background: var(--au-soft);
}

.aboutus-page .au-section.white {
  background: #fff;
}

.aboutus-page .au-section.dark {
  background:
    linear-gradient(135deg, rgba(16, 24, 40, 0.98), rgba(51, 51, 51, 0.96)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 74px);
  color: rgba(255, 255, 255, 0.78);
}

.aboutus-page .au-section-head {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--au-border);
}

.aboutus-page .au-section.dark .au-section-head {
  border-color: rgba(255, 255, 255, 0.16);
}

.aboutus-page .au-section h2 {
  margin: 12px 0 0;
  color: var(--au-navy);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
}

.aboutus-page .au-section.dark h2 {
  color: #fff;
}

/* ---- Grid System ---- */
.aboutus-page .au-grid {
  display: grid;
  gap: 18px;
}

.aboutus-page .au-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aboutus-page .au-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aboutus-page .au-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* ---- Stat Cards ---- */
.aboutus-page .au-stat-card {
  min-height: 158px;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid var(--au-border);
  background: linear-gradient(145deg, #fff, #f8fafc);
  box-shadow: var(--au-shadow-soft);
  position: relative;
  overflow: hidden;
}

.aboutus-page .au-stat-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 4px;
  height: 44px;
  background: var(--au-red);
}

.aboutus-page .au-stat-card strong {
  display: block;
  color: var(--au-navy);
  font-size: 31px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.aboutus-page .au-stat-card span {
  display: block;
  margin-top: 10px;
  color: var(--au-muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ---- Story Grid ---- */
.aboutus-page .au-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  gap: 30px;
  align-items: stretch;
}

.aboutus-page .au-copy-panel,
.aboutus-page .au-card,
.aboutus-page .au-feature-card {
  border: 1px solid var(--au-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--au-shadow-soft);
}

.aboutus-page .au-copy-panel {
  padding: 30px;
}

.aboutus-page .au-copy-panel p {
  margin: 0 0 16px;
  color: var(--au-text);
  font-size: 15px;
  line-height: 1.78;
  overflow-wrap: break-word;
}

.aboutus-page .au-copy-panel p:last-child {
  margin-bottom: 0;
}

/* ---- Media Panel ---- */
.aboutus-page .au-media-panel {
  position: relative;
  min-height: 430px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--au-border);
  background: #101828;
  box-shadow: var(--au-shadow);
}

.aboutus-page .au-media-panel img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  opacity: 0.88;
}

.aboutus-page .au-media-label {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px;
  border-radius: 10px;
  background: rgba(16, 24, 40, 0.86);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

.aboutus-page .au-media-label strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

/* ---- Feature Cards ---- */
.aboutus-page .au-feature-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.aboutus-page .au-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--au-shadow);
  border-color: rgba(26, 140, 238, 0.24);
}

.aboutus-page .au-product-visual {
  width: 100%;
  aspect-ratio: 3/2;
  background:
    radial-gradient(circle at 50% 34%, rgba(26, 140, 238, 0.11), transparent 42%),
    linear-gradient(145deg, #fff, #f3f4f6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-bottom: 1px solid var(--au-border);
  overflow: hidden;
}

.aboutus-page .au-product-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aboutus-page .au-feature-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* ---- Labels ---- */
.aboutus-page .au-label {
  display: block;
  margin-bottom: 10px;
  color: var(--au-red);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.aboutus-page .au-feature-card h3,
.aboutus-page .au-card h3 {
  margin: 0 0 10px;
  color: var(--au-navy);
  font-size: 20px;
  line-height: 1.28;
  font-weight: 800;
}

.aboutus-page .au-feature-card p,
.aboutus-page .au-card p {
  margin: 0 0 16px;
  color: var(--au-text);
  font-size: 14px;
  line-height: 1.72;
}

/* ---- Lists ---- */
.aboutus-page .au-list {
  display: grid;
  gap: 9px;
  margin: 16px 0 20px;
  padding: 0;
  list-style: none;
}

.aboutus-page .au-list li {
  position: relative;
  padding-left: 18px;
  color: var(--au-text);
  font-size: 13px;
  line-height: 1.55;
}

.aboutus-page .au-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--au-red-bright);
  transform: translateY(-50%);
}

/* ---- Text Links ---- */
.aboutus-page .au-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: auto;
  color: var(--au-red);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  transition: gap 0.2s ease, color 0.2s ease;
}

.aboutus-page .au-text-link::after {
  content: "\203A";
  font-size: 18px;
  line-height: 1;
}

.aboutus-page .au-text-link:hover {
  gap: 10px;
  color: var(--au-red-bright);
}

/* ---- Capability Layout ---- */
.aboutus-page .au-capability-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.40fr) minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
}

.aboutus-page .au-dark-media {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: #333;
}

.aboutus-page .au-dark-media img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  opacity: 0.84;
}

.aboutus-page .au-dark-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(16, 24, 40, 0.82) 100%);
}

/* ---- Process Grid ---- */
.aboutus-page .au-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.aboutus-page .au-process-card {
  position: relative;
  min-height: 222px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.aboutus-page .au-process-card::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 0;
  width: 48px;
  height: 4px;
  background: var(--au-red-bright);
}

.aboutus-page .au-process-card span {
  display: block;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.aboutus-page .au-process-card h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.aboutus-page .au-process-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.62;
  overflow-wrap: break-word;
}

/* ---- Quality Cards ---- */
.aboutus-page .au-quality-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--au-border);
  box-shadow: var(--au-shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.aboutus-page .au-quality-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--au-shadow);
  border-color: rgba(26, 140, 238, 0.24);
}

.aboutus-page .au-quality-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.aboutus-page .au-quality-body {
  padding: 24px;
}

.aboutus-page .au-quality-body h3 {
  margin: 0 0 12px;
  color: var(--au-navy);
  font-size: 20px;
  line-height: 1.28;
  font-weight: 800;
}

.aboutus-page .au-quality-body p {
  margin: 0 0 18px;
  color: var(--au-text);
  font-size: 14px;
  line-height: 1.72;
}

/* ---- Certificates ---- */
.aboutus-page .au-cert-intro {
  max-width: 980px;
  margin: -8px 0 28px;
  color: var(--au-text);
  font-size: 15px;
  line-height: 1.78;
}

.aboutus-page .au-cert-intro a {
  color: var(--au-red);
  font-weight: 800;
}

.aboutus-page .au-cert-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.aboutus-page .au-cert-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
  border: 1px solid var(--au-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--au-shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.aboutus-page .au-cert-card:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 140, 238, 0.24);
  box-shadow: 0 20px 42px rgba(16, 24, 40, 0.12);
}

.aboutus-page .au-cert-visual {
  height: 310px;
  padding: 18px;
  border-bottom: 1px solid var(--au-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 244, 246, 0.96)),
    repeating-linear-gradient(135deg, rgba(16, 24, 40, 0.03) 0 1px, transparent 1px 12px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutus-page .au-cert-visual img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.12);
}

.aboutus-page .au-cert-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 14px 20px;
  background: #fff;
}

.aboutus-page .au-cert-card h3 {
  margin: 0;
  color: var(--au-navy);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.aboutus-page .au-cert-meta,
.aboutus-page .au-cert-scope {
  margin: 0;
  color: var(--au-muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.aboutus-page .au-cert-meta strong,
.aboutus-page .au-cert-scope strong {
  color: var(--au-navy);
  font-weight: 800;
}

.aboutus-page .au-cert-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.aboutus-page .au-cert-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--au-border-strong);
  border-radius: 6px;
  color: var(--au-navy);
  background: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.aboutus-page .au-cert-more:hover {
  color: #fff;
  background: var(--au-red);
  border-color: var(--au-red);
}

/* ---- Market System ---- */
.aboutus-page .au-market-system {
  display: grid;
  gap: 18px;
}

.aboutus-page .au-market-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 1fr);
  gap: 0;
  border: 1px solid rgba(16, 24, 40, 0.10);
  border-radius: 14px;
  background: linear-gradient(90deg, #fff, #fbfcfe);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.07);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.aboutus-page .au-market-panel:hover {
  transform: translateY(-2px);
  border-color: rgba(1, 120, 218, 0.22);
  box-shadow: 0 24px 52px rgba(16, 24, 40, 0.10);
}

.aboutus-page .au-market-main {
  position: relative;
  isolation: isolate;
  min-height: 224px;
  padding: 24px;
  color: #fff;
  overflow: hidden;
  --market-image: none;
  background:
    radial-gradient(circle at 18% 10%, rgba(26, 140, 238, 0.42), transparent 30%),
    linear-gradient(135deg, rgba(0, 60, 110, 0.98), rgba(16, 24, 40, 0.98) 72%);
}

.aboutus-page .au-market-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--market-image);
  background-position: center;
  background-size: cover;
  opacity: 0.16;
  filter: saturate(0.92) contrast(1.12);
  transform: scale(1.06);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.aboutus-page .au-market-panel:hover .au-market-main::before {
  opacity: 0.20;
  transform: scale(1.09);
}

.aboutus-page .au-market-main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(16, 24, 40, 0.54), rgba(16, 24, 40, 0.12) 60%),
    linear-gradient(135deg, rgba(26, 140, 238, 0.22), rgba(0, 0, 0, 0) 54%),
    linear-gradient(rgba(255, 255, 255, 0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.10) 1px, transparent 1px);
  background-size: auto, auto, 52px 52px, 52px 52px;
}

.aboutus-page .au-market-index {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.aboutus-page .au-market-main h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  max-width: 310px;
  color: #fff;
  font-size: 23px;
  line-height: 1.16;
  font-weight: 800;
}

.aboutus-page .au-market-main h3::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.62);
}

.aboutus-page .au-market-detail {
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

.aboutus-page .au-market-detail p {
  margin: 0 0 16px;
  color: var(--au-text);
  font-size: 14px;
  line-height: 1.72;
}

.aboutus-page .au-market-detail strong {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--au-navy);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
}

.aboutus-page .au-market-detail strong::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--au-red);
}

/* ---- Tags ---- */
.aboutus-page .au-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aboutus-page .au-tags li {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--au-soft);
  border: 1px solid var(--au-border);
  color: var(--au-text);
  font-size: 11px;
  font-weight: 800;
}

/* ---- CTA ---- */
.aboutus-page .au-cta {
  position: relative;
  overflow: hidden;
  background: #101828;
  color: #fff;
}

.aboutus-page .au-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.26;
}

.aboutus-page .au-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(110deg, rgba(1, 120, 218, 0.94), rgba(16, 24, 40, 0.92) 58%, rgba(16, 24, 40, 0.80));
}

.aboutus-page .au-cta-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 48px 0;
}

.aboutus-page .au-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
}

.aboutus-page .au-cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  line-height: 1.72;
  overflow-wrap: break-word;
}

.aboutus-page .au-cta-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

/* ============================================================
   Responsive - Tablet (max-width: 1080px)
   ============================================================ */
@media (max-width: 1080px) {
  .aboutus-page .au-hero-inner,
  .aboutus-page .au-story-grid,
  .aboutus-page .au-capability-layout {
    grid-template-columns: 1fr;
  }

  .aboutus-page .au-grid-4,
  .aboutus-page .au-cert-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aboutus-page .au-signal-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aboutus-page .au-market-panel {
    grid-template-columns: 1fr;
  }

  .aboutus-page .au-hero-panel {
    max-width: 720px;
  }
}

/* ============================================================
   Responsive - Mobile (max-width: 760px)
   ============================================================ */
@media (max-width: 760px) {
  .aboutus-page .au-container {
    width: min(100% - 24px, 1180px);
  }

  .aboutus-page .au-hero {
    min-height: auto;
  }

  .aboutus-page .au-hero-inner {
    display: block;
    padding: 82px 0 50px;
  }

  .aboutus-page .au-hero h1 {
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  .aboutus-page .au-hero-lead {
    font-size: 14px;
  }

  .aboutus-page .au-hero-actions .au-btn,
  .aboutus-page .au-cta-actions .au-btn {
    width: 100%;
  }

  .aboutus-page .au-hero-panel {
    margin-top: 28px;
  }

  .aboutus-page .au-grid-2,
  .aboutus-page .au-grid-3,
  .aboutus-page .au-grid-4,
  .aboutus-page .au-process-grid,
  .aboutus-page .au-cert-gallery,
  .aboutus-page .au-signal-inner {
    grid-template-columns: 1fr;
  }

  .aboutus-page .au-section {
    padding: 48px 0;
  }

  .aboutus-page .au-copy-panel,
  .aboutus-page .au-feature-body,
  .aboutus-page .au-quality-body,
  .aboutus-page .au-market-main,
  .aboutus-page .au-market-detail {
    padding: 20px;
  }

  .aboutus-page .au-media-panel,
  .aboutus-page .au-media-panel img,
  .aboutus-page .au-dark-media,
  .aboutus-page .au-dark-media img {
    min-height: 340px;
  }

  .aboutus-page .au-cert-visual {
    height: 300px;
  }

  .aboutus-page .au-cta-inner {
    grid-template-columns: 1fr;
    padding: 40px 0;
  }

  .aboutus-page .au-cta-actions {
    justify-content: stretch;
  }
}
