.about-page {
  --about-ink: #141827;
  --about-muted: #596174;
  --about-soft-muted: #7a8294;
  --about-line: #edf0f7;
  --about-soft: #f7f8fc;
  --about-pink: #e34d8f;
  --about-pink-dark: #c83276;
  --about-violet: #5667ff;
  --about-navy: #151722;
  --about-shadow: 0 14px 36px rgba(24, 33, 54, .06);
  --about-shadow-strong: 0 22px 60px rgba(31, 42, 74, .14);
}

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

.about-hero {
  overflow: hidden;
  position: relative;
  padding: 72px 0 58px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 144, 192, .35), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(118, 134, 255, .28), transparent 34%),
    linear-gradient(135deg, #fff7fb 0%, #f4f7ff 48%, #f8fbff 100%);
}

.about-hero::before {
  content: "";
  position: absolute;
  left: -110px;
  top: -130px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .55);
}

.about-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
}

.about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 34px;
  align-items: center;
  padding: 0 34px;
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--about-pink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(227, 77, 143, .12);
}

.about-hero h1 {
  margin: 0;
  max-width: 820px;
  color: var(--about-ink);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.12;
  letter-spacing: -.055em;
  word-break: keep-all;
}

.about-lead {
  margin: 22px 0 0;
  max-width: 860px;
  color: #3f4658;
  font-size: 18px;
  line-height: 1.85;
  word-break: keep-all;
}

.about-lead + .about-lead {
  margin-top: 12px;
  color: #4d5669;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--about-navy);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(21, 23, 34, .14);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.about-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(21, 23, 34, .18);
}

.about-btn.is-pink {
  background: var(--about-pink);
}

.about-btn.is-pink:hover {
  background: var(--about-pink-dark);
}

.about-btn.is-light {
  background: #fff;
  color: var(--about-ink);
}

.about-visual-card {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 30px;
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--about-shadow-strong);
  backdrop-filter: blur(14px);
}

.about-visual-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
}

.about-visual-badge {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(20, 24, 39, .88);
  color: #fff;
  box-shadow: 0 18px 40px rgba(20, 24, 39, .18);
}

.about-visual-badge strong {
  display: block;
  font-size: 18px;
  letter-spacing: -.02em;
}

.about-visual-badge span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.55;
  word-break: keep-all;
}

.about-section {
  padding: 62px 0;
}

.about-section.is-soft {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background:
    radial-gradient(circle at 8% 0%, rgba(227, 77, 143, .06), transparent 28%),
    radial-gradient(circle at 92% 14%, rgba(86, 103, 255, .07), transparent 30%),
    #fafbff;
}

.about-section.is-dark {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background:
    radial-gradient(circle at 12% 20%, rgba(227, 77, 143, .18), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(86, 103, 255, .18), transparent 34%),
    linear-gradient(135deg, #141827 0%, #252a42 100%);
}

.about-section-head {
  max-width: 880px;
  margin-bottom: 28px;
}

.about-section-head h2,
.about-section h2 {
  margin: 0 0 16px;
  color: var(--about-ink);
  font-size: clamp(25px, 3.4vw, 39px);
  line-height: 1.24;
  letter-spacing: -.04em;
  word-break: keep-all;
}

.about-section-head p,
.about-text p {
  margin: 0 0 14px;
  color: var(--about-muted);
  font-size: 17px;
  line-height: 1.85;
  word-break: keep-all;
}

.about-text p:last-child,
.about-section-head p:last-child {
  margin-bottom: 0;
}

.about-section.is-dark .about-section-head h2,
.about-section.is-dark .about-section-head p,
.about-section.is-dark .about-text p {
  color: #fff;
}

.about-section.is-dark .about-section-head p {
  color: rgba(255, 255, 255, .84);
}

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

.about-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--about-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--about-shadow);
}

.about-card::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 108px;
  height: 108px;
  border-radius: 999px;
  background: rgba(227, 77, 143, .06);
}

.about-card-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: #fff1f7;
  color: var(--about-pink);
  font-size: 22px;
  font-weight: 900;
}

