* {
	-webkit-user-select: none;
	user-select: none
}

html {
	background: #050816
}

body {
	background: #050816;
	min-height: 100svh;
	margin: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	overscroll-behavior-y: none
}

.page {
	min-height: 100svh;
	display: flex;
	flex-direction: column
}

main {
	flex: 1
}

@media (max-width:768px) {
	.hero-img {
		transform: none !important;
		will-change: auto
	}
}

.header,
.header .nav {
	overflow: visible
}

.site-logo {
	height: 100px;
	width: auto;
	position: relative
}

@media (max-width:768px) {
	.site-logo {
		height: 60px;
		top: 0
	}
}

:root {
	--bg: #040612;
	--panel: rgba(255, 255, 255, 0.04);
	--muted: #9aa6b2;
	--accent1: #d19bff;
	--accent2: #d19bff;
	--glass: rgba(255, 255, 255, 0.03)
}

* {
	box-sizing: border-box
}

body,
html {
	height: 100%
}

body {
	margin: 0;
	font-family: Inter, system-ui, -apple-system, sans-serif;
	background: radial-gradient(1200px 400px at 10% 10%, rgba(6, 22, 40, .25), transparent), linear-gradient(180deg, #020416 0, #050816 100%);
	color: #f7fbff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.header {
	position: sticky;
	top: 0;
	z-index: 60;
	backdrop-filter: blur(10px);
	text-align: center;
	background: linear-gradient(90deg, rgba(2, 6, 23, .7), rgba(2, 6, 23, .35));
	border-bottom: 1px solid rgba(255, 255, 255, .03)
}

.centerbox {
	max-width: 600px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 28px 24px;
	background: var(--panel);
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, .04);
	box-sizing: border-box
}

@media (max-width:768px) {
	.centerbox {
		margin: 32px 16px;
		padding: 20px 16px
	}
}

.centerbox h2 {
	margin-top: 36px;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.3
}

.centerbox h2:first-of-type {
	margin-top: 0
}

.centerbox p {
	margin: 0 0 14px;
	color: #9aa6b2;
	max-width: 70ch
}

h1,
h2,
h3 {
	color: #f7fbff;
	margin-top: 1.5em;
	animation: fadeInUp .8s ease forwards
}

li,
p {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 1em;
	color: #e1e8f0
}

ul {
	padding-left: 20px;
	margin-bottom: 1em
}

strong.keyword {
	color: #ffd166;
	transition: color .3s ease
}

strong.keyword:hover {
	color: #fffa65
}

.header .nav {
	max-width: 1200px;
	margin: 0 auto;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.logo {
	font-family: Poppins, sans-serif;
	font-weight: 800;
	background: linear-gradient(90deg, var(--accent1), var(--accent2));
	-webkit-background-clip: text;
	color: transparent;
	font-size: 20px
}

.navlinks a {
	color: #e6f0ff;
	opacity: .85;
	margin-left: 20px;
	text-decoration: none;
	margin-left: 8px;
	font-size: 14px;
	padding: 4px 8px
}

.hero {
	max-width: 1200px;
	margin: 72px auto;
	display: grid;
	grid-template-columns: 1fr 520px;
	gap: 40px;
	padding: 0 20px;
	align-items: center;
	position: relative
}

.hero .left {
	z-index: 3
}

h1 {
	font-family: Poppins, sans-serif;
	font-size: 44px;
	line-height: 1.02;
	margin: 0 0 12px text-align: center
}

.lead {
	color: var(--muted);
	max-width: 560px;
	margin-bottom: 14px
}

.hero::before {
	content: "";
	position: absolute;
	right: -120px;
	top: -40px;
	width: 640px;
	height: 420px;
	background: radial-gradient(circle at 30% 30%, rgba(90, 60, 255, .12), transparent 20%), linear-gradient(135deg, rgba(0, 224, 255, .06), rgba(91, 92, 255, .04));
	transform: rotate(-8deg);
	filter: blur(30px);
	z-index: 1;
	border-radius: 30px;
	pointer-events: none
}

.plate img {
	height: 100%;
	width: auto;
	padding: 4px;
	background: #16376b text-align: center
}

.cta-row {
	display: flex;
	gap: 12px;
	margin-top: 14px;
	align-items: center
}

.cta-white {
	background: #fff;
	color: #041226;
	padding: 12px 24px;
	border-radius: 12px;
	border: 0;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 14px 40px rgba(4, 18, 38, .35);
	transition: transform .18s ease, box-shadow .18s ease
}

.cta-white:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 60px rgba(4, 18, 38, .6)
}

