/*!
Theme Name: Stepanov
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: stepanov
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.

Stepanov 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
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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;
}


/* Main menu */
.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 18px 40px;
	background: #ffffff;
	border-bottom: 1px solid #e8e8e8;
}

.site-branding {
	flex-shrink: 0;
}

.site-title {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
}

.site-title a {
	color: #222;
	text-decoration: none;
}

.site-description {
	margin: 4px 0 0;
	font-size: 14px;
	color: #777;
}

.main-navigation {
	width: auto;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation li {
	margin: 0;
}

.main-navigation a {
	color: #222;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
	color: #4169e1;
}

.menu-toggle {
	display: none;
}

@media screen and (max-width: 768px) {
	.site-header {
		display: block;
		padding: 16px 20px;
	}

	.main-navigation {
		margin-top: 15px;
		width: 100%;
	}

	.menu-toggle {
		display: inline-block;
		margin-bottom: 12px;
	}

	.main-navigation ul {
		display: none;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.main-navigation.toggled ul {
		display: flex;
	}
}


/* Sticky header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 9999;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}


/* Single post page */
.single-post-page {
	padding: 50px 20px;
	background: #f7f7f7;
}

.single-post-container {
	max-width: 900px;
	margin: 0 auto;
	background: #ffffff;
	padding: 40px;
	border-radius: 16px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.single-post-container .entry-title {
	margin: 0 0 20px;
	font-size: 42px;
	line-height: 1.2;
	color: #222;
}

.single-post-container .entry-meta {
	margin-bottom: 25px;
	font-size: 14px;
	color: #777;
}

.single-post-container .post-thumbnail {
	margin-bottom: 30px;
}

.single-post-container .post-thumbnail img {
	width: 100%;
	border-radius: 14px;
}

.single-post-container .entry-content {
	font-size: 18px;
	line-height: 1.8;
	color: #333;
}

.single-post-container .entry-content p {
	margin-bottom: 22px;
}

.single-post-container .entry-footer {
	margin-top: 35px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
	font-size: 14px;
	color: #777;
}

.single-post-container .post-navigation {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
}

.single-post-container .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.single-post-container .nav-previous,
.single-post-container .nav-next {
	width: 50%;
}

.single-post-container .nav-next {
	text-align: right;
}

.single-post-container .post-navigation a {
	display: block;
	padding: 20px;
	background: #f4f6fb;
	border-radius: 12px;
	color: #222;
	text-decoration: none;
	transition: all 0.2s ease;
}

.single-post-container .post-navigation a:hover {
	background: #4169e1;
	color: #ffffff;
}

.single-post-container .nav-subtitle {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
	color: inherit;
	opacity: 0.75;
}

.single-post-container .nav-title {
	display: block;
	font-size: 17px;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.single-post-page {
		padding: 25px 15px;
	}

	.single-post-container {
		padding: 24px;
		border-radius: 12px;
	}

	.single-post-container .entry-title {
		font-size: 30px;
	}

	.single-post-container .entry-content {
		font-size: 16px;
	}

	.single-post-container .nav-links {
		flex-direction: column;
	}

	.single-post-container .nav-previous,
	.single-post-container .nav-next {
		width: 100%;
		text-align: left;
	}
}


/* Fix comment form text color */
.comment-form textarea,
.comment-form input {
	color: #000 !important;
	background: #fff;
}

.comment-form textarea::placeholder,
.comment-form input::placeholder {
	color: #777;
}


.comment-form * {
	color: #000 !important;
}


/* Fix comment title color */
.comment-reply-title {
	color: #000 !important;
}


/* Fix comments text color */
.comment-content,
.comment-content p,
.comment-content a,
.comment-metadata,
.comment-author,
.comment-meta,
.comment-body {
	color: #000 !important;
}


.reading-progress { position: fixed; top: 0; left: 0; height: 4px; width: 0%; background: #ff5a1f; z-index: 9999; transition: width 0.1s linear; }


/* Reading progress bar */
.reading-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 4px;
	width: 0%;
	background: #ff5a1f;
	z-index: 99999;
	transition: width 0.1s linear;
}



/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 25px;
	font-size: 14px;
	color: #777;
}

.breadcrumbs a {
	color: #ff5a1f;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs span {
	margin-right: 6px;
}

/* Related posts */
.related-posts {
	margin-top: 45px;
	padding-top: 35px;
	border-top: 1px solid #e6e6e6;
}

.related-posts h2 {
	margin-bottom: 24px;
	font-size: 28px;
	color: #222;
}

.related-posts__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.related-post-card {
	background: #f4f6fb;
	border-radius: 14px;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.related-post-card a {
	display: block;
	color: #222;
	text-decoration: none;
}

.related-post-card__image {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}

.related-post-card h3 {
	margin: 0;
	padding: 16px;
	font-size: 18px;
	line-height: 1.3;
}

@media screen and (max-width: 768px) {
	.related-posts__grid {
		grid-template-columns: 1fr;
	}
}


/* Category page */
.category-header {
	text-align: center;
}

.category-title {
	font-size: 36px;
	margin-bottom: 10px;
}

.category-description {
	color: #777;
	max-width: 600px;
	margin: 0 auto;
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 30px;
}

.category-card {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0,0,0,0.06);
	transition: 0.2s;
}

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

.category-card__image {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.category-card__content {
	padding: 18px;
}

.category-card__title {
	font-size: 20px;
	margin-bottom: 10px;
}

.category-card__title a {
	color: #222;
	text-decoration: none;
}

.category-card__excerpt {
	font-size: 14px;
	color: #666;
}

@media (max-width: 768px) {
	.category-grid {
		grid-template-columns: 1fr;
	}
}


/* Category archive */
.category-page {
	background: #f7f7f7;
}

.category-header {
	text-align: center;
	margin-bottom: 35px;
}

.category-title {
	font-size: 40px;
	color: #222;
	margin-bottom: 10px;
}

.category-description {
	color: #666;
	max-width: 700px;
	margin: 0 auto;
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.category-card {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.category-card__thumb {
	display: block;
	text-decoration: none;
}

.category-card__image {
	width: 100%;
	height: 210px;
	object-fit: cover;
	display: block;
}

.category-card__placeholder {
	height: 210px;
	background: #e9e9e9;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777;
}

.category-card__content {
	padding: 20px;
}

.category-card__title {
	margin: 0 0 12px;
	font-size: 21px;
	line-height: 1.3;
}

.category-card__title a {
	color: #222;
	text-decoration: none;
}

.category-card__title a:hover {
	color: #ff5a1f;
}

.category-card__excerpt {
	font-size: 15px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 18px;
}

.category-card__button {
	display: inline-block;
	padding: 10px 16px;
	background: #ff5a1f;
	color: #fff !important;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
}

.category-pagination {
	margin-top: 40px;
}

@media screen and (max-width: 992px) {
	.category-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.category-grid {
		grid-template-columns: 1fr;
	}

	.category-title {
		font-size: 32px;
	}
}



/* ================================
   Correct mobile burger menu
================================ */

.site-header {
	position: sticky;
	top: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 18px 40px;
	background: #ffffff;
	border-bottom: 1px solid #e8e8e8;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.site-branding {
	flex-shrink: 0;
}

.site-title {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
}

.site-title a {
	color: #222;
	text-decoration: none;
}

.site-description {
	margin: 4px 0 0;
	font-size: 14px;
	color: #777;
}

.main-navigation {
	width: auto;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation li {
	position: relative;
	margin: 0;
}

.main-navigation a {
	display: block;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
	color: #ff5a1f;
}

.menu-toggle {
	display: none;
}

@media screen and (max-width: 768px) {
	.site-header {
		flex-wrap: wrap;
		gap: 0;
		padding: 14px 20px;
	}

	.site-branding {
		max-width: calc(100% - 60px);
	}

	.site-title {
		font-size: 24px;
	}

	.site-description {
		font-size: 13px;
	}

	.main-navigation {
		width: auto;
		margin: 0;
	}

	.menu-toggle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 0;
		border-radius: 8px;
		background: #ff5a1f;
		cursor: pointer;
	}

	.menu-toggle span:not(.screen-reader-text) {
		display: block;
		width: 24px;
		height: 2px;
		margin: 0 auto;
		background: #ffffff;
		border-radius: 2px;
		transition: transform 0.25s ease, opacity 0.25s ease;
	}

	.main-navigation.toggled .menu-toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.main-navigation.toggled .menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	.main-navigation.toggled .menu-toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.main-navigation .menu,
	.main-navigation ul {
		display: none;
	}

	.main-navigation.toggled {
		width: 100%;
		margin-top: 14px;
	}

	.main-navigation.toggled .menu,
	.main-navigation.toggled ul {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		width: 100%;
		padding: 10px 0 0;
		background: #ffffff;
	}

	.main-navigation li {
		width: 100%;
		border-bottom: 1px solid #eeeeee;
	}

	.main-navigation li:last-child {
		border-bottom: 0;
	}

	.main-navigation a {
		width: 100%;
		padding: 14px 0;
		font-size: 17px;
		color: #222;
	}

	.main-navigation a:hover,
	.main-navigation .current-menu-item > a {
		color: #ff5a1f;
	}
}

@media screen and (min-width: 769px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}


/* HERO SLIDER */
.hero-slider {
	width: 100%;
}

.hero-slide {
	position: relative;
	min-height: 600px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero-slide__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.hero-slide__content {
	position: relative;
	z-index: 2;
	max-width: 900px;
	padding: 40px 20px;
	color: #fff;
}

.hero-slide__content h1 {
	margin: 0 0 20px;
	font-size: 56px;
	line-height: 1.1;
	color: #fff;
}

.hero-slide__text {
	font-size: 20px;
	line-height: 1.6;
}

.hero-slide__btn {
	display: inline-block;
	margin-top: 25px;
	padding: 14px 28px;
	background: #ff5a1f;
	color: #fff !important;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
	color: #fff;
}

.hero-slider .swiper-pagination-bullet-active {
	background: #ff5a1f;
}

/* TEXT + MEDIA */
.home-text-media {
	padding: 70px 20px;
	background: #fff;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.home-text-media__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: center;
}

.home-text-media__image img {
	width: 100%;
	border-radius: 16px;
	display: block;
}

.home-text-media__content h2 {
	font-size: 40px;
	margin: 0 0 20px;
	color: #222;
}

.home-text-media__content {
	font-size: 18px;
	line-height: 1.7;
	color: #444;
}

.home-text-media__btn {
	display: inline-block;
	margin-top: 20px;
	padding: 12px 24px;
	background: #222;
	color: #fff !important;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
}

/* NEWS SWIPER */
.home-news {
	padding: 70px 20px;
	background: #f7f7f7;
}

.home-news__top h2 {
	margin: 0 0 35px;
	font-size: 40px;
	color: #222;
}

.news-card {
	height: 100%;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
}

.news-card__image img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
}

.news-card__placeholder {
	height: 280px;
	background: #e9e9e9;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777;
}

.news-card__content {
	padding: 22px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.news-card h3 {
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 1.3;
}

.news-card h3 a {
	color: #222;
	text-decoration: none;
}

.news-card__excerpt {
	font-size: 15px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 20px;
}

.news-card__btn {
	margin-top: auto;
	display: inline-block;
	width: fit-content;
	padding: 10px 18px;
	background: #ff5a1f;
	color: #fff !important;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
}

.news-pagination {
	position: static;
	margin-top: 30px;
}

.news-swiper .swiper-pagination-bullet-active {
	background: #ff5a1f;
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
	.hero-slide {
		min-height: 450px;
	}

	.hero-slide__content h1 {
		font-size: 34px;
	}

	.hero-slide__text {
		font-size: 16px;
	}

	.hero-slider .swiper-button-prev,
	.hero-slider .swiper-button-next {
		display: none;
	}

	.home-text-media,
	.home-news {
		padding: 45px 16px;
	}

	.home-text-media__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.home-text-media__content h2,
	.home-news__top h2 {
		font-size: 30px;
	}

	.news-card__image img,
	.news-card__placeholder {
		height: 230px;
	}
}

/* ======================================
   MOBILE BURGER MENU
====================================== */

.site-header {
	position: sticky;
	top: 0;
	z-index: 9999;

	display: flex;
	align-items: center;
	justify-content: space-between;

	padding: 18px 24px;

	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
}

.site-title {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
}

.site-title a {
	color: #222222;
	text-decoration: none;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	gap: 24px;

	margin: 0;
	padding: 0;

	list-style: none;
}

.main-navigation a {
	color: #222222;
	text-decoration: none;
	font-weight: 600;
}

.menu-toggle {
	display: none;
}

/* MOBILE */
@media screen and (max-width: 768px) {

	.site-header {
		flex-wrap: wrap;
		padding: 16px 20px;
	}

	.site-title {
		font-size: 24px;
	}

	.menu-toggle {
		display: flex;

		flex-direction: column;
		justify-content: center;
		gap: 5px;

		width: 44px;
		height: 44px;

		padding: 0;

		border: 0;
		border-radius: 8px;

		background: #ff5a1f;

		cursor: pointer;
	}

	.menu-toggle span {
		display: block;

		width: 24px;
		height: 2px;

		margin: 0 auto;

		background: #ffffff;
		border-radius: 2px;

		transition: 0.25s ease;
	}

	.main-navigation {
		width: auto;
	}

	.main-navigation ul {
		display: none;

		flex-direction: column;
		align-items: flex-start;

		width: 100%;

		margin-top: 15px;
		padding-top: 15px;

		border-top: 1px solid #eeeeee;
	}

	.main-navigation.toggled {
		width: 100%;
	}

	.main-navigation.toggled ul {
		display: flex;
	}

	.main-navigation li {
		width: 100%;
		border-bottom: 1px solid #eeeeee;
	}

	.main-navigation li:last-child {
		border-bottom: 0;
	}

	.main-navigation a {
		display: block;

		width: 100%;

		padding: 14px 0;

		font-size: 17px;
	}

	/* burger animation */
	.main-navigation.toggled .menu-toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.main-navigation.toggled .menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	.main-navigation.toggled .menu-toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

}

/* DESKTOP */
@media screen and (min-width: 769px) {

	.main-navigation ul {
		display: flex !important;
	}

}


/* HERO SLIDER */

.hero-slider {
	width: 100%;
}

.hero-slide {
	position: relative;
	min-height: 600px;

	display: flex;
	align-items: center;
	justify-content: center;

	background-size: cover;
	background-position: center;
}

.hero-slide__overlay {
	position: absolute;
	inset: 0;

	background: rgba(0,0,0,0.45);
}

.hero-slide__content {
	position: relative;
	z-index: 2;

	max-width: 900px;

	padding: 40px 20px;

	text-align: center;
	color: #ffffff;
}

.hero-slide__content h1 {
	margin: 0 0 20px;

	font-size: 56px;
	line-height: 1.1;

	color: #ffffff;
}

.hero-slide__text {
	font-size: 20px;
	line-height: 1.6;
}

.hero-slide__btn {
	display: inline-block;

	margin-top: 25px;
	padding: 14px 28px;

	background: #ff5a1f;

	color: #ffffff !important;
	text-decoration: none;

	border-radius: 8px;

	font-weight: 700;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
	color: #ffffff;
}

.hero-slider .swiper-pagination-bullet-active {
	background: #ff5a1f;
}


/* TEXT + MEDIA */

.home-text-media {
	padding: 70px 20px;
	background: #ffffff;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.home-text-media__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: center;
}

.home-text-media__image img {
	width: 100%;
	display: block;

	border-radius: 16px;
}

.home-text-media__content h2 {
	margin: 0 0 20px;

	font-size: 40px;

	color: #222222;
}

.home-text-media__content {
	font-size: 18px;
	line-height: 1.7;

	color: #444444;
}

.home-text-media__btn {
	display: inline-block;

	margin-top: 20px;
	padding: 12px 24px;

	background: #222222;

	color: #ffffff !important;
	text-decoration: none;

	border-radius: 8px;

	font-weight: 700;
}


/* NEWS */

.home-news {
	padding: 70px 20px;
	background: #f7f7f7;
}

.home-news__top h2 {
	margin: 0 0 35px;

	font-size: 40px;

	color: #222222;
}

.news-card {
	height: 100%;

	background: #ffffff;

	border-radius: 16px;

	overflow: hidden;

	box-shadow: 0 8px 25px rgba(0,0,0,0.08);

	display: flex;
	flex-direction: column;
}

.news-card__image img {
	width: 100%;
	height: 280px;

	object-fit: cover;

	display: block;
}

.news-card__placeholder {
	height: 280px;

	display: flex;
	align-items: center;
	justify-content: center;

	background: #e9e9e9;

	color: #777777;
}

.news-card__content {
	padding: 22px;

	display: flex;
	flex-direction: column;

	flex: 1;
}

.news-card h3 {
	margin: 0 0 12px;

	font-size: 22px;
	line-height: 1.3;
}

.news-card h3 a {
	color: #222222;
	text-decoration: none;
}

.news-card__excerpt {
	margin-bottom: 20px;

	font-size: 15px;
	line-height: 1.6;

	color: #666666;
}

.news-card__btn {
	margin-top: auto;

	display: inline-block;
	width: fit-content;

	padding: 10px 18px;

	background: #ff5a1f;

	color: #ffffff !important;
	text-decoration: none;

	border-radius: 8px;

	font-weight: 700;
}

.news-pagination {
	position: static;

	margin-top: 30px;
}

.news-swiper .swiper-pagination-bullet-active {
	background: #ff5a1f;
}


/* MOBILE */

@media screen and (max-width: 768px) {

	.hero-slide {
		min-height: 450px;
	}

	.hero-slide__content h1 {
		font-size: 34px;
	}

	.hero-slide__text {
		font-size: 16px;
	}

	.hero-slider .swiper-button-prev,
	.hero-slider .swiper-button-next {
		display: none;
	}

	.home-text-media,
	.home-news {
		padding: 45px 16px;
	}

	.home-text-media__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.home-text-media__content h2,
	.home-news__top h2 {
		font-size: 30px;
	}

	.news-card__image img,
	.news-card__placeholder {
		height: 230px;
	}

}


/* =====================================================
   MODERN PURPLE + GLASS DESIGN OVERRIDE
   Paste this at the VERY BOTTOM of style.css
===================================================== */

:root {
	--purple-dark: #12051f;
	--purple-main: #7c3aed;
	--purple-light: #a855f7;
	--pink: #ec4899;
	--text-dark: #171124;
	--text-soft: #6b5f7a;
	--white-glass: rgba(255, 255, 255, 0.76);
	--border-glass: rgba(255, 255, 255, 0.45);
	--shadow-glass: 0 24px 70px rgba(76, 29, 149, 0.22);
	--radius: 24px;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Roboto Condensed", Arial, sans-serif;
	color: var(--text-dark);
	background:
		radial-gradient(circle at top left, rgba(168, 85, 247, 0.28), transparent 35%),
		radial-gradient(circle at top right, rgba(236, 72, 153, 0.18), transparent 35%),
		linear-gradient(180deg, #f6efff 0%, #ffffff 45%, #f7f2ff 100%);
}

a {
	color: var(--purple-main);
}

a:hover {
	color: var(--pink);
}

/* FINAL MOBILE MENU FIX */

@media screen and (max-width: 768px) {
	.site-header {
		display: grid !important;
		grid-template-columns: 1fr 52px !important;
		align-items: center !important;
		background: rgba(255,255,255,0.82) !important;
	}

	.site-branding {
		grid-column: 1 !important;
	}

	.main-navigation {
		grid-column: 2 !important;
		width: 52px !important;
	}

	.menu-toggle {
		position: static !important;
		width: 46px !important;
		height: 46px !important;
		margin: 0 !important;
	}

	.main-navigation.toggled {
		grid-column: 1 / -1 !important;
		width: 100% !important;
		margin-top: 18px !important;
	}

	.main-navigation.toggled ul {
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 12px !important;
		background: rgba(255,255,255,0.92) !important;
		border-radius: 20px !important;
		box-shadow: 0 18px 50px rgba(76,29,149,0.22) !important;
	}

	.main-navigation.toggled li {
		width: 100% !important;
		border-bottom: 1px solid #eee !important;
	}

	.main-navigation.toggled a {
		display: block !important;
		width: 100% !important;
		padding: 15px 16px !important;
		color: #171124 !important;
		border-radius: 14px !important;
		background: transparent !important;
	}

	.main-navigation.toggled .current-menu-item > a,
	.main-navigation.toggled a:hover {
		color: #fff !important;
		background: linear-gradient(135deg, #7c3aed, #ec4899) !important;
	}
}


/* FIX MOBILE MENU FULL WIDTH UNDER HEADER */

@media screen and (max-width: 768px) {
	.site-header {
		position: relative !important;
		display: grid !important;
		grid-template-columns: 1fr 52px !important;
		align-items: center !important;
		padding: 22px 24px !important;
		background: #ffd5c6 !important;
	}

	.site-branding {
		grid-column: 1 !important;
		width: auto !important;
	}

	.main-navigation {
		grid-column: 2 !important;
		width: 52px !important;
		display: flex !important;
		justify-content: flex-end !important;
	}

	.menu-toggle {
		position: static !important;
		margin: 0 !important;
	}

	.main-navigation.toggled {
		grid-column: 1 / -1 !important;
		width: 100% !important;
		margin-top: 20px !important;
		display: block !important;
	}

	.main-navigation.toggled .menu,
	.main-navigation.toggled ul {
		width: 100% !important;
		display: flex !important;
		flex-direction: column !important;
		margin: 0 !important;
		padding: 0 !important;
		background: #fff !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}

	.main-navigation.toggled li {
		width: 100% !important;
		border-bottom: 1px solid #eee !important;
	}

	.main-navigation.toggled a {
		display: block !important;
		width: 100% !important;
		padding: 18px 24px !important;
		color: #222 !important;
		background: transparent !important;
		border-radius: 0 !important;
	}
}


/* RETURN PURPLE BACKGROUND */

@media screen and (max-width: 768px) {

	.site-header {
		background:
			radial-gradient(circle at top left,
				rgba(168,85,247,0.28),
				transparent 35%),
			radial-gradient(circle at top right,
				rgba(236,72,153,0.18),
				transparent 35%),
			linear-gradient(
				180deg,
				#f6efff 0%,
				#ffffff 45%,
				#f7f2ff 100%
			) !important;

		backdrop-filter: blur(18px) !important;
		-webkit-backdrop-filter: blur(18px) !important;

		border-bottom: 1px solid rgba(124,58,237,0.16) !important;
	}

	.main-navigation.toggled ul {
		background: rgba(255,255,255,0.82) !important;

		backdrop-filter: blur(18px) !important;
		-webkit-backdrop-filter: blur(18px) !important;

		border: 1px solid rgba(124,58,237,0.14) !important;
	}
}

/* BURGER */

.menu-toggle {
	display: none;
}

@media screen and (max-width: 768px) {
	.site-header {
		flex-wrap: wrap;
		padding: 14px 18px;
	}

	.site-title {
		font-size: 25px;
	}

	.menu-toggle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 46px;
		height: 46px;
		padding: 0;
		border: 0;
		border-radius: 14px;
		background: linear-gradient(135deg, var(--purple-main), var(--pink));
		box-shadow: 0 12px 30px rgba(124, 58, 237, 0.35);
		cursor: pointer;
	}

	.menu-toggle span {
		display: block;
		width: 24px;
		height: 2px;
		margin: 0 auto;
		background: #ffffff;
		border-radius: 2px;
		transition: 0.25s ease;
	}

	.main-navigation {
		width: auto;
	}

	.main-navigation ul {
		display: none;
		width: 100%;
		margin-top: 16px;
		padding: 14px;
		background: rgba(255, 255, 255, 0.82);
		backdrop-filter: blur(18px);
		border: 1px solid rgba(124, 58, 237, 0.14);
		border-radius: 20px;
		box-shadow: var(--shadow-glass);
	}

	.main-navigation.toggled {
		width: 100%;
	}

	.main-navigation.toggled ul {
		display: flex !important;
		flex-direction: column;
		align-items: stretch;
		gap: 6px;
	}

	.main-navigation li {
		width: 100%;
	}

	.main-navigation a {
		display: block;
		width: 100%;
		padding: 14px 16px;
	}

	.main-navigation.toggled .menu-toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.main-navigation.toggled .menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	.main-navigation.toggled .menu-toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}
}

/* HERO */

.hero-slider {
	position: relative;
	overflow: hidden;
}

.hero-slide {
	position: relative;
	min-height: 620px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
}

.hero-slide__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(18, 5, 31, 0.82), rgba(124, 58, 237, 0.54)),
		radial-gradient(circle at top right, rgba(236, 72, 153, 0.45), transparent 38%);
}

.hero-slide__content {
	position: relative;
	z-index: 2;
	max-width: 980px;
	margin: 0 20px;
	padding: 56px;
	text-align: center;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 34px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.hero-slide__content h1 {
	margin: 0 0 22px;
	font-size: clamp(38px, 6vw, 72px);
	line-height: 0.95;
	letter-spacing: -0.05em;
	color: #ffffff;
}

.hero-slide__text {
	max-width: 720px;
	margin: 0 auto;
	font-size: 21px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
}

.hero-slide__btn,
.home-text-media__btn,
.news-card__btn,
.category-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 26px;
	padding: 14px 26px;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: 800;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--purple-main), var(--pink));
	box-shadow: 0 14px 34px rgba(124, 58, 237, 0.38);
	transition: all 0.25s ease;
}

.hero-slide__btn:hover,
.home-text-media__btn:hover,
.news-card__btn:hover,
.category-card__button:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 44px rgba(124, 58, 237, 0.48);
}

.swiper-button-prev,
.swiper-button-next {
	color: #ffffff !important;
}

.swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.65) !important;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: var(--pink) !important;
}

