/* ===========================
   FONTS
   =========================== */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/assets/main/fonts/dm-sans-300.09cead2724b8d8c7e453.woff2) format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/main/fonts/dm-sans-400.09cead2724b8d8c7e453.woff2) format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/main/fonts/dm-sans-500.09cead2724b8d8c7e453.woff2) format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/main/fonts/dm-sans-600.09cead2724b8d8c7e453.woff2) format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/main/fonts/dm-sans-700.09cead2724b8d8c7e453.woff2) format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/main/fonts/dm-sans-italic-400.a2b0ad30ff8ce620340e.woff2) format('woff2');
}

@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/main/fonts/instrument-serif-400.3134e59245730678fd73.woff2) format('woff2');
}

@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/main/fonts/instrument-serif-italic-400.6804771de1c805a5bc75.woff2) format('woff2');
}

/* ===========================
   THEME TOKENS
   =========================== */
:root,
[data-theme="light"] {
  --bg: #ffffff;
  --bg-elevated: #ffffff;
  --bg-subtle: #f8fafc;
  --bg-nav: rgba(255,255,255,0.92);
  --border: #f1f5f9;
  --border-strong: #e2e8f0;
  --text-primary: #0f172a;
  --text-secondary: #1e293b;
  --text-muted: #64748b;
  --text-faint: #94a3b8;
  --text-on-purple: #ffffff;
  --purple-accent: #9333ea;
  --purple-accent-hover: #7e22ce;
  --purple-soft: #f3e8ff;
  --purple-soft-border: #e9d5ff;
  --purple-soft-text: #9333ea;
  --purple-glow: rgba(147,51,234,0.25);
  --purple-glow-strong: rgba(147,51,234,0.35);
  --card-bg: #ffffff;
  --card-border: #f1f5f9;
  --card-hover-border: #e9d5ff;
  --card-hover-shadow: rgba(147,51,234,0.06);
  --icon-bg: #faf5ff;
  --price-featured-bg: linear-gradient(180deg, #faf5ff 0%, #fff 40%);
  --price-featured-border: #d8b4fe;
  --price-featured-shadow: rgba(147,51,234,0.1);
  --price-check-bg: #f3e8ff;
  --cta-gradient: linear-gradient(135deg, #9333ea 0%, #6b21a8 100%);
  --browser-bg: #ffffff;
  --browser-bar-bg: #f8fafc;
  --browser-bar-border: #f1f5f9;
  --browser-dot: #e2e8f0;
  --browser-content-bg: linear-gradient(135deg, #faf5ff 0%, #fff 60%);
  --browser-shadow: 0 24px 80px rgba(15,23,42,0.08), 0 4px 16px rgba(15,23,42,0.04);
  --mock-header: #e9d5ff;
  --mock-text: #f1f5f9;
  --mock-btn: #a855f7;
  --mock-img: linear-gradient(135deg, #f3e8ff, #e9d5ff);
  --footer-border: #f1f5f9;
  --font-display: 'Instrument Serif', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --max-w: 1120px;
}

[data-theme="dark"] {
  --bg: #0c0a13;
  --bg-elevated: #14111f;
  --bg-subtle: #110e1a;
  --bg-nav: rgba(12,10,19,0.92);
  --border: #1e1a2b;
  --border-strong: #2a2540;
  --text-primary: #f0ecf7;
  --text-secondary: #d5d0e0;
  --text-muted: #8a839b;
  --text-faint: #5e576e;
  --text-on-purple: #ffffff;
  --purple-accent: #a855f7;
  --purple-accent-hover: #c084fc;
  --purple-soft: rgba(147,51,234,0.12);
  --purple-soft-border: rgba(147,51,234,0.2);
  --purple-soft-text: #c084fc;
  --purple-glow: rgba(147,51,234,0.3);
  --purple-glow-strong: rgba(147,51,234,0.45);
  --card-bg: #14111f;
  --card-border: #1e1a2b;
  --card-hover-border: rgba(147,51,234,0.3);
  --card-hover-shadow: rgba(147,51,234,0.08);
  --icon-bg: rgba(147,51,234,0.1);
  --price-featured-bg: linear-gradient(180deg, rgba(147,51,234,0.1) 0%, #14111f 40%);
  --price-featured-border: rgba(147,51,234,0.35);
  --price-featured-shadow: rgba(147,51,234,0.12);
  --price-check-bg: rgba(147,51,234,0.15);
  --cta-gradient: linear-gradient(135deg, #7e22ce 0%, #3b0f66 100%);
  --browser-bg: #14111f;
  --browser-bar-bg: #1a1628;
  --browser-bar-border: #1e1a2b;
  --browser-dot: #2a2540;
  --browser-content-bg: linear-gradient(135deg, rgba(147,51,234,0.06) 0%, #14111f 60%);
  --browser-shadow: 0 24px 80px rgba(0,0,0,0.3), 0 4px 16px rgba(0,0,0,0.2);
  --mock-header: rgba(147,51,234,0.25);
  --mock-text: #1e1a2b;
  --mock-btn: #9333ea;
  --mock-img: linear-gradient(135deg, rgba(147,51,234,0.1), rgba(147,51,234,0.2));
  --footer-border: #1e1a2b;
}

/* ===========================
   BASE
   =========================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text-secondary);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background 0.35s ease, color 0.35s ease;
}

/* ===========================
   NAV
   =========================== */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--bg-nav);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: background 0.35s, border-color 0.35s;
}

.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 2rem;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--purple-accent);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.logo span { color: var(--text-primary); transition: color 0.35s; }

.nav-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.icon-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid var(--border-strong);
  border-radius: 8px;
  cursor: pointer;
  color: var(--text-muted);
  transition: all 0.2s;
}
.icon-btn:hover { border-color: var(--purple-soft-border); color: var(--purple-accent); }
.icon-btn svg { width: 18px; height: 18px; }

/* Theme dropdown */
.theme-dropdown {
  position: relative;
}

.theme-dropdown .icon-btn .icon-light,
.theme-dropdown .icon-btn .icon-dark,
.theme-dropdown .icon-btn .icon-system { display: none; }

[data-theme-preference="light"] .theme-dropdown .icon-btn .icon-light { display: block; }
[data-theme-preference="dark"] .theme-dropdown .icon-btn .icon-dark { display: block; }
[data-theme-preference="system"] .theme-dropdown .icon-btn .icon-system { display: block; }

.theme-dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 120px;
  background: var(--bg-elevated);
  border: 1px solid var(--border-strong);
  border-radius: 8px;
  padding: 0.25rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: all 0.2s;
  z-index: 101;
}

.theme-dropdown.open .theme-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.theme-dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  background: none;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all 0.15s;
  white-space: nowrap;
}

.theme-dropdown-item svg {
  width: 16px;
  height: 16px;
}

.theme-dropdown-item:hover {
  background: var(--purple-soft);
  color: var(--purple-accent);
}

.theme-dropdown-item.active {
  color: var(--purple-accent);
  font-weight: 500;
}

.lang-dropdown {
  position: relative;
}

.lang-toggle {
  font-size: 0.85rem;
  color: var(--text-muted);
  background: none;
  border: 1px solid var(--border-strong);
  border-radius: 8px;
  padding: 0.3rem 0.6rem;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all 0.2s;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
}
.lang-toggle:hover { border-color: var(--purple-soft-border); color: var(--purple-accent); }

.lang-toggle-code {
  text-transform: uppercase;
}

.lang-chevron {
  width: 14px;
  height: 14px;
  transition: transform 0.2s;
}

.lang-dropdown.open .lang-chevron {
  transform: rotate(180deg);
}

.lang-dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 100%;
  background: var(--bg-elevated);
  border: 1px solid var(--border-strong);
  border-radius: 8px;
  padding: 0.25rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: all 0.2s;
  z-index: 101;
}