.hero-img {
	width: 100%;
	height: 360px;
	border-radius: 16px;
	object-fit: cover;
	box-shadow: 0 40px 110px rgba(2, 6, 23, .7);
	will-change: transform;
	transition: transform .6s ease
}

.hero-img:hover {
	transform: translateY(-8px) scale(1.01)
}

.cards {
	max-width: 1200px;
	margin: 56px auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	position: relative;
	z-index: 2
}

.card {
	border-radius: 16px;
	overflow: hidden;
	padding: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .01));
	border: 1px solid rgba(255, 255, 255, .06);
	box-shadow: 0 20px 60px rgba(6, 12, 30, .6);
	transition: transform .28s cubic-bezier(.2, .9, .25, 1), box-shadow .28s
}

.card:hover {
	transform: translateY(-8px);
	box-shadow: 0 36px 110px rgba(6, 12, 30, .75)
}

.card .thumb {
	height: 140px;
	overflow: hidden
}

.card img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	display: block
}

.card .body {
	padding: 16px
}

.card h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 6px
}

.card p {
	margin: 0;
	color: var(--muted);
	font-size: 14px
}

.stickers {
	display: flex;
	gap: 12px;
	margin-top: 18px;
	flex-wrap: wrap
}

.sticker {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 12px;
	background: linear-gradient(90deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .01));
	border: 1px solid rgba(255, 255, 255, .03);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .45);
	font-weight: 700;
	color: var(--muted)
}

.sticker .ico {
	font-size: 18px;
	color: var(--accent1)
}

.split {
	max-width: 1200px;
	margin: 60px auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 1.3fr .7fr;
	gap: 28px;
	align-items: center
}

.textblock {
	background: var(--panel);
	padding: 22px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, .04);
	line-height: 1.7;
	color: #e9f2ff
}

.trust {
	max-width: 1200px;
	margin: 10px auto 40px;
	padding: 12px 20px;
	background: linear-gradient(90deg, rgba(0, 224, 255, .04), rgba(91, 92, 255, .02));
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .03);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--muted)
}

.form-grid {
	display: grid;
	gap: 12px
}

.form-grid input,
.form-grid textarea {
	background: #071226;
	border: 1px solid #464646;
	color: #fff;
	padding: 10px;
	border-radius: 10px
}

.form-grid textarea {
	width: 100%;
	resize: vertical
}

[data-reveal] {
	opacity: 0;
	transform: translateY(12px);
	transition: all .5s cubic-bezier(.2, .9, .25, 1)
}

[data-reveal].visible {
	opacity: 1;
	transform: translateY(0)
}

@media (min-width:769px) {
	[data-reveal] {
		opacity: 1 !important;
		transform: none !important
	}
}

@media(max-width:980px) {
	.hero {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 0 18px
	}

	.cards {
		grid-template-columns: 1fr
	}

	.split {
		grid-template-columns: 1fr
	}

	.hero-img {
		height: 260px
	}
}

select.form-control {
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box
}

.hero-full {
	max-width: 1200px;
	margin: 40px auto;
	padding: 36px 20px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 520px;
	gap: 36px;
	align-items: center;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	width: 100%;
	background: url('/urus-bg.webp') center/cover no-repeat
}

.hero-full .overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(2, 6, 23, .65), rgba(2, 6, 23, .6));
	z-index: 1
}

.super {
	max-width: 1200px;
	margin: 40px auto;
	padding: 36px 20px;
	display: grid;
	grid-template-columns: 1fr 520px;
	gap: 36px;
	align-items: center;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	width: 100%
}

.super .left,
.super .right {
	padding: 20px;
	box-sizing: border-box
}

.super .overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(2, 6, 23, .65), rgba(2, 6, 23, .6));
	z-index: 1
}

.super .left,
.super .right {
	position: relative;
	z-index: 2
}

@media screen and (max-width:768px) {
	.super {
		grid-template-columns: 1fr;
		padding: 20px;
		margin: 20px auto
	}

	.super .left,
	.super .right {
		padding: 10px
	}

	.super .left,
	.super .right {
		text-align: left
	}
}

.how-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: 18px
}

.how-step {
	background: rgba(255, 255, 255, .02);
	padding: 12px;
	border-radius: 10px;
	text-align: center
}

.faq {
	max-width: 900px;
	margin: 30px auto
}

.partner-row {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 12px
}

