.header {
  background: transparent;
}

.header__nav {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 113, 103, 0.16);
  box-shadow: 0 16px 44px rgba(39, 32, 28, 0.08);
}

.header__button,
.header__burger-btn {
  background: #ff7167;
}

.header__button:hover {
  background: #e85f56;
}

.aura-about {
  --about-bg: #fffaf7;
  --about-paper: #ffffff;
  --about-ink: #121216;
  --about-text: #2d2d2d;
  --about-muted: #5f6368;
  --about-line: rgba(30, 30, 30, 0.1);
  --about-coral: #ff7167;
  --about-amber: #ffa937;
  --about-blue: #2787f5;
  --about-green: #0d8501;
  --about-mint: #e8f8e6;
  --about-shadow: 0 18px 55px rgba(46, 35, 29, 0.1);
  background: var(--about-bg);
  color: var(--about-text);
}

.aura-about,
.aura-about *,
.aura-about *::before,
.aura-about *::after {
  box-sizing: border-box;
}

.aura-about a {
  text-decoration: none;
}

.about-inline-link {
  color: var(--about-blue);
  font-weight: 900;
}

.about-inline-link:hover {
  text-decoration: underline;
}

.about-container {
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: 0 24px;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 113, 103, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--about-coral);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}

.about-hero,
.about-profile-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 40px;
  background:
    linear-gradient(90deg, rgba(255, 113, 103, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, #fffaf7 0%, #fff4ed 100%);
  background-size: 44px 44px, auto;
}

.about-hero__grid,
.about-profile-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  gap: 54px;
  align-items: center;
}

.about-hero__content,
.about-profile-hero__content {
  max-width: 720px;
}

.about-hero h1,
.about-profile-hero h1,
.about-section-heading h2,
.about-process h2,
.about-final h2,
.about-profile-dark h2 {
  margin: 18px 0 0;
  color: var(--about-ink);
  font-size: 3.82rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.about-hero__lead,
.about-profile-hero__lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: #343237;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
}

.about-profile-hero__role {
  margin: 16px 0 0;
  color: var(--about-coral);
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.35;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  margin: 22px 0 0;
}

.about-primary-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.about-cta-hint {
  max-width: 370px;
  margin: 0;
  color: var(--about-muted);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
}

.about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.about-button svg,
.about-card-link svg,
.about-proof-links svg,
.about-back-link svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-button:hover,
.about-card-link:hover,
.about-proof-links a:hover,
.about-back-link:hover {
  transform: translateY(-2px);
}

.about-button--primary {
  background: var(--about-coral);
  color: #fff;
  box-shadow: 0 16px 36px rgba(255, 113, 103, 0.28);
}

.about-button--secondary {
  background: var(--about-blue);
  color: #fff;
  box-shadow: 0 16px 36px rgba(39, 135, 245, 0.22);
}

.about-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.about-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
}

.about-hero__proof div {
  min-height: 112px;
  padding: 14px;
  border: 1px solid rgba(30, 30, 30, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.about-hero__proof strong {
  display: block;
  color: var(--about-coral);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.about-hero__proof span {
  display: block;
  margin: 10px 0 0;
  color: var(--about-muted);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.35;
}

.about-hero__visual {
  position: relative;
  min-height: 560px;
}

.about-hero-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px 0 0;
}

.about-hero-team-card {
  position: relative;
  min-height: 232px;
  padding: 22px;
  border: 1px solid rgba(30, 30, 30, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--about-shadow);
}

.about-hero-team-card::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 113, 103, 0.12);
}

.about-hero-team-card span {
  display: inline-flex;
  color: var(--about-coral);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
}

