/* ============================================================
   LOTORA — About Us page styles
   ============================================================ */

/* All header tags on this page are 11px per spec */
.header-tag { font-size: 11px; }

/* Left-aligned section header variant */
.section-header--left { align-items: flex-start; }
.section-header--left h2 { text-align: left; }

/* ============ Section 3 — hero ============ */
.au-hero {
  position: relative;
  overflow: hidden;
  height: 520px;
  padding: 80px;
  background: var(--navy-deep);
  display: flex;
}
.au-hero__deco {
  position: absolute;
  border-radius: 50%;
}
.au-hero__deco--1 {
  left: 1000px;
  top: -100px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.15;
}
.au-hero__deco--2 {
  left: 1120px;
  top: 20px;
  width: 140px;
  height: 140px;
  background: var(--accent);
  opacity: 0.1;
}
.au-hero__deco--3 {
  left: 850px;
  top: 250px;
  width: 220px;
  height: 220px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  opacity: 0.08;
}
.au-hero__deco--4 {
  left: 930px;
  top: 330px;
  width: 60px;
  height: 60px;
  background: #ffffff;
  opacity: 0.05;
}
.au-hero__content {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 60px;
}
.au-hero__text {
  width: 720px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.au-hero__text h1 {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #ffffff;
}
.au-hero__text p {
  font-size: 20px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.au-hero__art {
  width: 500px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.au-composition {
  position: relative;
  width: 400px;
  height: 280px;
}
.au-composition__square {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 220px;
  background: rgba(27, 43, 107, 0.3);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
}
.au-composition__circle {
  position: absolute;
  left: 220px;
  top: 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--accent);
}
.au-composition__badge {
  position: absolute;
  left: 400px;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--primary);
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.au-composition__badge span {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #ffffff;
}

/* ============ Section 4 — who we are ============ */
.who-section__split {
  display: flex;
  align-items: center;
  gap: 64px;
}
.who-section__text {
  width: 720px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.who-section__text p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
}
.who-section__graphic {
  width: 496px;
  height: 340px;
  padding: 32px;
  background: var(--bg-cream);
  border: 1px solid var(--border-6);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.who-pattern {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.who-pattern__row {
  display: flex;
  gap: 16px;
}
.who-pattern__circle-navy {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: var(--navy-deep);
  display: flex;
  align-items: center;
  justify-content: center;
}
.who-pattern__circle-navy span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent);
}
.who-pattern__bar-navy {
  width: 128px;
  height: 64px;
  background: var(--primary);
  border-radius: 8px;
}
.who-pattern__bar-accent {
  width: 128px;
  height: 64px;
  background: var(--accent);
  border-radius: 8px;
}
.who-pattern__circle-outline {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: #ffffff;
  border: 1.5px solid var(--navy-deep);
}

/* ============ Section 5 — what we stand for ============ */
.principles-section { background: var(--bg-cream); }
.principles-row {
  display: flex;
  gap: 24px;
}
.principle-card {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #ffffff;
  border: 1px solid var(--border-6);
  border-radius: 12px;
}
.principle-card__num {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: var(--accent);
  color: var(--navy-deep);
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.principle-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.principle-card__body h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: var(--ink);
}
.principle-card__body p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
}

/* ============ Section 6 — how we operate ============ */
.operate-section__split {
  display: flex;
  gap: 64px;
}
.operate-section__text {
  width: 620px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.operate-section__text p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
}
.licence-card {
  width: 560px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--navy-deep);
  border-radius: 12px;
}
.licence-card__title {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: var(--accent);
}
.licence-card__rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.licence-card__row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.licence-card__row .label { color: rgba(255, 255, 255, 0.7); }
.licence-card__row .value { color: #ffffff; font-weight: 600; }
.licence-card__row .value--accent { color: var(--accent); }
.licence-card__rule {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

/* ============ Section 7 — by the numbers ============ */
.metrics-section { background: var(--bg-cream); }
.metrics-row {
  display: flex;
  gap: 24px;
}
.metric-card {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  border: 1px solid var(--border-6);
  border-radius: 12px;
}
.metric-card__value {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 48px;
  color: var(--primary);
}
.metric-card__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  text-align: center;
}

/* ============ Section 9 — play responsibly (white variant) ============ */
.responsible-section--white { background: #ffffff; }
.responsible-section--white .help-card { background: var(--bg-cream); }
