/* Theme Name: Coscollar Azul Noche (CAN-01) */
:root {
  --theme-id: "coscollar-azul-noche";

  --theme-bg: #f4f7ff;
  --theme-surface: #ffffff;
  --theme-surface-2: #eaf0fb;
  --theme-text: #0c223e;
  --theme-muted: #4c617d;
  --theme-line: #cdd9ea;
  --theme-primary: #0057ff;
  --theme-primary-dark: #0039a9;
  --theme-accent: #ff7a00;
  --theme-shadow: 0 20px 60px rgba(7, 31, 67, 0.12);

  --theme-service-card-base: #0b2650;
  --theme-service-overlay-top: rgba(6, 35, 74, 0.08);
  --theme-service-overlay-bottom: rgba(6, 35, 74, 0.9);
  --theme-service-info-top: rgba(9, 38, 84, 0.38);
  --theme-service-info-mid: rgba(8, 33, 74, 0.96);
  --theme-service-info-bottom: rgba(8, 33, 74, 1);
  --theme-service-price-visual-bg: #082a58;
}
