:root {
	--sky-50: #f4fbff;
	--sky-100: #e6f6ff;
	--sky-200: #caebff;
	--sky-300: #a9deff;
	--sky-500: #4fb7ee;
	--sky-700: #147db5;
	--navy-900: #0f1115;
	--slate-700: #3f4854;
	--ink-glow: 0 1px 0 rgba(255, 255, 255, 0.72), 0 0 20px rgba(15, 17, 21, 0.04);
	--white: #ffffff;
	--shadow: 0 18px 40px rgba(20, 125, 181, 0.12);
	--radius-lg: 28px;
	--radius-md: 20px;
	--radius-sm: 14px;
	--max-width: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: var(--navy-900);
	overflow-x: hidden;
	background:
		radial-gradient(circle at top left, rgba(169, 222, 255, 0.45), transparent 32%),
		linear-gradient(180deg, var(--sky-50) 0%, #eef9ff 48%, #ffffff 100%);
	line-height: 1.5;
	text-shadow: var(--ink-glow);
}

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

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

.container {
	width: min(calc(100% - 2rem), var(--max-width));
	margin: 0 auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 10;
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.82);
	border-bottom: 1px solid rgba(79, 183, 238, 0.18);
}

.nav-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 0;
}

.brand {
	display: flex;
	align-items: center;
	gap: 0;
	text-shadow: var(--ink-glow);
}

.brand-logo {
	display: block;
	height: 3.4rem;
	width: auto;
	object-fit: contain;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	color: var(--slate-700);
	font-weight: 600;
}

.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 0.3rem;
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: 1px solid rgba(79, 183, 238, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	box-shadow: 0 12px 24px rgba(20, 125, 181, 0.1);
}

.menu-toggle span {
	width: 1.15rem;
	height: 2px;
	margin: 0 auto;
	background: var(--sky-700);
	border-radius: 999px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle.is-open span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
	opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.nav-links a:hover,
.nav-links a:focus-visible,
.chip:hover,
.chip:focus-visible,
.project-card:hover,
.project-card:focus-visible,
.category-card:hover,
.category-card:focus-visible {
	transform: translateY(-2px);
}

.button,
.button-secondary,
.chip,
.project-card,
.category-card {
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 1.45rem;
	border-radius: 999px;
	border: none;
	font-weight: 700;
	background: linear-gradient(135deg, var(--sky-500), var(--sky-700));
	color: var(--white);
	box-shadow: 0 16px 32px rgba(20, 125, 181, 0.18);
}

.button-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 1.45rem;
	border-radius: 999px;
	border: 1px solid rgba(79, 183, 238, 0.28);
	font-weight: 700;
	background: rgba(255, 255, 255, 0.85);
	color: var(--sky-700);
}

.button:hover,
.button-secondary:hover {
	transform: translateY(-1px);
}

.hero {
	position: relative;
	padding: 5.5rem 0 3.5rem;
	overflow-x: clip;
	overflow-y: visible;
	z-index: 2;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 251, 255, 0.93) 38%, rgba(230, 246, 255, 0.7) 58%, rgba(230, 246, 255, 0.32) 100%),
		url("https://images.unsplash.com/photo-1600880292089-90a7e086ee0c?auto=format&fit=crop&w=1400&q=80"),
		radial-gradient(circle at 15% 20%, rgba(79, 183, 238, 0.22), transparent 24%),
		radial-gradient(circle at 82% 18%, rgba(169, 222, 255, 0.55), transparent 20%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(230, 246, 255, 0.86));
	background-position: left top, center right, 15% 20%, 82% 18%, center;
	background-size: auto, cover, auto, auto, auto;
	background-repeat: no-repeat;
}

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

.hero::before {
	top: 2rem;
	left: -5rem;
	width: 18rem;
	height: 18rem;
	background: radial-gradient(circle, rgba(79, 183, 238, 0.2), rgba(79, 183, 238, 0.02) 70%, transparent 72%);
	filter: blur(6px);
}

.hero::after {
	right: -4rem;
	bottom: -5rem;
	width: 22rem;
	height: 22rem;
	background: radial-gradient(circle, rgba(20, 125, 181, 0.16), rgba(169, 222, 255, 0.04) 66%, transparent 70%);
	filter: blur(4px);
}

