﻿/*
Theme Name: Vodka Casino
Theme URI: http://localhost/vodka/
Author: Local
Description: Mobile-first лендинг Vodka Casino. Yoast SEO + партнёрская ссылка в админке (как R7).
Version: 1.0.0
Text Domain: vodka
Requires at least: 6.0
Requires PHP: 8.0
*/

/* WP admin bar offset for fixed CTA */
body.admin-bar .fixed-cta {
	bottom: calc(0.85rem + 32px + env(safe-area-inset-bottom, 0px));
}

@media screen and (max-width: 782px) {
	body.admin-bar .fixed-cta {
		bottom: calc(0.75rem + 46px + env(safe-area-inset-bottom, 0px));
	}
}

.seo__body a:not(.btn):not(.js-aff):not(.vodka-seo-btn) {
	color: var(--ice, #41c6ff);
}

.page-shell .seo {
	padding-top: 1rem;
}

.seo__body .vodka-seo-lead {
	font-size: 1.05rem;
	line-height: 1.65;
	color: #d5deef;
	margin: 0 0 1rem;
}

.seo__body .vodka-seo-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 1.35rem 0 0.5rem;
}

a.vodka-seo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	min-height: 2.75rem;
	padding: 0.7rem 1.25rem;
	border-radius: 999px;
	font-weight: 800;
	font-size: 0.95rem;
	line-height: 1.2;
	text-decoration: none !important;
	color: #061018 !important;
	background: var(--cta);
	border: 0;
	box-shadow: 0 10px 28px rgba(26, 100, 252, 0.35);
	cursor: pointer;
	transition: transform 0.18s ease, filter 0.18s ease;
}

a.vodka-seo-btn:hover {
	transform: translateY(-1px);
	filter: brightness(1.05);
	color: #061018 !important;
}

a.vodka-seo-btn--ghost {
	background: transparent;
	color: var(--text, #eef3ff) !important;
	border: 1px solid rgba(65, 198, 255, 0.4);
	box-shadow: none;
}

a.vodka-seo-btn--ghost:hover {
	border-color: var(--ice, #41c6ff);
	color: #fff !important;
}

.seo__body .vodka-seo-grid {
	display: grid;
	gap: 0.75rem;
	margin: 1.1rem 0 1.25rem;
}

@media (min-width: 720px) {
	.seo__body .vodka-seo-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.seo__body .vodka-seo-grid__item {
	padding: 1rem 1.05rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.07);
	color: #c9d4ea;
	font-size: 0.92rem;
	line-height: 1.5;
}

.seo__body .vodka-seo-grid__item strong {
	display: block;
	color: var(--text);
	font-size: 1rem;
	margin-bottom: 0.35rem;
}

.seo__body .vodka-seo-card {
	padding: 1.1rem 1.15rem;
	border-radius: 14px;
	background: rgba(65, 198, 255, 0.06);
	border: 1px solid rgba(65, 198, 255, 0.18);
	margin: 1rem 0 1.25rem;
}

.seo__body .vodka-seo-card p {
	margin: 0 0 0.75rem;
}

.seo__body .vodka-seo-card p:last-child {
	margin-bottom: 0;
}

.seo__body .vodka-seo-steps {
	margin: 0.75rem 0 1.25rem;
	padding-left: 1.25rem;
	color: #c9d4ea;
}

.seo__body .vodka-seo-steps li {
	margin-bottom: 0.55rem;
	line-height: 1.55;
}

.seo__body h2 {
	margin: 1.75rem 0 0.75rem;
	font-family: var(--display, inherit);
	font-size: 1.35rem;
	letter-spacing: -0.02em;
}