/* SECTIONS */

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.home-text-media,
.home-news,
.single-post-page,
.category-page {
	padding: 80px 20px;
	background: transparent !important;
}

.home-text-media__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
	padding: 34px;
	background: var(--white-glass);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border: 1px solid var(--border-glass);
	border-radius: 34px;
	box-shadow: var(--shadow-glass);
}

.home-text-media__image img {
	width: 100%;
	display: block;
	border-radius: 26px;
	box-shadow: 0 18px 44px rgba(76, 29, 149, 0.18);
}

.home-text-media__content h2,
.home-news__top h2,
.related-posts h2,
.category-title {
	margin: 0 0 22px;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--purple-dark);
}

.home-text-media__content {
	font-size: 19px;
	line-height: 1.75;
	color: var(--text-soft);
}

/* NEWS CARDS */

.home-news__top {
	text-align: center;
}

.news-swiper {
	padding: 10px 4px 55px;
}

.news-card,
.category-card,
.related-post-card,
.single-post-container {
	height: 100%;
	background: var(--white-glass) !important;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border: 1px solid var(--border-glass);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow-glass);
	transition: all 0.28s ease;
}

.news-card:hover,
.category-card:hover,
.related-post-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 80px rgba(76, 29, 149, 0.28);
}

.news-card__image img,
.category-card__image,
.category-card__thumb img,
.related-post-card__image {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
}

