@import url("/static/figures/css/settings_shell.css");

:root {
  --settings-bg-light: url("/static/main_img/Translate/trans_bg_LIGHT.webp");
  --settings-bg-dark: url("/static/main_img/Translate/trans_bg_NIGHT.webp");
  --settings-bg-brightness: .82;
}

.about-shell {
  min-height: 100vh;
  color: var(--text);
}

.about-shell .profile-settings-wrapper {
  width: min(980px, 94vw);
  margin-top: 84px;
  margin-bottom: 40px;
}

.about-shell .profile-settings-card {
  border-radius: 22px;
  padding: 24px;
}

.about-page-header {
  margin-bottom: 18px;
}

.about-page-title {
  margin: 0 0 8px;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 900;
  color: var(--text);
}

.about-page-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.about-section {
  padding: 18px 0;
  border-top: 1px solid rgba(0, 0, 0, .08);
}

body.theme-dark .about-section {
  border-top-color: rgba(255, 255, 255, .08);
}

.about-section:first-of-type {
  border-top: 0;
  padding-top: 6px;
}

.about-section h2 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 900;
  color: var(--text);
}

.about-section p,
.about-section li {
  color: var(--text);
  line-height: 1.7;
  font-size: 0.97rem;
}

.about-section ul {
  margin: 10px 0 0 20px;
  padding: 0;
}

.about-section a {
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
}

.about-section a:hover {
  text-decoration: none;
}

.legal-meta {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.9rem;
}

.about-cta-box {
  margin-top: 18px;
  padding: 16px;
  border-radius: 16px;
  background: var(--chip-bg);
  border: 1px solid var(--chip-border);
}

.about-cta-title {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 900;
}

.about-cta-text {
  margin: 0;
  color: var(--text);
  line-height: 1.6;
}

.paypal-box {
  margin-top: 14px;
  padding: 16px;
  border-radius: 16px;
  background: var(--chip-bg);
  border: 1px solid var(--chip-border);
}

.paypal-link {
  word-break: break-word;
}

.legal-only {
  max-width: 860px;
  margin-inline: auto;
}

@media (max-width: 640px) {
  .about-shell .profile-settings-wrapper {
    margin-top: 74px;
  }

  .about-page-title {
    font-size: 1.65rem;
  }

  .about-shell .profile-settings-card {
    padding: 18px;
  }
}