
  html { scroll-behavior: smooth; }

  /* ---- Sticky Header ---- */
  .sticky-header.svelte-1uha8ag {
    position: fixed; top: 0; left: 0; right: 0; z-index: 50;
    background: rgba(10,10,10,0.95); backdrop-filter: blur(16px);
    border-bottom: 1px solid #262626; animation: svelte-1uha8ag-slideDown 0.25s ease-out;
  }
  .sticky-header-inner.svelte-1uha8ag {
    max-width: 1200px; margin: 0 auto; padding: 0 24px; height: 56px;
    display: flex; align-items: center; justify-content: space-between;
  }
  .sticky-logo.svelte-1uha8ag { text-decoration: none; display: flex; align-items: center; gap: 6px; }
  .sticky-ascii.svelte-1uha8ag {
    font-family: monospace; font-size: 0.22rem; line-height: 1.15;
    font-weight: bold; letter-spacing: -0.05em; white-space: pre;
    color: #ededed; margin: 0;
  }
  .sticky-nav.svelte-1uha8ag { display: flex; align-items: center; gap: 20px; }
  .sticky-link.svelte-1uha8ag {
    font-size: 0.8125rem; font-weight: 500; color: #a3a3a3;
    text-decoration: none; transition: color 150ms ease;
  }
  .sticky-link.svelte-1uha8ag:hover { color: #ededed; }
  .sticky-cta.svelte-1uha8ag {
    padding: 8px 20px; background: #ededed; color: #0a0a0a;
    font-size: 0.8125rem; font-weight: 600; border-radius: 6px;
    text-decoration: none; transition: background 150ms ease;
  }
  .sticky-cta.svelte-1uha8ag:hover { background: #d4d4d4; }

  /* ---- Hero ---- */
  .hero.svelte-1uha8ag {
    padding: 80px 24px 56px; text-align: center; background: transparent;
  }
  @media (min-width: 768px) { .hero.svelte-1uha8ag { padding: 100px 32px 72px; } }

  .hero-inner.svelte-1uha8ag { max-width: 680px; margin: 0 auto; }

  .hero-logo-link.svelte-1uha8ag { text-decoration: none; display: inline-block; }

  .hero-ascii.svelte-1uha8ag {
    font-family: monospace; font-size: clamp(0.35rem, 1.2vw, 0.7rem);
    line-height: 1.15; font-weight: bold; letter-spacing: -0.05em;
    white-space: pre; color: #ededed; margin: 0 0 16px;
  }

  .hero-title.svelte-1uha8ag {
    font-size: clamp(2.25rem, 5vw, 3.25rem); font-weight: 700;
    letter-spacing: -0.03em; line-height: 1.1; color: #ededed;
    margin-bottom: 16px;
  }

  .hero-subtitle.svelte-1uha8ag {
    font-size: 1.0625rem; line-height: 1.6; color: #a3a3a3;
    max-width: 540px; margin: 0 auto 28px;
  }

  .hero-form.svelte-1uha8ag { max-width: 440px; margin: 0 auto 12px; }
  .hero-form-row.svelte-1uha8ag {
    display: flex; gap: 8px; flex-wrap: wrap; justify-content: center;
  }
  .hero-input.svelte-1uha8ag {
    flex: 1; min-width: 200px; padding: 12px 16px; border: 1px solid #333;
    border-radius: 6px; font-size: 0.9375rem; color: #ededed;
    background: #0a0a0a; outline: none;
  }
  .hero-input.svelte-1uha8ag:focus { border-color: #555; }
  .hero-input.svelte-1uha8ag::-moz-placeholder { color: #555; }
  .hero-input.svelte-1uha8ag::placeholder { color: #555; }

  .hero-cta-primary.svelte-1uha8ag {
    padding: 12px 28px; background: #ededed; color: #0a0a0a;
    font-size: 0.9375rem; font-weight: 600; border-radius: 6px;
    border: none; cursor: pointer; transition: background 150ms ease;
    white-space: nowrap;
  }
  .hero-cta-primary.svelte-1uha8ag:hover { background: #d4d4d4; }
  .hero-cta-primary.svelte-1uha8ag:disabled { opacity: 0.5; cursor: not-allowed; }

  .hero-download-note.svelte-1uha8ag {
    font-size: 0.8125rem; color: #737373; text-align: center; margin-top: 12px;
  }

  /* ---- Sections ---- */
  .page-section.svelte-1uha8ag { padding: 64px 24px; }
  @media (min-width: 768px) { .page-section.svelte-1uha8ag { padding: 80px 32px; } }

  .section-container.svelte-1uha8ag { max-width: 1000px; margin: 0 auto; }

  .section-overline.svelte-1uha8ag {
    font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.1em;
    text-transform: uppercase; color: #737373; margin-bottom: 8px;
  }
  .section-title.svelte-1uha8ag {
    font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700;
    letter-spacing: -0.02em; line-height: 1.2; color: #ededed; margin-bottom: 12px;
  }
  .section-comparison.svelte-1uha8ag {
    font-size: 1rem; line-height: 1.6; color: #a3a3a3;
    max-width: 520px; margin: 0 auto;
  }

  /* ---- Steps ---- */
  .steps-grid.svelte-1uha8ag {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
  }
  .step-card.svelte-1uha8ag {
    padding: 28px; border: 1px solid #262626; background: #141414;
  }
  .step-number.svelte-1uha8ag {
    width: 32px; height: 32px; border-radius: 50%; background: #ededed; color: #0a0a0a;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.875rem; font-weight: 700; margin-bottom: 16px;
  }
  .step-title.svelte-1uha8ag {
    font-size: 1rem; font-weight: 600; color: #e5e5e5; margin-bottom: 8px;
  }
  .step-desc.svelte-1uha8ag {
    font-size: 0.875rem; line-height: 1.6; color: #a3a3a3;
  }

  /* ---- Chat Window ---- */
  .chat-window.svelte-1uha8ag {
    max-width: 640px; margin: 0 auto; border-radius: 8px;
    overflow: hidden; border: 1px solid #262626; background: #141414;
  }
  .chat-header.svelte-1uha8ag {
    padding: 14px 18px; border-bottom: 1px solid #262626;
    display: flex; align-items: center; gap: 10px; background: #1a1a1a;
  }
  .chat-name.svelte-1uha8ag { color: #ededed; font-size: 0.8125rem; font-weight: 600; }
  .chat-platform.svelte-1uha8ag {
    color: #737373; font-size: 0.625rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.06em;
  }
  .chat-dots.svelte-1uha8ag { margin-left: auto; display: flex; gap: 5px; }
  .chat-dot.svelte-1uha8ag {
    width: 6px; height: 6px; border-radius: 50%; background: #333;
    border: none; cursor: pointer; padding: 0; transition: background 200ms ease;
  }
  .chat-dot-active.svelte-1uha8ag { background: #eee; }
  .chat-body.svelte-1uha8ag {
    padding: 14px; min-height: 260px; max-height: 340px;
    overflow-y: auto; display: flex; flex-direction: column; gap: 8px;
    background: #141414;
  }
  .chat-row.svelte-1uha8ag { display: flex; }
  .chat-row-user.svelte-1uha8ag { justify-content: flex-end; }
  .chat-bubble.svelte-1uha8ag {
    max-width: 85%; padding: 8px 12px; border-radius: 8px;
    font-size: 0.8125rem; line-height: 1.5; background: #1a1a1a; color: #ccc;
  }
  .chat-bubble-user.svelte-1uha8ag { background: #1a1a1a; color: #eee; }
  .chat-time.svelte-1uha8ag { font-size: 0.5625rem; color: #555; margin-top: 3px; text-align: right; }
  .typing-dots.svelte-1uha8ag { display: flex; gap: 4px; padding: 3px 0; }
  .typing-dot.svelte-1uha8ag {
    width: 4px; height: 4px; background: #555; border-radius: 50%;
    animation: svelte-1uha8ag-tp 1.2s ease-in-out infinite;
  }
  @keyframes svelte-1uha8ag-tp { 0%,60%,100%{opacity:.3;transform:scale(.8)} 30%{opacity:1;transform:scale(1)} }

  /* ---- Features ---- */
  .features-list.svelte-1uha8ag {
    max-width: 640px; margin: 0 auto;
    display: flex; flex-direction: column; gap: 12px;
  }
  .feature-row.svelte-1uha8ag {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 0.9375rem; color: #e5e5e5; line-height: 1.5;
  }
  .feature-check.svelte-1uha8ag {
    width: 18px; height: 18px; color: #4ade80; flex-shrink: 0; margin-top: 2px;
  }

  /* ---- Pricing ---- */
  .pricing-grid.svelte-1uha8ag {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px; max-width: 960px; margin: 0 auto;
  }
  .plan-card.svelte-1uha8ag {
    position: relative; border: 1px solid #262626; background: #141414;
  }
  .plan-card-popular.svelte-1uha8ag {
    border: 2px solid #ededed;
  }
  .plan-badge.svelte-1uha8ag {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    padding: 4px 16px; background: #ededed; color: #0a0a0a;
    font-size: 0.6875rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.06em; white-space: nowrap;
  }
  .plan-inner.svelte-1uha8ag { padding: 28px; }
  .plan-header.svelte-1uha8ag { margin-bottom: 20px; }
  .plan-name.svelte-1uha8ag {
    font-size: 0.75rem; font-weight: 700; color: #737373;
    text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 8px;
  }
  .plan-amount.svelte-1uha8ag { display: flex; align-items: baseline; gap: 4px; }
  .plan-price.svelte-1uha8ag { font-size: 2.5rem; font-weight: 700; color: #ededed; letter-spacing: -0.03em; }
  .plan-period.svelte-1uha8ag { font-size: 1rem; color: #737373; }
  .plan-features.svelte-1uha8ag { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
  .plan-feature.svelte-1uha8ag { display: flex; align-items: center; gap: 8px; font-size: 0.875rem; color: #a3a3a3; }
  .plan-cta.svelte-1uha8ag {
    display: block; width: 100%; padding: 12px; background: #ededed; color: #0a0a0a;
    font-size: 0.9375rem; font-weight: 600; border-radius: 6px; border: none;
    cursor: pointer; text-align: center; transition: background 150ms ease;
  }
  .plan-cta.svelte-1uha8ag:hover { background: #d4d4d4; }
  .plan-cta.svelte-1uha8ag:disabled { opacity: 0.5; cursor: not-allowed; }
  .plan-form.svelte-1uha8ag { display: flex; flex-direction: column; gap: 8px; }
  .plan-input.svelte-1uha8ag {
    width: 100%; padding: 12px 16px; border: 1px solid #333; border-radius: 6px;
    font-size: 0.9375rem; color: #ededed; background: #0a0a0a; outline: none;
    box-sizing: border-box;
  }
  .plan-input.svelte-1uha8ag:focus { border-color: #555; }
  .plan-input.svelte-1uha8ag::-moz-placeholder { color: #555; }
  .plan-input.svelte-1uha8ag::placeholder { color: #555; }

  /* ---- FAQ ---- */
  .faq-list.svelte-1uha8ag { display: flex; flex-direction: column; gap: 6px; }
  .faq-item.svelte-1uha8ag {
    width: 100%; text-align: left; padding: 16px 20px;
    border: 1px solid #262626; background: #141414; cursor: pointer;
    transition: border-color 150ms ease;
  }
  .faq-item.svelte-1uha8ag:hover { border-color: #404040; }
  .faq-item-open.svelte-1uha8ag { border-color: #404040; }
  .faq-question.svelte-1uha8ag {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    font-size: 0.9375rem; font-weight: 500; color: #e5e5e5;
  }
  .faq-chevron.svelte-1uha8ag { width: 16px; height: 16px; color: #737373; flex-shrink: 0; transition: transform 200ms ease; }
  .faq-chevron-open.svelte-1uha8ag { transform: rotate(180deg); }
  .faq-answer.svelte-1uha8ag { font-size: 0.875rem; line-height: 1.6; color: #a3a3a3; margin-top: 10px; }

  /* ---- Mobile sticky CTA ---- */
  .mobile-sticky-cta.svelte-1uha8ag {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 40;
    padding: 12px 16px; background: rgba(10,10,10,0.95);
    backdrop-filter: blur(16px); border-top: 1px solid #262626;
    animation: svelte-1uha8ag-slideUp 0.3s ease-out;
  }
  @media (min-width: 768px) { .mobile-sticky-cta.svelte-1uha8ag { display: none; } }
  .mobile-sticky-btn.svelte-1uha8ag {
    display: block; width: 100%; padding: 14px; background: #ededed; color: #0a0a0a;
    font-size: 0.9375rem; font-weight: 600; border-radius: 8px;
    text-align: center; text-decoration: none;
  }

  /* ---- Animations ---- */
  @keyframes svelte-1uha8ag-slideDown { from { transform: translateY(-100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
  @keyframes svelte-1uha8ag-slideUp { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .sticky-header.svelte-1uha8ag, .mobile-sticky-cta.svelte-1uha8ag { animation: none; }
  }
