/* ═══════════════════════════════════════════════════════
   GDATA GROUP — about_us.css
   Scope: About Us page (hero, vision & mission).
   ═══════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────
   0. SHARED LAYOUT
   ───────────────────────────────────────────────────── */
.au-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 102px;
}

.au-eyebrow {
  display: inline-block;
  color: #48D6FF;
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.au-eyebrow-pill {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(13, 89, 242, 0.18);
  border: 1px solid rgba(72, 214, 255, 0.35);
  color: #48D6FF;
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* ─────────────────────────────────────────────────────
   1. HERO
   ───────────────────────────────────────────────────── */
.au-hero {
  padding: 64px 0 40px;
}

.au-hero-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 420px;
  background-color: #00112B;
  background-image:
    linear-gradient(180deg, rgba(0, 17, 43, 0.55) 0%, rgba(0, 17, 43, 0.92) 100%),
    url("../assets/images/Server Aisle.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.au-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top, rgba(13, 89, 242, 0.25) 0%, transparent 60%),
    radial-gradient(ellipse at bottom, rgba(0, 17, 43, 0.85) 0%, transparent 70%);
  pointer-events: none;
}

.au-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 96px 32px;
  max-width: 880px;
  margin: 0 auto;
}

.au-hero-title {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: clamp(2.4rem, 5.5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.08;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
}

.au-hero-desc {
  max-width: 620px;
  margin: 0 auto;
  color: #94A3B8;
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

/* ─────────────────────────────────────────────────────
   2. VISION & MISSION
   ───────────────────────────────────────────────────── */
.au-vm {
  padding: 80px 0 96px;
}

.au-vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.au-vm-left {
  max-width: 560px;
}

.au-vm-title {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
}

.au-vm-desc {
  color: #94A3B8;
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 32px;
}

/* Cards */
.au-vm-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.au-vm-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 22px;
  background: rgba(0, 21, 48, 0.65);
  border: 1px solid rgba(72, 153, 255, 0.18);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  transition: transform var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}

.au-vm-card:hover {
  transform: translateY(-3px);
  border-color: rgba(72, 153, 255, 0.42);
  box-shadow: 0 14px 36px rgba(13, 89, 242, 0.22);
}

.au-vm-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0D59F2 0%, #3D7FFF 100%);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(13, 89, 242, 0.35);
}

.au-vm-card-body {
  flex: 1;
  min-width: 0;
}

.au-vm-card-title {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 6px;
  letter-spacing: 0;
}

.au-vm-card-desc {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
  color: #94A3B8;
  margin: 0;
}

/* Right image */
.au-vm-right {
  display: flex;
  justify-content: center;
}

.au-vm-image {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

.au-vm-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 1px solid rgba(72, 153, 255, 0.18);
  pointer-events: none;
}

.au-vm-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.au-eyebrow--center {
  display: block;
  text-align: center;
  margin-bottom: 12px;
}

/* ─────────────────────────────────────────────────────
   3. CORE VALUES
   ───────────────────────────────────────────────────── */
.au-cv {
  position: relative;
  padding: 80px 0 120px;
  overflow: hidden;
}

.au-cv-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 80% 60% at 80% 60%, rgba(13, 89, 242, 0.18) 0%, transparent 60%),
    radial-gradient(circle at 75% 70%, rgba(72, 214, 255, 0.08) 0%, transparent 45%);
  pointer-events: none;
  z-index: 0;
}

.au-cv-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(72, 153, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 153, 255, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  background-position: 60% 50%;
  mask-image: radial-gradient(ellipse 60% 60% at 80% 60%, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 80% 60%, #000 0%, transparent 70%);
  opacity: 0.7;
}

.au-cv .au-container {
  position: relative;
  z-index: 1;
}

.au-cv-head {
  text-align: center;
  margin-bottom: 56px;
}

.au-cv-title {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
}

.au-cv-divider {
  display: inline-block;
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #48D6FF, transparent);
  border-radius: 2px;
}

.au-cv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.au-cv-card {
  position: relative;
  padding: 26px 22px 28px;
  background: rgba(0, 21, 48, 0.55);
  border: 1px solid rgba(72, 153, 255, 0.16);
  border-radius: 14px;
  backdrop-filter: blur(6px);
  transition: transform var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}

.au-cv-card:hover {
  transform: translateY(-4px);
  border-color: rgba(72, 153, 255, 0.42);
  box-shadow: 0 18px 40px rgba(13, 89, 242, 0.22);
}

.au-cv-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(13, 89, 242, 0.18);
  border: 1px solid rgba(72, 153, 255, 0.30);
  color: #48D6FF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 36px;
}

.au-cv-card-title {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 10px;
}

.au-cv-card-desc {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 13.5px;
  line-height: 1.65;
  color: #94A3B8;
  margin: 0;
}

/* ─────────────────────────────────────────────────────
   4. EXECUTIVE LEADERSHIP
   ───────────────────────────────────────────────────── */
.au-exec {
  padding: 0 0 100px;
}

