/* About Us — Baojia Media Marketing */

.about-hero {
  position: relative;
  padding: 200px 0 80px;
  background: linear-gradient(135deg, #e8f7fa 0%, #f3eeff 45%, #fff5f8 100%);
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(154, 100, 248, 0.12) 0%, transparent 70%);
  top: -120px;
  right: -80px;
  pointer-events: none;
}

.about-hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 88, 78, 0.1) 0%, transparent 70%);
  bottom: -60px;
  left: 5%;
  pointer-events: none;
}

.about-hero .hero-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a64f8;
  background: rgba(154, 100, 248, 0.1);
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.about-hero h1 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #181818;
  margin-bottom: 12px;
}

.about-hero h1 span {
  background: linear-gradient(90deg, #ff476a, #9a64f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-hero .hero-tagline {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 18px;
  line-height: 1.4;
}

.about-hero .hero-desc {
  font-size: 17px;
  line-height: 1.75;
  color: #555;
  max-width: 520px;
}

.about-hero-visual {
  position: relative;
  padding: 20px 0;
}

.about-hero-visual .main-img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(24, 24, 24, 0.12);
  position: relative;
  z-index: 2;
  object-fit: contain;
  background: linear-gradient(135deg, #f3eeff 0%, #e8f7fa 100%);
  padding: 10px;
}

.about-hero-visual .float-card {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 14px 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  font-weight: 600;
  color: #181818;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-hero-visual .float-card i {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}

.about-hero-visual .fc-1 {
  top: 8%;
  left: -8%;
}
.about-hero-visual .fc-1 i {
  background: linear-gradient(135deg, #9a64f8, #5179f7);
}

.about-hero-visual .fc-2 {
  bottom: 18%;
  right: -5%;
}
.about-hero-visual .fc-2 i {
  background: linear-gradient(135deg, #ff476a, #ff8272);
}

.about-hero-visual .fc-3 {
  bottom: -5%;
  left: 15%;
  font-size: 13px;
}
.about-hero-visual .fc-3 i {
  background: linear-gradient(135deg, #00c9a7, #5179f7);
}

.about-pillars {
  padding: 0px 0 70px;
  background: #fff;
}

.about-pillars .section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 55px;
}

.about-pillars .section-head h2 {
  font-size: 36px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 16px;
}

.about-pillars .section-head p {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
}

.pillar-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.pillar-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(154, 100, 248, 0.15);
}

.pillar-card .pillar-img {
  height: 220px;
  overflow: hidden;
  background: linear-gradient(180deg, #f3eeff 0%, #fff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.pillar-card .pillar-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.5s ease;
}

.pillar-card:hover .pillar-img img {
  transform: scale(1.06);
}

.pillar-card .pillar-body {
  padding: 28px 26px 32px;
  position: relative;
}

.pillar-card .pillar-num {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  opacity: 0.08;
  position: absolute;
  top: 12px;
  right: 20px;
  color: #9a64f8;
}

.pillar-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 14px;
  padding-right: 40px;
}

.pillar-card p {
  font-size: 15px;
  line-height: 1.75;
  color: #666;
  margin: 0;
}

.pillar-card.pillar-1 .pillar-body {
  border-top: 4px solid #9a64f8;
}
.pillar-card.pillar-2 .pillar-body {
  border-top: 4px solid #ff584e;
}
.pillar-card.pillar-3 .pillar-body {
  border-top: 4px solid #5179f7;
}

.about-expert {
  padding: 80px 0;
  background: linear-gradient(180deg, #f8fbfc 0%, #fff 100%);
}

.about-expert .expert-visual {
  position: relative;
}

.about-expert .expert-visual .img-primary {
  width: 88%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  object-fit: contain;
  background: #f8fbfc;
}

.about-expert .expert-visual .img-secondary {
  position: absolute;
  width: 45%;
  border-radius: 16px;
  border: 5px solid #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  bottom: -20px;
  right: 0;
  object-fit: contain;
  background: #fff5f8;
}

.about-expert .expert-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 24px;
}

.about-expert .expert-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.about-expert .expert-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.about-expert .expert-list li {
  padding: 12px 0 12px 36px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.about-expert .expert-list li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 12px;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #9a64f8, #5179f7);
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-why {
  padding: 90px 0;
  background: linear-gradient(135deg, #2d1f4e 0%, #4a2c7a 50%, #5b3d8f 100%);
  position: relative;
  overflow: hidden;
}

.about-why::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.about-why .section-head {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.about-why .section-head h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.about-why .section-head p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}

.why-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 40px 36px;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: background 0.3s ease, transform 0.3s ease;
}

.why-card:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-4px);
}

.why-card .why-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  margin-bottom: 24px;
}

.why-card.wc-1 .why-icon {
  background: linear-gradient(135deg, #ff476a, #ff8272);
}
.why-card.wc-2 .why-icon {
  background: linear-gradient(135deg, #8a72f9, #5179f7);
}

.why-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.why-card p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.about-cta-band {
  padding: 70px 0;
  background: #d7f2f6;
}

.about-cta-band .cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  background: #fff;
  border-radius: 24px;
  padding: 48px 50px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.06);
}

.about-cta-band h2 {
  font-size: 28px;
  font-weight: 700;
  color: #181818;
  margin: 0 0 8px;
}

.about-cta-band p {
  margin: 0;
  color: #666;
  font-size: 16px;
}

@media (max-width: 991px) {
  .about-hero h1 {
    font-size: 32px;
  }
  .about-hero-visual .float-card {
    display: none;
  }
  .about-expert .expert-visual .img-secondary {
    width: 55%;
  }
}

@media (max-width: 767px) {
  .about-hero {
    padding: 70px 0 50px;
  }
  .about-hero .hero-tagline {
    font-size: 18px;
  }
  .about-pillars .section-head h2,
  .about-why .section-head h2 {
    font-size: 28px;
  }
  .about-cta-band .cta-inner {
    padding: 32px 24px;
    text-align: center;
    justify-content: center;
  }
}
