:root {
	--blue-950: #07152f;
	--blue-900: #0b1f46;
	--blue-800: #12356f;
	--blue-700: #1956a6;
	--blue-600: #246bd6;
	--blue-100: #e9f1ff;
	--ink: #101828;
	--muted: #667085;
	--line: rgba(16, 24, 40, 0.12);
	--surface: #f3f7fc;
	--card: #ffffff;
	--green: #0f8438;
	--green-dark: #0c6f30;
	--gold: #f5c542;
	--danger: #d92d20;
	--shadow: 0 24px 60px rgba(7, 21, 47, 0.14);
	--radius: 18px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--surface);
	color: var(--ink);
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

html body.elementor-kit-8,
body.elementor-kit-8,
.elementor-kit-8 {
	background-image: none !important;
	background: var(--surface) !important;
}

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

a {
	color: inherit;
	text-decoration: none;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(7, 21, 47, 0.92);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(18px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	width: min(1180px, calc(100% - 32px));
	min-height: 74px;
	margin: 0 auto;
}

.site-logo {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	width: 62px;
	height: 62px;
	justify-content: center;
	overflow: visible;
	border: 1px solid rgba(245, 197, 66, 0.65);
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 24%, #ffffff 0 28%, #f3f7ff 54%, #d9e7ff 100%),
		linear-gradient(135deg, rgba(245, 197, 66, 0.95), rgba(36, 107, 214, 0.9));
	box-shadow:
		0 16px 34px rgba(0, 0, 0, 0.26),
		inset 0 4px 8px rgba(255, 255, 255, 0.95),
		inset 0 -8px 16px rgba(7, 21, 47, 0.18);
	animation: logo-medal-intro 900ms ease both, logo-medal-pulse 3400ms ease-in-out 1200ms infinite;
}

.site-logo::before,
.site-logo::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.site-logo::before {
	inset: -5px;
	border: 1px solid rgba(245, 197, 66, 0.28);
	animation: logo-ring-pulse 3400ms ease-in-out 1200ms infinite;
}

.site-logo::after {
	inset: 6px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.75), transparent 48%);
	mix-blend-mode: screen;
	opacity: 0.55;
}

.site-logo img {
	position: relative;
	z-index: 1;
	display: block;
	width: 53px;
	height: 53px;
	object-fit: cover;
	border-radius: 50% !important;
	background: #ffffff;
	clip-path: circle(50%) !important;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9);
}

.site-header .site-logo > img,
.site-footer__logo,
.hero-brand-badge img {
	border-radius: 50% !important;
	clip-path: circle(50%) !important;
}

@keyframes logo-medal-intro {
	from {
		opacity: 0;
		transform: scale(0.82) rotate(-6deg);
	}

	to {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}

@keyframes logo-medal-pulse {
	0%,
	100% {
		transform: translateY(0) scale(1);
		box-shadow:
			0 16px 34px rgba(0, 0, 0, 0.26),
			inset 0 4px 8px rgba(255, 255, 255, 0.95),
			inset 0 -8px 16px rgba(7, 21, 47, 0.18);
	}

	45% {
		transform: translateY(-1px) scale(1.035);
		box-shadow:
			0 20px 42px rgba(0, 0, 0, 0.3),
			inset 0 5px 10px rgba(255, 255, 255, 0.98),
			inset 0 -8px 16px rgba(7, 21, 47, 0.16);
	}
}

@keyframes logo-ring-pulse {
	0%,
	100% {
		opacity: 0;
		transform: scale(0.95);
	}

	45% {
		opacity: 1;
		transform: scale(1.08);
	}
}

.site-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.pronto-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pronto-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 13px;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	font-weight: 750;
	transition: background-color 180ms ease, color 180ms ease;
}

.pronto-menu a:hover,
.current-menu-item > a {
	background: #ffffff;
	color: var(--blue-950);
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-call,
.btn-primary,
.service-cta a,
.content-card__call,
.mobile-call a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--green), var(--green-dark));
	color: #ffffff;
	font-weight: 850;
	box-shadow: 0 16px 34px rgba(22, 163, 74, 0.28);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.phone-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	white-space: nowrap;
}

