/* ================================================================
   THEME 02 — Ocean Blue
   Sunat LaserVIT — Design System Override
   Generated by build/generate_theme_css.js
   ================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Merriweather:wght@700;900&display=swap');

:root {
  /* Brand palette */
  --violet:    #1d4ed8;
  --violet-d:  #1e40af;
  --violet-l:  #60a5fa;
  --fuchsia:   #0ea5e9;
  --fuchsia-d: #0284c7;
  --grad:      linear-gradient(135deg,#1d4ed8 0%,#2563eb 45%,#0ea5e9 100%);
  --grad-soft: linear-gradient(135deg,#eff6ff 0%,#e0f2fe 100%);

  /* Neutrals */
  --ink:     #0f172a;
  --ink-2:   #1e3a5f;
  --muted:   #64748b;
  --line:    #dbeafe;
  --bg-soft:   #f0f9ff;
  --bg-soft-2: #e0f2fe;

  /* Shape */
  --radius:    16px;
  --radius-sm: 10px;
  --radius-lg: 24px;

  /* Shadows (primary-tinted) */
  --shadow-sm: 0 4px 16px rgba(29,78,216,.06);
  --shadow:    0 18px 40px rgba(29,78,216,.12);
  --shadow-lg: 0 30px 60px rgba(29,78,216,.18);

  /* Typography */
  --font:    'Inter', system-ui, -apple-system, sans-serif;
  --serif:   'Merriweather', Georgia, 'Times New Roman', serif;
  --display: var(--serif);
}

/* Fix hardcoded brand colors */
.eyebrow { background: #dbeafe; color: #1e40af; }
.nav-links a.active { background: #eff6ff; color: #1e40af; }
.nav-links a:hover { color: #1e40af; }
.btn-primary { box-shadow: 0 12px 26px rgba(29,78,216,.35); }
.btn-primary:hover { box-shadow: 0 16px 32px rgba(29,78,216,.45); }
.btn-outline { color: #1e40af; }
.btn-ghost { color: #1e40af; }
.hero {
  background:
    radial-gradient(1100px 500px at 85% -10%, #bfdbfe 0%, rgba(255,255,255,0) 60%),
    radial-gradient(900px 500px at -10% 10%,  #e0f2fe 0%, rgba(255,255,255,0) 55%),
    var(--bg);
}
