/* Spacing scale (8px grid): section 48, title 24 (hero 48/48) */
/* ============================================================
   MEDITECH GROUP — Company Pages (about-us.html / contact-us.html)
   Brand: #98292b, Inter, white/clean minimal
   ============================================================ */

/* ============================================================
   ABOUT-US PAGE
   ============================================================ */

/* --- About Hero --- */
.au-hero {
  background: linear-gradient(135deg, #1a2332 0%, #2a3654 40%, #1e2842 100%);
  position: relative;
  overflow: hidden;
  padding: 48px 0 48px;
}
.au-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -60px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: rgba(152,41,43,.07);
}
.au-hero::after {
  content: '';
  position: absolute;
  bottom: -120px; left: -50px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: rgba(255,255,255,.02);
}
.au-hero-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 18px;
  position: relative;
  z-index: 1;
}
.au-hero-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: rgba(255,255,255,.45);
  margin-bottom: 14px;
}
.au-hero h1 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.12;
  letter-spacing: -.025em;
}
.au-hero-desc {
  font-size: 17px;
  color: rgba(255,255,255,.68);
  max-width: 680px;
  line-height: 1.6;
}

/* --- Stats Bar --- */
.au-stats-bar {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.au-stats-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  gap: 0;
}
.au-stat {
  flex: 1;
  text-align: center;
  padding: 28px 20px;
  position: relative;
}
.au-stat + .au-stat::before {
  content: '';
  position: absolute;
  left: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: #e5e7eb;
}
.au-stat-value {
  font-size: 32px;
  font-weight: 800;
  color: #98292b;
  line-height: 1;
  margin-bottom: 6px;
}
.au-stat-label {
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* --- Section Container (shared) --- */
.cp-section {
  padding: 48px 0;
}
.cp-section--offwhite { background: #f8f9fa; }
.cp-section--white { background: #fff; }
.cp-section--brand { background: #98292b; color: #fff; }
.cp-section-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}
.cp-section-inner--wide {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Section Header --- */
.cp-section-header {
  text-align: center;
  margin-bottom: 24px;
}
.cp-section-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #98292b;
  margin-bottom: 10px;
}
.cp-section-title {
  font-size: 36px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 12px;
  letter-spacing: -.02em;
  line-height: 1.2;
}
.cp-section-subtitle {
  font-size: 16px;
  color: #6b7280;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}

/* --- Intro Text --- */
.au-intro {
  font-size: 17px;
  line-height: 1.8;
  color: #374151;
}
.au-intro p { margin: 0 0 20px; }
.au-intro p:last-child { margin-bottom: 0; }
.au-intro strong { color: #98292b; font-weight: 700; }
.au-intro .au-signoff {
  font-style: italic;
  color: #6b7280;
  margin-top: 8px;
}

/* --- Company Image --- */
.au-image-block {
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,.08);
}
.au-image-block img {
  width: 100%;
  display: block;
}

/* --- Values Grid --- */
.au-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.au-value-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 32px 24px;
  text-align: center;
  transition: all .3s;
}
.au-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
  border-color: #98292b;
}
.au-value-icon {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: rgba(152,41,43,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.au-value-icon svg {
  width: 28px; height: 28px;
  color: #98292b;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.au-value-name {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}
.au-value-desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}

/* --- Milestones --- */
.au-timeline {
  position: relative;
  padding-left: 40px;
}
.au-timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #98292b, rgba(152,41,43,.1));
}
.au-tl-item {
  position: relative;
  margin-bottom: 36px;
  padding-left: 36px;
}
.au-tl-item:last-child { margin-bottom: 0; }
.au-tl-item::before {
  content: '';
  position: absolute;
  left: -31px; top: 4px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: #98292b;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #98292b;
  z-index: 1;
}
.au-tl-year {
  font-size: 14px;
  font-weight: 700;
  color: #98292b;
  letter-spacing: .03em;
  margin-bottom: 4px;
}
.au-tl-title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}
.au-tl-desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* --- Product Lines Grid (compact) --- */
.au-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.au-product-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px 18px;
  transition: all .25s;
  text-decoration: none;
  color: inherit;
}
.au-product-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
  border-color: #98292b;
}
.au-pc-icon {
  width: 40px; height: 40px;
  border-radius: 8px;
  background: rgba(152,41,43,.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.au-pc-icon svg {
  width: 20px; height: 20px;
  color: #98292b;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.au-pc-info { flex: 1; min-width: 0; }
.au-pc-name {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 2px;
}
.au-pc-count {
  font-size: 12px;
  color: #9ca3af;
}

/* --- Certifications --- */
.au-certs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.au-cert-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 36px 28px;
  text-align: center;
  transition: all .3s;
}
.au-cert-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,.06);
  border-color: #98292b;
}
.au-cert-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(152,41,43,.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.au-cert-icon svg {
  width: 32px; height: 32px;
  color: #98292b;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.au-cert-name {
  font-size: 19px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}
.au-cert-desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}