.phone-icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
}

.phone-icon svg {
	display: block;
	width: 13px;
	height: 13px;
	fill: currentColor;
}

.header-call:hover,
.btn-primary:hover,
.service-cta a:hover,
.content-card__call:hover,
.mobile-call a:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 44px rgba(22, 163, 74, 0.34);
}

.btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	color: #ffffff;
	font-weight: 800;
}

.nav-toggle {
	display: none;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
}

.nav-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	background: #ffffff;
}

.site-main {
	overflow: hidden;
	background:
		radial-gradient(circle at 10% 10%, rgba(36, 107, 214, 0.14), transparent 28rem),
		linear-gradient(180deg, #eef5ff 0%, #f8fafc 44%, #eef5ff 100%);
}

.site-article {
	margin: 0;
}

.pronto-section {
	padding: clamp(50px, 7vw, 92px) 0;
}

.pronto-section--compact {
	padding: clamp(38px, 6vw, 70px) 0;
}

.pronto-wrap {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.hero {
	position: relative;
	padding: clamp(30px, 5vw, 54px) 0 clamp(48px, 7vw, 82px);
	background:
		linear-gradient(135deg, rgba(7, 21, 47, 0.96), rgba(18, 53, 111, 0.88)),
		linear-gradient(45deg, rgba(245, 197, 66, 0.16), transparent);
	color: #ffffff;
}

.hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: clamp(28px, 5vw, 62px);
	align-items: center;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 13px;
	font-weight: 850;
}

.eyebrow::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--green);
	box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.18);
}

.hero h1,
.service-hero h1 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(40px, 5.6vw, 72px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
}

.hero h1 span,
.service-hero h1 span {
	color: var(--gold);
}

.hero p,
.service-hero p {
	max-width: 690px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.55;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.hero-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 34px;
}

.hero-stat {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.hero-stat strong {
	display: block;
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
}

.hero-stat span {
	display: block;
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 700;
}

.metric-card > div {
	min-width: 0;
}

.metric-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(245, 197, 66, 0.28);
	border-radius: 14px;
	background: rgba(245, 197, 66, 0.12);
	color: var(--gold);
}

.metric-icon svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.hero-panel,
.service-panel {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.09);
	box-shadow: 0 32px 70px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(18px);
}

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

.hero-panel img,
.service-panel img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
}

.hero-media > img {
	object-position: center center;
	transform: scale(1.01);
}

.hero-brand-badge {
	position: absolute;
	right: 14px;
	bottom: 14px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: calc(100% - 32px);
	padding: 6px 10px 6px 6px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	background: rgba(7, 21, 47, 0.82);
	color: #ffffff;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(10px);
}

.hero-brand-badge img {
	width: 34px;
	height: 34px;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: contain;
	background: #ffffff;
	padding: 3px;
}

.hero-brand-badge span {
	font-size: 11px;
	font-weight: 850;
	line-height: 1.2;
}

.hero-panel__content,
.service-panel__content {
	padding: 24px;
}

.hero-panel__content h2,
.service-panel__content h2 {
	margin: 0;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.15;
}

.check-list {
	display: grid;
	gap: 12px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.check-list li {
	position: relative;
	padding-left: 28px;
	color: rgba(255, 255, 255, 0.82);
	font-weight: 700;
}

.check-list li::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 999px;
	background: var(--green);
	box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.34);
}

.section-head {
	max-width: 760px;
	margin: 0 auto 34px;
	text-align: center;
}

.section-head--left {
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.section-head h2 {
	margin: 0;
	color: var(--blue-950);
	font-size: clamp(32px, 4.6vw, 54px);
	font-weight: 900;
	line-height: 1.04;
}

.section-head p {
	margin: 14px 0 0;
	color: var(--muted);
	font-size: 18px;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.service-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-height: 100%;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: var(--card);
	box-shadow: 0 14px 42px rgba(7, 21, 47, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow);
}

.service-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.service-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 18px;
}