.about-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #171923;
  font-size: 20px;
  letter-spacing: -.02em;
  word-break: keep-all;
}

.about-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}

.about-two-col {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: center;
}

.about-photo-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.about-photo-stack img {
  width: 100%;
  min-height: 220px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(21, 23, 34, .1);
}

.about-photo-stack img:first-child {
  transform: translateY(22px);
}

.about-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.about-list li {
  position: relative;
  padding: 16px 18px 16px 46px;
  border: 1px solid rgba(237, 240, 247, .95);
  border-radius: 17px;
  background: #f7f8fc;
  color: #33394a;
  font-weight: 750;
  line-height: 1.55;
  word-break: keep-all;
}

.about-list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #fff1f7;
  color: var(--about-pink);
  font-size: 13px;
  font-weight: 900;
}

.about-info {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
}

.about-info div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 17px;
  background: #fff;
  border: 1px solid var(--about-line);
}

.about-info dt {
  color: #171923;
  font-weight: 900;
}

.about-info dd {
  margin: 0;
  color: #4a5264;
  line-height: 1.65;
  word-break: keep-all;
}

.about-note {
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(227, 77, 143, .14);
  border-radius: 19px;
  background: #fff6fb;
  color: #9f2564;
  font-weight: 800;
  line-height: 1.7;
  word-break: keep-all;
}

.about-faq {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.about-faq-item {
  position: relative;
  overflow: hidden;
  padding: 22px 24px;
  border: 1px solid rgba(20, 24, 39, .08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 24, 39, .05);
}

.about-faq-item::before {
  content: "Q";
  position: absolute;
  right: 20px;
  top: 16px;
  color: rgba(227, 77, 143, .12);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.about-faq-item h3 {
  position: relative;
  z-index: 1;
  margin: 0 42px 10px 0;
  color: #151722;
  font-size: 18px;
  letter-spacing: -.03em;
  line-height: 1.45;
  word-break: keep-all;
}

.about-faq-item p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #4b5565;
  font-size: 15px;
  line-height: 1.78;
  word-break: keep-all;
}

.about-cta {
  padding: 64px 28px 70px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 144, 192, .26), transparent 36%),
    radial-gradient(circle at 80% 12%, rgba(86, 103, 255, .16), transparent 34%),
    linear-gradient(135deg, #fff1f7 0%, #eef4ff 100%);
  text-align: center;
}

.about-cta h2 {
  margin: 0 0 14px;
  color: var(--about-ink);
  font-size: clamp(28px, 4.2vw, 44px);
  letter-spacing: -.045em;
  line-height: 1.22;
  word-break: keep-all;
}

.about-cta p {
  max-width: 800px;
  margin: 0 auto;
  color: #4a5264;
  font-size: 17px;
  line-height: 1.8;
  word-break: keep-all;
}

.about-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

@media (max-width: 1180px) {
  .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .about-hero-grid,
  .about-two-col {
    grid-template-columns: 1fr;
  }

  .about-visual-card {
    max-width: 620px;
  }
}

@media (max-width: 640px) {
  .about-hero {
    padding: 46px 0 40px;
    border-radius: 24px;
  }

  .about-hero-grid {
    padding: 0 18px;
  }

  .about-hero h1 {
    font-size: 32px;
  }

  .about-lead,
  .about-section-head p,
  .about-text p,
  .about-cta p {
    font-size: 16px;
  }

  .about-section {
    padding: 44px 0;
  }

  .about-grid,
  .about-list,
  .about-photo-stack {
    grid-template-columns: 1fr;
  }

  .about-photo-stack img:first-child {
    transform: none;
  }

  .about-info div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .about-hero-actions .about-btn,
  .about-cta-actions .about-btn {
    width: 100%;
  }

  .about-visual-badge {
    position: static;
    margin-top: 12px;
  }

  .about-faq-item {
    padding: 20px;
  }

  .about-faq-item h3 {
    margin-right: 34px;
  }

  .about-list li {
    padding-left: 44px;
  }
}