/* =========================================================================
   IWebModel — main.css
   Концепция «студия в эфире»: видоискатель, чат выплат, касса-чек.
   Фон — тёмный баклажан, деньги — золото, акцент — маджента.
   Версия 1.2 — лента выплат, карточки условий, статы-плитки.
   ========================================================================= */

:root {
	--bg: #140918;
	--bg-soft: #1a0c21;
	--surface: #200f2b;
	--line: rgba(255, 246, 250, 0.09);
	--text: #fff6fa;
	--dim: #b394c6;
	--magenta: #f22e8e;
	--gold: #ffc24b;
	--violet: #8b5cf6;
	--sky: #38bdf8;
	--radius: 14px;
	--radius-sm: 10px;
	--container: 1120px;
	--font-display: 'Unbounded', system-ui, sans-serif;
	--font-body: 'Golos Text', system-ui, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

section[id] {
	scroll-margin-top: 86px;
}

/* нативные контролы (селекты, спиннеры) — в тёмной схеме */
:root {
	color-scheme: dark;
}

/* убрать белые стрелки у числовых полей (Firefox/Chrome) */
input[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: var(--font-body);
	font-size: 16.5px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

::selection {
	background: var(--magenta);
	color: #fff;
}

img {
	max-width: 100%;
	display: block;
}

.container {
	width: min(100% - 40px, var(--container));
	margin-inline: auto;
}

.container-narrow {
	width: min(100% - 40px, 780px);
	margin-inline: auto;
}

h1, h2, h3 {
	font-family: var(--font-display);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin: 0 0 0.55em;
}

h2 {
	font-size: clamp(1.45rem, 3.6vw, 2rem);
}

h3 {
	font-size: 1.02rem;
	font-weight: 600;
	margin: 0 0 6px;
}

p {
	margin: 0 0 1em;
}

a {
	color: var(--text);
	text-decoration: none;
}

em {
	font-style: normal;
}

/* ---------- Шапка ---------- */

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(20, 9, 24, 0.84);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--line);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 13px 0;
}

.logo {
	display: flex;
	align-items: center;
	gap: 9px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 0;
}

.logo-mark {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background: var(--magenta);
	color: #fff;
	font-style: italic;
	font-size: 1rem;
}

.logo-text em {
	color: var(--magenta);
}

.header-nav {
	display: flex;
	align-items: center;
	gap: 22px;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--dim);
}

.header-nav a:hover {
	color: var(--text);
}

.nav-cta {
	padding: 9px 18px;
	border-radius: 999px;
	background: var(--magenta);
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
}

.nav-cta:hover {
	background: #ff4d9d;
	color: #fff;
}

@media (max-width: 600px) {
	.header-nav a:not(.nav-cta) {
		display: none;
	}
}

/* ---------- Кнопки ---------- */

.btn {
	display: inline-block;
	padding: 14px 28px;
	border-radius: 999px;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 1rem;
	border: 0;
	cursor: pointer;
	text-align: center;
	transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

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

.btn:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 3px;
}

.btn-primary {
	background: var(--magenta);
	color: #fff;
}

.btn-primary:hover {
	background: #ff4d9d;
}

.btn-ghost {
	background: transparent;
	color: var(--text);
	border: 1px solid var(--line);
}

.apply-intro .btn-ghost {
	width: auto;
}

.btn-ghost:hover {
	border-color: var(--magenta);
}

.btn-lg {
	width: 100%;
	padding: 19px 28px;
	font-size: 1.12rem;
	margin-top: 4px;
}

/* ---------- Hero: кадр из эфира ---------- */

.hero {
	padding: clamp(36px, 6vw, 72px) 0;
	background:
		radial-gradient(50% 60% at 85% 10%, rgba(242, 46, 142, 0.13), transparent 70%),
		radial-gradient(40% 50% at 8% 80%, rgba(139, 92, 246, 0.1), transparent 70%),
		var(--bg);
}

/* рамка видоискателя */
.hero-frame {
	position: relative;
	padding: clamp(22px, 4vw, 44px) clamp(18px, 4vw, 48px) clamp(30px, 5vw, 52px);
}