.about-hero-team-card__title {
  display: block;
  margin: 54px 0 0;
  color: var(--about-ink);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.about-hero-team-card p {
  margin: 12px 0 0;
  color: var(--about-muted);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.48;
}

.about-hero-team-card--coral {
  transform: rotate(-2deg);
}

.about-hero-team-card--blue {
  transform: rotate(2deg);
}

.about-hero-team-card--green {
  transform: rotate(1.5deg);
}

.about-hero-team-card--amber {
  transform: rotate(-1.5deg);
}

.about-hero-team-card--blue span {
  color: var(--about-blue);
}

.about-hero-team-card--green span {
  color: var(--about-green);
}

.about-hero-team-card--amber span {
  color: var(--about-amber);
}

.about-hero-team-card--blue::after {
  background: rgba(39, 135, 245, 0.12);
}

.about-hero-team-card--green::after {
  background: rgba(13, 133, 1, 0.12);
}

.about-hero-team-card--amber::after {
  background: rgba(255, 169, 55, 0.16);
}

.about-specialist-card__media img,
.about-profile-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-specialist-card__body > span {
  display: inline-flex;
  color: var(--about-coral);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.about-specialist-card__body h3 {
  margin: 8px 0 0;
  color: var(--about-ink);
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.about-specialist-card__body p {
  margin: 10px 0 0;
  color: var(--about-muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.about-hero__note {
  position: relative;
  width: min(100%, 410px);
  margin: 18px 0 0 auto;
  padding: 18px;
  border: 1px solid rgba(13, 133, 1, 0.16);
  border-radius: 8px;
  background: #f3fff1;
  box-shadow: 0 18px 45px rgba(13, 133, 1, 0.12);
  z-index: 3;
}

.about-hero__note span,
.about-hero__note strong {
  display: block;
}

.about-hero__note span {
  color: var(--about-green);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-hero__note strong {
  margin: 8px 0 0;
  color: var(--about-ink);
  font-size: 1rem;
  line-height: 1.35;
}

.about-trust,
.about-specialists,
.about-founders,
.about-process,
.about-methods,
.about-terms,
.about-faq,
.about-conferences,
.about-final,
.about-profile-section,
.about-profile-dark {
  padding: 88px 0;
}

.about-trust,
.about-process,
.about-terms,
.about-profile-section {
  background: #fff;
}

.about-specialists,
.about-founders,
.about-methods,
.about-faq,
.about-conferences {
  background: #fffaf7;
}

.about-section-heading {
  max-width: 850px;
}

.about-section-heading h2,
.about-process h2,
.about-final h2,
.about-profile-dark h2 {
  font-size: 3rem;
  line-height: 1.05;
}

.about-section-heading p:not(.about-kicker),
.about-process p,
.about-final p,
.about-profile-dark p {
  margin: 18px 0 0;
  color: var(--about-muted);
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.65;
}

.about-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: 48px;
  align-items: end;
  max-width: none;
}

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

.about-proof-card {
  min-height: 284px;
  padding: 22px;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: #fffaf7;
}

.about-proof-card:nth-child(2) {
  background: #f0f7ff;
  border-color: rgba(39, 135, 245, 0.2);
}

.about-proof-card:nth-child(3) {
  background: #f3fff1;
  border-color: rgba(13, 133, 1, 0.16);
}

.about-proof-card span {
  display: inline-flex;
  margin: 0 0 26px;
  color: var(--about-coral);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
}

.about-proof-card:nth-child(2) span {
  color: var(--about-blue);
}

.about-proof-card:nth-child(3) span {
  color: var(--about-green);
}

.about-proof-card h3 {
  margin: 0;
  color: var(--about-ink);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

.about-proof-card p {
  margin: 14px 0 0;
  color: var(--about-muted);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
}

.about-terms-list {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.about-terms-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: #fffaf7;
}

.about-terms-item__num {
  display: inline-flex;
  color: var(--about-coral);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

.about-terms-item p {
  margin: 0;
  color: var(--about-ink);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.6;
}

.about-quote-band {
  padding: 42px 0;
  background: var(--about-ink);
}

.about-quote-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.about-quote-band p {
  margin: 0;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.42;
}

.about-quote-band a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #fff;
  color: var(--about-ink);
  font-weight: 900;
  white-space: nowrap;
}

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

.about-founders-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 36px 0 0;
}

.about-founder-card {
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(46, 35, 29, 0.06);
}

.about-founder-card > span {
  display: inline-flex;
  color: var(--about-coral);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.about-founder-card h3 {
  margin: 10px 0 0;
  color: var(--about-ink);
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.about-founder-card ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.about-founder-card li {
  position: relative;
  padding: 0 0 0 18px;
  color: var(--about-muted);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
}

.about-founder-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--about-coral);
}

.about-specialist-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(46, 35, 29, 0.06);
}

.about-specialist-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.about-specialist-card__media {
  width: 190px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 8px;
  background: #f6ece7;
}

.about-specialist-card__body {
  padding: 2px 0 0;
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
}

.about-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 113, 103, 0.18);
  border-radius: 8px;
  background: #fff8f5;
  color: #4c3b38;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.25;
}

.about-tags--large span {
  min-height: 38px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.74);
}

.about-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0 0;
  color: var(--about-blue);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
  transition: transform 0.2s ease, color 0.2s ease;
}