.au-exec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 36px;
}

.au-exec-head-left {
  max-width: 560px;
}

.au-exec-title {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
}

.au-exec-desc {
  color: #94A3B8;
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.au-exec-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(13, 89, 242, 0.16);
  border: 1px solid rgba(72, 153, 255, 0.35);
  color: #E2E8F0;
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              color var(--dur) var(--ease),
              transform var(--dur) var(--ease);
}

.au-exec-btn:hover {
  background: rgba(13, 89, 242, 0.32);
  border-color: rgba(72, 153, 255, 0.6);
  color: #FFFFFF;
  transform: translateY(-1px);
}

.au-exec-btn i {
  font-size: 14px;
}

.au-exec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.au-exec-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #001530;
  border: 1px solid rgba(72, 153, 255, 0.16);
  transition: transform var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}

.au-exec-card:hover {
  transform: translateY(-4px);
  border-color: rgba(72, 153, 255, 0.42);
  box-shadow: 0 22px 44px rgba(13, 89, 242, 0.25);
}

.au-exec-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #00112B;
}

.au-exec-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(15%) brightness(0.95);
  display: block;
  transition: transform .5s var(--ease), filter var(--dur) var(--ease);
}

.au-exec-card:hover .au-exec-photo img {
  transform: scale(1.04);
  filter: grayscale(0%) brightness(1);
}

.au-exec-info {
  position: relative;
  padding: 18px 18px 20px;
}