.news-card__placeholder,
.category-card__placeholder {
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #ede9fe, #fae8ff);
	color: var(--text-soft);
}

.news-card__content,
.category-card__content {
	padding: 24px;
}

.news-card h3,
.category-card__title {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.18;
}

.news-card h3 a,
.category-card__title a,
.related-post-card a {
	color: var(--purple-dark) !important;
	text-decoration: none;
}

.news-card__excerpt,
.category-card__excerpt {
	font-size: 16px;
	line-height: 1.65;
	color: var(--text-soft);
}

/* SINGLE POST */

.single-post-container {
	max-width: 980px;
	padding: 46px;
}

.single-post-container .entry-title {
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--purple-dark);
}

.single-post-container .entry-content {
	font-size: 19px;
	line-height: 1.8;
	color: #342842;
}

.single-post-container .post-thumbnail img {
	border-radius: 24px;
}

/* FORMS / COMMENTS */

input,
textarea,
select {
	border-radius: 14px !important;
	border: 1px solid rgba(124, 58, 237, 0.18) !important;
	background: rgba(255, 255, 255, 0.78) !important;
	padding: 12px 14px !important;
}

button,
input[type="submit"] {
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--purple-main), var(--pink)) !important;
	color: #ffffff !important;
	font-weight: 800;
	padding: 13px 24px !important;
	cursor: pointer;
}