.vf {
	position: absolute;
	width: clamp(18px, 3vw, 30px);
	height: clamp(18px, 3vw, 30px);
	border: 0 solid var(--magenta);
	opacity: 0.85;
}

.vf-tl { top: 0; left: 0; border-top-width: 2px; border-left-width: 2px; }
.vf-tr { top: 0; right: 0; border-top-width: 2px; border-right-width: 2px; }
.vf-bl { bottom: 0; left: 0; border-bottom-width: 2px; border-left-width: 2px; }
.vf-br { bottom: 0; right: 0; border-bottom-width: 2px; border-right-width: 2px; }

.hero-topbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px 18px;
	margin-bottom: clamp(28px, 5vw, 52px);
	padding-bottom: 14px;
	border-bottom: 1px solid var(--line);
	font-size: 0.9rem;
	color: var(--dim);
}

.live-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--text);
	font-weight: 500;
}

.live-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--gold);
	box-shadow: 0 0 0 0 rgba(255, 194, 75, 0.5);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% { box-shadow: 0 0 0 0 rgba(255, 194, 75, 0.55); }
	70% { box-shadow: 0 0 0 9px rgba(255, 194, 75, 0); }
	100% { box-shadow: 0 0 0 0 rgba(255, 194, 75, 0); }
}

.air-clock b {
	font-weight: 600;
	color: var(--gold);
	font-variant-numeric: tabular-nums;
}

.hero-grid {
	display: grid;
	gap: 40px;
}

@media (min-width: 900px) {
	.hero-grid {
		grid-template-columns: 1.25fr 0.75fr;
		align-items: center;
		gap: 56px;
	}
}

.hero-title {
	font-size: clamp(1.6rem, 4.8vw, 2.4rem);
	font-weight: 600;
	margin-bottom: 20px;
}

.hero-title em {
	color: var(--gold);
	white-space: nowrap;
}

.hero-sub {
	font-size: clamp(1rem, 2.2vw, 1.13rem);
	color: var(--dim);
	max-width: 52ch;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 28px 0 0;
}

/* на мобилке — обе кнопки в одну строку */
@media (max-width: 600px) {
	.hero-actions {
		flex-wrap: nowrap;
	}
	.hero-actions .btn {
		flex: 1;
		padding: 13px 10px;
		font-size: 0.9rem;
		white-space: nowrap;
	}
}

/* лента выплат — стеклянная панель рядом с заголовком */
.hero-tips {
	position: relative;
}

.live-panel {
	background: rgba(32, 15, 43, 0.72);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.live-panel-head {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 14px 20px;
	border-bottom: 1px solid var(--line);
	font-size: 0.86rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--dim);
	text-transform: uppercase;
}

.live-list {
	list-style: none;
	margin: 0;
	padding: 8px 12px;
	display: grid;
	gap: 2px;
}

.live-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 10px;
	border-radius: var(--radius-sm);
	animation: rowIn 0.6s ease backwards;
}

.live-list li:nth-child(2) { animation-delay: 0.1s; }
.live-list li:nth-child(3) { animation-delay: 0.2s; }
.live-list li:nth-child(4) { animation-delay: 0.3s; }

@keyframes rowIn {
	from { opacity: 0; transform: translateX(14px); }
	to { opacity: 1; transform: none; }
}

.live-name {
	font-weight: 600;
	font-size: 0.92rem;
}

.live-what {
	flex: 1;
	font-size: 0.8rem;
	color: var(--dim);
}

.live-sum {
	font-weight: 600;
	font-size: 0.92rem;
	color: var(--gold);
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.live-panel-foot {
	padding: 12px 20px;
	border-top: 1px dashed var(--line);
	font-size: 0.78rem;
	color: var(--dim);
}

.tip-ava {
	flex-shrink: 0;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--ava, var(--magenta));
	color: #fff;
	font-weight: 700;
	font-size: 0.8rem;
}

/* ---------- Цифры ---------- */

.numbers {
	padding: 26px 0 8px;
}

.numbers-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	padding-block: 8px;
}

@media (min-width: 860px) {
	.numbers-row {
		grid-template-columns: repeat(4, 1fr);
	}
}

.num {
	position: relative;
	padding: 18px 20px 16px;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
}

.num::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	width: 3px;
	border-radius: 3px;
	background: linear-gradient(180deg, var(--magenta), transparent);
}