.hero-grid {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.eyebrow {
	display: inline-block;
	padding: 0;
	margin-bottom: 1rem;
	color: #05070a;
	font-weight: 800;
	font-size: clamp(1.55rem, 3vw, 2.6rem);
	letter-spacing: 0.04em;
	line-height: 1.15;
	text-transform: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.96), 0 0 18px rgba(5, 7, 10, 0.08);
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1 {
	margin: 1rem 0;
	font-size: clamp(3.3rem, 6vw, 5.4rem);
	line-height: 0.92;
	letter-spacing: -0.04em;
	color: #05070a;
	font-weight: 900;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.96), 0 0 22px rgba(5, 7, 10, 0.05);
}

.hero-copy p {
	max-width: 44rem;
	font-size: clamp(1.08rem, 1.8vw, 1.35rem);
	color: #0b0e12;
	margin-left: auto;
	margin-right: auto;
	font-weight: 600;
	line-height: 1.75;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.92), 0 0 16px rgba(11, 14, 18, 0.06);
}

.hero-copy {
	max-width: 60rem;
	text-align: center;
}

.hero-copy h1 {
	max-width: 12ch;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.35rem;
	margin-bottom: 1.35rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.94), 0 0 20px rgba(79, 183, 238, 0.08);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.9rem;
	margin: 1.6rem 0 1.3rem;
}

.chip-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem;
}

.hero-search {
	max-width: 42rem;
	margin: 2rem auto 0;
	text-align: left;
	position: relative;
	z-index: 4;
}

.hero-search-label {
	display: block;
	margin-bottom: 0.75rem;
	color: var(--navy-900);
	font-weight: 700;
}

.hero-search-row {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.7rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(79, 183, 238, 0.28);
	box-shadow: 0 0 0 2px rgba(79, 183, 238, 0.22), 0 0 22px rgba(79, 183, 238, 0.24), 0 20px 40px rgba(20, 125, 181, 0.1);
}

.hero-search-row:focus-within {
	border-color: rgba(79, 183, 238, 0.5);
	box-shadow: 0 0 0 2px rgba(79, 183, 238, 0.34), 0 0 28px rgba(79, 183, 238, 0.32), 0 20px 40px rgba(20, 125, 181, 0.14);
}

.hero-search-row input {
	width: 100%;
	padding: 0.9rem 1rem;
	border: none;
	background: transparent;
	color: var(--navy-900);
	font: inherit;
	outline: none;
}

.hero-search-row input::placeholder {
	color: #7192a8;
}

.search-suggestions {
	display: none;
	position: absolute;
	top: calc(100% + 0.6rem);
	left: 0;
	right: 0;
	padding: 0.5rem;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(79, 183, 238, 0.18);
	box-shadow: 0 22px 42px rgba(20, 125, 181, 0.14);
	z-index: 20;
}

.search-suggestions.is-visible {
	display: grid;
	gap: 0.35rem;
}

.search-suggestion-item {
	width: 100%;
	padding: 0.9rem 1rem;
	border: none;
	border-radius: 14px;
	background: transparent;
	color: var(--navy-900);
	font: inherit;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
}

.search-suggestion-item:hover,
.search-suggestion-item:focus-visible {
	background: var(--sky-50);
	outline: none;
}

.chip {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.8rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(79, 183, 238, 0.2);
	color: var(--sky-700);
	font-weight: 700;
	box-shadow: var(--shadow);
}

.hero-panel {
	position: relative;
	padding: 1.5rem;
	border-radius: var(--radius-lg);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(230, 246, 255, 0.9));
	box-shadow: var(--shadow);
	overflow: hidden;
}

.hero-panel::after {
	content: "";
	position: absolute;
	inset: auto -10% -35% auto;
	width: 16rem;
	height: 16rem;
	background: radial-gradient(circle, rgba(79, 183, 238, 0.22), transparent 62%);
}

.booking-card {
	position: relative;
	background: var(--white);
	border-radius: var(--radius-md);
	padding: 1.5rem;
	border: 1px solid rgba(79, 183, 238, 0.18);
}

.booking-card h3 {
	font-size: 1.35rem;
	margin-bottom: 1rem;
}

.task-list {
	display: grid;
	gap: 0.75rem;
	margin-bottom: 1.2rem;
}

