/* ============================================================
   TECH SILVA SOLUTIONS — Design Tokens
   Landing Page: Reset Epson Assistido
   ============================================================ */

:root {
  /* === PALETA PRINCIPAL === */
  --color-primary: #075FEA;
  --color-primary-dark: #06358F;
  --color-navy: #061A33;
  --color-navy-deep: #031229;
  --color-blue-light: #EAF0F8;
  --color-blue-soft: #F7F9FC;
  --color-cyan: #32A8FF;

  --color-green: #20B86A;
  --color-green-light: #EAF9EF;
  --color-whatsapp: #25D366;

  --color-orange: #FF7A00;
  --color-orange-hover: #E86700;
  --color-priority: #FFC83D;

  --color-danger: #E5484D;
  --color-warning-bg: #FFF6EB;

  --color-text: #12213D;
  --color-text-muted: #53657A;
  --color-white: #FFFFFF;
  --color-background: #F7F9FC;
  --color-border: #D6E2F2;

  /* === TIPOGRAFIA === */
  --font-heading: 'Sora', 'Manrope', 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Inter', Arial, Helvetica, sans-serif;

  /* === ESCALA TIPOGRÁFICA === */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;

  /* === ESPAÇAMENTO === */
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 5rem;

  /* === BORDAS === */
  --radius-sm: 14px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-xl: 28px;
  --radius-full: 999px;

  /* === SOMBRAS === */
  --shadow-sm: 0 10px 28px rgba(6, 26, 51, 0.07);
  --shadow-md: 0 18px 50px rgba(6, 26, 51, 0.10);
  --shadow-primary: 0 16px 35px rgba(7, 95, 234, 0.20);

  /* === CONTAINER === */
  --container-max: 1240px;
  --container-padding: 48px;
  --container-padding-mobile: 32px;

  /* === TRANSIÇÕES === */
  --transition-fast: 180ms ease;
  --transition-base: 300ms ease;

  /* ============================================================
     F9.1 — DESIGN SYSTEM (tokens semânticos; sem alterar valores acima)
     ============================================================ */
  /* Cores semânticas */
  --color-success: #1E7F4F;
  --color-success-light: #E4F3EA;
  --color-warning: #E8A33D;
  --color-warning-light: #FBF0DB;
  --color-danger-light: #FBE7EA;
  --color-surface: #FFFFFF;
  --color-background-alt: #F2F6FB;
  --color-text-secondary: #53657A;
  --color-border-strong: #B9C9DE;
  --color-header-bg: rgba(255, 255, 255, 0.92);
  --color-focus-ring: rgba(7, 95, 234, 0.32);
  --color-navy-soft: #12335F;

  /* Raio de controles (F9.1) */
  --radius-xs: 10px;
  --radius-input: 12px;

  /* Alturas de controle (touch targets) */
  --control-h: 48px;
  --control-h-sm: 42px;

  /* Camadas */
  --z-header: 99;
  --z-menu: 100;
  --z-modal: 200;

  /* Sombra de card (consistente) */
  --shadow-card: 0 1px 2px rgba(6, 26, 51, 0.05), 0 10px 30px -14px rgba(6, 26, 51, 0.18);
}
