:root {
  --aeo-bg: #050505;
  --aeo-surface: #111111;
  --aeo-surface-soft: rgba(17, 17, 17, 0.72);
  --aeo-border: rgba(255, 255, 255, 0.1);
  --aeo-border-strong: rgba(0, 85, 255, 0.5);
  --aeo-primary: #0055ff;
  --aeo-primary-hover: #3377ff;
  --aeo-accent: #00e5ff;
  --aeo-success: #10b981;
  --aeo-warning: #f59e0b;
  --aeo-text: #ffffff;
  --aeo-muted: #a1a1aa;
  --aeo-muted-strong: #c8c8cc;
  --aeo-max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--aeo-bg);
  color: var(--aeo-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--aeo-primary-hover);
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: Outfit, Inter, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

p {
  margin: 0;
}

.aeo-container {
  width: min(100% - 48px, var(--aeo-max));
  margin-inline: auto;
}

.aeo-narrow {
  width: min(100% - 48px, 820px);
}

.aeo-main {
  min-height: 70vh;
}

.aeo-site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid var(--aeo-border);
  background: rgba(17, 17, 17, 0.62);
  backdrop-filter: blur(24px);
}

.aeo-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
}

.aeo-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.aeo-logo-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0055ff 0%, #003acc 100%);
}

.aeo-logo-mark svg {
  width: 24px;
  height: 24px;
}

.aeo-brand-text {
  font-family: Outfit, Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.aeo-brand-text span {
  color: var(--aeo-primary);
}

.aeo-primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.aeo-primary-nav a,
.aeo-link-muted {
  color: var(--aeo-muted);
  font-size: 14px;
  font-weight: 600;
  transition: color 180ms ease;
}

.aeo-primary-nav a:hover,
.aeo-link-muted:hover {
  color: var(--aeo-text);
}

.aeo-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.aeo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--aeo-primary);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.aeo-button:hover {
  background: var(--aeo-primary-hover);
  color: #fff;
  transform: translateY(-1px);
}

.aeo-button-small {
  min-height: 40px;
  padding-inline: 22px;
  font-size: 14px;
}

.aeo-button-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.aeo-button-ghost:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.34);
}

.aeo-button-light {
  background: #fff;
  color: #050505;
}

.aeo-button-light:hover {
  background: rgba(255, 255, 255, 0.92);
  color: #050505;
}

.aeo-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 132px 0 84px;
  overflow: hidden;
  background-image: linear-gradient(to bottom, rgba(5, 5, 5, 0.8), rgba(5, 5, 5, 0.95)), url("https://images.unsplash.com/photo-1741412520436-cf74b9a1bc00?w=1920&q=80");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.aeo-hero::after {
  content: "";
  position: absolute;
  top: 24%;
  right: -80px;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  background: rgba(0, 85, 255, 0.18);
  filter: blur(110px);
  pointer-events: none;
}

.aeo-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: 64px;
  align-items: center;
}

.aeo-pill,
.aeo-eyebrow {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(139, 92, 246, 0.3);
  background: rgba(139, 92, 246, 0.1);
  color: #c4b5fd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 8px 14px;
}

.aeo-eyebrow {
  border-radius: 0;
  border: 0;
  background: transparent;
  color: var(--aeo-primary);
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
}

.aeo-hero h1 {
  max-width: 720px;
  margin-top: 24px;
  font-size: clamp(48px, 7vw, 84px);
  font-weight: 300;
  letter-spacing: -0.055em;
}

