:root {
	--webia-primary: #6366f1;
	--webia-secondary: #a855f7;
	--webia-accent: #06b6d4;
	--webia-ink: #0f172a;
	--webia-muted: #64748b;
	--webia-bg: #ffffff;
	--webia-card: rgba(255, 255, 255, 0.72);
	--webia-border: rgba(255, 255, 255, 0.82);
	--webia-line: rgba(148, 163, 184, 0.28);
	--webia-shadow: 0 22px 60px rgba(76, 29, 149, 0.1);
	--webia-shell: min(1240px, calc(100vw - 40px));
}

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

html {
	scroll-behavior: smooth;
}

body.webia-frontpage {
	margin: 0;
	background:
		radial-gradient(circle at 0% 0%, rgba(99, 102, 241, 0.1), transparent 30rem),
		radial-gradient(circle at 100% 0%, rgba(168, 85, 247, 0.1), transparent 30rem),
		radial-gradient(circle at 50% 100%, rgba(6, 182, 212, 0.08), transparent 34rem),
		var(--webia-bg);
	color: var(--webia-ink);
}

body.webia-frontpage .wp-site-blocks {
	padding: 0 !important;
}

body.webia-frontpage .wp-block-group.webia-landing-shell {
	margin: 0;
}

body.webia-frontpage .webia-landing > .wp-block-template-part,
body.webia-frontpage .webia-landing > .wp-block-post-content {
	margin-block-start: 0;
}

body.webia-frontpage a {
	text-decoration: none;
}

