/* ============================================
   MODERN ABOUT PAGE STYLES
   ============================================ */

/* Hero Section */
.about-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  padding: 140px 20px 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/About/frankbobola.jpg') center/cover;
  opacity: 0.1;
}

.about-hero::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top right, #f8fafc 49%, transparent 51%);
}

.about-hero__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.about-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(163, 0, 16, 0.9);
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.about-hero h1 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 1.25rem;
  letter-spacing: -1px;
  line-height: 1.1;
}

.about-hero h1 span {
  background: linear-gradient(135deg, #ff6b6b 0%, #ffa500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-hero p {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* Legacy Section */
.about-legacy {
  padding: 0 20px;
  margin-bottom: 80px;
}

.about-legacy__container {
  max-width: 1000px;
  margin: -80px auto 0;
  position: relative;
  z-index: 2;
}

.about-legacy__card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  overflow: hidden;
}

.about-legacy__header {
  background: linear-gradient(135deg, #a30010 0%, #d4001a 100%);
  padding: 32px 40px;
  text-align: center;
}

.about-legacy__header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}

.about-legacy__header p {
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
  margin: 0;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.about-legacy__body {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
}

.about-legacy__image {
  padding: 40px;
  background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-legacy__image img {
  width: 100%;
  max-width: 240px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.about-legacy__content {
  padding: 40px;
}

.about-legacy__content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 20px;
}

.about-legacy__content p {
  font-size: 1rem;
  color: #475569;
  line-height: 1.8;
  margin: 0 0 16px;
}

.about-legacy__content p:last-child {
  margin-bottom: 0;
}

/* Timeline Section */
.about-timeline {
  padding: 80px 20px;
  background: #fff;
}

.about-timeline__container {
  max-width: 1000px;
  margin: 0 auto;
}

.about-timeline__header {
  text-align: center;
  margin-bottom: 60px;
}

.about-timeline__header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 12px;
}

.about-timeline__header p {
  font-size: 1.1rem;
  color: #64748b;
  margin: 0;
}

.about-timeline__list {
  position: relative;
}

.about-timeline__list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: linear-gradient(180deg, #a30010 0%, #d4001a 50%, #ff6b6b 100%);
  border-radius: 4px;
  transform: translateX(-50%);
}

.about-timeline__item {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 40px;
}

.about-timeline__item:last-child {
  margin-bottom: 0;
}

.about-timeline__content {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
}

.about-timeline__content:hover {
  border-color: #a30010;
  transform: translateY(-4px);
  box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

.about-timeline__item:nth-child(odd) .about-timeline__content {
  text-align: right;
}

.about-timeline__item:nth-child(even) .about-timeline__content {
  grid-column: 3;
}

.about-timeline__item:nth-child(even) .about-timeline__placeholder {
  grid-column: 1;
  grid-row: 1;
}

.about-timeline__year {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #a30010 0%, #d4001a 100%);
  color: #fff;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(163, 0, 16, 0.3);
  z-index: 1;
}

.about-timeline__content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 8px;
}

.about-timeline__content p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Logo Story Section */
.about-logo-story {
  padding: 100px 20px;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  position: relative;
  overflow: hidden;
}

.about-logo-story::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/Home/inside.jpg') center/cover;
  opacity: 0.05;
}

.about-logo-story__container {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}

.about-logo-story__header {
  text-align: center;
  margin-bottom: 60px;
}

.about-logo-story__header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
}

.about-logo-story__header p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

.about-logo-story__card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.3);
}

.about-logo-story__body {
  display: grid;
  grid-template-columns: 280px 1fr;
}

.about-logo-story__image {
  background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-logo-story__image img {
  width: 100%;
  max-width: 180px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-logo-story__content {
  padding: 60px 48px;
}

.about-logo-story__content p {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.9;
  margin: 0 0 20px;
}

.about-logo-story__content p:last-child {
  margin-bottom: 0;
}

/* Values Section */
.about-values {
  padding: 100px 20px;
  background: #f8fafc;
}

.about-values__container {
  max-width: 1200px;
  margin: 0 auto;
}

.about-values__header {
  text-align: center;
  margin-bottom: 60px;
}

.about-values__header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 12px;
}

.about-values__header p {
  font-size: 1.1rem;
  color: #64748b;
  margin: 0;
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.about-values__card {
  background: #fff;
  border-radius: 24px;
  padding: 40px 28px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.about-values__card:hover {
  transform: translateY(-8px);
  border-color: #a30010;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.about-values__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  transition: all 0.3s ease;
}

.about-values__card:hover .about-values__icon {
  background: linear-gradient(135deg, #a30010 0%, #d4001a 100%);
  box-shadow: 0 10px 30px rgba(163, 0, 16, 0.3);
}

.about-values__card:hover .about-values__icon span {
  filter: grayscale(1) brightness(10);
}

.about-values__card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 12px;
}

.about-values__card p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* CTA Section */
.about-cta {
  padding: 100px 20px;
  background: #fff;
}

.about-cta__container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-cta__card {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  border-radius: 32px;
  padding: 60px 48px;
  position: relative;
  overflow: hidden;
}

.about-cta__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/Home/frontbuilding.jpg') center/cover;
  opacity: 0.1;
}

.about-cta__content {
  position: relative;
  z-index: 1;
}

.about-cta__content h2 {
  font-size: 2.25rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
}

.about-cta__content p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  margin: 0 0 32px;
  line-height: 1.7;
}

.about-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.about-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.about-cta__btn--primary {
  background: linear-gradient(135deg, #a30010 0%, #d4001a 100%);
  color: #fff;
  box-shadow: 0 8px 30px rgba(163, 0, 16, 0.35);
}

.about-cta__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(163, 0, 16, 0.45);
}

.about-cta__btn--secondary {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.3);
}

.about-cta__btn--secondary:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.5);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .about-legacy__body {
    grid-template-columns: 1fr;
  }

  .about-legacy__image {
    padding: 40px;
  }

  .about-timeline__list::before {
    left: 32px;
  }

  .about-timeline__item {
    grid-template-columns: 64px 1fr;
  }

  .about-timeline__item:nth-child(odd) .about-timeline__content,
  .about-timeline__item:nth-child(even) .about-timeline__content {
    text-align: left;
    grid-column: 2;
  }

  .about-timeline__item:nth-child(even) .about-timeline__placeholder {
    display: none;
  }

  .about-timeline__year {
    grid-column: 1;
  }

  .about-logo-story__body {
    grid-template-columns: 1fr;
  }

  .about-logo-story__image {
    padding: 40px;
  }

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

@media (max-width: 768px) {
  .about-hero {
    padding: 120px 20px 140px;
  }

  .about-hero h1 {
    font-size: 2.5rem;
  }

  .about-hero p {
    font-size: 1.05rem;
  }

  .about-legacy__header {
    padding: 24px;
  }

  .about-legacy__content {
    padding: 28px;
  }

  .about-timeline,
  .about-logo-story,
  .about-values,
  .about-cta {
    padding: 60px 20px;
  }

  .about-timeline__header h2,
  .about-logo-story__header h2,
  .about-values__header h2 {
    font-size: 2rem;
  }

  .about-logo-story__content {
    padding: 40px 28px;
  }

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

  .about-cta__card {
    padding: 40px 24px;
  }

  .about-cta__content h2 {
    font-size: 1.75rem;
  }

  .about-cta__buttons {
    flex-direction: column;
  }

  .about-cta__btn {
    width: 100%;
    justify-content: center;
  }
}
