/*
Theme Name: ENIS Solution Business
Theme URI: https://enissolution.pro/
Author: ENIS SOLUTIONS
Author URI: https://enissolution.pro/
Description: Temë WordPress profesionale dygjuhëshe, e orientuar te konvertimi për ENIS SOLUTIONS. Përfshin portofol, projekt-brief, formular kontakti, projekte të menaxhueshme dhe optimizim mobile.
Version: 1.2.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: enis-solution
*/

:root {
	--enis-navy: #071a3d;
	--enis-navy-deep: #041027;
	--enis-blue: #0d55ff;
	--enis-blue-bright: #2f73ff;
	--enis-orange: #ff7817;
	--enis-cyan: #22c7d9;
	--enis-ink: #101828;
	--enis-muted: #5f6c80;
	--enis-line: #dfe6f1;
	--enis-cloud: #f2f6fb;
	--enis-white: #ffffff;
	--enis-shadow: 0 24px 70px rgba(7, 26, 61, 0.12);
	--enis-radius: 24px;
	--enis-heading: "Montserrat", "Arial Black", sans-serif;
	--enis-body: "Inter", Arial, sans-serif;
	--header-height: 82px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	background: var(--enis-navy-deep);
}

body {
	margin: 0;
	background: var(--enis-white);
	color: var(--enis-ink);
	font-family: var(--enis-body);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

body.menu-open {
	overflow: hidden;
}

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

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

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

button {
	cursor: pointer;
}

.enis-icon {
	display: block;
	width: 1em;
	height: 1em;
	flex: 0 0 auto;
}

::selection {
	background: var(--enis-orange);
	color: var(--enis-white);
}

:focus-visible {
	outline: 3px solid rgba(255, 120, 23, 0.75);
	outline-offset: 4px;
}

[hidden] {
	display: none !important;
}

.shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.section {
	position: relative;
	padding: 118px 0;
}

section[id] {
	scroll-margin-top: 78px;
}

.skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 9999;
	transform: translateY(-150%);
	padding: 10px 16px;
	border-radius: 10px;
	background: var(--enis-orange);
	color: #fff;
	font-weight: 800;
}

.skip-link:focus {
	transform: translateY(0);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 54px;
	padding: 14px 24px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-family: var(--enis-heading);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button span:last-child,
.button b:last-child,
.button > .enis-icon:last-child {
	font-size: 17px;
	transition: transform 180ms ease;
}

.button:hover span:last-child,
.button:hover b:last-child,
.button:hover > .enis-icon:last-child {
	transform: translate(2px, -2px);
}

.button-primary {
	background: linear-gradient(135deg, var(--enis-blue), #2a72ff);
	box-shadow: 0 14px 34px rgba(13, 85, 255, 0.3);
	color: #fff;
}

.button-primary:hover {
	box-shadow: 0 18px 38px rgba(13, 85, 255, 0.42);
}

.button-ghost {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	backdrop-filter: blur(10px);
}

.button-ghost:hover {
	border-color: rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.1);
}

.button-small {
	min-height: 44px;
	padding: 11px 18px;
	border-radius: 12px;
	font-size: 12px;
}

.button-full {
	width: 100%;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--enis-blue);
	font-family: var(--enis-heading);
	font-size: 14px;
	font-weight: 700;
}

.text-link b {
	transition: transform 180ms ease;
}

.text-link:hover b {
	transform: translate(3px, -3px);
}

.text-link > .enis-icon {
	width: 18px;
	height: 18px;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	color: var(--enis-blue);
	font-family: var(--enis-heading);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.eyebrow > span {
	width: 24px;
	height: 2px;
	background: currentColor;
}

.eyebrow-light {
	color: #86a8ff;
}

.eyebrow-light > span {
	background: var(--enis-orange);
}

.section-heading h2,
.strategy-copy h2,
.faq-intro h2,
.contact-copy h2 {
	margin: 0;
	color: var(--enis-navy);
	font-family: var(--enis-heading);
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.07;
}

.section-heading h2 em,
.strategy-copy h2 em,
.faq-intro h2 em,
.contact-copy h2 em {
	color: var(--enis-blue);
	font-style: normal;
}

.section-heading > p,
.split-heading > p,
.strategy-copy > p,
.faq-intro > p,
.contact-copy > p {
	margin: 24px 0 0;
	color: var(--enis-muted);
	font-size: 17px;
	line-height: 1.8;
}

.centered {
	max-width: 760px;
	margin: 0 auto 62px;
	text-align: center;
}

.centered .eyebrow {
	justify-content: center;
}

.split-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.6fr);
	gap: 80px;
	align-items: end;
	margin-bottom: 62px;
}

.split-heading > p {
	margin: 0 0 6px;
}

/* Header */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	background: rgba(4, 16, 39, 0.18);
	transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
	backdrop-filter: blur(10px);
}

.admin-bar .site-header {
	top: 32px;
}

.site-header.is-scrolled {
	border-color: rgba(7, 26, 61, 0.08);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 12px 34px rgba(7, 26, 61, 0.08);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--header-height);
}

.site-brand {
	display: flex;
	align-items: center;
	width: 205px;
	height: 62px;
}

.site-brand > a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.site-brand img,
.site-brand .custom-logo {
	width: auto;
	max-width: 205px;
	max-height: 60px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	transition: filter 220ms ease;
}

.site-header.is-scrolled .site-brand img,
.site-header.is-scrolled .site-brand .custom-logo {
	filter: none;
}

.primary-navigation {
	display: flex;
	align-items: center;
	gap: 28px;
}

.site-menu {
	display: flex;
	align-items: center;
	gap: 27px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-menu li {
	position: relative;
	margin: 0;
}

.site-menu a {
	position: relative;
	display: block;
	padding: 10px 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 600;
	transition: color 180ms ease;
}

.site-menu a::after {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--enis-orange);
	content: "";
	transition: width 180ms ease;
}

.site-menu a:hover,
.site-menu .current-menu-item > a,
.site-menu a.is-active {
	color: #fff;
}

.site-menu a:hover::after,
.site-menu .current-menu-item > a::after,
.site-menu a.is-active::after {
	width: 100%;
}

.site-header.is-scrolled .site-menu a {
	color: #45546c;
}

.site-header.is-scrolled .site-menu a:hover,
.site-header.is-scrolled .site-menu .current-menu-item > a,
.site-header.is-scrolled .site-menu a.is-active {
	color: var(--enis-navy);
}