.webia-landing {
	position: relative;
	min-height: 100vh;
	overflow: clip;
	color: var(--webia-ink);
	font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	isolation: isolate;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.webia-landing.is-dark {
	--webia-ink: #f8fafc;
	--webia-muted: #94a3b8;
	--webia-bg: #020617;
	--webia-card: rgba(15, 23, 42, 0.68);
	--webia-border: rgba(255, 255, 255, 0.08);
	--webia-line: rgba(148, 163, 184, 0.18);
	--webia-shadow: 0 28px 90px rgba(2, 6, 23, 0.42);
	background:
		radial-gradient(circle at 0% 0%, rgba(49, 46, 129, 0.42), transparent 30rem),
		radial-gradient(circle at 100% 0%, rgba(88, 28, 135, 0.34), transparent 30rem),
		radial-gradient(circle at 50% 100%, rgba(8, 145, 178, 0.26), transparent 34rem),
		var(--webia-bg);
}

.webia-shell {
	width: var(--webia-shell);
	margin: 0 auto;
}

.webia-neural-canvas {
	position: absolute;
	inset: 0 0 auto;
	z-index: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
}

body.webia-frontpage.webia-legal-page .webia-neural-canvas,
body.webia-frontpage.privacy-policy .webia-neural-canvas,
body.webia-frontpage.page-id-26 .webia-neural-canvas,
body.webia-frontpage.page-id-27 .webia-neural-canvas {
	opacity: 0.45;
}

body.webia-frontpage.webia-legal-page .wp-block-post-content,
body.webia-frontpage.privacy-policy .wp-block-post-content,
body.webia-frontpage.page-id-26 .wp-block-post-content,
body.webia-frontpage.page-id-27 .wp-block-post-content {
	position: relative;
	z-index: 1;
	width: min(980px, calc(100vw - 40px));
	margin: 0 auto;
	padding: 8.6rem 0 4.25rem;
}

body.webia-frontpage.webia-legal-page .wp-block-post-content > *,
body.webia-frontpage.privacy-policy .wp-block-post-content > *,
body.webia-frontpage.page-id-26 .wp-block-post-content > *,
body.webia-frontpage.page-id-27 .wp-block-post-content > * {
	max-width: none;
}

body.webia-frontpage.webia-legal-page .wp-block-post-content > :first-child,
body.webia-frontpage.privacy-policy .wp-block-post-content > :first-child,
body.webia-frontpage.page-id-26 .wp-block-post-content > :first-child,
body.webia-frontpage.page-id-27 .wp-block-post-content > :first-child {
	margin-top: 0;
}

body.webia-frontpage.webia-legal-page .wp-block-post-content > h1,
body.webia-frontpage.privacy-policy .wp-block-post-content > h1,
body.webia-frontpage.page-id-26 .wp-block-post-content > h1,
body.webia-frontpage.page-id-27 .wp-block-post-content > h1,
body.webia-frontpage.webia-legal-page .wp-block-post-content > h2,
body.webia-frontpage.privacy-policy .wp-block-post-content > h2,
body.webia-frontpage.page-id-26 .wp-block-post-content > h2,
body.webia-frontpage.page-id-27 .wp-block-post-content > h2,
body.webia-frontpage.webia-legal-page .wp-block-post-content > h3,
body.webia-frontpage.privacy-policy .wp-block-post-content > h3,
body.webia-frontpage.page-id-26 .wp-block-post-content > h3,
body.webia-frontpage.page-id-27 .wp-block-post-content > h3,
body.webia-frontpage.webia-legal-page .wp-block-post-content > h4,
body.webia-frontpage.privacy-policy .wp-block-post-content > h4,
body.webia-frontpage.page-id-26 .wp-block-post-content > h4,
body.webia-frontpage.page-id-27 .wp-block-post-content > h4,
body.webia-frontpage.webia-legal-page .wp-block-post-content > h5,
body.webia-frontpage.privacy-policy .wp-block-post-content > h5,
body.webia-frontpage.page-id-26 .wp-block-post-content > h5,
body.webia-frontpage.page-id-27 .wp-block-post-content > h5,
body.webia-frontpage.webia-legal-page .wp-block-post-content > h6,
body.webia-frontpage.privacy-policy .wp-block-post-content > h6,
body.webia-frontpage.page-id-26 .wp-block-post-content > h6,
body.webia-frontpage.page-id-27 .wp-block-post-content > h6,
body.webia-frontpage.webia-legal-page .wp-block-post-content > p,
body.webia-frontpage.privacy-policy .wp-block-post-content > p,
body.webia-frontpage.page-id-26 .wp-block-post-content > p,
body.webia-frontpage.page-id-27 .wp-block-post-content > p,
body.webia-frontpage.webia-legal-page .wp-block-post-content > ul,
body.webia-frontpage.privacy-policy .wp-block-post-content > ul,
body.webia-frontpage.page-id-26 .wp-block-post-content > ul,
body.webia-frontpage.page-id-27 .wp-block-post-content > ul,
body.webia-frontpage.webia-legal-page .wp-block-post-content > ol,
body.webia-frontpage.privacy-policy .wp-block-post-content > ol,
body.webia-frontpage.page-id-26 .wp-block-post-content > ol,
body.webia-frontpage.page-id-27 .wp-block-post-content > ol {
	position: relative;
	z-index: 1;
}

body.webia-frontpage.webia-legal-page .wp-block-post-content,
body.webia-frontpage.privacy-policy .wp-block-post-content,
body.webia-frontpage.page-id-26 .wp-block-post-content,
body.webia-frontpage.page-id-27 .wp-block-post-content {
	background:
		linear-gradient(180deg, rgba(9, 12, 33, 0.86), rgba(5, 9, 26, 0.9)) padding-box,
		linear-gradient(135deg, rgba(99, 102, 241, 0.24), rgba(168, 85, 247, 0.22), rgba(6, 182, 212, 0.12)) border-box;
	border: 1px solid transparent;
	border-radius: 28px;
	box-shadow:
		0 22px 60px rgba(0, 0, 0, 0.24),
		0 0 0 1px rgba(148, 163, 184, 0.08);
	padding-left: clamp(1.2rem, 3vw, 2.2rem);
	padding-right: clamp(1.2rem, 3vw, 2.2rem);
}

body.webia-frontpage.webia-legal-page .wp-block-post-content h1,
body.webia-frontpage.privacy-policy .wp-block-post-content h1,
body.webia-frontpage.page-id-26 .wp-block-post-content h1,
body.webia-frontpage.page-id-27 .wp-block-post-content h1 {
	margin: 0 0 1.1rem;
	font-size: clamp(2.6rem, 6vw, 4.5rem);
	line-height: 0.98;
	letter-spacing: -0.03em;
}

body.webia-frontpage.webia-legal-page .wp-block-post-content h2,
body.webia-frontpage.privacy-policy .wp-block-post-content h2,
body.webia-frontpage.page-id-26 .wp-block-post-content h2,
body.webia-frontpage.page-id-27 .wp-block-post-content h2 {
	margin: 2.3rem 0 0.9rem;
	font-size: clamp(1.7rem, 3vw, 2.45rem);
	line-height: 1.08;
}

body.webia-frontpage.webia-legal-page .wp-block-post-content p,
body.webia-frontpage.webia-legal-page .wp-block-post-content li,
body.webia-frontpage.privacy-policy .wp-block-post-content p,
body.webia-frontpage.privacy-policy .wp-block-post-content li,
body.webia-frontpage.page-id-26 .wp-block-post-content p,
body.webia-frontpage.page-id-26 .wp-block-post-content li,
body.webia-frontpage.page-id-27 .wp-block-post-content p,
body.webia-frontpage.page-id-27 .wp-block-post-content li {
	color: #e2e8f0;
	font-size: 1.02rem;
	line-height: 1.72;
}

body.webia-frontpage.webia-legal-page .wp-block-post-content strong,
body.webia-frontpage.privacy-policy .wp-block-post-content strong,
body.webia-frontpage.page-id-26 .wp-block-post-content strong,
body.webia-frontpage.page-id-27 .wp-block-post-content strong {
	color: #f8fafc;
}

body.webia-frontpage.webia-legal-page .wp-block-post-content a,
body.webia-frontpage.privacy-policy .wp-block-post-content a,
body.webia-frontpage.page-id-26 .wp-block-post-content a,
body.webia-frontpage.page-id-27 .wp-block-post-content a {
	color: #a5b4fc;
	text-decoration: underline;
	text-underline-offset: 0.14em;
}

body.webia-frontpage.webia-legal-page .wp-block-post-content ul,
body.webia-frontpage.webia-legal-page .wp-block-post-content ol,
body.webia-frontpage.privacy-policy .wp-block-post-content ul,
body.webia-frontpage.privacy-policy .wp-block-post-content ol,
body.webia-frontpage.page-id-26 .wp-block-post-content ul,
body.webia-frontpage.page-id-26 .wp-block-post-content ol,
body.webia-frontpage.page-id-27 .wp-block-post-content ul,
body.webia-frontpage.page-id-27 .wp-block-post-content ol {
	padding-left: 1.35rem;
}

.webia-section {
	position: relative;
	z-index: 1;
	padding: clamp(3rem, 5vw, 4.75rem) 0;
}

.webia-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 40;
	padding: 0.72rem 0 0;
	border-bottom: 0;
	background: transparent;
}

