/*!
Theme Name: dj
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dj
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dj is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header & Navigation
--------------------------------------------------------------*/

/* Fixed Header */
.site-header.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 1.25rem 0;
	background: #fff;
	transition: all 0.3s ease;
}

/* Header Container */
.header-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Состояние при скролле */
.site-header.fixed-header.scrolled {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	padding: 1.3rem 0;
}

/* Индикатор прокрутки страницы */
.scroll-progress-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: transparent;
	z-index: 1001;
	overflow: hidden;
}

.scroll-progress-bar {
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 50%, #a855f7 100%);
	transition: width 0.1s ease-out;
	box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

/* Логотип */
.site-branding {
	display: flex;
	align-items: center;
}

.site-logo {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.logo-text {
	font-size: 1.5rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1;
}

.logo-gradient {
	background: linear-gradient(90deg, #3b82f6 0%, #a855f7 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.custom-logo-link {
	display: inline-block;
}

.custom-logo-link img {
	height: 40px;
	width: auto;
}

/* Navigation */
.main-navigation {
	display: flex;
	align-items: center;
}

/* Меню (Desktop) */
.nav-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 2rem;
	align-items: center;
}

.menu-item {
	margin: 0;
}

.nav-link {
	font-size: 0.9375rem;
	font-weight: 600;
	color: #0f172a;
	text-decoration: none;
	transition: color 0.3s ease;
	position: relative;
	padding: 0.5rem 0;
}

.nav-link:hover,
.nav-link:focus {
	color: #3b82f6;
}

.nav-link.active {
	color: #3b82f6;
}

.nav-link.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #3b82f6 0%, #a855f7 100%);
	border-radius: 1px;
}

/* Кнопка бургера (Mobile) */
.menu-toggle {
	display: none;
	background: none;
	border: none;
	padding: 0.5rem;
	cursor: pointer;
	z-index: 1001;
	position: relative;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 5px;
}

.menu-toggle-icon {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 24px;
	height: 18px;
	position: relative;
}

.menu-toggle-icon span {
	display: block;
	width: 100%;
	height: 2px;
	background: #0f172a;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.site-header.menu-open .menu-toggle-icon span:nth-child(1) {
	transform: rotate(45deg) translate(7px, 7px);
}

.site-header.menu-open .menu-toggle-icon span:nth-child(2) {
	opacity: 0;
}

.site-header.menu-open .menu-toggle-icon span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -7px);
}

/* Мобильное меню */
@media screen and (max-width: 768px) {
	.menu-toggle {
		display: flex;
	}

	.nav-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #ffffff;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 2rem;
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		z-index: 1000;
		padding: 2rem;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		overflow-y: auto;
	}

	.site-header.menu-open .nav-menu {
		transform: translateX(0);
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	}

	.nav-link {
		font-size: 1.25rem;
		font-weight: 700;
		padding: 0.75rem 0;
	}

	.site-header.fixed-header.scrolled {
		padding: 1.3rem 0;
	}

	/* Блокировка скролла body при открытом меню */
	body.menu-open {
		overflow: hidden;
	}
}

@media screen and (max-width: 480px) {
	.header-container {
		padding: 0 1rem;
	}

	.logo-text {
		font-size: 1.25rem;
	}

	.custom-logo-link img {
		height: 32px;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Front Page Hero Section
--------------------------------------------------------------*/

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

/* Typography Override */
body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #0f172a;
}

/* Отступ для фиксированного хедера */
.site-main {
	padding-top: 0;
}

#top {
	scroll-margin-top: 80px;
}

/* Scroll margin для всех секций с якорями */
section[id] {
	scroll-margin-top: 100px;
}

/* Hero Section */
.hero-section {
	min-height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	background: radial-gradient(ellipse at top, rgba(248, 250, 252, 1) 0%, rgba(241, 245, 249, 1) 100%);
	padding: 2rem 1rem;
	overflow: hidden;
}

.hero-container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
}

/* Левая колонка: Контент */
.hero-content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	z-index: 1;
}

/* Бейдж */
.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: #e0f2fe;
	color: #0c4a6e;
	padding: 0.5rem 1rem;
	border-radius: 50px;
	font-size: 0.875rem;
	font-weight: 600;
	width: fit-content;
}

.badge-icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.badge-text {
	line-height: 1;
}

/* Заголовок */
.hero-title {
	font-size: clamp(2.5rem, 4vw, 4.5rem);
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
	color: #0f172a;
	display: flex;
	flex-direction: column;
}

.title-line {
	display: block;
}