@media(max-width:900px) {
	.hero-full {
		grid-template-columns: 1fr
	}

	.how-steps {
		grid-template-columns: 1fr
	}
}

.hero-full .left,
.hero-full .right {
	padding: 20px;
	box-sizing: border-box
}

.hero-full .overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(2, 6, 23, .65), rgba(2, 6, 23, .6));
	z-index: 1
}

.hero-full .left,
.hero-full .right {
	position: relative;
	z-index: 2
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
	margin-top: 28px
}

.feature {
	background: rgba(255, 255, 255, .02);
	padding: 14px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .5)
}

@media screen and (max-width:768px) {
	.hero-full {
		grid-template-columns: 1fr;
		padding: 20px;
		margin: 20px auto
	}

	.hero-img {
		height: 260px;
		width: 100%
	}

	.hero-full .left,
	.hero-full .right {
		padding: 10px
	}

	.hero-full .left,
	.hero-full .right {
		text-align: left
	}
}

.plate img {
	height: 100%;
	width: auto;
	padding: 2px;
	background: #16376b
}

.plate .plate .gb-area img {
	height: 40px;
	width: auto
}

.sticker img.tick-anim {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 8px;
	transform-origin: center
}

.sticker img.tick-anim.anim {
	animation: pop .45s ease forwards
}

@keyframes pop {
	0% {
		transform: scale(.6) rotate(-10deg);
		opacity: 0
	}

	60% {
		transform: scale(1.08) rotate(3deg);
		opacity: 1
	}

	100% {
		transform: scale(1) rotate(0);
		opacity: 1
	}
}

::placeholder {
	color: #fff;
	opacity: .8
}

.gb-area img {
	width: 34px;
	height: auto
}

::placeholder {
	color: #000;
	opacity: .5
}

.gb-area img {
	width: 34px;
	height: auto
}

::placeholder {
	color: #000;
	opacity: .45
}

.plate {
	position: relative;
	width: 240px;
	height: 60px;
	background: #fff;
	border: 3px solid #000;
	border-radius: 8px;
	display: flex;
	overflow: hidden
}

.gb-area {
	width: 55px;
	background: #039;
	display: flex;
	align-items: center;
	justify-content: center
}

.gb-area img {
	width: 32px
}

::placeholder {
	color: #000;
	opacity: .45
}

.plate {
	position: relative;
	width: 240px;
	height: 60px;
	background: #fff;
	border: 3px solid #000;
	border-radius: 8px;
	display: flex;
	overflow: hidden
}

.gb-area {
	width: 55px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center
}

.gb-area img {
	width: 32px;
	height: auto
}

.reg-field {
	flex: 1;
	position: relative;
	background: 0 0 !important;
	border: none !important
}

.reg-field input {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	background: 0 0;
	border: none;
	outline: 0;
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 4px;
	color: #000;
	text-transform: uppercase
}

::placeholder {
	color: #000;
	opacity: .45
}

.plate {
	width: 270px;
	height: 68px;
	background: #fff;
	border: 3px solid #000;
	border-radius: 8px;
	display: flex;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .3)
}

.gb-area {
	width: 58px;
	background: #039;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px
}

.eu-stars {
	font-size: 9px;
	color: #fc0;
	line-height: 1;
	letter-spacing: 1px
}

.gb-text {
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	letter-spacing: 1px
}

.reg-area {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center
}

.reg-area input {
	width: 100%;
	height: 100%;
	border: none;
	outline: 0;
	background: 0 0;
	text-align: center;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 4px;
	color: #000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif
}

.reg-area input::placeholder {
	color: #000;
	opacity: .4
}

.gb-area {
	width: 46px;
	padding: 4px 0
}

.eu-stars {
	font-size: 10px;
	color: #fc0;
	line-height: 1;
	letter-spacing: 2px
}

.gb-text {
	font-size: 17px
}

.contact .form-grid select,
.contact select,
.form-grid select {
	color: #fff !important;
	background-color: #333;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 16px;
	border-radius: 4px
}

.contact select::placeholder,
.form-grid select::placeholder {
	color: rgba(255, 255, 255, .75) !important
}

.plate .reg-area input,
.plate input,
.plate input::placeholder,
.reg-area input,
.reg-area input::placeholder,
.reg-field input,
.reg-field input::placeholder {
	color: #000 !important
}