.webia-landing.is-dark .webia-header {
	background: transparent;
	border-color: transparent;
}

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

.webia-header__inner {
	width: var(--webia-shell);
	height: 66px;
	margin: 0 auto;
	padding: 0 0.72rem 0 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.4rem;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 16px 44px rgba(76, 29, 149, 0.08);
	backdrop-filter: blur(14px);
}

.webia-landing.is-dark .webia-header__inner {
	border-color: rgba(167, 139, 250, 0.16);
	background: rgba(8, 10, 28, 0.82);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.webia-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.78rem;
	color: var(--webia-ink);
	font-weight: 900;
}

.webia-brand__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 13px;
	background: linear-gradient(135deg, var(--webia-primary), var(--webia-secondary));
	color: white;
	font-size: 0.8rem;
	box-shadow: 0 14px 30px rgba(99, 102, 241, 0.3);
	transform: rotate(3deg);
}

.webia-brand__mark--icon {
	padding: 0;
	overflow: hidden;
	border-radius: 999px;
	background:
		url("../img/brand-mark.png") center/cover no-repeat,
		rgba(37, 99, 235, 0.08);
	box-shadow:
		0 0 0 1px rgba(96, 165, 250, 0.1),
		0 0 14px rgba(59, 130, 246, 0.22),
		0 0 24px rgba(59, 130, 246, 0.14);
	transform: none;
}

.webia-brand__name {
	font-size: 1.35rem;
	letter-spacing: 0;
}

.webia-brand__name span {
	color: var(--webia-primary);
}

.webia-nav {
	display: flex;
	align-items: center;
	gap: 1.55rem;
}

.webia-nav a {
	color: var(--webia-muted);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

.webia-nav a:hover {
	color: var(--webia-primary);
}

.webia-header__actions {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.webia-theme-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--webia-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.78);
	color: var(--webia-primary);
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
	cursor: pointer;
	transition: transform 0.2s ease;
}

