/* ============================================================ */
/* Orchestrel AI: Website Styles */
/* Shared CSS for Orchestrel parent pages & Maestro theme */
/* ============================================================ */

/* ── Font Imports ─────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Press+Start+2P&display=swap');

/* ── Reset ────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img, svg { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
button { border: none; background: none; cursor: pointer; font: inherit; }
ul, ol { list-style: none; }

/* ── Layout ───────────────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }

/* ── Orchestrel Theme Variables ───────────────────────────── */
.orch-page {
  --orch-purple: #6F1F77;
  --orch-cyan: #00E5FF;
  --orch-amber: #EEA600;
  --orch-gray: #1F2937;
  --orch-gray-light: #F9FAFB;
  --orch-gray-muted: #6B7280;
  --orch-border: rgba(111, 31, 119, 0.1);
  --font-heading: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius-lg: 16px;
  --radius-md: 10px;
  --shadow-card: 0 4px 24px rgba(0,0,0,0.06);
  --shadow-hover: 0 12px 32px rgba(111, 31, 119, 0.12);
}

/* ── Maestro Theme Variables ──────────────────────────────── */
.maestro-theme {
  --color-bg: #0d1117;
  --color-surface: #161b22;
  --color-surface-alt: #21262d;
  --color-border: #30363d;
  --color-text: #e6edf3;
  --color-text-muted: #7d8590;
  --color-accent: #f0883e;
  --color-accent-alt: #a371f7;
  --color-success: #3fb950;
  --color-warning: #d29922;
  --color-error: #f85149;
  --color-info: #58a6ff;
  --font-heading: 'Press Start 2P', monospace;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --spacing-xs: 4px; --spacing-sm: 8px; --spacing-md: 16px;
  --spacing-lg: 24px; --spacing-xl: 32px; --spacing-2xl: 48px;
  --shadow-sm: 2px 2px 0px rgba(0,0,0,0.5);
  --shadow-md: 4px 4px 0px rgba(0,0,0,0.5);
  --shadow-lg: 6px 6px 0px rgba(0,0,0,0.5);
  --tr-fast: 100ms ease-in-out;
  --tr-norm: 200ms ease-in-out;
  background-color: var(--color-bg); color: var(--color-text);
}

/* ============================================================ */
/* TYPOGRAPHY                                                   */
/* ============================================================ */
.orch-page h1 { font-family: var(--font-heading); font-weight: 700; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.15; color: var(--orch-gray); }
.orch-page h2 { font-family: var(--font-heading); font-weight: 600; font-size: clamp(1.5rem, 4vw, 2.2rem); line-height: 1.25; }
.orch-page h3 { font-family: var(--font-heading); font-weight: 500; font-size: clamp(1.2rem, 3vw, 1.6rem); line-height: 1.3; }
.orch-page p, .orch-page li { font-family: var(--font-body); font-size: 1rem; line-height: 1.65; color: var(--orch-gray-muted); }