@media screen and (max-width:768px) {
	.navlinks {
		display: none;
		position: absolute;
		top: 70px;
		right: -260px;
		width: 260px;
		background: linear-gradient(180deg, rgba(40, 60, 90, .85), rgba(20, 35, 60, .95));
		backdrop-filter: blur(18px) saturate(140%);
		-webkit-backdrop-filter: blur(18px) saturate(140%);
		flex-direction: column;
		gap: 0;
		border-radius: 16px;
		overflow: hidden;
		box-shadow: 0 25px 70px rgba(0, 0, 0, .6), inset 0 0 0 1px rgba(255, 255, 255, .08);
		transition: right .3s ease, opacity .25s ease, transform .35s ease;
		opacity: 0;
		transform: translateY(-10px);
		z-index: 1001
	}

	.navlinks.active {
		display: flex;
		right: 10px;
		opacity: 1;
		transform: translateY(0)
	}

	.navlinks a {
		padding: 16px 22px;
		font-size: 15px;
		font-weight: 600;
		color: #fff;
		text-decoration: none;
		background: 0 0;
		border-bottom: 1px solid rgba(255, 255, 255, .08);
		border-radius: 12px;
		transition: background .25s ease, opacity .3s ease;
		position: relative;
		margin-left: -5px;
		margin-right: -5px
	}

	.navlinks a:last-child {
		border-bottom: none
	}

	.navlinks a:hover {
		background: rgba(255, 255, 255, .09);
		opacity: 1
	}

	.navlinks a.active {
		background: linear-gradient(135deg, rgba(209, 155, 255, .25), rgba(209, 155, 255, .15));
		box-shadow: 0 6px 16px rgba(209, 155, 255, .35);
		color: #fff;
		opacity: 1
	}

	.navlinks a.primary {
		background: linear-gradient(135deg, rgba(209, 155, 255, .28), rgba(209, 155, 255, .18));
		box-shadow: inset 0 0 0 1px rgba(209, 155, 255, .45), 0 0 18px rgba(209, 155, 255, .35)
	}

	.hamburger {
		display: block;
		font-size: 22px;
		color: #fff;
		cursor: pointer;
		z-index: 1002
	}
}

@media screen and (min-width:769px) {
	.navlinks {
		display: flex;
		align-items: center;
		gap: 6px;
		background: rgba(33, 52, 73, .55);
		backdrop-filter: blur(14px);
		-webkit-backdrop-filter: blur(14px);
		padding: 6px 8px;
		border-radius: 999px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(255, 255, 255, .05)
	}

	.navlinks a {
		padding: 8px 14px;
		border-radius: 999px;
		font-size: 14px;
		font-weight: 600;
		color: #e6f0ff;
		opacity: .85;
		transition: all .25s ease
	}

	.navlinks a:hover {
		background: rgba(255, 255, 255, .08);
		opacity: 1
	}

	.navlinks a.active {
		background: linear-gradient(135deg, rgba(209, 155, 255, .25), rgba(209, 155, 255, .15));
		color: #fff;
		opacity: 1;
		box-shadow: 0 6px 16px rgba(209, 155, 255, .35);
		border-radius: 10px;
		padding: 14px 20px;
		background-clip: padding-box
	}

	.hamburger {
		display: none
	}
}

* {
	box-sizing: border-box
}

body,
html {
	height: 100%
}

body {
	margin: 0;
	font-family: Inter, system-ui, -apple-system, sans-serif;
	background: radial-gradient(1200px 400px at 10% 10%, rgba(6, 22, 40, .25), transparent), linear-gradient(180deg, #020416 0, #050816 100%);
	color: #f7fbff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.plate img {
	height: 100%;
	width: auto;
	padding: 4px;
	background: #16376b;
	text-align: center
}

.plate {
	position: relative;
	width: 260px;
	height: 60px;
	background: #fff;
	border: 3px solid #000;
	border-radius: 8px;
	display: flex;
	overflow: hidden
}

.gb-area {
	width: 55px;
	background: #039;
	display: flex;
	align-items: center;
	justify-content: center
}

.gb-area img {
	width: 32px
}

.reg-field {
	flex: 1;
	position: relative;
	background: 0 0 !important;
	border: none !important
}

.reg-field input {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	background: 0 0;
	border: none;
	outline: 0;
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 4px;
	color: #000;
	text-transform: uppercase
}

::placeholder {
	color: hwb(0 82% 17%);
	opacity: .45
}

.cta-white,
.faq h3,
.feature-grid,
.footer,
.how-steps,
.lead,
.sticker,
.textblock,
h1 {
	margin: 0;
	padding: 0
}

.hero-full {
	max-width: 1200px;
	margin: 0 auto;
	padding: 36px 20px;
	display: grid;
	grid-template-columns: 1fr 520px;
	gap: 36px;
	align-items: center;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	width: 100%
}

.hero-full .overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(2, 6, 23, .65), rgba(2, 6, 23, .6));
	z-index: 1
}

