body, .about-main {
  background: #fff;
  min-height: 100vh;
}
.about-main {
  position: relative;
  z-index: 1;
  margin-top: 3.5rem;
  background-image:
    url('data:image/svg+xml;utf8,<svg width="420" height="420" viewBox="0 0 420 420" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="210" cy="210" r="180" fill="%2313005A" fill-opacity="0.08"/><circle cx="320" cy="100" r="60" fill="%2313005A" fill-opacity="0.09"/><rect x="60" y="320" width="100" height="100" rx="50" fill="%2313005A" fill-opacity="0.07"/></svg>'),
    url('data:image/svg+xml;utf8,<svg width="320" height="320" viewBox="0 0 320 320" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="160" cy="160" r="120" fill="%2313005A" fill-opacity="0.10"/><circle cx="100" cy="220" r="60" fill="%2313005A" fill-opacity="0.07"/><rect x="180" y="20" width="80" height="80" rx="40" fill="%2313005A" fill-opacity="0.06"/></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
  background-size: 420px, 320px;
}

.about-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 5rem 0 3rem 0;
  position: relative;
  background: none;
  overflow: visible;
}
.about-hero::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle at 80% 20%, #13005A 0%, rgba(255,255,255,0) 80%);
  opacity: 0.10;
  z-index: 0;
  pointer-events: none;
}
.about-hero-content {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 1;
}
.about-hero-text {
  flex: 2 1 500px;
  text-align: left;
}
.about-title {
  font-size: 3.2rem;
  font-weight: 900;
  color: #13005A;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
  line-height: 1.1;
}
.about-subtitle {
  font-size: 1.3rem;
  color: #444;
  line-height: 1.7;
  max-width: 600px;
}
.about-hero-image {
  flex: 1 1 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.about-hero-image img {
  width: 600px;
  max-width: 100%;
  min-height: 420px;
  height: 480px;
  border-radius: 2.2rem;
  box-shadow: 0 16px 64px rgba(91,61,246,0.15), 0 2px 16px rgba(91,61,246,0.08);
  object-fit: cover;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(2px);
  transition: transform 0.25s cubic-bezier(.4,2,.6,1), box-shadow 0.25s;
}
.about-hero-image img:hover {
  transform: scale(1.04) rotate(-2deg);
  box-shadow: 0 24px 64px rgba(91,61,246,0.18);
}

.section-title {
  font-size: 2.1rem;
  font-weight: 800;
  color: #13005A;
  margin-bottom: 2.2rem;
  text-align: center;
  letter-spacing: -1px;
  position: relative;
}
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #5B3DF6 0%, #1C82AD 100%);
  border-radius: 2px;
  margin: 1rem auto 0 auto;
}

.about-team {
  padding: 4rem 0 2rem 0;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  max-width: 1000px;
  margin: 0 auto;
}
.team-card {
  background: rgba(255,255,255,0.85);
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(91,61,246,0.10);
  padding: 2.2rem 1.2rem 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}
.team-card:hover {
  box-shadow: 0 12px 40px rgba(91,61,246,0.16);
  transform: translateY(-8px) scale(1.03);
}
.team-card img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.1rem;
  border: 3px solid #e6e6ff;
  box-shadow: 0 2px 8px rgba(91,61,246,0.08);
}
.team-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #13005A;
  margin-bottom: 0.3rem;
}
.team-card p {
  color: #5B3DF6;
  font-size: 1rem;
  margin-bottom: 0;
}

.about-why {
  padding: 4rem 0 4rem 0;
}
.why-features {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.why-feature {
  background: rgba(255,255,255,0.92);
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(91,61,246,0.10);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  flex: 1 1 260px;
  min-width: 240px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}
.why-feature:hover {
  box-shadow: 0 12px 40px rgba(91,61,246,0.16);
  transform: translateY(-8px) scale(1.03);
}
.why-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}
.why-feature h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #13005A;
  margin-bottom: 0.3rem;
}
.why-feature p {
  color: #444;
  font-size: 1rem;
  margin-bottom: 0;
}

.about-what {
  padding: 4rem 0 2rem 0;
}
.what-content {
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
  background: rgba(255,255,255,0.92);
  border-radius: 2rem;
  box-shadow: 0 8px 32px rgba(91,61,246,0.10);
  padding: 3rem 2.5rem 3rem 2.5rem;
  border-left: 8px solid #13005A;
  position: relative;
}
.what-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  border-radius: 2rem 0 0 2rem;
  background: linear-gradient(180deg, #13005A 0%, #13005A 100%);
  opacity: 0.12;
  z-index: 1;
}
.what-image {
  flex: 1 1 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.what-image img {
  width: 440px;
  max-width: 100%;
  min-height: 320px;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(91,61,246,0.10);
  object-fit: cover;
  transition: transform 0.25s cubic-bezier(.4,2,.6,1), box-shadow 0.25s;
}
.what-image img:hover {
  transform: scale(1.04) rotate(-2deg);
  box-shadow: 0 16px 48px rgba(91,61,246,0.18);
}
.what-text {
  flex: 2 1 400px;
  z-index: 2;
}
.what-text h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #13005A;
  margin-bottom: 1rem;
}
.what-text p {
  color: #444;
  font-size: 1.08rem;
  margin-bottom: 1.2rem;
}
.what-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.what-list-item {
  display: grid;
  grid-template-columns: 2.2em 170px 1fr;
  align-items: flex-start;
  gap: 0.2em 0.7em;
  color: #13005A;
  font-size: 1.08rem;
  line-height: 1.6;
}
.what-list-icon {
  grid-column: 1;
  grid-row: 1;
  width: 1.5em;
  height: 1.5em;
  min-width: 1.5em;
  margin-top: 0.15em;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%2313005A' fill-opacity='0.12'/%3E%3Cpath d='M7 12l3 3 7-7' stroke='%2313005A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  flex-shrink: 0;
  vertical-align: top;
}
.what-list-title {
  grid-column: 2;
  grid-row: 1;
  font-weight: 700;
  min-width: 150px;
  display: block;
  flex-shrink: 0;
}
.what-list-desc {
  grid-column: 3;
  grid-row: 1;
  flex: 1 1 0;
  display: block;
  color: #444;
}