.webia-theme-toggle svg {
	display: block;
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.webia-landing.is-dark .webia-theme-toggle {
	background: rgba(15, 23, 42, 0.82);
	color: #a5b4fc;
}

.webia-theme-toggle:hover {
	transform: scale(1.06);
}

.webia-header__cta,
.webia-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	min-height: 44px;
	padding: 0.78rem 1.22rem;
	border-radius: 999px;
	font-weight: 850;
	letter-spacing: 0;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.webia-button .wp-block-button__link {
	padding: 0;
	border: 0;
	border-radius: inherit;
	background: transparent;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: none;
}

.webia-header__cta {
	background: var(--webia-ink);
	color: white;
}

.webia-landing.is-dark .webia-header__cta {
	background: var(--webia-primary);
}

.webia-button--primary {
	background: var(--webia-primary);
	color: white;
	box-shadow: 0 24px 55px rgba(99, 102, 241, 0.28);
}

.webia-button--ghost {
	border: 1px solid var(--webia-line);
	background: rgba(255, 255, 255, 0.78);
	color: var(--webia-ink);
}

.webia-landing.is-dark .webia-button--ghost {
	background: rgba(15, 23, 42, 0.78);
}

.webia-button--light {
	width: 100%;
	background: white;
	color: #020617;
}

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

.webia-hero {
	position: relative;
	z-index: 1;
	padding: clamp(8rem, 11vw, 9.5rem) 0 clamp(3.2rem, 6vw, 5rem);
}

.webia-hero__inner {
	text-align: center;
}

.webia-status-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin-bottom: 1.45rem;
	padding: 0.5rem 0.9rem;
	border: 1px solid rgba(99, 102, 241, 0.2);
	border-radius: 999px;
	background: rgba(99, 102, 241, 0.1);
	color: var(--webia-primary);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.webia-status-pill span {
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--webia-primary);
}

.webia-status-pill span::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: inherit;
	animation: webia-ping 1.6s ease-out infinite;
}

.webia-hero__title {
	max-width: 920px;
	margin: 0 auto 1.35rem;
	font-size: clamp(3.2rem, 5.8vw, 5.4rem);
	line-height: 1.04;
	letter-spacing: 0;
	font-weight: 950;
	text-shadow: 0 10px 30px rgba(99, 102, 241, 0.16);
}

.webia-hero__title span {
	background: linear-gradient(90deg, var(--webia-primary), var(--webia-secondary), var(--webia-accent));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.webia-hero__title em {
	font-style: italic;
	text-decoration-line: underline;
	text-decoration-color: rgba(6, 182, 212, 0.28);
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.08em;
}

.webia-hero__lead {
	max-width: 720px;
	margin: 0 auto 2rem;
	color: var(--webia-muted);
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	line-height: 1.68;
	font-weight: 600;
}

.webia-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

.webia-trust-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	max-width: 980px;
	margin: 1.8rem auto 0;
}

.webia-trust-row span,
.webia-trust-row p {
	display: inline-flex;
	align-items: center;
	margin: 0;
	min-height: 2.4rem;
	padding: 0.55rem 0.85rem;
	border: 1px solid var(--webia-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.58);
	color: var(--webia-muted);
	font-size: 0.84rem;
	font-weight: 750;
}

.webia-landing.is-dark .webia-trust-row span,
.webia-landing.is-dark .webia-trust-row p {
	background: rgba(15, 23, 42, 0.58);
}

.webia-glass-card,
.webia-process-card,
.webia-case-card {
	background: var(--webia-card);
	backdrop-filter: blur(12px);
	border: 1px solid var(--webia-border);
	box-shadow: var(--webia-shadow);
}

.webia-case-card img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.webia-section-heading {
	max-width: 820px;
	margin-bottom: clamp(1.8rem, 3.4vw, 3rem);
}

.webia-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.webia-section-heading h2,
.webia-roi__copy h2,
.webia-contact__panel h2 {
	margin: 0 0 0.9rem;
	font-size: clamp(1.95rem, 3.2vw, 3.05rem);
	line-height: 1.08;
	letter-spacing: 0;
	font-weight: 900;
}

.webia-section-heading p,
.webia-roi__copy p,
.webia-glass-card p,
.webia-process-card p,
.webia-case-card p {
	margin: 0;
	color: var(--webia-muted);
	font-size: 0.98rem;
	line-height: 1.62;
}

.webia-solutions__grid,
.webia-process__grid,
.webia-cases__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.2rem;
	align-items: start;
}

.webia-solutions__grid > *,
.webia-process__grid > *,
.webia-cases__grid > * {
	margin-top: 0 !important;
	align-self: start;
}

