:root {
	--bg: #f6f4ef;
	--surface: #fffdf9;
	--surface-alt: #edf4f8;
	--ink: #1f2f2d;
	--muted: #5a6866;
	--primary: #0f7b70;
	--primary-dark: #0a5851;
	--accent: #f29f05;
	--ring: rgba(15, 123, 112, 0.2);
	--radius: 18px;
	--shadow: 0 16px 30px rgba(23, 42, 47, 0.12);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

body {
	margin: 0;
	font-family: "Outfit", sans-serif;
	line-height: 1.6;
	color: var(--ink);
	background: var(--bg);
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

main {
	max-width: 100%;
	overflow-x: clip;
}

.site-bg {
	position: fixed;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 12% 18%, rgba(242, 159, 5, 0.14), transparent 40%),
		radial-gradient(circle at 88% 10%, rgba(15, 123, 112, 0.2), transparent 45%),
		linear-gradient(180deg, #f4f0e8 0%, #f6f4ef 45%, #edf4f8 100%);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 14px 40px;
	backdrop-filter: blur(12px);
	background: rgba(12, 43, 53, 0.82);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	max-width: 100%;
}

.logo {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.logo img {
	width: 76px;
	height: 76px;
	object-fit: contain;
	object-position: center;
	border-radius: 12px;
	padding: 4px;
	background-color: white;
	border: 2px solid rgba(255, 255, 255, 0.35);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
	display: block;
}

.logo span {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
}

img,
iframe {
	max-width: 100%;
}

nav {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
}

nav a {
	color: #e7f4f3;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	transition: color 0.2s ease;
}

nav a:hover {
	color: #fff;
}

.menu-toggle {
	display: none;
	font-size: 1.5rem;
	color: #fff;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.hero {
	min-height: 86vh;
	display: grid;
	place-items: center;
	padding: 130px 20px 90px;
	background:
		linear-gradient(120deg, rgba(7, 40, 50, 0.78), rgba(15, 82, 96, 0.52)),
		url("images/tallbuilding.jpeg") center/cover;
}

.hero-content {
	max-width: 820px;
	text-align: center;
	color: #fff;
}

.eyebrow {
	margin: 0 0 10px;
	color: #ffce70;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 700;
}

h1,
h2,
h3,
h4 {
	margin-top: 0;
	font-family: "Syne", sans-serif;
	line-height: 1.1;
}

h1 {
	font-size: clamp(2.1rem, 4.5vw, 4rem);
	margin-bottom: 12px;
}

h2 {
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	margin-bottom: 10px;
}

.hero p {
	font-size: 1.1rem;
	max-width: 680px;
	margin: 0 auto 24px;
	color: rgba(255, 255, 255, 0.92);
}

.cta {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 999px;
	color: #102727;
	text-decoration: none;
	font-weight: 700;
	background: linear-gradient(90deg, #ffbf4f, #f29f05);
	box-shadow: 0 14px 24px rgba(242, 159, 5, 0.38);
	transition: transform 0.2s ease;
}

.cta:hover {
	transform: translateY(-2px);
}

.section {
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 24px;
	text-align: center;
}

.section p {
	max-width: 760px;
	margin: 0 auto;
	color: var(--muted);
}

.contact-details {
	font-style: normal;
	margin-top: 14px;
}

.contact-details a {
	color: var(--primary-dark);
	font-weight: 600;
}

.contact-details a:hover {
	color: var(--primary);
}

.social-links {
	margin: 16px auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.social-link {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(90deg, var(--primary), var(--primary-dark));
	box-shadow: 0 8px 18px rgba(15, 123, 112, 0.24);
	transition: transform 0.2s ease, filter 0.2s ease;
}

.social-link:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
}

.section-intro {
	margin-bottom: 28px;
}

.section-alt {
	background: var(--surface-alt);
	border-top: 1px solid rgba(15, 123, 112, 0.08);
	border-bottom: 1px solid rgba(15, 123, 112, 0.08);
}

.services,
.team,
.recommendations {
	margin-top: 36px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
	gap: 24px;
}

.services > *,
.team > *,
.recommendations > * {
	min-width: 0;
}

.service-card,
.member,
.rec {
	background: var(--surface);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover,
.member:hover,
.rec:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 34px rgba(22, 34, 40, 0.18);
}

.service-card {
	text-align: left;
}

.service-img {
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.service-card h3,
.service-card ul {
	padding: 0 18px;
}

.service-card h3 {
	margin: 16px 0 6px;
}

.service-card ul {
	margin: 0 0 18px;
	color: var(--muted);
}

.member {
	padding-bottom: 18px;
}

.member img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.member.ceo-member img {
	object-position: center 18%;
}

.member.bliss-member img {
	object-position: center 34%;
}

.member.it-specialist img {
	object-fit: contain;
	object-position: center top;
	background: #e8eff1;
}

.member h4 {
	margin: 16px 0 6px;
}

.member p {
	margin: 0;
}

.rec {
	padding: 0 0 20px;
	text-align: left;
}

.client-logo {
	width: 100%;
	height: 170px;
	object-fit: cover;
	display: block;
}

.rec p,
.rec h4 {
	padding: 0 18px;
}

.rec p {
	margin: 16px 0 10px;
	color: var(--muted);
}

.rec h4 {
	margin: 0;
}

iframe {
	width: min(920px, 100%);
	height: 340px;
	border: 0;
	border-radius: var(--radius);
	margin-top: 20px;
	box-shadow: var(--shadow);
}

form {
	max-width: 520px;
	margin: 24px auto 0;
	display: grid;
	gap: 12px;
}

input,
textarea,
button {
	font: inherit;
}

input,
textarea {
	width: 100%;
	border: 1px solid #d7e0df;
	border-radius: 12px;
	padding: 12px 14px;
	background: #fff;
}

input:focus,
textarea:focus {
	outline: 3px solid var(--ring);
	border-color: var(--primary);
}

textarea {
	min-height: 120px;
	resize: vertical;
}

button {
	border: 0;
	padding: 12px 16px;
	border-radius: 12px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	background: linear-gradient(90deg, var(--primary), var(--primary-dark));
}

button:hover {
	filter: brightness(1.06);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

footer {
	padding: 16px;
	text-align: center;
	color: #d7ece8;
	background: #12363f;
}

.whatsapp-float {
	position: fixed;
	right: 18px;
	bottom: 22px;
	z-index: 40;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: #ffffff;
	background: linear-gradient(180deg, #28d146, #1ea83a);
	box-shadow: 0 14px 26px rgba(30, 168, 58, 0.35);
	transition: transform 0.2s ease, filter 0.2s ease;
	animation: whatsapp-pulse 1.8s infinite;
}

.whatsapp-float:hover {
	transform: translateY(-3px) scale(1.03);
	filter: brightness(1.05);
}

.whatsapp-float:focus-visible {
	outline: 3px solid rgba(40, 209, 70, 0.35);
	outline-offset: 3px;
}

.whatsapp-float svg {
	width: 32px;
	height: 32px;
	display: block;
}

@keyframes whatsapp-pulse {
	0% {
		box-shadow: 0 14px 26px rgba(30, 168, 58, 0.35), 0 0 0 0 rgba(40, 209, 70, 0.4);
	}
	70% {
		box-shadow: 0 14px 26px rgba(30, 168, 58, 0.35), 0 0 0 12px rgba(40, 209, 70, 0);
	}
	100% {
		box-shadow: 0 14px 26px rgba(30, 168, 58, 0.35), 0 0 0 0 rgba(40, 209, 70, 0);
	}
}

.reveal {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 900px) {
	.site-header {
		padding: 12px 18px;
	}

	.logo img {
		width: 64px;
		height: 64px;
	}

	.logo span {
		font-size: 1rem;
	}

	.menu-toggle {
		display: block;
	}

	nav {
		position: absolute;
		top: calc(100% + 8px);
		right: 12px;
		left: 12px;
		border-radius: 14px;
		background: rgba(10, 39, 46, 0.98);
		display: flex;
		flex-direction: column;
		padding: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.35s ease;
	}

	nav.active {
		max-height: 320px;
		padding: 14px 0;
	}

	.hero {
		min-height: 74vh;
		padding-top: 110px;
	}

	.member img {
		height: 300px;
	}
}

@media (max-width: 640px) {
	.site-header {
		padding: 10px 12px;
		gap: 10px;
	}

	.logo {
		gap: 8px;
	}

	.logo img {
		width: 56px;
		height: 56px;
		padding: 3px;
	}

	.logo span {
		max-width: 140px;
		font-size: 0.92rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.hero {
		min-height: 68vh;
		padding: 95px 14px 64px;
	}

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

	.section {
		padding: 56px 16px;
	}

	.services,
	.team,
	.recommendations {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 24px;
	}

	.rec {
		padding-bottom: 16px;
	}

	iframe {
		height: 260px;
	}

	.whatsapp-float {
		right: 14px;
		bottom: 18px;
		width: 54px;
		height: 54px;
	}
}

@media (max-width: 400px) {
	.logo span {
		max-width: 110px;
		font-size: 0.84rem;
	}

	.menu-toggle {
		font-size: 1.35rem;
	}

	nav {
		left: 8px;
		right: 8px;
	}

	h1 {
		font-size: 1.9rem;
	}

	.cta {
		padding: 10px 18px;
	}

	iframe {
		height: 220px;
	}
}