.about-values {
  padding: 4rem 0 2rem 0;
}
.values-flex {
  display: flex;
  align-items: stretch;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.values-list-area {
  flex: 2 1 400px;
  background: rgba(255,255,255,0.92);
  border-radius: 2rem;
  box-shadow: 0 4px 24px rgba(91,61,246,0.08);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 8px solid #13005A;
}
.values-list-area h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #13005A;
  margin-bottom: 1.5rem;
}
.values-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  position: relative;
}
.values-timeline li {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  position: relative;
}
.timeline-icon {
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.timeline-content {
  color: #13005A;
  font-size: 1.08rem;
  background: rgba(230,230,255,0.18);
  border-radius: 1rem;
  padding: 1rem 1.2rem;
  box-shadow: 0 1px 4px rgba(91,61,246,0.04);
}
.values-image-area {
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 260px;
}
.values-image-area img {
  width: 100%;
  max-width: 340px;
  min-height: 320px;
  height: 100%;
  border-radius: 2rem;
  box-shadow: 0 8px 32px rgba(91,61,246,0.10);
  object-fit: cover;
}

.about-hero-extra {
  margin-top: 2rem;
  font-size: 1.08rem;
  color: #333;
  max-width: 600px;
}
.about-hero-extra p {
  margin-bottom: 1.1rem;
  color: #444;
}
.about-hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.about-hero-bullets li {
  position: relative;
  padding-left: 2em;
  color: #13005A;
  line-height: 1.6;
}
.about-hero-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 1.2em;
  height: 1.2em;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%2313005A' fill-opacity='0.12'/%3E%3Cpath d='M6 10l2.5 2.5L14 7' stroke='%2313005A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.about-hero-bullets strong {
  color: #13005A;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .about-hero-content {
    gap: 2rem;
  }
  .about-hero-image img {
    width: 420px;
    min-height: 220px;
    height: 320px;
  }
}
@media (max-width: 900px) {
  .about-hero-content {
    flex-direction: column-reverse;
    gap: 2rem;
    text-align: center;
    align-items: center;
  }
  .about-hero-text {
    text-align: center;
  }
  .about-hero-image img {
    width: 90vw;
    max-width: 420px;
    min-height: 160px;
    height: auto;
  }
  .why-features {
    flex-direction: column;
    gap: 2rem;
  }
  .team-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .what-content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    padding: 2rem 1rem;
  }
  .what-image img {
    width: 95vw;
    max-width: 440px;
    min-height: 180px;
  }
  .values-flex {
    flex-direction: column-reverse;
    gap: 2rem;
    text-align: center;
    align-items: center;
  }
  .values-list-area {
    padding: 2rem 1rem;
  }
  .values-image-area img {
    min-height: 180px;
    max-width: 320px;
    width: 80vw;
  }
  .what-list-item {
    grid-template-columns: 2em 1fr;
    grid-template-rows: auto auto;
  }
  .what-list-title {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
  .what-list-desc {
    grid-column: 2;
    grid-row: 2;
    margin-left: 0;
  }
  .about-hero-extra {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .about-hero {
    padding: 2rem 0 1rem 0;
  }
  .about-team, .about-why {
    padding: 2rem 0 1rem 0;
  }
  .team-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .why-features {
    gap: 1.2rem;
  }
  .about-what, .about-values {
    padding: 2rem 0 1rem 0;
  }
  .about-values {
    padding: 2rem 0 1rem 0;
  }
  .values-list-area {
    padding: 1.2rem 0.7rem;
  }
  .values-image-area img {
    min-height: 120px;
    max-width: 100vw;
  }
  .what-content {
    padding: 1.2rem 0.7rem;
  }
  .what-image img {
    min-height: 120px;
    max-width: 100vw;
    height: auto;
  }
  .what-list-item {
    grid-template-columns: 2em 1fr;
    grid-template-rows: auto auto;
    font-size: 1rem;
  }
  .what-list-title {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
  .what-list-desc {
    grid-column: 2;
    grid-row: 2;
    margin-left: 0;
  }
  .about-title {
    font-size: 2.1rem;
  }
} 