.lang-dropdown.open .lang-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-dropdown-item {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.15s;
  white-space: nowrap;
}

.lang-dropdown-item:hover {
  background: var(--purple-soft);
  color: var(--purple-accent);
}

.lang-dropdown-item.active {
  color: var(--purple-accent);
  font-weight: 500;
}

.btn-nav {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-on-purple);
  background: var(--purple-accent);
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1.25rem;
  cursor: pointer;
  font-family: var(--font-body);
  text-decoration: none;
  transition: background 0.2s;
  height: 36px;
  display: inline-flex;
  align-items: center;
}
.btn-nav:hover { background: var(--purple-accent-hover); }

/* ===========================
   HERO
   =========================== */
.hero {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 10rem 2rem 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-text h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: 1.1;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  transition: color 0.35s;
}

.hero-text h1 em {
  font-style: italic;
  color: var(--purple-accent);
}

.hero-text p {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 460px;
  margin-bottom: 2rem;
  line-height: 1.7;
  transition: color 0.35s;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-on-purple);
  background: var(--purple-accent);
  border: none;
  border-radius: 10px;
  padding: 0.85rem 2rem;
  cursor: pointer;
  font-family: var(--font-body);
  text-decoration: none;
  transition: all 0.25s;
  box-shadow: 0 4px 20px var(--purple-glow);
}
.btn-primary:hover {
  background: var(--purple-accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 28px var(--purple-glow-strong);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--purple-accent);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  text-decoration: none;
  margin-left: 1.5rem;
  transition: color 0.2s;
}
.btn-secondary:hover { color: var(--purple-accent-hover); }

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.browser-mockup {
  width: 100%;
  max-width: 480px;
  background: var(--browser-bg);
  border-radius: 12px;
  border: 1px solid var(--border-strong);
  box-shadow: var(--browser-shadow);
  overflow: hidden;
  animation: float 6s ease-in-out infinite;
  transition: background 0.35s, border-color 0.35s, box-shadow 0.35s;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.browser-bar {
  height: 36px;
  background: var(--browser-bar-bg);
  border-bottom: 1px solid var(--browser-bar-border);
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 6px;
  transition: background 0.35s, border-color 0.35s;
}

.browser-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--browser-dot);
  transition: background 0.35s;
}