.about-process__grid,
.about-profile-dark__grid,
.about-profile-split,
.about-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1fr);
  gap: 54px;
  align-items: start;
}

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

.about-process__steps div {
  min-height: 205px;
  padding: 20px;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: #fffaf7;
}

.about-process__steps div:nth-child(2) {
  background: #f0f7ff;
  border-color: rgba(39, 135, 245, 0.2);
}

.about-process__steps div:nth-child(3) {
  background: #f3fff1;
  border-color: rgba(13, 133, 1, 0.16);
}

.about-process__steps span {
  display: inline-flex;
  color: var(--about-coral);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-process__steps strong {
  display: block;
  margin: 20px 0 0;
  color: var(--about-ink);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.2;
}

.about-process__steps p {
  margin: 10px 0 0;
  color: var(--about-muted);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.55;
}

.about-methods-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 36px 0 0;
}

.about-method-card {
  min-height: 170px;
  padding: 22px;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-method-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(46, 35, 29, 0.08);
}

.about-method-card span {
  display: block;
  color: var(--about-ink);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.2;
}

.about-method-card p {
  margin: 14px 0 0;
  color: var(--about-muted);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.55;
}

.about-faq__items {
  display: grid;
  gap: 10px;
}

.about-faq__items details {
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: #fff;
}

.about-faq__items summary {
  cursor: pointer;
  padding: 20px;
  color: var(--about-ink);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.3;
}

.about-faq__items p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--about-muted);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.about-conference-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.36fr);
  gap: 18px;
  margin: 36px 0 0;
}

.about-conference-card__main,
.about-conference-card__aside {
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(46, 35, 29, 0.06);
}

.about-conference-card__main {
  padding: 30px;
}

.about-conference-card__aside {
  align-self: stretch;
  padding: 24px;
  background: #f3fff1;
  border-color: rgba(13, 133, 1, 0.16);
}

.about-conference-card__main > span,
.about-conference-card__aside > span {
  display: inline-flex;
  color: var(--about-coral);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.about-conference-card__aside > span {
  color: var(--about-green);
}

.about-conference-card h3 {
  margin: 12px 0 0;
  color: var(--about-ink);
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.about-conference-card__aside h3 {
  font-size: 1.32rem;
}

.about-conference-card p {
  margin: 16px 0 0;
  color: var(--about-muted);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.about-conference-contacts {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}

.about-conference-contacts a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--about-green);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.2;
}

.about-conference-contacts a:nth-child(2) {
  background: var(--about-blue);
}

.about-final {
  background: var(--about-ink);
}

.about-final__inner {
  max-width: 920px;
}

.about-final .about-kicker {
  background: rgba(255, 255, 255, 0.08);
}

.about-final h2,
.about-final p {
  color: #fff;
}

.about-final p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.76);
}

.about-final__actions {
  margin-top: 28px;
}

.about-final .about-cta-hint {
  color: rgba(255, 255, 255, 0.68);
}

.about-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--about-blue);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.3;
  transition: transform 0.2s ease;
}

.about-profile-hero__media {
  overflow: hidden;
  min-height: 620px;
  border: 1px solid rgba(30, 30, 30, 0.12);
  border-radius: 8px;
  background: #f6ece7;
  box-shadow: var(--about-shadow);
}

.about-profile-hero__media img {
  object-position: center top;
}

.about-focus-list {
  display: grid;
  gap: 12px;
}

.about-focus-list div {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: #fffaf7;
}

.about-focus-list span {
  width: 12px;
  height: 12px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--about-coral);
}

.about-focus-list p {
  margin: 0;
  color: var(--about-muted);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.55;
}

.about-profile-dark {
  background: var(--about-ink);
}

.about-profile-dark h2,
.about-profile-dark p {
  color: #fff;
}

.about-profile-dark p {
  color: rgba(255, 255, 255, 0.75);
}

.about-principles-grid {
  display: grid;
  gap: 12px;
}

