:root {
	--mp-bg: #05070d;
	--mp-panel: #0b101a;
	--mp-panel-2: #101827;
	--mp-card: rgba(255, 255, 255, .065);
	--mp-card-strong: rgba(255, 255, 255, .1);
	--mp-line: rgba(255, 255, 255, .13);
	--mp-line-soft: rgba(255, 255, 255, .08);
	--mp-ink: #f8fafc;
	--mp-muted: rgba(226, 232, 240, .72);
	--mp-soft: rgba(148, 163, 184, .82);
	--mp-cyan: #38bdf8;
	--mp-blue: #2563eb;
	--mp-blue-2: #60a5fa;
	--mp-radius: 8px;
	--mp-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

html { scroll-behavior: smooth; }
body.elementor-page { background: var(--mp-bg); }

.mp-site {
	position: relative;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--mp-ink);
	background: radial-gradient(circle at 10% 0%, rgba(37, 99, 235, .28), transparent 32rem), radial-gradient(circle at 85% 8%, rgba(56, 189, 248, .15), transparent 27rem), linear-gradient(180deg, #05070d 0%, #070b13 52%, #05070d 100%);
	overflow: clip;
}

.mp-site * { box-sizing: border-box; }
.mp-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.mp-nav {
	position: sticky;
	top: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 14px max(20px, calc((100vw - 1180px) / 2));
	background: rgba(5, 7, 13, .82);
	border-bottom: 1px solid var(--mp-line-soft);
	backdrop-filter: blur(18px);
}

.mp-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: white;
	font-weight: 900;
	text-decoration: none;
}

.mp-brand:before {
	content: "</>";
	width: 34px;
	height: 26px;
	border-radius: 7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 12px;
	font-weight: 950;
	background: linear-gradient(135deg, var(--mp-blue), var(--mp-cyan));
	box-shadow: 0 0 28px rgba(37, 99, 235, .75);
}

.mp-nav-links { display: flex; align-items: center; gap: 4px; }
.mp-nav-links a {
	color: rgba(226, 232, 240, .78);
	text-decoration: none;
	font-size: 14px;
	font-weight: 720;
	padding: 9px 11px;
	border-radius: 7px;
	transition: background .22s ease, color .22s ease;
}
.mp-nav-links a:hover { color: white; background: rgba(255, 255, 255, .08); }

.mp-hero {
	position: relative;
	min-height: min(850px, calc(100vh - 68px));
	display: grid;
	align-items: center;
	padding: 82px 0 70px;
}

.mp-hero-bg {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 58px 58px;
	mask-image: linear-gradient(to bottom, black 0%, transparent 90%);
}

.mp-hero-grid, .mp-two-col, .mp-contact-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1.06fr .94fr;
	gap: 58px;
	align-items: center;
}

.mp-eyebrow, .mp-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #bfdbfe;
	background: rgba(37, 99, 235, .13);
	border: 1px solid rgba(96, 165, 250, .28);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 8px 10px;
	border-radius: 7px;
}

.mp-hero h1, .mp-section h2 {
	margin: 18px 0;
	color: white;
	font-size: clamp(44px, 5.2vw, 76px);
	line-height: .97;
	letter-spacing: 0;
	max-width: 860px;
}

.mp-section h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1.02; }
.mp-hero p, .mp-section p { color: var(--mp-muted); font-size: 18px; line-height: 1.72; margin: 0 0 18px; }
.mp-hero-copy p { max-width: 760px; }

.mp-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
.mp-btn, .mp-form button, .mp-contact-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 17px;
	border-radius: 7px;
	border: 1px solid var(--mp-line);
	color: white;
	text-decoration: none;
	font-weight: 850;
	background: rgba(255, 255, 255, .08);
	box-shadow: 0 12px 34px rgba(0, 0, 0, .24);
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.mp-btn:hover, .mp-form button:hover, .mp-contact-actions a:hover {
	transform: translateY(-2px);
	border-color: rgba(34, 211, 238, .5);
	box-shadow: 0 20px 48px rgba(0, 0, 0, .34);
}
.mp-btn-primary, .mp-form button { color: white; border: 0; background: linear-gradient(135deg, var(--mp-blue), var(--mp-cyan)); }
.mp-btn-ghost { background: transparent; }

