/* ==========================================================================
   RIVANOVA HEALTHCARE — base.css
   Design tokens · reset · typography · layout primitives · utilities
   --------------------------------------------------------------------------
   Load order:  base → components → animations → pages
   ========================================================================== */

/* ==========================================================================
   1. DESIGN TOKENS
   ========================================================================== */
:root {
  /* ---------- Brand ramp (primary #005BAC · secondary #00AEEF) ---------- */
  --blue-50:  #EFF8FE;
  --blue-100: #D9F0FC;
  --blue-200: #AFE2F9;
  --blue-300: #6FCDF4;
  --blue-400: #00AEEF;   /* SECONDARY */
  --blue-500: #0090DC;
  --blue-600: #0072C6;
  --blue-700: #005BAC;   /* PRIMARY   */
  --blue-800: #00478A;
  --blue-900: #003666;
  --blue-950: #001F3D;

  /* ---------- Accent ramp (#16C79A) ---------- */
  --green-50:  #E7FBF4;
  --green-100: #C7F5E7;
  --green-200: #92EBD1;
  --green-300: #4FDCB6;
  --green-400: #16C79A;  /* ACCENT */
  --green-500: #0FAA84;
  --green-600: #0C8A6B;
  --green-700: #096B53;

  /* ---------- Neutral ramp ---------- */
  --grey-0:   #FFFFFF;
  --grey-25:  #FBFCFE;
  --grey-50:  #F6F8FB;
  --grey-100: #EDF1F6;
  --grey-200: #DEE5ED;
  --grey-300: #C4CEDA;
  --grey-400: #98A6B8;
  --grey-500: #6F8095;
  --grey-600: #4E5F74;
  --grey-700: #364759;
  --grey-800: #1E2E3F;
  --grey-900: #0F1D2B;
  --grey-950: #060D16;

  /* ---------- Status ---------- */
  --ok:    #12A984;
  --warn:  #D98416;
  --error: #D64550;

  /* ---------- Typography ---------- */
  --font-display: 'Sora', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-mono: ui-monospace, 'SF Mono', 'Cascadia Code', Consolas, monospace;

  /* Fluid type scale — 320px → 1600px viewport */
  --fs-hero:  clamp(2.6rem, 1.35rem + 5.1vw, 5.4rem);
  --fs-h1:    clamp(2.15rem, 1.4rem + 3.1vw, 4rem);
  --fs-h2:    clamp(1.8rem, 1.32rem + 2vw, 3rem);
  --fs-h3:    clamp(1.35rem, 1.15rem + 0.85vw, 1.95rem);
  --fs-h4:    clamp(1.1rem, 1.02rem + 0.36vw, 1.35rem);
  --fs-h5:    clamp(1rem, 0.96rem + 0.2vw, 1.12rem);
  --fs-lead:  clamp(1.05rem, 0.98rem + 0.32vw, 1.28rem);
  --fs-body:  1rem;
  --fs-sm:    0.9375rem;
  --fs-xs:    0.8125rem;
  --fs-2xs:   0.75rem;
  --fs-stat:  clamp(2.6rem, 1.8rem + 3.2vw, 4.4rem);

  --lh-tight: 1.06;
  --lh-snug:  1.22;
  --lh-base:  1.68;
  --lh-loose: 1.8;

  --ls-tight: -0.035em;
  --ls-snug:  -0.02em;
  --ls-wide:  0.02em;
  --ls-caps:  0.16em;

  /* ---------- Spacing (8px rhythm) ---------- */
  --sp-1: 0.25rem;  --sp-2: 0.5rem;   --sp-3: 0.75rem;  --sp-4: 1rem;
  --sp-5: 1.25rem;  --sp-6: 1.5rem;   --sp-7: 1.75rem;  --sp-8: 2rem;
  --sp-10: 2.5rem;  --sp-12: 3rem;    --sp-14: 3.5rem;  --sp-16: 4rem;
  --sp-20: 5rem;    --sp-24: 6rem;    --sp-32: 8rem;

  /* Section rhythm scales with the viewport so the layout breathes on large screens */
  --section-y: clamp(4.5rem, 3rem + 6.5vw, 9rem);
  --section-y-sm: clamp(3rem, 2.2rem + 3.5vw, 5.5rem);

  /* ---------- Radii ---------- */
  --r-xs: 6px;   --r-sm: 10px;  --r-md: 14px;   --r-lg: 20px;
  --r-xl: 28px;  --r-2xl: 36px; --r-pill: 999px;

  /* ---------- Layout ---------- */
  --container: 1280px;
  --container-wide: 1520px;
  --container-narrow: 780px;
  --gutter: clamp(1.15rem, 0.6rem + 2.4vw, 3rem);
  --header-h: 76px;

  /* ---------- Motion ---------- */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --t-fast: 160ms;
  --t-base: 280ms;
  --t-slow: 520ms;
  --t-slower: 900ms;

  /* ---------- Z-index ---------- */
  --z-base: 1;      --z-raised: 10;   --z-sticky: 100;
  --z-header: 500;  --z-drawer: 700;  --z-modal: 900;  --z-loader: 1000;
}