.webia-solutions__grid--services {
	gap: 1.45rem;
}

.webia-glass-card {
	padding: clamp(1.25rem, 2.4vw, 2rem);
	border-radius: 22px;
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.webia-glass-card:hover,
.webia-case-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 44px rgba(76, 29, 149, 0.1);
}

.webia-glass-card--primary:hover { border-color: rgba(99, 102, 241, 0.35); }
.webia-glass-card--secondary:hover { border-color: rgba(168, 85, 247, 0.35); }
.webia-glass-card--accent:hover { border-color: rgba(6, 182, 212, 0.35); }

.webia-icon-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 1.2rem;
	border-radius: 18px;
	background: rgba(99, 102, 241, 0.11);
	color: var(--webia-primary);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.webia-glass-card--secondary .webia-icon-badge {
	background: rgba(168, 85, 247, 0.12);
	color: var(--webia-secondary);
}

.webia-glass-card--accent .webia-icon-badge {
	background: rgba(6, 182, 212, 0.12);
	color: var(--webia-accent);
}

.webia-glass-card h3,
.webia-glass-card .webia-card-title,
.webia-process-card h3,
.webia-process-card .webia-card-title,
.webia-case-card h3,
.webia-case-card .webia-card-title {
	margin: 0 0 0.65rem;
	font-size: 1.32rem;
	line-height: 1.2;
}

.webia-service-card {
	position: relative;
	display: flex;
	min-height: 13.8rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1.45rem 1.35rem 1.35rem;
	border: 1px solid rgba(147, 51, 234, 0.2);
	border-radius: 20px;
	background:
		linear-gradient(145deg, #f4f4f6, #ffffff) padding-box,
		linear-gradient(135deg, rgba(99, 102, 241, 0.22), rgba(168, 85, 247, 0.48), rgba(6, 182, 212, 0.18)) border-box;
	box-shadow:
		7px 8px 0 rgba(168, 85, 247, 0.75),
		0 12px 26px rgba(76, 29, 149, 0.08);
	text-align: center;
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.webia-service-card__top {
	display: flex;
	justify-content: center;
	margin-bottom: 0.75rem;
}

.webia-service-card__category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	min-height: 1.45rem;
	padding: 0.24rem 0.58rem;
	border: 1px solid rgba(99, 102, 241, 0.12);
	border-radius: 999px;
	background: rgba(99, 102, 241, 0.065);
	color: #5b21b6;
	font-size: 0.58rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.webia-service-card .webia-icon-badge {
	display: none;
}

.webia-service-card h3,
.webia-service-card .webia-card-title {
	max-width: 22rem;
	margin: 0 auto 0.6rem;
	color: #070717;
	font-size: clamp(1.02rem, 1.18vw, 1.16rem);
	line-height: 1.2;
	font-weight: 950;
}

.webia-service-card p {
	max-width: 25rem;
	margin-inline: auto;
	color: #4b5563;
	font-size: 0.83rem;
	line-height: 1.5;
}

.webia-service-card__meta {
	display: none;
	margin-top: 0.8rem;
	padding-top: 0;
}

.webia-service-card__meta span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	min-height: 1.52rem;
	padding: 0.3rem 0.6rem;
	border-radius: 999px;
	background: rgba(124, 58, 237, 0.075);
	color: #6d28d9;
	font-size: 0.58rem;
	font-weight: 900;
	line-height: 1.25;
}

.webia-card-arrow {
	position: absolute;
	top: 0.72rem;
	right: 0.72rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 999px;
	background: #22c55e;
	box-shadow:
		0 0 0 0.18rem rgba(34, 197, 94, 0.16),
		0 0 0.8rem rgba(34, 197, 94, 0.42);
	transition: transform 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
}

.webia-card-arrow span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.webia-service-card:hover {
	transform: translate(-2px, -3px);
	border-color: rgba(147, 51, 234, 0.24);
	box-shadow:
		9px 10px 0 rgba(168, 85, 247, 0.8),
		0 18px 38px rgba(76, 29, 149, 0.12);
}

.webia-service-card:hover .webia-card-arrow {
	transform: translate(2px, -2px);
	background: #16a34a;
	box-shadow:
		0 0 0 0.22rem rgba(34, 197, 94, 0.22),
		0 0 1rem rgba(34, 197, 94, 0.55);
}

.webia-glass-card--secondary.webia-service-card .webia-service-card__category {
	background: rgba(168, 85, 247, 0.08);
	color: #7e22ce;
}

.webia-glass-card--accent.webia-service-card .webia-service-card__category {
	background: rgba(6, 182, 212, 0.075);
	color: #0e7490;
}

.webia-glass-card--accent.webia-service-card .webia-card-arrow {
	background: #22c55e;
	box-shadow:
		0 0 0 0.18rem rgba(34, 197, 94, 0.16),
		0 0 0.8rem rgba(34, 197, 94, 0.42);
}

.webia-landing.is-dark .webia-service-card {
	border-color: rgba(168, 85, 247, 0.32);
	background:
		linear-gradient(145deg, rgba(18, 22, 43, 0.96), rgba(10, 15, 34, 0.96)) padding-box,
		linear-gradient(135deg, rgba(129, 140, 248, 0.42), rgba(168, 85, 247, 0.58), rgba(6, 182, 212, 0.26)) border-box;
	box-shadow:
		7px 8px 0 rgba(168, 85, 247, 0.5),
		0 14px 34px rgba(0, 0, 0, 0.24),
		0 0 24px rgba(124, 58, 237, 0.08);
}

.webia-landing.is-dark .webia-service-card:hover {
	box-shadow:
		9px 10px 0 rgba(168, 85, 247, 0.58),
		0 18px 42px rgba(0, 0, 0, 0.32),
		0 0 34px rgba(124, 58, 237, 0.12);
}

.webia-landing.is-dark .webia-service-card h3,
.webia-landing.is-dark .webia-service-card .webia-card-title {
	color: #f8fafc;
}

.webia-landing.is-dark .webia-service-card p {
	color: #cbd5e1;
}

.webia-landing.is-dark .webia-service-card__category,
.webia-landing.is-dark .webia-glass-card--secondary.webia-service-card .webia-service-card__category,
.webia-landing.is-dark .webia-glass-card--accent.webia-service-card .webia-service-card__category {
	border-color: rgba(196, 181, 253, 0.18);
	background: rgba(129, 140, 248, 0.14);
	color: #c4b5fd;
}

.webia-landing.is-dark .webia-service-card__meta span {
	background: rgba(168, 85, 247, 0.15);
	color: #ddd6fe;
}

.webia-landing.is-dark .webia-card-arrow,
.webia-landing.is-dark .webia-glass-card--accent.webia-service-card .webia-card-arrow {
	background: #22c55e;
	box-shadow:
		0 0 0 0.2rem rgba(34, 197, 94, 0.18),
		0 0 1rem rgba(34, 197, 94, 0.52);
}

.webia-section-cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin-top: 2.2rem;
}

