:root {
	--bg: #000d19;
	--surface: #001527;
	--surface-soft: #061a2a;
	--text: #ffffff;
	--muted: rgba(255, 255, 255, .8);
	--border: rgba(255, 255, 255, .2);
	--line: rgba(255, 255, 255, .16);
	--blue: #005eab;
	--cyan: #60c5c5;
	--cyan-fill: #8AF8FB;
	--cyan-bright: #90ffff;
	--yellow: #f1c644;
	--container: 1280px;
	--gutter: 64px;
	--section: 112px;
	--section-medium: 80px;
	--radius: 8px;
	--pill: 999px;
	--grad: linear-gradient(90deg, var(--blue), var(--cyan));
}

* {
	box-sizing: border-box
}

html,
body {
	margin: 0;
	padding: 0;
	background: var(--bg);
	color: var(--text);
	font-family: 'Roboto', sans-serif
}

body {
	overflow-x: hidden
}

img {
	display: block;
	max-width: 100%
}

a {
	text-decoration: none;
	color: inherit
}

.shell {
	padding-inline: var(--gutter)
}

.container {
	width: min(100%, var(--container));
	margin-inline: auto
}

.section {
	padding-block: var(--section)
}

.section-medium {
	padding-block: var(--section-medium)
}

.section-tight-top {
	padding-top: 28px;
	padding-bottom: 112px
}

.section-tight-bottom {
	padding-top: 4px;
	padding-bottom: 28px
}

.btn {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 24px;
	border-radius: var(--pill);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	white-space: nowrap;
	transition: border-color .25s ease, color .25s ease, background-color .25s ease, transform .25s ease;
	align-self: end;
}

.btn::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	z-index: -1;
	transition: height .28s ease
}

.btn-sm {
	padding: 8px 20px
}

.btn-primary {
	background: var(--grad);
	color: #000
}

.btn-primary::before {
	background: var(--cyan-fill)
}

.btn-primary:hover,
.btn-primary:focus-visible {
	color: #000d19
}

.btn-primary:hover::before,
.btn-primary:focus-visible::before {
	height: 100%
}

.btn-outline {
	background: rgba(255, 255, 255, .2);
	border: 2px solid #fff;
	color: #fff
}

.btn-outline::before {
	background: var(--yellow)
}

.btn-outline:hover,
.btn-outline:focus-visible {
	color: #000d19;
	border-color: var(--yellow)
}

.btn-outline:hover::before,
.btn-outline:focus-visible::before {
	height: 100%
}

.btn-light {
	background: #fff;
	color: #000d19
}

.btn-light::before {
	background: var(--cyan-fill)
}

.btn-light:hover,
.btn-light:focus-visible {
	color: #000d19
}

.btn-light:hover::before,
.btn-light:focus-visible::before {
	height: 100%
}

.btn-dark-outline {
	background: rgba(255, 255, 255, .18);
	border: 2px solid #000d19;
	color: #000d19
}

.btn-dark-outline::before {
	background: var(--yellow)
}

.btn-dark-outline:hover,
.btn-dark-outline:focus-visible {
	color: #000d19;
	border-color: var(--yellow)
}

.btn-dark-outline:hover::before,
.btn-dark-outline:focus-visible::before {
	height: 100%
}

.eyebrow {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: -.02em
}

h1 {
	font-size: 72px
}

h2 {
	font-size: 52px
}

h4 {
	font-size: 36px
}

h6 {
	font-size: 22px;
	line-height: 1.1
}

p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5
}

.lead {
	font-size: 18px;
}

.contact-copy .lead {
	margin-bottom: 32px;
}

.hero {
	padding-top: 0;
	padding-bottom: 112px;
	padding-inline: 0;
}

.hero-card {
	position: relative;
	overflow: hidden;
	min-height: 460px;
	display: flex;
	align-items: center;
	padding: 88px 64px
}

.hero-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("/wp-content/uploads/2026/03/48e585cd-e46d-4df8-96b0-c92c1ee51a01-1-scaled.webp") center/cover no-repeat
}

.hero-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .58)
}

.hero-content {
	position: relative;
	z-index: 1;
	max-width: 768px;
	display: grid;
	gap: 32px
}