/* ==========================================================================
   2. SEMANTIC THEME — LIGHT (default)
   ========================================================================== */
:root,
:root[data-theme='light'] {
  --bg:            var(--grey-0);
  --bg-alt:        var(--grey-50);
  --bg-deep:       var(--blue-950);
  --bg-elev:       var(--grey-0);
  --bg-sunken:     var(--grey-100);

  --text:          var(--grey-900);
  --text-strong:   var(--grey-950);
  --text-soft:     var(--grey-600);
  /* Measured, not eyeballed: grey-500 lands at ~4.0:1 on white, which fails
     WCAG AA for the 12–13px labels this token is used on. 5.4:1 on --bg and
     5.1:1 on --bg-alt. */
  --text-mute:     #5C6B80;
  --text-invert:   var(--grey-0);

  /* Status colours split into fill (borders, icons — 3:1 target) and text
     (4.5:1 target); the same green cannot satisfy both on a white ground. */
  --ok-fg:         var(--green-700);
  --error-fg:      #B3323C;

  --brand:         var(--blue-700);
  --brand-hi:      var(--blue-600);
  --brand-2:       var(--blue-400);
  --accent:        var(--green-500);
  --accent-hi:     var(--green-400);

  --line:          rgb(15 29 43 / 0.10);
  --line-soft:     rgb(15 29 43 / 0.06);
  --line-strong:   rgb(15 29 43 / 0.18);

  --glass:         rgb(255 255 255 / 0.72);
  --glass-strong:  rgb(255 255 255 / 0.88);
  --glass-line:    rgb(255 255 255 / 0.65);
  --glass-blur:    saturate(180%) blur(20px);

  --shadow-xs: 0 1px 2px rgb(15 29 43 / 0.05);
  --shadow-sm: 0 2px 8px rgb(15 29 43 / 0.06), 0 1px 2px rgb(15 29 43 / 0.04);
  --shadow-md: 0 10px 30px -8px rgb(15 29 43 / 0.12), 0 2px 8px rgb(15 29 43 / 0.05);
  --shadow-lg: 0 26px 60px -18px rgb(15 29 43 / 0.20), 0 6px 18px rgb(15 29 43 / 0.06);
  --shadow-xl: 0 44px 90px -28px rgb(0 71 138 / 0.30), 0 10px 28px rgb(15 29 43 / 0.08);
  --shadow-brand: 0 18px 44px -14px rgb(0 91 172 / 0.45);
  --shadow-accent: 0 18px 44px -14px rgb(22 199 154 / 0.42);

  --grad-brand: linear-gradient(135deg, var(--blue-700) 0%, var(--blue-500) 48%, var(--blue-400) 100%);
  --grad-brand-soft: linear-gradient(135deg, var(--blue-50) 0%, #F3FBFF 55%, var(--green-50) 100%);
  --grad-accent: linear-gradient(135deg, var(--green-500) 0%, var(--green-400) 60%, var(--blue-400) 100%);
  --grad-deep: linear-gradient(150deg, #002F5C 0%, #005BAC 45%, #0090DC 100%);
  --grad-text: linear-gradient(100deg, var(--blue-700) 0%, var(--blue-400) 55%, var(--green-400) 100%);
  --grad-line: linear-gradient(90deg, transparent, var(--blue-400), var(--green-400), transparent);

  --scrim: rgb(6 13 22 / 0.45);
  --hero-veil: rgb(255 255 255 / 0.55);
  --code-bg: var(--grey-50);
  color-scheme: light;
}

/* ==========================================================================
   3. SEMANTIC THEME — DARK
   ========================================================================== */
:root[data-theme='dark'] {
  --bg:            var(--grey-950);
  --bg-alt:        #0A131F;
  --bg-deep:       #04090F;
  --bg-elev:       #0E1A28;
  --bg-sunken:     #081120;

  --text:          #E6EDF6;
  --text-strong:   #F5F9FD;
  --text-soft:     #A9B9CB;
  --text-mute:     #8FA1B5;
  --text-invert:   var(--grey-950);

  --ok-fg:         var(--green-300);
  --error-fg:      #FF9AA2;

  --brand:         var(--blue-400);
  --brand-hi:      var(--blue-300);
  --brand-2:       var(--blue-300);
  --accent:        var(--green-400);
  --accent-hi:     var(--green-300);

  --line:          rgb(255 255 255 / 0.10);
  --line-soft:     rgb(255 255 255 / 0.06);
  --line-strong:   rgb(255 255 255 / 0.20);

  --glass:         rgb(255 255 255 / 0.055);
  --glass-strong:  rgb(255 255 255 / 0.09);
  --glass-line:    rgb(255 255 255 / 0.12);

  --shadow-xs: 0 1px 2px rgb(0 0 0 / 0.4);
  --shadow-sm: 0 2px 10px rgb(0 0 0 / 0.45);
  --shadow-md: 0 12px 34px -10px rgb(0 0 0 / 0.6);
  --shadow-lg: 0 28px 64px -20px rgb(0 0 0 / 0.72);
  --shadow-xl: 0 46px 96px -30px rgb(0 0 0 / 0.8);
  --shadow-brand: 0 18px 48px -14px rgb(0 174 239 / 0.35);
  --shadow-accent: 0 18px 48px -14px rgb(22 199 154 / 0.32);

  --grad-brand: linear-gradient(135deg, var(--blue-600) 0%, var(--blue-400) 55%, #3FD9F5 100%);
  --grad-brand-soft: linear-gradient(135deg, #0A1B2B 0%, #0B2135 55%, #0A2A2A 100%);
  --grad-accent: linear-gradient(135deg, var(--green-400) 0%, #35DDB4 60%, var(--blue-400) 100%);
  --grad-deep: linear-gradient(150deg, #061423 0%, #0A2646 48%, #063049 100%);
  --grad-text: linear-gradient(100deg, #64D2FF 0%, #00AEEF 45%, #3FE3BE 100%);

  --scrim: rgb(0 0 0 / 0.68);
  --hero-veil: rgb(6 13 22 / 0.55);
  --code-bg: #0B1724;
  color-scheme: dark;
}

/* ==========================================================================
   4. RESET
   ========================================================================== */
*,
*::before,
*::after { box-sizing: border-box; }

* { margin: 0; padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 24px);
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-base);
  font-weight: 400;
  color: var(--text);
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1;
  overflow-x: hidden;
  min-height: 100vh;
  transition: background-color var(--t-base) var(--ease-out), color var(--t-base) var(--ease-out);
}

body.is-locked { overflow: hidden; }

img, svg, video, canvas, picture {
  display: block;
  max-width: 100%;
  height: auto;
}

img { border-style: none; }

button, input, select, textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}

button { cursor: pointer; }

a {
  color: var(--brand);
  text-decoration: none;
  transition: color var(--t-fast) var(--ease-out);
}

ul[class], ol[class] { list-style: none; }

table { border-collapse: collapse; width: 100%; }

address { font-style: normal; }

hr {
  border: 0;
  height: 1px;
  background: var(--line);
}

::selection {
  background: color-mix(in srgb, var(--brand) 26%, transparent);
  color: var(--text-strong);
}

/* Scrollbar (WebKit + Firefox) */
* { scrollbar-width: thin; scrollbar-color: var(--grey-300) transparent; }
:root[data-theme='dark'] * { scrollbar-color: var(--grey-700) transparent; }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
  background: var(--line-strong);
  border-radius: var(--r-pill);
  border: 3px solid var(--bg);
}
::-webkit-scrollbar-thumb:hover { background: var(--grey-400); }

/* ==========================================================================
   5. TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--text-strong);
  font-weight: 600;
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-snug);
  text-wrap: balance;
}

h1 { font-size: var(--fs-h1); line-height: var(--lh-tight); letter-spacing: var(--ls-tight); font-weight: 700; }
h2 { font-size: var(--fs-h2); letter-spacing: var(--ls-tight); font-weight: 650; }
h3 { font-size: var(--fs-h3); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { text-wrap: pretty; }

.lead {
  font-size: var(--fs-lead);
  line-height: 1.65;
  color: var(--text-soft);
  font-weight: 400;
}

strong, b { font-weight: 650; color: var(--text-strong); }
em { font-style: italic; }

small { font-size: var(--fs-xs); }

code, kbd, pre {
  font-family: var(--font-mono);
  font-size: 0.9em;
}

code {
  background: var(--code-bg);
  padding: 0.15em 0.42em;
  border-radius: var(--r-xs);
  border: 1px solid var(--line-soft);
}

blockquote {
  border-left: 3px solid var(--brand);
  padding-left: var(--sp-5);
  color: var(--text-soft);
  font-size: var(--fs-lead);
  font-style: italic;
}

/* Prose blocks — legal pages, blog bodies */
.prose > * + * { margin-top: var(--sp-5); }
.prose h2 {
  font-size: var(--fs-h3);
  margin-top: var(--sp-12);
  padding-top: var(--sp-6);
  border-top: 1px solid var(--line-soft);
}
.prose h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.prose h3 { font-size: var(--fs-h4); margin-top: var(--sp-8); }
.prose p, .prose li { color: var(--text-soft); }
.prose ul, .prose ol { padding-left: var(--sp-6); display: grid; gap: var(--sp-2); }
.prose ul { list-style: none; padding-left: 0; }
.prose ul > li {
  position: relative;
  padding-left: var(--sp-7);
}
.prose ul > li::before {
  content: '';
  position: absolute;
  left: 0.35rem;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--grad-accent);
}
.prose ol { list-style: decimal; }
.prose ol > li { padding-left: var(--sp-2); }
.prose ol > li::marker { color: var(--brand); font-weight: 600; }
.prose a { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.prose a:hover { color: var(--accent); }

/* Gradient text — used sparingly on headline fragments */
.grad-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Headline emphasis: <em> inside display headings renders as gradient, not italic */
.hero__title em,
.page-hero__title em,
.section__title em,
.display em {
  font-style: normal;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* ==========================================================================
   6. LAYOUT PRIMITIVES
   ========================================================================== */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--wide  { max-width: var(--container-wide); }
.container--narrow{ max-width: var(--container-narrow); }

.section {
  position: relative;
  padding-block: var(--section-y);
}
.section--sm { padding-block: var(--section-y-sm); }
.section--flush-top { padding-top: 0; }
.section--flush-bottom { padding-bottom: 0; }
.section--alt { background: var(--bg-alt); }
.section--sunken { background: var(--bg-sunken); }
.section--deep {
  background: var(--grad-deep);
  color: #EAF4FF;
  isolation: isolate;
}
.section--deep h1, .section--deep h2, .section--deep h3, .section--deep h4 { color: #fff; }
.section--deep .lead, .section--deep p { color: rgb(234 244 255 / 0.78); }

.main { display: block; }

/* Section header block */
.section__head {
  max-width: 62ch;
  margin-bottom: clamp(2.5rem, 1.8rem + 2.4vw, 4.25rem);
}
.section__head--center {
  margin-inline: auto;
  text-align: center;
}
.section__head--wide { max-width: 76ch; }

.section__title {
  font-size: var(--fs-h2);
  margin-top: var(--sp-4);
}
.section__text {
  font-size: var(--fs-lead);
  color: var(--text-soft);
  margin-top: var(--sp-5);
  line-height: 1.66;
}

/* Split header: title left, supporting copy + link right */
.section__head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 1rem + 3vw, 4rem);
  align-items: end;
}
.section__head--split .section__text { margin-top: 0; }

/* Eyebrow label */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-display);
  font-size: var(--fs-2xs);
  font-weight: 600;
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--brand);
}
.eyebrow::before {
  content: '';
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: var(--grad-accent);
}
.eyebrow--center::before { display: none; }
.eyebrow--light { color: var(--blue-300); }
.section__head--center .eyebrow::before { width: 18px; }