.task-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.95rem 1rem;
	border-radius: var(--radius-sm);
	background: var(--sky-50);
	border: 1px solid rgba(79, 183, 238, 0.14);
	font-weight: 600;
}

.task-name,
.project-head {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.inline-icon,
.service-icon {
	flex: 0 0 auto;
}

.inline-icon,
.service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--sky-100), var(--sky-300));
	color: var(--sky-700);
	box-shadow: inset 0 0 0 1px rgba(79, 183, 238, 0.16);
}

.inline-icon {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 999px;
}

.inline-icon svg,
.service-icon svg {
	width: 1.2rem;
	height: 1.2rem;
	stroke: currentColor;
}

.task-price {
	color: var(--sky-700);
	font-weight: 800;
}

.section {
	padding: 2.5rem 0;
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.4rem;
}

.section-heading p,
.section-intro {
	color: var(--slate-700);
	max-width: 40rem;
}

.service-scopes {
	display: grid;
	gap: 1.25rem;
}

.service-scope-switch {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.7rem;
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(230, 246, 255, 0.82)),
		radial-gradient(circle at top left, rgba(79, 183, 238, 0.16), transparent 55%);
	border: 1px solid rgba(79, 183, 238, 0.24);
	box-shadow: 0 20px 44px rgba(20, 125, 181, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.75);
	justify-self: start;
	position: relative;
	overflow: hidden;
}

.scope-toggle {
	min-width: 13.5rem;
	padding: 1rem 1.5rem;
	border: none;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.5);
	color: var(--navy-900);
	font: inherit;
	font-weight: 800;
	letter-spacing: 0.01em;
	cursor: pointer;
	box-shadow: inset 0 0 0 1px rgba(79, 183, 238, 0.08);
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.scope-toggle:hover,
.scope-toggle:focus-visible {
	background: rgba(255, 255, 255, 0.9);
	color: var(--sky-700);
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(20, 125, 181, 0.12), inset 0 0 0 1px rgba(79, 183, 238, 0.16);
	outline: none;
}

.scope-toggle.is-active {
	background: linear-gradient(135deg, #43b5ec 0%, #147db5 55%, #106891 100%);
	color: var(--white);
	box-shadow: 0 18px 34px rgba(20, 125, 181, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.scope-toggle.is-active:hover,
.scope-toggle.is-active:focus-visible {
	color: var(--white);
	box-shadow: 0 22px 40px rgba(20, 125, 181, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.service-panel {
	display: none;
}

.service-panel.is-active {
	display: block;
}

.service-list {
	display: grid;
	gap: 0.85rem;
}

.service-list-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.15rem;
	border: 1px solid rgba(79, 183, 238, 0.16);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 28px rgba(20, 125, 181, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-list-item:hover {
	transform: translateY(-1px);
	border-color: rgba(20, 125, 181, 0.28);
	box-shadow: 0 18px 34px rgba(20, 125, 181, 0.12);
}

.service-list-copy {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	min-width: 0;
	flex: 1;
}

.service-list-copy p {
	margin: 0;
	color: var(--slate-700);
	font-size: 1rem;
	line-height: 1.6;
}

.service-list-copy strong {
	color: #080a0d;
	font-size: 1.02rem;
}

.service-list-icon {
	width: 0.8rem;
	height: 0.8rem;
	margin-top: 0.45rem;
	border-radius: 50%;
	flex: 0 0 auto;
	background: linear-gradient(135deg, var(--sky-500), var(--sky-700));
	box-shadow: 0 0 0 4px rgba(79, 183, 238, 0.12), 0 0 12px rgba(79, 183, 238, 0.18);
}

.service-button-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.service-pill {
	display: grid;
	gap: 0.5rem;
	padding: 1.2rem;
	text-align: left;
	border: 1px solid rgba(79, 183, 238, 0.16);
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--shadow);
	font: inherit;
	color: var(--navy-900);
	cursor: default;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-pill:hover,
.service-pill:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(20, 125, 181, 0.35);
	box-shadow: 0 22px 40px rgba(20, 125, 181, 0.14);
	outline: none;
}

.service-pill strong {
	font-size: 1.05rem;
	line-height: 1.2;
	color: #080a0d;
}

.service-pill span {
	color: var(--slate-700);
	font-size: 0.96rem;
	line-height: 1.55;
}

.service-pill .service-book-button {
	margin-top: auto;
	width: fit-content;
	border: none;
	cursor: pointer;
	font: inherit;
}

.category-grid,
.stats-grid,
.projects-grid,
.testimonials-grid,
.trust-grid,
.steps-grid,
.footer-grid {
	display: grid;
	gap: 1.2rem;
}

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

.category-card,
.stat-card,
.project-card,
.testimonial-card,
.trust-card,
.step-card,
.footer-card {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(79, 183, 238, 0.15);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow);
}

.footer-card {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.footer-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 31, 47, 0.18), rgba(7, 31, 47, 0.72));
	z-index: -1;
}

.footer-card > * {
	position: relative;
	z-index: 1;
}


.category-card,
.stat-card,
.project-card,
.testimonial-card,
.trust-card,
.step-card,
.footer-card,
.service-pill,
.service-list-item {
	border: 1px solid rgba(79, 183, 238, 0.24);
	box-shadow: 0 0 0 2px rgba(79, 183, 238, 0.16), 0 0 18px rgba(79, 183, 238, 0.12), var(--shadow);
}

.category-card {
	padding: 0.9rem;
	min-height: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.9rem;
	overflow: hidden;
}

.category-image,
.step-number {
	width: 3rem;
	height: 3rem;
}

.category-image {
	width: 100%;
	height: 10.5rem;
	border-radius: 18px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 14px 28px rgba(20, 125, 181, 0.14);
	background: linear-gradient(135deg, var(--sky-100), var(--sky-200));
}

.step-number {
	border-radius: 16px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--sky-100), var(--sky-300));
	color: var(--sky-700);
	font-size: 1.2rem;
	font-weight: 800;
}

