/*
Theme Name: IT Life CDEK
Theme URI: https://it-life74.ru
Author: IT Life
Author URI: https://it-life74.ru
Description: Landing page and product showcase for CDEK WooCommerce plugin by IT Life.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: itlife-cdek
Tags: one-column, custom-menu, custom-logo, woocommerce
*/

/* ========== RESET & BASE ========== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	font-family: 'Nunito Sans', sans-serif;
	color: #1a1a2e;
	background: #f5f7fa;
	line-height: 1.6;
	overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ========== UTILITIES ========== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-wide { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
