/* About page */

.about-page main .container {
  max-width: 1140px;
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 46px;
  text-align: center;
  background:
    radial-gradient(ellipse 75% 60% at 50% -10%, rgba(22, 199, 132, 0.1) 0%, transparent 58%),
    radial-gradient(ellipse 55% 45% at 85% 20%, rgba(37, 99, 235, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, rgba(248, 252, 250, 0.65) 0%, var(--color-bg) 100%);
  border-bottom: 1px solid var(--color-border-soft);
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.028) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 20%, transparent 75%);
  pointer-events: none;
}

[data-theme="dark"] .about-hero {
  background:
    radial-gradient(ellipse 75% 60% at 50% -10%, rgba(34, 197, 94, 0.1) 0%, transparent 58%),
    radial-gradient(ellipse 55% 45% at 85% 20%, rgba(37, 99, 235, 0.12) 0%, transparent 50%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.45) 0%, var(--color-bg) 100%);
}

[data-theme="dark"] .about-hero::before {
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.05) 1px, transparent 1px);
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.about-hero-tag {
  position: absolute;
  padding: 3px 8px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-muted);
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 100px;
  opacity: 0.45;
}

[data-theme="dark"] .about-hero-tag {
  background: rgba(15, 23, 42, 0.35);
  border-color: rgba(148, 163, 184, 0.1);
  opacity: 0.5;
}

.about-hero-tag--dns { top: 18%; left: 8%; }
.about-hero-tag--spf { top: 28%; right: 10%; }
.about-hero-tag--ssl { bottom: 28%; left: 12%; }
.about-hero-tag--http { bottom: 22%; right: 14%; }
.about-hero-tag--ptr { top: 42%; left: 50%; transform: translateX(-50%); }

.about-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.about-hero .container {
  max-width: 720px;
}

.about-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 12px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-accent-dark);
  background: rgba(22, 199, 132, 0.1);
  border: 1px solid rgba(22, 199, 132, 0.2);
  border-radius: 100px;
}

[data-theme="dark"] .about-badge {
  color: var(--color-accent);
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.22);
}

.about-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3.8vw, 2.375rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--color-primary);
}

[data-theme="dark"] .about-hero h1 {
  color: var(--color-text);
}

.about-hero-subtitle {
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-muted);
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.about-hero-note {
  margin: 0;
  font-size: 0.75rem;
  color: var(--color-muted);
}

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

.about-section--soft {
  background: var(--color-bg-soft);
  border-top: 1px solid var(--color-border-soft);
  border-bottom: 1px solid var(--color-border-soft);
}

.about-section--emphasis {
  padding: 44px 0;
  background:
    radial-gradient(ellipse 90% 70% at 15% 0%, rgba(22, 199, 132, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 30%, rgba(37, 99, 235, 0.05) 0%, transparent 50%),
    var(--color-bg-soft);
  border-top: 1px solid var(--color-border-soft);
  border-bottom: 1px solid var(--color-border-soft);
}

[data-theme="dark"] .about-section--emphasis {
  background:
    radial-gradient(ellipse 90% 70% at 15% 0%, rgba(34, 197, 94, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 30%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
    var(--color-bg-soft);
}

.about-section--founder {
  padding: 32px 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(22, 199, 132, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 40%, rgba(37, 99, 235, 0.05) 0%, transparent 50%),
    var(--color-bg);
  border-top: 1px solid var(--color-border-soft);
  border-bottom: 1px solid var(--color-border-soft);
}

.about-founder-panel {
  padding: 18px 18px 16px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--color-border-soft);
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
}

[data-theme="dark"] .about-founder-panel {
  background: rgba(15, 23, 42, 0.45);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.about-founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.95fr) minmax(220px, 1fr);
  gap: 20px;
  align-items: start;
}

.about-founder-title {
  margin: 0 0 10px;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: var(--color-text);
}

.about-founder-lead {
  margin: 0 0 8px;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--color-text);
  opacity: 0.82;
}

.about-founder-lead:last-of-type {
  margin-bottom: 12px;
}

.about-founder-quote {
  margin: 0 0 14px;
  padding: 9px 14px 9px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  color: var(--color-text);
  background: linear-gradient(90deg, rgba(22, 199, 132, 0.06) 0%, rgba(22, 199, 132, 0.02) 100%);
  border-left: 2px solid rgba(22, 199, 132, 0.45);
  border-radius: 0 8px 8px 0;
}

[data-theme="dark"] .about-founder-quote {
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.1) 0%, rgba(34, 197, 94, 0.03) 100%);
  border-left-color: rgba(34, 197, 94, 0.5);
}