.service-card h3 {
	margin: 0;
	color: var(--blue-950);
	font-size: 18px;
	line-height: 1.18;
}

.service-card p {
	margin: 10px 0 16px;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.5;
}

.service-card span {
	margin-top: auto;
	color: var(--blue-700);
	font-weight: 850;
}

.trust-band {
	background: var(--blue-950);
	color: #ffffff;
}

.trust-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 18px;
}

.trust-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.06);
}

.trust-item strong {
	display: block;
	color: var(--gold);
	font-size: clamp(28px, 4vw, 46px);
	line-height: 1;
}

.trust-item span {
	display: block;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 750;
}

.trust-item .metric-icon {
	display: inline-flex;
	margin-top: 0;
	color: var(--gold);
}

.hero-stats .hero-stat {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-height: 116px;
	padding: 18px;
	border-radius: 18px;
}

.hero-stats .hero-stat strong {
	font-size: clamp(30px, 2.8vw, 38px);
	white-space: nowrap;
}

.hero-stats .hero-stat span:not(.metric-icon) {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.35;
}

.hero-stats .hero-stat .metric-icon {
	width: 42px;
	height: 42px;
	margin: 0;
	border-radius: 13px;
}

.process-section {
	background:
		linear-gradient(145deg, rgba(7, 21, 47, 0.98), rgba(18, 53, 111, 0.94)),
		radial-gradient(circle at 82% 16%, rgba(245, 197, 66, 0.14), transparent 24rem);
	color: #ffffff;
}

.section-head--light h2,
.section-head--light p {
	color: #ffffff;
}

.section-head--light p {
	color: rgba(255, 255, 255, 0.78);
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.process-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
}

.process-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.process-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(20px, 3vw, 28px);
}

.process-card b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: rgba(245, 197, 66, 0.15);
	color: var(--gold);
	font-size: 14px;
	font-weight: 900;
}

.process-card h3 {
	margin: 0;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.18;
}

.process-card p {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.78);
}

.benefit-card--media {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	padding: 0;
	border-color: rgba(25, 86, 166, 0.18);
}

.benefit-card--media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.benefit-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(20px, 3vw, 28px);
}

.service-areas {
	background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
}

.areas-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.area-card {
	overflow: hidden;
	border: 1px solid rgba(25, 86, 166, 0.16);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(7, 21, 47, 0.1);
}

.area-card summary {
	position: relative;
	display: flex;
	min-height: 82px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 56px 22px 24px;
	cursor: pointer;
	list-style: none;
	background: linear-gradient(135deg, var(--blue-800), var(--blue-950));
	color: #ffffff;
}

.area-card summary::-webkit-details-marker {
	display: none;
}

.area-card summary::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 10px;
	height: 10px;
	border-right: 2px solid var(--gold);
	border-bottom: 2px solid var(--gold);
	transform: translateY(-65%) rotate(45deg);
	transition: transform 180ms ease;
}

.area-card[open] summary::after {
	transform: translateY(-35%) rotate(225deg);
}

.area-card summary span {
	display: grid;
	gap: 6px;
}

.area-card summary strong {
	font-size: clamp(20px, 2.4vw, 26px);
	line-height: 1.1;
}

.area-card summary small {
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	font-weight: 800;
}

.area-card p {
	margin: 0;
	padding: 22px 24px 0;
	color: var(--muted);
}

.area-towns {
	display: flex;
	max-height: 360px;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 24px 24px;
	padding-right: 6px;
	overflow: auto;
}

.area-towns span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 11px;
	border: 1px solid rgba(25, 86, 166, 0.14);
	border-radius: 999px;
	background: #eef5ff;
	color: var(--blue-950);
	font-size: 13px;
	font-weight: 800;
}

.steps-grid,
.benefits-grid,
.reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.step-card,
.benefit-card,
.review-card {
	padding: clamp(22px, 4vw, 32px);
	border: 1px solid var(--line);
	border-radius: 16px;
	background:
		linear-gradient(145deg, rgba(25, 86, 166, 0.96), rgba(7, 21, 47, 0.98));
	box-shadow: 0 18px 46px rgba(7, 21, 47, 0.18);
}