.webia-roi {
	background:
		radial-gradient(circle at 22% 18%, rgba(168, 85, 247, 0.18), transparent 20rem),
		radial-gradient(circle at 88% 42%, rgba(99, 102, 241, 0.16), transparent 18rem),
		rgba(255, 255, 255, 0.86);
	color: var(--webia-ink);
	box-shadow:
		8px 10px 0 rgba(168, 85, 247, 0.48),
		0 18px 48px rgba(76, 29, 149, 0.1);
}

.webia-roi--hero {
	max-width: 1120px;
	margin: clamp(2.1rem, 5vw, 3.4rem) auto 0;
	padding: clamp(1.25rem, 2.8vw, 1.8rem);
	border: 1px solid rgba(169, 92, 255, 0.24);
	border-radius: 22px;
	backdrop-filter: blur(14px);
}

.webia-roi__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(19rem, 0.82fr);
	gap: clamp(2rem, 4.8vw, 4rem);
	align-items: center;
}

.webia-roi__copy h2 span {
	color: var(--webia-primary);
	font-style: italic;
}

.webia-roi__copy p {
	margin-bottom: 1.35rem;
	color: var(--webia-muted);
}

.webia-range {
	display: grid;
	gap: 0.78rem;
	margin-top: 1.25rem;
}

.webia-range__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	color: var(--webia-muted);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.webia-range__head strong {
	color: var(--webia-ink);
	font-size: 1.1rem;
	letter-spacing: 0;
	text-transform: none;
}

.webia-range input {
	width: 100%;
	height: 8px;
	border-radius: 999px;
	accent-color: var(--webia-primary);
	cursor: pointer;
}