.num strong {
	display: block;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(1.15rem, 2.6vw, 1.5rem);
	color: var(--gold);
	margin-bottom: 2px;
}

.num span {
	font-size: 0.84rem;
	color: var(--dim);
	line-height: 1.45;
}

/* ---------- Секции ---------- */

.section {
	padding: clamp(64px, 10vw, 108px) 0;
}

.section-alt {
	background: var(--bg-soft);
	border-block: 1px solid var(--line);
}

.section-head {
	max-width: 60ch;
	margin-bottom: clamp(30px, 5vw, 48px);
}

.section-head p {
	color: var(--dim);
	margin: 0;
}

/* ---------- Калькулятор-касса ---------- */

.calc {
	display: grid;
	gap: 20px;
}

@media (min-width: 860px) {
	.calc {
		grid-template-columns: 1fr 1.05fr;
		gap: 40px;
		align-items: stretch;
	}
}

.calc-controls {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	padding: clamp(24px, 4vw, 38px);
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.calc-field {
	margin: 0;
}

.calc-label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.calc-label-row label {
	font-weight: 600;
	font-size: 0.98rem;
}

.calc-value {
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(242, 46, 142, 0.12);
	border: 1px solid rgba(242, 46, 142, 0.35);
	color: var(--magenta);
	font-weight: 600;
	font-variant-numeric: tabular-nums;
}

.calc-scale {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	font-size: 0.76rem;
	color: var(--dim);
	opacity: 0.8;
}

input[type="range"] {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	height: 6px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--magenta) var(--fill, 40%), rgba(255, 255, 255, 0.12) var(--fill, 40%));
	outline: none;
}

input[type="range"]::-webkit-slider-thumb {
	appearance: none;
	-webkit-appearance: none;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--gold);
	border: 4px solid var(--bg);
	box-shadow: 0 0 0 2px var(--gold);
	cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--gold);
	border: 4px solid var(--bg);
	box-shadow: 0 0 0 2px var(--gold);
	cursor: pointer;
}

input[type="range"]:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 4px;
}

.calc-field > label {
	display: block;
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 0.98rem;
}

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

.calc-hint {
	margin: 0;
	font-size: 0.84rem;
	color: var(--dim);
	opacity: 0.85;
}

/* чек кассы */
.calc-receipt {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: clamp(26px, 4vw, 40px) clamp(22px, 4vw, 36px) 0;
	background: var(--surface);
	border-radius: var(--radius);
	border: 1px solid var(--line);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.receipt-edge {
	position: absolute;
	top: 0;
	left: 14px;
	right: 14px;
	height: 4px;
	border-radius: 0 0 6px 6px;
	background:
		repeating-linear-gradient(90deg, var(--gold) 0 10px, transparent 10px 18px);
	opacity: 0.9;
}

.receipt-label {
	margin: 6px 0 4px;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--dim);
}

.receipt-sum {
	margin: 0 0 18px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(2.1rem, 6vw, 3.1rem);
	color: var(--gold);
	letter-spacing: -0.02em;
	font-variant-numeric: tabular-nums;
}

.receipt-rows {
	display: grid;
	gap: 12px;
	margin: 0 0 24px;
	padding: 18px 0;
	border-block: 1px dashed var(--line);
}