.category-content h3 {
	margin-bottom: 0.5rem;
	font-size: 1.1rem;
}

.category-content p {
	margin-bottom: 0;
}

.service-book-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
	padding: 0.8rem 1rem;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--sky-500), var(--sky-700));
	border: 1px solid rgba(79, 183, 238, 0.28);
	color: var(--white);
	font-weight: 700;
	box-shadow: 0 0 0 2px rgba(79, 183, 238, 0.2), 0 0 18px rgba(79, 183, 238, 0.22), 0 12px 24px rgba(20, 125, 181, 0.16);
}

.service-book-button:hover,
.service-book-button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 0 0 2px rgba(79, 183, 238, 0.3), 0 0 24px rgba(79, 183, 238, 0.3), 0 14px 28px rgba(20, 125, 181, 0.2);
}


.category-card h3,
.project-card h3,
.trust-card h3,
.step-card h3 {
	margin-bottom: 0.4rem;
}

.category-card p,
.project-card p,
.testimonial-card p,
.trust-card p,
.step-card p,
.footer-card p,
.footer-links a {
	color: var(--slate-700);
}

.footer-card h3,
.footer-card p,
.footer-card a,
.footer-card .contact-intro,
.footer-card .contact-link,
.footer-card .contact-link span,
.footer-card .contact-link strong {
	color: var(--white);
	text-shadow: 0 2px 14px rgba(7, 31, 47, 0.38), 0 0 20px rgba(255, 255, 255, 0.12);
}

.footer-card h3 {
	font-weight: 800;
	letter-spacing: 0.01em;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.18), 0 0 16px rgba(255, 255, 255, 0.12);
}

.footer-card p,
.footer-card a,
.footer-card .contact-intro,
.footer-card .contact-link span,
.footer-card .contact-link strong {
	font-weight: 700;
}

.footer-card .contact-link,
.footer-card .contact-link-static {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
}

.footer-card .footer-links a {
	text-shadow: 0 1px 10px rgba(7, 31, 47, 0.3);
}

.footer-brand-card {
	background-image: url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1200&q=80");
}

.footer-services-card {
	background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?auto=format&fit=crop&w=1200&q=80");
}

.footer-company-card {
	background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1200&q=80");
}

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

.booking-form-panel {
	padding: 1.6rem;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(79, 183, 238, 0.16);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow);
}

.booking-section {
	display: none;
}

.booking-section.is-visible {
	display: block;
}