.about-founder-background {
  padding: 14px 14px 13px;
  background: var(--color-card);
  border: 1px solid var(--color-border-soft);
  border-radius: 10px;
}

.about-founder-background-title {
  margin: 0 0 10px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-text);
}

.about-founder-bg-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.about-founder-bg-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.about-founder-bg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  color: var(--color-blue);
  background: rgba(37, 99, 235, 0.1);
}

.about-founder-bg-icon--green {
  color: var(--color-accent-dark);
  background: rgba(22, 199, 132, 0.12);
}

.about-founder-bg-icon--amber {
  color: #d97706;
  background: rgba(245, 158, 11, 0.12);
}

.about-founder-bg-icon--purple {
  color: #7c3aed;
  background: rgba(124, 58, 237, 0.1);
}

.about-founder-bg-item h4 {
  margin: 0 0 3px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text);
}

.about-founder-bg-item p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.about-founder-card {
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 16px 14px;
  text-align: center;
  background: var(--color-card);
  border: 1px solid var(--color-border-soft);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.about-founder-photo {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto 12px;
  object-fit: cover;
  object-position: center 12%;
  border-radius: 50%;
  border: 2px solid rgba(22, 199, 132, 0.25);
  box-shadow:
    0 0 0 4px rgba(22, 199, 132, 0.08),
    0 4px 16px rgba(15, 23, 42, 0.12);
}

.about-founder-name {
  margin: 0 0 2px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--color-text);
}

.about-founder-role {
  margin: 0 0 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-muted);
}

.about-founder-detail {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: left;
  border-top: 1px solid var(--color-border-soft);
}

.about-founder-detail-label {
  margin: 0 0 3px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text);
}

.about-founder-detail-text {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.45;
  color: var(--color-muted);
}

.about-founder-detail:last-of-type .about-founder-detail-text {
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--color-text);
  opacity: 0.88;
}

.about-founder-foot {
  margin: 4px 0 0;
  padding-top: 10px;
  width: 100%;
  font-size: 0.625rem;
  line-height: 1.45;
  color: var(--color-muted);
  border-top: 1px solid var(--color-border-soft);
}

.about-founder-operator {
  margin: 8px 0 0;
  width: 100%;
  font-size: 0.625rem;
  line-height: 1.45;
  color: var(--color-muted);
  opacity: 0.85;
}

.about-section--teams {
  padding: 44px 0;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(37, 99, 235, 0.06) 0%, transparent 60%),
    linear-gradient(180deg, rgba(248, 252, 250, 0.5) 0%, var(--color-bg) 100%);
  border-top: 1px solid var(--color-border-soft);
  border-bottom: 1px solid var(--color-border-soft);
}

[data-theme="dark"] .about-section--teams {
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(37, 99, 235, 0.12) 0%, transparent 60%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.4) 0%, var(--color-bg) 100%);
}

.about-section--editorial {
  background:
    linear-gradient(180deg, var(--color-bg-soft) 0%, rgba(248, 252, 250, 0.4) 100%);
  border-top: 1px solid var(--color-border-soft);
  border-bottom: 1px solid var(--color-border-soft);
}

[data-theme="dark"] .about-section--editorial {
  background: linear-gradient(180deg, var(--color-bg-soft) 0%, rgba(7, 17, 31, 0.35) 100%);
}

.about-section--compact {
  padding: 28px 0;
}

.about-section--tight {
  padding: 28px 0;
}

.about-section--tight.about-section--compact {
  padding: 24px 0;
}

.about-section--tight .about-section-header {
  margin-bottom: 14px;
}

.about-section--teams.about-section--tight {
  padding: 32px 0;
}

.about-section-header {
  margin-bottom: 18px;
  max-width: 720px;
}

.about-section-header--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-section-header--wide {
  max-width: 780px;
}

.about-section-header h2 {
  margin: 0 0 8px;
  font-size: clamp(1.3125rem, 2.6vw, 1.5625rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--color-text);
}

.about-section-header p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--color-muted);
}

.about-section-header p + p {
  margin-top: 12px;
}

/* Problem intro */
.about-section--problem {
  padding: 32px 0;
  background: var(--color-card);
  border-bottom: 1px solid var(--color-border-soft);
}

.about-problem-examples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-problem-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
  padding: 12px 13px 11px;
  background: var(--color-bg-soft);
  border: 1px solid var(--color-border-soft);
  border-radius: 10px;
}

.about-problem-card-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-text);
}

.about-problem-card-involve {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--color-accent-dark);
}

[data-theme="dark"] .about-problem-card-involve {
  color: var(--color-accent);
}