.au-exec-accent {
  display: block;
  width: 32px;
  height: 3px;
  background: linear-gradient(90deg, #0D59F2, #48D6FF);
  border-radius: 2px;
  margin-bottom: 12px;
}

.au-exec-name {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 4px;
  letter-spacing: 0;
}

.au-exec-role {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #94A3B8;
  margin: 0;
}

/* ─────────────────────────────────────────────────────
   5. INFRASTRUCTURE FOOTPRINT
   ───────────────────────────────────────────────────── */
.au-inf {
  padding: 0 0 100px;
}

.au-inf-card {
  background: linear-gradient(180deg, #00224F 0%, #001A3D 100%);
  border: 1px solid rgba(72, 153, 255, 0.16);
  border-radius: 22px;
  padding: 56px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.au-inf-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.7fr;
  gap: 28px;
  align-items: stretch;
}

/* Left column */
.au-inf-left {
  display: flex;
  flex-direction: column;
}

.au-inf-title {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: clamp(2rem, 3.4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin: 0 0 18px;
}

.au-inf-desc {
  color: #94A3B8;
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0 0 28px;
  max-width: 420px;
}

.au-inf-divider {
  display: block;
  width: 100%;
  max-width: 380px;
  height: 1px;
  background: linear-gradient(90deg, rgba(72, 153, 255, 0.35), transparent);
  margin-bottom: 28px;
}

.au-inf-stats {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 56px;
  row-gap: 22px;
}

.au-inf-stat-value {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: clamp(1.8rem, 2.6vw, 2.25rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
}

.au-inf-stat-plus {
  color: #48D6FF;
  margin-left: 2px;
}

.au-inf-stat-label {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #94A3B8;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Main image */
.au-inf-main {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 460px;
  background: #00112B;
  border: 1px solid rgba(72, 153, 255, 0.12);
}

.au-inf-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.au-inf-caption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #E2E8F0;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

/* Right side images */
.au-inf-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.au-inf-side-img {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #00112B;
  border: 1px solid rgba(72, 153, 255, 0.12);
  min-height: 0;
}

.au-inf-side-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s var(--ease);
}

.au-inf-side-img:hover img,
.au-inf-main:hover img {
  transform: scale(1.04);
}

/* ─────────────────────────────────────────────────────
   6. HISTORY & MILESTONES
   ───────────────────────────────────────────────────── */
.au-hist {
  position: relative;
  padding: 80px 0 120px;
  overflow: hidden;
}

.au-hist-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    radial-gradient(ellipse 70% 60% at 85% 55%, rgba(13, 89, 242, 0.18) 0%, transparent 60%),
    radial-gradient(circle at 80% 60%, rgba(72, 214, 255, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.au-hist-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(72, 153, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 153, 255, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 60% at 80% 55%, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 80% 55%, #000 0%, transparent 70%);
  opacity: 0.7;
}

.au-hist .au-container {
  position: relative;
  z-index: 1;
}

.au-hist-head {
  text-align: center;
  margin-bottom: 64px;
}

.au-hist-title {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
}

.au-hist-subtitle {
  color: #94A3B8;
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 14px;
  margin: 0;
}

/* Timeline */
.au-hist-timeline {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 12px 0;
}

.au-hist-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(72, 153, 255, 0.35) 8%,
    rgba(72, 153, 255, 0.35) 92%,
    transparent 100%);
  transform: translateX(-0.5px);
  pointer-events: none;
}

.au-hist-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  align-items: center;
  column-gap: 24px;
  margin-bottom: 56px;
}

.au-hist-row:last-child {
  margin-bottom: 0;
}

.au-hist-side {
  min-width: 0;
}

.au-hist-row--right .au-hist-side:first-child {
  text-align: right;
}

.au-hist-row--left .au-hist-side:last-child {
  text-align: left;
}

/* Year text */
.au-hist-year {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: clamp(2.6rem, 5.5vw, 4rem);
  font-weight: 700;
  color: #E2E8F0;
  letter-spacing: -0.02em;
  line-height: 1;
  opacity: 0.92;
}

/* Dot */
.au-hist-dot {
  position: relative;
  justify-self: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0D59F2;
  border: 2px solid #48D6FF;
  box-shadow: 0 0 0 5px rgba(13, 89, 242, 0.18),
              0 0 18px rgba(72, 214, 255, 0.6);
  z-index: 1;
}

/* Card */
.au-hist-card {
  display: inline-block;
  text-align: left;
  max-width: 420px;
  padding: 22px 22px;
  background: rgba(0, 21, 48, 0.72);
  border: 1px solid rgba(72, 153, 255, 0.18);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  transition: transform var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}

.au-hist-card:hover {
  transform: translateY(-3px);
  border-color: rgba(72, 153, 255, 0.42);
  box-shadow: 0 18px 40px rgba(13, 89, 242, 0.25);
}

.au-hist-card-title {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #48D6FF;
  margin: 0 0 8px;
  letter-spacing: 0;
}

.au-hist-card-desc {
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: 13.5px;
  line-height: 1.65;
  color: #94A3B8;
  margin: 0;
}

/* ─────────────────────────────────────────────────────
   7. RESPONSIVE
   ───────────────────────────────────────────────────── */
@media (max-width: 1199px) {
  .au-container {
    padding: 0 48px;
  }
}

@media (max-width: 1199px) {
  .au-cv-grid,
  .au-exec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .au-container {
    padding: 0 32px;
  }

  .au-hero {
    padding: 40px 0 24px;
  }

  .au-hero-inner {
    padding: 72px 24px;
  }

  .au-vm {
    padding: 56px 0 72px;
  }

  .au-vm-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .au-vm-left {
    max-width: 100%;
  }

  .au-vm-right {
    order: -1;
  }

  .au-vm-image {
    max-width: 100%;
    aspect-ratio: 16 / 10;
  }

  .au-cv {
    padding: 56px 0 88px;
  }

  .au-cv-head {
    margin-bottom: 40px;
  }

  .au-exec {
    padding: 0 0 72px;
  }

  .au-exec-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .au-exec-head-left {
    max-width: 100%;
  }

  .au-inf {
    padding: 0 0 72px;
  }

  .au-inf-card {
    padding: 36px;
    border-radius: 18px;
  }

  .au-inf-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .au-inf-left {
    grid-column: 1 / -1;
  }

  .au-inf-main {
    min-height: 380px;
  }

  .au-inf-side {
    grid-template-rows: 1fr 1fr;
  }

  .au-hist {
    padding: 56px 0 88px;
  }

  .au-hist-head {
    margin-bottom: 40px;
  }

  .au-hist-timeline {
    padding-left: 8px;
  }

  .au-hist-line {
    left: 18px;
    transform: none;
  }

  .au-hist-row,
  .au-hist-row--left,
  .au-hist-row--right {
    grid-template-columns: 36px 1fr;
    column-gap: 16px;
    margin-bottom: 28px;
  }

  .au-hist-row .au-hist-dot {
    order: 1;
    grid-column: 1;
    justify-self: start;
  }

  .au-hist-row .au-hist-side:not(.au-hist-year) {
    order: 3;
    grid-column: 2;
  }

  .au-hist-row .au-hist-year {
    order: 2;
    grid-column: 2;
    text-align: left !important;
    font-size: clamp(2rem, 6vw, 2.6rem);
    margin-bottom: 8px;
  }

  .au-hist-card {
    max-width: 100%;
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .au-container {
    padding: 0 18px;
  }

  .au-hero-card {
    border-radius: 16px;
    min-height: 340px;
  }

  .au-hero-inner {
    padding: 56px 18px;
  }

  .au-hero-title {
    font-size: 2rem;
  }

  .au-eyebrow-pill {
    font-size: 10.5px;
    padding: 6px 14px;
    margin-bottom: 22px;
  }

  .au-vm-card {
    padding: 18px;
    gap: 14px;
  }

  .au-vm-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .au-cv-grid,
  .au-exec-grid {
    grid-template-columns: 1fr;
  }

  .au-cv-card {
    padding: 22px 20px;
  }

  .au-cv-icon {
    margin-bottom: 24px;
  }

  .au-inf-card {
    padding: 24px;
  }

  .au-inf-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .au-inf-main {
    min-height: 320px;
  }

  .au-inf-side {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .au-inf-side-img {
    aspect-ratio: 4 / 3;
  }

  .au-inf-stats {
    column-gap: 36px;
  }
}