.browser-url {
  flex: 1;
  text-align: center;
  font-size: 0.7rem;
  color: var(--text-faint);
  transition: color 0.35s;
}

.browser-content {
  padding: 2rem;
  min-height: 260px;
  background: var(--browser-content-bg);
  transition: background 0.35s;
}

.mock-header {
  width: 60%;
  height: 12px;
  background: var(--mock-header);
  border-radius: 6px;
  margin-bottom: 1rem;
  transition: background 0.35s;
}

.mock-text {
  width: 90%;
  height: 8px;
  background: var(--mock-text);
  border-radius: 4px;
  margin-bottom: 0.6rem;
  transition: background 0.35s;
}
.mock-text:nth-child(4) { width: 70%; }

.mock-btn {
  width: 100px;
  height: 28px;
  background: var(--mock-btn);
  border-radius: 6px;
  margin-top: 1.25rem;
  transition: background 0.35s;
}

.mock-img {
  width: 100%;
  height: 80px;
  background: var(--mock-img);
  border-radius: 8px;
  margin-top: 1.25rem;
  transition: background 0.35s;
}

/* ===========================
   BADGES
   =========================== */
.badges {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 2rem 4rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  transition: color 0.35s;
}

.badge svg {
  width: 18px;
  height: 18px;
  color: var(--purple-accent);
  flex-shrink: 0;
}

/* ===========================
   SECTIONS
   =========================== */
section {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 2rem;
}

.section-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--purple-soft-text);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  line-height: 1.15;
  transition: color 0.35s;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 3rem;
  transition: color 0.35s;
}

/* ===========================
   FEATURES
   =========================== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.feature-card {
  padding: 2rem;
  border-radius: 14px;
  border: 1px solid var(--card-border);
  transition: all 0.3s;
  background: var(--card-bg);
}
.feature-card:hover {
  border-color: var(--card-hover-border);
  box-shadow: 0 8px 40px var(--card-hover-shadow);
  transform: translateY(-2px);
}

.feature-icon {
  width: 44px;
  height: 44px;
  background: var(--icon-bg);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--purple-accent);
  transition: background 0.35s;
}
.feature-icon svg { width: 22px; height: 22px; }

.feature-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-secondary);
  transition: color 0.35s;
}

.feature-card p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.65;
  transition: color 0.35s;
}

/* ===========================
   PRICING
   =========================== */
.pricing-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 720px;
}

.price-card {
  padding: 2.5rem;
  border-radius: 16px;
  border: 1px solid var(--border-strong);
  background: var(--card-bg);
  transition: all 0.3s;
}

.price-card.featured {
  border-color: var(--price-featured-border);
  background: var(--price-featured-bg);
  box-shadow: 0 8px 40px var(--price-featured-shadow);
}

.price-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--purple-soft-text);
  margin-bottom: 0.5rem;
}