.step-card b,
.benefit-card b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 16px;
	border-radius: 14px;
	background: var(--blue-100);
	color: var(--blue-800);
	font-weight: 900;
}

.step-card h3,
.benefit-card h3,
.review-card h3 {
	margin: 0;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.2;
}

.step-card p,
.benefit-card p,
.review-card p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.76);
}

.review-card .stars {
	color: var(--gold);
	font-size: 20px;
	letter-spacing: 1px;
}

.benefit-card b,
.step-card b {
	background: rgba(255, 255, 255, 0.12);
	color: var(--gold);
}

.benefit-card--media {
	overflow: hidden;
	padding: 0;
}

.benefit-card--media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.benefit-card--media .benefit-card__body {
	padding: clamp(20px, 3vw, 28px);
}

.service-hero {
	padding: clamp(34px, 6vw, 68px) 0 clamp(50px, 7vw, 88px);
	background:
		linear-gradient(135deg, rgba(7, 21, 47, 0.96), rgba(18, 53, 111, 0.9)),
		radial-gradient(circle at 80% 20%, rgba(245, 197, 66, 0.16), transparent 24rem);
	color: #ffffff;
}

.service-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
	gap: clamp(28px, 6vw, 70px);
	align-items: center;
}

.problem-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.problem-list li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	min-height: 70px;
	padding: 10px 12px 10px 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.86);
	font-weight: 750;
}

.problem-list li > span:first-child {
	min-width: 0;
	line-height: 1.3;
}

.problem-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(245, 197, 66, 0.34);
	border-radius: 14px;
	background: rgba(245, 197, 66, 0.12);
	color: var(--gold);
}

.problem-icon svg {
	display: block;
	width: 25px;
	height: 25px;
}

.service-area-band {
	background: var(--blue-950);
	color: #ffffff;
}

.service-area-band__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
}

.service-area-band__label {
	display: block;
	margin-bottom: 7px;
	color: var(--gold);
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
}

.service-area-band h2 {
	max-width: 780px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(27px, 3.2vw, 40px);
	line-height: 1.08;
}

.service-area-band p {
	max-width: 780px;
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.78);
}

.service-area-band .btn-secondary {
	border-color: rgba(255, 255, 255, 0.42);
	color: #ffffff;
}

.service-area-band .btn-secondary:hover,
.service-area-band .btn-secondary:focus-visible {
	border-color: var(--gold);
	background: var(--gold);
	color: var(--blue-950);
}

.content-split {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(24px, 5vw, 64px);
	align-items: start;
}

.content-split h2 {
	margin: 0;
	color: var(--blue-950);
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.05;
}

.content-split p,
.content-split li {
	color: var(--muted);
}

.content-card {
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: var(--shadow);
}

.content-card h3 {
	margin: 0 0 18px;
	color: var(--blue-950);
	font-size: 24px;
	line-height: 1.15;
}

.content-card ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-card li {
	position: relative;
	padding-left: 28px;
	font-weight: 700;
}

.content-card li::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: var(--green);
}

.content-card__action {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid var(--line);
}

.content-card__call {
	width: 100%;
	text-align: center;
}

.service-faq-section {
	background: #ffffff;
}

.faq-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(24px, 5vw, 58px);
	align-items: start;
}

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

.faq-item {
	border: 1px solid var(--line);
	border-radius: 16px;
	background: var(--surface);
	box-shadow: 0 10px 28px rgba(7, 21, 47, 0.06);
}

.faq-item summary {
	cursor: pointer;
	padding: 18px 22px;
	color: var(--blue-950);
	font-weight: 850;
	line-height: 1.25;
	list-style: none;
}

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

.faq-item summary::after {
	content: "+";
	float: right;
	color: var(--blue-700);
	font-size: 24px;
	line-height: 1;
}

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

.faq-item p {
	margin: 0;
	padding: 0 22px 20px;
	color: var(--muted);
}

.reviews-system {
	background: #ffffff;
}

.reviews-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
}