.about-principles-grid article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.about-principles-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.2;
}

.about-principles-grid p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.55;
}

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

.about-timeline article {
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: #fffaf7;
}

.about-timeline span {
  display: inline-flex;
  color: var(--about-coral);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.about-timeline h3 {
  margin: 24px 0 0;
  color: var(--about-ink);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
}

.about-timeline p {
  margin: 12px 0 0;
  color: var(--about-muted);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.55;
}

.about-proof-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.about-proof-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid rgba(39, 135, 245, 0.18);
  border-radius: 8px;
  background: #f0f7ff;
  color: var(--about-blue);
  font-weight: 900;
  line-height: 1.25;
  transition: transform 0.2s ease;
}

@media (max-width: 1080px) {
  .about-hero__grid,
  .about-profile-hero__grid,
  .about-process__grid,
  .about-profile-dark__grid,
  .about-profile-split,
  .about-faq__grid {
    grid-template-columns: 1fr;
  }

  .about-hero__content,
  .about-profile-hero__content {
    max-width: none;
  }

  .about-hero__visual {
    min-height: 560px;
  }

  .about-proof-grid,
  .about-specialists-grid,
  .about-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .about-container {
    padding: 0 18px;
  }

  .about-hero,
  .about-profile-hero {
    padding: 90px 0 28px;
  }

  .about-hero h1,
  .about-profile-hero h1 {
    font-size: 2.7rem;
    line-height: 1.02;
  }

  .page-template-TemplatePsychologistsWork .about-hero h1 {
    font-size: 2.35rem;
    line-height: 1.06;
  }

  .about-section-heading h2,
  .about-process h2,
  .about-final h2,
  .about-profile-dark h2 {
    font-size: 2.15rem;
    line-height: 1.08;
  }

  .about-hero__lead,
  .about-profile-hero__lead,
  .about-section-heading p:not(.about-kicker),
  .about-process p,
  .about-final p,
  .about-profile-dark p {
    font-size: 1rem;
  }

  .about-actions,
  .about-primary-cta,
  .about-button {
    width: 100%;
  }

  .about-button {
    min-height: 50px;
    padding: 13px 16px;
  }

  .about-cta-hint {
    max-width: none;
    text-align: center;
  }

  .about-hero__proof,
  .about-proof-grid,
  .about-specialists-grid,
  .about-founders-grid,
  .about-process__steps,
  .about-methods-grid,
  .about-timeline {
    grid-template-columns: 1fr;
  }

  .about-hero__proof div,
  .about-proof-card,
  .about-founder-card,
  .about-process__steps div,
  .about-method-card,
  .about-timeline article {
    min-height: 0;
  }

  .about-hero__visual {
    min-height: auto;
  }

  .about-hero-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
  }

  .about-hero-team-card {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    transform: none;
  }

  .about-hero-team-card__title {
    margin-top: 36px;
  }

  .about-hero__note {
    position: static;
    width: 100%;
    transform: none;
  }

  .about-hero__note {
    margin: 14px 0 0;
  }

  .about-trust,
  .about-specialists,
  .about-founders,
  .about-process,
  .about-methods,
  .about-terms,
  .about-faq,
  .about-conferences,
  .about-final,
  .about-profile-section,
  .about-profile-dark {
    padding: 58px 0;
  }

  .about-section-heading--split,
  .about-quote-band__inner,
  .about-conference-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-specialist-card {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
  }

  .about-specialist-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .about-quote-band p {
    font-size: 1.14rem;
  }

  .about-quote-band a {
    width: 100%;
  }

  .about-specialist-card__media {
    width: 150px;
  }

  .about-specialist-card__body {
    padding: 0;
  }

  .about-profile-hero__media {
    min-height: 460px;
  }
}

@media (max-width: 420px) {
  .about-hero h1,
  .about-profile-hero h1 {
    font-size: 2.35rem;
  }

  .page-template-TemplatePsychologistsWork .about-hero h1 {
    font-size: 2.08rem;
  }

  .about-section-heading h2,
  .about-process h2,
  .about-final h2,
  .about-profile-dark h2 {
    font-size: 1.88rem;
  }

  .about-specialist-card__media {
    width: min(100%, 190px);
  }

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

  .about-profile-hero__media {
    min-height: 400px;
  }
}
