/* ── NAV ── */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(15,15,20,0.85); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; height: 60px; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { display: flex; }
.brand-name { font-family: var(--font-head); font-weight: 700; font-size: 17px; color: var(--text); letter-spacing: -0.02em; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 14px; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--text); text-decoration: none; }

/* ── HERO ── */
.hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.glow { position: absolute; border-radius: 50%; filter: blur(120px); }
.glow-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(109,40,217,0.22) 0%, transparent 70%); top: -100px; left: -100px; }
.glow-2 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(34,211,238,0.12) 0%, transparent 70%); bottom: -80px; right: -80px; }
.grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%); }
.hero-inner { position: relative; max-width: 1120px; margin: 0 auto; padding: 80px 24px; width: 100%; display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: center; }
.hero-brand-col { display: flex; flex-direction: column; align-items: flex-start; gap: 40px; }
.hero-logo-wrap { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-logo-ring { position: absolute; inset: -8px; border-radius: 50%; border: 1px solid rgba(109,40,217,0.4); animation: spin-slow 8s linear infinite; }
@keyframes spin-slow { to { transform: rotate(360deg); } }
.hero-logo-label { position: absolute; top: -4px; right: -4px; background: var(--violet); color: white; font-family: var(--font-head); font-size: 9px; font-weight: 700; padding: 3px 7px; border-radius: 20px; letter-spacing: 0.05em; }
.hero-stat-row { display: flex; align-items: center; gap: 20px; }
.hero-stat { display: flex; flex-direction: column; gap: 2px; }
.stat-val { font-family: var(--font-head); font-size: 20px; font-weight: 700; color: var(--text); }
.stat-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.hero-stat-div { width: 1px; height: 32px; background: var(--border); }
.hero-copy-col { display: flex; flex-direction: column; gap: 24px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-size: 12px; font-weight: 600; color: var(--cyan); background: rgba(34,211,238,0.1); border: 1px solid rgba(34,211,238,0.2); padding: 6px 14px; border-radius: 20px; letter-spacing: 0.04em; text-transform: uppercase; }
.badge-dot { width: 6px; height: 6px; background: var(--cyan); border-radius: 50%; animation: pulse-dot 2s ease-in-out infinite; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero-headline { font-family: var(--font-head); font-size: clamp(48px, 6vw, 80px); font-weight: 700; line-height: 1.0; letter-spacing: -0.03em; color: var(--text); }
.hero-sub { font-size: 18px; color: var(--muted); max-width: 460px; line-height: 1.65; }
.hero-platform-row { display: flex; flex-wrap: wrap; gap: 8px; }
.platform-chip { font-family: var(--font-head); font-size: 12px; font-weight: 500; color: var(--muted); background: var(--surface); border: 1px solid var(--border); padding: 5px 12px; border-radius: 6px; letter-spacing: 0.02em; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 8px; }
.hero-cta { display: inline-block; font-family: var(--font-head); font-size: 15px; font-weight: 600; color: #fff; background: var(--violet); padding: 14px 24px; border-radius: 10px; text-decoration: none; transition: background 0.2s, transform 0.1s; }
.hero-cta:hover { background: #5b21b6; text-decoration: none; transform: scale(1.02); }
.hero-cta-secondary { color: var(--muted); font-size: 13px; }

/* ── DEMO EMBED ── */
.demo-embed-section { padding: 100px 0; background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.demo-embed-inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; text-align: center; }
.demo-embed-frame { display: block; width: 100%; max-width: 960px; height: 540px; margin: 32px auto 0; border: 1px solid var(--border); border-radius: 14px; background: var(--bg); }

/* ── HOW SECTION ── */
.how-section { padding: 100px 0; }
.how-inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.section-label { font-family: var(--font-head); font-size: 11px; font-weight: 600; color: var(--violet); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px; }
.section-headline { font-family: var(--font-head); font-size: clamp(32px, 4vw, 52px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; color: var(--text); margin-bottom: 60px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.step-card { background: var(--surface); border: 1px solid var(--border); padding: 36px 32px; position: relative; }
.step-card--accent { background: rgba(109,40,217,0.08); border-color: rgba(109,40,217,0.3); }
.step-num { font-family: var(--font-head); font-size: 11px; font-weight: 700; color: var(--muted); letter-spacing: 0.1em; margin-bottom: 20px; }
.step-icon { margin-bottom: 20px; }
.step-title { font-family: var(--font-head); font-size: 18px; font-weight: 600; color: var(--text); margin-bottom: 12px; letter-spacing: -0.01em; }
.step-body { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 20px; }
.step-tag { font-size: 11px; font-family: var(--font-head); color: var(--violet); font-weight: 500; letter-spacing: 0.06em; }

/* ── FEATURES ── */
.features-section { padding: 80px 0 100px; background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.features-inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.features-label-row { margin-bottom: 20px; }
.features-headline-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 60px; }
.features-headline-row .section-headline { margin-bottom: 0; }
.features-sub { font-size: 15px; color: var(--muted); max-width: 280px; line-height: 1.65; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.feature-card { background: var(--bg); border: 1px solid var(--border); padding: 32px 28px; display: flex; flex-direction: column; gap: 16px; }
.feature-card--wide { grid-column: span 2; flex-direction: row; align-items: flex-start; }
.feature-icon-wrap { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feature-icon-wrap--violet { background: rgba(109,40,217,0.2); border: 1px solid rgba(109,40,217,0.3); }
.feature-icon-wrap--cyan { background: rgba(34,211,238,0.12); border: 1px solid rgba(34,211,238,0.25); }
.feature-content { display: flex; flex-direction: column; gap: 8px; }
.feature-card--wide .feature-content { flex: 1; }
.feature-title { font-family: var(--font-head); font-size: 16px; font-weight: 600; color: var(--text); letter-spacing: -0.01em; }
.feature-body { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ── PLAYBOOK / PRICING ── */
.playbook-section { padding: 100px 0; }
.playbook-inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 0; }
.pricing-card { background: var(--surface); border: 1px solid var(--border); padding: 36px 32px; position: relative; }
.pricing-card--featured { border-color: rgba(109,40,217,0.5); box-shadow: 0 0 40px rgba(109,40,217,0.15); }
.pricing-card--selected { border-color: var(--cyan); box-shadow: 0 0 40px rgba(34,211,238,0.18); }
.waitlist-tier-hint { display: inline-block; margin: 24px auto 0; padding: 6px 14px; background: rgba(34,211,238,0.08); border: 1px solid rgba(34,211,238,0.3); border-radius: 20px; color: var(--cyan); font-family: var(--font-head); font-size: 13px; font-weight: 600; letter-spacing: 0.02em; }
.pricing-badge { position: absolute; top: -12px; left: 32px; background: var(--violet); color: white; font-family: var(--font-head); font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; letter-spacing: 0.05em; text-transform: uppercase; }
.pricing-tier { font-family: var(--font-head); font-size: 13px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; }
.pricing-price { font-family: var(--font-head); font-size: 52px; font-weight: 700; color: var(--text); letter-spacing: -0.04em; line-height: 1; margin-bottom: 8px; }
.pricing-period { font-size: 20px; color: var(--muted); font-weight: 400; }
.pricing-desc { font-size: 14px; color: var(--muted); margin-bottom: 28px; line-height: 1.6; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.pricing-features li { font-size: 14px; color: var(--text); display: flex; align-items: center; gap: 10px; }
.pricing-features li::before { content: ''; width: 16px; height: 16px; background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%236d28d9' stroke-width='1.2'/%3E%3Cpath d='M5 8l2.5 2.5 4-4' stroke='%2322d3ee' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain; flex-shrink: 0; }

/* ── CLOSING ── */
.closing-section { padding: 120px 0; }
.closing-inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; position: relative; text-align: center; }
.closing-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 300px; background: radial-gradient(ellipse, rgba(109,40,217,0.2) 0%, transparent 70%); filter: blur(60px); pointer-events: none; }
.closing-content { position: relative; }
.closing-headline { font-family: var(--font-head); font-size: clamp(36px, 5vw, 64px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; color: var(--text); margin-bottom: 20px; }
.closing-body { font-size: 17px; color: var(--muted); max-width: 480px; margin: 0 auto; line-height: 1.65; }

/* ── WAITLIST FORM ── */
.waitlist-form { max-width: 480px; margin: 36px auto 0; }
.waitlist-row { display: flex; gap: 8px; }
.waitlist-input {
  flex: 1;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 15px;
  padding: 12px 16px;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s;
  min-width: 0;
}
.waitlist-input::placeholder { color: var(--muted); }
.waitlist-input:focus { border-color: var(--violet); }
.waitlist-btn {
  background: #6d28d9;
  color: #fff;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  white-space: nowrap;
  letter-spacing: -0.01em;
}
.waitlist-btn:hover:not(:disabled) { background: #5b21b6; }
.waitlist-btn:active:not(:disabled) { transform: scale(0.97); }
.waitlist-btn:disabled { opacity: 0.7; cursor: not-allowed; }
.waitlist-btn .btn-loading { display: none; color: #fff; }
.waitlist-msg { font-size: 13px; margin-top: 10px; text-align: center; min-height: 18px; }
.waitlist-msg--success { color: #22d3ee; }
.waitlist-msg--error { color: #f87171; }
.waitlist-social { font-size: 13px; color: var(--muted); margin-top: 14px; text-align: center; }

/* ── DEMO SIGNUP ── */
.demo-signup { padding: 4rem 1.5rem; text-align: center; border-bottom: 1px solid var(--border); }
.demo-signup-inner { max-width: 640px; margin: 0 auto; }
.demo-signup-headline { font-family: var(--font-head); font-size: clamp(28px, 3.5vw, 40px); font-weight: 700; letter-spacing: -0.03em; color: var(--text); margin-bottom: 12px; }
.demo-signup-body { font-size: 16px; color: var(--muted); max-width: 480px; margin: 0 auto 8px; line-height: 1.6; }
.demo-signup-success h3 { font-family: var(--font-head); font-size: 24px; font-weight: 700; color: var(--cyan); letter-spacing: -0.02em; margin-bottom: 8px; }
.demo-signup-success p { font-size: 15px; color: var(--muted); }
.waitlist-textarea {
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.85rem 1rem;
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 10px;
  font-family: inherit;
  font-size: 1rem;
  resize: vertical;
}
.waitlist-textarea:focus { outline: none; border-color: var(--violet); }
.waitlist-textarea::placeholder { color: var(--muted); }

/* ── NAV CTA ── */
.nav-cta {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #6d28d9;
  padding: 8px 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, transform 0.1s;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.nav-cta:hover { background: #5b21b6; text-decoration: none; transform: scale(1.02); }

/* ── FOOTER ── */
.footer { border-top: 1px solid var(--border); padding: 40px 0; }
.footer-inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.footer-brand { display: flex; align-items: center; gap: 8px; }
.footer-logo-mark { display: flex; }
.footer-brand-name { font-family: var(--font-head); font-size: 14px; font-weight: 700; color: var(--text); }
.footer-tagline { font-size: 13px; color: var(--muted); }

/* ── CLIPS GALLERY ── */
.clips-gallery { max-width: 1120px; margin: 0 auto; padding: 80px 24px 100px; }
.clips-gallery-sub { font-size: 16px; color: var(--muted); max-width: 560px; margin-bottom: 48px; line-height: 1.65; }
.clips-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.clip-card { background: var(--surface); border: 1px solid var(--border); padding: 16px; border-radius: 14px; display: flex; flex-direction: column; gap: 12px; }
.clip-card video { width: 100%; border-radius: 10px; background: #000; aspect-ratio: 16/9; display: block; }
.clip-card-meta { font-size: 12px; color: var(--muted); letter-spacing: 0.02em; }
.clip-card-title { font-family: var(--font-head); font-size: 15px; font-weight: 600; color: var(--text); letter-spacing: -0.01em; line-height: 1.35; }
.clip-share-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.clip-btn {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.1s;
  letter-spacing: -0.01em;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.clip-btn:hover { background: rgba(109,40,217,0.18); border-color: rgba(109,40,217,0.4); text-decoration: none; }
.clip-btn:active { transform: scale(0.97); }
.clip-btn--copy { background: var(--violet); border-color: var(--violet); color: #fff; }
.clip-btn--copy:hover { background: #5b21b6; border-color: #5b21b6; }
.clip-btn--x { background: rgba(34,211,238,0.12); border-color: rgba(34,211,238,0.35); color: var(--cyan); }
.clip-btn--x:hover { background: rgba(34,211,238,0.22); border-color: var(--cyan); text-decoration: none; }
.clip-btn--dl { background: var(--bg); color: var(--muted); }
.clip-btn--dl:hover { color: var(--text); }
.clips-empty { text-align: center; color: var(--muted); padding: 60px 24px; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; padding: 60px 24px; }
  .hero-brand-col { align-items: center; text-align: center; }
  .hero-stat-row { justify-content: center; }
  .steps-grid { grid-template-columns: 1fr; }
  .features-headline-row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .features-grid { grid-template-columns: 1fr; }
  .feature-card--wide { grid-column: span 1; flex-direction: column; }
  .pricing-grid { grid-template-columns: 1fr; }
  .clips-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .footer-inner { flex-direction: column; gap: 16px; text-align: center; }
  .hero-cta-row { justify-content: center; }
  .demo-embed-frame { height: 380px; }
}

/* ── /VS COMPARISON ── */
.vs-section { padding: 100px 0; max-width: 1120px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.vs-section .section-headline { margin-bottom: 24px; }
.vs-intro { font-size: 16px; color: var(--muted); max-width: 640px; margin-bottom: 40px; line-height: 1.65; }
.vs-table { width: 100%; border-collapse: collapse; margin: 40px 0; background: var(--surface); border: 1px solid var(--border); }
.vs-table th, .vs-table td { padding: 18px 16px; border-bottom: 1px solid var(--border); text-align: left; font-size: 14px; color: var(--text); vertical-align: top; }
.vs-table thead th { font-family: var(--font-head); font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.vs-table tbody tr:last-child td { border-bottom: none; }
.vs-gap { font-family: var(--font-head); font-weight: 600; color: var(--text); }
.vs-proof { color: var(--muted); font-size: 13px; line-height: 1.55; display: inline; }
.vs-cell--forge { color: var(--cyan); font-weight: 600; }
.vs-cell--forge .vs-proof { color: var(--muted); font-weight: 400; display: inline; margin-left: 6px; }
.vs-cell--no { color: var(--muted); }
.vs-cta { display: inline-block; background: var(--cyan); color: #0f0f14; font-family: var(--font-head); font-weight: 600; padding: 14px 28px; border-radius: 8px; text-decoration: none; margin-top: 24px; }
.vs-cta:hover { text-decoration: none; opacity: 0.92; }
.vs-clips-link { display: inline-block; margin-left: 16px; color: var(--cyan); }

@media (max-width: 720px) {
  .vs-table, .vs-table thead, .vs-table tbody, .vs-table tr, .vs-table th, .vs-table td { display: block; }
  .vs-table thead { display: none; }
  .vs-table td { border-bottom: none; padding: 6px 16px; }
  .vs-table td:before { content: attr(data-col); display: block; font-family: var(--font-head); font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
}

@media (max-width: 480px) {
  .demo-embed-frame { height: 280px; }
}

/* ── BILLING TOGGLE ── */
.billing-toggle-wrap { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 36px 0 48px; }
.billing-toggle-label { font-size: 14px; color: var(--muted); font-family: var(--font-head); }
.billing-toggle-input { position: absolute; opacity: 0; width: 0; height: 0; }
.billing-toggle-track { display: block; width: 44px; height: 24px; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; cursor: pointer; position: relative; transition: background 0.2s; }
.billing-toggle-track::after { content: ''; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: var(--muted); transition: transform 0.2s, background 0.2s; }
.billing-toggle-input:checked + .billing-toggle-track { background: var(--violet); border-color: var(--violet); }
.billing-toggle-input:checked + .billing-toggle-track::after { transform: translateX(20px); background: #fff; }
.annual-save-badge { display: none; font-family: var(--font-head); font-size: 11px; font-weight: 700; color: var(--cyan); background: rgba(34,211,238,0.12); border: 1px solid rgba(34,211,238,0.25); padding: 3px 10px; border-radius: 20px; letter-spacing: 0.05em; text-transform: uppercase; }
.billing-toggle-input:checked ~ .annual-save-badge { display: inline-block; }

/* ── PRICING CTA BUTTONS ── */
.pricing-cta-btn { display: block; width: 100%; text-align: center; margin-top: 28px; background: var(--violet); color: #fff; font-family: var(--font-head); font-size: 14px; font-weight: 600; padding: 13px 0; border-radius: 8px; text-decoration: none; transition: background 0.2s, transform 0.1s; letter-spacing: -0.01em; }
.pricing-cta-btn:hover { background: #5b21b6; text-decoration: none; transform: scale(1.02); }
.pricing-cta-secondary-link { display: block; text-align: center; margin-top: 12px; font-size: 13px; color: var(--cyan); }

/* ── COMPARISON STRIP ── */
.vs-manual-section { padding: 80px 0; border-top: 1px solid var(--border); }
.vs-manual-inner { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.vs-manual-section .section-headline { text-align: center; margin-bottom: 40px; font-size: clamp(26px, 3.5vw, 42px); }
.vs-manual-table thead th:nth-child(2) { color: var(--cyan); }

/* ── PRICING PAGE HEADER ── */
.pricing-page-header { padding: 80px 24px 0; max-width: 1120px; margin: 0 auto; }
.pricing-page-sub { font-size: 17px; color: var(--muted); max-width: 480px; margin-bottom: 0; line-height: 1.65; }
.pricing-page-wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px 80px; }

/* ── PRICING DEMO LINK ── */
.pricing-demo-link { display: inline-block; margin-top: 20px; font-size: 15px; color: var(--cyan); font-family: var(--font-head); font-weight: 500; }

/* ── FOOTER LINKS ── */
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 13px; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--text); }

@media (max-width: 768px) {
  .footer-links { flex-direction: column; gap: 8px; align-items: center; }
  .faq-page-header { padding-top: 48px; }
  .faq-card { padding: 24px 20px; }
}

/* ── FAQ ── */
.faq-page { max-width: 1120px; margin: 0 auto; padding: 64px 24px; }
.faq-page-header { padding: 80px 24px 0; max-width: 1120px; margin: 0 auto; }
.faq-page-sub { font-size: 17px; color: var(--muted); max-width: 480px; line-height: 1.65; }
.faq-list { display: flex; flex-direction: column; gap: 16px; margin-top: 48px; }
.faq-card { background: var(--surface); border: 1px solid var(--border); padding: 28px 28px; }
.faq-q { font-family: var(--font-head); font-size: 18px; font-weight: 600; color: var(--text); letter-spacing: -0.01em; margin-bottom: 12px; }
.faq-a { font-size: 14px; color: var(--muted); line-height: 1.7; }
.faq-demo-link { display: inline-block; margin-top: 20px; font-size: 15px; color: var(--cyan); font-family: var(--font-head); font-weight: 500; }

/* ── BLOG ── */
.blog-page-header { padding: 80px 24px 0; max-width: 1120px; margin: 0 auto; }
.blog-page-sub { font-size: 17px; color: var(--muted); max-width: 560px; line-height: 1.65; }
.blog-page { max-width: 1120px; margin: 0 auto; padding: 64px 24px; }
.blog-list { display: flex; flex-direction: column; gap: 16px; margin-top: 48px; }
.blog-card { background: var(--surface); border: 1px solid var(--border); transition: border-color 0.2s, background 0.2s; }
.blog-card:hover { border-color: rgba(109,40,217,0.4); background: rgba(109,40,217,0.06); }
.blog-card-link { display: block; padding: 28px 28px; text-decoration: none; color: inherit; }
.blog-card-link:hover { text-decoration: none; }
.blog-card-title { font-family: var(--font-head); font-size: 20px; font-weight: 600; color: var(--text); letter-spacing: -0.01em; line-height: 1.3; margin-bottom: 10px; }
.blog-card-excerpt { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 14px; }
.blog-card-meta { font-family: var(--font-head); font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.blog-empty { color: var(--muted); padding: 48px 0; font-size: 15px; }
.blog-post { max-width: 760px; margin: 0 auto; padding: 80px 24px 64px; }
.blog-post-header { margin-bottom: 32px; }
.blog-post-meta { font-family: var(--font-head); font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
.blog-post-title { font-family: var(--font-head); font-size: clamp(32px, 4.5vw, 48px); font-weight: 700; color: var(--text); letter-spacing: -0.03em; line-height: 1.15; }
.blog-post-body { font-size: 17px; color: var(--text); line-height: 1.75; }
.blog-post-body p { margin-bottom: 20px; }
.blog-post-body a { color: var(--cyan); }