.booking-close {
	padding: 0.8rem 1rem;
	border: 1px solid rgba(79, 183, 238, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--sky-700);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

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

.form-field {
	display: grid;
	gap: 0.55rem;
	color: var(--navy-900);
	font-weight: 600;
}

.form-field span,
.service-options legend {
	font-size: 0.95rem;
	font-weight: 700;
}

.form-field input,
.form-field textarea {
	width: 100%;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(79, 183, 238, 0.25);
	border-radius: 16px;
	background: #fbfeff;
	color: var(--navy-900);
	font: inherit;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field input:focus,
.form-field textarea:focus {
	border-color: var(--sky-500);
	box-shadow: 0 0 0 4px rgba(79, 183, 238, 0.12);
}

.form-field-wide {
	grid-column: 1 / -1;
}

.service-options {
	margin: 0;
	padding: 1rem;
	border: 1px solid rgba(79, 183, 238, 0.18);
	border-radius: 18px;
	background: var(--sky-50);
}

.service-checklist {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 0.75rem;
}

.service-checklist label {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.7rem 0.75rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.85);
	font-weight: 600;
	color: var(--slate-700);
}

.service-checklist input {
	width: auto;
	margin: 0;
	accent-color: var(--sky-700);
}

.form-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1.25rem;
}

.form-note {
	margin-bottom: 0;
	color: var(--slate-700);
	max-width: 34rem;
}

.stat-card {
	padding: 1.3rem;
	text-align: center;
	border: 1px solid rgba(79, 183, 238, 0.28);
	box-shadow: 0 0 0 2px rgba(79, 183, 238, 0.16), 0 0 20px rgba(79, 183, 238, 0.14), var(--shadow);
}

.stat-card strong {
	display: block;
	font-size: 2rem;
	color: var(--sky-700);
	margin-bottom: 0.2rem;
}

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

.project-card,
.testimonial-card,
.trust-card,
.step-card,
.footer-card {
	padding: 1.5rem;
}

.project-head {
	margin-bottom: 0.85rem;
	align-items: flex-start;
}

.project-head h3 {
	margin-bottom: 0;
}

.project-head .project-tag {
	margin-bottom: 0.45rem;
}

.project-tag {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	background: rgba(79, 183, 238, 0.14);
	color: var(--sky-700);
	font-size: 0.9rem;
	font-weight: 700;
}

.price-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
	font-weight: 700;
}

.price-row strong {
	font-size: 1.4rem;
	color: var(--sky-700);
}

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

.testimonial-card {
	position: relative;
}

.testimonial-card::before {
	content: "\201C";
	position: absolute;
	top: 1rem;
	right: 1.25rem;
	font-size: 4rem;
	line-height: 1;
	color: rgba(79, 183, 238, 0.2);
}

.testimonial-author {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-top: 1.2rem;
	font-weight: 700;
}

.avatar {
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	border: 2px solid rgba(255, 255, 255, 0.95);
	box-shadow: 0 8px 18px rgba(20, 125, 181, 0.16);
}

.trust-grid,
.steps-grid,
.footer-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cta-banner {
	margin-top: 2rem;
	padding: 1.5rem;
	border-radius: var(--radius-lg);
	background: linear-gradient(135deg, var(--sky-700), #1d98d5);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	box-shadow: var(--shadow);
}

.cta-banner p {
	color: rgba(255, 255, 255, 0.82);
	margin-bottom: 0;
}

.site-footer {
	padding: 2rem 0 3rem;
}

.footer-card h3 {
	margin-bottom: 1rem;
}

.footer-links {
	display: grid;
	gap: 0.65rem;
}

.footer-contact-card {
	grid-column: 1 / -1;
	background-image: url("https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?auto=format&fit=crop&w=1600&q=80");
	border: 1px solid rgba(79, 183, 238, 0.16);
	box-shadow: 0 20px 38px rgba(20, 125, 181, 0.08);
}

.contact-intro {
	margin-bottom: 1rem;
	color: var(--slate-700);
}

.contact-details {
	display: grid;
	gap: 0.55rem;
	margin-bottom: 1rem;
}

.contact-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 0.85rem 1rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(79, 183, 238, 0.14);
	color: var(--slate-800);
}

.contact-link span {
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--sky-700);
}

.contact-link strong {
	font-size: 0.95rem;
	text-align: right;
}

.contact-link-static {
	cursor: default;
}

.contact-link:hover,
.contact-link:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(20, 125, 181, 0.08);
}