/* Full viewport hero for Orchestrel index */
.hero-full { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.orch-page .hero-full::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(111, 31, 119, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(0, 229, 255, 0.045) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.orch-page .hero-full .hero-content { position: relative; z-index: 1; }
.orch-page .hero-logo.hero-logo-lg { height: 106px; margin: 0 auto 36px; animation: float 4s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.hero-animated {
  font-size: clamp(2.6rem, 6.5vw, 4.4rem);
  opacity: 0;
  animation: heroReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.3s;
}
@keyframes heroReveal {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-tagline-lg { font-size: clamp(1.3rem, 3.2vw, 1.75rem); max-width: 740px; margin: 24px auto 44px; opacity: 0; animation: heroReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards; animation-delay: 0.6s; }
.hero-cta-lg { opacity: 0; animation: heroReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards; animation-delay: 0.9s; }

/* Maestro theme logo sizing */
.hero-logo-icon { height: 112px; margin: 0 auto 28px; }
.footer-logo-lg { height: 36px !important; }

.maestro-theme h1, .maestro-theme .pixel-h1 { font-family: var(--font-heading); font-size: clamp(1.4rem, 3.5vw, 2.1rem); line-height: 1.4; letter-spacing: 1px; }
.maestro-theme h2, .maestro-theme .pixel-h2 { font-family: var(--font-heading); font-size: clamp(1rem, 2.5vw, 1.4rem); line-height: 1.4; letter-spacing: 1px; }
.maestro-theme h3, .maestro-theme .pixel-h3 { font-family: var(--font-heading); font-size: clamp(0.85rem, 2vw, 1.1rem); line-height: 1.4; letter-spacing: 0.5px; }
.maestro-theme h4, .maestro-theme .pixel-h4 { font-family: var(--font-body); font-size: 1rem; font-weight: 600; }
.maestro-theme p, .maestro-theme li { font-family: var(--font-body); font-size: 1rem; line-height: 1.6; color: var(--color-text-muted); }

/* ============================================================ */
/* NAVIGATION                                                   */
/* ============================================================ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: all var(--tr-norm); }
.orch-page .nav { background: rgba(255,255,255,0.75); border-bottom-color: var(--orch-border); }
.orch-page .nav.scrolled { box-shadow: 0 2px 16px rgba(0,0,0,0.05); }
.maestro-theme .nav { background: rgba(13,17,23,0.75); border-bottom-color: var(--color-border); }

.nav-inner { max-width: 1200px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-link { font-family: var(--font-body); font-weight: 500; font-size: 0.95rem; color: inherit; opacity: 0.8; transition: opacity var(--tr-fast), color var(--tr-fast); position: relative; padding-bottom: 6px; }
.nav-link:hover { opacity: 1; }
.nav-link.active { opacity: 1; font-weight: 600; }
.nav-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; transition: width 220ms ease; }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.orch-page .nav-link:hover { color: var(--orch-purple); }
.orch-page .nav-link.active { color: var(--orch-purple); }
.orch-page .nav-link::after { background: var(--orch-purple); border-radius: 1px; }
.maestro-theme .nav-link:hover { color: var(--color-accent); }
.maestro-theme .nav-link.active { color: var(--color-accent); }
.maestro-theme .nav-link::after { background: var(--color-accent); }

.mobile-toggle { display: none; background: none; border: none; padding: 4px; cursor: pointer; }
.mobile-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; transition: all var(--tr-fast); }
.orch-page .mobile-toggle span { background: var(--orch-gray); }
.maestro-theme .mobile-toggle span { background: var(--color-text); }

/* ============================================================ */
/* HERO                                                         */
/* ============================================================ */
.hero { padding: 180px 0 140px; text-align: center; }
.orch-page .hero-content { max-width: 780px; margin: 0 auto; }
.orch-page .hero-logo { height: 64px; margin: 0 auto 24px; }
.maestro-theme .hero { background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-surface) 100%); position: relative; overflow: hidden; }
.maestro-theme .hero::before { content: ''; position: absolute; inset: -50%; width: 200%; height: 200%; background: radial-gradient(ellipse at 30% 20%, rgba(240,136,62,0.05) 0%, transparent 60%); animation: drift 12s ease-in-out infinite alternate; }
@keyframes drift { from { transform: translate(-5%, -3%); } to { transform: translate(5%, 3%); } }
.maestro-theme .hero-content { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; }
.maestro-theme .hero-logo { height: 68px; margin: 0 auto 24px; }
.hero-tagline { font-size: clamp(1.15rem, 2.8vw, 1.55rem); max-width: 640px; margin: 20px auto 36px; }
.hero-cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; font-family: var(--font-heading); font-weight: 600; border-radius: var(--radius-md); transition: all var(--tr-fast); }
.orch-page .hero-cta { background: var(--orch-purple); color: #fff; box-shadow: 0 4px 16px rgba(111, 31, 119, 0.25); }
.orch-page .hero-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(111, 31, 119, 0.3); background: #5a1a63; }
.orch-page .hero-cta-ghost { background: transparent; color: var(--orch-purple); box-shadow: none; border: 2px solid var(--orch-purple); padding: 12px 26px; }
.orch-page .hero-cta-ghost:hover { background: rgba(111, 31, 119, 0.08); color: var(--orch-purple); box-shadow: none; }
.maestro-theme .hero-cta { padding: 0; }

/* ============================================================ */
/* BUTTONS                                                      */
/* ============================================================ */
.btn-pixel { font-family: var(--font-heading); font-size: 0.75rem; padding: 14px 24px; border-radius: 0; transition: all var(--tr-fast); text-transform: uppercase; letter-spacing: 0.5px; display: inline-block; }
.btn-primary-pixel { background: var(--color-accent); color: #0d1117; box-shadow: var(--shadow-sm); }
.btn-primary-pixel:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0px rgba(0,0,0,0.5); }
.btn-primary-pixel:active { transform: translate(1px, 1px); box-shadow: none; }
.btn-secondary-pixel { background: transparent; color: var(--color-accent); border: 2px solid var(--color-accent); }
.btn-secondary-pixel:hover { background: var(--color-surface-alt); transform: translate(-2px, -2px); box-shadow: 4px 4px 0px rgba(0,0,0,0.5); }

/* ============================================================ */
/* CARDS & GRID                                                 */
/* ============================================================ */
.grid-2 { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }

.card { background: #fff; border-radius: var(--radius-lg); padding: 24px; border: 1px solid var(--orch-border); transition: all var(--tr-norm); }
.orch-page .card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: rgba(111,31,119,0.15); }
.orch-card-primary { position: relative; overflow: hidden; }
.orch-card-primary::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--orch-purple), var(--orch-cyan)); }
.orch-card-secondary { position: relative; opacity: 0.9; }

