.no-order svg {
  color: var(--text-dim);
  width: 40px; height: 40px;
  margin-bottom: 16px;
}
.no-order h2 {
  font-size: 1.1rem; color: var(--text-secondary);
  margin-bottom: 12px; font-weight: 600;
}
.no-order p {
  font-size: 0.8rem; color: var(--text-muted);
  margin-bottom: 24px;
}

/* --- Animations --- */
@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(4px); }
  100% { opacity: 1; transform: translateY(0); }
}
.success-card { animation: fadeIn 500ms ease-out; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* --- Responsive --- */
@media (max-width: 768px) {
  /* --- Nav mobile --- */
  .hamburger { display: flex; }
  .nav-links {
    display: none; flex-direction: column;
    position: fixed; top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: #14110e;
    padding: 80px 24px 40px;
    gap: 0; z-index: 100;
    overflow-y: auto;
  }
  .nav-open .nav-links { display: flex; }
  .nav-links a {
    display: block; padding: 14px 0;
    font-size: 1rem; font-weight: 600;
    border-bottom: 1px solid var(--border);
  }
  .nav-links .btn { margin-top: 20px; width: 100%; text-align: center; }

  /* --- Hero --- */
  .hero { padding: 80px 16px 40px; }
  .hero-title { font-size: 1.8rem; }
  .hero-subtitle { font-size: 0.85rem; }
  .hero-tagline { font-size: 0.8rem; letter-spacing: 0.12em; }
  .hero-actions { flex-direction: column; align-items: center; }
  .btn-lg { width: 100%; max-width: 320px; }
  .hero-cover { max-width: 100%; margin-bottom: 28px; }
  .hero-badge { margin-bottom: 28px; }
  .platform-buttons {
    grid-template-columns: 1fr;
    width: min(100%, 280px);
  }

  .features-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 20px; }
  .section-title { font-size: 1.4rem; }
  .pricing-card {
    grid-template-columns: 1fr;
    padding: 12px;
  }
  .pricing-column {
    padding: 20px 18px;
  }
  .pricing-column-main {
    border-right: none;
    border-bottom: 1px solid rgba(99, 102, 241, 0.12);
  }
  .pricing-column-features {
    padding-top: 18px;
  }
  .pricing-summary {
    max-width: none;
  }
  .pricing-features {
    grid-template-columns: 1fr;
  }
  .pricing-cta-group {
    align-items: stretch;
  }
  .success-card { padding: 36px 24px; }
  .license-actions { flex-direction: column; }
  .nav-inner { padding: 0 16px; }
  .logo-sub { display: none; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-caption { max-width: 280px; }
  .pricing-card {
    grid-template-columns: 1fr;
    max-width: 680px;
  }
  .pricing-column-main {
    border-right: none;
    border-bottom: 1px solid rgba(99, 102, 241, 0.12);
  }
}

@media (max-width: 768px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item-primary {
    grid-row: auto;
  }
  .gallery-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .gallery-caption {
    max-width: none;
    text-align: left;
  }
  .platform-buttons {
    grid-template-columns: 1fr;
    width: min(100%, 280px);
  }
}

/* ── Security notice ─────────────────────────────────────────────────────── */
.security-notice {
  margin-top: 14px;
  width: 100%;
  max-width: 700px;
}
.security-notice-inner {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.security-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  font-size: 0.7rem;
  color: rgba(255,255,255,.6);
  line-height: 1.35;
  white-space: nowrap;
}
.security-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 0;
  border: none;
  background: transparent;
  flex-shrink: 0;
}
.security-icon {
  width: 12px;
  height: 12px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.48);
  background: transparent;
  border: none;
}
.security-icon svg {
  width: 11px;
  height: 11px;
}
.security-os {
  color: rgba(255,255,255,.78);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.security-text {
  color: rgba(255,255,255,.56);
  font-size: 0.66rem;
}
.security-text em {
  font-style: normal;
  color: rgba(255,255,255,.82);
}
.security-separator {
  display: none;
}

/* ── Product Hunt welcome ──────────────────────────────────────────────── */
.ph-welcome {
  width: min(760px, 100%);
  margin: 0 auto 20px;
  padding: 18px 18px 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(99, 102, 241, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)),
    rgba(22, 18, 15, 0.96);
}
.ph-welcome-copy {
  text-align: left;
}
.ph-welcome-kicker {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ff8a3d;
}
.ph-welcome-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-secondary);
}
.ph-badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ph-badge-image {
  display: block;
  width: 250px;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(255,255,255,0.05);
}

/* ── Consent banner ─────────────────────────────────────────────────────── */
.consent-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 140;
  width: min(440px, calc(100vw - 32px));
  background: rgba(18, 15, 13, 0.98);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 48px rgba(0,0,0,.38);
  backdrop-filter: blur(10px);
}
.consent-banner__inner {
  padding: 18px;
  display: grid;
  gap: 16px;
}
.consent-banner__label {
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.consent-banner__title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
  color: var(--text);
}
.consent-banner__text {
  margin: 0;
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.65;
}
.consent-banner__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.consent-btn {
  height: 44px;
  border: 1px solid var(--border);
  background: #15110e;
  color: var(--text);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.consent-btn--primary {
  background: var(--accent);
  border-color: rgba(255,255,255,.08);
  color: #fff;
}
.consent-btn--ghost {
  color: var(--text-secondary);
}

/* ── Offer modal ───────────────────────────────────────────────────────── */
.offer-modal[hidden] { display: none; }
.offer-modal {
  position: fixed;
  inset: 0;
  z-index: 220;
}
.offer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 7, 6, 0.72);
  backdrop-filter: blur(10px);
}
.offer-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(520px, calc(100vw - 32px));
  padding: 28px 26px 24px;
  background: linear-gradient(180deg, rgba(26, 22, 18, 0.98) 0%, rgba(18, 15, 13, 0.98) 100%);
  border: 1px solid rgba(99, 102, 241, 0.22);
  box-shadow: 0 24px 80px rgba(0,0,0,.55);
}
.offer-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.02);
  color: var(--text-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.offer-close:hover {
  color: var(--text);
  border-color: rgba(255,255,255,.2);
}
.offer-kicker {
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.offer-title {
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  color: var(--text);
}
.offer-copy {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-secondary);
}
.offer-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 22px;
}
.offer-price-old {
  font-size: 20px;
  color: var(--text-dim);
  text-decoration: line-through;
}
.offer-price-new {
  font-size: 38px;
  line-height: 1;
  color: var(--text);
  font-weight: 700;
}
.offer-code {
  margin-top: 10px;
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.offer-code span {
  color: var(--accent-light);
}
.offer-actions {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.offer-dismiss {
  border: none;
  background: transparent;
  color: var(--text-secondary);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}
.offer-dismiss:hover {
  color: var(--text);
}
@media (max-width: 600px) {
.security-notice {
  max-width: 100%;
}
  .security-notice-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .security-item {
    align-items: flex-start;
    white-space: normal;
  }
  .security-separator {
    display: none;
  }
  .ph-welcome {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .ph-badge-image {
    width: min(250px, 100%);
  }
  .consent-banner {
    right: 12px;
    left: 12px;
    bottom: 12px;
    width: auto;
  }
  .consent-banner__actions {
    grid-template-columns: 1fr;
  }
  .offer-panel {
    padding: 24px 18px 20px;
  }
  .offer-title {
    font-size: 28px;
  }
  .offer-price-new {
    font-size: 32px;
  }
}