.hero-full .left,
.hero-full .right {
	position: relative;
	z-index: 2
}

@media screen and (max-width:768px) {
	.hero-full {
		grid-template-columns: 1fr;
		padding: 20px;
		margin: 20px auto;
		width: 100%;
		box-sizing: border-box
	}

	.hero-img {
		height: 260px;
		width: 100%
	}

	.hero .left,
	.hero .right {
		text-align: center;
		width: 100%
	}

	.hero-full {
		margin-top: 0
	}
}

.specialist {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative;
	z-index: 2
}

.specialist-inner {
	max-width: 1180px;
	margin: 0 auto
}

.specialist h2 {
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 700;
	color: #fff;
	margin-bottom: 14px;
	letter-spacing: -.5px
}

.specialist-intro {
	max-width: 820px;
	font-size: 16.5px;
	line-height: 1.7;
	color: #b8c3d1;
	margin-bottom: 42px
}

.offence-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 22px
}

.offence-card {
	background: rgba(255, 255, 255, .04);
	border-radius: 18px;
	padding: 26px 24px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .06);
	transition: transform .35s ease, box-shadow .35s ease, border .35s ease
}

.offence-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
	border: 1px solid rgba(255, 255, 255, .12)
}

.offence-card h3 {
	font-size: 17.5px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px
}

.offence-card p {
	font-size: 15px;
	line-height: 1.65;
	color: #9aa6b2
}

.offence-card strong {
	color: #fff;
	font-weight: 600
}

.specialist-footnote {
	max-width: 900px;
	margin-top: 38px;
	font-size: 14.5px;
	line-height: 1.6;
	color: #8f9bad;
	border-left: 3px solid #1c4fd8;
	padding-left: 16px
}

.review-rotator {
	max-width: 1100px;
	margin: 70px auto;
	padding: 0 20px;
	text-align: center
}

.review-rotator h3 {
	margin-bottom: 12px
}

.trust-counter {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 28px
}

.trust-counter span {
	color: hsl(213, 82%, 55%)
}

.review-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px
}

.review-card {
	background: rgba(255, 255, 255, .04);
	border-radius: 16px;
	padding: 18px;
	text-align: left;
	border: 1px solid rgba(255, 255, 255, .06);
	box-shadow: 0 20px 55px rgba(0, 0, 0, .5);
	animation: fadeSlide .45s ease
}

.review-card strong {
	display: block;
	font-size: 15px
}

.review-meta {
	font-size: 13px;
	color: #9aa6b2
}

.review-stars {
	margin-top: 6px
}

.star {
	display: inline-block;
	font-size: 16px;
	color: #fc0;
	opacity: 0;
	transform: scale(.4);
	animation: starPop .4s ease forwards
}

.review-card p {
	margin-top: 10px;
	font-size: 14.5px;
	line-height: 1.6;
	color: #d5deea
}

@keyframes fadeSlide {
	from {
		opacity: 0;
		transform: translateY(8px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes starPop {
	to {
		opacity: 1;
		transform: scale(1)
	}
}

@media (max-width:768px) {
	.review-grid {
		grid-template-columns: 1fr
	}
}

@media (max-width:768px) {
	.specialist {
		padding: 48px 18px
	}

	.specialist h2 {
		font-size: 26px
	}

	.specialist-intro {
		font-size: 15.5px
	}

	.offence-card {
		padding: 22px 20px
	}
}

@media (min-width:769px) {

	.specialist,
	[data-reveal],
	section.specialist {
		opacity: 1 !important;
		transform: none !important;
		visibility: visible !important
	}
}

body,
main {
	margin: 0;
	padding: 0
}

.cta-white {
	background: #fff;
	color: #041226;
	padding: 12px 24px;
	border-radius: 12px;
	border: 0;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 14px 40px rgba(4, 18, 38, .35);
	transition: transform .18s ease, box-shadow .18s ease;
	text-align: center;
	display: inline-block
}

.cta-white:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 60px rgba(4, 18, 38, .6)
}

.cta-white {
	padding: 12px 24px;
	margin: 0 auto
}

.split {
	padding: 20px;
	max-width: 1200px;
	margin: 60px auto;
	display: grid;
	grid-template-columns: 1.3fr .7fr;
	gap: 28px;
	align-items: center
}

.split {
	box-sizing: border-box
}

.split .textblock {
	background: var(--panel);
	padding: 20px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, .04);
	line-height: 1.7;
	color: #e9f2ff;
	box-sizing: border-box
}

@media screen and (max-width:768px) {
	.split {
		padding: 10px;
		grid-template-columns: 1fr
	}

	.split .textblock {
		padding: 12px
	}
}

body,
html {
	margin: 0;
	padding: 0;
	width: 100%
}

body,
html {
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column
}

main {
	flex: 1
}

.vehicle-card--responsive {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box
}

.vehicle-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 16px;
	margin-top: 12px
}

