/* Artificial Labs marketing theme — dark, terminal-inspired */

.marketing-page {
  --bg: #0a0a0b;
  --bg-elevated: #111113;
  --bg-card: #141416;
  --bg-code: #0d0d0f;
  --border: rgba(255, 255, 255, 0.10);
  --text: #f4f4f5;
  --text-muted: #a1a1aa;
  --text-light: #71717a;
  --accent-green: #43b14b;
  --accent-cyan: #5ce1e6;
  --accent-dark: #2f9e44;
  --accent-purple: #a78bfa;
  --radius-lg: 20px;
  --radius: 14px;
  --radius-sm: 10px;
  --mono: 'Fira Code', 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  background: var(--bg);
  color: var(--text);
}

.marketing-page .site-header {
  background: rgba(10, 10, 11, 0.82);
  backdrop-filter: blur(10px);
  border-bottom-color: var(--border);
}

.marketing-page .main-nav a.btn-primary {
  color: #ffffff;
}

.marketing-page .main-nav a {
  color: var(--text-muted);
  font-weight: 500;
  transition: color 0.15s ease;
}

.marketing-page .main-nav a:hover,
.marketing-page .main-nav a.active {
  color: var(--text);
}

.marketing-page .main-nav a.active {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--accent-cyan);
}

.marketing-page .nav-toggle span {
  background: var(--text);
}

.marketing-page .section {
  padding: 96px 0;
}

.marketing-page .section-header {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.marketing-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--mono);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent-cyan);
  margin-bottom: 16px;
}

.marketing-page .eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-cyan);
  box-shadow: 0 0 8px var(--accent-cyan);
}

.marketing-page h1,
.marketing-page h2,
.marketing-page h3 {
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.marketing-page .hero {
  padding: 120px 0 80px;
  overflow: hidden;
}

.marketing-page .hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.marketing-page .hero-title {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 800;
  margin: 0 0 20px;
}

.marketing-page .gradient-text {
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-green));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marketing-page .hero-lead {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto 36px;
}

.marketing-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 56px;
}

.marketing-page .btn-ghost {
  border-color: rgba(255, 255, 255, 0.25);
  color: var(--text);
}

.marketing-page .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.06);
}

.marketing-page .hero-visual,
.marketing-page .visual-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.marketing-page .hero-visual {
  position: relative;
}

.marketing-page .hero-visual::before {
  content: '';
  position: absolute;
  inset: -40px;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, rgba(92, 225, 230, 0.32), rgba(92, 225, 230, 0.10) 40%, transparent 72%);
  pointer-events: none;
  filter: blur(14px);
}

.marketing-page .hero-visual img,
.marketing-page .visual-card img,
.marketing-page .placeholder-media {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: var(--radius);
}

.marketing-page .placeholder-media {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: linear-gradient(135deg, #18181b, #0d0d0f);
}

.marketing-page .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.marketing-page .step-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}

.marketing-page .step-number {
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--accent-cyan);
  margin-bottom: 14px;
}

.marketing-page .step-card h3 {
  font-size: 1.15rem;
  margin: 0 0 10px;
}

.marketing-page .step-card p {
  color: var(--text-muted);
  margin: 0;
  font-size: 0.95rem;
}

.marketing-page .pillar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.marketing-page .pillar.reverse {
  direction: rtl;
}

.marketing-page .pillar.reverse > * {
  direction: ltr;
}

.marketing-page .pillar-content h2 {
  font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  margin: 0 0 18px;
}

.marketing-page .pillar-content > p {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin: 0 0 28px;
}

.marketing-page .proof-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.marketing-page .proof-list li {
  position: relative;
  padding-left: 30px;
  color: var(--text-muted);
  font-size: 0.98rem;
}

.marketing-page .proof-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: rgba(67, 177, 75, 0.15);
  border-radius: 50%;
}

.marketing-page .proof-list li::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  width: 5px;
  height: 8px;
  border-right: 2px solid var(--accent-green);
  border-bottom: 2px solid var(--accent-green);
  transform: rotate(45deg);
}

.marketing-page .timeline {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 28px;
  font-family: var(--mono);
  font-size: 0.85rem;
}

.marketing-page .timeline-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  opacity: 0.25;
  transform: translateX(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.marketing-page .timeline-item:last-child {
  border-bottom: 0;
}

.marketing-page .timeline-item.active {
  opacity: 1;
  transform: translateX(0);
  color: var(--text);
}

.marketing-page .timeline-item.done {
  opacity: 1;
  transform: translateX(0);
  color: var(--accent-green);
}

.marketing-page .timeline-status {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--text-light);
  flex-shrink: 0;
}

.marketing-page .timeline-item.done .timeline-status {
  background: var(--accent-green);
  border-color: var(--accent-green);
}

.marketing-page .timeline-item.done .timeline-status::after {
  content: '';
  display: block;
  width: 4px;
  height: 7px;
  margin: 3px 0 0 5px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}

.marketing-page .comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.marketing-page .comparison-table th,
.marketing-page .comparison-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
  text-align: left;
}

.marketing-page .comparison-table th {
  color: var(--text-light);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.marketing-page .comparison-table td {
  color: var(--text-muted);
}

.marketing-page .comparison-table td.highlight {
  color: var(--text);
  background: rgba(92, 225, 230, 0.06);
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

.marketing-page .comparison-table tr:last-child td {
  border-bottom: 0;
}

.marketing-page .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.marketing-page .feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}

.marketing-page .feature-card h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
}