/* Grids */
.grid { display: grid; gap: var(--sp-6); }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid--auto { grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); }
.grid--auto-sm { grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); }
.grid--auto-lg { grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr)); }
.grid--gap-lg { gap: clamp(1.5rem, 1rem + 2vw, 2.75rem); }

/* Two-column feature split */
.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 1.2rem + 4vw, 5rem);
  align-items: center;
}
.split--wide-left { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); }
.split--wide-right { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); }
.split--top { align-items: start; }

.stack { display: grid; gap: var(--sp-4); }
.stack--lg { gap: var(--sp-6); }
.cluster { display: flex; flex-wrap: wrap; gap: var(--sp-3); align-items: center; }
.cluster--lg { gap: var(--sp-4); }

/* ==========================================================================
   7. ACCESSIBILITY HELPERS
   ========================================================================== */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: var(--sp-3);
  left: var(--sp-3);
  z-index: var(--z-loader);
  transform: translateY(-160%);
  /* Fixed brand blue rather than var(--brand): in dark mode --brand resolves
     to the light cyan, giving white-on-cyan at 2.5:1. */
  background: var(--blue-700);
  color: #fff;
  font-weight: 600;
  font-size: var(--fs-sm);
  padding: var(--sp-3) var(--sp-6);
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-lg);
  transition: transform var(--t-base) var(--ease-spring);
}
.skip-link:focus-visible { transform: translateY(0); }