.title-gradient {
	background: linear-gradient(90deg, #3b82f6 0%, #a855f7 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

/* Подзаголовок */
.hero-description {
	font-size: 1.125rem;
	line-height: 1.7;
	color: #64748b;
	margin: 0;
	max-width: 90%;
}

/* Кнопки CTA */
.hero-cta {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 0.5rem;
}

.btn-primary a {
	color:#fff;
}

.btn-primary a:visited {
	color:#fff;
}

.btn-secondary a {
	color:#800080;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 1rem 2rem;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	width: fit-content;
	min-width: 280px;
}

.btn-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.btn-primary {
	background: linear-gradient(90deg, #3b82f6 0%, #a855f7 100%);
	color: #ffffff;
	box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.btn-primary:hover,
.btn-primary:focus {
	transform: translateY(-2px);
	box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
	color: #ffffff;
}

.btn-secondary {
	background: transparent;
	color: #0f172a;
	border: 2px solid #22d3ee;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background: rgba(34, 211, 238, 0.1);
	transform: translateY(-2px);
	color: #0f172a;
}

/* Статистика */
.hero-stats {
	display: flex;
	gap: 3rem;
	margin-top: 1rem;
	flex-wrap: wrap;
}

.stat-item {
	position: relative;
}

.stat-number {
	font-size: 2.5rem;
	font-weight: 800;
	color: #3b82f6;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.stat-number.stat-highlight {
	color: #a855f7;
}

.stat-label {
	font-size: 0.875rem;
	color: #64748b;
	font-weight: 500;
}

.stat-decoration {
	position: absolute;
	bottom: -10px;
	left: -20px;
	width: 120px;
	height: 60px;
	background: linear-gradient(135deg, rgba(168, 85, 247, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
	border-radius: 50%;
	filter: blur(20px);
	z-index: -1;
	opacity: 0.6;
}

/* Правая колонка: Визуал */
.hero-visual {
	position: relative;
	z-index: 1;
}

.hero-image-wrapper {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(59, 130, 246, 0.1);
}

.hero-image {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	min-height: 600px;
}

.hero-image-placeholder {
	width: 100%;
	min-height: 600px;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 600;
	background: linear-gradient(135deg, #3b82f6 0%, #a855f7 100%);
}

/* Плавающая карточка */
.floating-card {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 16px;
	padding: 1rem 1.5rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.floating-card-icon {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #3b82f6 0%, #a855f7 100%);
	border-radius: 50%;
}

.floating-card-content {
	display: flex;
	flex-direction: column;
}

.floating-card-title {
	font-size: 0.875rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.2;
}

.floating-card-subtitle {
	font-size: 0.75rem;
	color: #64748b;
	line-height: 1.2;
}

/* Плавающая кнопка чата */
.chat-button {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	width: 60px;
	height: 60px;
	background: #22c55e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 10px 25px rgba(34, 197, 94, 0.4);
	transition: all 0.3s ease;
	z-index: 1000;
}

.chat-button:hover,
.chat-button:focus {
	transform: scale(1.1);
	box-shadow: 0 15px 35px rgba(34, 197, 94, 0.5);
	color: #ffffff;
}

.chat-button svg {
	width: 24px;
	height: 24px;
}

.chat-notification {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 12px;
	height: 12px;
	background: #ef4444;
	border-radius: 50%;
	border: 2px solid #ffffff;
}

/* Адаптивность */
@media screen and (max-width: 1024px) {
	.hero-container {
		gap: 3rem;
	}

	.hero-title {
		font-size: clamp(2rem, 4vw, 3.5rem);
	}

	.hero-stats {
		gap: 2rem;
	}

	.stat-number {
		font-size: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.hero-section {
		padding: 5rem 1rem;
		min-height: auto;
	}

	.hero-container {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.hero-content {
		order: 1;
	}

	.hero-visual {
		order: 2;
	}

	.hero-description {
		max-width: 100%;
	}

	.hero-cta {
		width: 100%;
	}

	.btn {
		width: 100%;
		min-width: auto;
	}

	.hero-stats {
		justify-content: space-between;
		gap: 1.5rem;
	}

	.stat-item {
		flex: 1;
		min-width: 100px;
	}

	.stat-number {
		font-size: 1.75rem;
	}

	.floating-card {
		bottom: 1rem;
		left: 1rem;
		padding: 0.75rem 1rem;
	}

	.floating-card-icon {
		width: 40px;
		height: 40px;
	}

	.chat-button {
		bottom: 1rem;
		right: 1rem;
		width: 56px;
		height: 56px;
	}
}

@media screen and (max-width: 480px) {
	.hero-title {
		font-size: 2rem;
	}

	.hero-description {
		font-size: 1rem;
	}

	.btn {
		padding: 0.875rem 1.5rem;
		font-size: 0.9375rem;
	}

	.hero-stats {
		flex-direction: column;
		gap: 1.5rem;
	}

	.stat-item {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Video Hero Section
--------------------------------------------------------------*/

.video-hero-section {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

/* Видео-фон */
.video-hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.video-hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.video-hero-fallback {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Overlay (Затемнение) */
.video-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

/* Контент */
.video-hero-content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 2rem;
}

/* Логотип MIRUS в правом верхнем углу */
.video-hero-logo {
	position: absolute;
	top: 2rem;
	right: 2rem;
	z-index: 2;
}

.video-logo-text {
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	opacity: 0.8;
}

/* Текстовый контент */
.video-hero-text {
	max-width: 800px;
	margin: 0 auto;
}

/* Надзаголовок */
.video-hero-label {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 0.9rem;
	margin-bottom: 1rem;
	color: #ffffff;
	font-weight: 600;
	opacity: 0.9;
}

/* Главный заголовок */
.video-hero-title {
	font-size: 4rem;
	font-weight: 800;
	color: #ffffff;
	margin: 0 0 1.5rem 0;
	line-height: 1.2;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

/* Стили для эффекта печатной машинки */
#typed-text {
	display: inline-block;
	color: #ffffff;
}

/* Курсор печатной машинки */
.typed-cursor {
	color: #ffffff;
	font-weight: 300;
	opacity: 1;
	animation: typed-blink 1s infinite;
	font-size: 4rem;
	line-height: 1.2;
	vertical-align: baseline;
}

@keyframes typed-blink {
	0%, 50% {
		opacity: 1;
	}
	51%, 100% {
		opacity: 0;
	}
}

/* Описание */
.video-hero-description {
	font-size: 1.25rem;
	color: #ffffff;
	opacity: 0.85;
	line-height: 1.6;
	margin: 0;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/* Градиентный переход внизу */
.video-hero-gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.3) 50%, #ffffff 100%);
	z-index: 0;
	pointer-events: none;
}

/* Стрелка вниз (Scroll Down) */
.video-hero-scroll {
	position: absolute;
	bottom: 3rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	color: #ffffff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: all 0.3s ease;
	animation: scroll-bounce 2s ease-in-out infinite;
}

.video-hero-scroll:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateX(-50%) translateY(-5px);
}

.scroll-arrow-icon {
	width: 24px;
	height: 24px;
}

/* Анимация bounce для стрелки */
@keyframes scroll-bounce {
	0%, 100% {
		transform: translateX(-50%) translateY(0);
	}
	50% {
		transform: translateX(-50%) translateY(10px);
	}
}

/* Responsive стили для Video Hero */
@media screen and (max-width: 768px) {
	.video-hero-title {
		font-size: 2.5rem;
	}

	.typed-cursor {
		font-size: 2.5rem;
	}

	.video-hero-description {
		font-size: 1rem;
	}

	.video-hero-label {
		font-size: 0.8rem;
		letter-spacing: 3px;
	}

	.video-hero-logo {
		top: 1.5rem;
		right: 1.5rem;
	}

	.video-logo-text {
		font-size: 1rem;
		letter-spacing: 2px;
	}

	.video-hero-scroll {
		bottom: 2rem;
		width: 45px;
		height: 45px;
	}

	.video-hero-gradient {
		height: 150px;
	}
}

@media screen and (max-width: 480px) {
	.video-hero-title {
		font-size: 2rem;
	}

	.typed-cursor {
		font-size: 2rem;
	}

	.video-hero-description {
		font-size: 0.9rem;
	}

	.video-hero-content {
		padding: 1.5rem;
	}

	.video-hero-scroll {
		bottom: 1.5rem;
		width: 40px;
		height: 40px;
	}

	.scroll-arrow-icon {
		width: 20px;
		height: 20px;
	}

	.video-hero-gradient {
		height: 100px;
	}
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/

.features-section {
	padding: 5rem 0;
	background: #ffffff;
	position: relative;
}

.features-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2rem;
}

/* Заголовок секции */
.features-header {
	text-align: center;
	margin-bottom: 4rem;
}

.features-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 1rem 0;
	line-height: 1.2;
}

.features-title .title-gradient {
	background: linear-gradient(90deg, #3b82f6 0%, #a855f7 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.features-subtitle {
	font-size: 1.125rem;
	color: #64748b;
	margin: 0;
	line-height: 1.6;
}

/* Сетка карточек */
.features-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
}

/* Карточка */
.feature-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 2rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.feature-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Иконка */
.feature-icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #3b82f6 0%, #a855f7 100%);
	border-radius: 16px;
	box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
	flex-shrink: 0;
}

.feature-icon svg {
	width: 32px;
	height: 32px;
}

/* Заголовок карточки */
.feature-card-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0;
	line-height: 1.3;
}

.feature-card-title-accent {
	color: #3b82f6;
}

/* Текст карточки */
.feature-card-text {
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #64748b;
	margin: 0;
}

/* Акцентная карточка (4-я) */
.feature-card-accent {
	background: linear-gradient(180deg, #e0f2fe 0%, #f3e8ff 100%);
	position: relative;
	box-shadow: 0 4px 20px rgba(59, 130, 246, 0.15), 0 0 0 1px rgba(59, 130, 246, 0.2);
}

.feature-card-accent:hover {
	box-shadow: 0 8px 30px rgba(59, 130, 246, 0.25), 0 0 0 1px rgba(59, 130, 246, 0.3);
}

/* Адаптивность секции Features */
@media screen and (max-width: 1024px) {
	.features-section {
		padding: 4rem 0;
	}

	.features-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}

	.features-header {
		margin-bottom: 3rem;
	}
}

@media screen and (max-width: 768px) {
	.features-section {
		padding: 3rem 0;
	}

	.features-container {
		padding: 0 1.5rem;
	}

	.features-header {
		margin-bottom: 2.5rem;
	}

	.features-subtitle {
		font-size: 1rem;
	}

	.features-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.feature-card {
		padding: 1.5rem;
	}

	.feature-icon {
		width: 56px;
		height: 56px;
	}

	.feature-icon svg {
		width: 28px;
		height: 28px;
	}

	.feature-card-title {
		font-size: 1.125rem;
	}

	.feature-card-text {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 480px) {
	.features-section {
		padding: 2.5rem 0;
	}

	.features-container {
		padding: 0 1rem;
	}

	.features-title {
		font-size: 1.75rem;
	}

	.features-subtitle {
		font-size: 0.9375rem;
	}

	.feature-card {
		padding: 1.25rem;
		gap: 1.25rem;
	}

	.feature-icon {
		width: 48px;
		height: 48px;
		border-radius: 12px;
	}

	.feature-icon svg {
		width: 24px;
		height: 24px;
	}
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.services-section {
	padding: 5rem 0;
	background: #f8fafc;
	position: relative;
}

.services-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2rem;
}

/* Заголовок секции */
.services-header {
	text-align: center;
	margin-bottom: 4rem;
}

.services-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 1rem 0;
	line-height: 1.2;
}

.services-title .title-gradient {
	background: linear-gradient(90deg, #3b82f6 0%, #a855f7 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.services-subtitle {
	font-size: 1.125rem;
	color: #64748b;
	margin: 0;
	line-height: 1.6;
}

/* Сетка карточек */
.services-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	align-items: stretch;
}

/* Карточка услуги */
.service-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 2rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Иконки услуг с разными цветами */
.service-icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	flex-shrink: 0;
}

.service-icon svg {
	width: 32px;
	height: 32px;
}

/* Розовый градиент для Свадеб */
.service-icon-pink {
	background: linear-gradient(135deg, #f472b6 0%, #ec4899 100%);
	box-shadow: 0 8px 20px rgba(244, 114, 182, 0.3);
}

/* Голубой градиент для Корпоративов */
.service-icon-blue {
	background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
	box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

/* Фиолетовый градиент для Частных вечеринок */
.service-icon-purple {
	background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%);
	box-shadow: 0 8px 20px rgba(168, 85, 247, 0.3);
}

/* Сиреневый градиент для Клубных сетов */
.service-icon-lavender {
	background: linear-gradient(135deg, #c084fc 0%, #a855f7 100%);
	box-shadow: 0 8px 20px rgba(192, 132, 252, 0.3);
}

/* Заголовок карточки */
.service-card-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0;
	line-height: 1.3;
}

/* Текст карточки */
.service-card-text {
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #64748b;
	margin: 0;
}

/* Список услуг */
.service-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	flex-grow: 1;
}

.service-list li {
	font-size: 0.875rem;
	line-height: 1.6;
	color: #64748b;
	padding-left: 1.5rem;
	position: relative;
}

.service-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: #3b82f6;
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 700;
}

/* Кнопка услуги */
.service-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.875rem 1.5rem;
	border: 1px solid #bfdbfe;
	border-radius: 12px;
	color: #0f172a;
	text-decoration: none;
	font-size: 0.9375rem;
	font-weight: 600;
	text-align: center;
	width: 100%;
	transition: all 0.3s ease;
	margin-top: auto;
}

.service-button:hover,
.service-button:focus {
	background: rgba(59, 130, 246, 0.1);
	border-color: #3b82f6;
	color: #0f172a;
}

/* Акцентная карточка (4-я - Клубные сеты) */
.service-card-accent {
	background: linear-gradient(180deg, #f3e8ff 0%, #fae8ff 100%);
	box-shadow: 0 4px 20px rgba(168, 85, 247, 0.15), 0 0 0 1px rgba(168, 85, 247, 0.2);
}

.service-card-accent:hover {
	box-shadow: 0 8px 30px rgba(168, 85, 247, 0.25), 0 0 0 1px rgba(168, 85, 247, 0.3);
}

/* Кнопка в акцентной карточке */
.service-button-accent {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(168, 85, 247, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.service-button-accent:hover,
.service-button-accent:focus {
	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(168, 85, 247, 0.4);
}

/* Адаптивность секции Services */
@media screen and (max-width: 1024px) {
	.services-section {
		padding: 4rem 0;
	}

	.services-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}

	.services-header {
		margin-bottom: 3rem;
	}
}

@media screen and (max-width: 768px) {
	.services-section {
		padding: 3rem 0;
	}

	.services-container {
		padding: 0 1.5rem;
	}

	.services-header {
		margin-bottom: 2.5rem;
	}

	.services-subtitle {
		font-size: 1rem;
	}

	.services-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.service-card {
		padding: 1.5rem;
	}

	.service-icon {
		width: 56px;
		height: 56px;
	}

	.service-icon svg {
		width: 28px;
		height: 28px;
	}

	.service-card-title {
		font-size: 1.25rem;
	}

	.service-card-text {
		font-size: 0.875rem;
	}

	.service-list li {
		font-size: 0.8125rem;
	}
}

@media screen and (max-width: 480px) {
	.services-section {
		padding: 2.5rem 0;
	}

	.services-container {
		padding: 0 1rem;
	}

	.services-title {
		font-size: 1.75rem;
	}

	.services-subtitle {
		font-size: 0.9375rem;
	}

	.service-card {
		padding: 1.25rem;
		gap: 1.25rem;
	}

	.service-icon {
		width: 48px;
		height: 48px;
		border-radius: 12px;
	}

	.service-icon svg {
		width: 24px;
		height: 24px;
	}

	.service-card-title {
		font-size: 1.125rem;
	}

	.service-button {
		padding: 0.75rem 1.25rem;
		font-size: 0.875rem;
	}
}

/*--------------------------------------------------------------
# Why Me Section
--------------------------------------------------------------*/

.why-me-section {
	padding: 5rem 0;
	background: #f9fafb;
	position: relative;
}

.why-me-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2rem;
}

.why-me-content {
	display: grid;
	grid-template-columns: 40% 60%;
	gap: 4rem;
	align-items: start;
}

/* Левая колонка: Текстовый контент */
.why-me-text {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.why-me-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	color: #0f172a;
	margin: 0;
	line-height: 1.2;
}

.why-me-title .title-gradient {
	background: linear-gradient(90deg, #3b82f6 0%, #a855f7 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.why-me-lead {
	font-size: 1.125rem;
	line-height: 1.7;
	color: #64748b;
	margin: 0;
}

/* Список преимуществ с вертикальными линиями */
.why-me-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.why-me-item {
	padding-left: 20px;
	position: relative;
}

.why-me-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(to bottom, #3b82f6, #a855f7);
	border-radius: 2px;
}

.why-me-item-title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 0.5rem 0;
	line-height: 1.3;
}

.why-me-item-text {
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #64748b;
	margin: 0;
}

/* Правая колонка: Сетка карточек */
.why-me-cards {
	display: flex;
	align-items: start;
}

.why-me-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
	width: 100%;
}

/* Карточка */
.why-me-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 1.5rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.why-me-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Иконки карточек */
.why-me-card-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	flex-shrink: 0;
}

.why-me-card-icon svg {
	width: 24px;
	height: 24px;
}

/* Голубой градиент */
.why-me-icon-blue {
	background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* Фиолетовый градиент */
.why-me-icon-purple {
	background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%);
	box-shadow: 0 4px 12px rgba(168, 85, 247, 0.3);
}

/* Индиго градиент */
.why-me-icon-indigo {
	background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
	box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

/* Циан градиент */
.why-me-icon-cyan {
	background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
	box-shadow: 0 4px 12px rgba(6, 182, 212, 0.3);
}

/* Заголовок карточки */
.why-me-card-title {
	font-size: 1rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0;
	line-height: 1.3;
}

/* Текст карточки */
.why-me-card-text {
	font-size: 0.9rem;
	line-height: 1.6;
	color: #64748b;
	margin: 0;
}

/* Адаптивность секции Why Me */
@media screen and (max-width: 1024px) {
	.why-me-section {
		padding: 4rem 0;
	}

	.why-me-content {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.why-me-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.why-me-section {
		padding: 3rem 0;
	}

	.why-me-container {
		padding: 0 1.5rem;
	}

	.why-me-text {
		gap: 1.5rem;
	}

	.why-me-title {
		font-size: 2rem;
	}

	.why-me-lead {
		font-size: 1rem;
	}

	.why-me-list {
		gap: 1.25rem;
	}

	.why-me-item-title {
		font-size: 1rem;
	}

	.why-me-item-text {
		font-size: 0.875rem;
	}

	.why-me-grid {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.why-me-card {
		padding: 1.25rem;
	}

	.why-me-card-icon {
		width: 44px;
		height: 44px;
	}

	.why-me-card-icon svg {
		width: 22px;
		height: 22px;
	}

	.why-me-card-title {
		font-size: 0.9375rem;
	}

	.why-me-card-text {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 480px) {
	.why-me-section {
		padding: 2.5rem 0;
	}

	.why-me-container {
		padding: 0 1rem;
	}

	.why-me-title {
		font-size: 1.75rem;
	}

	.why-me-lead {
		font-size: 0.9375rem;
	}

	.why-me-item {
		padding-left: 16px;
	}

	.why-me-item::before {
		width: 3px;
	}

	.why-me-item-title {
		font-size: 0.9375rem;
	}

	.why-me-item-text {
		font-size: 0.8125rem;
	}

	.why-me-card {
		padding: 1rem;
		gap: 0.875rem;
	}

	.why-me-card-icon {
		width: 40px;
		height: 40px;
		border-radius: 10px;
	}

	.why-me-card-icon svg {
		width: 20px;
		height: 20px;
	}
}

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/

.faq-section {
	padding: 5rem 0;
	background: #ffffff;
	position: relative;
}

.faq-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 2rem;
}

/* Заголовок секции */
.faq-header {
	text-align: center;
	margin-bottom: 3rem;
}

.faq-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 1rem 0;
	line-height: 1.2;
}

.faq-title .title-gradient {
	background: linear-gradient(90deg, #3b82f6 0%, #a855f7 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.faq-subtitle {
	font-size: 1.125rem;
	color: #64748b;
	margin: 0;
	line-height: 1.6;
}

/* Аккордеон */
.faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

/* Элемент вопроса */
.faq-item {
	background: #ffffff;
	border-radius: 16px;
	margin-bottom: 1rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	overflow: hidden;
	transition: all 0.3s ease;
	padding-bottom: 1rem;
}

.faq-item:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Заголовок вопроса */
.faq-header-item {
	padding: 1.5rem;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	user-select: none;
	transition: background-color 0.2s ease;
}

.faq-header-item:hover {
	background-color: #f8fafc;
}

.faq-question {
	font-size: 1.125rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0;
	line-height: 1.4;
	flex: 1;
}

/* Иконка стрелки */
.faq-icon {
	width: 24px;
	height: 24px;
	color: #64748b;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
	transform: rotate(180deg);
}

/* Блок ответа */
.faq-answer {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
	padding: 0 2.5rem;

}

.faq-item.active .faq-answer {
	max-height: 500px;
	opacity: 1;
	padding: 1.5rem 2.5rem 2rem 2.5rem;
	/* Явно устанавливаем padding-bottom для корректного расчета высоты */
	padding-bottom: 2rem;
}

.faq-answer p {
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #64748b;
	margin: 0;
	padding: 0;
}

/* Убираем margin у всех элементов внутри .faq-answer */
.faq-answer > * {
	margin-top: 0;
	margin-bottom: 0;
}

.faq-answer > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Адаптивность секции FAQ */
@media screen and (max-width: 768px) {
	.faq-section {
		padding: 3rem 0;
	}

	.faq-container {
		padding: 0 1.5rem;
	}

	.faq-header {
		margin-bottom: 2rem;
	}

	.faq-title {
		font-size: 2rem;
	}

	.faq-subtitle {
		font-size: 1rem;
	}

	.faq-header-item {
		padding: 1.25rem;
	}

	.faq-question {
		font-size: 1rem;
	}

	.faq-answer {
		padding: 0 2rem;
	}

	.faq-item.active .faq-answer {
		padding: 1.25rem 2rem 1.75rem 2rem;
		padding-bottom: 1.75rem;
	}

	.faq-answer p {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 480px) {
	.faq-section {
		padding: 2.5rem 0;
	}

	.faq-container {
		padding: 0 1rem;
	}

	.faq-title {
		font-size: 1.75rem;
	}

	.faq-subtitle {
		font-size: 0.9375rem;
	}

	.faq-header-item {
		padding: 1rem;
	}

	.faq-question {
		font-size: 0.9375rem;
	}

	.faq-icon {
		width: 20px;
		height: 20px;
	}

	.faq-answer {
		padding: 0 1.5rem;
	}

	.faq-item.active .faq-answer {
		padding: 1rem 1.5rem 1.5rem 1.5rem;
		padding-bottom: 1.5rem;
	}

	.faq-answer p {
		font-size: 0.8125rem;
	}
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/

.pricing-section {
	padding: 5rem 0;
	background: #f8fafc;
	position: relative;
}

.pricing-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2rem;
}

/* Заголовок секции */
.pricing-header {
	text-align: center;
	margin-bottom: 4rem;
}

.pricing-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 1rem 0;
	line-height: 1.2;
}

.pricing-title .title-gradient {
	background: linear-gradient(90deg, #3b82f6 0%, #a855f7 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.pricing-subtitle {
	font-size: 1.125rem;
	color: #64748b;
	margin: 0;
	line-height: 1.6;
}

/* Сетка тарифов */
.pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	align-items: stretch;
}

/* Карточка тарифа */
.pricing-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 2.5rem 2rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	position: relative;
}

.pricing-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Бейдж "Популярный" */
.pricing-badge {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	background: linear-gradient(135deg, #3b82f6 0%, #a855f7 100%);
	border-radius: 50px;
	padding: 0.5rem 1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.75rem;
	font-weight: 700;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
	z-index: 1;
}

.badge-star {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

/* Заголовок карточки */
.pricing-card-title {
	font-size: 1.75rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 0.75rem 0;
	line-height: 1.2;
}

/* Описание карточки */
.pricing-card-description {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #64748b;
	margin: 0 0 2rem 0;
}

/* Цена */
.pricing-price {
	margin-bottom: 2rem;
}

.pricing-amount {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1;
	background: linear-gradient(135deg, #3b82f6 0%, #a855f7 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	display: inline-block;
}

.pricing-currency {
	font-size: 1.5rem;
	font-weight: 700;
	color: #64748b;
	margin-left: 0.25rem;
}

.pricing-note {
	font-size: 0.875rem;
	color: #64748b;
	margin-top: 0.5rem;
}

/* Список опций */
.pricing-features {
	list-style: none;
	margin: 0 0 2rem 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	flex-grow: 1;
}

.pricing-features li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #334155;
}

.pricing-check {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	color: #3b82f6;
	margin-top: 0.125rem;
}

.pricing-features span {
	flex: 1;
}

/* Кнопки */
.pricing-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.875rem 1.5rem;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	width: 100%;
	height: 52px;
	transition: all 0.3s ease;
	margin-top: auto;
}

.pricing-button-outline {
	background: transparent;
	border: 1px solid #bfdbfe;
	color: #0f172a;
}

.pricing-button-outline:hover,
.pricing-button-outline:focus {
	background: rgba(59, 130, 246, 0.1);
	border-color: #3b82f6;
	color: #0f172a;
}

.pricing-button-primary {
	background: linear-gradient(90deg, #3b82f6 0%, #a855f7 100%);
	color: #ffffff;
	border: none;
	box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.pricing-button-primary:hover,
.pricing-button-primary:focus {
	transform: translateY(-2px);
	box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
	color: #ffffff;
}

/* Акцентная карточка (Стандарт) */
.pricing-card-accent {
	transform: scale(1.02);
	box-shadow: 0 8px 30px rgba(59, 130, 246, 0.15);
	border: 1px solid rgba(59, 130, 246, 0.2);
}

.pricing-card-accent:hover {
	transform: scale(1.02) translateY(-4px);
	box-shadow: 0 12px 40px rgba(59, 130, 246, 0.25);
}

/* Адаптивность секции Pricing */
@media screen and (max-width: 1024px) {
	.pricing-section {
		padding: 4rem 0;
	}

	.pricing-grid {
		gap: 1.5rem;
	}

	.pricing-card {
		padding: 2rem 1.5rem;
	}

	.pricing-card-accent {
		transform: scale(1);
	}

	.pricing-card-accent:hover {
		transform: translateY(-4px);
	}
}

@media screen and (max-width: 768px) {
	.pricing-section {
		padding: 3rem 0;
	}

	.pricing-container {
		padding: 0 1.5rem;
	}

	.pricing-header {
		margin-bottom: 3rem;
	}

	.pricing-title {
		font-size: 2rem;
	}

	.pricing-subtitle {
		font-size: 1rem;
	}

	.pricing-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.pricing-card {
		padding: 2rem 1.5rem;
	}

	.pricing-card-title {
		font-size: 1.5rem;
	}

	.pricing-amount {
		font-size: 2.5rem;
	}

	.pricing-features li {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 480px) {
	.pricing-section {
		padding: 2.5rem 0;
	}

	.pricing-container {
		padding: 0 1rem;
	}

	.pricing-title {
		font-size: 1.75rem;
	}

	.pricing-subtitle {
		font-size: 0.9375rem;
	}

	.pricing-card {
		padding: 1.5rem 1.25rem;
	}

	.pricing-badge {
		top: 1rem;
		right: 1rem;
		padding: 0.375rem 0.75rem;
		font-size: 0.6875rem;
	}

	.badge-star {
		width: 14px;
		height: 14px;
	}

	.pricing-card-title {
		font-size: 1.25rem;
	}

	.pricing-card-description {
		font-size: 0.875rem;
	}

	.pricing-amount {
		font-size: 2rem;
	}

	.pricing-currency {
		font-size: 1.25rem;
	}

	.pricing-note {
		font-size: 0.8125rem;
	}

	.pricing-features {
		gap: 0.75rem;
	}

	.pricing-features li {
		font-size: 0.8125rem;
	}

	.pricing-check {
		width: 18px;
		height: 18px;
	}

	.pricing-button {
		height: 48px;
		font-size: 0.9375rem;
	}
}

/*--------------------------------------------------------------
# Brands Section
---------------------------------------------------------------*/

.brands-section {
	padding: 5rem 0;
	background: #ffffff;
	position: relative;
}

.brands-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2rem;
}

/* Заголовок секции */
.brands-header {
	text-align: center;
	margin-bottom: 4rem;
}

.brands-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	color: #1e293b;
	margin: 0 0 1rem 0;
	line-height: 1.2;
}

.brands-subtitle {
	font-size: 1.125rem;
	color: #64748b;
	margin: 0;
	line-height: 1.6;
}

/* Обертка слайдера */
.brands-slider-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

/* Кнопки навигации */
.brands-slider-btn {
	position: relative;
	z-index: 2;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid #e2e8f0;
	color: #3b82f6;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	flex-shrink: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.brands-slider-btn:hover {
	background: #3b82f6;
	color: #ffffff;
	border-color: #3b82f6;
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.brands-slider-btn:active {
	transform: scale(0.95);
}

.brands-slider-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	transform: none;
}

.brands-slider-btn svg {
	width: 24px;
	height: 24px;
}

/* Контейнер слайдера */
.brands-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.brands-slider-track {
	display: flex;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	gap: 2rem;
	will-change: transform;
}

/* Слайд */
.brands-slide {
	flex: 0 0 220px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brands-image {
	width: 220px;
	height: 110px;
	object-fit: contain;
	border-radius: 12px;
	background: #f8fafc;
	padding: 1rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid #e2e8f0;
}

.brands-image:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Адаптивность */
@media screen and (max-width: 1024px) {
	.brands-section {
		padding: 4rem 0;
	}

	.brands-header {
		margin-bottom: 3rem;
	}

	.brands-slider-wrapper {
		gap: 1rem;
	}

	.brands-slider-btn {
		width: 40px;
		height: 40px;
	}

	.brands-slider-btn svg {
		width: 20px;
		height: 20px;
	}

	.brands-slide {
		flex: 0 0 200px;
		height: 100px;
	}

	.brands-image {
		width: 200px;
		height: 100px;
	}
}

@media screen and (max-width: 768px) {
	.brands-section {
		padding: 3rem 0;
	}

	.brands-container {
		padding: 0 1.5rem;
	}

	.brands-header {
		margin-bottom: 2.5rem;
	}

	.brands-title {
		font-size: 2rem;
	}

	.brands-subtitle {
		font-size: 1rem;
	}

	.brands-slider-wrapper {
		gap: 0.75rem;
	}

	.brands-slider-btn {
		width: 36px;
		height: 36px;
	}

	.brands-slider-btn svg {
		width: 18px;
		height: 18px;
	}

	.brands-slide {
		flex: 0 0 180px;
		height: 90px;
	}

	.brands-image {
		width: 180px;
		height: 90px;
		padding: 0.75rem;
	}

	.brands-slider-track {
		gap: 1.5rem;
	}
}

@media screen and (max-width: 480px) {
	.brands-section {
		padding: 2.5rem 0;
	}

	.brands-container {
		padding: 0 1rem;
	}

	.brands-title {
		font-size: 1.75rem;
	}

	.brands-subtitle {
		font-size: 0.9375rem;
	}

	.brands-slider-wrapper {
		gap: 0.5rem;
	}

	.brands-slider-btn {
		width: 32px;
		height: 32px;
	}

	.brands-slider-btn svg {
		width: 16px;
		height: 16px;
	}

	.brands-slide {
		flex: 0 0 260px;
		height: 100px;
	}

	.brands-image {
		width: 200px;
		height: 100px;
		padding: 0.5rem;
	}

	.brands-slider-track {
		gap: 1rem;
	}
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

.contact-section {
	padding: 5rem 0;
	background: #f8fafc;
	position: relative;
}

.contact-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2rem;
}

/* Заголовок секции */
.contact-header {
	text-align: center;
	margin-bottom: 4rem;
}

.contact-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 1rem 0;
	line-height: 1.2;
}

.contact-title .title-gradient {
	background: linear-gradient(90deg, #3b82f6 0%, #a855f7 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.contact-subtitle {
	font-size: 1.125rem;
	color: #64748b;
	margin: 0;
	line-height: 1.6;
}

/* Контейнер Grid (2 колонки) */
.contact-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

/* Карточки (Левая и Правая) */
.contact-info-card,
.contact-form-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 2.5rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* Левая колонка: Контактная информация */
.contact-info-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 2rem 0;
}

/* Список контактов */
.contact-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 1.25rem;
}

/* Иконки контактов */
.contact-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	flex-shrink: 0;
}

.contact-icon svg {
	width: 24px;
	height: 24px;
}

/* Голубой градиент для телефона */
.contact-icon-phone {
	background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* Синий градиент для email */
.contact-icon-email {
	background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
	box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* Фиолетовый градиент для локации */
.contact-icon-location {
	background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%);
	box-shadow: 0 4px 12px rgba(168, 85, 247, 0.3);
}

/* Контент элемента контакта */
.contact-item-content {
	flex: 1;
}

.contact-item-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: #64748b;
	margin-bottom: 0.25rem;
}

.contact-item-value {
	font-size: 1rem;
	font-weight: 600;
	color: #0f172a;
}

.contact-item-value a {
	color: #0f172a;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-item-value a:hover,
.contact-item-value a:focus {
	color: #3b82f6;
}

/* Разделитель */
.contact-divider {
	border: none;
	border-top: 1px solid #e2e8f0;
	margin: 2rem 0;
}

/* Социальные сети */
.contact-social {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact-social-label {
	font-size: 0.875rem;
	color: #64748b;
	font-weight: 500;
}

.contact-social-links {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.contact-social-link {
	font-size: 0.9375rem;
	color: #0f172a;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	display: inline-block;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* Telegram icon - first link */
.contact-social-links .contact-social-link:nth-child(1) {
	background-image: url('https://dj.doodee.ru/wp-content/uploads/2025/11/telegram-min.svg');
}

/* WhatsApp icon - second link */
.contact-social-links .contact-social-link:nth-child(2) {
	background-image: url('https://dj.doodee.ru/wp-content/uploads/2025/11/whatsapp-min.svg');
}

.contact-social-link:hover,
.contact-social-link:focus {
	opacity: 0.7;
	transform: scale(1.1);
}

/* Правая колонка: Форма */
.contact-form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

/* Группа полей формы */
.form-group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

/* Лейблы */
.form-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: #0f172a;
	margin-bottom: 0.25rem;
}

/* Поля ввода */
.form-input,
.form-textarea {
	width: 100%;
	padding: 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #f8fafc;
	font-size: 0.9375rem;
	font-family: inherit;
	color: #0f172a;
	transition: all 0.3s ease;
}

.form-input:focus,
.form-textarea:focus {
	outline: none;
	border-color: #3b82f6;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-input:hover,
.form-textarea:hover {
	border-color: #cbd5e1;
}

.form-textarea {
	resize: vertical;
	min-height: 120px;
	font-family: inherit;
}

/* Кнопка отправки */
.contact-submit {
	width: 100%;
	padding: 1rem 2rem;
	border-radius: 50px;
	background: linear-gradient(90deg, #3b82f6 0%, #a855f7 100%);
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
	margin-top: 0.5rem;
}

.contact-submit:hover,
.contact-submit:focus {
	transform: translateY(-2px);
	box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
}

.contact-submit:active {
	transform: translateY(0);
}

/* Privacy text */
.contact-privacy {
	font-size: 0.8125rem;
	color: #64748b;
	text-align: center;
	margin: 0.5rem 0 0 0;
	line-height: 1.5;
}

.contact-privacy a {
	color: #3b82f6;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-privacy a:hover,
.contact-privacy a:focus {
	color: #2563eb;
	text-decoration: underline;
}

/* Адаптивность секции Contact */
@media screen and (max-width: 1024px) {
	.contact-section {
		padding: 4rem 0;
	}

	.contact-content {
		gap: 1.5rem;
	}

	.contact-info-card,
	.contact-form-card {
		padding: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.contact-section {
		padding: 3rem 0;
	}

	.contact-container {
		padding: 0 1.5rem;
	}

	.contact-header {
		margin-bottom: 3rem;
	}

	.contact-title {
		font-size: 2rem;
	}

	.contact-subtitle {
		font-size: 1rem;
	}

	.contact-content {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.contact-info-card,
	.contact-form-card {
		padding: 1.5rem;
	}

	.form-row {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.contact-list {
		gap: 1.25rem;
	}

	.contact-icon {
		width: 44px;
		height: 44px;
	}

	.contact-icon svg {
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width: 480px) {
	.contact-section {
		padding: 2.5rem 0;
	}

	.contact-container {
		padding: 0 1rem;
	}

	.contact-title {
		font-size: 1.75rem;
	}

	.contact-subtitle {
		font-size: 0.9375rem;
	}

	.contact-info-card,
	.contact-form-card {
		padding: 1.25rem;
	}

	.contact-info-title {
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
	}

	.contact-item {
		gap: 1rem;
	}

	.contact-icon {
		width: 40px;
		height: 40px;
		border-radius: 10px;
	}

	.contact-icon svg {
		width: 20px;
		height: 20px;
	}

	.contact-item-label {
		font-size: 0.8125rem;
	}

	.contact-item-value {
		font-size: 0.9375rem;
	}

	.contact-social-links {
		flex-direction: column;
		gap: 0.75rem;
	}

	.form-label {
		font-size: 0.8125rem;
	}

	.form-input,
	.form-textarea {
		padding: 0.875rem;
		font-size: 0.875rem;
	}

	.contact-submit {
		padding: 0.875rem 1.5rem;
		font-size: 0.9375rem;
	}

	.contact-privacy {
		font-size: 0.75rem;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	background: #F5F5F7;
	position: relative;
	margin-top: 4rem;
	padding-top: 4rem;
	padding-bottom: 0;
}

/* Основной контент футера */
.footer-main {
	padding-bottom: 2rem;
}

.footer-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2rem;
}

.footer-content {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 4rem;
	margin-bottom: 3rem;
}

/* Колонка: Брендинг */
.footer-branding {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.footer-logo {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.logo-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #3b82f6 0%, #a855f7 100%);
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
	flex-shrink: 0;
}

.logo-icon svg {
	width: 24px;
	height: 24px;
}

.logo-text {
	font-size: 1.5rem;
	font-weight: 800;
	color: #0f172a;
}

.footer-description {
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #64748b;
	margin: 0;
	max-width: 90%;
}

/* Социальные иконки */
.footer-social {
	display: flex;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.social-link {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 50%;
	color: #0f172a;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.social-link:hover,
.social-link:focus {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	color: #3b82f6;
}

.social-link svg {
	width: 20px;
	height: 20px;
}

/* Колонки: Навигация */
.footer-column {
	display: flex;
	flex-direction: column;
}

.footer-column-title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 1.5rem 0;
}

.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.footer-menu li {
	margin: 0;
}

.footer-menu a {
	color: #64748b;
	text-decoration: none;
	font-size: 0.9375rem;
	transition: color 0.3s ease;
	display: inline-block;
}

.footer-menu a:hover,
.footer-menu a:focus {
	color: #0f172a;
}

/* Нижняя панель */
.footer-bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	padding: 2rem 0;
	position: relative;
	z-index: 2;
}

.footer-bottom-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.footer-copyright {
	font-size: 0.875rem;
	color: #64748b;
}

.footer-legal {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.footer-legal a {
	color: #64748b;
	text-decoration: none;
	font-size: 0.875rem;
	transition: color 0.3s ease;
}

.footer-legal a:hover,
.footer-legal a:focus {
	color: #0f172a;
}

.footer-separator {
	color: #64748b;
	font-size: 0.875rem;
}

/* Декоративная волна */
.footer-wave {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.footer-wave svg {
	width: 100%;
	height: 100%;
	display: block;
}

/* Адаптивность футера */
@media screen and (max-width: 1024px) {
	.footer-content {
		gap: 3rem;
	}

	.footer-description {
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.site-footer {
		padding-top: 3rem;
	}

	.footer-container {
		padding: 0 1.5rem;
	}

	.footer-content {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.footer-branding {
		text-align: center;
		align-items: center;
	}

	.footer-description {
		text-align: center;
		max-width: 100%;
	}

	.footer-social {
		justify-content: center;
	}

	.footer-column {
		text-align: center;
	}

	.footer-menu {
		align-items: center;
	}

	.footer-bottom-content {
		flex-direction: column;
		text-align: center;
	}

	.footer-legal {
		justify-content: center;
	}
}

@media screen and (max-width: 480px) {
	.site-footer {
		padding-top: 2rem;
		margin-top: 2rem;
	}

	.footer-container {
		padding: 0 1rem;
	}

	.footer-content {
		gap: 2rem;
	}

	.logo-text {
		font-size: 1.25rem;
	}

	.footer-description {
		font-size: 0.875rem;
	}

	.social-link {
		width: 40px;
		height: 40px;
	}

	.social-link svg {
		width: 18px;
		height: 18px;
	}

	.footer-column-title {
		font-size: 1rem;
	}

	.footer-menu a {
		font-size: 0.875rem;
	}

	.footer-copyright,
	.footer-legal a {
		font-size: 0.8125rem;
	}
}

/*--------------------------------------------------------------
# Music Equalizer Visual Effect
--------------------------------------------------------------*/
.music-equalizer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 2px;
	padding: 0 10px 10px;
	z-index: 9999;
	pointer-events: none;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}

.equalizer-bar {
	width: 3px;
	min-width: 2px;
	height: 20%;
	background: linear-gradient(
		to top,
		#a5f3fc 0%,
		#67e8f9 20%,
		#22d3ee 40%,
		#a78bfa 60%,
		#8b5cf6 80%,
		#7c3aed 100%
	);
	border-radius: 2px 2px 0 0;
	animation: equalizer-wave 1s ease-in-out infinite;
	transform-origin: bottom;
}

@keyframes equalizer-wave {
	0%, 100% {
		height: 20%;
		opacity: 0.7;
	}
	25% {
		height: 60%;
		opacity: 1;
	}
	50% {
		height: 90%;
		opacity: 1;
	}
	75% {
		height: 40%;
		opacity: 0.9;
	}
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
	.music-equalizer {
		height: 60px;
		padding: 0 5px 5px;
		gap: 1px;
	}

	.equalizer-bar {
		width: 2px;
		min-width: 1px;
	}
}

@media screen and (max-width: 480px) {
	.music-equalizer {
		height: 50px;
	}
}