.aeo-hero h1 span {
  display: block;
  font-weight: 500;
  background: linear-gradient(135deg, var(--aeo-primary), var(--aeo-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.aeo-hero-copy > p {
  max-width: 630px;
  margin-top: 24px;
  color: var(--aeo-muted);
  font-size: 18px;
}

.aeo-usp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.aeo-usp-grid article,
.aeo-feature-grid article,
.aeo-panel,
.aeo-guide-card,
.aeo-pricing-card,
.aeo-faq-item {
  border: 1px solid var(--aeo-border);
  background: var(--aeo-surface);
}

.aeo-usp-grid article {
  min-height: 126px;
  padding: 18px;
  border-radius: 16px;
}

.aeo-usp-grid strong,
.aeo-feature-grid strong {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 6px;
}

.aeo-usp-grid span,
.aeo-feature-grid span {
  display: block;
  color: var(--aeo-muted);
  font-size: 13px;
  line-height: 1.45;
}

.aeo-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.aeo-chip-row span {
  border: 1px solid rgba(0, 229, 255, 0.24);
  border-radius: 999px;
  background: rgba(0, 229, 255, 0.08);
  color: #67e8f9;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
}

.aeo-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.aeo-note {
  margin-top: 14px;
  color: #71717a;
  font-size: 14px;
}

.aeo-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 46px 0 0;
}

.aeo-hero-stats div {
  min-width: 132px;
}

.aeo-hero-stats dt {
  font-family: Outfit, Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.aeo-hero-stats dd {
  margin: 0;
  color: var(--aeo-muted);
  font-size: 14px;
}

.aeo-terminal {
  border: 1px solid var(--aeo-border);
  border-radius: 12px;
  overflow: hidden;
  background: #0a0a0a;
  box-shadow: 0 0 40px rgba(0, 85, 255, 0.15);
}

.aeo-terminal-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--aeo-border);
  background: rgba(255, 255, 255, 0.05);
}

.aeo-terminal-bar span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.aeo-terminal-bar span:nth-child(1) { background: #ef4444; }
.aeo-terminal-bar span:nth-child(2) { background: #f59e0b; }
.aeo-terminal-bar span:nth-child(3) { background: #10b981; }

.aeo-terminal-bar strong {
  margin-left: 8px;
  color: var(--aeo-muted);
  font-size: 12px;
  font-weight: 600;
}

.aeo-terminal-lines {
  min-height: 320px;
  padding: 24px;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 14px;
  line-height: 1.7;
}

.aeo-terminal-lines p + p {
  margin-top: 14px;
}

.is-user { color: var(--aeo-primary); }
.is-ai { color: #fff; }
.is-ok { color: var(--aeo-success); }
.is-system { color: var(--aeo-warning); }

.aeo-section {
  padding: 96px 0;
  background: #050505;
}

.aeo-section-alt {
  background: #0a0a0a;
}

.aeo-section-heading {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.aeo-section-heading h2,
.aeo-page-hero h1,
.aeo-article h1 {
  margin-top: 18px;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 500;
}

.aeo-section-heading p,
.aeo-page-hero p,
.aeo-lead {
  margin-top: 18px;
  color: var(--aeo-muted);
  font-size: 18px;
}

.aeo-feature-grid,
.aeo-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.aeo-feature-grid article,
.aeo-guide-card,
.aeo-panel {
  border-radius: 24px;
  padding: 28px;
}

.aeo-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.aeo-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 28px;
  padding: 32px;
}

.aeo-pricing-card.is-popular {
  border-color: rgba(0, 85, 255, 0.5);
  background: linear-gradient(to bottom, #111, #0a1a3f);
  box-shadow: 0 0 40px rgba(0, 85, 255, 0.15);
}

.aeo-popular-label {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--aeo-primary);
  color: #fff;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 700;
}

.aeo-pricing-card header p {
  color: var(--aeo-primary);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.aeo-pricing-card h3 {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 500;
}

.aeo-pricing-card header span {
  display: block;
  margin-top: 10px;
  color: var(--aeo-muted);
  font-size: 14px;
}

.aeo-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 26px;
}

.aeo-price strong {
  font-family: Outfit, Inter, sans-serif;
  font-size: 44px;
  line-height: 1;
}

.aeo-price span,
.aeo-credit-line {
  color: var(--aeo-muted);
  font-size: 14px;
}

.aeo-credit-line {
  margin-top: 12px;
}

.aeo-pricing-card ul {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.aeo-pricing-card li {
  position: relative;
  padding-left: 24px;
  color: var(--aeo-muted);
  font-size: 14px;
}

.aeo-pricing-card li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--aeo-success);
  transform: translateY(-50%);
}

.aeo-pricing-card .aeo-button {
  margin-top: auto;
  width: 100%;
}

.aeo-split-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  border: 1px solid rgba(0, 85, 255, 0.24);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0, 85, 255, 0.12), rgba(139, 92, 246, 0.08));
  padding: 42px;
}

.aeo-split-panel h2 {
  margin-top: 14px;
  font-size: clamp(32px, 4vw, 48px);
}

.aeo-split-panel p {
  color: var(--aeo-muted-strong);
  font-size: 18px;
}

.aeo-faq-list {
  display: grid;
  gap: 14px;
}

.aeo-faq-item {
  border-radius: 18px;
  padding: 0 22px;
}

.aeo-faq-item summary {
  cursor: pointer;
  padding: 22px 0;
  color: #fff;
  font-family: Outfit, Inter, sans-serif;
  font-weight: 600;
  list-style: none;
}

.aeo-faq-item summary::-webkit-details-marker {
  display: none;
}

.aeo-faq-item p {
  padding-bottom: 22px;
  color: var(--aeo-muted);
}

.aeo-page-hero {
  padding: 150px 0 72px;
  background: radial-gradient(circle at 74% 0%, rgba(0, 85, 255, 0.2), transparent 34%), #0a0a0a;
}

.aeo-page-hero .aeo-container {
  text-align: center;
}

.aeo-two-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.aeo-panel h2,
.aeo-guide-card h2 {
  margin-top: 10px;
  font-size: 26px;
}

.aeo-panel p,
.aeo-guide-card p {
  margin-top: 14px;
  color: var(--aeo-muted);
}

.aeo-inline-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--aeo-primary);
  font-weight: 700;
}