.webia-roi__result {
	position: relative;
	padding: clamp(1.35rem, 3vw, 2rem);
	border: 1px solid rgba(169, 92, 255, 0.2);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 16px 42px rgba(76, 29, 149, 0.11);
	text-align: center;
}

.webia-roi__result::before {
	content: "";
	position: absolute;
	inset: -2.2rem;
	z-index: -1;
	border-radius: 50%;
	background: rgba(99, 102, 241, 0.18);
	filter: blur(34px);
}

.webia-roi__result p {
	margin: 0 0 1rem;
	color: var(--webia-muted);
	font-size: 0.66rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.webia-roi__result > strong {
	display: block;
	margin-bottom: 1.2rem;
	background: linear-gradient(135deg, var(--webia-primary), var(--webia-secondary));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: clamp(1.9rem, 3.2vw, 2.8rem);
	line-height: 1;
	font-weight: 950;
	white-space: nowrap;
}

.webia-roi__result > span {
	display: block;
	margin-bottom: 1.45rem;
	color: var(--webia-muted);
	font-size: 0.95rem;
	line-height: 1.58;
}

.webia-roi__result b {
	color: var(--webia-ink);
}

.webia-landing.is-dark .webia-roi {
	border-color: rgba(168, 85, 247, 0.24);
	background:
		radial-gradient(circle at 22% 18%, rgba(168, 85, 247, 0.22), transparent 19rem),
		radial-gradient(circle at 88% 42%, rgba(99, 102, 241, 0.2), transparent 17rem),
		rgba(15, 23, 42, 0.76);
	box-shadow:
		8px 10px 0 rgba(168, 85, 247, 0.38),
		0 24px 58px rgba(0, 0, 0, 0.32),
		0 0 42px rgba(124, 58, 237, 0.1);
}

.webia-landing.is-dark .webia-roi__copy p,
.webia-landing.is-dark .webia-range__head,
.webia-landing.is-dark .webia-roi__result p,
.webia-landing.is-dark .webia-roi__result > span {
	color: #cbd5e1;
}

.webia-landing.is-dark .webia-range__head strong,
.webia-landing.is-dark .webia-roi__result b {
	color: #ffffff;
}

.webia-landing.is-dark .webia-roi__result {
	border-color: rgba(168, 85, 247, 0.22);
	background: rgba(2, 6, 23, 0.62);
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.3);
}

.webia-landing.is-dark .webia-button--light {
	background: #f8fafc;
	color: #020617;
}

.webia-process-card {
	padding: 1.35rem;
	border-radius: 20px;
	box-shadow:
		5px 6px 0 rgba(168, 85, 247, 0.32),
		0 12px 30px rgba(76, 29, 149, 0.08);
}

.webia-process-card span,
.webia-case-card span,
.webia-contact__panel span {
	display: inline-flex;
	margin-bottom: 0.8rem;
	color: var(--webia-primary);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.webia-case-card {
	overflow: hidden;
	padding: 1.35rem;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.78);
	border-color: rgba(147, 51, 234, 0.09);
	box-shadow:
		5px 6px 0 rgba(168, 85, 247, 0.32),
		0 14px 32px rgba(76, 29, 149, 0.075);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.webia-landing.is-dark .webia-case-card {
	background: rgba(15, 23, 42, 0.72);
	border-color: rgba(168, 85, 247, 0.14);
	box-shadow:
		5px 6px 0 rgba(168, 85, 247, 0.28),
		0 16px 36px rgba(0, 0, 0, 0.24);
}

.webia-case-card img {
	display: none;
}

.webia-case-card div {
	padding: 0;
}

.webia-contact__panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.4rem 2rem;
	align-items: center;
	padding: clamp(1.45rem, 3.2vw, 2.2rem);
	border: 1px solid var(--webia-border);
	border-radius: 22px;
	background:
		radial-gradient(circle at 78% 35%, rgba(168, 85, 247, 0.12), transparent 18rem),
		rgba(255, 255, 255, 0.84);
	backdrop-filter: blur(12px);
	box-shadow:
		8px 10px 0 rgba(168, 85, 247, 0.36),
		0 18px 44px rgba(76, 29, 149, 0.09);
}

.webia-landing.is-dark .webia-contact__panel {
	background:
		radial-gradient(circle at 78% 35%, rgba(168, 85, 247, 0.16), transparent 18rem),
		rgba(15, 23, 42, 0.74);
	box-shadow:
		8px 10px 0 rgba(168, 85, 247, 0.3),
		0 20px 50px rgba(0, 0, 0, 0.28);
}

