.about-shell {
  position: relative;
  background: #f5f5f5;
}

body.about-slides {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body.about-slides footer {
  margin-top: 0;
}

.about-slide {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: clamp(3rem, 6vw, 5rem) 0;
  scroll-margin-top: 80px;
}

.about-dots {
  position: fixed;
  right: clamp(0.75rem, 3vw, 1.8rem);
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 0.6rem;
  align-items: end;
  z-index: 5;
}

.about-dots__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  padding: 0.55rem 0.85rem;
  border-radius: 14px;
  background: #ffffff;
  color: #111;
  border: none;
  overflow: hidden;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  white-space: normal;
}

.about-dots__item:hover,
.about-dots__item:focus-visible,
.about-dots__item.is-active {
  transform: translateX(-2px);
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  color: #111;
  border: none;
  text-decoration: none;
  outline: none;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.about-hero {
  background: radial-gradient(circle at 20% 15%, rgba(92, 106, 196, 0.16), transparent 40%),
    radial-gradient(circle at 80% 40%, rgba(246, 206, 79, 0.24), transparent 32%),
    linear-gradient(135deg, rgba(246, 206, 79, 0.18), rgba(92, 106, 196, 0.08));
}

.about-hero__grid {
  display: grid;
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
}

.about-hero__header {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  text-align: center;
}

.about-hero__body {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
}

.about-hero__text {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.about-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  width: fit-content;
}

.about-hero__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0 0 0 6px rgba(92, 106, 196, 0.12);
}

.about-hero__divider {
  width: 22px;
  height: 1px;
  background: rgba(17, 17, 17, 0.2);
  display: inline-block;
}

.about-hero__stamp {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.78);
}

.about-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 2vw + 2rem, 3.3rem);
  line-height: 1.05;
}

.about-hero__lead {
  margin: 0;
  color: rgba(17, 17, 17, 0.78);
  line-height: 1.7;
  font-size: 1.05rem;
}

.about-hero__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.85rem;
  padding: 0;
  margin: 0;
}

.about-hero__list--split {
  grid-template-columns: repeat(2, minmax(240px, 1fr));
}

.about-hero__item {
  display: grid;
  gap: 0.45rem;
  align-items: start;
  text-align: center;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
  color: rgba(17, 17, 17, 0.82);
  line-height: 1.58;
}

.about-hero__item--wide {
  grid-column: span 2;
}

.about-hero__visual {
  justify-self: center;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 100%;
}

.about-hero__card {
  position: relative;
  width: clamp(320px, 38vw, 480px);
  height: 100%;
  max-height: clamp(420px, 70vh, 600px);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.18);
  isolation: isolate;
}

.about-hero__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

.about-hero__badge,
.about-hero__label {
  position: absolute;
  left: 14px;
  right: 14px;
  display: inline-flex;
  width: fit-content;
  padding: 0.55rem 0.9rem;
  border-radius: 14px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.about-hero__badge {
  top: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(17, 17, 17, 0.9);
}

.about-hero__label {
  bottom: 14px;
  background: rgba(17, 17, 17, 0.9);
  color: #f6ce4f;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-section {
  background: linear-gradient(180deg, rgba(92, 106, 196, 0.05), rgba(246, 206, 79, 0.08));
}

.about-section:nth-of-type(even) {
  background: #ffffff;
}

.about-section__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.75fr);
  gap: clamp(1.4rem, 4vw, 2.8rem) clamp(1.6rem, 5vw, 3.2rem);
  align-items: start;
}

.about-section__header {
  display: grid;
  gap: 0.7rem;
  position: sticky;
  top: 90px;
}

.about-section__tag {
  display: inline-flex;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.08);
  color: rgba(17, 17, 17, 0.7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  width: fit-content;
}

.about-section h2 {
  margin: 0;
  font-size: clamp(1.9rem, 1.6vw + 1rem, 2.5rem);
}

.about-section__header p {
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
  line-height: 1.7;
}

.about-section__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.1rem;
  grid-auto-flow: dense;
}

.about-section--team .about-section__cards .about-card:last-child {
  grid-column: span 2;
  min-width: min(540px, 100%);
}

.about-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  padding: 1.2rem 1.25rem 1.1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(92, 106, 196, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.about-card:hover,
.about-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.12);
  border-color: rgba(92, 106, 196, 0.2);
}

.about-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(246, 206, 79, 0.2), rgba(92, 106, 196, 0.12));
  font-size: 1.35rem;
}

.about-card__body {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.about-card__body h3 {
  margin: 0 0 0.1rem;
  font-size: 1.08rem;
  line-height: 1.4;
}

.about-card__body p {
  margin: 0;
  color: rgba(17, 17, 17, 0.78);
  line-height: 1.6;
}

.about-cta {
  background: radial-gradient(circle at 20% 20%, rgba(246, 206, 79, 0.25), transparent 40%),
    radial-gradient(circle at 80% 40%, rgba(92, 106, 196, 0.25), transparent 40%),
    #111;
  color: #f7f7f7;
  min-height: auto;
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
}

.about-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
}

.about-cta__text {
  display: grid;
  gap: 1rem;
}

.about-cta__tag {
  display: inline-flex;
  width: fit-content;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.about-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 1.4vw + 1.3rem, 2.6rem);
  color: #fff;
}

.about-cta__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.about-cta__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.6;
  font-weight: 600;
}

.about-cta__button {
  justify-self: end;
  padding: 1rem 1.6rem;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #1a1a1a;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.about-cta__button:hover,
.about-cta__button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.28);
}

@media (max-width: 1200px) {
  .about-section__header {
    position: static;
  }
}

@media (max-width: 1024px) {
  .about-dots {
    display: none;
  }

  .about-hero__grid,
  .about-section__grid {
    grid-template-columns: 1fr;
  }

  .about-hero__card {
    width: 100%;
    max-width: 520px;
  }

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

  .about-cta__button {
    justify-self: start;
  }

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

@media (max-width: 768px) {
  .about-slide {
    min-height: auto;
    padding: 2.25rem 0;
  }

  .about-hero__grid {
    gap: 1.25rem;
  }

  .about-hero__body {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

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

  .about-hero__item {
    text-align: left;
  }

  .about-hero__item--wide {
    grid-column: span 1;
  }

  .about-hero__card {
    width: 100%;
    max-width: 520px;
    height: auto;
    max-height: none;
  }
}

@media (max-width: 640px) {
  .about-slide {
    padding: 2.25rem 0;
    min-height: 92vh;
  }

  .about-hero__list li,
  .about-card {
    grid-template-columns: 1fr;
  }

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

  .about-section--team .about-section__cards .about-card:last-child {
    grid-column: span 1;
  }
}

@media (min-width: 1024px) {
  .about-section--team .about-section__cards {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }
}
