/*
Theme Name: Sykaaa
Description: Лобби Sykaaa на WordPress. Партнёрская ссылка — Настройки → Общие настройки сайта.
Version: 1.3.2
Text Domain: sykaaa
*/

.sykaaa-inner-tabs {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 4px;
}

.sykaaa-inner-tabs .main_tabs {
	width: 100%;
}

/* ——— Внутренние: промо + секции ——— */
.sykaaa-inner {
	align-items: stretch !important;
	width: 100%;
}

.sykaaa-page-promo {
	position: relative;
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 0;
	width: 100%;
	max-width: 1200px;
	margin: 12px auto 8px;
	border-radius: 14px;
	overflow: hidden;
	background: #1a1420;
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-sizing: border-box;
}

.sykaaa-page-promo__visual {
	min-height: 180px;
	position: relative;
}

.sykaaa-page-promo__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sykaaa-page-promo__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	padding: 22px 24px;
	background: linear-gradient(135deg, #24182e 0%, #16101c 100%);
}

.sykaaa-page-promo__eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #f9a8d4;
}

.sykaaa-page-promo__title {
	font-size: clamp(1.25rem, 2.4vw, 1.75rem);
	font-weight: 800;
	color: #fff;
	line-height: 1.25;
}

.sykaaa-page-promo__text {
	margin: 0;
	color: #d4c9db;
	font-size: 0.95rem;
	line-height: 1.5;
}

.sykaaa-page-promo__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}

.sykaaa-page-promo__actions .sykaaa-cta {
	text-decoration: none;
}

.sykaaa-inner__section-head {
	width: 100%;
	max-width: 1200px;
	margin: 18px auto 6px;
	padding: 0 12px;
	box-sizing: border-box;
}

.sykaaa-inner__h2 {
	margin: 0 0 6px;
	font-size: 1.35rem;
	font-weight: 800;
	color: #fff;
}

.sykaaa-inner__lead {
	margin: 0;
	color: #cfc6d6;
	font-size: 0.95rem;
}

.sykaaa-seo-cta--top {
	margin: 0 0 1.25rem;
}

@media (max-width: 800px) {
	.sykaaa-page-promo {
		grid-template-columns: 1fr;
		margin: 8px 10px;
	}

	.sykaaa-page-promo__visual {
		min-height: 120px;
		max-height: 140px;
	}
}

/* ——— Слайдер: текст + CTA поверх баннера ——— */
.carousel_item_one .carousel_item_text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	white-space: normal;
	padding: 12px 16px 18px;
	line-height: 1.25;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65);
}

.carousel_item_one .carousel_text_part_static {
	height: auto;
	font-weight: 800;
	font-size: clamp(16px, 2.4vw, 28px);
	color: #fff;
}

.carousel_banner_cta {
	white-space: nowrap;
	text-decoration: none;
	box-shadow: 0 6px 18px rgba(225, 29, 72, 0.45);
}

.carousel_text_wrapper {
	background: linear-gradient(180deg, transparent 0%, rgba(20, 12, 28, 0.75) 100%);
	padding-top: 24px;
}

/* ——— SEO-блок: нормальная ширина (не узкий столбец) ——— */
.sykaaa-seo {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background:
		radial-gradient(ellipse 70% 40% at 50% 0%, rgba(225, 29, 72, 0.12), transparent 55%),
		linear-gradient(180deg, #1a1420 0%, #120e18 50%, #0e0b12 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	color: #d4c9db;
	box-sizing: border-box;
}

.sykaaa-seo__inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 28px 20px 88px;
	box-sizing: border-box;
}

.sykaaa-seo--page .sykaaa-seo__inner {
	padding-top: 24px;
}

.sykaaa-seo__title {
	margin: 0 0 1rem;
	font-size: clamp(1.55rem, 3.2vw, 2.15rem);
	line-height: 1.25;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.01em;
	text-shadow: 0 0 28px rgba(225, 29, 72, 0.28);
}

.sykaaa-seo__content,
.sykaaa-seo__content .entry-content,
.sykaaa-seo__content .is-layout-constrained,
.sykaaa-seo__content .wp-block-post-content {
	max-width: 100% !important;
	width: 100% !important;
}

.sykaaa-seo__content :where(p, ul, ol, h2, h3, .wp-block-group) {
	max-width: 100% !important;
}

.sykaaa-seo__content p {
	margin: 0 0 1rem;
	font-size: 1.05rem;
	line-height: 1.7;
}

.sykaaa-seo__content .sykaaa-seo-lead {
	font-size: 1.15rem;
	color: #f3e8ff;
	margin: 0 0 1.35rem;
	padding: 1rem 1.15rem;
	border-left: 3px solid #e11d48;
	background: linear-gradient(90deg, rgba(225, 29, 72, 0.14), transparent 75%);
	border-radius: 0 10px 10px 0;
}

.sykaaa-seo__content h2 {
	font-size: 1.25rem;
	margin: 2rem 0 0.85rem;
	padding-bottom: 0.4rem;
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid rgba(225, 29, 72, 0.35);
}

.sykaaa-seo__content h2::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 0.55rem;
	border-radius: 2px;
	background: #e11d48;
	box-shadow: 0 0 10px rgba(225, 29, 72, 0.7);
	vertical-align: middle;
}