.aeo-guide-card span {
  color: var(--aeo-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aeo-content {
  color: var(--aeo-muted-strong);
  font-size: 18px;
}

.aeo-content > * + * {
  margin-top: 1.2em;
}

.aeo-content h2,
.aeo-content h3 {
  color: #fff;
  margin-top: 2em;
}

.aeo-content a {
  color: var(--aeo-primary);
  font-weight: 700;
}

.aeo-legal-content ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.aeo-legal-content li {
  padding-left: 4px;
}

.aeo-legal-note {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--aeo-muted);
  font-size: 14px;
}

.aeo-release-list {
  display: grid;
  gap: 22px;
}

.aeo-release-card {
  border: 1px solid var(--aeo-border);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(8, 13, 26, 0.94));
  padding: 28px;
}

.aeo-release-card header {
  display: grid;
  gap: 8px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.aeo-release-card header span {
  color: var(--aeo-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aeo-release-card h2 {
  font-size: clamp(24px, 4vw, 34px);
}

.aeo-release-card ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.aeo-release-card li {
  position: relative;
  padding-left: 22px;
  color: var(--aeo-muted-strong);
}

.aeo-release-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--aeo-success);
  transform: translateY(-50%);
}

.aeo-changelog-footnote {
  margin-top: 34px;
  color: var(--aeo-muted);
  text-align: center;
}

.aeo-changelog-footnote a {
  color: var(--aeo-primary);
  font-weight: 700;
}

.aeo-article {
  padding-top: 144px;
}

.aeo-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 18px 0 36px;
  color: var(--aeo-muted);
  font-size: 14px;
}

.aeo-site-footer {
  border-top: 1px solid var(--aeo-border);
  background: var(--aeo-surface);
}

.aeo-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(180px, 0.8fr) minmax(180px, 0.8fr);
  gap: 48px;
  padding: 64px 0 44px;
}

.aeo-footer-brand p {
  max-width: 520px;
  margin-top: 18px;
  color: var(--aeo-muted);
}

.aeo-footer-company {
  color: #666 !important;
  font-size: 13px;
}

.aeo-site-footer h2 {
  font-size: 18px;
  margin-bottom: 16px;
}

.aeo-site-footer ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aeo-site-footer li a {
  color: var(--aeo-muted);
  font-size: 15px;
}

.aeo-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0 34px;
  border-top: 1px solid var(--aeo-border);
  color: var(--aeo-muted);
  font-size: 14px;
}

@media (max-width: 1100px) {
  .aeo-primary-nav {
    display: none;
  }

  .aeo-hero-grid,
  .aeo-split-panel {
    grid-template-columns: 1fr;
  }

  .aeo-feature-grid,
  .aeo-pricing-grid,
  .aeo-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .aeo-container,
  .aeo-narrow {
    width: min(100% - 32px, var(--aeo-max));
  }

  .aeo-header-inner {
    min-height: 66px;
  }

  .aeo-brand-text {
    font-size: 17px;
  }

  .aeo-header-actions {
    display: none;
  }

  .aeo-hero {
    min-height: auto;
    padding: 112px 0 64px;
    background-attachment: scroll;
  }

  .aeo-hero h1 {
    font-size: 46px;
  }

  .aeo-hero-copy > p,
  .aeo-section-heading p,
  .aeo-page-hero p,
  .aeo-lead {
    font-size: 16px;
  }

  .aeo-usp-grid,
  .aeo-feature-grid,
  .aeo-pricing-grid,
  .aeo-guide-grid,
  .aeo-two-cards,
  .aeo-footer-grid {
    grid-template-columns: 1fr;
  }

  .aeo-terminal-lines {
    min-height: auto;
    font-size: 12px;
  }

  .aeo-section {
    padding: 72px 0;
  }

  .aeo-page-hero {
    padding-top: 120px;
  }

  .aeo-footer-bottom {
    flex-direction: column;
  }
}
