:root {
--navy:#0f172a;
--navy2:#071421;
--green:#16a34a;
--deep-green:#0f766e;
--yellow:#fbbf24;
--blue:#0b6cff;
--red:#d32323;
--muted:#64748b;
--soft:#f3f7fb;
--card:#ffffff;
--radius:28px;
}
* {
	box-sizing: border-box
}
body {
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	margin: 0;
	background: #f5f8fc;
	color: var(--navy);
	overflow-x: hidden
}
a {
	color: inherit
}
.z-nav {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #111927;
	border-bottom: 1px solid rgba(255,255,255,.08);
	box-shadow: 0 12px 35px rgba(15,23,42,.16)
}
.z-nav .navbar {
	min-height: 72px
}
.brand {
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0;
	color: #fff;
	text-decoration: none
}
.nav-link {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #fff!important;
	margin-left: .55rem;
	font-size: .82rem;
	white-space: nowrap
}
.nav-link:hover {
	color: var(--yellow)!important
}
.hero {
	position: relative;
	overflow: hidden;
	padding: 96px 0 76px;
	color: #fff;
	background: radial-gradient(circle at 82% 20%, rgba(20,184,166,.38), transparent 34%), linear-gradient(135deg, #071421 0%, #082d3a 48%, #0a5a45 100%)
}
.hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
	background-size: 44px 44px;
	opacity: .55
}
.hero .container {
	position: relative;
	z-index: 1
}
.pill {
	display: inline-flex;
	gap: .5rem;
	align-items: center;
	border-radius: 999px;
	padding: .55rem 1rem;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.18);
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff
}
.hero-card {
	background: rgba(255,255,255,.13);
	border: 1px solid rgba(255,255,255,.18);
	backdrop-filter: blur(12px);
	border-radius: var(--radius);
	padding: 38px;
	box-shadow: 0 28px 90px rgba(0,0,0,.28)
}
.hero h1 {
	font-size: clamp(2.55rem, 6vw, 5.35rem);
	line-height: .98;
	font-weight: 900;
	letter-spacing: 0;
	margin: .9rem 0 1.25rem;
	text-shadow: 0 18px 45px rgba(0,0,0,.3)
}
.hero p {
	font-size: 1.18rem;
	line-height: 1.75;
	color: rgba(255,255,255,.86);
	max-width: 780px
}
.btn-z {
	border: 0;
	border-radius: 16px;
	padding: 15px 24px;
	font-weight: 900;
	box-shadow: 0 8px 18px rgba(0,0,0,.12);
	transition: .22s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5rem
}
.btn-z:hover {
	transform: translateY(-2px)
}
.btn-yellow {
	background: var(--yellow)!important;
	color: #0f172a!important
}
.btn-green {
	background: var(--green)!important;
	color: #fff!important
}
.btn-blue {
	background: var(--blue)!important;
	color: #fff!important
}
.btn-yelp {
	background: var(--red)!important;
	color: #fff!important
}
.trust-card {
	background: #fff;
	color: var(--navy);
	border-radius: var(--radius);
	padding: 34px;
	box-shadow: 0 30px 80px rgba(0,0,0,.25)
}
.trust-logo {
	height: 86px;
	width: 86px;
	object-fit: contain;
	margin: 0 auto 16px;
	display: block
}
.rating-xl {
	font-size: 3.1rem;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1
}
.stars {
	color: #f59e0b;
	letter-spacing: 0;
	font-size: 1.2rem;
	font-weight: 900
}
.trust-list {
	border-top: 1px solid #e5e7eb;
	margin-top: 22px;
	padding-top: 14px
}
.trust-list div {
	padding: 12px 0;
	border-bottom: 1px solid #e5e7eb;
	font-weight: 800
}
section {
	padding: 90px 0
}
.section-soft {
	background: #f3f7fb
}
.section-dark {
	background: linear-gradient(135deg, #071421, #063d38);
	color: #fff
}
.eyebrow {
	display: inline-flex;
	gap: .45rem;
	align-items: center;
	background: #eaf2ff;
	color: #0b55bd;
	border-radius: 999px;
	padding: .55rem 1rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 1rem
}
.section-title {
	font-size: clamp(2.1rem, 4vw, 4.2rem);
	line-height: 1.05;
	font-weight: 950;
	letter-spacing: 0;
	margin-bottom: 1rem
}
.section-lead {
	font-size: 1.16rem;
	color: var(--muted);
	line-height: 1.65;
	max-width: 850px;
	margin: 0 auto
}
.section-dark .section-lead {
	color: rgba(255,255,255,.72)
}
.network-card, .review-card, .form-card {
	background: #fff;
	border: 1px solid rgba(15,23,42,.07);
	border-radius: 24px;
	padding: 28px;
	box-shadow: 0 22px 60px rgba(15,23,42,.08);
	height: 100%;
	transition: .22s ease
}
.network-card:hover, .review-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 30px 75px rgba(15,23,42,.13)
}
.network-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.network-card .btn-z {
  margin-top: auto !important;
}
.platform-logo {
	height: 34px;
	width: auto;
	display: block;
	margin-bottom: 18px;
	object-fit: contain
}
.platform {
	font-weight: 950;
	font-size: 1.14rem;
	margin-bottom: .3rem
}
.rating-number {
	font-size: 2.6rem;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1
}
.review-card .source {
	display: inline-flex;
	border-radius: 999px;
	padding: .35rem .7rem;
	font-size: .78rem;
	font-weight: 900;
	background: #eef6ff;
	color: #0b55bd;
	margin-bottom: 14px;
	text-transform: uppercase;
	letter-spacing: 0
}
.review-text {
	font-size: 1.04rem;
	line-height: 1.75;
	color: #334155;
	font-style: italic
}
.review-author {
	font-weight: 900;
	margin-top: 18px;
	color: #111827
}
.review-date {
	font-size: .92rem;
	color: #64748b
}
.cta-panel {
	border-radius: 28px;
	padding: 42px;
	background: radial-gradient(circle at 80% 0%, rgba(20,184,166,.18), transparent 30%), #111927;
	color: #fff;
	box-shadow: 0 24px 70px rgba(15,23,42,.18)
}
.form-card input, .form-card textarea, .form-card select {
	border-radius: 14px;
	border: 1px solid #dbe3ef;
	padding: 14px 16px;
	font-weight: 600
}
.form-card label {
	font-weight: 900;
	margin-bottom: 8px
}
.star-select {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: .2rem
}
.star-select input {
	display: none
}
.star-select label {
	font-size: 2rem;
	color: #cbd5e1;
	cursor: pointer;
	transition: .16s ease
}
.star-select input:checked ~ label, .star-select label:hover, .star-select label:hover ~ label {
	color: #f59e0b
}
.alert-z {
	border-radius: 18px;
	font-weight: 800
}
.contact {
	position: relative;
	overflow: hidden;
	background: #0b0f14;
	color: #fff;
	padding: 86px 0;
	background-image: linear-gradient(rgba(0,0,0,.76), rgba(0,0,0,.76)), url('https://zartsair.com/assets/img/map-bg.png');
	background-size: cover;
	background-position: center
}
.contact h2 {
	font-size: clamp(2.2rem, 4vw, 3.5rem);
	font-weight: 950;
	letter-spacing: 0
}
.contact a {
	color: var(--yellow);
	font-weight: 900
}
.footer {
	background: #f8fafc;
	padding: 24px 0;
	color: #1f2937
}
.social a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #111927;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin: 0 5px
}
.sticky-mobile {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1100;
	background: #111927;
	padding: 10px;
	box-shadow: 0 -12px 28px rgba(0,0,0,.18);
	gap: 10px
}
.sticky-mobile a {
	flex: 1
}
.hidden-field {
	position: absolute;
	left: -9999px;
	opacity: 0;
	height: 0;
	width: 0
}
.bbb-profile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: inherit;
}
.bbb-profile-copy {
  display: grid;
  gap: 2px;
  text-align: left;
}
.bbb-profile-copy strong,
.bbb-profile-copy span {
  display: block;
}
.bbb-profile-copy strong {
  color: #111827;
  font-weight: 900;
}
.bbb-profile-copy span {
  color: #64748b;
  font-size: .9rem;
  font-weight: 800;
}

@media(max-width:991px) {
.hero {
	padding: 70px 0
}
.hero-card {
	padding: 26px
}
.trust-card {
	margin-top: 24px
}
.nav-link {
	margin-left: 0
}
.sticky-mobile {
	display: flex
}
body {
	padding-bottom: 74px
}
.review-hero-card {
  padding-bottom: 28px;
}
}
.contact-lead {
	max-width: 760px;
}
