
  html { scroll-behavior: smooth; }

  /* ---- Sticky Header ---- */
  .sticky-header.svelte-1uha8ag {
    position: fixed; top: 0; left: 0; right: 0; z-index: 50;
    background: rgba(255,255,255,0.95); backdrop-filter: blur(16px);
    border-bottom: 1px solid #e5e5e5; 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: #171717; margin: 0;
  }
  .sticky-beta.svelte-1uha8ag {
    font-size: 0.5rem; font-weight: 700; letter-spacing: 0.06em;
    padding: 0px 4px; border-radius: 3px; background: #f5f5f5;
    color: #737373; border: 1px solid #e5e5e5; align-self: flex-start;
    margin-top: 1px;
  }
  .sticky-nav.svelte-1uha8ag { display: flex; align-items: center; gap: 20px; }
  .sticky-link.svelte-1uha8ag {
    font-size: 0.8125rem; font-weight: 500; color: #525252;
    text-decoration: none; transition: color 150ms ease;
  }
  .sticky-link.svelte-1uha8ag:hover { color: #171717; }
  .sticky-cta.svelte-1uha8ag {
    padding: 8px 20px; background: #171717; color: #fff;
    font-size: 0.8125rem; font-weight: 600; border-radius: 6px;
    text-decoration: none; transition: background 150ms ease;
  }
  .sticky-cta.svelte-1uha8ag:hover { background: #333; }

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

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

  .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: #171717; margin: 0 0 32px;
  }

  .hero-beta.svelte-1uha8ag {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 2px 10px;
    border-radius: 6px;
    background: #f5f5f5;
    color: #525252;
    border: 1px solid #e5e5e5;
    margin-bottom: 24px;
  }

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

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

  .hero-actions.svelte-1uha8ag {
    display: flex; align-items: center; justify-content: center;
    gap: 12px; margin-bottom: 12px; flex-wrap: wrap;
  }

  .hero-cta-primary.svelte-1uha8ag {
    padding: 12px 28px; background: #111; color: #fff;
    font-size: 0.9375rem; font-weight: 600; border-radius: 6px;
    text-decoration: none; transition: background 150ms ease;
  }
  .hero-cta-primary.svelte-1uha8ag:hover { background: #333; }

  .hero-cta-secondary.svelte-1uha8ag {
    padding: 12px 28px; color: #555; font-size: 0.9375rem; font-weight: 500;
    border: 1px solid #ddd; border-radius: 6px; text-decoration: none;
    transition: border-color 150ms ease, color 150ms ease;
  }
  .hero-cta-secondary.svelte-1uha8ag:hover { border-color: #bbb; color: #111; }

  .hero-note.svelte-1uha8ag { font-size: 0.8125rem; color: #999; }

  /* ---- Trust Bar ---- */
  .trust-bar.svelte-1uha8ag {
    border-top: 1px solid #eee; border-bottom: 1px solid #eee;
    background: #fafafa; padding: 20px 24px;
  }
  .trust-bar-inner.svelte-1uha8ag {
    max-width: 900px; margin: 0 auto;
    display: flex; align-items: center; justify-content: center;
    gap: 32px; flex-wrap: wrap;
  }
  .trust-item.svelte-1uha8ag { text-align: center; }
  .trust-value.svelte-1uha8ag { display: block; font-size: 0.875rem; font-weight: 700; color: #111; }
  .trust-label.svelte-1uha8ag { display: block; font-size: 0.6875rem; color: #999; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 2px; }
  .trust-divider.svelte-1uha8ag { width: 1px; height: 32px; background: #ddd; }
  @media (max-width: 640px) { .trust-divider.svelte-1uha8ag { display: none; } .trust-bar-inner.svelte-1uha8ag { gap: 24px; } }

  /* ---- 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: #999; 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: #111; margin-bottom: 12px;
  }
  .section-desc.svelte-1uha8ag {
    font-size: 1rem; line-height: 1.6; color: #555;
    max-width: 520px; margin: 0 auto;
  }

  /* ---- Platform tags ---- */
  .platform-tags.svelte-1uha8ag {
    display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 32px;
  }
  .platform-tag.svelte-1uha8ag {
    padding: 5px 12px; font-size: 0.75rem; font-weight: 500;
    color: #666; border: 1px solid #e5e5e5; border-radius: 4px; background: #fff;
  }

  /* ---- Chat Window ---- */
  .chat-window.svelte-1uha8ag {
    max-width: 640px; margin: 0 auto; border-radius: 8px;
    overflow: hidden; border: 1px solid #222; background: #0a0a0a;
  }
  .chat-header.svelte-1uha8ag {
    padding: 14px 18px; border-bottom: 1px solid #1a1a1a;
    display: flex; align-items: center; gap: 10px; background: #111;
  }
  .chat-avatar.svelte-1uha8ag {
    width: 32px; height: 32px; border-radius: 6px; background: #1a1a1a;
    display: flex; align-items: center; justify-content: center;
    color: #ccc; font-size: 0.8125rem; font-weight: 600; flex-shrink: 0;
  }
  .chat-name.svelte-1uha8ag { color: #eee; font-size: 0.8125rem; font-weight: 600; }
  .chat-platform.svelte-1uha8ag {
    color: #666; 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;
  }
  .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)} }

  /* ---- Use Cases ---- */
  .usecase-grid.svelte-1uha8ag {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1px;
    border: 1px solid #e5e5e5; background: #e5e5e5;
  }
  .usecase-card.svelte-1uha8ag {
    display: block; padding: 24px; background: #fff; text-decoration: none;
    color: inherit; transition: background 150ms ease;
  }
  .usecase-card.svelte-1uha8ag:hover { background: #fafafa; }
  .usecase-label.svelte-1uha8ag {
    font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.08em;
    text-transform: uppercase; color: #999; margin-bottom: 8px;
  }
  .usecase-desc.svelte-1uha8ag { font-size: 0.875rem; line-height: 1.6; color: #555; margin-bottom: 12px; }
  .usecase-link.svelte-1uha8ag { font-size: 0.8125rem; font-weight: 600; color: #111; }

  /* ---- Testimonials ---- */
  .testimonial-card.svelte-1uha8ag {
    padding: 24px; border: 1px solid #e5e5e5; background: #fff;
    display: flex; flex-direction: column; justify-content: space-between;
  }
  .testimonial-quote.svelte-1uha8ag { font-size: 0.9375rem; line-height: 1.6; color: #333; margin-bottom: 16px; }
  .testimonial-footer.svelte-1uha8ag { border-top: 1px solid #eee; padding-top: 12px; }
  .testimonial-name.svelte-1uha8ag { font-size: 0.875rem; font-weight: 600; color: #111; }
  .testimonial-role.svelte-1uha8ag { font-size: 0.75rem; color: #999; margin-top: 2px; }

  /* ---- Pricing ---- */
  .pricing-card.svelte-1uha8ag {
    max-width: 440px; margin: 0 auto; position: relative;
    border: 2px solid #111; background: #fff;
  }
  .pricing-badge.svelte-1uha8ag {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    padding: 4px 16px; background: #111; color: #fff;
    font-size: 0.6875rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .pricing-card-inner.svelte-1uha8ag { padding: 32px; }
  .pricing-header.svelte-1uha8ag { margin-bottom: 20px; }
  .pricing-label.svelte-1uha8ag {
    font-size: 0.75rem; font-weight: 700; color: #999;
    text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 8px;
  }
  .pricing-amount.svelte-1uha8ag { display: flex; align-items: baseline; gap: 4px; margin-bottom: 4px; }
  .pricing-price.svelte-1uha8ag { font-size: 2.5rem; font-weight: 700; color: #111; letter-spacing: -0.03em; }
  .pricing-period.svelte-1uha8ag { font-size: 1rem; color: #999; }
  .pricing-monthly.svelte-1uha8ag { font-size: 0.8125rem; color: #999; }
  .pricing-features.svelte-1uha8ag { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
  .pricing-feature.svelte-1uha8ag { display: flex; align-items: center; gap: 8px; font-size: 0.875rem; color: #333; }
  .pricing-cta.svelte-1uha8ag {
    display: block; width: 100%; padding: 12px; background: #111; color: #fff;
    font-size: 0.9375rem; font-weight: 600; border-radius: 6px; border: none;
    cursor: pointer; text-align: center; transition: background 150ms ease;
  }
  .pricing-cta.svelte-1uha8ag:hover { background: #333; }
  .pricing-cta.svelte-1uha8ag:disabled { opacity: 0.5; cursor: not-allowed; }
  .pricing-form.svelte-1uha8ag { display: flex; flex-direction: column; gap: 8px; }
  .pricing-input.svelte-1uha8ag {
    width: 100%; padding: 12px 16px; border: 1px solid #ddd; border-radius: 6px;
    font-size: 0.9375rem; color: #111; background: #fafafa; outline: none;
  }
  .pricing-input.svelte-1uha8ag:focus { border-color: #999; }
  .pricing-input.svelte-1uha8ag::-moz-placeholder { color: #bbb; }
  .pricing-input.svelte-1uha8ag::placeholder { color: #bbb; }
  .pricing-note.svelte-1uha8ag { font-size: 0.75rem; color: #999; text-align: center; margin-top: 8px; }

  /* ---- 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 #e5e5e5; background: #fff; cursor: pointer;
    transition: border-color 150ms ease;
  }
  .faq-item.svelte-1uha8ag:hover { border-color: #ccc; }
  .faq-item-open.svelte-1uha8ag { border-color: #ccc; }
  .faq-question.svelte-1uha8ag {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    font-size: 0.9375rem; font-weight: 500; color: #111;
  }
  .faq-chevron.svelte-1uha8ag { width: 16px; height: 16px; color: #999; 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: #555; 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(255,255,255,0.95);
    backdrop-filter: blur(16px); border-top: 1px solid #e5e5e5;
    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: #111; color: #fff;
    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; }
  }