.webia-contact__panel p {
	max-width: 42rem;
	margin: 0.8rem 0 0;
	color: var(--webia-muted);
	font-size: 0.98rem;
	line-height: 1.58;
}

.webia-contact__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	justify-content: flex-end;
}

.webia-service-page {
	position: relative;
	z-index: 1;
	padding: clamp(8rem, 11vw, 9.5rem) 0 clamp(3rem, 6vw, 5rem);
}

.webia-service-page__panel {
	width: var(--webia-shell);
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px solid rgba(168, 85, 247, 0.24);
	border-radius: 24px;
	background:
		radial-gradient(circle at 78% 25%, rgba(168, 85, 247, 0.16), transparent 18rem),
		rgba(15, 23, 42, 0.76);
	box-shadow:
		8px 10px 0 rgba(168, 85, 247, 0.34),
		0 24px 58px rgba(0, 0, 0, 0.32);
}

.webia-service-page__panel h1 {
	max-width: 58rem;
	margin: 0 0 1rem;
	font-size: clamp(2.4rem, 5vw, 4.8rem);
	line-height: 1.05;
	font-weight: 950;
}

.webia-service-page__panel p,
.webia-service-page__panel li {
	color: #cbd5e1;
	font-size: 1.02rem;
	line-height: 1.7;
}

.webia-service-page__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.6fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	margin-top: 2rem;
}

.webia-service-page__box {
	padding: 1.35rem;
	border: 1px solid rgba(168, 85, 247, 0.18);
	border-radius: 20px;
	background: rgba(2, 6, 23, 0.46);
}

.webia-footer {
	position: relative;
	z-index: 1;
	padding: 3.5rem 0;
	border-top: 1px solid var(--webia-line);
	background: rgba(255, 255, 255, 0.52);
}

.webia-landing.is-dark .webia-footer {
	background: rgba(2, 6, 23, 0.54);
}

.webia-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.webia-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.webia-footer__links a {
	color: var(--webia-muted);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

.webia-footer__links a:hover {
	color: var(--webia-primary);
}

.webia-footer p {
	color: var(--webia-muted);
	font-size: 0.94rem;
}

.webia-footer p {
	margin: 0;
	font-style: italic;
}

[data-reveal] {
	opacity: 1;
	transform: none;
	transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

.webia-hero [data-reveal] {
	opacity: 1;
	transform: none;
}

@keyframes webia-ping {
	75%, 100% {
		transform: scale(2.4);
		opacity: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.webia-status-pill span::before {
		animation: none;
	}

	[data-reveal] {
		opacity: 1 !important;
		transform: none !important;
	}
}

@media (max-width: 1100px) {
	.webia-nav {
		display: none;
	}

	.webia-roi__grid,
	.webia-contact__panel,
	.webia-service-page__grid {
		grid-template-columns: 1fr;
	}

	.webia-roi__result {
		max-width: 34rem;
		margin-inline: auto;
	}

	.webia-solutions__grid,
	.webia-solutions__grid--services,
	.webia-process__grid,
	.webia-cases__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webia-contact__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 760px) {
	:root {
		--webia-shell: min(100vw - 24px, 1240px);
	}

	body.admin-bar .webia-header {
		top: 46px;
	}

	.webia-header__inner {
		height: auto;
		min-height: 58px;
		padding: 0 0.5rem 0 0.62rem;
		border-radius: 18px;
	}

	.webia-header__cta {
		display: none;
	}

	.webia-hero {
		padding-top: 7.25rem;
	}

	.webia-hero__title {
		font-size: clamp(2.55rem, 12vw, 3.65rem);
	}

	.webia-service-card,
	.webia-roi,
	.webia-contact__panel {
		box-shadow:
			4px 5px 0 rgba(168, 85, 247, 0.42),
			0 14px 30px rgba(0, 0, 0, 0.2);
	}

	.webia-actions,
	.webia-contact__actions {
		flex-direction: column;
	}

	.webia-button,
	.webia-contact__actions .webia-button {
		width: 100%;
	}

	.webia-solutions__grid,
	.webia-solutions__grid--services,
	.webia-process__grid,
	.webia-cases__grid {
		grid-template-columns: 1fr;
	}

	.webia-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}