.social-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.social-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0.95rem;
	border-radius: 999px;
	font-weight: 700;
	color: var(--white);
	box-shadow: 0 14px 26px rgba(20, 125, 181, 0.14);
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.social-button:hover,
.social-button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 18px 32px rgba(20, 125, 181, 0.18);
}

.social-button.whatsapp {
	background: linear-gradient(135deg, #1aa95a, #25d366);
}

.social-button.facebook {
	background: linear-gradient(135deg, #1877f2, #4c93ff);
}

.social-button.linkedin {
	background: linear-gradient(135deg, #0a66c2, #3f91e2);
}

.social-button.email {
	background: linear-gradient(135deg, var(--sky-700), var(--sky-500));
}

.footer-bottom {
	margin-top: 1.25rem;
	text-align: center;
	color: var(--slate-700);
	font-size: 0.95rem;
}

.footer-powered {
	display: inline-block;
	margin-top: 0.3rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	color: #11161c;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.82), 0 0 16px rgba(17, 22, 28, 0.08);
}

@media (max-width: 1024px) {
	.hero-grid,
	.projects-grid,
	.testimonials-grid,
	.trust-grid,
	.steps-grid,
	.stats-grid,
	.service-button-grid,
	.category-grid,
	.service-checklist {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.hero-grid {
		align-items: stretch;
	}
}

@media (max-width: 720px) {
	.nav-bar,
	.section-heading,
	.cta-banner,
	.form-actions,
	.service-scope-switch {
		flex-direction: column;
		align-items: flex-start;
	}

	.hero-search-row {
		flex-direction: column;
		align-items: stretch;
		border-radius: 24px;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.nav-bar {
		position: relative;
		flex-direction: row;
		align-items: center;
	}

	.nav-links {
		display: none;
		position: absolute;
		top: calc(100% + 0.75rem);
		right: 0;
		width: min(18rem, calc(100vw - 2rem));
		padding: 1rem;
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.98);
		border: 1px solid rgba(79, 183, 238, 0.18);
		box-shadow: 0 24px 44px rgba(20, 125, 181, 0.14);
		flex-direction: column;
		align-items: flex-start;
		gap: 0.9rem;
		z-index: 15;
	}


	.nav-links.is-open {
		display: flex;
	}

	.nav-links a {
		width: 100%;
	}

	.nav-links .button-secondary {
		width: 100%;
		justify-content: center;
	}

	.hero {
		padding-top: 3rem;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(244, 251, 255, 0.94) 42%, rgba(230, 246, 255, 0.74) 100%),
				url("https://images.unsplash.com/photo-1600880292089-90a7e086ee0c?auto=format&fit=crop&w=1200&q=80"),
			radial-gradient(circle at 12% 18%, rgba(79, 183, 238, 0.18), transparent 22%),
			radial-gradient(circle at 88% 14%, rgba(169, 222, 255, 0.4), transparent 20%),
			linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(230, 246, 255, 0.88));
		background-position: center, center top, 12% 18%, 88% 14%, center;
		background-size: auto, cover, auto, auto, auto;
	}

	.hero-copy {
		max-width: 100%;
		text-align: center;
	}

	.hero-copy h1,
	.hero-copy p {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.hero-copy h1 {
		font-size: clamp(2.4rem, 10vw, 3.3rem);
		line-height: 1.02;
	}

	.hero-copy p {
		font-size: 1rem;
	}

	.hero-search {
		max-width: 100%;
	}

	.hero::before {
		left: -8rem;
		width: 14rem;
		height: 14rem;
	}

	.hero::after {
		right: -8rem;
		width: 16rem;
		height: 16rem;
	}

	.hero-grid,
	.projects-grid,
	.testimonials-grid,
	.trust-grid,
	.steps-grid,
	.service-button-grid,
	.footer-grid,
	.stats-grid,
	.category-grid,
	.form-grid,
	.service-checklist {
		grid-template-columns: 1fr;
	}

	.service-list-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.scope-toggle,
	.service-scope-switch {
		width: 100%;
	}

	.scope-toggle {
		min-width: 0;
		justify-content: center;
	}

	h1 {
		font-size: 2.9rem;
	}

	.social-buttons {
		width: 100%;
	}

	.social-button {
		flex: 1 1 calc(50% - 0.65rem);
	}

	.contact-link {
		flex-direction: column;
		align-items: flex-start;
	}

	.contact-link strong {
		text-align: left;
	}
}