.mp-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 680px; }
.mp-hero-stats div {
	padding: 18px;
	border: 1px solid var(--mp-line);
	border-radius: var(--mp-radius);
	background: linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .045));
	backdrop-filter: blur(16px);
}
.mp-hero-stats strong { display: block; font-size: 34px; line-height: 1; color: white; }
.mp-hero-stats span { display: block; color: var(--mp-soft); font-size: 13px; font-weight: 760; margin-top: 8px; }

.mp-profile-stage { position: relative; min-height: 550px; display: grid; place-items: center; }
.mp-profile-card {
	position: relative;
	width: min(100%, 440px);
	aspect-ratio: 4 / 5;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: var(--mp-radius);
	overflow: hidden;
	background: #111827;
	box-shadow: var(--mp-shadow);
}
.mp-profile-card:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, transparent 48%, rgba(5, 7, 13, .92) 100%);
}
.mp-profile-card img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(1.04) contrast(1.05); }
.mp-profile-caption {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	z-index: 2;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: var(--mp-radius);
	background: rgba(5, 7, 13, .58);
	backdrop-filter: blur(16px);
}
.mp-profile-caption span, .mp-profile-caption strong { display: block; }
.mp-profile-caption span { color: var(--mp-soft); font-size: 13px; font-weight: 760; margin-bottom: 5px; }
.mp-profile-caption strong { color: white; font-size: 18px; }

.mp-floating-pill {
	position: absolute;
	padding: 12px 15px;
	border-radius: 999px;
	color: white;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .18);
	box-shadow: var(--mp-shadow);
	font-weight: 850;
	backdrop-filter: blur(14px);
	animation: mpFloat 5s ease-in-out infinite;
}
.mp-floating-pill.one { top: 70px; left: 6px; }
.mp-floating-pill.two { right: 0; bottom: 82px; animation-delay: -2s; }

.mp-section { position: relative; padding: 104px 0; }
.mp-panel { background: linear-gradient(180deg, var(--mp-panel), var(--mp-panel-2)); }
.mp-dark { background: radial-gradient(circle at 82% 12%, rgba(34, 211, 238, .16), transparent 28rem), linear-gradient(180deg, #070b13, #05070d); }
.mp-ai, .mp-contact { background: radial-gradient(circle at 18% 20%, rgba(37, 99, 235, .2), transparent 27rem), linear-gradient(135deg, #07111f, #05070d); }
.mp-section-head { max-width: 820px; margin-bottom: 42px; }

.mp-badges, .mp-tech-list, .mp-process, .mp-socials { display: flex; flex-wrap: wrap; gap: 9px; }
.mp-badges span, .mp-tech-list span, .mp-process span, .mp-socials a {
	display: inline-flex;
	padding: 8px 10px;
	border-radius: 7px;
	border: 1px solid var(--mp-line);
	background: rgba(255, 255, 255, .075);
	color: rgba(241, 245, 249, .9);
	font-size: 13px;
	font-weight: 780;
	text-decoration: none;
}

.mp-skill-grid, .mp-service-grid, .mp-testimonial-grid, .mp-project-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mp-skill-card, .mp-service-card, .mp-testimonial, .mp-project-card, .mp-form, .mp-glass-stack > div, .mp-timeline-item {
	border: 1px solid var(--mp-line);
	border-radius: var(--mp-radius);
	background: linear-gradient(180deg, var(--mp-card-strong), var(--mp-card));
	box-shadow: 0 18px 52px rgba(0, 0, 0, .22);
	backdrop-filter: blur(16px);
}

.mp-skill-card { padding: 22px; }
.mp-skill-card h3, .mp-service-card h3 { color: white; font-size: 19px; margin: 0 0 10px; }
.mp-skill-card p { font-size: 15px; line-height: 1.6; margin-bottom: 18px; }
.mp-progress { height: 8px; border-radius: 999px; background: rgba(255, 255, 255, .12); overflow: hidden; }
.mp-progress span { display: block; width: var(--value); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--mp-blue), var(--mp-cyan)); }

.mp-timeline { position: relative; display: grid; gap: 16px; }
.mp-timeline-item { position: relative; padding: 22px 24px 22px 34px; }
.mp-timeline-item:before {
	content: "";
	position: absolute;
	left: 16px;
	top: 28px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--mp-blue), var(--mp-cyan));
}
.mp-timeline-item span { color: var(--mp-cyan); font-size: 13px; font-weight: 900; }
.mp-timeline-item h3 { color: white; margin: 8px 0 4px; }
.mp-timeline-item strong { color: rgba(255, 255, 255, .9); }