.hero-copy {
	display: grid;
	gap: 16px
}

.hero-copy .stack {
	display: grid;
	gap: 10px
}

.section-head {
	display: grid;
	gap: 16px;
	max-width: 560px
}

.section-head.center {
	margin-inline: auto;
	text-align: center;
	justify-items: center
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px
}

.service-card {
	padding: 24px;
	border-radius: 8px;
	background: linear-gradient(90deg, var(--blue), var(--cyan));
	display: flex;
	flex-direction: column;
	gap: 24px;
	color: #fff;
	border: 1px solid transparent;
	transition: border-color .25s ease, box-shadow .25s ease
}

.service-card:hover,
.service-card:focus-within {
	border-color: var(--cyan-fill);
	box-shadow: 0 0 0 1px rgba(138, 248, 251, .3), 0 18px 40px rgba(96, 197, 197, .18)
}

.service-copy {
	display: grid;
	gap: 16px
}

.service-icon {
	width: 48px;
	height: 48px;
	object-fit: contain
}


.service-card>div:last-child a {
	display: inline-flex;
	align-items: center;
	font-weight: 600
}

.line-divider {
	height: 1px;
	background: var(--border)
}

.why-wrap {
	display: grid;
	gap: 80px
}

.why-grid {
	display: grid;
	grid-template-columns: 0.60fr 1.35fr;
	gap: 32px
}

.why-card,
.why-mini,
.testimonial,
.stat,
.form-shell {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 8px;
	overflow: hidden
}

.why-card-copy,
.why-wide-copy,
.why-mini-copy,
.testimonial,
.stat {
	padding: 32px
}

.why-card-copy,
.why-wide-copy,
.why-mini-copy {
	display: grid;
	gap: 24px;
}

.why-wide-copy {
	place-items: center;
}

.why-card-copy-top,
.why-wide-copy-top,
.why-mini-top {
	display: grid;
	gap: 8px
}

.why-card img,
.why-wide img {
	width: 100%;
	object-fit: cover
}

.why-card img {
	height: 416px
}

.why-right {
	display: grid;
	gap: 32px
}

.why-wide {
	display: grid;
	grid-template-columns: 1fr 432px;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 8px;
	overflow: hidden;
	min-height: 400px;
}

.why-wide img {
	height: 100%
}

.why-mini-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px
}

.why-icon {
	width: 48px;
	height: 48px;
	object-fit: contain
}

.cta-band {
	background: linear-gradient(90deg, var(--blue), var(--cyan))
}

.cta-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start
}

.testimonial-head {
	display: grid;
	gap: 24px;
	max-width: 560px;
	text-align: center;
	justify-items: center;
	margin-inline: auto
}

.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px
}

.stars svg path {
    fill: #F2D523;
    stroke-width: 0;
}

.testimonial {
	display: grid;
	gap: 24px
}

.stars {
	width: 116px;
	height: auto
}

.avatar {
	display: flex;
	align-items: center;
	gap: 16px
}

.avatar img {
	width: 48px;
	height: 48px;
	border-radius: 999px;
	object-fit: cover
}

.faq-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px
}

.faq-list {
	border-bottom: 1px solid var(--border)
}

.faq-item {
	border-top: 1px solid var(--border)
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding: 20px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	cursor: pointer;
}

.faq-question .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	flex: 0 0 20px
}

.faq-question .icon svg {
	width: 16px;
	height: 16px;
	display: block
}

.faq-answer {
	padding: 0 0 24px;
	color: var(--muted)
}

.faq-item .faq-question svg {
	transform: rotate(180deg);
}

.faq-item.is-open .faq-question svg {
	transform: rotate(0deg);
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px
}

.contact-links {
	display: grid;
	gap: 16px;
	padding-block: 8px
}

.contact-row {
	display: flex;
	gap: 16px;
	align-items: flex-start
}

.contact-row img {
	width: 24px;
	height: 24px;
	flex: 0 0 auto
}

.contact-row a {
	text-decoration: underline
}

#contact {
	padding: 84px 20px;
}

.form {
	display: grid;
	gap: 24px
}

.field {
	display: grid;
	gap: 8px
}

