/* About page rich industrial theme - v1.0.62 */

.about-rich-v62,
.about-rich-v62 * {
  box-sizing: border-box;
}

.about-rich-v62 {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #f8fafc;
  color: #0f172a;
}

.about-rich-v62 a {
  text-decoration: none;
}

.about-rich-container {
  width: min(100% - 40px, 1180px) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.about-rich-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 620px;
  display: flex;
  align-items: center;
  background: #07111f;
  color: #fff;
}

.about-rich-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 12%, rgba(245, 158, 11, .34), transparent 30%),
    radial-gradient(circle at 10% 88%, rgba(59, 130, 246, .16), transparent 30%),
    linear-gradient(90deg, rgba(2, 6, 23, .98) 0%, rgba(15, 23, 42, .94) 52%, rgba(15, 23, 42, .60) 100%),
    url('/assets/images/theme/about-hero.svg') center/cover no-repeat;
}

.about-rich-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(0deg, rgba(248,250,252,1), rgba(248,250,252,0));
  opacity: .12;
  z-index: -1;
}

.about-rich-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 36px;
  align-items: center;
  padding-top: 114px;
  padding-bottom: 82px;
}

.about-rich-hero-content {
  min-width: 0;
  max-width: 850px;
}

.about-rich-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  margin-bottom: 20px;
  color: rgba(255,255,255,.64);
  font-size: 13px;
}

.about-rich-breadcrumb a {
  color: rgba(255,255,255,.78);
}

.about-rich-breadcrumb strong {
  color: #fbbf24;
}

.about-rich-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #fbbf24;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-rich-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: #f59e0b;
}

.about-rich-kicker-dark {
  color: #d97706;
  margin-bottom: 12px;
}

.about-rich-hero h1 {
  max-width: 860px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(42px, 5.6vw, 74px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -1.6px;
  overflow-wrap: break-word;
}

.about-rich-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.78;
}

.about-rich-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.about-rich-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 24px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  transition: .22s ease;
}

.about-rich-btn:hover {
  transform: translateY(-2px);
}

.about-rich-btn-primary {
  background: linear-gradient(180deg, #ffc61a, #f5a700);
  color: #111827;
  box-shadow: 0 18px 36px rgba(245,158,11,.28);
}

.about-rich-btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,.28);
  background: rgba(15,23,42,.34);
  backdrop-filter: blur(12px);
}

.about-rich-hero-card {
  min-width: 0;
  padding: 28px;
  border-radius: 30px;
  background: rgba(15,23,42,.72);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 70px rgba(0,0,0,.28);
}

.about-rich-hero-icon {
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffc61a, #f5a700);
  color: #111827;
  font-size: 30px;
  font-weight: 900;
}

.about-rich-hero-card h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 28px;
  line-height: 1.16;
}

.about-rich-hero-card p {
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.7;
}

.about-rich-mini-stats {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.about-rich-mini-stats span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.84);
  font-size: 14px;
}

.about-rich-mini-stats strong {
  color: #fbbf24;
}

.about-rich-intro {
  position: relative;
  z-index: 2;
  margin-top: -56px;
}

.about-rich-intro-card {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 24px 70px rgba(15,23,42,.12);
}

.about-rich-intro-card h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.about-rich-intro-card p {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.8;
}

.about-rich-main-section {
  padding: 54px 0 82px;
  background: linear-gradient(180deg, #f8fafc, #fff 48%, #f8fafc);
}

.about-rich-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.about-rich-main,
.about-rich-sidebar {
  min-width: 0;
}

.about-rich-content {
  min-width: 0;
  padding: 40px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 22px 65px rgba(15,23,42,.09);
  color: #334155;
  font-size: 17px;
  line-height: 1.85;
  overflow-wrap: break-word;
}

.about-rich-content > *:first-child { margin-top: 0; }
.about-rich-content > *:last-child { margin-bottom: 0; }

.about-rich-content h2,
.about-rich-content h3,
.about-rich-content h4 {
  color: #0f172a;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.about-rich-content h2 {
  margin: 34px 0 14px;
  font-size: clamp(27px, 3vw, 38px);
}

.about-rich-content h3 {
  margin: 28px 0 12px;
  font-size: 24px;
}

.about-rich-content p {
  margin: 0 0 20px;
}

.about-rich-content ul,
.about-rich-content ol {
  margin: 0 0 22px;
  padding-left: 22px;
}

.about-rich-content li {
  margin-bottom: 10px;
}

.about-rich-content img,
.about-rich-content iframe,
.about-rich-content video {
  max-width: 100%;
}

.about-rich-content img {
  height: auto;
  border-radius: 22px;
}

.about-rich-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.about-rich-values article {
  padding: 22px;
  border-radius: 24px;
  background: #0f172a;
  color: #fff;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 50px rgba(15,23,42,.10);
}

.about-rich-values span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #fbbf24;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.about-rich-values h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 20px;
}

.about-rich-values p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.65;
}

.about-rich-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}

.about-rich-side-card {
  padding: 24px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 50px rgba(15,23,42,.08);
}

.about-rich-side-card.is-dark {
  background:
    radial-gradient(circle at 90% 0%, rgba(245,158,11,.24), transparent 36%),
    linear-gradient(135deg, #0f172a, #1f2937);
  color: #fff;
}

.about-rich-side-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffc61a, #f5a700);
  color: #111827;
  font-size: 24px;
  font-weight: 900;
}

