/* ============================================
   DeskHopps — Global Stylesheet
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --brand-purple: #7B5CF0;
  --brand-blue: #3B6FF0;
  --brand-grad: linear-gradient(135deg, #7B5CF0 0%, #3B6FF0 100%);
  --ink: #0D0D1A;
  --ink-soft: #4A4A6A;
  --ink-muted: #8888AA;
  --surface: #F7F7FC;
  --white: #FFFFFF;
  --border: #E4E4F0;
  --green: #22C55E;
  --card-shadow: 0 2px 24px rgba(59,111,240,0.08);
  --highlight-shadow: 0 8px 48px rgba(123,92,240,0.18);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--white);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
}

/* ============================================
   NAV
   ============================================ */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 20px;
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  gap: 16px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  flex-shrink: 0;
}
/* Logo image: 160x40 horizontal lockup */
.nav-logo img.logo-img {
  width: 160px;
  height: 40px;
  display: block;
  object-fit: contain;
}
/* Fallback SVG icon + text when no external image */
.nav-logo img.logo-icon {
  width: 34px;
  height: 34px;
  display: block;
}
.nav-logo-text {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-left: 8px;
}
.nav-logo-text span {
  background: var(--brand-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}
.nav-links a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-links a:hover { color: var(--brand-purple); }
.nav-cta {
  background: var(--brand-grad);
  color: var(--white) !important;
  padding: 8px 18px;
  border-radius: 8px;
  font-weight: 600 !important;
  white-space: nowrap;
}
.nav-cta:hover { opacity: 0.9; }

/* Mobile hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: all 0.25s;
}

/* Back link (legal pages) */
.nav-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-back:hover { color: var(--brand-purple); }

/* ============================================
   FOOTER
   ============================================ */
footer {
  background: var(--ink);
  color: #9999BB;
  padding: 48px 20px 28px;
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 28px;
}
.footer-brand p {
  font-size: 0.82rem;
  color: #666688;
  margin-top: 10px;
  max-width: 220px;
  line-height: 1.6;
}
.footer-logo-wrap {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 6px;
}
.footer-logo-wrap img.logo-icon {
  width: 32px;
  height: 32px;
}
.footer-logo-text {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: white;
  letter-spacing: -0.02em;
  margin-left: 8px;
}
.footer-logo-text span {
  background: var(--brand-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer-links { display: flex; gap: 40px; flex-wrap: wrap; }
.footer-col h4 {
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.footer-col a {
  display: block;
  font-size: 0.83rem;
  color: #666688;
  text-decoration: none;
  margin-bottom: 9px;
  transition: color 0.2s;
}
.footer-col a:hover { color: white; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-copy { font-size: 0.78rem; color: #444466; }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a {
  font-size: 0.78rem;
  color: #444466;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-legal a:hover { color: #9999BB; }

/* ============================================
   BUTTONS
   ============================================ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand-grad);
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.93rem;
  padding: 13px 26px;
  border-radius: 10px;
  transition: opacity 0.2s, transform 0.2s;
  box-shadow: 0 4px 16px rgba(123,92,240,0.28);
  white-space: nowrap;
}
.btn-primary:hover { opacity: 0.92; transform: translateY(-1px); }
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.93rem;
  padding: 13px 26px;
  border-radius: 10px;
  border: 1.5px solid var(--border);
  transition: border-color 0.2s, transform 0.2s;
  white-space: nowrap;
}
.btn-secondary:hover { border-color: var(--brand-purple); transform: translateY(-1px); }
.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 13px 22px;
  border-radius: 10px;
  white-space: nowrap;
  transition: opacity 0.2s, transform 0.2s;
}
.btn-wa:hover { opacity: 0.9; transform: translateY(-1px); }
.btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 13px 22px;
  border-radius: 10px;
  border: 1.5px solid rgba(255,255,255,0.12);
  white-space: nowrap;
  transition: background 0.2s;
}
.btn-contact:hover { background: rgba(255,255,255,0.14); }

/* ============================================
   SECTION LABELS & TITLES
   ============================================ */
.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-purple);
  margin-bottom: 10px;
}
.section-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 14px;
}
.section-sub {
  font-size: 0.97rem;
  color: var(--ink-soft);
  max-width: 500px;
  line-height: 1.7;
  margin-bottom: 48px;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 88px 20px 72px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #EEF2FF;
  color: var(--brand-purple);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 13px;
  border-radius: 100px;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hero-badge span {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
.hero h1 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 18px;
}
.hero h1 .grad {
  background: var(--brand-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: 1rem;
  color: var(--ink-soft);
  margin-bottom: 32px;
  max-width: 440px;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Hero visual */
.hero-visual { position: relative; }
.hero-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--card-shadow);
}
.hero-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.hero-card-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.hero-card-title { font-size: 0.82rem; font-weight: 600; color: var(--ink-soft); }
.conn-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 13px;
  border-radius: 10px;
  margin-bottom: 8px;
  background: var(--surface);
}
.conn-item:last-child { margin-bottom: 0; }
.conn-left { display: flex; align-items: center; gap: 10px; }
.conn-avatar {
  width: 32px; height: 32px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 700; color: white; flex-shrink: 0;
}
.conn-name { font-size: 0.83rem; font-weight: 600; }
.conn-meta { font-size: 0.7rem; color: var(--ink-muted); }
.conn-status {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 100px;
  flex-shrink: 0;
}
.status-live { background: #DCFCE7; color: #16A34A; }
.status-idle { background: #F3F4F6; color: #6B7280; }
.floating-badge {
  position: absolute;
  bottom: -14px;
  left: -14px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 11px 15px;
  box-shadow: var(--card-shadow);
  display: flex;
  align-items: center;
  gap: 10px;
}
.floating-badge-icon {
  width: 34px; height: 34px; border-radius: 8px;
  background: var(--brand-grad);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.floating-badge-label { font-size: 0.7rem; color: var(--ink-muted); font-weight: 500; }
.floating-badge-value { font-size: 0.88rem; font-weight: 700; color: var(--ink); }

/* ============================================
   STATS BAR
   ============================================ */
.stats-bar {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 28px 20px;
}
.stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.stat { text-align: center; }
.stat-number {
  font-family: 'Syne', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  background: var(--brand-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-label { font-size: 0.8rem; color: var(--ink-muted); font-weight: 500; margin-top: 2px; }

/* ============================================
   FEATURES
   ============================================ */
.features {
  max-width: 1100px;
  margin: 0 auto;
  padding: 88px 20px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 24px;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.feature-card:hover {
  border-color: var(--brand-purple);
  transform: translateY(-2px);
  box-shadow: var(--card-shadow);
}
.feature-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: #EEF2FF;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.feature-title { font-size: 0.95rem; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.feature-desc { font-size: 0.85rem; color: var(--ink-soft); line-height: 1.65; }

/* ============================================
   PRICING
   ============================================ */
.pricing-section {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 88px 20px;
}
.pricing-inner { max-width: 1100px; margin: 0 auto; }

/* Currency toggle */
.pricing-toggle-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.currency-toggle {
  display: flex;
  background: var(--border);
  border-radius: 10px;
  padding: 3px;
  gap: 2px;
}
.currency-toggle button {
  border: none;
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 8px;
  cursor: pointer;
  color: var(--ink-muted);
  transition: background 0.2s, color 0.2s;
}
.currency-toggle button.active {
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.pricing-note {
  font-size: 0.8rem;
  color: var(--ink-muted);
  font-style: italic;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pricing-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}
.pricing-card:hover { transform: translateY(-3px); box-shadow: var(--card-shadow); }
.pricing-card.featured {
  border-color: var(--brand-purple);
  box-shadow: var(--highlight-shadow);
}
.pricing-card.featured:hover { transform: translateY(-5px); }
.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand-grad);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 100px;
  white-space: nowrap;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.plan-name {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 7px;
}
.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 3px;
}
.plan-amount {
  font-family: 'Syne', sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1;
}
.plan-currency {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}
.plan-period {
  font-size: 0.83rem;
  font-weight: 500;
  color: var(--ink-muted);
  font-family: 'Inter', sans-serif;
}
.plan-alt-price {
  font-size: 0.78rem;
  color: var(--ink-muted);
  font-weight: 500;
  margin-bottom: 10px;
}
.plan-desc { font-size: 0.83rem; color: var(--ink-soft); margin-bottom: 22px; margin-top: 4px; line-height: 1.5; }
.plan-divider { height: 1px; background: var(--border); margin-bottom: 20px; }
.plan-features { list-style: none; margin-bottom: 28px; }
.plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin-bottom: 10px;
}
.plan-features li:last-child { margin-bottom: 0; }
.check {
  width: 17px; height: 17px; border-radius: 50%;
  background: #DCFCE7; color: #16A34A;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
  font-size: 0.62rem; font-weight: 700;
}
.plan-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 12px 18px;
  border-radius: 9px;
  transition: all 0.2s;
}
.plan-btn-outline { border: 1.5px solid var(--border); color: var(--ink); }
.plan-btn-outline:hover { border-color: var(--brand-purple); color: var(--brand-purple); }
.plan-btn-grad {
  background: var(--brand-grad);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(123,92,240,0.22);
}
.plan-btn-grad:hover { opacity: 0.9; transform: translateY(-1px); }

/* ============================================
   PREMIUM / DEDICATED
   ============================================ */
.premium-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 20px;
}
.premium-card {
  background: var(--ink);
  border-radius: 22px;
  padding: 48px 52px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}
.premium-card::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123,92,240,0.28) 0%, transparent 70%);
  pointer-events: none;
}
.premium-card::after {
  content: '';
  position: absolute;
  bottom: -60px; left: 160px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59,111,240,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.premium-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-purple);
  margin-bottom: 10px;
}
.premium-title {
  font-family: 'Syne', sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.premium-desc { font-size: 0.92rem; color: #9999BB; line-height: 1.7; margin-bottom: 24px; max-width: 480px; }
.premium-features-row { display: flex; gap: 20px; flex-wrap: wrap; }
.premium-feat {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.83rem;
  color: #CCCCDD;
  font-weight: 500;
}
.premium-feat-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--brand-purple); flex-shrink: 0; }
.premium-actions { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; flex-shrink: 0; }
.premium-starting { font-size: 0.75rem; color: #666688; text-align: center; font-weight: 500; }

/* ============================================
   HOW IT WORKS
   ============================================ */
.how-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 20px 88px;
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.how-num {
  font-family: 'Syne', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  background: var(--brand-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0.25;
}
.how-title { font-size: 0.97rem; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.how-desc { font-size: 0.85rem; color: var(--ink-soft); line-height: 1.65; }

/* ============================================
   FAQ
   ============================================ */
.faq-section {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 88px 20px;
}
.faq-inner { max-width: 700px; margin: 0 auto; }
.faq-list { margin-top: 40px; }
.faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  user-select: none;
}
.faq-q:hover { color: var(--brand-purple); }
.faq-icon { font-size: 1.1rem; color: var(--brand-purple); flex-shrink: 0; transition: transform 0.2s; }
.faq-a {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s;
}
.faq-item.open .faq-a { max-height: 260px; padding-top: 10px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* ============================================
   LEGAL PAGES
   ============================================ */
.doc-hero {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 56px 20px 44px;
}
.doc-hero-inner { max-width: 740px; margin: 0 auto; }
.doc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #EEF2FF;
  color: var(--brand-purple);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.doc-hero h1 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 10px;
}
.doc-meta { font-size: 0.83rem; color: var(--ink-muted); }
.doc-meta span { color: var(--brand-purple); font-weight: 600; }
.doc-body { max-width: 740px; margin: 0 auto; padding: 48px 20px 88px; }
.doc-toc {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 22px 26px;
  margin-bottom: 44px;
}
.doc-toc h3 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 14px;
}
.doc-toc ol { padding-left: 18px; }
.doc-toc li { margin-bottom: 7px; }
.doc-toc a {
  font-size: 0.85rem;
  color: var(--ink-soft);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.doc-toc a:hover { color: var(--brand-purple); }
.doc-section { margin-bottom: 44px; }
.doc-section h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  padding-top: 6px;
}
.doc-section p {
  font-size: 0.91rem;
  color: var(--ink-soft);
  line-height: 1.8;
  margin-bottom: 12px;
}
.doc-section p:last-child { margin-bottom: 0; }
.doc-section ul, .doc-section ol { padding-left: 18px; margin-bottom: 12px; }
.doc-section li { font-size: 0.91rem; color: var(--ink-soft); line-height: 1.8; margin-bottom: 5px; }
.doc-section strong { color: var(--ink); font-weight: 600; }
.doc-section a { color: var(--brand-purple); text-decoration: none; }
.doc-section a:hover { text-decoration: underline; }
.highlight-box {
  background: #EEF2FF;
  border-left: 3px solid var(--brand-purple);
  border-radius: 0 10px 10px 0;
  padding: 14px 18px;
  margin: 18px 0;
}
.highlight-box p { font-size: 0.875rem !important; color: var(--ink-soft) !important; margin-bottom: 0 !important; }
.warning-box {
  background: #FFF7ED;
  border-left: 3px solid #F59E0B;
  border-radius: 0 10px 10px 0;
  padding: 14px 18px;
  margin: 18px 0;
}
.warning-box p { font-size: 0.875rem !important; color: #92400E !important; margin-bottom: 0 !important; }
.divider { height: 1px; background: var(--border); margin: 44px 0; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 60px 20px 56px;
  }
  .hero-visual { display: none; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .premium-card {
    grid-template-columns: 1fr;
    padding: 36px 28px;
    gap: 28px;
  }
  .premium-actions { align-items: flex-start; }
  .how-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 16px;
    gap: 2px;
    z-index: 99;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  }
  .nav-links.open li { width: 100%; }
  .nav-links.open a {
    display: block;
    padding: 11px 14px;
    border-radius: 8px;
    font-size: 0.95rem;
    width: 100%;
  }
  .nav-links.open a:hover { background: var(--surface); }
  .nav-links.open .nav-cta { margin-top: 4px; text-align: center; }
  .nav-toggle { display: flex; }
  .footer-top { flex-direction: column; gap: 28px; }
  .footer-links { gap: 28px; }
  .premium-title { font-size: 1.6rem; }
}

@media (max-width: 600px) {
  .features-grid { grid-template-columns: 1fr; }
  .stats-inner { gap: 24px; }
  .hero h1 { font-size: 1.95rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { width: 100%; justify-content: center; }
  .premium-card { padding: 28px 20px; }
  .premium-title { font-size: 1.4rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .footer-legal { flex-wrap: wrap; gap: 14px; }
  .doc-body { padding: 36px 16px 64px; }
  .doc-hero { padding: 44px 16px 36px; }
  .pricing-grid { max-width: 100%; }
  .pricing-toggle-wrap { justify-content: flex-start; }
  nav { padding: 0 16px; }
  .nav-logo img.logo-img { width: 130px; height: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
