/* =====================================
   About Page Styles
   ===================================== */

.about-page {
  width: 100%;
  background: #222222;
  color: #ffffff;
  min-height: 100vh;
}

.about-page *,
.about-page *::before,
.about-page *::after {
  box-sizing: border-box;
}

/* =====================================
   Hero Section
   ===================================== */
.about-hero {
  position: relative;
  width: 100%;
  height: 371px;
  overflow: hidden;
}

.about-hero__image-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.about-hero__content {
  position: absolute;
  bottom: 60px;
  right: 94px;
  z-index: 2;
  text-align: right;
  direction: rtl;
}

.about-hero__title {
  font-family: 'PeydaFaNumWeb', sans-serif !important;
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  margin: 0 0 10px 0;
}

.about-hero__subtitle {
  font-family: 'PeydaFaNumWeb', sans-serif !important;
  font-weight: 200;
  font-size: 34px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}

/* =====================================
   Intro Section
   ===================================== */
.about-intro {
  padding: 80px 0;
  background: #222222;
}

.about-intro__container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 94px;
}

.about-intro__content {
  text-align: right;
  direction: rtl;
}

.about-intro__text {
  font-family: 'PeydaFaNumWeb', sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.9;
  margin: 0 0 40px 0;
  max-width: 900px;
  margin-left: auto;
}

/* =====================================
   History Section
   ===================================== */
.about-history {
  padding: 80px 0;
  background: #222222;
}

.about-history__container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 94px;
  display: grid;
  grid-template-columns: 1fr 600px;
  gap: 60px;
  align-items: center;
}

.about-history__content {
  text-align: right;
  direction: rtl;
}

.about-history__title {
  font-family: 'PeydaFaNumWeb', sans-serif !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  margin: 0 0 30px 0;
}

.about-history__text {
  font-family: 'PeydaFaNumWeb', sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.9;
  margin: 0;
}

.about-history__image-wrapper {
  position: relative;
  width: 100%;
  height: 707px;
  border-radius: 30px;
  overflow: hidden;
}

.about-history__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =====================================
   Brands Section
   ===================================== */
.about-brands {
  padding: 100px 0;
  background: #181818;
}

.about-brands__container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 94px;
}

.about-brands__title {
  font-family: 'PeydaFaNumWeb', sans-serif !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 20px 0;
}

.about-brands__description {
  font-family: 'PeydaFaNumWeb', sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
  margin: 0 auto 60px;
  max-width: 800px;
  direction: rtl;
}

.about-brands__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.about-brand {
  text-align: center;
}

.about-brand__logo {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.about-brand__logo-image {
  max-width: 200px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.about-brand__text {
  font-family: 'PeydaFaNumWeb', sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.8;
  margin: 0;
  direction: rtl;
  text-align: center;
}

/* =====================================
   Years Section
   ===================================== */
.about-years {
  padding: 100px 0;
  background: #222222;
}

.about-years__container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 94px;
  display: grid;
  grid-template-columns: 1fr 760px;
  gap: 60px;
  align-items: center;
}

.about-years__content {
  text-align: right;
  direction: rtl;
}

.about-years__title {
  font-family: 'PeydaFaNumWeb', sans-serif !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.about-years__text {
  font-family: 'PeydaFaNumWeb', sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.9;
  margin: 0 0 50px 0;
}

.about-years__image-wrapper {
  position: relative;
  width: 100%;
  height: 382px;
  border-radius: 30px;
  overflow: hidden;
}

.about-years__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-years__buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  justify-content: flex-end;
}

/* =====================================
   Stats Section
   ===================================== */
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.about-stat {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.about-stat__icon {
  color: #F0F3FF;
  flex-shrink: 0;
  margin-top: 4px;
}

.about-stat__content {
  flex: 1;
  text-align: right;
}

.about-stat__number {
  font-family: 'PeydaFaNumWeb', sans-serif !important;
  font-weight: 600;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: -0.112px;
  color: #ffffff;
  margin-bottom: 8px;
}

.about-stat__label {
  font-family: 'PeydaFaNumWeb', sans-serif !important;
  font-weight: 300;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: -0.112px;
  color: #ffffff;
  opacity: 0.6;
}

/* =====================================
   Buttons
   ===================================== */
.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 200px;
  font-family: 'PeydaFaNumWeb', sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.072px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid;
  cursor: pointer;
  white-space: nowrap;
}

.about-btn__icon {
  flex-shrink: 0;
}

.about-btn--primary {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7px);
  border-color: #ffffff;
  color: #ffffff;
}

.about-btn--primary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.about-btn--secondary {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7px);
  border-color: #ffffff;
  color: #ffffff;
}

.about-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.about-btn--dark {
  background: #181818;
  border-color: #ffffff;
  color: #ffffff;
}

.about-btn--dark:hover {
  background: #282828;
  transform: translateY(-2px);
}

/* =====================================
   Responsive Design
   ===================================== */

/* Tablet */
@media (max-width: 1024px) {
  .about-hero {
    height: 300px;
  }

  .about-hero__content {
    bottom: 40px;
    right: 50px;
  }

  .about-hero__title {
    font-size: 26px;
  }

  .about-hero__subtitle {
    font-size: 28px;
  }

  .about-intro__container,
  .about-history__container,
  .about-brands__container,
  .about-years__container {
    padding: 0 50px;
  }

  .about-history__container,
  .about-years__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-history__image-wrapper {
    height: 500px;
  }

  .about-years__image-wrapper {
    height: 350px;
  }

  .about-brands__grid {
    gap: 60px;
  }

  .about-stats {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-years__buttons {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .about-hero {
    height: 250px;
  }

  .about-hero__content {
    bottom: 30px;
    right: 30px;
  }

  .about-hero__title {
    font-size: 22px;
    line-height: 26px;
  }

  .about-hero__subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .about-intro,
  .about-history,
  .about-brands,
  .about-years {
    padding: 60px 0;
  }

  .about-intro__container,
  .about-history__container,
  .about-brands__container,
  .about-years__container {
    padding: 0 30px;
  }

  .about-intro__text,
  .about-history__text,
  .about-years__text {
    font-size: 16px;
    line-height: 26px;
  }

  .about-history__title,
  .about-brands__title,
  .about-years__title {
    font-size: 26px;
    line-height: 34px;
  }

  .about-history__image-wrapper {
    height: 400px;
  }

  .about-years__image-wrapper {
    height: 300px;
  }

  .about-brands__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-stat__number,
  .about-stat__label {
    font-size: 22px;
    line-height: 20px;
  }

  .about-btn {
    font-size: 16px;
    padding: 14px 20px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .about-hero {
    height: 200px;
  }

  .about-hero__content {
    bottom: 20px;
    right: 20px;
  }

  .about-hero__title {
    font-size: 20px;
    line-height: 24px;
  }

  .about-hero__subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .about-intro__container,
  .about-history__container,
  .about-brands__container,
  .about-years__container {
    padding: 0 20px;
  }

  .about-history__image-wrapper {
    height: 300px;
    border-radius: 20px;
  }

  .about-years__image-wrapper {
    height: 250px;
    border-radius: 20px;
  }
}

/* =====================================
   Editor Styles
   ===================================== */
.about-page-block-editor {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 20px;
}