.about-problem-card-path {
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--color-muted);
}

.about-problem-foot {
  margin: 10px 0 0;
  font-size: 0.75rem;
  font-style: italic;
  color: var(--color-muted);
  text-align: center;
}

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

.about-feature-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  padding: 14px 14px 13px;
  background: var(--color-card);
  border: 1px solid var(--color-border-soft);
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.about-feature-card:hover {
  border-color: rgba(22, 199, 132, 0.28);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.about-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  color: var(--color-blue);
  background: rgba(37, 99, 235, 0.11);
}

.about-feature-icon--green {
  color: var(--color-accent-dark);
  background: rgba(22, 199, 132, 0.12);
}

.about-feature-icon--purple {
  color: #7c3aed;
  background: rgba(124, 58, 237, 0.1);
}

.about-feature-icon--amber {
  color: #d97706;
  background: rgba(245, 158, 11, 0.12);
}

.about-feature-card h3 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-text);
}

.about-feature-card p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--color-muted);
}

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

.about-principle-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px 14px 13px;
  background: var(--color-card);
  border: 1px solid var(--color-border-soft);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.about-principle-card h3 {
  margin: 0 0 6px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-text);
}

.about-principle-card p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--color-muted);
}

.about-steps-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: stretch;
}

.about-step-arrow {
  display: none;
}

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

.about-step-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px 14px 13px;
  background: var(--color-card);
  border: 1px solid var(--color-border-soft);
  border-radius: 10px;
}

.about-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-bottom: 8px;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--color-accent-dark);
  background: rgba(22, 199, 132, 0.12);
  border-radius: 50%;
}

.about-step-card h3 {
  margin: 0 0 6px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-text);
}

.about-step-card p {
  margin: 0;
  flex: 1;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--color-muted);
}

.about-steps-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.about-steps-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-blue);
  text-decoration: none;
}

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

.about-team-note {
  margin-top: 10px;
  padding: 9px 12px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--color-text);
  background: rgba(22, 199, 132, 0.06);
  border: 1px solid rgba(22, 199, 132, 0.18);
  border-radius: 8px;
}

[data-theme="dark"] .about-team-note {
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.2);
}

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

.about-team-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  padding: 16px 15px 15px;
  background: var(--color-card);
  border: 1px solid var(--color-border-soft);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.about-team-card--cdh {
  background: rgba(22, 199, 132, 0.05);
  border-color: rgba(22, 199, 132, 0.22);
}

.about-team-card--ihoster {
  background: rgba(37, 99, 235, 0.04);
  border-color: rgba(37, 99, 235, 0.18);
}

.about-team-card--web {
  background: rgba(124, 58, 237, 0.04);
  border-color: rgba(124, 58, 237, 0.18);
}

[data-theme="dark"] .about-team-card--cdh {
  background: rgba(34, 197, 94, 0.07);
  border-color: rgba(34, 197, 94, 0.2);
}

[data-theme="dark"] .about-team-card--ihoster {
  background: rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.22);
}

[data-theme="dark"] .about-team-card--web {
  background: rgba(124, 58, 237, 0.08);
  border-color: rgba(124, 58, 237, 0.22);
}

.about-team-head {
  display: flex;
  gap: 8px;
}

.about-team-head--inline {
  align-items: center;
}

.about-team-head--brand {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.about-team-mark {
  display: flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 32px;
}

.about-team-mark-img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.about-team-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}

.about-team-name {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text);
}

.about-team-brand {
  margin: 0;
  line-height: 0;
  width: 100%;
  max-width: 100%;
}

.about-team-wordmark {
  display: block;
  width: auto;
  height: auto;
  max-height: 30px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.about-team-card .about-brand-img--dark {
  display: none;
}

[data-theme="dark"] .about-team-card .about-brand-img--light {
  display: none;
}

[data-theme="dark"] .about-team-card .about-brand-img--dark {
  display: block;
}

.about-team-badge {
  display: inline-flex;
  padding: 1px 6px;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 4px;
}

.about-team-badge--cdh {
  color: #065f46;
  background: rgba(22, 199, 132, 0.12);
}

.about-team-badge--ihoster {
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.1);
}

.about-team-badge--web {
  color: #6d28d9;
  background: rgba(124, 58, 237, 0.1);
}

.about-team-card p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.about-team-cta {
  margin-top: 14px;
  text-align: center;
}

.about-editorial-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 14px;
}

.about-editorial-links a {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-blue);
  text-decoration: none;
}

.about-editorial-links a:hover {
  text-decoration: underline;
}

.about-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 2px;
}

