.page-hero {
  padding: 155px 0 80px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, rgba(212, 175, 55, 0.06), rgba(212, 175, 55, 0.01)),
    #101010;
  border-bottom: 1px solid rgba(212, 175, 55, 0.14);
}

.page-hero::before,
.about-intro::before,
.about-section::before,
.about-story::before,
.stats-strip::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0, transparent 12%, transparent 88%, rgba(255, 255, 255, 0.02) 100%);
  pointer-events: none;
}

.page-hero .container,
.about-intro .container,
.about-section .container,
.about-story .container,
.stats-strip .container,
.site-footer .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  margin: 0;
  text-align: center;
  color: var(--vip-gold);
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-hero p {
  margin: 18px auto 0;
  max-width: 760px;
  text-align: center;
  color: #dbdbdb;
  font-size: 17px;
  line-height: 1.8;
}

.section-title {
  text-align: center;
  margin-bottom: 46px;
}

.section-title h2 {
  font-size: 38px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--vip-gold);
}

.section-title .line {
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--vip-gold), transparent);
  margin: 16px auto 0;
  border-radius: 999px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--vip-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.about-intro,
.about-section,
.about-story,
.stats-strip {
  position: relative;
}

.about-intro {
  padding: 90px 0 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(10, 10, 10, 0.98) 100%);
}

.about-photo {
  min-height: 420px;
  border-radius: 26px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.48)),
    url('/gorsel/2026/03/pala.webp') center center / cover no-repeat;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.28);
}

.about-copy h2,
.story-box h2 {
  margin: 0 0 18px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.about-copy p,
.story-box p {
  margin: 0 0 16px;
  color: #d7d7d7;
  line-height: 1.9;
}

.intro-highlights {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.intro-item,
.story-point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.98) 0%, rgba(11, 11, 11, 0.98) 100%);
  border: 1px solid rgba(212, 175, 55, 0.16);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.intro-item i {
  color: var(--vip-gold);
  margin-top: 3px;
}

.about-section {
  padding: 70px 0;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.98) 0%, rgba(12, 12, 12, 0.98) 100%);
}

.about-card {
  height: 100%;
  padding: 38px 28px;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.96) 0%, rgba(11, 11, 11, 0.98) 100%);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
  transition: 0.3s ease;
}

.about-card:hover,
.metric-card:hover,
.story-point:hover,
.intro-item:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.42);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(212, 175, 55, 0.08) inset;
}

.about-icon,
.metric-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin: 0 auto 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--vip-gold);
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.about-card h3,
.metric-card h3 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--vip-gold);
  margin-bottom: 16px;
}

.about-card p,
.metric-card p,
.story-point span {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #d5d5d5;
}

.about-story {
  padding: 30px 0 70px;
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.98) 0%, rgba(6, 6, 6, 1) 100%);
}

.story-box {
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.98) 0%, rgba(11, 11, 11, 0.98) 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.24);
}

.story-points {
  display: grid;
  gap: 14px;
}

.story-point {
  flex-direction: column;
}

.story-point strong {
  color: #fff;
  font-size: 16px;
}

.stats-strip {
  padding: 20px 0 90px;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0.96), rgba(4, 4, 4, 1));
}

.metric-card {
  padding: 28px 18px;
  border-radius: 18px;
  text-align: center;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.98) 0%, rgba(11, 11, 11, 0.98) 100%);
  border: 1px solid rgba(212, 175, 55, 0.22);
  transition: 0.3s ease;
  height: 100%;
}

.metric-number {
  font-size: 60px;
  line-height: 1;
  color: var(--vip-gold);
  font-weight: 800;
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  .page-hero {
    padding: 138px 0 64px;
  }

  .page-hero h1,
  .about-copy h2,
  .story-box h2,
  .section-title h2 {
    font-size: 34px;
  }

  .about-photo {
    min-height: 320px;
  }
}

@media (max-width: 767.98px) {
  .page-hero h1,
  .about-copy h2,
  .story-box h2,
  .section-title h2 {
    font-size: 28px;
  }

  .story-box {
    padding: 24px;
  }

  .metric-number {
    font-size: 46px;
  }
}