.sykaaa-seo__content h3 {
	font-size: 1.05rem;
	margin: 1.35rem 0 0.5rem;
	color: #fff;
	font-weight: 700;
}

.sykaaa-seo__content strong {
	color: #fff;
	font-weight: 700;
}

.sykaaa-seo__content a:not(.sykaaa-cta) {
	color: #fca5a5;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.sykaaa-seo__content ul,
.sykaaa-seo__content ol {
	margin: 0 0 1.25rem;
	padding: 0 0 0 1.2rem;
}

.sykaaa-seo__content li {
	margin: 0.45rem 0;
}

.sykaaa-seo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 0.85rem;
	margin: 1.25rem 0;
}

.sykaaa-seo-grid__item {
	padding: 1rem 1.1rem;
	border-radius: 10px;
	background: linear-gradient(160deg, rgba(225, 29, 72, 0.12), rgba(30, 22, 36, 0.95));
	border: 1px solid rgba(225, 29, 72, 0.22);
}

.sykaaa-seo-grid__item strong {
	display: block;
	margin-bottom: 0.35rem;
	color: #fda4af;
	font-size: 0.95rem;
}

.sykaaa-seo-steps {
	counter-reset: sykaaa-step;
	list-style: none;
	padding: 0;
	margin: 0 0 1.25rem;
}

.sykaaa-seo-steps li {
	counter-increment: sykaaa-step;
	position: relative;
	margin: 0.65rem 0;
	padding: 0.85rem 1rem 0.85rem 3.25rem;
	border-radius: 10px;
	background: rgba(18, 12, 22, 0.75);
	border: 1px solid rgba(80, 60, 90, 0.7);
}

.sykaaa-seo-steps li::before {
	content: counter(sykaaa-step);
	position: absolute;
	left: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff;
	background: #e11d48;
	box-shadow: 0 0 12px rgba(225, 29, 72, 0.45);
}

.sykaaa-seo-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 1.35rem 0 0.5rem;
}

.sykaaa-seo .sykaaa-cta,
.sykaaa-article .sykaaa-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 12px 18px;
	border-radius: 10px;
	background: #e11d48;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: 0 6px 18px rgba(225, 29, 72, 0.35);
}

.sykaaa-seo .sykaaa-cta:hover {
	background: #be123c;
	color: #fff !important;
}

/* ——— Хлебные крошки ——— */
.sykaaa-breadcrumbs {
	margin: 0 0 14px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
}

.sykaaa-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sykaaa-breadcrumbs__item {
	display: inline-flex;
	align-items: center;
}

.sykaaa-breadcrumbs__item:not(:last-child)::after {
	content: "›";
	margin: 0 8px;
	color: rgba(255, 255, 255, 0.35);
	font-weight: 700;
}

.sykaaa-breadcrumbs__link {
	color: #fca5a5;
	text-decoration: none;
}

.sykaaa-breadcrumbs__link:hover {
	text-decoration: underline;
}

.sykaaa-breadcrumbs__current {
	color: rgba(255, 255, 255, 0.85);
}

/* Yoast breadcrumbs markup */
.sykaaa-breadcrumbs a {
	color: #fca5a5;
}

/* ——— Фиксированная CTA ——— */
a.sykaaa-fixed-cta {
	position: fixed;
	left: 50%;
	bottom: 1rem;
	z-index: 10050;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.15rem;
	min-width: min(90vw, 20rem);
	padding: 0.7rem 1.4rem 0.8rem;
	margin: 0;
	border: none;
	border-radius: 12px;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	background: linear-gradient(180deg, #f43f5e 0%, #e11d48 55%, #be123c 100%) !important;
	box-shadow:
		0 8px 24px rgba(0, 0, 0, 0.45),
		0 0 22px rgba(225, 29, 72, 0.4);
	animation: sykaaa-fixed-cta-pulse 2.2s ease-in-out infinite;
}

a.sykaaa-fixed-cta:hover {
	transform: translateX(-50%) translateY(-2px);
	color: #fff !important;
}

.sykaaa-fixed-cta__label {
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.95;
}

.sykaaa-fixed-cta__offer {
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.15;
	white-space: nowrap;
}

@keyframes sykaaa-fixed-cta-pulse {
	0%,
	100% {
		box-shadow:
			0 8px 24px rgba(0, 0, 0, 0.45),
			0 0 22px rgba(225, 29, 72, 0.35);
	}
	50% {
		box-shadow:
			0 10px 28px rgba(0, 0, 0, 0.5),
			0 0 34px rgba(225, 29, 72, 0.55);
	}
}

@media (max-width: 480px) {
	a.sykaaa-fixed-cta {
		bottom: 0.75rem;
		min-width: calc(100vw - 1.5rem);
	}

	.sykaaa-fixed-cta__offer {
		font-size: 1.05rem;
	}

	.sykaaa-seo__inner {
		padding: 20px 14px 96px;
	}
}

body.admin-bar a.sykaaa-fixed-cta {
	bottom: calc(1rem + 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar a.sykaaa-fixed-cta {
		bottom: calc(0.75rem + 46px);
	}
}
