/* Aevum about / marketing — spectacular sibling of login */

.about-body {
  min-height: 100vh;
}

.about-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 2.5rem);
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.about-nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.about-nav-brand img {
  border-radius: 10px;
  box-shadow: 0 4px 16px var(--accent-glow);
}

.about-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
}

.about-nav-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  transition: color 0.15s ease;
}

.about-nav-links a:hover {
  color: var(--text);
}

.about-nav-cta {
  width: auto;
  padding: 0.55rem 1.1rem;
  font-size: 0.88rem;
  text-decoration: none;
  white-space: nowrap;
}

.about-main {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  padding: 2.5rem clamp(1rem, 4vw, 2rem) 4rem;
}

/* Hero */
.about-hero {
  text-align: center;
  padding: 2.5rem 0 3.5rem;
  animation: about-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes about-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-kicker {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-light);
}

.about-hero-title {
  margin: 0 auto 1.25rem;
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7.5vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
  color: #fff;
}

.about-hero-accent {
  display: block;
  margin-top: 0.2em;
  background: linear-gradient(115deg, #ffffff 0%, #ffd0b0 32%, var(--accent-light) 62%, #ff8844 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-hero-lead {
  margin: 0 auto 1.75rem;
  max-width: 38rem;
  font-size: clamp(1rem, 2.4vw, 1.15rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.about-hero-lead strong {
  color: var(--text);
}

.about-hero-lead em {
  color: var(--accent-light);
  font-style: normal;
  font-weight: 600;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.about-cta-primary,
.about-cta-secondary {
  width: auto;
  min-width: 10rem;
  text-decoration: none;
  padding: 0.85rem 1.4rem;
  font-size: 0.95rem;
}

.about-cta-primary {
  box-shadow: 0 10px 32px var(--accent-glow);
}

.about-hero-note {
  margin: 0.5rem 0 2rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.about-hero-note strong {
  color: var(--text);
}

.about-hero-note-sep {
  margin: 0 0.35rem;
  opacity: 0.5;
}

.about-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 36rem;
  margin: 0 auto;
}

.about-stat {
  padding: 1rem 0.75rem;
  border-radius: 14px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.about-stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--accent-light);
  margin-bottom: 0.2rem;
}

.about-stat-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.35;
}

/* Sections */
.about-section {
  margin-bottom: 3.5rem;
  animation: about-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.08s;
}

.about-section-head {
  text-align: center;
  margin-bottom: 1.75rem;
}

.about-section-head h2,
.about-goal-panel h2,
.about-brand-note h2,
.about-cta-inner h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 4vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.about-section-lead {
  margin: 0 auto;
  max-width: 36rem;
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.about-section-lead strong {
  color: var(--text);
}

.about-glass {
  padding: 1.5rem 1.65rem;
  border-radius: calc(var(--radius) + 6px);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.about-story {
  max-width: 40rem;
  margin: 0 auto;
}

.about-story p {
  margin: 0 0 1rem;
  color: var(--text-muted);
  line-height: 1.65;
  font-size: 1.02rem;
}

.about-story p:last-child {
  margin-bottom: 0;
}

.about-story strong {
  color: var(--text);
}

/* Features */
.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.about-feature {
  padding: 1.25rem 1.2rem;
  border-radius: 16px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.about-feature:hover {
  border-color: rgba(255, 85, 0, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255, 85, 0, 0.12);
}

.about-feature-icon {
  font-size: 1.35rem;
  margin-bottom: 0.65rem;
  line-height: 1;
}

.about-feature h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.about-feature p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* Goal */
.about-section-goal {
  margin-top: 1rem;
}

.about-goal-panel {
  position: relative;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 80% at 10% 0%, rgba(255, 85, 0, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 70% 70% at 100% 100%, rgba(255, 120, 40, 0.12) 0%, transparent 50%),
    var(--glass-bg-strong);
  border: 1px solid rgba(255, 85, 0, 0.28);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.about-goal-text {
  margin: 0 0 1.25rem;
  max-width: 40rem;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.about-goal-text strong {
  color: #fff;
}

.about-goal-text em {
  color: var(--accent-light);
  font-style: normal;
  font-weight: 600;
}

.about-goal-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.about-goal-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.45;
}

.about-goal-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent-glow);
}

/* Steps */
.about-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.about-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  align-items: start;
  padding: 1.2rem 1.35rem;
  border-radius: 16px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.about-step-num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(160deg, var(--accent-light), var(--accent-dark));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  min-width: 2.2rem;
}

.about-step h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
}

.about-step p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

/* Brand */
.about-brand-note {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.about-brand-note p {
  margin: 0 0 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.about-brand-note strong {
  color: var(--text);
}

.about-brand-sub {
  font-size: 0.88rem !important;
  opacity: 0.9;
}

/* Bottom CTA */
.about-cta-block {
  margin: 3rem 0 1rem;
}

.about-cta-inner {
  text-align: center;
  padding: clamp(2rem, 5vw, 3rem) 1.5rem;
  border-radius: 22px;
  background:
    radial-gradient(ellipse 90% 100% at 50% 0%, rgba(255, 85, 0, 0.2) 0%, transparent 55%),
    var(--glass-bg);
  border: 1px solid rgba(255, 85, 0, 0.3);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.about-cta-inner p {
  margin: 0 auto 1.5rem;
  max-width: 28rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* Footer */
.about-footer {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.5rem clamp(1rem, 4vw, 2rem) 2rem;
  background: rgba(0, 0, 0, 0.35);
}

.about-footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  font-size: 0.85rem;
}

.about-footer-brand {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.about-footer-muted {
  color: var(--text-muted);
}

.about-footer a {
  color: var(--accent-light);
  text-decoration: none;
  font-weight: 500;
}

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

/* Responsive */
@media (max-width: 860px) {
  .about-nav-links {
    display: none;
  }

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

  .about-hero-stats {
    grid-template-columns: 1fr;
    max-width: 16rem;
  }
}

@media (max-width: 520px) {
  .about-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-cta-primary,
  .about-cta-secondary {
    width: 100%;
    text-align: center;
  }

  .about-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero,
  .about-section {
    animation: none;
  }

  .about-feature:hover {
    transform: none;
  }
}