/* --- Global Reach --- */
.au-global {
  text-align: center;
}
.au-global-map {
  max-width: 720px;
  margin: 0 auto 40px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,.08);
}
.au-global-map img {
  width: 100%;
  display: block;
}
.au-global-regions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}
.au-region-card {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;
  padding: 20px 16px;
  text-align: center;
  transition: background .3s;
}
.au-region-card:hover {
  background: rgba(255,255,255,.18);
}
.au-region-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.au-region-count {
  font-size: 28px;
  font-weight: 800;
  color: rgba(255,255,255,.85);
}

/* --- About CTA --- */
.au-cta-wrap {
  text-align: center;
  margin-top: 48px;
}
.au-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: #98292b;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all .25s;
}
.au-cta:hover { background: #7d2224; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(152,41,43,.25); }
.au-cta svg { width: 18px; height: 18px; }

/* --- Share Bar --- */
.au-share-bar {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #e5e7eb;
}
.au-share-label {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.au-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 6px;
  background: #f3f4f6;
  color: #6b7280;
  text-decoration: none;
  transition: all .2s;
}
.au-share-btn:hover { background: #98292b; color: #fff; }
.au-share-btn svg { width: 16px; height: 16px; }

/* ============================================================
   CONTACT-US PAGE
   ============================================================ */

/* --- Contact Hero --- */
.cu-hero {
  background: linear-gradient(135deg, #1a2332 0%, #2a3654 40%, #1e2842 100%);
  position: relative;
  overflow: hidden;
  padding: 48px 0 48px;
}
.cu-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(152,41,43,.06);
}
.cu-hero::after {
  content: '';
  position: absolute;
  bottom: -140px; left: -70px;
  width: 350px; height: 350px;
  border-radius: 50%;
  background: rgba(255,255,255,.02);
}
.cu-hero-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.cu-hero-label {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: rgba(255,255,255,.45);
  margin-bottom: 14px;
}
.cu-hero h1 {
  font-size: 48px; font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.12;
  letter-spacing: -.025em;
}
.cu-hero-desc {
  font-size: 17px;
  color: rgba(255,255,255,.68);
  max-width: 680px;
  line-height: 1.6;
}

/* --- Quick Contact Info Bar --- */
.cu-quick-info {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.cu-quick-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  gap: 0;
}
.cu-quick-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  position: relative;
}
.cu-quick-item + .cu-quick-item::before {
  content: '';
  position: absolute;
  left: 0; top: 18%; bottom: 18%;
  width: 1px;
  background: #e5e7eb;
}
.cu-qi-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: rgba(152,41,43,.07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cu-qi-icon svg {
  width: 20px; height: 20px;
  color: #98292b;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cu-qi-label {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 2px;
}
.cu-qi-value {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}
.cu-qi-value a { color: #111827; text-decoration: none; }
.cu-qi-value a:hover { color: #98292b; }

/* --- Contact Layout (Form + Info) --- */
.cu-layout {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 48px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Inquiry Form --- */
.cu-form-section { }

.cu-form-intro {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* Required Fields Note */
.cu-form-required-note {
  background: #fffbf0;
  border: 1px solid #fde68a;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 28px;
}
.cu-frn-title {
  font-size: 14px;
  font-weight: 700;
  color: #92400e;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cu-frn-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cu-frn-list li {
  font-size: 13px;
  color: #78350f;
  line-height: 1.7;
  padding-left: 16px;
  position: relative;
}
.cu-frn-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #f59e0b;
}

/* Form Grid */
.cu-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cu-form-group { }
.cu-form-group--full { grid-column: 1 / -1; }
.cu-form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}
.cu-form-label .required {
  color: #98292b;
  margin-left: 2px;
}
.cu-form-input,
.cu-form-select,
.cu-form-textarea {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  font-family: 'Inter', system-ui, sans-serif;
  color: #111827;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  transition: all .2s;
  box-sizing: border-box;
}
.cu-form-input:focus,
.cu-form-select:focus,
.cu-form-textarea:focus {
  outline: none;
  border-color: #98292b;
  box-shadow: 0 0 0 3px rgba(152,41,43,.1);
}
.cu-form-textarea { min-height: 120px; resize: vertical; }

.cu-form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  cursor: pointer;
}
.cu-form-checkbox input {
  width: 18px; height: 18px;
  margin-top: 1px;
  accent-color: #98292b;
  flex-shrink: 0;
}

.cu-form-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  background: #98292b;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Inter', system-ui, sans-serif;
  transition: all .25s;
}
.cu-form-submit:hover { background: #7d2224; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(152,41,43,.3); }
.cu-form-submit svg { width: 18px; height: 18px; }

/* --- Sidebar --- */
.cu-sidebar {
  position: sticky;
  top: 100px;
}

/* Office Cards */
.cu-offices-heading {
  font-size: 18px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 16px;
}
.cu-office-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 12px;
  transition: all .25s;
}
.cu-office-card:hover { border-color: #98292b; box-shadow: 0 4px 16px rgba(0,0,0,.05); }
.cu-oc-region {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #98292b;
  margin-bottom: 4px;
}
.cu-oc-name {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}
.cu-oc-info {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.7;
}
.cu-oc-info a { color: #98292b; text-decoration: none; }
.cu-oc-info a:hover { text-decoration: underline; }

/* Department Contacts */
.cu-dept-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cu-dept-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: all .25s;
}
.cu-dept-item:hover { border-color: #98292b; }
.cu-di-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(152,41,43,.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cu-di-icon svg {
  width: 18px; height: 18px;
  color: #98292b;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cu-di-info { flex: 1; min-width: 0; }
.cu-di-label {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 2px;
}
.cu-di-value {
  font-size: 14px;
  color: #111827;
  font-weight: 500;
}
.cu-di-value a { color: #98292b; text-decoration: none; }
.cu-di-value a:hover { text-decoration: underline; }

/* CC Note */
.cu-cc-note {
  background: #fef3f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 13px;
  color: #991b1b;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
}
.cu-cc-note svg {
  width: 16px; height: 16px;
  flex-shrink: 0;
  margin-top: 1px;
  color: #dc2626;
}

/* --- Map Section --- */
.cu-map-section { padding: 0 0 80px; }
.cu-map-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}
.cu-map-inner {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,.08);
}
.cu-map-inner img {
  width: 100%;
  display: block;
}
.cu-map-info {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #fff;
  border-top: 1px solid #f3f4f6;
  font-size: 14px;
  color: #6b7280;
}
.cu-map-info svg { width: 18px; height: 18px; color: #98292b; flex-shrink: 0; }

/* --- Support Resources Section --- */
.cu-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.cu-support-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 18px 20px;
  text-decoration: none;
  color: inherit;
  transition: all .25s;
}
.cu-support-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
  border-color: #98292b;
  transform: translateY(-2px);
}
.cu-sc-icon {
  width: 40px; height: 40px;
  border-radius: 8px;
  background: rgba(152,41,43,.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cu-sc-icon svg {
  width: 20px; height: 20px;
  color: #98292b;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cu-sc-label {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* ≤1024px */
@media (max-width: 1024px) {
  .au-values-grid { grid-template-columns: repeat(2, 1fr); }
  .au-products-grid { grid-template-columns: repeat(2, 1fr); }
  .cu-layout { grid-template-columns: 1fr; gap: 36px; }
  .cu-sidebar { position: static; }
  .au-global-regions { grid-template-columns: repeat(2, 1fr); }
  .cu-support-grid { grid-template-columns: repeat(2, 1fr); }
  .cu-quick-inner { flex-wrap: wrap; }
  .cu-quick-item { flex: 1 1 45%; }
  .cu-quick-item:nth-child(3)::before { display: none; }
}

/* ≤768px */
@media (max-width: 768px) {
  .au-hero h1, .cu-hero h1 { font-size: 34px; }
  .au-hero-desc, .cu-hero-desc { font-size: 15px; }
  .cp-section-title { font-size: 28px; }
  .au-values-grid { grid-template-columns: 1fr; }
  .au-products-grid { grid-template-columns: 1fr; }
  .au-certs-grid { grid-template-columns: 1fr; }
  .au-global-regions { grid-template-columns: repeat(2, 1fr); }
  .au-stats-inner { flex-wrap: wrap; }
  .au-stat { flex: 1 1 45%; }
  .au-stat:nth-child(3)::before { display: none; }
  .cu-form-grid { grid-template-columns: 1fr; }
  .cu-support-grid { grid-template-columns: 1fr; }
  .cu-quick-inner { flex-direction: column; }
  .cu-quick-item { flex: 1; }
  .cu-quick-item + .cu-quick-item::before { display: none; }
  .cu-quick-item + .cu-quick-item { border-top: 1px solid #e5e7eb; }
}

/* ≤480px */
@media (max-width: 480px) {
  .au-hero h1, .cu-hero h1 { font-size: 28px; }
  .au-hero-inner { padding: 0 18px; }
  .cp-section-title { font-size: 24px; }
  .au-stat { flex: 1 1 100%; }
  .au-stat + .au-stat::before { display: none; }
  .au-stat + .au-stat { border-top: 1px solid #e5e7eb; }
  .au-timeline { padding-left: 28px; }
  .au-tl-item { padding-left: 24px; }
  .cu-layout { gap: 24px; }
  .au-global-regions { grid-template-columns: 1fr; }
}
