
  html { scroll-behavior: smooth; }
  body { background: #fff; }

  /* ---- Plus pattern background ---- */
  .plus-bg {
    position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 8v16M8 16h16' stroke='%23000' stroke-width='.5' fill='none'/%3E%3C/svg%3E");
  }

  /* ---- 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-nav.svelte-1uha8ag { display: flex; align-items: center; gap: 20px; }
  .sticky-link.svelte-1uha8ag {
    font-size: 0.8125rem; font-weight: 500; color: #737373;
    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 {
    position: relative; z-index: 1;
    padding: 80px 24px 40px; text-align: center; background: transparent;
  }
  @media (min-width: 768px) { .hero.svelte-1uha8ag { padding: 100px 32px 56px; } }

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

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

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

  /* (unused) .hero-form { max-width: 440px; margin: 0 auto 12px; }*/
  /* (unused) .hero-form-row {
    display: flex; gap: 8px; flex-wrap: wrap; justify-content: center;
  }*/
  /* (unused) .hero-input {
    flex: 1; min-width: 200px; padding: 12px 16px; border: 1px solid #e5e5e5;
    border-radius: 6px; font-size: 0.9375rem; color: #171717;
    background: #fff; outline: none;
  }*/
  /* (unused) .hero-input:focus { border-color: #a3a3a3; }*/
  /* (unused) .hero-input::-moz-placeholder { color: #a3a3a3; }*/
  /* (unused) .hero-input::placeholder { color: #a3a3a3; }*/

  .hero-cta-row.svelte-1uha8ag { display: flex; justify-content: center; margin-bottom: 12px; }

  .hero-cta-primary.svelte-1uha8ag {
    display: inline-block; padding: 14px 36px; background: #171717; color: #fff;
    font-size: 0.9375rem; font-weight: 600; border-radius: 8px;
    border: none; cursor: pointer; transition: all 150ms ease;
    white-space: nowrap; text-decoration: none;
  }
  .hero-cta-primary.svelte-1uha8ag:hover { background: #333; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
  .hero-cta-primary.svelte-1uha8ag:disabled { opacity: 0.5; cursor: not-allowed; transform: none; box-shadow: none; }

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

  .dl-btn.svelte-1uha8ag {
    display: flex; align-items: center; gap: 8px;
    padding: 12px 24px; border: 1px solid #e5e5e5; border-radius: 10px;
    background: #fff; color: #171717; text-decoration: none;
    font-size: 0.875rem; font-weight: 600;
    transition: all 150ms ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  }

  .dl-btn.svelte-1uha8ag:hover {
    border-color: #171717; background: #171717; color: #fff;
    transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  }

  .dl-icon.svelte-1uha8ag { width: 20px; height: 20px; flex-shrink: 0; }

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

  /* ---- Sections ---- */
  .page-section.svelte-1uha8ag { position: relative; z-index: 1; padding: 48px 24px; }
  @media (min-width: 768px) { .page-section.svelte-1uha8ag { padding: 64px 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: #a3a3a3; 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: #171717; margin-bottom: 12px;
  }

  /* ---- Chat Window ---- */
  .chat-window.svelte-1uha8ag {
    max-width: 640px; margin: 0 auto; border-radius: 12px;
    overflow: hidden; border: 1px solid #e5e5e5; background: #fafafa;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  }
  .chat-header.svelte-1uha8ag {
    padding: 14px 18px; border-bottom: 1px solid #e5e5e5;
    display: flex; align-items: center; gap: 10px; background: #fff;
  }
  .chat-name.svelte-1uha8ag { color: #171717; font-size: 0.8125rem; font-weight: 600; }
  .chat-platform.svelte-1uha8ag {
    color: #a3a3a3; 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: #d4d4d4;
    border: none; cursor: pointer; padding: 0; transition: background 200ms ease;
  }
  .chat-dot-active.svelte-1uha8ag { background: #171717; }
  .chat-body.svelte-1uha8ag {
    padding: 14px; min-height: 260px; max-height: 340px;
    overflow-y: auto; display: flex; flex-direction: column; gap: 8px;
    background: #fafafa;
  }
  .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: #fff; color: #525252;
    border: 1px solid #f0f0f0;
  }
  .chat-bubble-user.svelte-1uha8ag { background: #171717; color: #fff; border-color: #171717; }
  .chat-time.svelte-1uha8ag { font-size: 0.5625rem; color: #a3a3a3; 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: #a3a3a3; 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)} }

  /* ---- 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 #e5e5e5; background: #fff; border-radius: 12px;
    transition: border-color 200ms ease, box-shadow 200ms ease;
  }
  .plan-card.svelte-1uha8ag:hover { border-color: #d4d4d4; box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
  .plan-card-popular.svelte-1uha8ag {
    border: 2px solid #171717; box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  }
  .plan-badge.svelte-1uha8ag {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    padding: 4px 16px; background: #171717; color: #fff;
    font-size: 0.6875rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.06em; white-space: nowrap; border-radius: 20px;
  }
  .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: #a3a3a3;
    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: #171717; letter-spacing: -0.03em; }
  .plan-period.svelte-1uha8ag { font-size: 1rem; color: #a3a3a3; }
  .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: #525252; }
  .plan-cta.svelte-1uha8ag {
    display: block; width: 100%; padding: 12px; background: #171717; color: #fff;
    font-size: 0.9375rem; font-weight: 600; border-radius: 8px; border: none;
    cursor: pointer; text-align: center; transition: all 150ms ease;
  }
  .plan-cta.svelte-1uha8ag:hover { background: #333; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
  .plan-cta.svelte-1uha8ag:disabled { opacity: 0.5; cursor: not-allowed; transform: none; box-shadow: none; }
  .plan-form.svelte-1uha8ag { display: flex; flex-direction: column; gap: 8px; }
  .plan-input.svelte-1uha8ag {
    width: 100%; padding: 12px 16px; border: 1px solid #e5e5e5; border-radius: 6px;
    font-size: 0.9375rem; color: #171717; background: #fff; outline: none;
    box-sizing: border-box;
  }
  .plan-input.svelte-1uha8ag:focus { border-color: #a3a3a3; }
  .plan-input.svelte-1uha8ag::-moz-placeholder { color: #a3a3a3; }
  .plan-input.svelte-1uha8ag::placeholder { color: #a3a3a3; }

  /* ---- 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;
    border-radius: 8px; transition: border-color 150ms ease;
  }
  .faq-item.svelte-1uha8ag:hover { border-color: #d4d4d4; }
  .faq-item-open.svelte-1uha8ag { border-color: #d4d4d4; }
  .faq-question.svelte-1uha8ag {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    font-size: 0.9375rem; font-weight: 500; color: #171717;
  }
  .faq-chevron.svelte-1uha8ag { width: 16px; height: 16px; color: #a3a3a3; 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: #525252; 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: #171717; 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; }
  }