.vehicle-grid div {
	font-size: 14px;
	line-height: 1.4;
	word-break: break-word
}

@media (max-width:768px) {
	.vehicle-card--responsive {
		padding: 16px
	}

	.vehicle-card--responsive h3 {
		font-size: 16px;
		margin-bottom: 10px
	}

	.vehicle-grid {
		grid-template-columns: 1fr;
		gap: 8px
	}

	.vehicle-grid div {
		font-size: 15px
	}
}

.vehicle-card-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	box-sizing: border-box
}

.vehicle-card {
	background: #071226;
	border-radius: 14px;
	padding: 20px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .6);
	width: 100%;
	max-width: 600px;
	margin: 0 auto
}

.vehicle-card h3 {
	margin: 0 0 10px;
	font-family: Poppins, sans-serif
}

@media (max-width:768px) {
	.vehicle-card-wrapper {
		padding: 10px
	}

	.vehicle-card {
		max-width: 100%;
		padding: 15px
	}

	.vehicle-card h3 {
		font-size: 16px;
		margin-bottom: 10px
	}
}

@media (max-width:768px) {
	.footer {
		padding: 18px 12px
	}

	.footer p {
		font-size: 14px
	}

	.footer h3 {
		font-size: 18px
	}

	.footer a {
		font-size: 14px
	}
}

.trust {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px
}

@media (max-width:768px) {
	.trust {
		justify-content: center;
		gap: 10px;
		padding: 12px 10px
	}

	.trust>div {
		font-size: 12px;
		white-space: nowrap;
		display: flex;
		align-items: center
	}

	.trust img {
		height: 14px;
		margin-right: 6px
	}
}

@media (max-width:768px) {
	.faq {
		padding-left: 16px;
		padding-right: 16px
	}
}

.payment-success {
	text-align: center;
	padding: 10px 10px
}

.tick-circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #22c55e;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: popIn .4s ease-out
}

.tick-circle svg {
	width: 48px;
	height: 48px;
	stroke: #fff;
	stroke-width: 5;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	animation: drawTick .6s ease forwards .2s
}

@keyframes drawTick {
	to {
		stroke-dashoffset: 0
	}
}

input[type=date],
input[type=time] {
	width: 100%;
	height: 40px;
	padding: 10px;
	font-size: 16px;
	border-radius: 8px;
	box-sizing: border-box
}

input[type=date],
input[type=time] {
	-webkit-appearance: none;
	appearance: none
}

@media screen and (max-width:768px) {

	input[type=date],
	input[type=time] {
		height: 40px;
		font-size: 16px
	}
}

@keyframes popIn {
	0% {
		transform: scale(.6);
		opacity: 0
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}

.footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 14px 24px;
	padding: 24px 20px;
	background: #050a14;
	color: #9aa6b2;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	width: 100%
}

.footer span {
	white-space: nowrap
}

.footer strong {
	font-weight: 600;
	color: #fff
}

.footer-link {
	color: #fff;
	text-decoration: none;
	font-weight: 600
}

.footer-link:hover {
	text-decoration: underline
}

.social-links {
	display: flex;
	gap: 16px;
	justify-content: center
}

.social-icon {
	color: #fff;
	font-size: 24px;
	transition: transform .3s ease, color .3s ease
}

.social-icon:hover {
	color: #1da1f2;
	transform: scale(1.1)
}

.social-icon:active {
	transform: scale(.95)
}

.social-icon:first-child:hover {
	color: #1da1f2
}

.social-icon:nth-child(2):hover {
	color: #3b5998
}

.social-icon:nth-child(3):hover {
	color: #e4405f
}

@media (max-width:768px) {
	.footer span {
		white-space: normal
	}

	.social-links {
		gap: 12px
	}
}

body,
html {
	overscroll-behavior: none
}

@media (max-width:768px) {
	.hero-img {
		transform: none !important
	}
}