.mp-project-grid { align-items: stretch; }
.mp-project-card { overflow: hidden; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.mp-project-card:hover {
	transform: translateY(-6px);
	border-color: rgba(34, 211, 238, .48);
	background: linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .07));
}
.mp-project-priority:first-child { grid-column: span 2; }
.mp-project-shot {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #0f172a;
}
.mp-project-shot:after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	background: linear-gradient(180deg, transparent, rgba(5, 7, 13, .74));
	pointer-events: none;
}
.mp-project-shot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
	transform: scale(1.01);
	transition: transform .55s ease;
}
.mp-project-card:hover .mp-project-shot img { transform: scale(1.06); }
.mp-project-body { padding: 20px; }
.mp-project-meta {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	color: rgba(226, 232, 240, .72);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.mp-project-body h3 { color: white; margin: 0 0 10px; font-size: 23px; }
.mp-project-body p { font-size: 15px; line-height: 1.62; }
.mp-link { display: inline-flex; margin-top: 16px; color: #67e8f9; font-weight: 850; text-decoration: none; }

.mp-service-card { padding: 24px; }
.mp-service-card span {
	display: block;
	width: 38px;
	height: 38px;
	margin-bottom: 18px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--mp-blue), var(--mp-cyan));
}

.mp-glass-stack { display: grid; gap: 14px; }
.mp-glass-stack > div { padding: 22px; }
.mp-glass-stack strong { display: block; color: white; margin-bottom: 8px; font-size: 18px; }
.mp-testimonial { padding: 26px; }
.mp-testimonial p { font-size: 17px; }
.mp-testimonial strong { color: white; }

.mp-contact-actions { display: flex; flex-direction: column; gap: 10px; max-width: 380px; margin: 28px 0; }
.mp-contact-actions a { background: rgba(255, 255, 255, .09); color: white; border-color: var(--mp-line); justify-content: flex-start; }
.mp-form { padding: 26px; background: rgba(255, 255, 255, .08); }
.mp-form label { display: grid; gap: 8px; color: white; font-weight: 800; margin-bottom: 14px; }
.mp-form input, .mp-form textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 7px;
	background: rgba(255, 255, 255, .93);
	color: #0f172a;
	padding: 14px;
	font: inherit;
}
.mp-form-note {
	padding: 12px 14px;
	border-radius: 7px;
	background: rgba(37, 99, 235, .16);
	border: 1px solid rgba(96, 165, 250, .3);
	color: #ecfccb;
	font-size: 14px;
}
.mp-form button { width: 100%; border: 0; cursor: pointer; }
.mp-muted { color: var(--mp-muted); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes mpFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-14px); }
}

@media (max-width: 1024px) {
	.mp-hero-grid, .mp-two-col, .mp-contact-grid { grid-template-columns: 1fr; }
	.mp-profile-stage { min-height: 500px; }
	.mp-skill-grid, .mp-service-grid, .mp-testimonial-grid, .mp-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mp-project-priority:first-child { grid-column: span 1; }
}

@media (max-width: 760px) {
	.mp-shell { width: min(100% - 28px, 1180px); }
	.mp-nav { position: relative; align-items: flex-start; flex-direction: column; padding: 14px; }
	.mp-nav-links { width: 100%; overflow-x: auto; padding-bottom: 4px; }
	.mp-hero { min-height: auto; padding: 58px 0 64px; }
	.mp-section { padding: 72px 0; }
	.mp-hero h1, .mp-section h2 { font-size: 38px; line-height: 1.04; }
	.mp-hero p, .mp-section p { font-size: 16px; }
	.mp-cta-row, .mp-hero-stats, .mp-skill-grid, .mp-service-grid, .mp-testimonial-grid, .mp-project-grid { grid-template-columns: 1fr; }
	.mp-hero-stats { display: grid; }
	.mp-btn { width: 100%; }
	.mp-profile-stage { min-height: auto; }
	.mp-floating-pill { display: none; }
}
