*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #f8f9fc;
  font-family: 'Inter', sans-serif;
  color: #1a1d23;
}

/* Add to legal.css */
.legal-hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #0ea5e9 100%);
  padding: 60px 24px 70px;
  text-align: center;
}

.legal-hero-eyebrow {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
}

.legal-hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}

.legal-hero p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  max-width: 480px;
  margin: 0 auto 14px;
  line-height: 1.6;
}

.legal-hero-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

/* ── Legal Nav ── */
.legal-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e8eaed;
  box-shadow: 0 1px 6px rgba(24, 26, 27, 0.06);
}

.legal-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
}

.legal-nav-logo img {
  height: 52px;
  display: block;
}

.legal-nav-back {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 600;
  color: #5f6470;
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 8px;
  border: 1.5px solid #e8eaed;
  transition: all 0.18s ease;
}

.legal-nav-back:hover {
  border-color: #2563eb;
  color: #2563eb;
  text-decoration: none;
}

/* ── Legal wrap ── */
.legal-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

.legal-card {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 16px;
  padding: 32px;
}

.legal-card p {
  font-size: 14.5px;
  color: #5f6470;
  line-height: 1.75;
  margin-bottom: 14px;
}

.legal-card ul {
  margin: 0 0 14px 20px;
}

.legal-card li {
  font-size: 14.5px;
  color: #5f6470;
  line-height: 1.75;
  margin-bottom: 6px;
}

.legal-card h2 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1d23;
  margin: 28px 0 10px;
  padding-top: 20px;
  border-top: 1px solid #e8eaed;
  font-family: 'Poppins', sans-serif;
}

.legal-card h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.legal-card a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

.legal-card a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .legal-nav-inner {
    padding: 0 14px;
    height: 58px;
  }

  .legal-nav-logo img {
    height: 46px;
  }

  .legal-wrap {
    padding: 24px 14px 60px;
  }

  .legal-card {
    padding: 22px 18px;
  }
}

/* ── Nav ── */
.about-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e8eaed;
  box-shadow: 0 1px 6px rgba(24, 26, 27, 0.06);
}

.about-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
}

.about-nav-logo img {
  height: 52px;
  display: block;
}

.about-nav-back {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 600;
  color: #5f6470;
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 8px;
  border: 1.5px solid #e8eaed;
  transition: all 0.18s ease;
}

.about-nav-back:hover {
  border-color: #2563eb;
  color: #2563eb;
  text-decoration: none;
}

/* ── Hero ── */
.about-hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #0ea5e9 100%);
  padding: 80px 24px 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  top: -200px;
  right: -100px;
}

.about-hero::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  bottom: -100px;
  left: -60px;
}

.about-hero-eyebrow {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.about-hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.about-hero h1 span {
  color: #7dd3fc;
}

.about-hero p {
  font-size: clamp(15px, 2vw, 17px);
  color: rgba(255, 255, 255, 0.85);
  max-width: 580px;
  margin: 0 auto 36px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.about-hero-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.hero-stat {
  text-align: center;
}

.hero-stat-num {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.hero-stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ── Page body ── */
.about-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 24px 80px;
}

/* ── Section label ── */
.section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563eb;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

/* ── Mission/Vision cards ── */
.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}

.mv-card {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 16px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.mv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #0ea5e9);
}

.mv-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.mv-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1a1d23;
  margin-bottom: 10px;
}

.mv-card p {
  font-size: 14.5px;
  color: #5f6470;
  line-height: 1.7;
}

/* ── What we offer ── */
.offer-section {
  margin-bottom: 60px;
}

.offer-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1a1d23;
}

.offer-section .sub {
  font-size: 14.5px;
  color: #5f6470;
  margin-bottom: 28px;
}

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

.offer-card {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 14px;
  padding: 24px 20px;
  transition: all 0.2s ease;
}

.offer-card:hover {
  border-color: #2563eb;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.1);
  transform: translateY(-2px);
}

.offer-icon {
  font-size: 28px;
  margin-bottom: 12px;
  display: block;
}

.offer-card h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1d23;
  margin-bottom: 6px;
}

.offer-card p {
  font-size: 13px;
  color: #5f6470;
  line-height: 1.6;
}

/* ── Why OLR ── */
.why-section {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
  border-radius: 20px;
  padding: 48px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.why-section::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  top: -100px;
  right: -60px;
}

.why-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.why-section .sub {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 32px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 18px 20px;
}

.why-item-icon {
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.why-item h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.why-item p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

/* ── Categories strip ── */
.cats-section {
  margin-bottom: 60px;
}

.cats-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1a1d23;
}

.cats-section .sub {
  font-size: 14.5px;
  color: #5f6470;
  margin-bottom: 24px;
}

.cats-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #fff;
  border: 1.5px solid #e8eaed;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  color: #1a1d23;
  transition: all 0.18s ease;
}

.cat-pill:hover {
  border-color: #2563eb;
  color: #2563eb;
  background: #eff6ff;
}

/* ── Contact CTA ── */
.contact-section {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 20px;
  padding: 48px;
  text-align: center;
}

.contact-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1d23;
}

.contact-section p {
  font-size: 15px;
  color: #5f6470;
  margin-bottom: 28px;
  line-height: 1.6;
}

.contact-btns {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-primary-about {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: all 0.18s ease;
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.25);
}

.btn-primary-about:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  text-decoration: none;
}

.btn-outline-about {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: transparent;
  color: #2563eb;
  border: 1.5px solid #2563eb;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: all 0.18s ease;
}

.btn-outline-about:hover {
  background: #eff6ff;
  text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .mv-grid {
    grid-template-columns: 1fr;
  }

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

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-section {
    padding: 32px 24px;
  }

  .contact-section {
    padding: 32px 24px;
  }
}

@media (max-width: 480px) {
  .about-nav-inner {
    padding: 0 14px;
    height: 58px;
  }

  .about-nav-logo img {
    height: 46px;
  }

  .about-hero {
    padding: 52px 16px 60px;
  }

  .about-hero-stats {
    gap: 24px;
  }

  .about-body {
    padding: 36px 16px 60px;
  }

  .offer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .offer-card {
    padding: 18px 14px;
  }
}