.about-landing.about-landing {
  padding: 100px 0 80px;
}

@media (max-width: 1000px) {
  .about-landing.about-landing {
    padding: 40px 20px 48px;
  }
}

.about-landing .about-section.about-overview > .wrapper > .page-header {
  margin-top: 0;
}

.about-landing .page-header {
  margin-bottom: 20px;
}

.about-landing .page-header-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.about-landing h1.page-title {
  font-size: 26px;
  font-weight: 700;
  max-width: none;
}

.about-landing .page-title {
  margin: 0;
  letter-spacing: -0.4px;
  line-height: 1.15;
  color: #475569;
}

.about-landing .about-section > .wrapper {
  padding: 0;
}

.about-landing .about-section.howitworks > .wrapper,
.about-landing .about-section.about-principles > .wrapper {
  padding: 0;
}

.about-landing .about-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #475569;
  margin: 0 0 16px;
}

.about-landing .about-highlight {
  font-weight: 700;
  color: var(--text-color);
  margin: 16px 0;
}

.about-landing .section-body p,
.about-landing .about-founder__text p {
  color: var(--text-color);
  line-height: 1.6;
  margin: 0 0 16px;
}

.about-landing .section-body p:last-child,
.about-landing .about-founder__text p:last-child {
  margin-bottom: 0;
}

.about-landing .about-section .section-body {
  background: white;
  border-radius: 16px;
  border: 1px solid #eeeeee;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
  margin-top: 24px;
  padding: 32px;
}

.about-landing .about-section.about-overview > .wrapper > .page-header + .section-body.about-intro-panel {
  margin-top: 0;
}

@media (max-width: 1000px) {
  .about-landing .about-section .section-body {
    padding: 24px;
  }
}

.about-landing .about-section.howitworks {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.about-landing .about-section.howitworks .section-body {
  background: white;
  border-radius: 16px;
  border: 1px solid #eeeeee;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
  margin-top: 24px;
  padding: 32px;
}

.about-landing .about-section.howitworks > .wrapper > h2,
.about-landing .about-section.about-principles > .wrapper > h2,
.about-landing .about-section.about-founder-section > .wrapper > h2 {
  margin: 0 0 24px;
}

.about-landing .about-section.about-principles {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.about-landing .about-stats-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  text-align: center;
}

@media (max-width: 760px) {
  .about-landing .about-stats-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.about-landing .about-stat-item__value {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-color);
  line-height: 1.2;
}

.about-landing .about-stat-item__label {
  font-size: 12px;
  color: #777777;
  margin-top: 8px;
  font-weight: 400;
}

.about-landing .about-principles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

@media (max-width: 760px) {
  .about-landing .about-principles-grid {
    grid-template-columns: 1fr;
  }
}

.about-landing .about-principle-card {
  background: white;
  border-radius: 16px;
  border: 1px solid #eeeeee;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.05);
  padding: 24px;
}

.about-landing .about-principle-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
}

.about-landing .about-principle-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-color);
}

.about-landing .about-list {
  padding: 0;
  margin: 0;
}

.about-landing .about-list__item {
  padding: 12px 0;
  border-bottom: 1px solid #cccccc;
  color: var(--text-color);
  line-height: 1.6;
}

.about-landing .about-list__item:last-child {
  border-bottom: none;
}

.about-landing .about-timeline .item {
  border-bottom: 1px solid #cccccc;
  padding: 12px 0;
}

.about-landing .about-timeline .item:last-child {
  border-bottom: 1px solid #cccccc;
}

.about-landing .about-timeline .content {
  color: var(--text-color);
  line-height: 1.6;
}

.about-landing .about-founder-section > .wrapper {
  padding: 0;
}

.about-landing .about-founder__layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

@media (min-width: 900px) {
  .about-landing .about-founder__layout {
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
  }
}

.about-landing .about-founder__photo {
  flex-shrink: 0;
  width: 140px;
}

.about-landing .about-founder__photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #eeeeee;
}

.about-landing .about-founder__main {
  flex: 1;
  min-width: 0;
  width: 100%;
}

.about-landing .about-founder__contacts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 24px;
}

.about-landing .about-contact-field {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 280px;
}

.about-landing .about-contact-field__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 8px;
}

.about-landing .about-founder-section .about-contact-code {
  display: block;
  width: 100%;
  max-width: 280px;
}

.about-landing .about-founder-section .about-contact-code input {
  width: 100%;
  font-size: 13px;
  line-height: 1.4;
  padding: 9px 34px 9px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fafafa;
  color: var(--text-color);
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.15s, background-color 0.15s;
}

.about-landing .about-founder-section .about-contact-code input:hover {
  border-color: #d4d4d4;
  background: #ffffff;
}

.about-landing .about-founder-section .about-contact-code span.gradient {
  width: 40px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  border-radius: 0 7px 7px 0;
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, #fafafa 40%, #fafafa 100%);
  pointer-events: none;
}

.about-landing .about-founder-section .about-contact-code:hover span.gradient {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%, #ffffff 100%);
}

.about-landing .about-founder-section .about-contact-code span.copy-code {
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 1;
  color: #94a3b8;
  cursor: pointer;
  transition: color 0.15s;
}

.about-landing .about-founder-section .about-contact-code span.copy-code:hover {
  color: #475569;
}

.about-landing .about-founder__text {
  flex: 1;
}

.about-landing .about-text-link {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-landing .about-text-link:hover {
  color: #444444;
}

.about-landing .about-link-row {
  margin-top: 16px;
  margin-bottom: 0;
}

.about-landing .about-brokers-intro p {
  color: var(--text-color);
  line-height: 1.6;
  margin: 0 0 16px;
}

.about-landing .about-brokers-intro p:last-child {
  margin-bottom: 0;
}

.about-landing .about-cta-section .about-cta__links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
  margin-top: 4px;
}

.about-section-preview .about-preview-card {
  width: 140px;
  flex-shrink: 0;
}

.about-section-preview .landing {
  gap: 32px;
  padding: 0;
}

.about-section-preview .section-body {
  margin-top: 16px;
}

.about-section-preview .page-title {
  font-size: 26px;
}
