/*
Theme Name: Tvoi Sputnik Landing 25000
Theme URI: https://tvsput.ru/
Author: Dizayn-studiya Tvoi Sputnik
Author URI: https://tvsput.ru/
Description: Commercial landing theme for Tvoi Sputnik — fixed-offer service pages with layered panels, trust visuals and lead forms.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tvsput-landing-25000
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready
*/

/* Root theme sheet — design tokens and WP-required header above.
   Full layout lives in assets/dist/style.css (enqueued via inc/enqueues.php). */

:root {
  --color-primary: #1f4b7a;
  --color-primary-hover: #16395d;
  --color-on-primary: #ffffff;
  --color-secondary: #eaf5ef;
  --color-on-secondary: #163a2a;
  --color-accent-soft: #fff1ce;
  --color-accent-sky: #e7f1ff;
  --color-accent-clay: #fdefe4;
  --color-background: #f7f6f2;
  --color-on-background: #213547;
  --color-surface-lowest: #ffffff;
  --color-surface-low: #f6f9fc;
  --color-surface-container: #eef3f8;
  --color-surface-high: #d7e0ea;
  --color-outline: #b7c6d5;
  --color-outline-variant: #d7e0ea;
  --color-success-soft: #eaf5ef;
  --color-warning-soft: #fff4da;
  --color-error: #b94a48;
  --font-display: "Onest", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --radius-xl: 40px;
  --radius-pill: 9999px;
  --shadow-card: 0 20px 50px rgba(31, 75, 122, 0.08);
  --shadow-float: 0 28px 70px rgba(31, 75, 122, 0.1);
  --space-xs: 4px;
  --space-sm: 12px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 64px;
  --space-section: 120px;
  --container-max: 1200px;
  --gutter: 24px;
  --ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
  --duration-base: 260ms;
}