.product-card { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; background: linear-gradient(135deg, #1a0a2e 0%, #0d1117 100%); border-radius: 16px; padding: 56px; color: #fff; overflow: hidden; position: relative; }
.product-card::before { content: ''; position: absolute; top: -50%; right: -20%; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(240, 136, 62, 0.18) 0%, transparent 70%); animation: float 8s ease-in-out infinite; pointer-events: none; }
.product-card > * { position: relative; z-index: 1; }
.product-card h3 { color: #fff; font-size: 1.75rem; margin: 0 0 12px; }
.product-card p { color: rgba(255, 255, 255, 0.72); font-size: 1.05rem; line-height: 1.65; margin: 0 0 16px; }
.product-card .product-card-credit { font-size: 0.9rem; color: rgba(255, 255, 255, 0.45); margin-top: 4px; margin-bottom: 24px; }
.orch-page .product-card .hero-cta { background: #f0883e; color: #fff; box-shadow: 0 4px 16px rgba(240, 136, 62, 0.25); }
.orch-page .product-card .hero-cta:hover { background: #f5a060; box-shadow: 0 8px 24px rgba(240, 136, 62, 0.35); transform: translateY(-2px); }
.product-card-visual { display: flex; align-items: center; justify-content: center; }
.product-card-visual img { max-width: 240px; width: 100%; height: auto; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.3)); }
.badge-coming { position: absolute; top: 16px; right: 16px; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; background: var(--orch-amber); color: #fff; padding: 4px 10px; border-radius: 100px; text-transform: uppercase; }
.maestro-theme .card-pixel { background: var(--color-surface); border: 2px solid var(--color-border); border-radius: 0; padding: 24px; transition: all var(--tr-norm); }
.maestro-theme .card-pixel:hover { border-color: var(--color-accent); transform: translateY(-4px); box-shadow: var(--shadow-md); }

/* ============================================================ */
/* SECTIONS                                                     */
/* ============================================================ */
.section-title { text-align: center; margin-bottom: 48px; max-width: 640px; margin-left: auto; margin-right: auto; }
.section-title h2 { margin-bottom: 12px; }
.orch-divider { height: 1px; background: linear-gradient(90deg, transparent, var(--orch-purple), transparent); opacity: 0.15; max-width: 180px; margin: 0 auto; border: none; }
.maestro-divider { height: 2px; background: repeating-linear-gradient(90deg, transparent 0, transparent 4px, var(--color-border) 4px, var(--color-border) 8px); max-width: 180px; margin: 0 auto; border: none; }

/* ── Services Bar ─────────────────────────────────────────── */
.services { background: var(--orch-gray-light); padding: 48px 0; border-top: 1px solid var(--orch-border); }
.services-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }

/* ── Steps (Maestro) ──────────────────────────────────────── */
.steps-timeline { display: flex; flex-direction: column; gap: 48px; max-width: 800px; margin: 0 auto; position: relative; }
.steps-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: repeating-linear-gradient(to bottom, var(--color-border) 0, var(--color-border) 6px, transparent 6px, transparent 12px);
  transform: translateX(-50%);
}
.steps-timeline .step-item {
  display: flex;
  align-items: center;
  gap: 24px;
  width: calc(50% - 40px);
  position: relative;
}
.steps-timeline .step-item:nth-child(odd) { align-self: flex-start; flex-direction: row-reverse; text-align: right; opacity: 0; transform: translateX(-40px); transition: opacity 0.6s ease, transform 0.6s ease; }
.steps-timeline .step-item:nth-child(even) { align-self: flex-end; flex-direction: row; text-align: left; opacity: 0; transform: translateX(40px); transition: opacity 0.6s ease, transform 0.6s ease; }
.steps-timeline .step-item.fade-in.visible { opacity: 1; transform: translateX(0); }
.steps-timeline .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--color-accent);
  color: #0d1117;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}