.header-cta {
	background: var(--enis-blue);
	box-shadow: 0 10px 24px rgba(13, 85, 255, 0.22);
	color: #fff;
}

.header-phone {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: rgba(255, 255, 255, 0.88);
	font-family: var(--enis-heading);
	font-size: 10px;
	font-weight: 700;
	white-space: nowrap;
	transition: color 180ms ease;
}

.header-phone span {
	color: var(--enis-orange);
	font-size: 15px;
}

.header-phone:hover {
	color: #fff;
}

.site-header.is-scrolled .header-phone {
	color: var(--enis-navy);
}

.menu-toggle {
	display: none;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.menu-toggle-label {
	font-size: 12px;
	font-weight: 700;
}

.menu-bars {
	display: grid;
	gap: 5px;
}

.menu-bars i {
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
	transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-bars i:first-child {
	transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-bars i:last-child {
	transform: translateY(-3.5px) rotate(-45deg);
}

.site-header.is-scrolled .menu-toggle {
	border-color: var(--enis-line);
	background: var(--enis-cloud);
	color: var(--enis-navy);
}

.language-switcher {
	display: flex;
	align-items: center;
	gap: 4px;
}

.language-switcher a {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
	list-style: none;
}

.language-switcher a:hover,
.language-switcher a.is-current {
	border-color: var(--enis-orange);
	background: var(--enis-orange);
	color: #fff;
}

.site-header.is-scrolled .language-switcher a {
	border-color: var(--enis-line);
	color: #536078;
}

.site-header.is-scrolled .language-switcher a:hover,
.site-header.is-scrolled .language-switcher a.is-current {
	border-color: var(--enis-orange);
	color: #fff;
}

/* Hero */
.hero {
	position: relative;
	display: flex;
	min-height: 790px;
	padding: 150px 0 52px;
	background: radial-gradient(circle at 15% 25%, #123977 0, transparent 32%), linear-gradient(145deg, #06142f 0%, #071a3d 58%, #08265b 100%);
	color: #fff;
	overflow: hidden;
}

.hero-grid,
.contact-grid-bg {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.042) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.042) 1px, transparent 1px);
	background-size: 62px 62px;
	-webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
	mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
}

.hero-glow {
	position: absolute;
	border-radius: 999px;
	filter: blur(90px);
	opacity: 0.35;
	pointer-events: none;
}

.hero-glow-one {
	top: 15%;
	right: -8%;
	width: 460px;
	height: 460px;
	background: var(--enis-blue);
}

.hero-glow-two {
	bottom: -160px;
	left: 36%;
	width: 320px;
	height: 320px;
	background: var(--enis-orange);
	opacity: 0.16;
}

.hero-layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
	gap: 68px;
	align-items: center;
	margin-block: auto;
}

.hero-copy h1 {
	max-width: 690px;
	margin: 0;
	font-family: var(--enis-heading);
	font-size: clamp(48px, 5.2vw, 74px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1.04;
}

.hero-copy h1 em {
	position: relative;
	display: inline;
	color: #72a2ff;
	font-style: normal;
}

.hero-copy h1 em::after {
	position: absolute;
	right: 0;
	bottom: -8px;
	width: 46%;
	height: 5px;
	border-radius: 5px;
	background: var(--enis-orange);
	content: "";
	transform: rotate(-1deg);
}

.hero-lead {
	max-width: 650px;
	margin: 30px 0 0;
	color: #c6d2e8;
	font-size: 18px;
	line-height: 1.8;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.play-dot {
	display: grid;
	width: 27px;
	height: 27px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	font-size: 12px !important;
}

.hero-assurances {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 32px;
	padding-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-assurances span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #aebbd2;
	font-size: 12px;
	font-weight: 600;
}

.hero-assurances i {
	display: grid;
	width: 19px;
	height: 19px;
	place-items: center;
	border-radius: 50%;
	background: rgba(34, 199, 217, 0.14);
	color: var(--enis-cyan);
	font-size: 10px;
	font-style: normal;
}

.hero-visual {
	position: relative;
	min-height: 520px;
	perspective: 1200px;
}

.visual-aura {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 78%;
	height: 72%;
	border-radius: 50%;
	background: rgba(13, 85, 255, 0.55);
	filter: blur(90px);
	transform: translate(-50%, -50%);
}

.browser-mockup {
	position: absolute;
	top: 38px;
	right: 0;
	left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 23px;
	background: rgba(8, 26, 62, 0.9);
	box-shadow: 0 45px 90px rgba(0, 4, 18, 0.48);
	overflow: hidden;
	transform: rotateY(-5deg) rotateX(2deg);
	transform-style: preserve-3d;
	transition: transform 250ms ease;
	backdrop-filter: blur(20px);
}

.browser-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 47px;
	padding: 0 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.045);
}

.browser-dots {
	display: flex;
	gap: 5px;
}

.browser-dots i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ff6b63;
}

.browser-dots i:nth-child(2) { background: #f7c654; }
.browser-dots i:nth-child(3) { background: #42d68a; }

.browser-address {
	padding: 5px 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.12);
	color: #94a5c2;
	font-family: monospace;
	font-size: 9px;
	letter-spacing: 0.04em;
}

.browser-live {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #9bb1d4;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.browser-live i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #44e68e;
	box-shadow: 0 0 0 4px rgba(68, 230, 142, 0.12);
	animation: pulse-dot 2s infinite;
}

.browser-image {
	position: relative;
	height: 310px;
	overflow: hidden;
}

.browser-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: transform 8s ease;
}

.browser-mockup:hover .browser-image > img {
	transform: scale(1.07) translateY(-2%);
}

.browser-image-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(3, 13, 33, 0.94) 0%, rgba(3, 13, 33, 0.15) 65%, transparent 100%);
}

.browser-caption {
	position: absolute;
	right: 24px;
	bottom: 24px;
	left: 24px;
	display: flex;
	flex-direction: column;
}

.browser-caption span {
	align-self: flex-start;
	margin-bottom: 9px;
	padding: 6px 9px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(13, 85, 255, 0.72);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.browser-caption strong {
	font-family: var(--enis-heading);
	font-size: 30px;
	letter-spacing: -0.04em;
}

.browser-caption small {
	margin-top: 2px;
	color: #bdc9dc;
	font-size: 10px;
}

.browser-footer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	padding: 17px;
}

.browser-footer > div {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.045);
}

.browser-footer span {
	display: flex;
	flex-direction: column;
}

.browser-footer b {
	font-size: 10px;
}

.browser-footer small {
	color: #8fa0ba;
	font-size: 8px;
}

