:root {
  /* ===== Colors ===== */
  --c-bg-primary: #210728;
  --c-bg-dark: #17051d;
  --c-accent-light: #ffd329;
  --c-white: #f1f4f4;
  --c-text: #b9a9c4;
  --c-heading: #ffd429;
  --c-btn-dark-text: #102013;
  --c-card: #2b0d36;
  --c-neon: #22d943;
  --c-border-secondary: #c18a2e;

  --grad-cta: linear-gradient(180deg, #8cff4b 0%, #19c93f 100%);

  /* ===== Typography ===== */
  --font-base: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;

  --fs-body: clamp(0.9375rem, 1.4vw, 1rem);   /* 15-16px */
  --fs-h1: clamp(2.25rem, 5vw, 3rem);          /* 36-48px */
  --fs-h2: clamp(1.625rem, 3.4vw, 2.125rem);   /* 26-34px */
  --fs-h3: clamp(1.25rem, 2.2vw, 1.5rem);      /* 20-24px */
  --lh-base: 1.6;

  /* ===== Spacing ===== */
  --space-section: clamp(2.5rem, 5vw, 3.75rem); /* 40-60px */
  --space-card-gap: 1.25rem;                    /* 20px */
  --space-paragraph: 1.25rem;                   /* 20px */
  --space-h2-text: 1.25rem;                     /* 20px */
  --space-h3-text: 1rem;                        /* 16px */
  --space-faq: 0.875rem;                        /* 14px */
  --pad-card: 1.5rem;                           /* 24px */
  --container-max: 1440px;

  /* ===== Radius & effects ===== */
  --radius-card: 6px;
  --radius-pill: 999px;
  --shadow-soft: 0 8px 30px rgba(0, 0, 0, 0.35);
  --shadow-card: 0 4px 18px rgba(0, 0, 0, 0.3);
  --transition: 0.25s ease;
}