.step-item .step-content h4 { font-family: var(--font-body); font-weight: 600; color: var(--color-text); margin-bottom: 6px; font-size: 1rem; }
.step-item .step-content p { font-size: 0.95rem; }

/* ── Who It's For (staggered entrance) ─────────────────────── */
.who-grid .card-pixel:nth-child(odd)  { opacity: 0; transform: translateX(-40px); transition: opacity 0.5s ease, transform 0.5s ease; }
.who-grid .card-pixel:nth-child(even) { opacity: 0; transform: translateX(40px);  transition: opacity 0.5s ease, transform 0.5s ease; }
.who-grid .card-pixel:nth-child(odd).fade-in.visible,
.who-grid .card-pixel:nth-child(even).fade-in.visible { opacity: 1; transform: translateX(0); }

/* ── Comparison ───────────────────────────────────────────── */
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.comparison-col { padding: 24px; border: 2px solid; border-radius: 0; }
.comparison-before { background: var(--color-surface); border-color: var(--color-error); }
.comparison-after { background: var(--color-surface); border-color: var(--color-success); }
.comparison-col h3 { margin-bottom: 16px; font-size: 0.85rem; font-family: var(--font-heading); }
.comparison-before h3 { color: var(--color-error); }
.comparison-after h3 { color: var(--color-success); }
.comparison-col ul { display: flex; flex-direction: column; gap: 12px; }
.comparison-col li { display: flex; gap: 10px; color: var(--color-text); font-size: 0.95rem; align-items: flex-start; }
.comparison-col li::before { content: '×'; color: var(--color-error); font-weight: 700; line-height: 1.6; }
.comparison-after li::before { content: '▹'; color: var(--color-success); font-weight: 700; font-family: var(--font-mono); }

/* ── Pricing Table ────────────────────────────────────────── */
.dispatch-table { width: 100%; border-collapse: collapse; max-width: 600px; margin: 0 auto 24px; }
.dispatch-table th { font-family: var(--font-mono); font-size: 0.7rem; font-weight: 600; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: 0.05em; padding: 12px 20px; border-bottom: 2px solid var(--color-border); text-align: left; }
.dispatch-table td { padding: 14px 20px; color: var(--color-text); font-size: 0.95rem; border-bottom: 1px solid var(--color-border); font-family: var(--font-body); line-height: 1.4; }
.dispatch-table td strong { color: var(--color-accent); font-size: 1rem; }
.dispatch-table .price { font-family: var(--font-mono); color: var(--color-accent); font-weight: 600; text-align: right; }
.highlight-box { background: var(--color-surface); border: 2px solid var(--color-accent); padding: 20px 24px; text-align: center; max-width: 600px; margin: 0 auto; }

/* ── Annual & Credits ─────────────────────────────────────── */
.credits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 700px; margin: 0 auto; }
.credit-card { background: var(--color-surface); border: 2px solid var(--color-border); padding: 28px 24px; transition: all var(--tr-norm); }
.credit-card:hover { border-color: var(--color-accent); }
.credit-card.credit-annual { border-color: var(--color-accent-alt); border-style: dashed; }
.credit-card.credit-annual:hover { border-style: solid; }
.credit-card-label { font-family: var(--font-heading); font-size: 0.7rem; color: var(--color-accent-alt); letter-spacing: 1px; margin-bottom: 8px; }
.credit-card p { font-family: var(--font-body); font-size: 0.95rem; color: var(--color-text-muted); line-height: 1.6; }
.credit-card p strong { color: var(--color-accent-alt); }
.credit-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--color-border); }
.credit-row:last-child { border-bottom: none; }
.credit-row-label { font-family: var(--font-body); font-size: 0.95rem; color: var(--color-text-muted); }
.credit-row-value { font-family: var(--font-mono); color: var(--color-accent); font-size: 0.85rem; }
.credit-row-value.credit-label { font-family: var(--font-heading); font-size: 0.7rem; color: var(--color-text); margin-bottom: 12px; }