.price-amount {
  font-family: var(--font-display);
  font-size: 2.8rem;
  color: var(--text-primary);
  line-height: 1;
  margin-bottom: 0.25rem;
  transition: color 0.35s;
}

.price-amount span {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text-faint);
  font-weight: 400;
}

.price-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  line-height: 1.6;
  transition: color 0.35s;
}

.price-features {
  list-style: none;
  margin-bottom: 2rem;
}

.price-features li {
  font-size: 0.9rem;
  color: var(--text-muted);
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.35s;
}

.price-features li::before {
  content: '';
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: var(--price-check-bg);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 viewBox=%270 0 24 24%27 stroke=%27%239333ea%27 stroke-width=%273%27%3E%3Cpath stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M5 13l4 4L19 7%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.35s;
}

[data-theme="dark"] .price-features li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 viewBox=%270 0 24 24%27 stroke=%27%23c084fc%27 stroke-width=%273%27%3E%3Cpath stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M5 13l4 4L19 7%27/%3E%3C/svg%3E");
}

.btn-price {
  width: 100%;
  padding: 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all 0.2s;
}

.btn-price.primary {
  background: var(--purple-accent);
  color: var(--text-on-purple);
  box-shadow: 0 2px 12px var(--purple-glow);
}
.btn-price.primary:hover { background: var(--purple-accent-hover); }

.btn-price.secondary {
  background: var(--purple-soft);
  color: var(--purple-soft-text);
  border: 1px solid var(--purple-soft-border);
}
.btn-price.secondary:hover { opacity: 0.85; }

/* ===========================
   CTA
   =========================== */
.cta-section {
  text-align: center;
  padding: 5rem 2rem;
}

.cta-box {
  max-width: 640px;
  margin: 0 auto;
  padding: 4rem 3rem;
  border-radius: 20px;
  background: var(--cta-gradient);
  color: #fff;
  transition: background 0.35s;
}

.cta-box h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.cta-box p {
  font-size: 1.05rem;
  opacity: 0.85;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--purple-accent);
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 0.85rem 2rem;
  cursor: pointer;
  font-family: var(--font-body);
  text-decoration: none;
  transition: all 0.2s;
}
.btn-white:hover { transform: translateY(-1px); box-shadow: 0 4px 20px rgba(0,0,0,0.15); }

[data-theme="dark"] .btn-white {
  background: rgba(255,255,255,0.95);
}

/* ===========================
   FOOTER
   =========================== */
footer {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 2rem;
  border-top: 1px solid var(--footer-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-faint);
  transition: border-color 0.35s, color 0.35s;
}

footer a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
footer a:hover { color: var(--purple-accent); }

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 8rem 1.5rem 3rem;
    gap: 3rem;
  }
  .hero-visual { order: -1; }
  .browser-mockup { max-width: 360px; }
  .features-grid { grid-template-columns: 1fr; }
  .pricing-wrapper { grid-template-columns: 1fr; max-width: 400px; }
  .badges { flex-direction: column; gap: 0.75rem; }
  section { padding: 3rem 1.5rem; }
  .btn-secondary { margin-left: 0; margin-top: 1rem; display: flex; }
  .hero-text .btn-row { display: flex; flex-direction: column; align-items: flex-start; }
  .cta-box { padding: 3rem 2rem; }
}

/* ===========================
   ANIMATIONS
   =========================== */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===========================
   STATIC PAGES
   =========================== */
.page-content {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 8rem 2rem 4rem;
}

.page-content h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.page-content .page-meta {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 3rem;
}

.page-content section {
  margin-bottom: 2.5rem;
  padding: 0;
  max-width: 720px;
}

.page-content h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}

.page-content p {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.page-content ul {
  list-style: none;
  margin-bottom: 1rem;
}

.page-content ul li {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.7;
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.page-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 6px;
  height: 6px;
  background: var(--purple-accent);
  border-radius: 50%;
}

.page-content a {
  color: var(--purple-accent);
  text-decoration: none;
  transition: color 0.2s;
}

.page-content a:hover {
  color: var(--purple-accent-hover);
}

@media (max-width: 768px) {
  .page-content {
    padding: 7rem 1.5rem 3rem;
  }
}


/*# sourceMappingURL=main.e4ad6c0029d9dc3d0b68.css.map*/