/* ===== Responsive — KukuPDF ===== */

@media (max-width: 1024px) {
  :root { --fs-4xl: 2.5rem; }
}

@media (max-width: 768px) {
  :root {
    --fs-4xl: 2rem;
    --fs-3xl: 1.5rem;
    --space-3xl: 48px;
    --space-4xl: 64px;
  }
  .container { padding: 0 var(--space-md); }
}

@media (max-width: 480px) {
  :root {
    --fs-4xl: 1.75rem;
    --fs-3xl: 1.375rem;
    --space-2xl: 32px;
    --space-3xl: 40px;
  }
}

@media (min-width: 769px) {
  .mobile-only { display: none !important; }
}

@media (max-width: 768px) {
  .desktop-only { display: none !important; }
}

/* Print */
@media print {
  body { background: white; color: black; }
  .header, .footer, .cookie-banner, .toast-container { display: none; }
  .tool-card { break-inside: avoid; border: 1px solid #ccc; background: white; color: black; }
}

/* Large screens */
@media (min-width: 1440px) {
  .container { max-width: 1320px; }
}
