/* ============================================================
   DESIGN TOKENS — Langdon Advanced Rhinology
   75 % Navy · 15 % Cloud · 10 % Cyan
   ============================================================ */
:root {
  --navy:        #071427;
  --navy-deep:   #040B16;
  --navy-card:   #091B31;
  --navy-border: #1A2A3D;
  --cloud:       #F7F9FC;
  --cloud-border:#1A2A3D;
  --cyan:        #0F6F7E;
  --cyan-soft:   rgba(15,111,126,.14);
  --cyan-glow:   rgba(15,111,126,.32);
  --white:       #FFFFFF;
  --mist:        #B8C4D2;
  --slate:       #7F8FA3;
  --ink:         #F7F9FC;

  --font-d: 'Sora', sans-serif;
  --font-b: 'Inter', sans-serif;

  --r-sm:  8px;
  --r-md:  14px;
  --r-lg:  20px;
  --r-xl:  28px;
  --r-full:999px;

  --shadow-card: 0 4px 20px rgba(10,27,51,.10);
  --shadow-lift: 0 16px 48px rgba(10,27,51,.18);
  --shadow-glow: 0 12px 40px rgba(15,111,126,.25);

  --section-py: 96px;
  --wrap: 1180px;

  /* ── NUEVAS VARIABLES PREMIUM ── */
  --accent-hover:   #0A5966;
  --accent-soft:    #62B7C2;
  --accent-premium: #BFA46A;
  --text-primary:   #F7F9FC;
  --text-secondary: #B8C4D2;
  --text-muted:     #7F8FA3;
}