.receipt-rows > div {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.receipt-rows dt {
	color: var(--dim);
	font-size: 0.92rem;
}

.receipt-rows dd {
	margin: 0;
	font-weight: 600;
	font-size: 0.98rem;
	font-variant-numeric: tabular-nums;
}

.calc-receipt .btn-lg {
	margin: auto 0 24px;
	width: 100%;
	padding: 17px 28px;
}

.receipt-note {
	margin: 0 0 18px;
	font-size: 0.78rem;
	color: var(--dim);
	opacity: 0.85;
}

/* ---------- Условия ---------- */

.features {
	display: grid;
	gap: 14px;
}

@media (min-width: 700px) {
	.features {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 980px) {
	.features {
		grid-template-columns: repeat(3, 1fr);
	}
}

.feature {
	position: relative;
	padding: 26px 24px;
	background: linear-gradient(180deg, rgba(242, 46, 142, 0.05), transparent 42%), var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.feature::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 2px;
	background: linear-gradient(90deg, var(--magenta), var(--gold));
	transition: right 0.35s ease;
}

.feature:hover {
	transform: translateY(-4px);
	border-color: rgba(242, 46, 142, 0.45);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.feature:hover::after {
	right: 0;
}

.feature-num {
	display: block;
	font-family: var(--font-display);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	color: var(--gold);
	margin-bottom: 12px;
}

.feature h3 {
	margin: 0 0 7px;
	font-size: 1.06rem;
}

.feature p {
	color: var(--dim);
	font-size: 0.94rem;
	margin: 0;
}

/* ---------- Отзывы: карточки ---------- */

.reviews-grid {
	display: grid;
	gap: 16px;
}

@media (min-width: 760px) {
	.reviews-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.review {
	margin: 0;
	padding: 20px 22px 22px;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.review-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
}

.review-head b {
	font-weight: 600;
	font-size: 0.97rem;
}

.review-meta {
	font-size: 0.76rem;
	color: var(--dim);
	background: rgba(255, 246, 250, 0.05);
	padding: 2px 9px;
	border-radius: 999px;
	white-space: nowrap;
}

.review-text {
	margin: 0;
	padding: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--text);
}

.review-text b {
	color: var(--gold);
	font-weight: 600;
	white-space: nowrap;
}

/* ---------- FAQ ---------- */

.faq-list {
	display: grid;
	gap: 10px;
}

.faq-item {
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	background: var(--surface);
	overflow: hidden;
}

.faq-item summary {
	padding: 17px 20px;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::after {
	content: "+";
	flex-shrink: 0;
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: rgba(242, 46, 142, 0.14);
	color: var(--magenta);
	font-weight: 700;
}

.faq-item[open] summary::after {
	content: "–";
}

.faq-item summary:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: -2px;
}

.faq-item p {
	padding: 0 20px 18px;
	margin: 0;
	color: var(--dim);
	font-size: 0.95rem;
}

.faq-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px 24px;
	flex-wrap: wrap;
	margin-top: 26px;
	padding: 20px 24px;
	border: 1px dashed rgba(242, 46, 142, 0.4);
	border-radius: var(--radius);
	background: rgba(242, 46, 142, 0.05);
}

.faq-more p {
	margin: 0;
	font-size: 0.96rem;
	max-width: 46ch;
}

.faq-more .btn {
	flex-shrink: 0;
	margin: 0;
}

/* на узких экранах — текст и кнопка по центру */
@media (max-width: 600px) {
	.faq-more {
		justify-content: center;
		text-align: center;
	}
}

/* ---------- Форма ---------- */

.apply-section {
	background:
		radial-gradient(45% 70% at 90% 100%, rgba(242, 46, 142, 0.1), transparent 65%),
		var(--bg-soft);
	border-top: 1px solid var(--line);
}

.apply-form {
	display: grid;
	gap: 20px;
	padding: clamp(26px, 5vw, 48px);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.apply-grid {
	display: grid;
	gap: 36px;
}

@media (min-width: 900px) {
	.apply-grid {
		grid-template-columns: 0.9fr 1.1fr;
		gap: 56px;
		align-items: start;
	}

	.apply-intro {
		position: sticky;
		top: 110px;
	}
}

.apply-section h2 {
	font-size: clamp(1.7rem, 4vw, 2.4rem);
}

.apply-lead {
	color: var(--dim);
	font-size: 1.02rem;
}

.apply-points {
	display: grid;
	gap: 12px;
	margin: 24px 0 28px;
	padding: 0;
	list-style: none;
}

.apply-points li {
	position: relative;
	padding-left: 30px;
	font-size: 0.98rem;
}

.apply-points li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 1px;
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(242, 46, 142, 0.16);
	border: 1px solid rgba(242, 46, 142, 0.4);
	color: var(--magenta);
	font-size: 0.72rem;
	font-weight: 700;
}

.form-row-2 {
	display: grid;
	gap: 18px;
}

@media (min-width: 680px) {
	.form-row-2 {
		grid-template-columns: 1fr 1fr;
	}
}

.form-field label,
.form-field legend {
	display: block;
	margin-bottom: 8px;
	padding: 0;
	font-weight: 600;
	font-size: 0.95rem;
}

fieldset.form-field {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}

/* радио-пилюли: формат работы */
.radio-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

/* в анкете — компактнее, чтобы три варианта влезали в строку */
.apply-form .radio-pills {
	gap: 6px;
}

.apply-form .radio-pills span {
	padding: 10px 14px;
	font-size: 0.88rem;
}

.radio-pills label {
	position: relative;
	margin: 0;
	cursor: pointer;
}

.radio-pills input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.radio-pills span {
	display: inline-block;
	padding: 13px 18px;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: var(--bg);
	font-size: 0.94rem;
	font-weight: 500;
	color: var(--dim);
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.radio-pills span:hover {
	border-color: rgba(242, 46, 142, 0.5);
	color: var(--text);
}

.radio-pills input:checked + span {
	border-color: var(--magenta);
	background: rgba(242, 46, 142, 0.16);
	color: var(--text);
	font-weight: 600;
}

.radio-pills input:focus-visible + span {
	outline: 2px solid var(--gold);
	outline-offset: 2px;
}

.req {
	color: var(--magenta);
}

.opt {
	font-weight: 400;
	color: var(--dim);
	font-size: 0.85rem;
}

.form-field input,
.form-field select,
.form-field textarea {
	width: 100%;
	padding: 15px 18px;
	border-radius: var(--radius-sm);
	border: 1px solid var(--line);
	background: var(--bg);
	color: var(--text);
	font: inherit;
	font-size: 1.02rem;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
	color: rgba(179, 148, 198, 0.55);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	outline: none;
	border-color: var(--magenta);
	box-shadow: 0 0 0 3px rgba(242, 46, 142, 0.18);
}

.form-field select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23b394c6' stroke-width='2' fill='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
}

.form-field textarea {
	resize: vertical;
	min-height: 88px;
}

.hp-field {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.form-note {
	margin: 0;
	font-size: 0.8rem;
	color: var(--dim);
	text-align: center;
}

.form-status {
	display: none;
	margin: 0;
	padding: 14px 16px;
	border-radius: var(--radius-sm);
	font-weight: 600;
	text-align: center;
}

.form-status.is-ok {
	display: block;
	background: rgba(74, 222, 128, 0.1);
	border: 1px solid rgba(74, 222, 128, 0.35);
	color: #86efac;
}

.form-status.is-error {
	display: block;
	background: rgba(242, 46, 142, 0.08);
	border: 1px solid rgba(242, 46, 142, 0.35);
	color: #ff9dc5;
}

/* ---------- Подвал ---------- */

.site-footer {
	border-top: 1px solid var(--line);
	background: var(--bg-soft);
	padding: clamp(36px, 6vw, 56px) 0 24px;
}

.footer-grid {
	display: grid;
	gap: 28px;
	margin-bottom: 32px;
}

@media (min-width: 820px) {
	.footer-grid {
		grid-template-columns: 1.2fr 1fr 0.8fr;
		gap: 40px;
	}
}

.footer-brand .logo {
	margin-bottom: 12px;
}

.footer-brand p,
.footer-contacts p {
	color: var(--dim);
	font-size: 0.9rem;
}

.footer-nav {
	display: grid;
	gap: 9px;
	justify-items: start;
	align-content: start;
}

.footer-nav a {
	color: var(--dim);
	font-size: 0.92rem;
}

.footer-nav a:hover {
	color: var(--text);
}

.footer-contacts a {
	color: var(--text);
	border-bottom: 1px solid var(--line);
}

.footer-contacts a:hover {
	border-color: var(--magenta);
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding-top: 20px;
	border-top: 1px solid var(--line);
}

.footer-bottom p {
	margin: 0;
	color: var(--dim);
	font-size: 0.82rem;
}

.footer-age {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 28px;
	padding: 0 8px;
	border-radius: 8px;
	background: rgba(242, 46, 142, 0.12);
	border: 1px solid rgba(242, 46, 142, 0.35);
	color: var(--magenta);
	font-weight: 700;
}

/* ---------- Reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	.live-dot {
		animation: none;
	}
	.live-list li {
		animation: none;
	}
	.radio-pills span {
		transition: none;
	}
	.btn {
		transition: none;
	}
}