input,
textarea {
	width: 100%;
	background: rgba(255, 255, 255, .2);
	border: 1px solid #fff;
	border-radius: 6px;
	padding: 12px;
	color: #fff;
	font: 400 16px/1.5 'Roboto', sans-serif
}

input {
	height: 48px
}

textarea {
	min-height: 180px;
	resize: vertical
}

::placeholder {
	color: rgba(255, 255, 255, .5)
}

.checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 16px;
	font-size: 14px
}

.checkbox input {
	width: 18px;
	height: 18px;
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 2px;
	padding: 0;
}

.checkbox input:checked {
	background-color: #ffffff;
	position: relative;
}

/* Tick mark */
.checkbox input:checked::after {
	content: '';
	position: absolute;
	top: 45%;
	left: 50%;
	width: 4px;
	height: 8px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -50%) rotate(45deg);
}

.service-link span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.testimonials .section-head {
	margin-bottom: 56px
}

.testimonials-carousel-wrap {
	position: relative;
	overflow: hidden
}

.testimonials-track {
	display: flex;
	gap: 32px;
	transition: transform .4s cubic-bezier(.4, 0, .2, 1)
}

.testimonial {
	flex: 0 0 calc((100% - 64px) / 3);
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 24px
}

.stars {
	width: 116px;
	height: 20px;
	display: block
}

.stars svg {
	width: 100%;
	height: 100%;
	display: block
}

.author {
	display: flex;
	align-items: center;
	gap: 16px
}

.author img {
	width: 48px;
	height: 48px
}

.author-copy {
	display: flex;
	flex-direction: column
}

.author-copy strong,
.author-copy span {
	font-size: 16px;
	line-height: 1.5
}

.carousel-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 40px
}

.carousel-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 2px solid var(--line);
	background: transparent;
	color: var(--white);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition: border-color .2s, background .2s
}

.carousel-btn:hover,
.carousel-btn:focus-visible {
	border-color: var(--cyan);
	background: rgba(144, 255, 255, .08)
}

.carousel-dots {
	display: flex;
	gap: 8px
}

.carousel-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--line);
	cursor: pointer;
	transition: background .2s, transform .2s;
	border: none;
	padding: 0
}

.carousel-dot.active {
	background: var(--cyan);
	transform: scale(1.3)
}

@media (max-width:1200px) {
	:root {
		--gutter: 40px;
		--section: 88px;
		--section-medium: 64px
	}

	h1 {
		font-size: 58px
	}

	h2 {
		font-size: 44px
	}

	h4 {
		font-size: 32px
	}

	.services-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.why-grid,
	.why-wide,
	.cta-grid,
	.contact-grid,
	.faq-grid {
		grid-template-columns: 1fr
	}

	.testimonial-grid {
		grid-template-columns: 1fr
	}

	.why-mini-grid {
		grid-template-columns: 1fr 1fr
	}
}

@media (max-width:780px) {
	:root {
		--gutter: 20px;
		--section: 64px;
		--section-medium: 56px
	}

	h1 {
		font-size: 40px
	}

	h2 {
		font-size: 34px
	}

	h4 {
		font-size: 28px
	}

	h6 {
		font-size: 20px
	}

	.hero {
		padding-bottom: 64px
	}

	.hero-card {
		min-height: 420px;
		padding: 32px 24px
	}

	.hero-content {
		gap: 24px
	}

	.services-grid,
	.why-mini-grid {
		grid-template-columns: 1fr
	}

	.why-card-copy,
	.why-wide-copy,
	.why-mini-copy,
	.testimonial,
	.stat,
	.service-card {
		padding: 24px
	}

	.why-card img,
	.why-wide img {
		height: 280px
	}

	.cta-grid div:last-child>div {
		display: grid !important;
		gap: 16px
	}

	.cta-grid div:last-child>div .btn-dark-outline {
		margin-left: 0 !important
	}
	/* Carousel: show 1 card on mobile */
	.testimonial {
		flex: 0 0 100%;
	}
	
	.hero-copy h1, .hero-copy p, .hero-copy div {
	    text-align: center;
	}
	
	.hero-content > div {
        text-align: center;
    }
}