/* FOOTER */

.site-footer {
	padding: 34px 20px;
	text-align: center;
	background: var(--purple-dark);
	color: rgba(255, 255, 255, 0.8);
}

/* RESPONSIVE */

@media screen and (max-width: 768px) {
	.hero-slide {
		min-height: 520px;
	}

	.hero-slide__content {
		padding: 34px 22px;
		border-radius: 26px;
	}

	.hero-slide__text {
		font-size: 17px;
	}

	.home-text-media,
	.home-news,
	.single-post-page,
	.category-page {
		padding: 52px 16px;
	}

	.home-text-media__grid {
		grid-template-columns: 1fr;
		padding: 22px;
		border-radius: 26px;
	}

	.news-card__image img,
	.news-card__placeholder,
	.category-card__image,
	.category-card__placeholder {
		height: 230px;
	}

	.single-post-container {
		padding: 26px;
		border-radius: 26px;
	}
}

/* FIX NEWS CARDS SAME HEIGHT */

.news-swiper .swiper-wrapper {
	align-items: stretch;
}

.news-swiper .swiper-slide {
	height: auto;
	display: flex;
}

.news-card {
	width: 100%;
	min-height: 560px;
	display: flex !important;
	flex-direction: column;
}

.news-card__image {
	display: block;
	height: 260px;
	overflow: hidden;
}