.about-trust-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 100%;
  padding: 10px 11px 9px;
  background: var(--color-card);
  border: 1px solid var(--color-border-soft);
  border-radius: 10px;
}

.about-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--color-accent-dark);
  background: rgba(22, 199, 132, 0.12);
}

.about-trust-icon--blue {
  color: var(--color-blue);
  background: rgba(37, 99, 235, 0.1);
}

.about-trust-icon--amber {
  color: #d97706;
  background: rgba(245, 158, 11, 0.12);
}

.about-trust-card h3 {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-text);
}

.about-trust-card p {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.45;
  color: var(--color-muted);
}

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

.about-expect-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
}

.about-expect-icon--green {
  color: var(--color-accent-dark);
  background: rgba(22, 199, 132, 0.12);
}

.about-expect-icon--blue {
  color: var(--color-blue);
  background: rgba(37, 99, 235, 0.1);
}

.about-expect-icon--purple {
  color: #7c3aed;
  background: rgba(124, 58, 237, 0.1);
}

.about-expect-icon--amber {
  color: #d97706;
  background: rgba(245, 158, 11, 0.12);
}

.about-expect-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 100%;
  padding: 10px 11px 9px;
  background: var(--color-card);
  border: 1px solid var(--color-border-soft);
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.about-expect-card h3 {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-text);
}

.about-expect-card p {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.45;
  color: var(--color-muted);
}

.about-free-panel {
  padding: 14px;
  background: var(--color-card);
  border: 1px solid var(--color-border-soft);
  border-radius: 12px;
}

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

.about-free-col {
  padding: 11px 13px;
  background: var(--color-bg-soft);
  border: 1px solid var(--color-border-soft);
  border-radius: 10px;
}

.about-free-col-title {
  margin: 0 0 6px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-text);
}

.about-free-list {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.about-free-list li + li {
  margin-top: 3px;
}

.about-free-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 2px;
}

.about-final {
  padding: 24px 0 36px;
}

.about-final-card {
  max-width: 600px;
  margin: 0 auto;
  padding: 22px 20px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.04) 0%, rgba(22, 199, 132, 0.07) 55%, rgba(22, 199, 132, 0.03) 100%),
    var(--color-card);
  border: 1px solid rgba(22, 199, 132, 0.2);
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.07);
}

[data-theme="dark"] .about-final-card {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(34, 197, 94, 0.08) 55%, rgba(34, 197, 94, 0.04) 100%),
    var(--color-card);
  border-color: rgba(34, 197, 94, 0.22);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.about-final-card h2 {
  margin: 0 0 10px;
  font-size: 1.3125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.about-final-card p {
  margin: 0 auto 14px;
  max-width: 480px;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--color-muted);
}

.about-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

@media (min-width: 900px) {
  .about-steps-track {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 6px;
    align-items: stretch;
  }

  .about-step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 20px;
    color: var(--color-accent-dark);
    opacity: 0.55;
  }

  [data-theme="dark"] .about-step-arrow {
    color: var(--color-accent);
  }
}

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

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

  .about-step-arrow {
    display: none;
  }

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

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

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

  .about-founder-panel {
    padding: 14px;
  }

  .about-founder-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .about-founder-main {
    display: contents;
  }

  .about-founder-title,
  .about-founder-lead {
    order: 0;
  }

  .about-founder-quote {
    order: 1;
  }

  .about-founder-card {
    position: static;
    order: 2;
    max-width: 300px;
    margin: 0 auto;
  }

  .about-founder-background {
    order: 3;
  }

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

  .about-hero-tag {
    display: none;
  }
}

@media (max-width: 640px) {
  .about-hero {
    padding: 32px 0 36px;
  }

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

  .about-section--tight,
  .about-section--compact {
    padding: 22px 0;
  }

  .about-section--teams.about-section--tight {
    padding: 26px 0;
  }

  .about-section--founder {
    padding: 26px 0;
  }

  .about-founder-card {
    max-width: 280px;
  }

  .about-founder-photo {
    width: 112px;
    height: 112px;
  }

  .about-steps-cta,
  .about-team-cta {
    width: 100%;
  }

  .about-steps-cta .btn,
  .about-team-cta .btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .about-feature-grid,
  .about-principle-grid,
  .about-team-grid,
  .about-trust-grid,
  .about-expect-grid,
  .about-problem-examples {
    grid-template-columns: 1fr;
  }

  .about-hero-actions,
  .about-free-actions,
  .about-final-actions {
    flex-direction: column;
    width: 100%;
  }

  .about-hero-actions .btn,
  .about-free-actions .btn,
  .about-final-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .about-final {
    padding: 20px 0 32px;
  }
}