.about-rich-side-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.2;
}

.about-rich-side-card.is-dark h3 {
  color: #fff;
}

.about-rich-side-card p {
  margin: 0 0 18px;
  color: #64748b;
  line-height: 1.7;
}

.about-rich-side-card.is-dark p {
  color: rgba(255,255,255,.82);
}

.about-rich-side-card > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 17px;
  background: linear-gradient(180deg, #ffc61a, #f5a700);
  color: #111827;
  font-weight: 900;
}

.about-rich-side-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.about-rich-side-card li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  color: #334155;
  font-weight: 800;
  transition: .2s ease;
}

.about-rich-side-card li a::after {
  content: "→";
  color: #f59e0b;
}

.about-rich-side-card li a:hover {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
}

.about-rich-cta-section {
  padding: 0 0 86px;
  background: #f8fafc;
}

.about-rich-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 0%, rgba(245,158,11,.30), transparent 36%),
    linear-gradient(135deg, #0f172a, #1f2937);
  color: #fff;
  box-shadow: 0 22px 65px rgba(15,23,42,.14);
}

.about-rich-cta span {
  display: block;
  margin-bottom: 8px;
  color: #fbbf24;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.about-rich-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.15;
}

.about-rich-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.about-rich-cta a {
  min-width: 150px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 22px;
  background: linear-gradient(180deg, #ffc61a, #f5a700);
  color: #111827;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 16px 34px rgba(245,158,11,.24);
}

@media (max-width: 1023px) {
  .about-rich-hero-grid,
  .about-rich-layout,
  .about-rich-intro-card {
    grid-template-columns: 1fr;
  }

  .about-rich-sidebar {
    position: static;
  }

  .about-rich-values {
    grid-template-columns: 1fr;
  }

  .about-rich-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .about-rich-container {
    width: calc(100% - 22px) !important;
    max-width: calc(100% - 22px) !important;
  }

  .about-rich-hero {
    min-height: auto;
    display: block;
  }

  .about-rich-hero-bg {
    background:
      linear-gradient(180deg, rgba(2,6,23,.97) 0%, rgba(15,23,42,.92) 64%, rgba(15,23,42,.80) 100%),
      url('/assets/images/theme/about-hero.svg') center/cover no-repeat;
  }

  .about-rich-hero-grid {
    padding-top: 88px;
    padding-bottom: 34px;
    gap: 18px;
  }

  .about-rich-breadcrumb {
    gap: 6px;
    margin-bottom: 12px;
    font-size: 11px;
  }

  .about-rich-kicker {
    font-size: 10px;
    letter-spacing: 1px;
    gap: 8px;
    margin-bottom: 10px;
  }

  .about-rich-kicker::before {
    width: 20px;
  }

  .about-rich-hero h1 {
    font-size: 30px !important;
    line-height: 1.12;
    letter-spacing: -.4px;
    margin-bottom: 12px;
  }

  .about-rich-hero p {
    font-size: 14px;
    line-height: 1.6;
  }

  .about-rich-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .about-rich-btn {
    width: 100%;
    min-height: 46px;
    padding: 13px 16px;
    font-size: 13px;
  }

  .about-rich-hero-card {
    padding: 18px;
    border-radius: 20px;
  }

  .about-rich-hero-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
    font-size: 22px;
  }

  .about-rich-hero-card h2 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .about-rich-mini-stats span {
    padding: 11px 12px;
    font-size: 13px;
  }

  .about-rich-intro {
    margin-top: 0;
    padding-top: 18px;
  }

  .about-rich-intro-card {
    padding: 18px;
    border-radius: 20px;
    gap: 14px;
  }

  .about-rich-intro-card h2 {
    font-size: 24px;
  }

  .about-rich-intro-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .about-rich-main-section {
    padding: 20px 0 46px;
  }

  .about-rich-layout {
    gap: 16px;
  }

  .about-rich-content {
    padding: 18px;
    border-radius: 18px;
    font-size: 15px;
    line-height: 1.68;
  }

  .about-rich-content h2 {
    font-size: 23px;
    margin: 24px 0 10px;
  }

  .about-rich-content h3 {
    font-size: 20px;
    margin: 20px 0 10px;
  }

  .about-rich-content p {
    margin-bottom: 14px;
  }

  .about-rich-values {
    gap: 12px;
    margin-top: 14px;
  }

  .about-rich-values article {
    padding: 16px;
    border-radius: 18px;
  }

  .about-rich-side-card {
    padding: 18px;
    border-radius: 18px;
  }

  .about-rich-side-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .about-rich-side-card h3 {
    font-size: 20px;
  }

  .about-rich-cta-section {
    padding-bottom: 48px;
  }

  .about-rich-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
    border-radius: 18px;
  }

  .about-rich-cta h2 {
    font-size: 23px;
    line-height: 1.18;
  }

  .about-rich-cta p {
    font-size: 14px;
    line-height: 1.55;
  }

  .about-rich-cta a {
    width: 100%;
    min-height: 46px;
  }
}

@media (max-width: 390px) {
  .about-rich-container {
    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
  }

  .about-rich-hero-grid {
    padding-top: 78px;
  }

  .about-rich-hero h1 {
    font-size: 27px !important;
  }
}