.news-card__image img,
.news-card__placeholder {
	width: 100%;
	height: 260px !important;
	object-fit: cover;
}

.news-card__content {
	flex: 1;
	display: flex !important;
	flex-direction: column;
}

.news-card__excerpt {
	min-height: 115px;
}

.news-card__btn {
	margin-top: auto !important;
}


/* BEAUTIFUL CONTACT FORM */

body.page-template-default .page,
body.page .page {

	background:
		radial-gradient(circle at top left,
			rgba(236,72,153,0.22),
			transparent 28%),


		radial-gradient(circle at top right,
			rgba(168,85,247,0.28),
			transparent 30%),


		radial-gradient(circle at bottom center,
			rgba(124,58,237,0.35),
			transparent 35%),


		linear-gradient(
			135deg,
			#2b0b52 0%,
			#4c1d95 35%,
			#6d28d9 70%,
			#8b5cf6 100%
		);

	padding: 90px 20px !important;

	position: relative;
	overflow: hidden;
}

body.page .entry-title {
	text-align: center !important;
	color: #fff !important;
	font-size: 52px !important;
	margin-bottom: 35px !important;
}

body.page .entry-content {
	max-width: 720px !important;
	margin: 0 auto !important;
}

.wpcf7 {
	padding: 42px !important;
	border-radius: 30px !important;
	background: rgba(255,255,255,0.16) !important;
	border: 1px solid rgba(255,255,255,0.28) !important;
	backdrop-filter: blur(18px);
	box-shadow: 0 30px 80px rgba(0,0,0,0.25);
}

.wpcf7 p {
	margin-bottom: 22px !important;
}

.wpcf7 label {
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.wpcf7 input,
.wpcf7 textarea {
	width: 100% !important;
	margin-top: 8px !important;
	padding: 16px 18px !important;
	border: 1px solid rgba(255,255,255,0.35) !important;
	border-radius: 18px !important;
	background: rgba(255,255,255,0.92) !important;
	color: #1f1235 !important;
	font-size: 16px !important;
}

.wpcf7 textarea {
	min-height: 180px !important;
	resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	outline: none !important;
	border-color: #ec4899 !important;
	box-shadow: 0 0 0 4px rgba(236,72,153,0.22) !important;
}

.wpcf7-submit {
	width: auto !important;
	padding: 15px 34px !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #a855f7, #ec4899) !important;
	color: #fff !important;
	font-weight: 800 !important;
	box-shadow: 0 18px 40px rgba(236,72,153,0.35) !important;
}

.wpcf7-submit:hover {
	transform: translateY(-2px);
}

.widget,
.widget-area,
#secondary,
aside,
.search-form,
.wp-block-search {
	display: none !important;
}

@media (max-width: 768px) {
	body.page .page {
		padding: 55px 16px !important;
	}

	body.page .entry-title {
		font-size: 38px !important;
	}

	.wpcf7 {
		padding: 26px !important;
	}
}


/* animated glow */

body.page-template-default .page::before,
body.page-template-default .page::after,
body.page .page::before,
body.page .page::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	filter: blur(120px);
	opacity: 0.55;
	pointer-events: none;
}