/* Consistent, visible focus ring across the whole site */
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--brand-2);
  outline-offset: 3px;
  border-radius: var(--r-xs);
}
:root[data-theme='dark'] :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline-color: var(--blue-300);
}

[hidden] { display: none !important; }

/* ==========================================================================
   8. UTILITIES
   ========================================================================== */
.text-center { text-align: center; }
.text-left   { text-align: left; }
.text-balance{ text-wrap: balance; }
.mx-auto     { margin-inline: auto; }
.mt-0 { margin-top: 0; }
.mt-4 { margin-top: var(--sp-4); }
.mt-6 { margin-top: var(--sp-6); }
.mt-8 { margin-top: var(--sp-8); }
.mt-12{ margin-top: var(--sp-12); }
.mb-0 { margin-bottom: 0; }
.w-full { width: 100%; }
.relative { position: relative; }
.overflow-hidden { overflow: hidden; }
.no-wrap { white-space: nowrap; }

.divider {
  height: 1px;
  background: var(--grad-line);
  opacity: 0.5;
  border: 0;
}

/* Decorative rule used above stat rows and section transitions */
.rule {
  width: 56px;
  height: 3px;
  border-radius: 3px;
  background: var(--grad-accent);
}

/* ==========================================================================
   9. RESPONSIVE LAYOUT BREAKPOINTS
   ========================================================================== */
@media (max-width: 1100px) {
  .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  :root { --header-h: 68px; }
  .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split,
  .split--wide-left,
  .split--wide-right { grid-template-columns: minmax(0, 1fr); }
  .section__head--split { grid-template-columns: minmax(0, 1fr); align-items: start; }
}

@media (max-width: 640px) {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: minmax(0, 1fr); }
  .section__head { margin-bottom: var(--sp-10); }
}

/* ==========================================================================
   10. MOTION PREFERENCES
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* ==========================================================================
   11. PRINT
   ========================================================================== */
@media print {
  .topbar, .header, .drawer, .drawer-scrim, .preloader, .to-top,
  .cursor-glow, .scroll-progress, .footer__news, .hero__canvas,
  .page-hero__bg, .orb, .grid-veil { display: none !important; }
  body { background: #fff; color: #000; }
  .section { padding-block: 1.5rem; }
  a[href^='http']::after { content: ' (' attr(href) ')'; font-size: 0.75em; color: #555; }
  .card, .glass { box-shadow: none !important; border: 1px solid #ccc !important; }
}