/* ── FAQ Accordion ────────────────────────────────────────── */
.faq { display: flex; flex-direction: column; gap: 12px; max-width: 680px; margin: 0 auto; }
.faq-item { background: var(--color-surface); border: 2px solid var(--color-border); transition: all var(--tr-fast); }
.faq-item:hover { border-color: var(--color-accent); }
.faq-q { width: 100%; text-align: left; padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; font-family: var(--font-body); font-weight: 600; color: var(--color-text); font-size: 1rem; background: none; border: none; cursor: pointer; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 300ms ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a-inner { padding: 0 20px 16px; color: var(--color-text-muted); font-family: 'Inter', system-ui, sans-serif; font-size: 1rem; line-height: 1.6; }
.faq-icon { font-family: var(--font-mono); font-size: 1.25rem; color: var(--color-accent); transition: transform var(--tr-fast); }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* ── Legal Pages ──────────────────────────────────────────── */
.legal-content { padding: 140px 0 60px; }
.legal-content h1 { margin-bottom: 24px; }
.legal-section { margin-bottom: 32px; }
.legal-section h2 { color: var(--orch-purple); margin-bottom: 12px; font-size: 1.25rem; font-weight: 600; }
.maestro-theme .legal-section h2 { color: var(--color-accent); }
.legal-content ol, .legal-content ul { padding-left: 24px; margin-bottom: 16px; }
.legal-content ol { list-style: decimal; }
.legal-content ul { list-style: disc; }
.legal-content li { margin-bottom: 8px; color: inherit; }

/* ── Footer ───────────────────────────────────────────────── */
.footer { padding: 48px 0 24px; border-top: 1px solid; }
.orch-page .footer { border-top-color: var(--orch-border); background: #fff; }
.maestro-theme .footer { border-top-color: var(--color-border); background: var(--color-bg); }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footer-grid { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 32px; align-items: center; }
.footer-brand { display: flex; justify-content: center; align-items: center; }
.footer-logo { height: 32px; width: auto; opacity: 0.85; }
.footer-col { display: flex; flex-direction: column; gap: 8px; }
.footer-col .footer-heading { font-family: var(--font-heading); font-weight: 600; font-size: 0.95rem; margin-bottom: 6px; opacity: 0.95; }
.orch-page .footer-col .footer-heading { color: var(--orch-gray); }
.maestro-theme .footer-col .footer-heading { color: var(--color-text); }
.footer-col a { font-size: 0.9rem; opacity: 0.7; transition: opacity var(--tr-fast), color var(--tr-fast); font-family: var(--font-body); }
.footer-col a:hover { opacity: 1; }
.orch-page .footer-col a:hover { color: var(--orch-purple); }
.maestro-theme .footer-col a:hover { color: var(--color-accent); }
.footer-bottom { max-width: 1200px; margin: 32px auto 0; padding: 16px 24px 0; border-top: 1px solid; text-align: center; font-size: 0.8rem; opacity: 0.6; font-family: var(--font-body); }
.orch-page .footer-bottom { border-top-color: var(--orch-border); }
.maestro-theme .footer-bottom { border-top-color: var(--color-border); }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-link { font-size: 0.85rem; opacity: 0.7; transition: opacity var(--tr-fast); font-family: var(--font-body); }
.footer-link:hover { opacity: 1; }
.orch-page .footer-link:hover { color: var(--orch-purple); }
.maestro-theme .footer-link:hover { color: var(--color-accent); }
.footer-copy { font-size: 0.8rem; opacity: 0.6; font-family: var(--font-body); }

/* ── Dispatch Table (3-col, integrated) ───────────────────── */
.dispatch-table-3 { width: 100%; border-collapse: collapse; margin: 24px 0 0; }
.dispatch-table-3 th, .dispatch-table-3 td { padding: 16px 20px; text-align: left; border: 1px solid var(--color-border); }
.dispatch-table-3 th { background: var(--color-surface); font-family: var(--font-heading); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.5px; color: var(--color-accent); font-weight: 600; }
.dispatch-table-3 th.num { text-align: right; }
.dispatch-table-3 tr:nth-child(even) td { background: rgba(22, 27, 34, 0.5); }
.dispatch-table-3 td { color: var(--color-text); font-size: 0.95rem; font-family: var(--font-body); line-height: 1.4; vertical-align: middle; }
.dispatch-table-3 td.name strong { color: var(--color-text); font-size: 1rem; font-weight: 700; }
.dispatch-table-3 td.desc { color: var(--color-text); }
.dispatch-table-3 td.price { font-family: var(--font-heading); color: var(--color-accent); font-weight: 600; text-align: right; white-space: nowrap; }
.dispatch-table-3 td.price.included { color: var(--color-success); }
@media (max-width: 768px) {
  .dispatch-table-3 th, .dispatch-table-3 td { padding: 10px 12px; font-size: 0.85rem; }
}

/* ── Annual Commitment (clean, no frame) ──────────────────── */
.annual-card { background: transparent; border: none; padding: 16px; max-width: 640px; margin: 0 auto; text-align: center; }
.annual-card .annual-label { font-family: var(--font-heading); font-size: 0.75rem; color: var(--color-text-muted); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
.annual-card h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.4rem; color: var(--color-text); margin-bottom: 12px; }
.annual-card p { color: var(--color-text-muted); font-size: 1rem; margin-bottom: 28px; }
.annual-card p strong { color: var(--color-accent); }

/* ── Maestro Section headings (white, with short lead) ────── */
.maestro-theme .section-heading { font-family: var(--font-heading); font-size: clamp(1rem, 2.5vw, 1.4rem); line-height: 1.4; letter-spacing: 1px; color: var(--color-text); margin-bottom: 12px; text-transform: uppercase; }
.maestro-theme .section-lead { font-family: var(--font-body); font-size: 1.05rem; color: var(--color-text-muted); max-width: 640px; line-height: 1.6; }
.maestro-theme .section-title.text-left { text-align: left; }
.maestro-theme .section-title.text-left .section-lead { margin-left: 0; margin-right: auto; }

/* ── Early Access Note ──────────────────────────────────── */
.early-access-note { font-family: var(--font-body); font-size: 0.85rem; color: var(--color-text-muted); margin-top: 12px; text-align: center; }

/* ── CTA Banner ───────────────────────────────────────────── */
.cta-banner { background: var(--color-surface); border: 2px solid var(--color-accent); padding: 48px 32px; text-align: center; box-shadow: var(--shadow-lg); max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.cta-buttons { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ── Utilities & Animations ───────────────────────────────── */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.text-center { text-align: center; }
.mt-4 { margin-top: 16px; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 900px) {
  .who-grid { grid-template-columns: 1fr !important; max-width: 440px !important; }
  .who-grid .card-pixel:nth-child(odd),
  .who-grid .card-pixel:nth-child(even) {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .who-grid .card-pixel.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .grid-2 { grid-template-columns: 1fr; }
  .steps-timeline .step-item { width: calc(50% - 20px); }
  .credits-grid { grid-template-columns: 1fr; max-width: 440px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .services-inner { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: inherit; flex-direction: column; padding: 16px; border-top: 1px solid var(--color-border); gap: 12px; }
  .orch-page .nav-links.open { display: flex; background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
  .maestro-theme .nav-links.open { display: flex; background: var(--color-bg); }
  .mobile-toggle { display: block; }
  .nav-logo img { width: 72px; height: auto; }
  .hero-logo-pricing { display: none !important; }
  .hero { padding: 160px 20px 80px; }
  .section { padding: 60px 0; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; text-align: left; }
  .steps-timeline::before { display: none; }
  .steps-timeline .step-item {
    width: 100%;
    align-self: center;
    flex-direction: row !important;
    text-align: left;
    gap: 16px;
    transform: translateY(20px) !important;
  }
  .steps-timeline .step-item:nth-child(odd),
  .steps-timeline .step-item:nth-child(even) { transform: translateY(20px); }
  .steps-timeline .step-item.fade-in.visible { transform: translateY(0) !important; }
  .steps-timeline .step-num { width: 40px; height: 40px; font-size: 0.75rem; }
  .product-card { grid-template-columns: 1fr; padding: 32px; gap: 24px; text-align: center; }
  .product-card-visual { order: -1; }
  .product-card-visual img { max-width: 180px; }
}
@media (max-width: 480px) {
  .orch-page h1 { font-size: 1.8rem; }
  .maestro-theme h1 { font-size: 1.1rem; }
  .cta-buttons { flex-direction: column; width: 100%; }
  .btn-pixel { width: 100%; text-align: center; }
}