.reviews-hero-media {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 32px 70px rgba(0, 0, 0, 0.24);
}

.reviews-hero-media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
}

.reviews-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(24px, 5vw, 58px);
	align-items: start;
}

.reviews-plugin-shell,
.reviews-system .elementor-widget-shortcode,
.reviews-system .glsr {
	min-width: 0;
}

.reviews-system .elementor-widget-shortcode {
	margin-bottom: 18px;
}

.reviews-system .elementor-widget-shortcode:last-child {
	margin-bottom: 0;
}

.reviews-system .glsr,
.reviews-system .glsr-summary,
.reviews-system .glsr-reviews,
.reviews-system .glsr-form {
	color: var(--ink);
}

.reviews-system .glsr-summary,
.reviews-system .glsr-review,
.reviews-system .glsr-form {
	padding: clamp(20px, 4vw, 30px);
	border: 1px solid rgba(25, 86, 166, 0.18);
	border-radius: 16px;
	background: var(--surface);
	box-shadow: 0 16px 40px rgba(7, 21, 47, 0.12);
}

.reviews-system .glsr-review + .glsr-review {
	margin-top: 14px;
}

.reviews-system input,
.reviews-system textarea,
.reviews-system select {
	width: 100%;
	min-height: 46px;
	border: 1px solid rgba(16, 24, 40, 0.16);
	border-radius: 12px;
	background: #ffffff;
	color: var(--ink);
}

.reviews-system textarea {
	min-height: 126px;
}

.reviews-system button,
.reviews-system input[type="submit"] {
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--green), var(--green-dark));
	color: #ffffff;
	font-weight: 850;
}

.final-cta {
	padding: clamp(42px, 7vw, 80px);
	border-radius: 30px;
	background: linear-gradient(135deg, var(--blue-950), var(--blue-700));
	color: #ffffff;
	text-align: center;
	box-shadow: var(--shadow);
}

.final-cta h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(30px, 5vw, 54px);
	line-height: 1.04;
}

.final-cta p {
	max-width: 680px;
	margin: 16px auto 24px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
}

.site-footer {
	background: #061126;
	color: rgba(255, 255, 255, 0.78);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 32px;
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 42px 0;
}

.site-footer__logo {
	width: 58px;
	height: 58px;
	object-fit: contain;
	border: 1px solid rgba(245, 197, 66, 0.7);
	border-radius: 50%;
	background: #ffffff;
	padding: 5px;
}

.site-footer p {
	max-width: 520px;
	margin: 14px 0 0;
}

.site-footer__contacts {
	display: grid;
	gap: 10px;
	align-content: center;
	text-align: right;
	font-weight: 800;
}

.site-footer__contacts .footer-call {
	color: #ffffff;
	font-size: 24px;
	box-shadow: none;
	justify-self: end;
	gap: 12px;
	padding: 0;
	background: transparent;
	min-height: 32px;
	line-height: 1.1;
}

.site-footer__contacts .footer-call .phone-icon {
	width: 22px;
	height: 22px;
	flex-basis: 22px;
	background: rgba(22, 163, 74, 0.22);
}

.footer-reviews-link {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
	color: rgba(255, 255, 255, 0.86);
}

.footer-stars {
	color: var(--gold);
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 16px 0 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 13px;
}

.site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	justify-content: flex-end;
}

.site-footer__legal a,
.site-footer__legal button {
	border: 0;
	padding: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.78);
	font: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus-visible,
.site-footer__legal button:hover,
.site-footer__legal button:focus-visible {
	color: var(--gold);
}

.policy-hero {
	padding: clamp(48px, 7vw, 84px) 0;
	background: var(--blue-950);
	color: #ffffff;
}

.policy-hero h1 {
	max-width: 820px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(38px, 6vw, 68px);
	line-height: 1.02;
}

.policy-hero p {
	max-width: 700px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
}

.policy-content {
	max-width: 860px;
	padding-top: clamp(48px, 7vw, 80px);
	padding-bottom: clamp(64px, 8vw, 100px);
}