body.page-template-default .page::before,
body.page .page::before {
	width: 420px;
	height: 420px;
	top: -120px;
	left: -120px;
	background: #ec4899;
}

body.page-template-default .page::after,
body.page .page::after {
	width: 500px;
	height: 500px;
	bottom: -180px;
	right: -120px;
	background: #7c3aed;
}


/* ======================================
   CONTACT PAGE FULL BACKGROUND
====================================== */

body.page-template-page-contact,
body.page-id-XX {
	background:
		linear-gradient(135deg, #2d0b59 0%, #5b21b6 45%, #7c3aed 100%);
	min-height: 100vh;
}

/* убрать светлые полосы */
.site,
.site-main,
.contact-page,
.contact-section {
	background: transparent !important;
}

/* ======================================
   CONTACT SECTION
====================================== */

.contact-section {
	min-height: 100vh;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 120px 20px 80px;

	position: relative;
	overflow: hidden;
}

/* красивые светящиеся круги */
.contact-section::before,
.contact-section::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
	opacity: 0.45;
	z-index: 0;
}

.contact-section::before {
	width: 420px;
	height: 420px;

	background: #ec4899;

	top: -120px;
	left: -120px;
}

.contact-section::after {
	width: 520px;
	height: 520px;

	background: #8b5cf6;

	right: -180px;
	bottom: -180px;
}

/* ======================================
   CONTACT CARD
====================================== */

.contact-form-wrapper {
	position: relative;
	z-index: 2;

	width: 100%;
	max-width: 620px;

	padding: 50px;

	border-radius: 32px;

	background: rgba(255,255,255,0.12);

	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);

	border: 1px solid rgba(255,255,255,0.16);

	box-shadow:
		0 20px 60px rgba(0,0,0,0.28),
		inset 0 1px 1px rgba(255,255,255,0.12);
}

/* ======================================
   TITLE
====================================== */

.contact-form-wrapper h1,
.contact-form-wrapper h2 {
	margin: 0 0 35px;

	text-align: center;

	font-size: 56px;
	font-weight: 800;

	color: #ffffff;

	letter-spacing: -0.03em;
}

/* ======================================
   LABELS
====================================== */

.contact-form-wrapper label {
	display: block;

	margin-bottom: 12px;

	font-size: 15px;
	font-weight: 700;

	color: rgba(255,255,255,0.92);
}

/* ======================================
   INPUTS
====================================== */

.contact-form-wrapper input,
.contact-form-wrapper textarea {
	width: 100%;

	padding: 18px 20px;

	margin-bottom: 24px;

	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 18px;

	background: rgba(255,255,255,0.92) !important;

	font-size: 16px;
	color: #1e1b4b !important;

	box-shadow:
		inset 0 2px 8px rgba(0,0,0,0.05);

	transition: 0.25s ease;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
	outline: none;

	border-color: #ec4899;

	box-shadow:
		0 0 0 4px rgba(236,72,153,0.22),
		inset 0 2px 8px rgba(0,0,0,0.05);

	transform: translateY(-1px);
}

.contact-form-wrapper textarea {
	min-height: 180px;
	resize: vertical;
}

/* ======================================
   BUTTON
====================================== */