.marketing-page .feature-card p {
  color: var(--text-muted);
  font-size: 0.93rem;
  margin: 0;
}

.marketing-page .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background: rgba(92, 225, 230, 0.08);
  color: var(--accent-cyan);
  margin-bottom: 18px;
}

.marketing-page .cross-sell {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 64px;
  text-align: center;
}

.marketing-page .cross-sell h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin: 0 0 14px;
}

.marketing-page .cross-sell p {
  color: var(--text-muted);
  max-width: 620px;
  margin: 0 auto 28px;
}

.marketing-page .cta-band {
  text-align: center;
}

.marketing-page .cta-band h2 {
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  margin: 0 0 14px;
}

.marketing-page .cta-band p {
  color: var(--text-muted);
  margin: 0 0 28px;
}

.marketing-page .code-block {
  position: relative;
  background: var(--bg-code);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 24px;
  font-family: var(--mono);
  font-size: 0.88rem;
  color: var(--text-muted);
  overflow-x: auto;
}

.marketing-page .code-block code {
  white-space: pre;
}

.marketing-page .copy-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--bg-card);
  color: var(--text-muted);
  cursor: pointer;
}

.marketing-page .copy-btn:hover {
  color: var(--text);
  border-color: var(--text-light);
}

.marketing-page .download-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.marketing-page .phone-frame {
  max-width: 280px;
  margin: 0 auto;
  background: var(--bg-elevated);
  border: 10px solid #27272a;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.marketing-page .phone-frame img {
  display: block;
  width: 100%;
}

.marketing-page .site-footer {
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
  padding: 64px 0 32px;
}

.marketing-page .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.marketing-page .footer-brand p {
  color: var(--text-muted);
  font-size: 0.95rem;
  max-width: 300px;
}

.marketing-page .footer-links h4 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
  color: var(--text-light);
}

.marketing-page .footer-links a {
  display: block;
  color: var(--text-muted);
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.marketing-page .footer-links a:hover {
  color: var(--text);
}

.marketing-page .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border);
  padding-top: 24px;
  color: var(--text-light);
  font-size: 0.85rem;
}

@media (max-width: 992px) {
  .marketing-page .steps,
  .marketing-page .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .marketing-page .pillar {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .marketing-page .pillar.reverse {
    direction: ltr;
  }

  .marketing-page .cross-sell {
    padding: 44px 28px;
  }

  .marketing-page .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .marketing-page .section {
    padding: 72px 0;
  }

  .marketing-page .hero {
    padding: 96px 0 64px;
  }

  .marketing-page .steps,
  .marketing-page .feature-grid {
    grid-template-columns: 1fr;
  }

  .marketing-page .comparison-table th,
  .marketing-page .comparison-table td {
    padding: 14px 12px;
    font-size: 0.85rem;
  }

  .marketing-page .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .marketing-page .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marketing-page .timeline-item {
    opacity: 1;
    transform: none;
  }
}
/* Models table / pricing cards */
.models-section { background: var(--bg); padding: 96px 0; }
.models-section .section-header { text-align: center; max-width: 760px; margin: 0 auto 64px; }
.models-section .section-lead { color: var(--text-muted); font-size: 1.05rem; margin-top: 16px; }

.pricing-provider { margin-bottom: 56px; }
.pricing-provider-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.pricing-provider-header h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  color: var(--text);
}
.provider-count {
  font-size: 0.8rem;
  color: var(--text-light);
  background: var(--bg-code);
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid var(--border);
}
.provider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.provider-dot.anthropic { background: #d4a5ff; box-shadow: 0 0 12px rgba(212, 165, 255, 0.5); }
.provider-dot.kimi { background: #5ce1e6; box-shadow: 0 0 12px rgba(92, 225, 230, 0.5); }
.provider-dot.openai { background: #74aa9c; box-shadow: 0 0 12px rgba(116, 170, 156, 0.5); }

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.pricing-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  border-color: rgba(92, 225, 230, 0.2);
}

.pricing-card-top { margin-bottom: 18px; }
.pricing-model {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.pricing-id {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--text-light);
  background: var(--bg-code);
  padding: 3px 8px;
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,0.06);
  display: inline-block;
}

.pricing-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.pricing-meta > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pricing-label {
  font-size: 0.7rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pricing-value {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}
.pricing-unit {
  font-size: 0.75rem;
  color: var(--text-light);
  font-weight: 500;
  margin-left: 2px;
}

.pricing-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent-green);
  background: rgba(67, 177, 75, 0.10);
  border: 1px solid rgba(67, 177, 75, 0.25);
  padding: 5px 12px;
  border-radius: 50px;
}
.pricing-status .status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-green);
  box-shadow: 0 0 8px var(--accent-green);
}

.models-note { text-align: center; color: var(--text-light); font-size: 0.85rem; margin-top: 24px; }
.models-note code { font-family: var(--mono); background: var(--bg-code); padding: 2px 6px; border-radius: 6px; }
.models-cta { text-align: center; margin-top: 40px; }

@media (max-width: 900px) {
  .pricing-cards { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}

@media (max-width: 640px) {
  .pricing-cards { grid-template-columns: 1fr; }
  .pricing-meta { grid-template-columns: 1fr 1fr 1fr; }
}
