/* ==========================================================================
   CFMOTO / Motorider — SPALVOS
   Šaltinis: oficialus CFMOTO Brand Book 2022 (Color palette).
   Base = brand book tikslios reikšmės. Semantic = naudojimo aliasai.
   ========================================================================== */

:root {
  /* ---- BASE (Brand Book 2022, sRGB / Hex) ---- */
  --c-blue:        #009BB4; /* BLUE — Main color (Pantone 2229C) */
  --c-white:       #FFFFFF; /* WHITE — Secondary color */
  --c-logo-gray:   #494948; /* LOGO GRAY — Spot (Pantone 425C) */
  --c-light-gray:  #BFBBB5; /* LIGHT GRAY — Spot (Pantone 421C) */
  --c-black:       #000000; /* BLACK — Spot (Black 6c) */

  /* Brand book gradiento antras tonas (Blue → teal) */
  --c-teal-bright: #00EFD1; /* Solid gradiento šviesusis galas (ekranui) */

  /* ---- DARK TEAL (brand book: tamsūs fonai vietoj juodo) ---- */
  --c-dark-teal-1: #001A21; /* Dark Teal 1 — giliausias */
  --c-dark-teal-2: #00232A; /* Dark Teal 2 (RGB 0/35/41) — PAGRINDINIS tamsus fonas */
  --c-dark-teal-4: #003E47; /* Dark Teal 4 — pakeltas paviršius ant tamsaus */

  /* ---- ŠVIESŪS TEAL (info grafikai / iliustracijoms) ---- */
  --c-teal:        #007D8E; /* Teal */
  --c-light-teal-1:#51B7C3; /* Light Teal 1 (RGB 81/183/195) */
  --c-light-teal-2:#96D2D3; /* Light Teal 2 */

  /* ---- IŠVESTINĖS (build-time, tikrinti kontrastą) ---- */
  --c-blue-hover:  #007E93; /* Blue tamsesnis — hover/press */
  --c-blue-tint:   #E5F5F8; /* Blue 8% — švelnūs fonai, žymės */
  --c-surface-0:   #FBFBFA; /* Vos matomas atspalvis — tarp baltos ir surface */
  --c-surface:     #F7F7F6; /* Sekcijų / kortelių šviesus fonas */
  --c-surface-2:   #EFEEEC; /* Antrinis pilkšvas fonas */
  --c-border:      #E4E2DD; /* Hairline borders */
  --c-ink-900:     #001A21; /* Tamsiausias tekstas/antraštės = Dark Teal 1 (ne juoda) */

  /* ---- SEMANTINIAI ALIASAI ---- */
  --color-bg:            var(--c-white);
  --color-surface-soft:  var(--c-surface-0);
  --color-surface:       var(--c-surface);
  --color-surface-alt:   var(--c-surface-2);
  --color-border:        var(--c-border);
  --color-border-strong: var(--c-light-gray);

  --text-heading:   var(--c-ink-900);
  --text-body:      var(--c-logo-gray);
  --text-muted:     var(--c-light-gray);
  --text-on-blue:   var(--c-white);
  --text-link:      var(--c-blue);

  --color-accent:        var(--c-blue);
  --color-accent-hover:  var(--c-blue-hover);
  --color-accent-tint:   var(--c-blue-tint);

  /* Tamsūs paviršiai (brand book: Dark Teal, NE juoda) */
  --surface-dark:      var(--c-dark-teal-2); /* Pagrindinis tamsus fonas (footer, hero bazė) */
  --surface-dark-deep: var(--c-dark-teal-1); /* Giliausias */
  --surface-dark-2:    var(--c-dark-teal-4); /* Pakeltas blokas ant tamsaus */
  --text-on-dark:      var(--c-white);

  /* Semantiniai būsenų (status) tonai — išvesti, suderinti su brand */
  --color-success: #1B9E6E;
  --color-warning: #E8A13A;
  --color-danger:  #D64545;

  /* ---- GRADIENTAS (brand book „solid gradient“ — ekrane pakeičia pirminę spalvą) ---- */
  --grad-brand: linear-gradient(135deg, #009BB4 0%, #00EFD1 100%); /* @kind other */
  /* Signature juostelė (sekcijų žymė, kairysis viršus) — horizontali teal→žalsva */
  --grad-bar: linear-gradient(90deg, #009BB4 0%, #00EFD1 100%); /* @kind other */
  /* Protection gradient — nuotraukoms po tekstu (apačia tamsesnė, dark-teal tonas) */
  --grad-protect: linear-gradient(180deg, rgba(0,26,33,0) 0%, rgba(0,26,33,0.55) 100%); /* @kind other */
}