.status-icon {
	display: grid;
	flex: 0 0 30px;
	height: 30px;
	place-items: center;
	border-radius: 9px;
	font-style: normal;
}

.status-icon .enis-icon {
	width: 15px;
	height: 15px;
}

.status-blue { background: rgba(13, 85, 255, 0.16); color: #7ba4ff; }
.status-orange { background: rgba(255, 120, 23, 0.14); color: #ff9b55; }

.floating-note {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 14px;
	background: rgba(8, 25, 58, 0.82);
	box-shadow: 0 18px 42px rgba(0, 4, 18, 0.36);
	backdrop-filter: blur(16px);
	animation: float-note 5.5s ease-in-out infinite;
}

.floating-note div {
	display: flex;
	flex-direction: column;
}

.floating-note small {
	color: #8fa1bf;
	font-size: 8px;
	text-transform: uppercase;
}

.floating-note b {
	font-size: 10px;
}

.note-icon {
	display: grid;
	width: 35px;
	height: 35px;
	place-items: center;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--enis-blue), #6f88ff);
	font-weight: 900;
}

.note-icon .enis-icon {
	width: 18px;
	height: 18px;
}

.note-conversion {
	top: 4px;
	right: -18px;
}

.note-mobile {
	bottom: 18px;
	left: -22px;
	animation-delay: -2.5s;
}

.note-mobile img {
	width: 38px;
	height: 38px;
	border-radius: 9px;
	object-fit: cover;
}

.hero-foot {
	position: absolute;
	right: 0;
	bottom: 26px;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 18px;
	color: #8293af;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-foot-line {
	flex: 1;
	height: 1px;
	background: rgba(255, 255, 255, 0.12);
}

.hero-foot a {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #bdc8da;
}

.hero-foot b {
	color: var(--enis-orange);
	font-size: 15px;
}

.capability-strip {
	position: relative;
	z-index: 4;
	padding: 16px 0;
	background: var(--enis-orange);
	color: #fff;
	overflow: hidden;
}

.capability-track {
	display: flex;
	width: max-content;
	align-items: center;
	gap: 24px;
	font-family: var(--enis-heading);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	white-space: nowrap;
	animation: ticker 30s linear infinite;
}

.capability-track i {
	font-style: normal;
	opacity: 0.68;
}

/* Outcomes */
.section-light {
	background: #fff;
}

.outcome-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.outcome-card {
	position: relative;
	min-height: 340px;
	padding: 34px;
	border: 1px solid var(--enis-line);
	border-radius: var(--enis-radius);
	background: #fff;
	box-shadow: 0 12px 38px rgba(7, 26, 61, 0.055);
	overflow: hidden;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.outcome-card:hover {
	transform: translateY(-7px);
	border-color: rgba(13, 85, 255, 0.24);
	box-shadow: var(--enis-shadow);
}

.outcome-card.featured {
	background: linear-gradient(145deg, #f5f8ff, #fff);
	transform: translateY(-12px);
}

.outcome-card.featured:hover {
	transform: translateY(-18px);
}

.outcome-number {
	position: absolute;
	top: 25px;
	right: 28px;
	color: #dbe3ef;
	font-family: var(--enis-heading);
	font-size: 38px;
	font-weight: 800;
	letter-spacing: -0.05em;
}

.outcome-icon {
	display: grid;
	width: 58px;
	height: 58px;
	margin-bottom: 46px;
	place-items: center;
	border-radius: 17px;
	font-family: var(--enis-heading);
	font-size: 21px;
	font-weight: 800;
}

.outcome-icon .enis-icon,
.service-symbol .enis-icon {
	width: 25px;
	height: 25px;
}

.icon-blue { background: #eaf0ff; color: var(--enis-blue); }
.icon-orange { background: #fff0e5; color: var(--enis-orange); }
.icon-navy { background: #e9edf5; color: var(--enis-navy); }

.outcome-card h3 {
	margin: 0 0 13px;
	font-family: var(--enis-heading);
	font-size: 21px;
	letter-spacing: -0.025em;
}

.outcome-card p {
	margin: 0;
	color: var(--enis-muted);
	font-size: 14px;
	line-height: 1.75;
}

.card-line {
	position: absolute;
	right: 34px;
	bottom: 28px;
	left: 34px;
	height: 3px;
	border-radius: 3px;
	background: var(--enis-line);
	overflow: hidden;
}

.card-line::after {
	display: block;
	width: 28%;
	height: 100%;
	background: var(--enis-blue);
	content: "";
	transition: width 280ms ease;
}

.outcome-card.featured .card-line::after { background: var(--enis-orange); }
.outcome-card:hover .card-line::after { width: 75%; }

/* Services */
.services-section {
	background: var(--enis-cloud);
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.service-card {
	position: relative;
	display: flex;
	min-height: 390px;
	flex-direction: column;
	padding: 34px;
	border: 1px solid #dbe3ef;
	border-radius: var(--enis-radius);
	background: #fff;
	box-shadow: 0 12px 38px rgba(7, 26, 61, 0.05);
	overflow: hidden;
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card::after {
	position: absolute;
	top: -110px;
	right: -110px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: rgba(13, 85, 255, 0.055);
	content: "";
	transition: transform 350ms ease;
}

.service-card:hover {
	transform: translateY(-7px);
	box-shadow: var(--enis-shadow);
}

.service-card:hover::after {
	transform: scale(1.5);
}

.service-dark {
	border-color: rgba(255, 255, 255, 0.08);
	background: linear-gradient(145deg, var(--enis-navy), #0b2c67);
	color: #fff;
}

.service-dark::after {
	background: rgba(255, 120, 23, 0.12);
}

.service-top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 42px;
}

.service-symbol {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 17px;
	background: #eaf0ff;
	color: var(--enis-blue);
	font-family: var(--enis-heading);
	font-size: 21px;
	font-weight: 800;
}

.symbol-orange { background: #fff0e5; color: var(--enis-orange); }
.symbol-cyan { background: #e2f8fa; color: #0b9eaf; }
.symbol-light { background: rgba(255, 255, 255, 0.1); color: #fff; }

.service-index {
	color: #b6c0d0;
	font-family: var(--enis-heading);
	font-size: 13px;
	font-weight: 800;
}

.service-card h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 14px;
	font-family: var(--enis-heading);
	font-size: 25px;
	letter-spacing: -0.035em;
	line-height: 1.25;
}

.service-card > p {
	position: relative;
	z-index: 1;
	max-width: 580px;
	margin: 0;
	color: var(--enis-muted);
	font-size: 14px;
	line-height: 1.8;
}

.service-dark > p { color: #b9c7df; }

.tag-list {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 24px 0 30px;
	padding: 0;
	list-style: none;
}

.tag-list li {
	padding: 6px 10px;
	border: 1px solid var(--enis-line);
	border-radius: 8px;
	background: var(--enis-cloud);
	color: #526075;
	font-size: 10px;
	font-weight: 700;
}

.service-dark .tag-list li {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.07);
	color: #d4def0;
}

.service-card > a {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 10px;
	margin-top: auto;
	color: var(--enis-blue);
	font-family: var(--enis-heading);
	font-size: 13px;
	font-weight: 700;
}

.service-dark > a { color: #8cb0ff; }

.service-card > a b {
	transition: transform 180ms ease;
}

.service-card > a:hover b {
	transform: translate(3px, -3px);
}

/* Portfolio */
.projects-section {
	background: var(--enis-navy-deep);
	color: #fff;
	overflow: hidden;
}

.projects-section::before {
	position: absolute;
	top: -240px;
	left: 40%;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: rgba(13, 85, 255, 0.18);
	content: "";
	filter: blur(100px);
}

.projects-heading {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 60px;
	margin-bottom: 42px;
}

.projects-heading h2 {
	color: #fff;
}

.projects-heading h2 em {
	color: #77a4ff;
}

.projects-heading-side {
	max-width: 370px;
}

.projects-heading-side p {
	margin: 0 0 18px;
	color: #a9b7cf;
	font-size: 15px;
}

.projects-heading-side > span {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #7f90ac;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.projects-heading-side b {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 120, 23, 0.14);
	color: var(--enis-orange);
	font-size: 12px;
}

.project-filters {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 28px;
}

.project-filters button {
	padding: 10px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: #a9b7cd;
	font-size: 11px;
	font-weight: 700;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.project-filters button:hover,
.project-filters button.is-active {
	border-color: var(--enis-blue);
	background: var(--enis-blue);
	color: #fff;
}

.project-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 19px;
}

.project-card {
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.045);
	overflow: hidden;
	transition: transform 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
}

.project-card:hover {
	transform: translateY(-7px);
	border-color: rgba(85, 135, 255, 0.42);
	box-shadow: 0 30px 70px rgba(0, 5, 18, 0.38);
}

.project-image {
	position: relative;
	display: block;
	height: 215px;
	background: #0a2350;
	overflow: hidden;
}

.project-image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(4, 16, 39, 0.5), transparent 55%);
	content: "";
	pointer-events: none;
}

.project-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.project-card:hover .project-image img {
	transform: scale(1.055);
}

.project-image.is-contained img {
	padding: 8px;
	background: #071a3d;
	object-fit: contain;
	object-position: center;
}

.project-open {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 50%;
	background: rgba(4, 16, 39, 0.66);
	font-weight: 800;
	backdrop-filter: blur(10px);
	transition: transform 200ms ease, background 200ms ease;
}

.project-open .enis-icon {
	width: 17px;
	height: 17px;
}

.project-card:hover .project-open {
	background: var(--enis-orange);
	transform: rotate(8deg);
}

.project-label {
	position: absolute;
	bottom: 13px;
	left: 13px;
	z-index: 2;
	padding: 6px 9px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: rgba(4, 16, 39, 0.72);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

.project-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px 21px 22px;
}

.project-title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.project-title-row h3 {
	margin: 0;
	font-family: var(--enis-heading);
	font-size: 18px;
	letter-spacing: -0.035em;
}

.project-title-row span {
	color: #50617e;
	font-family: var(--enis-heading);
	font-size: 12px;
	font-weight: 800;
}

.project-content p {
	min-height: 64px;
	margin: 9px 0 17px;
	color: #9cabc3;
	font-size: 11px;
	line-height: 1.65;
}

.project-content > a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #8cafef;
	font-size: 11px;
	font-weight: 700;
	margin-top: auto;
}

.project-content > a b {
	color: var(--enis-orange);
	transition: transform 180ms ease;
}

.project-content > a:hover b {
	transform: translate(3px, -3px);
}

/* Strategy audit */
.strategy-section {
	background: #fff;
}

.strategy-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1fr);
	gap: 90px;
	align-items: center;
}

.strategy-copy > p {
	max-width: 570px;
}

.check-list {
	display: grid;
	gap: 16px;
	margin: 34px 0 36px;
	padding: 0;
	list-style: none;
}

.check-list li {
	display: flex;
	align-items: flex-start;
	gap: 13px;
}

.check-list li > i {
	display: grid;
	flex: 0 0 27px;
	height: 27px;
	margin-top: 2px;
	place-items: center;
	border-radius: 9px;
	background: #eaf0ff;
	color: var(--enis-blue);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
}

.check-list li > i .enis-icon {
	width: 14px;
	height: 14px;
}

.check-list li > span {
	display: flex;
	flex-direction: column;
	color: var(--enis-muted);
	font-size: 13px;
}

.check-list b {
	margin-bottom: 2px;
	color: var(--enis-navy);
	font-size: 14px;
}

.audit-card {
	position: relative;
	padding: 22px;
	border: 1px solid #dce4f0;
	border-radius: 28px;
	background: #f7f9fd;
	box-shadow: 0 30px 80px rgba(7, 26, 61, 0.14);
}

.audit-card::before {
	position: absolute;
	top: 30px;
	right: -26px;
	width: 70px;
	height: 120px;
	border-radius: 18px;
	background: linear-gradient(160deg, var(--enis-blue), #5c86ff);
	box-shadow: 0 20px 35px rgba(13, 85, 255, 0.25);
	content: "";
	transform: rotate(5deg);
	z-index: -1;
}

.audit-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.audit-head > div {
	display: flex;
	align-items: center;
	gap: 8px;
}

.audit-head small {
	color: #69768a;
	font-family: monospace;
	font-size: 9px;
	letter-spacing: 0.1em;
}

.audit-head > b {
	padding: 6px 9px;
	border-radius: 8px;
	background: #eaf0ff;
	color: var(--enis-blue);
	font-size: 9px;
	text-transform: uppercase;
}

.audit-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3cd48d;
	box-shadow: 0 0 0 4px rgba(60, 212, 141, 0.12);
}

.audit-preview {
	padding: 14px;
	border: 1px solid #dfe6f1;
	border-radius: 17px;
	background: #fff;
}

.audit-mini-nav {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 11px;
	border-bottom: 1px solid #edf1f6;
}

.audit-mini-nav span {
	width: 64px;
	height: 8px;
	margin-right: auto;
	border-radius: 5px;
	background: var(--enis-navy);
}

.audit-mini-nav i {
	width: 25px;
	height: 4px;
	border-radius: 4px;
	background: #d9e0eb;
}

.audit-mini-hero {
	position: relative;
	display: flex;
	min-height: 135px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 24px;
	border-radius: 0 0 12px 12px;
	background: linear-gradient(135deg, #071a3d, #104695);
	overflow: hidden;
}

.audit-mini-hero::after {
	position: absolute;
	top: -45px;
	right: -20px;
	width: 150px;
	height: 150px;
	border: 28px solid rgba(255, 255, 255, 0.07);
	border-radius: 50%;
	content: "";
}

.audit-mini-hero strong {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	color: #fff;
	font-family: var(--enis-heading);
	font-size: 13px;
}

.audit-mini-hero > span {
	width: 58%;
	height: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.21);
}

.audit-mini-hero > span:nth-of-type(2) {
	width: 42%;
}

.audit-mini-hero button {
	margin-top: 12px;
	padding: 7px 10px;
	border: 0;
	border-radius: 6px;
	background: var(--enis-orange);
	color: #fff;
	font-size: 7px;
	font-weight: 800;
}

.audit-list {
	display: grid;
	gap: 8px;
	margin-top: 13px;
}

.audit-list > div {
	display: grid;
	grid-template-columns: 30px 1fr 28px;
	gap: 10px;
	align-items: center;
	padding: 10px 12px;
	border: 1px solid #e2e8f2;
	border-radius: 12px;
	background: #fff;
}

.audit-list > div > span {
	color: #9aa6b8;
	font-family: var(--enis-heading);
	font-size: 9px;
	font-weight: 800;
}

.audit-list p {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.audit-list p b {
	font-size: 10px;
}

.audit-list p small {
	color: #8b97a8;
	font-size: 8px;
}

.audit-list > div > i {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 8px;
	background: #e8f9f0;
	color: #13a65b;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
}

.audit-list > div > i .enis-icon {
	width: 13px;
	height: 13px;
}

/* Interactive brief */
.brief-section {
	background: linear-gradient(145deg, #06142f, #092255);
	color: #fff;
	overflow: hidden;
}

.brief-section::before {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 64px 64px;
	content: "";
	-webkit-mask-image: radial-gradient(circle at center, #000, transparent 72%);
	mask-image: radial-gradient(circle at center, #000, transparent 72%);
}

.brief-orb {
	position: absolute;
	top: 80px;
	right: -190px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: rgba(13, 85, 255, 0.38);
	filter: blur(110px);
}

.brief-section .shell {
	position: relative;
	z-index: 1;
}

.brief-heading h2 {
	color: #fff;
}

.brief-heading h2 em {
	color: #7faaff;
}

.brief-heading > p {
	color: #aab9d2;
}

.brief-builder {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 18px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.055);
	box-shadow: 0 35px 90px rgba(0, 5, 22, 0.35);
	backdrop-filter: blur(18px);
}

.brief-questions {
	display: grid;
	gap: 12px;
}

.brief-step {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin: 0;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 18px;
	background: rgba(4, 16, 39, 0.44);
}

.brief-step legend {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 7px;
	padding: 0;
	font-family: var(--enis-heading);
	font-size: 12px;
	font-weight: 700;
}

.brief-step legend span {
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	border-radius: 8px;
	background: rgba(13, 85, 255, 0.22);
	color: #8bafff;
	font-size: 8px;
}

.brief-step label {
	position: relative;
	cursor: pointer;
}

.brief-step input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.brief-step label > span {
	display: flex;
	min-height: 78px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 5px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.045);
	color: #b9c6da;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.25;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.brief-step label > span > i {
	color: #87a9f4;
	font-family: var(--enis-heading);
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
}

.brief-step label > span > b {
	position: absolute;
	top: 8px;
	right: 8px;
	display: none;
	width: 17px;
	height: 17px;
	place-items: center;
	border-radius: 50%;
	background: var(--enis-blue);
	color: #fff;
	font-size: 8px;
}

.brief-step label:hover > span {
	transform: translateY(-2px);
	border-color: rgba(102, 148, 255, 0.38);
}

.brief-step input:checked + span {
	border-color: #4f84ff;
	background: rgba(13, 85, 255, 0.16);
	color: #fff;
}

.brief-step input:checked + span > i {
	color: var(--enis-orange);
}

.brief-step input:checked + span > b {
	display: grid;
}

.brief-step input:focus-visible + span {
	outline: 3px solid rgba(255, 120, 23, 0.75);
	outline-offset: 2px;
}

.brief-result {
	position: sticky;
	top: 104px;
	display: flex;
	height: max-content;
	min-height: 100%;
	flex-direction: column;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 20px;
	background: linear-gradient(155deg, rgba(19, 53, 117, 0.94), rgba(4, 16, 39, 0.98));
	box-shadow: 0 25px 60px rgba(0, 4, 17, 0.28);
}

.brief-result-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-bottom: 17px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #8ea0bd;
	font-family: var(--enis-heading);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.live-indicator {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #53d995;
	font-style: normal;
}

.live-indicator b {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 4px rgba(83, 217, 149, 0.1);
}

.brief-result-logo {
	display: flex;
	justify-content: center;
	padding: 29px 0 20px;
}

.brief-result-logo img {
	width: 155px;
	max-height: 62px;
	object-fit: contain;
}

.brief-result dl {
	display: grid;
	gap: 8px;
	margin: 0 0 24px;
}

.brief-result dl > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 13px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.04);
}

.brief-result dt {
	color: #8293af;
	font-size: 9px;
}

.brief-result dd {
	margin: 0;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	text-align: right;
}

.button-whatsapp {
	margin-top: auto;
	background: #1ebc69;
	box-shadow: 0 15px 34px rgba(30, 188, 105, 0.22);
	color: #fff;
}

.button-whatsapp:hover {
	box-shadow: 0 18px 40px rgba(30, 188, 105, 0.35);
}

.whatsapp-mark {
	display: grid;
	font-size: 20px !important;
	place-items: center;
}

.brief-step label > span > i .enis-icon {
	width: 17px;
	height: 17px;
}

.brief-result > small {
	margin-top: 12px;
	color: #7f91ad;
	font-size: 8px;
	line-height: 1.5;
	text-align: center;
}

/* Process */
.process-section {
	background: #fff;
}

.process-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.process-grid::before {
	position: absolute;
	top: 50px;
	right: 8%;
	left: 8%;
	height: 1px;
	background: repeating-linear-gradient(90deg, var(--enis-line) 0 8px, transparent 8px 14px);
	content: "";
}

.process-card {
	position: relative;
	z-index: 1;
	min-height: 250px;
	padding: 26px;
	border: 1px solid var(--enis-line);
	border-radius: 20px;
	background: #fff;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.process-card:hover {
	transform: translateY(-6px);
	border-color: rgba(13, 85, 255, 0.25);
	box-shadow: 0 22px 55px rgba(7, 26, 61, 0.1);
}

.process-card > span {
	color: #acb7c7;
	font-family: var(--enis-heading);
	font-size: 10px;
	font-weight: 800;
}

.process-card > i {
	display: grid;
	width: 52px;
	height: 52px;
	margin: 24px 0 28px;
	place-items: center;
	border: 5px solid #fff;
	border-radius: 17px;
	background: var(--enis-blue);
	box-shadow: 0 0 0 1px var(--enis-line), 0 10px 25px rgba(13, 85, 255, 0.2);
	color: #fff;
	font-family: var(--enis-heading);
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
}

.process-card > i .enis-icon {
	width: 21px;
	height: 21px;
}

.process-card:nth-child(2) > i { background: #466fca; }
.process-card:nth-child(3) > i { background: var(--enis-orange); box-shadow: 0 0 0 1px var(--enis-line), 0 10px 25px rgba(255, 120, 23, 0.2); }
.process-card:nth-child(4) > i { background: var(--enis-navy); box-shadow: 0 0 0 1px var(--enis-line), 0 10px 25px rgba(7, 26, 61, 0.2); }

.process-card h3 {
	margin: 0 0 9px;
	font-family: var(--enis-heading);
	font-size: 18px;
	letter-spacing: -0.025em;
}

.process-card p {
	margin: 0;
	color: var(--enis-muted);
	font-size: 12px;
	line-height: 1.7;
}

/* FAQ */
.faq-section {
	background: var(--enis-cloud);
}

.faq-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(500px, 1fr);
	gap: 90px;
	align-items: start;
}

.faq-intro {
	position: sticky;
	top: 120px;
}

.faq-intro .text-link {
	margin-top: 30px;
}

.faq-list {
	display: grid;
	gap: 10px;
}

.faq-item {
	border: 1px solid #dce4ef;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.faq-item.is-open {
	border-color: rgba(13, 85, 255, 0.26);
	box-shadow: 0 15px 40px rgba(7, 26, 61, 0.07);
}

.faq-item button {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 24px;
	border: 0;
	background: transparent;
	color: var(--enis-navy);
	font-family: var(--enis-heading);
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}

.faq-item button i {
	display: grid;
	flex: 0 0 31px;
	height: 31px;
	place-items: center;
	border-radius: 9px;
	background: var(--enis-cloud);
	color: var(--enis-blue);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

.faq-item.is-open button i {
	background: var(--enis-blue);
	color: #fff;
}

.faq-answer {
	padding: 0 68px 22px 24px;
}

.faq-answer p {
	margin: 0;
	color: var(--enis-muted);
	font-size: 13px;
	line-height: 1.8;
}

/* Contact */
.contact-section {
	background: linear-gradient(145deg, #06142f, #09245a);
	color: #fff;
	overflow: hidden;
}

.contact-grid-bg {
	top: auto;
	bottom: 0;
	height: 85%;
	-webkit-mask-image: linear-gradient(to top, #000, transparent);
	mask-image: linear-gradient(to top, #000, transparent);
}

.contact-section::after {
	position: absolute;
	top: -130px;
	left: -100px;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: rgba(13, 85, 255, 0.28);
	content: "";
	filter: blur(110px);
}

.contact-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1fr);
	gap: 90px;
	align-items: center;
}

.contact-copy h2 {
	color: #fff;
}

.contact-copy h2 em {
	color: #80a9ff;
}

.contact-copy > p {
	max-width: 540px;
	color: #adbbd2;
}

.contact-methods {
	display: grid;
	gap: 10px;
	margin-top: 38px;
}

.contact-methods > a,
.contact-methods > div {
	display: grid;
	grid-template-columns: 43px 1fr 30px;
	gap: 12px;
	align-items: center;
	max-width: 430px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.05);
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.contact-methods > a:hover {
	transform: translateX(4px);
	border-color: rgba(112, 157, 255, 0.42);
	background: rgba(255, 255, 255, 0.08);
}

.contact-methods > a > span,
.contact-methods > div > span {
	display: grid;
	width: 39px;
	height: 39px;
	place-items: center;
	border-radius: 11px;
	background: rgba(13, 85, 255, 0.2);
	color: #8db0ff;
	font-size: 15px;
}

.contact-methods > a > span .enis-icon,
.contact-methods > div > span .enis-icon {
	width: 19px;
	height: 19px;
}

.contact-methods .contact-wa {
	background: rgba(30, 188, 105, 0.17);
	color: #4fe097;
}

.contact-methods p {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.contact-methods small {
	color: #8293af;
	font-size: 8px;
	text-transform: uppercase;
}

.contact-methods b {
	font-size: 11px;
}

.contact-methods > a > i {
	display: grid;
	place-items: center;
	color: var(--enis-orange);
	font-style: normal;
	font-weight: 800;
}

.contact-methods > a > i .enis-icon {
	width: 17px;
	height: 17px;
}

.contact-form-card {
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 36px 90px rgba(0, 5, 20, 0.38);
	color: var(--enis-ink);
}

.form-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--enis-line);
}

.form-card-head div {
	display: flex;
	flex-direction: column;
}

.form-card-head span {
	margin-bottom: 5px;
	color: var(--enis-blue);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.13em;
}

.form-card-head h3 {
	margin: 0;
	font-family: var(--enis-heading);
	font-size: 24px;
	letter-spacing: -0.035em;
}

.form-card-head > i {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 12px;
	background: var(--enis-blue);
	box-shadow: 0 10px 22px rgba(13, 85, 255, 0.2);
	color: #fff;
	font-style: normal;
	font-weight: 800;
}

.form-card-head > i .enis-icon {
	width: 18px;
	height: 18px;
}

.form-notice {
	margin-bottom: 17px;
	padding: 11px 13px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 600;
}

.form-notice.success {
	background: #e8f9f0;
	color: #147343;
}

.form-notice.error {
	background: #fff0eb;
	color: #a23e23;
}

.contact-form {
	display: grid;
	gap: 15px;
}

.field-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.contact-form label {
	display: grid;
	gap: 6px;
}

.contact-form label > span {
	color: #4c596c;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
	width: 100%;
	border: 1px solid #dce3ed;
	border-radius: 11px;
	background: #f8fafd;
	color: var(--enis-ink);
	font-size: 12px;
	outline: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact-form input,
.contact-form select {
	height: 45px;
	padding: 0 13px;
}

.contact-form textarea {
	min-height: 112px;
	padding: 12px 13px;
	resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
	border-color: var(--enis-blue);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(13, 85, 255, 0.08);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #a2adbc;
}

.honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.form-privacy {
	color: #8994a5;
	font-size: 8px;
	text-align: center;
}

.mobile-whatsapp {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 900;
	display: none;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	background: #20bd6a;
	box-shadow: 0 12px 30px rgba(9, 86, 49, 0.32);
	color: #fff;
	font-size: 11px;
}

.mobile-whatsapp span {
	display: grid;
	font-size: 18px;
	place-items: center;
}

/* Footer */
.site-footer {
	background: #030b1b;
	color: #fff;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.6fr 0.8fr 1fr 1fr;
	gap: 55px;
	padding-top: 70px;
	padding-bottom: 60px;
}

.footer-brand img {
	width: 200px;
	max-height: 84px;
	object-fit: contain;
	object-position: left center;
}

.footer-brand p {
	max-width: 300px;
	margin: 20px 0 0;
	color: #8290a8;
	font-size: 12px;
	line-height: 1.7;
}

.social-links {
	display: flex;
	gap: 16px;
	margin-top: 20px;
}

.social-links a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #91a4c4;
	font-size: 10px;
	font-weight: 700;
}

.social-links .enis-icon {
	width: 15px;
	height: 15px;
}

.footer-column h2 {
	margin: 6px 0 20px;
	color: #e6ecf7;
	font-family: var(--enis-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer-column ul {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-column a {
	color: #7e8da7;
	font-size: 11px;
	transition: color 160ms ease;
}

.footer-column a:hover {
	color: #fff;
}

.footer-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.footer-contact a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.footer-contact .enis-icon {
	width: 14px;
	height: 14px;
	color: #91aaf2;
}

.footer-contact h2 {
	margin-bottom: 10px;
}

.footer-bottom {
	display: grid;
	grid-template-columns: 1fr auto 40px;
	gap: 20px;
	align-items: center;
	min-height: 74px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #67758e;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.footer-bottom > a {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	color: #fff;
}

.footer-bottom > a .enis-icon {
	width: 17px;
	height: 17px;
}

/* Inner pages */
.inner-main {
	min-height: 70vh;
	background: #fff;
}

.inner-hero {
	padding: 155px 0 70px;
	background: linear-gradient(145deg, #06142f, #09245a);
	color: #fff;
}

.inner-hero h1 {
	max-width: 850px;
	margin: 0;
	font-family: var(--enis-heading);
	font-size: clamp(42px, 6vw, 70px);
	letter-spacing: -0.05em;
	line-height: 1.08;
}

.inner-hero p {
	color: #9fb0ca;
}

.content-layout,
.prose-content {
	padding-top: 80px;
	padding-bottom: 100px;
}

.prose-content {
	max-width: 880px;
	font-size: 17px;
}

.prose-content h2,
.prose-content h3,
.prose-content h4 {
	font-family: var(--enis-heading);
	letter-spacing: -0.03em;
}

.prose-content a {
	color: var(--enis-blue);
	text-decoration: underline;
}

.single-featured {
	margin-bottom: 40px;
	border-radius: 22px;
	overflow: hidden;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.post-card {
	border: 1px solid var(--enis-line);
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}

.post-card-image {
	display: block;
	height: 260px;
	overflow: hidden;
}

.post-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card-copy {
	padding: 28px;
}

.post-card-copy time {
	color: var(--enis-blue);
	font-size: 10px;
	font-weight: 800;
}

.post-card-copy h2 {
	margin: 8px 0;
	font-family: var(--enis-heading);
	font-size: 23px;
}

.post-card-copy p {
	color: var(--enis-muted);
	font-size: 13px;
}

.not-found-section {
	display: grid;
	min-height: 76vh;
	place-items: center;
	padding: 140px 0 80px;
	background: var(--enis-cloud);
}

.empty-state {
	text-align: center;
}

.empty-state .error-code {
	display: block;
	color: var(--enis-blue);
	font-family: var(--enis-heading);
	font-size: clamp(80px, 16vw, 170px);
	font-weight: 800;
	letter-spacing: -0.08em;
	line-height: 0.8;
}

.empty-state h1,
.empty-state h2 {
	font-family: var(--enis-heading);
	letter-spacing: -0.04em;
}

.empty-state .button {
	margin-top: 20px;
}

/* Reveal and animations */
html.js .reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.js .reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

html.js .reveal.delay-one { transition-delay: 90ms; }
html.js .reveal.delay-two { transition-delay: 170ms; }
html.js .reveal.delay-three { transition-delay: 250ms; }

@keyframes pulse-dot {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.45; }
}

@keyframes float-note {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}

@keyframes ticker {
	to { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 1120px) {
	:root { --header-height: 76px; }
	.primary-navigation { gap: 18px; }
	.site-menu { gap: 18px; }
	.site-menu a { font-size: 12px; }
	.header-phone { display: none; }
	.site-brand { width: 180px; }
	.site-brand img,
	.site-brand .custom-logo { max-width: 180px; }
	.hero-layout { grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr); gap: 38px; }
	.hero-copy h1 { font-size: clamp(45px, 5.4vw, 65px); }
	.strategy-layout,
	.contact-layout { gap: 55px; }
	.faq-layout { gap: 55px; }
	.footer-grid { gap: 34px; }
}

@media (max-width: 960px) {
	.admin-bar .site-header { top: 32px; }
	.section { padding: 90px 0; }
	.menu-toggle { display: flex; }
	.primary-navigation {
		position: fixed;
		top: var(--header-height);
		right: 18px;
		left: 18px;
		display: none;
		max-height: calc(100vh - var(--header-height) - 36px);
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		padding: 24px;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 20px;
		background: rgba(4, 16, 39, 0.98);
		box-shadow: 0 30px 70px rgba(0, 4, 18, 0.38);
		overflow-y: auto;
		backdrop-filter: blur(20px);
	}
	.admin-bar .primary-navigation { top: calc(var(--header-height) + 32px); }
	.primary-navigation.is-open { display: flex; }
	.site-menu { flex-direction: column; align-items: stretch; gap: 1px; }
	.site-menu a { padding: 11px 2px; color: #d8e1ef !important; font-size: 14px; }
	.site-menu a::after { display: none; }
	.header-cta { width: 100%; }
	.header-phone {
		display: inline-flex;
		justify-content: center;
		padding: 10px 12px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 11px;
		background: rgba(255, 255, 255, 0.05);
		color: #fff !important;
	}
	.language-switcher { justify-content: center; }
	.language-switcher a,
	.site-header.is-scrolled .language-switcher a { border-color: rgba(255, 255, 255, 0.16); color: #fff; }
	.hero { min-height: auto; padding: 132px 0 90px; }
	.hero-layout { grid-template-columns: 1fr; gap: 40px; }
	.hero-copy { max-width: 760px; text-align: center; margin: 0 auto; }
	.hero-copy h1 { max-width: none; }
	.hero-lead { margin-inline: auto; }
	.hero-actions,
	.hero-assurances { justify-content: center; }
	.hero-visual { width: min(650px, 100%); min-height: 500px; margin: 0 auto; }
	.hero-foot { display: none; }
	.split-heading { grid-template-columns: 1fr; gap: 22px; }
	.outcome-grid { grid-template-columns: 1fr 1fr; }
	.outcome-card:last-child { grid-column: 1 / -1; }
	.outcome-card.featured { transform: none; }
	.outcome-card.featured:hover { transform: translateY(-7px); }
	.strategy-layout,
	.faq-layout,
	.contact-layout { grid-template-columns: 1fr; }
	.audit-card { width: min(620px, 100%); margin: 0 auto; }
	.project-grid { grid-template-columns: repeat(2, 1fr); }
	.project-image { height: 235px; }
	.brief-builder { grid-template-columns: 1fr; }
	.brief-result { position: relative; top: auto; min-height: auto; }
	.process-grid { grid-template-columns: 1fr 1fr; }
	.process-grid::before { display: none; }
	.faq-intro { position: relative; top: auto; }
	.contact-copy { max-width: 660px; }
	.contact-form-card { width: min(650px, 100%); }
	.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
	.footer-contact { grid-column: 2 / -1; }
}

@media (max-width: 782px) {
	.admin-bar .site-header { top: 46px; }
	.admin-bar .primary-navigation { top: calc(var(--header-height) + 46px); }
}

@media (max-width: 720px) {
	.shell { width: min(100% - 34px, 1180px); }
	.section { padding: 76px 0; }
	.centered { margin-bottom: 46px; }
	.section-heading h2,
	.strategy-copy h2,
	.faq-intro h2,
	.contact-copy h2 { font-size: clamp(35px, 10vw, 50px); }
	.section-heading > p,
	.split-heading > p,
	.strategy-copy > p,
	.faq-intro > p,
	.contact-copy > p { font-size: 15px; }
	.hero { padding: 120px 0 70px; }
	.hero-copy h1 { font-size: clamp(41px, 12.5vw, 57px); line-height: 1.05; }
	.hero-lead { font-size: 16px; line-height: 1.7; }
	.hero-actions .button { width: 100%; }
	.hero-assurances { gap: 10px 16px; }
	.hero-visual { min-height: 410px; margin-top: 10px; }
	.browser-mockup { top: 24px; left: 0; border-radius: 18px; transform: none !important; }
	.browser-topbar { height: 40px; }
	.browser-address { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.browser-image { height: 235px; }
	.browser-caption { right: 18px; bottom: 18px; left: 18px; }
	.browser-caption strong { font-size: 24px; }
	.browser-footer { padding: 12px; }
	.browser-footer > div { padding: 8px; }
	.note-conversion { right: -7px; }
	.note-mobile { bottom: 5px; left: -7px; }
	.outcome-grid,
	.services-grid,
	.project-grid,
	.post-grid { grid-template-columns: 1fr; }
	.outcome-card:last-child { grid-column: auto; }
	.outcome-card { min-height: 310px; }
	.service-card { min-height: 370px; }
	.projects-heading { flex-direction: column; align-items: flex-start; gap: 24px; }
	.project-image { height: 225px; }
	.brief-step { grid-template-columns: 1fr 1fr; }
	.process-grid { grid-template-columns: 1fr; }
	.process-card { min-height: 220px; }
	.field-row { grid-template-columns: 1fr; }
	.contact-form-card { padding: 24px 20px; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-contact { grid-column: auto; }
	.footer-bottom { grid-template-columns: 1fr 40px; }
	.footer-bottom > span:nth-child(2) { display: none; }
	.mobile-whatsapp { display: flex; }
}

@media (max-width: 500px) {
	:root { --header-height: 70px; }
	.shell { width: min(100% - 28px, 1180px); }
	.site-brand { width: 158px; height: 53px; }
	.site-brand img,
	.site-brand .custom-logo { max-width: 158px; max-height: 52px; }
	.menu-toggle-label { display: none; }
	.hero-copy .eyebrow { font-size: 9px; letter-spacing: 0.11em; }
	.hero-copy h1 { font-size: clamp(38px, 11.7vw, 50px); }
	.hero-assurances span { font-size: 10px; }
	.hero-visual { min-height: 380px; }
	.browser-image { height: 210px; }
	.browser-footer { grid-template-columns: 1fr; }
	.browser-footer > div:last-child { display: none; }
	.floating-note { padding: 9px 10px; }
	.note-conversion { top: 2px; }
	.note-mobile { bottom: 3px; }
	.project-filters { display: grid; grid-template-columns: 1fr 1fr; }
	.project-filters button { width: 100%; }
	.project-image { height: 210px; }
	.project-content { padding: 22px; }
	.audit-card { padding: 14px; }
	.audit-card::before { display: none; }
	.brief-builder { padding: 10px; }
	.brief-step { padding: 14px; }
	.brief-step label > span { min-height: 74px; padding: 10px; }
	.faq-item button { padding: 18px; font-size: 12px; }
	.faq-answer { padding: 0 52px 18px 18px; }
	.contact-methods > a,
	.contact-methods > div { grid-template-columns: 40px 1fr 24px; }
	.footer-grid { grid-template-columns: 1fr; padding-top: 55px; }
	.footer-brand,
	.footer-contact { grid-column: auto; }
	.inner-hero { padding: 130px 0 58px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
	html.js .reveal {
		opacity: 1;
		transform: none;
	}
}