.contact-form-wrapper button,
.contact-form-wrapper input[type="submit"] {
	width: 100%;

	padding: 18px;

	border: 0;
	border-radius: 999px;

	background:
		linear-gradient(135deg, #7c3aed, #ec4899);

	color: #ffffff !important;

	font-size: 17px;
	font-weight: 800;

	cursor: pointer;

	box-shadow:
		0 12px 30px rgba(124,58,237,0.35);

	transition: 0.25s ease;
}

.contact-form-wrapper button:hover,
.contact-form-wrapper input[type="submit"]:hover {
	transform: translateY(-3px);

	box-shadow:
		0 18px 40px rgba(124,58,237,0.5);
}

/* ======================================
   MOBILE
====================================== */

@media screen and (max-width: 768px) {

	.contact-section {
		padding: 100px 16px 50px;
	}

	.contact-form-wrapper {
		padding: 32px 24px;
		border-radius: 24px;
	}

	.contact-form-wrapper h1,
	.contact-form-wrapper h2 {
		font-size: 38px;
	}

}

/* ======================================
   LIVE GRADIENT PROGRESS BAR
====================================== */

.reading-progress {
	position: fixed;
	top: 0;
	left: 0;

	width: 0%;
	height: 5px;

	z-index: 999999;

	border-radius: 0 20px 20px 0;

	background:
		linear-gradient(
			90deg,
			#7c3aed,
			#a855f7,
			#ec4899,
			#7c3aed
		);

	background-size: 300% 100%;

	box-shadow:
		0 0 12px rgba(168, 85, 247, 0.7),
		0 0 24px rgba(236, 72, 153, 0.5);

	transition: width 0.08s linear;

	animation: progressGradient 4s linear infinite;
}

/* glow line under bar */
.reading-progress::after {
	content: "";

	position: absolute;
	left: 0;
	top: 0;

	width: 100%;
	height: 100%;

	background: inherit;

	filter: blur(10px);

	opacity: 0.8;

	z-index: -1;
}

/* moving gradient */
@keyframes progressGradient {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}


/* ======================================
   PERFECT BURGER MENU
====================================== */

.menu-toggle {
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 52px;
	height: 52px;

	padding: 0;

	border: 0;
	border-radius: 50%;

	background: linear-gradient(135deg, #7c3aed, #ec4899);

	cursor: pointer;

	box-shadow:
		0 10px 30px rgba(124,58,237,0.35);

	overflow: hidden;
}

/* lines */

.menu-toggle span:not(.screen-reader-text) {
	position: absolute;

	width: 24px;
	height: 2px;

	background: #ffffff;

	border-radius: 999px;

	transition: 0.3s ease;
}

/* top */
.menu-toggle span:nth-child(1) {
	transform: translateY(-7px);
}

/* middle */
.menu-toggle span:nth-child(2) {
	transform: translateY(0);
}

/* bottom */
.menu-toggle span:nth-child(3) {
	transform: translateY(7px);
}

/* ======================================
   ANIMATION TO X
====================================== */

.main-navigation.toggled .menu-toggle span:nth-child(1) {
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle span:nth-child(2) {
	opacity: 0;
}

.main-navigation.toggled .menu-toggle span:nth-child(3) {
	transform: rotate(-45deg);
}


/* =========================
   FIX DESKTOP / MOBILE MENU
========================= */

/* DESKTOP */
@media screen and (min-width: 769px) {

	.menu-toggle {
		display: none !important;
	}

	.main-navigation {
		width: auto !important;
	}

	.main-navigation ul {
		display: flex !important;
		flex-direction: row !important;
		align-items: center;
		gap: 24px;
	}

	.main-navigation li {
		width: auto !important;
		border: 0 !important;
	}

	.main-navigation a {
		padding: 10px 16px;
	}
}

/* MOBILE */
@media screen and (max-width: 768px) {

	.menu-toggle {
		display: flex !important;
	}

	.main-navigation ul {
		display: none !important;
	}

	.main-navigation.toggled ul {
		display: flex !important;
		flex-direction: column;
		width: 100%;
	}
}

/* FIX MOBILE BURGER LEFT + MENU BELOW */

@media screen and (max-width: 768px) {
	.site-header {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		flex-wrap: wrap !important;
		position: relative !important;
	}

	.site-branding {
		order: 1 !important;
		width: calc(100% - 70px) !important;
	}

	.main-navigation {
		order: 2 !important;
		width: 52px !important;
		margin: 0 !important;
		display: flex !important;
		justify-content: flex-end !important;
	}

	.menu-toggle {
		position: absolute !important;
		top: 14px !important;
		right: 18px !important;
		margin: 0 !important;
		z-index: 10000 !important;
	}

	.main-navigation.toggled {
		width: 100% !important;
	}

	.main-navigation ul {
		display: none !important;
	}

	.main-navigation.toggled ul {
		order: 3 !important;
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
		margin-top: 72px !important;
		padding: 12px 0 !important;
		background: #ffffff !important;
		border-radius: 16px !important;
	}

	.main-navigation.toggled li {
		width: 100% !important;
	}

	.main-navigation.toggled a {
		display: block !important;
		width: 100% !important;
		padding: 14px 18px !important;
	}
}

/* 2) Точки слайдера вынести ниже карточек */
.news-swiper {
	padding-bottom: 70px !important;
}

.news-swiper .swiper-pagination,
.news-pagination {
	position: relative !important;
	bottom: auto !important;
	left: auto !important;
	margin-top: 28px !important;
	text-align: center !important;
}

.news-swiper .swiper-pagination-bullet {
	background: rgba(255,255,255,0.7) !important;
}

.news-swiper .swiper-pagination-bullet-active {
	background: #ec4899 !important;
}


.news-swiper {
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px !important;
}

.news-swiper .swiper-wrapper {
	align-items: stretch;
}

.news-swiper .swiper-slide {
	height: auto;
	display: flex;
}

.news-card {
	width: 100%;
	height: 100%;
}

.news-pagination {
	position: relative !important;
	margin-top: 30px !important;
	text-align: center;
}

.news-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,0.8) !important;
	opacity: 1;
}

.news-pagination .swiper-pagination-bullet-active {
	background: #ec4899 !important;
}


/* NEWS SLIDER ARROWS + DOTS */

.home-news__top {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 20px !important;
	margin-bottom: 35px !important;
}

.home-news__top h2 {
	margin: 0 !important;
	color: #ff5a1f !important;
	font-size: 36px !important;
	text-align: left !important;
}

.home-news__arrows {
	display: flex;
	gap: 12px;
}

.news-arrow {
	width: 54px !important;
	height: 54px !important;
	margin: 0 !important;
	padding: 0 !important;

	border: 0 !important;
	border-radius: 50% !important;

	background: #ff5a1f !important;
	color: #fff !important;

	font-size: 40px !important;
	line-height: 1 !important;
	font-weight: 400 !important;

	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	cursor: pointer;
	box-shadow: none !important;
}

.news-arrow:hover {
	background: #e84d16 !important;
	transform: none !important;
}

.news-swiper {
	padding-bottom: 55px !important;
}

.news-pagination {
	position: relative !important;
	margin-top: 28px !important;
	text-align: center !important;
}

.news-pagination .swiper-pagination-bullet {
	width: 9px !important;
	height: 9px !important;
	background: #ffb99d !important;
	opacity: 1 !important;
}

.news-pagination .swiper-pagination-bullet-active {
	background: #ff5a1f !important;
}

/* mobile */
@media screen and (max-width: 768px) {
	.home-news__top {
		flex-direction: column !important;
		align-items: flex-start !important;
	}

	.news-arrow {
		width: 46px !important;
		height: 46px !important;
		font-size: 34px !important;
	}
}


/* NEWS SLIDER PURPLE SITE STYLE */

.home-news {
	background:
		radial-gradient(circle at top, rgba(236,72,153,0.18), transparent 35%),
		linear-gradient(180deg, #b99cf0 0%, #a98be8 100%) !important;
	padding: 90px 20px !important;
}

.home-news .container {
	max-width: 1220px !important;
}

.home-news__top h2 {
	color: #160b24 !important;
	font-size: 48px !important;
	font-weight: 800 !important;
	letter-spacing: -0.04em;
}

.news-arrow {
	background: linear-gradient(135deg, #7c3aed, #ec4899) !important;
	box-shadow: 0 16px 36px rgba(124,58,237,0.35) !important;
}

.news-arrow:hover {
	background: linear-gradient(135deg, #6d28d9, #db2777) !important;
	transform: translateY(-2px) !important;
}

.news-card {
	background: rgba(255,255,255,0.72) !important;
	backdrop-filter: blur(18px) !important;
	-webkit-backdrop-filter: blur(18px) !important;
	border: 1px solid rgba(255,255,255,0.45) !important;
	border-radius: 26px !important;
	box-shadow: 0 28px 70px rgba(76,29,149,0.22) !important;
	overflow: hidden !important;
}

.news-card__image,
.news-card__image img,
.news-card__placeholder {
	height: 260px !important;
	border-radius: 0 !important;
}

.news-card__placeholder {
	background: rgba(255,255,255,0.45) !important;
	color: #6b5f7a !important;
}

.news-card__content {
	padding: 26px !important;
}

.news-card h3 {
	color: #160b24 !important;
	font-size: 26px !important;
	font-weight: 700 !important;
}

.news-card h3 a {
	color: #160b24 !important;
}

.news-card__excerpt {
	color: #6b5f7a !important;
	font-size: 17px !important;
	line-height: 1.65 !important;
}

.news-card__btn {
	background: linear-gradient(135deg, #7c3aed, #ec4899) !important;
	box-shadow: 0 16px 36px rgba(124,58,237,0.35) !important;
	border-radius: 999px !important;
}

.news-pagination .swiper-pagination-bullet {
	background: rgba(255,255,255,0.75) !important;
}

.news-pagination .swiper-pagination-bullet-active {
	background: #ec4899 !important;
}

/* mobile */
@media screen and (max-width: 768px) {
	.home-news {
		padding: 60px 16px !important;
	}

	.home-news__top {
		align-items: center !important;
		text-align: center !important;
	}


	/* FIX NEWS ARROWS CENTER */

.news-arrow {
	width: 54px !important;
	height: 54px !important;
	margin: 0 !important;
	padding: 0 !important;

	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	line-height: 1 !important;
	font-size: 0 !important;
}

.news-arrow.news-prev::before {
	content: "‹";
	font-size: 42px;
	line-height: 1;
	transform: translateY(-3px);
}

.news-arrow.news-next::before {
	content: "›";
	font-size: 42px;
	line-height: 1;
	transform: translateY(-3px);
}

.news-arrow {
	color: #fff !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 28px !important;
	font-weight: 900 !important;
}

/* footer */

.site-footer {
    margin-top: 70px;
    padding: 56px 0 34px;
    background: var(--color-bg-light);
    color: var(--color-text);
}

.site-footer__top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    padding-bottom: 46px;
    border-bottom: 1px solid var(--color-border);
}

.site-footer__title {
    margin: 0 0 18px;
    color: var(--color-text-dark);
    font-size: 20px;
    line-height: 1.25;
}

.site-footer__menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__menu li + li {
    margin-top: 10px;
}

.site-footer__menu a {
    color: var(--color-text-muted);
    text-decoration: none;
    transition: color 0.25s ease;
}

.site-footer__menu a:hover {
    color: var(--color-link);
}

.site-footer__bottom {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 220px;
    gap: 32px;
    align-items: center;
    padding-top: 30px;
}

.site-footer__logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    color: inherit;
    text-decoration: none;
}

.site-footer__logo svg {
    display: block;
    width: 150px;
    height: 40px;
}

.site-footer__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    color: var(--color-text-muted);
    text-align: center;
    font-size: 15px;
}

.site-footer__slogan {
    width: 100%;
    color: var(--color-text-dark);
    font-weight: 700;
}

.site-footer__info a {
    color: var(--color-text-muted);
    text-decoration: none;
    transition: color 0.25s ease;
}

.site-footer__info a:hover {
    color: var(--color-link);
}

.site-footer__socials {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.site-footer__social {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--color-accent-soft);
    color: var(--color-link) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.25s ease;
}

.site-footer__social svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.site-footer__social:hover {
    background: var(--color-link);
    color: var(--color-text-light) !important;
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .site-footer__bottom {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .site-footer__logo {
        justify-self: center;
    }

    .site-footer__socials {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .site-footer {
        margin-top: 50px;
        padding: 42px 0 30px;
    }

    .site-footer__top {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 34px;
    }

    .site-footer__bottom {
        gap: 24px;
        padding-top: 26px;
    }
}


/* =========================================================
   BUILDER TEMPLATE
========================================================= */

.builder-page {
    padding-bottom: 20px;
}

.builder-page__hero {
    padding: 64px 0 34px;
    text-align: center;
}

.builder-page__title {
    margin: 0;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.05;
}

/* =========================================================
   BUILDER SECTION
========================================================= */

.builder-section {
    padding: 34px 0;
}

.builder-card {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.builder-section__title {
    margin: 0 0 18px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
}

.builder-section__text {
    font-size: 17px;
    line-height: 1.75;
}

.builder-section__text p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   TEXT + MEDIA
========================================================= */

.builder-text-media {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px;
    gap: 42px;
    align-items: center;
}

.builder-text-media--reverse {
    grid-template-columns: 460px minmax(0, 1fr);
}

.builder-text-media--reverse .builder-text-media__media {
    order: -1;
}

.builder-text-media__content,
.builder-text-media__media {
    min-width: 0;
}

.builder-text-media__image-link {
    display: block;
    overflow: hidden;
    border-radius: var(--radius-md);
}

.builder-text-media__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--radius-md);
    object-fit: cover;
    transition: transform 0.25s ease;
}

.builder-text-media__image-link:hover .builder-text-media__image {
    transform: scale(1.04);
}


/* =========================================================
   GLOBAL
========================================================= */

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.builder-section {
    padding: 70px 0;
}

.builder-section__title {
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
    font-weight: 700;
}

.builder-section__text {
    line-height: 1.7;
    font-size: 16px;
}

/* =========================================================
   TEXT + MEDIA
========================================================= */

.builder-text-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.builder-text-media--reverse {
    flex-direction: row-reverse;
}

.builder-text-media__content {
    flex: 1;
    max-width: 520px;
}

.builder-text-media__media {
    flex: 1;
    display: flex;
    justify-content: center;
}

.builder-text-media__image {
    width: 100%;
    max-width: 420px;
    border-radius: 14px;
    display: block;
    object-fit: cover;
}

/* =========================================================
   POSTS SLIDER
========================================================= */

.posts-slider {
    margin-top: 40px;
}

.posts-slider .swiper-wrapper {
    align-items: stretch;
}

.posts-slider .swiper-slide {
    height: auto;
}

.post-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.post-card__image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.post-card__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.post-card__title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.post-card__excerpt {
    margin-bottom: 25px;
    line-height: 1.6;
    flex: 1;
}

.post-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 10px;
    background: #ff6b00;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.post-card__button:hover {
    opacity: 0.85;
}

/* =========================================================
   SIMPLE TEXT
========================================================= */

.builder-simple-text {
    max-width: 900px;
    margin: 0 auto;
}

.builder-simple-text .builder-section__title {
    text-align: left;
    margin-bottom: 30px;
}

/* =========================================================
   TWO COLUMNS
========================================================= */

.builder-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.builder-column {
    background: rgba(255,255,255,0.08);
    padding: 30px;
    border-radius: 18px;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .builder-section {
        padding: 50px 0;
    }

    .builder-section__title {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .builder-text-media,
    .builder-text-media--reverse {
        flex-direction: column;
        gap: 40px;
    }

    .builder-text-media__content,
    .builder-text-media__media {
        width: 100%;
        max-width: 100%;
    }

    .builder-text-media__image {
        max-width: 100%;
    }

    .builder-columns {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 767px) {

    .builder-section__title {
        font-size: 30px;
    }

    .post-card__title {
        font-size: 20px;
    }

    .builder-section {
        padding: 40px 0;
    }
}