.policy-content h2 {
	margin: 40px 0 12px;
	color: var(--blue-950);
	font-size: clamp(25px, 3vw, 32px);
	line-height: 1.15;
}

.policy-content h2:first-child {
	margin-top: 0;
}

.policy-content p,
.policy-content li {
	color: var(--muted);
}

.policy-content a {
	color: var(--blue-700);
	font-weight: 750;
}

.policy-content__updated {
	padding-top: 24px;
	border-top: 1px solid var(--line);
	font-size: 14px;
}

.policy-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

[hidden] {
	display: none !important;
}

.cookie-banner {
	position: fixed;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 1200;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	max-width: 1120px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: #07152f;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
	color: #ffffff;
}

.cookie-banner h2 {
	margin: 0 0 5px;
	color: #ffffff;
	font-size: 20px;
}

.cookie-banner__copy > strong {
	display: block;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 20px;
}

.cookie-banner p {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
}

.cookie-banner a {
	color: var(--gold);
}

.cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	justify-content: flex-end;
}

.cookie-button {
	min-height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	padding: 9px 15px;
	background: transparent;
	color: #ffffff;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.cookie-button:hover,
.cookie-button:focus-visible {
	border-color: var(--gold);
	color: var(--gold);
}

.cookie-button--primary {
	border-color: var(--gold);
	background: var(--gold);
	color: var(--blue-950);
}

.cookie-button--primary:hover,
.cookie-button--primary:focus-visible {
	background: #ffffff;
	color: var(--blue-950);
}

.cookie-dialog {
	position: fixed;
	inset: 0;
	z-index: 1300;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(2, 8, 23, 0.74);
}

.cookie-dialog__panel {
	width: min(560px, 100%);
	max-height: calc(100vh - 40px);
	overflow: auto;
	border-radius: 8px;
	padding: 26px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.cookie-dialog__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.cookie-dialog__header h2 {
	margin: 0;
	color: var(--blue-950);
	font-size: 28px;
}

.cookie-dialog__close {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: #ffffff;
	color: var(--blue-950);
	font-size: 24px;
	cursor: pointer;
}

.cookie-option {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 18px 0;
	border-bottom: 1px solid var(--line);
}

.cookie-option strong {
	display: block;
	color: var(--blue-950);
}

.cookie-option p {
	margin: 4px 0 0;
	color: var(--muted);
	font-size: 14px;
}

.cookie-option input {
	width: 22px;
	height: 22px;
	accent-color: var(--blue-700);
}

.cookie-dialog__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 24px;
}

body.has-cookie-dialog {
	overflow: hidden;
}

.mobile-call {
	display: none;
}

@media (max-width: 1080px) {
	.services-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hero-stats .hero-stat {
		gap: 8px;
		min-height: 96px;
		padding: 12px 10px;
	}

	.hero-stats .hero-stat strong {
		font-size: 24px;
	}

	.hero-stats .hero-stat span:not(.metric-icon) {
		font-size: 11px;
	}

	.hero-stats .hero-stat .metric-icon {
		width: 32px;
		height: 32px;
		border-radius: 10px;
	}

	.hero-stats .hero-stat .metric-icon svg {
		width: 18px;
		height: 18px;
	}

	.site-nav {
		position: fixed;
		top: 74px;
		left: 16px;
		right: 16px;
		display: none;
		padding: 14px;
		border: 1px solid rgba(25, 86, 166, 0.18);
		border-radius: 20px;
		background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
		box-shadow: 0 24px 60px rgba(7, 21, 47, 0.22);
	}

	.site-header.is-open .site-nav {
		display: block;
	}

	.pronto-menu {
		display: grid;
		gap: 8px;
		justify-content: stretch;
	}

	.pronto-menu a {
		position: relative;
		width: 100%;
		justify-content: center;
		min-height: 52px;
		padding: 0 18px;
		border: 1px solid rgba(255, 255, 255, 0.16);
		border-radius: 14px;
		background: linear-gradient(135deg, var(--blue-800), var(--blue-950));
		color: #ffffff;
		box-shadow: 0 12px 26px rgba(7, 21, 47, 0.15);
		text-align: center;
		transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
	}

	.pronto-menu a::after {
		content: none;
	}

	.pronto-menu a:hover,
	.pronto-menu a:focus-visible,
	.current-menu-item > a {
		border-color: rgba(245, 197, 66, 0.55);
		background: linear-gradient(135deg, #f8d765, var(--gold));
		color: var(--blue-950);
		box-shadow: 0 16px 30px rgba(245, 197, 66, 0.24);
		transform: translateX(2px);
	}

	.nav-toggle {
		display: block;
	}
}

@media (max-width: 860px) {
	.hero-grid,
	.reviews-hero-grid,
	.service-layout,
	.content-split,
	.service-area-band__inner,
	.faq-layout,
	.reviews-layout,
	.trust-grid,
	.process-grid,
	.areas-grid,
	.steps-grid,
	.benefits-grid,
	.reviews-grid {
		grid-template-columns: 1fr;
	}

	.hero-stats,
	.problem-list {
		grid-template-columns: 1fr;
	}

	.hero-stats .hero-stat {
		min-height: 78px;
		padding: 14px 16px;
	}

	.hero-stats .hero-stat strong {
		font-size: 26px;
	}

	.hero-stats .hero-stat span:not(.metric-icon) {
		font-size: 12px;
	}

	.hero-stats .hero-stat .metric-icon {
		width: 40px;
		height: 40px;
	}

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

	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.site-footer__contacts {
		text-align: left;
	}

	.cookie-banner {
		grid-template-columns: 1fr;
	}

	.cookie-banner__actions {
		justify-content: flex-start;
	}

}

@media (max-width: 620px) {
	body {
		padding-bottom: 78px;
	}

	.site-header__inner {
		min-height: 66px;
	}

	.site-logo {
		width: 52px;
		height: 52px;
	}

	.site-logo img {
		width: 45px;
		height: 45px;
	}

	.header-call {
		display: none;
	}

	.site-nav {
		top: 66px;
		left: 12px;
		right: 12px;
	}

	.hero,
	.service-hero {
		padding-top: 34px;
		padding-bottom: 92px;
	}

	.hero h1,
	.service-hero h1 {
		font-size: 38px;
		line-height: 1.02;
	}

	.hero p,
	.service-hero p {
		font-size: 17px;
	}

	.hero-stats {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 24px;
		margin-bottom: 0;
	}

	.hero-stat {
		min-width: 0;
		padding: 13px 14px;
		border-radius: 14px;
	}

	.hero-stat strong {
		font-size: 20px;
	}

	.hero-stat span {
		font-size: 12px;
		line-height: 1.25;
	}

	.hero-stat .metric-icon {
		width: 38px;
		height: 38px;
		margin-top: 0;
	}

	.pronto-wrap,
	.site-header__inner,
	.site-footer__inner,
	.site-footer__bottom {
		width: min(1180px, calc(100% - 26px));
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.site-footer__legal {
		justify-content: flex-start;
	}

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

	.final-cta {
		padding: 32px 18px;
		border-radius: 22px;
	}

	.mobile-call {
		position: fixed;
		left: 10px;
		right: 10px;
		bottom: 10px;
		z-index: 1001;
		display: block;
	}

	.mobile-call a {
		width: 100%;
	}

	.cookie-banner {
		right: 10px;
		bottom: 88px;
		left: 10px;
		padding: 16px;
	}

	.cookie-banner__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.cookie-banner__actions .cookie-button--primary {
		grid-column: 1 / -1;
	}

	.cookie-dialog {
		padding: 10px;
	}

	.cookie-dialog__panel {
		max-height: calc(100vh - 20px);
		padding: 20px;
	}

	.hero-panel {
		margin-bottom: 22px;
	}

	.hero-brand-badge {
		right: 12px;
		bottom: 12px;
		padding: 6px 9px 6px 6px;
	}

	.hero-brand-badge img {
		width: 30px;
		height: 30px;
	}

	.hero-brand-badge span {
		font-size: 10px;
	}
}
