:root {
  --color-brand-900: #0B3B33;
  --color-brand-700: #0A4F3C;
  --color-brand-600: #007A63;
  --color-brand-500: #008F76;
  --color-brand-50: #E1F0EC;

  --color-text-primary: #10201E;
  --color-text-secondary: #4B5657;
  --color-text-muted: #7A8384;
  --color-text-inverse: #FFFFFF;

  --color-surface-page: #F8FAF9;
  --color-surface-panel: #FFFFFF;
  --color-surface-card: #FFFFFF;
  --color-surface-subtle: #F7F9F9;
  --color-border-subtle: #E8EDEC;

  --color-brand-400: #00B894;
  --color-dark-bg: #031E1C;
  --color-dark-surface: #06231F;
  --color-dark-border: #14463B;
  --color-on-dark-primary: #EDF1F0;
  --color-on-dark-secondary: #C9D0CF;
  --color-on-dark-muted: #8E9B98;

  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 999px;

  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-15: 60px;

  --size-container: 1320px;
  --size-header: 88px;

  --shadow-sm: 0 2px 8px rgba(11, 59, 51, .05), 0 1px 2px rgba(11, 59, 51, .04);
  --shadow-md: 0 8px 24px rgba(11, 59, 51, .07), 0 2px 6px rgba(11, 59, 51, .04);
  --shadow-lg: 0 20px 48px rgba(11, 59, 51, .10), 0 4px 12px rgba(11, 59, 51, .05);
  --shadow-glow: 0 18px 40px rgba(0, 184, 148, .20);

  --glass-surface: rgba(255, 255, 255, .74);
  --glass-border: rgba(255, 255, 255, .8);
  --glass-blur: 14px;
  --glass-highlight: inset 0 1px 0 rgba(255, 255, 255, .9);

  --header-height: 89px;
  --ease-out: cubic-bezier(.22, .61, .36, 1);
  --duration-fast: .26s;
  --duration-base: .42s;
  --duration-slow: .6s;

  --fluid-min-viewport: 320px;
  --fluid-span: calc((100vw - var(--fluid-min-viewport)) / 1600);

  --font-base: "Manrope", system-ui, sans-serif;

  --text-h1-size: clamp(32px, calc(32px + 20 * var(--fluid-span)), 52px);
  --text-h1-weight: 800;
  --text-h1-line: 1.16;
  --text-h1-tracking: -0.015em;

  --text-h2-size: clamp(24px, calc(24px + 14 * var(--fluid-span)), 38px);
  --text-h2-weight: 800;
  --text-h2-line: 1.22;
  --text-h2-tracking: -0.01em;

  --text-h3-size: clamp(20px, calc(20px + 10 * var(--fluid-span)), 30px);
  --text-h3-weight: 700;
  --text-h3-line: 1.28;

  --text-h5-size: clamp(16px, calc(16px + 3 * var(--fluid-span)), 19px);
  --text-h5-weight: 700;
  --text-h5-line: 1.33;

  --text-h6-size: clamp(15px, calc(15px + 2 * var(--fluid-span)), 17px);
  --text-h6-weight: 700;
  --text-h6-line: 1.37;

  --text-l-size: clamp(16px, calc(16px + 3 * var(--fluid-span)), 19px);
  --text-l-weight: 400;
  --text-l-line: 1.66;

  --text-lead-size: clamp(16px, calc(16px + 3 * var(--fluid-span)), 19px);
  --text-lead-weight: 400;
  --text-lead-line: 1.66;

  --text-m-size: clamp(15px, calc(15px + 2 * var(--fluid-span)), 17px);
  --text-m-weight: 400;
  --text-m-line: 1.62;

  --text-s-size: clamp(13px, calc(13px + 2 * var(--fluid-span)), 15px);
  --text-s-weight: 400;
  --text-s-line: 1.57;

  --text-caption-size: clamp(11px, calc(11px + 2 * var(--fluid-span)), 13px);
  --text-caption-weight: 400;
  --text-caption-line: 1.5;

  --text-nav-size: clamp(14px, calc(14px + 2 * var(--fluid-span)), 16px);
  --text-nav-weight: 500;
  --text-nav-line: 1.2;

  --text-button-size: clamp(14px, calc(14px + 2 * var(--fluid-span)), 16px);
  --text-button-weight: 600;
  --text-button-line: 1.2;

  --text-stat-size: clamp(15px, calc(15px + 3 * var(--fluid-span)), 18px);
  --text-stat-weight: 700;
  --text-stat-line: 1.2;

  --text-h4-size: clamp(17px, calc(17px + 6 * var(--fluid-span)), 23px);
  --text-h4-weight: 700;
  --text-h4-line: 1.27;

  --text-price-size: clamp(24px, calc(24px + 8 * var(--fluid-span)), 32px);
  --text-price-weight: 800;
  --text-price-line: 1.15;
  --text-price-tracking: -0.01em;

  --text-question-size: clamp(15px, calc(15px + 2 * var(--fluid-span)), 17px);
  --text-question-weight: 600;
  --text-question-line: 1.4;

  --text-badge-size: clamp(11px, calc(11px + 2 * var(--fluid-span)), 13px);
  --text-badge-weight: 600;
  --text-badge-line: 1.2;
  --text-badge-tracking: 0.02em;
}

:root {
  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 32px;
  --container: 1440px;
  --gutter: 60px;
  --services-peek: 300px;
  --slide-strip-width: 294px;
  --slide-strip-active-width: 494px;
  --slide-strip-gap: 16px;
}

@media (max-width: 900px) {
  :root {
    --services-peek: 200px;
    --slide-strip-width: 260px;
    --slide-strip-active-width: 420px;
  }
}

@media (max-width: 560px) {
  :root {
    --services-peek: 0px;
    --slide-strip-width: 74vw;
    --slide-strip-active-width: 86vw;
  }
}
