/*
Theme Name: Webcom Blocks
Theme URI: https://webcom.com.mx/
Description: Tema de bloques completo para Webcom con edición visual de páginas, plantillas, encabezado y pie.
Author: Webcom
Version: 1.0.0
Text Domain: webcom-blocks
Requires at least: 6.4
Requires PHP: 7.4
*/

:root {
	--webcom-ink: #102235;
	--webcom-ink-soft: #42556a;
	--webcom-navy: #071b30;
	--webcom-navy-2: #0d2b47;
	--webcom-blue: #1976d2;
	--webcom-blue-dark: #0e5eac;
	--webcom-cyan: #44c7d9;
	--webcom-amber: #f4a51c;
	--webcom-amber-dark: #d88900;
	--webcom-mist: #eef5fa;
	--webcom-cloud: #f7fafc;
	--webcom-line: #dce6ee;
	--webcom-white: #fff;
	--webcom-success: #167c52;
	--webcom-error: #b42318;
	--webcom-radius-sm: 12px;
	--webcom-radius: 20px;
	--webcom-radius-lg: 32px;
	--webcom-shadow: 0 18px 48px rgba( 8, 33, 55, 0.09 );
	--webcom-shadow-lg: 0 30px 90px rgba( 3, 22, 39, 0.18 );
	--webcom-container: 1200px;
	--webcom-font: Inter, "Avenir Next", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}

body.webcom-site {
	background: var(--webcom-white);
	color: var(--webcom-ink-soft);
	font-family: var(--webcom-font);
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.webcom-site,
.webcom-site button,
.webcom-site input,
.webcom-site select,
.webcom-site textarea {
	font-family: var(--webcom-font);
}

.webcom-site * {
	box-sizing: border-box;
}

.webcom-site img {
	height: auto;
	max-width: 100%;
}

.webcom-site a {
	color: var(--webcom-blue);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.webcom-site a:hover {
	color: var(--webcom-blue-dark);
}

.webcom-site h1,
.webcom-site h2,
.webcom-site h3,
.webcom-site h4,
.webcom-site h5,
.webcom-site h6 {
	color: var(--webcom-ink);
	font-family: var(--webcom-font);
	font-weight: 760;
	letter-spacing: -0.035em;
	line-height: 1.12;
	margin-top: 0;
}

.webcom-site h1 {
	font-size: clamp( 2.8rem, 6vw, 5.6rem );
}

.webcom-site h2 {
	font-size: clamp( 2.15rem, 4vw, 3.8rem );
}

.webcom-site h3 {
	font-size: clamp( 1.25rem, 2vw, 1.55rem );
}

.webcom-shell,
.webcom-site .site-content-contain,
.webcom-site .site-content {
	background: transparent;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.webcom-site .site-content {
	display: block;
}

.webcom-container {
	margin-inline: auto;
	max-width: var(--webcom-container);
	padding-inline: 28px;
	width: 100%;
}

.webcom-main {
	display: block;
	overflow: clip;
}

.webcom-block-home__content,
.webcom-block-home__content > * {
	margin-bottom: 0;
	margin-top: 0;
}

.webcom-block-home .alignfull {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	width: 100%;
}

.webcom-icon {
	display: inline-block;
	flex: 0 0 auto;
	height: 24px;
	vertical-align: middle;
	width: 24px;
}

.webcom-kicker {
	color: var(--webcom-blue);
	font-size: 0.77rem;
	font-weight: 760;
	letter-spacing: 0.14em;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.webcom-kicker--light {
	color: #86ddec;
}

.webcom-lead {
	font-size: clamp( 1.08rem, 1.7vw, 1.3rem );
	line-height: 1.65;
}

.screen-reader-text:focus,
.webcom-site .skip-link:focus {
	background: var(--webcom-white);
	border-radius: 0 0 8px 8px;
	box-shadow: 0 0 0 3px var(--webcom-amber);
	clip: auto !important;
	clip-path: none;
	color: var(--webcom-navy);
	display: block;
	height: auto;
	left: 20px;
	padding: 12px 18px;
	top: 0;
	width: auto;
	z-index: 100000;
}

.webcom-site :focus-visible {
	outline: 3px solid var(--webcom-amber);
	outline-offset: 4px;
}

/* Header */
.webcom-header {
	background: rgba( 255, 255, 255, 0.96 );
	border-bottom: 1px solid rgba( 16, 34, 53, 0.09 );
	position: sticky;
	top: 0;
	z-index: 999;
	-webkit-backdrop-filter: blur( 14px );
	backdrop-filter: blur( 14px );
}

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

.webcom-utility {
	background: var(--webcom-navy);
	color: rgba( 255, 255, 255, 0.78 );
	font-size: 0.77rem;
}

.webcom-utility__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 36px;
}

.webcom-utility p {
	font-size: inherit;
	margin: 0;
}

.webcom-utility nav {
	align-items: center;
	display: flex;
	gap: 24px;
}

.webcom-utility a {
	align-items: center;
	color: rgba( 255, 255, 255, 0.84 );
	display: inline-flex;
	gap: 7px;
	min-height: 30px;
	text-decoration: none;
}

.webcom-utility a:hover {
	color: var(--webcom-white);
}

.webcom-utility .webcom-icon {
	height: 15px;
	width: 15px;
}

.webcom-header__main {
	align-items: center;
	display: grid;
	gap: 26px;
	grid-template-columns: auto 1fr auto;
	min-height: 82px;
}

.webcom-brand {
	align-items: center;
	display: flex;
}

.webcom-brand .custom-logo-link {
	display: inline-flex;
	margin: 0;
}

.webcom-brand .custom-logo {
	height: auto;
	max-height: 48px;
	width: auto;
}

.webcom-brand__fallback {
	color: var(--webcom-ink);
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: -0.08em;
	line-height: 1;
	text-decoration: none;
}

.webcom-brand__fallback span {
	color: var(--webcom-blue);
}

.webcom-brand__fallback sup {
	font-size: 0.37em;
	letter-spacing: 0;
	margin-left: 4px;
	vertical-align: top;
}

.webcom-navigation {
	justify-self: end;
}

.webcom-navigation__list,
.webcom-navigation .menu {
	align-items: center;
	display: flex;
	gap: clamp( 18px, 2vw, 30px );
	list-style: none;
	margin: 0;
	padding: 0;
}

.webcom-navigation__list li,
.webcom-navigation .menu li {
	margin: 0;
	position: relative;
}

.webcom-navigation__list a,
.webcom-navigation .menu a {
	color: var(--webcom-ink);
	display: inline-flex;
	font-size: 0.89rem;
	font-weight: 650;
	line-height: 1.2;
	padding-block: 16px;
	text-decoration: none;
}

.webcom-navigation__list a::after,
.webcom-navigation .menu > li > a::after {
	background: var(--webcom-blue);
	bottom: 8px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX( 0 );
	transform-origin: right;
	transition: transform 180ms ease;
	width: 100%;
}

.webcom-navigation__list a:hover::after,
.webcom-navigation__list .current-menu-item > a::after,
.webcom-navigation .menu > li > a:hover::after,
.webcom-navigation .menu > .current-menu-item > a::after {
	transform: scaleX( 1 );
	transform-origin: left;
}

.webcom-navigation .sub-menu {
	background: var(--webcom-white);
	border: 1px solid var(--webcom-line);
	border-radius: var(--webcom-radius-sm);
	box-shadow: var(--webcom-shadow);
	display: none;
	left: -20px;
	list-style: none;
	min-width: 240px;
	padding: 12px;
	position: absolute;
	top: 100%;
}

.webcom-navigation li:hover > .sub-menu,
.webcom-navigation li:focus-within > .sub-menu {
	display: block;
}

.webcom-navigation .sub-menu a {
	border-radius: 8px;
	display: block;
	padding: 11px 12px;
}

.webcom-navigation .sub-menu a:hover {
	background: var(--webcom-mist);
}

.webcom-navigation__mobile-utility,
.webcom-menu-toggle {
	display: none;
}

/* Native block header and navigation. */
.webcom-block-brand {
	align-items: center;
	display: flex;
	gap: 14px;
}

.webcom-block-brand .wp-block-site-logo,
.webcom-block-brand .wp-block-site-title {
	margin: 0;
}

.webcom-block-brand .wp-block-site-logo img {
	height: auto;
	max-height: 48px;
	width: auto;
}

.webcom-block-site-title a {
	color: var(--webcom-ink);
	font-size: 1.55rem;
	font-weight: 500;
	letter-spacing: -0.045em;
	text-decoration: none;
}

.webcom-block-navigation {
	justify-self: end;
}

.webcom-block-navigation .wp-block-navigation__container {
	gap: clamp( 18px, 2vw, 30px );
}

.webcom-block-navigation .wp-block-navigation-item__content {
	color: var(--webcom-ink);
	font-size: 0.89rem;
	font-weight: 650;
	padding-block: 16px;
	text-decoration: none;
}

.webcom-block-navigation .wp-block-navigation-item__content:hover,
.webcom-block-navigation .current-menu-item > .wp-block-navigation-item__content {
	color: var(--webcom-blue);
}

.webcom-block-navigation .wp-block-navigation__submenu-container {
	border: 1px solid var(--webcom-line) !important;
	border-radius: var(--webcom-radius-sm);
	box-shadow: var(--webcom-shadow);
	padding: 10px;
}

.webcom-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	border-radius: 8px;
	padding: 10px 12px;
}

.webcom-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
	background: var(--webcom-mist);
}

/* Buttons */
.webcom-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.91rem;
	font-weight: 760;
	gap: 11px;
	justify-content: center;
	letter-spacing: -0.01em;
	line-height: 1.2;
	min-height: 54px;
	padding: 15px 25px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

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

.webcom-button .webcom-icon {
	height: 19px;
	width: 19px;
}

.webcom-button--small {
	min-height: 44px;
	padding: 11px 20px;
}

.webcom-button--primary {
	background: var(--webcom-amber);
	box-shadow: 0 10px 24px rgba( 244, 165, 28, 0.24 );
	color: #17202a;
}

.webcom-button--primary:hover {
	background: #ffb52b;
	box-shadow: 0 14px 30px rgba( 244, 165, 28, 0.32 );
	color: #101923;
}

.webcom-button--ghost {
	background: transparent;
	border-color: #b9cad8;
	color: var(--webcom-ink);
}

.webcom-button--ghost:hover {
	background: var(--webcom-mist);
	border-color: var(--webcom-blue);
	color: var(--webcom-blue-dark);
}

.webcom-button--light {
	background: var(--webcom-white);
	color: var(--webcom-navy);
}

.webcom-button--light:hover {
	background: #e9f8fb;
	color: var(--webcom-navy);
}

/* Native block buttons used by the editable home page. */
.wp-block-button.webcom-block-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	min-height: 0;
	padding: 0;
}

.wp-block-button.webcom-block-button .wp-block-button__link {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.91rem;
	font-weight: 760;
	justify-content: center;
	line-height: 1.2;
	min-height: 54px;
	padding: 15px 25px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.wp-block-button.webcom-block-button .wp-block-button__link:hover {
	transform: translateY( -2px );
}

.wp-block-button.webcom-block-button--primary .wp-block-button__link {
	background: var(--webcom-amber);
	box-shadow: 0 10px 24px rgba( 244, 165, 28, 0.24 );
	color: #17202a;
}

.wp-block-button.webcom-block-button--ghost .wp-block-button__link {
	background: transparent;
	border-color: #b9cad8;
	color: var(--webcom-ink);
}

.wp-block-button.webcom-block-button--light .wp-block-button__link {
	background: var(--webcom-white);
	color: var(--webcom-navy);
}

/* Home hero */
.webcom-hero {
	background:
		radial-gradient( circle at 76% 15%, rgba( 68, 199, 217, 0.16 ), transparent 26% ),
		linear-gradient( 135deg, #f7fbfe 0%, #eef6fb 55%, #e4f2f7 100% );
	min-height: 720px;
	position: relative;
}

.webcom-hero::after {
	background-image: linear-gradient( rgba( 14, 94, 172, 0.045 ) 1px, transparent 1px ), linear-gradient( 90deg, rgba( 14, 94, 172, 0.045 ) 1px, transparent 1px );
	background-size: 42px 42px;
	content: "";
	inset: 0 0 0 52%;
	mask-image: linear-gradient( 90deg, transparent, #000 );
	pointer-events: none;
	position: absolute;
}

.webcom-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp( 50px, 7vw, 100px );
	grid-template-columns: minmax( 0, 1fr ) minmax( 440px, 0.9fr );
	min-height: 720px;
	padding-block: 90px;
	position: relative;
	z-index: 1;
}

.webcom-hero__content {
	max-width: 680px;
}

.webcom-hero h1 {
	font-size: clamp( 3rem, 5.5vw, 5.35rem );
	margin-bottom: 28px;
}

.webcom-hero__lead {
	font-size: clamp( 1.12rem, 1.5vw, 1.3rem );
	line-height: 1.65;
	margin: 0 0 36px;
	max-width: 610px;
}

.webcom-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.webcom-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.webcom-hero__proof li {
	align-items: center;
	display: flex;
	font-size: 0.89rem;
	font-weight: 650;
	gap: 7px;
}

.webcom-hero__proof .webcom-icon {
	color: var(--webcom-success);
	height: 18px;
	width: 18px;
}

.webcom-hero-visual {
	height: 520px;
	position: relative;
}

.webcom-dashboard {
	background: rgba( 255, 255, 255, 0.94 );
	border: 1px solid rgba( 255, 255, 255, 0.8 );
	border-radius: 26px;
	box-shadow: var(--webcom-shadow-lg);
	height: 350px;
	left: 2%;
	overflow: hidden;
	position: absolute;
	top: 75px;
	transform: perspective( 1200px ) rotateY( -6deg ) rotateX( 2deg );
	width: 96%;
}

.webcom-dashboard__bar {
	align-items: center;
	background: #f5f8fb;
	border-bottom: 1px solid var(--webcom-line);
	display: flex;
	gap: 7px;
	height: 45px;
	padding: 0 17px;
}

.webcom-dashboard__bar i {
	background: #cbd9e4;
	border-radius: 50%;
	display: block;
	height: 8px;
	width: 8px;
}

.webcom-dashboard__bar i:first-child {
	background: var(--webcom-amber);
}

.webcom-dashboard__bar span {
	background: #e4ebf1;
	border-radius: 99px;
	height: 16px;
	margin-left: 18px;
	width: 44%;
}

.webcom-dashboard__body {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1.3fr;
	padding: 38px 34px 26px;
}

.webcom-dashboard__copy b,
.webcom-dashboard__copy em {
	background: #d9e5ee;
	border-radius: 99px;
	display: block;
	height: 13px;
	margin-bottom: 15px;
}

.webcom-dashboard__copy b:first-child {
	background: var(--webcom-navy);
	height: 24px;
	width: 88%;
}

.webcom-dashboard__copy b:nth-child( 2 ) {
	width: 96%;
}

.webcom-dashboard__copy b:nth-child( 3 ) {
	width: 72%;
}

.webcom-dashboard__copy em {
	background: var(--webcom-blue);
	height: 34px;
	margin-top: 31px;
	width: 48%;
}

.webcom-dashboard__chart {
	align-items: end;
	background: linear-gradient( 180deg, #f5fbfd, #eaf3f8 );
	border-radius: 16px;
	display: flex;
	gap: 12px;
	height: 180px;
	justify-content: center;
	padding: 24px;
}

.webcom-dashboard__chart span {
	background: linear-gradient( 180deg, var(--webcom-cyan), var(--webcom-blue) );
	border-radius: 8px 8px 3px 3px;
	height: 40%;
	width: 13%;
}

.webcom-dashboard__chart span:nth-child( 2 ) { height: 68%; }
.webcom-dashboard__chart span:nth-child( 3 ) { height: 52%; }
.webcom-dashboard__chart span:nth-child( 4 ) { height: 85%; }
.webcom-dashboard__chart span:nth-child( 5 ) { height: 72%; }

.webcom-dashboard__footer {
	display: flex;
	gap: 12px;
	padding: 0 34px;
}

.webcom-dashboard__footer span {
	background: #edf3f7;
	border-radius: 8px;
	height: 35px;
	width: 29%;
}

.webcom-float-card {
	align-items: center;
	background: rgba( 255, 255, 255, 0.98 );
	border: 1px solid rgba( 16, 34, 53, 0.08 );
	border-radius: 16px;
	box-shadow: var(--webcom-shadow);
	display: flex;
	gap: 12px;
	padding: 15px 17px;
	position: absolute;
	z-index: 2;
}

.webcom-float-card span:not( .webcom-avatar ) {
	display: flex;
	flex-direction: column;
	font-size: 0.7rem;
	line-height: 1.45;
}

.webcom-float-card strong {
	color: var(--webcom-ink);
	font-size: 0.8rem;
}

.webcom-float-card--secure {
	right: -10px;
	top: 26px;
}

.webcom-float-card--secure .webcom-icon {
	color: var(--webcom-success);
}

.webcom-float-card--support {
	bottom: 34px;
	left: -20px;
}

.webcom-avatar {
	align-items: center;
	background: linear-gradient( 135deg, var(--webcom-blue), var(--webcom-cyan) );
	border-radius: 50%;
	color: var(--webcom-white);
	display: flex;
	font-size: 0.75rem;
	font-weight: 760;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.webcom-orbit {
	border: 1px solid rgba( 25, 118, 210, 0.22 );
	border-radius: 50%;
	position: absolute;
}

.webcom-orbit--one {
	height: 450px;
	right: -100px;
	top: 24px;
	width: 450px;
}

.webcom-orbit--two {
	bottom: -20px;
	height: 260px;
	left: -60px;
	width: 260px;
}

/* Editable block interpretation of the hero illustration. */
.webcom-block-hero-visual {
	display: block;
}

.webcom-block-dashboard {
	background: rgba( 255, 255, 255, 0.96 );
	border: 1px solid rgba( 255, 255, 255, 0.85 );
	border-radius: 26px;
	box-shadow: var(--webcom-shadow-lg);
	left: 2%;
	padding: 45px 38px 34px;
	position: absolute;
	top: 75px;
	transform: perspective( 1200px ) rotateY( -6deg ) rotateX( 2deg );
	width: 96%;
}

.webcom-block-dashboard::before {
	background: linear-gradient( 90deg, var(--webcom-amber) 0 9px, #cbd9e4 9px 18px, #cbd9e4 18px 27px );
	border-radius: 99px;
	content: "";
	height: 9px;
	left: 22px;
	position: absolute;
	top: 18px;
	width: 27px;
}

.webcom-block-dashboard__label {
	color: var(--webcom-blue);
	font-size: 0.69rem;
	font-weight: 760;
	letter-spacing: 0.12em;
	margin: 0 0 14px;
}

.webcom-block-dashboard h3 {
	font-size: clamp( 1.6rem, 2.6vw, 2.35rem );
	margin-bottom: 35px;
	max-width: 420px;
}

.webcom-block-dashboard__metrics {
	gap: 10px;
	margin: 0;
}

.webcom-block-dashboard__metrics > .wp-block-column {
	background: var(--webcom-cloud);
	border-radius: 12px;
	padding: 16px;
}

.webcom-block-dashboard__metrics h4 {
	color: var(--webcom-blue-dark);
	font-size: 1.45rem;
	margin: 0 0 3px;
}

.webcom-block-dashboard__metrics p {
	font-size: 0.68rem;
	line-height: 1.35;
	margin: 0;
}

.webcom-block-float-card {
	background: rgba( 255, 255, 255, 0.98 );
	border: 1px solid rgba( 16, 34, 53, 0.08 );
	border-radius: 16px;
	box-shadow: var(--webcom-shadow);
	padding: 14px 17px;
	position: absolute;
	z-index: 2;
}

.webcom-block-float-card h4 {
	font-size: 0.8rem;
	letter-spacing: 0;
	margin: 0 0 2px;
}

.webcom-block-float-card p {
	font-size: 0.68rem;
	line-height: 1.35;
	margin: 0;
}

.webcom-block-float-card--top {
	right: -10px;
	top: 26px;
}

.webcom-block-float-card--bottom {
	bottom: 34px;
	left: -20px;
}

/* Trust strip */
.webcom-trust {
	background: var(--webcom-navy);
	color: rgba( 255, 255, 255, 0.72 );
}

.webcom-trust__grid {
	display: grid;
	grid-template-columns: repeat( 4, 1fr );
	padding-block: 28px;
}

.webcom-trust__grid > div {
	align-items: center;
	border-right: 1px solid rgba( 255, 255, 255, 0.13 );
	display: flex;
	gap: 13px;
	justify-content: center;
	padding-inline: 20px;
}

.webcom-trust__grid > div:last-child {
	border: 0;
}

.webcom-trust strong {
	color: var(--webcom-white);
	font-size: 1.6rem;
	letter-spacing: -0.05em;
}

.webcom-trust span {
	font-size: 0.82rem;
	line-height: 1.35;
	max-width: 120px;
}

.webcom-trust__grid h3 {
	color: var(--webcom-white);
	font-size: 1.6rem;
	letter-spacing: -0.05em;
	margin: 0;
}

.webcom-trust__grid p {
	font-size: 0.82rem;
	line-height: 1.35;
	margin: 0;
	max-width: 125px;
}

/* Shared sections */
.webcom-section {
	padding-block: clamp( 84px, 9vw, 138px );
}

.webcom-section-heading {
	align-items: end;
	display: grid;
	gap: clamp( 30px, 7vw, 100px );
	grid-template-columns: minmax( 0, 1.25fr ) minmax( 280px, 0.75fr );
	margin-bottom: 55px;
}

.webcom-section-heading h2 {
	margin-bottom: 0;
	max-width: 760px;
}

.webcom-section-heading > p {
	font-size: 1.05rem;
	margin: 0 0 8px;
}

.webcom-section-heading--compact {
	align-items: end;
	grid-template-columns: 1fr auto;
}

.webcom-text-link {
	align-items: center;
	color: var(--webcom-blue-dark);
	display: inline-flex;
	font-size: 0.91rem;
	font-weight: 760;
	gap: 8px;
	text-decoration: none;
}

.webcom-text-link .webcom-icon {
	height: 18px;
	transition: transform 180ms ease;
	width: 18px;
}

.webcom-text-link:hover .webcom-icon {
	transform: translateX( 4px );
}

.webcom-text-link a {
	color: inherit;
	text-decoration: none;
}

.webcom-block-section-title {
	margin-bottom: 55px;
}

.webcom-block-section-title h2 {
	margin-bottom: 0;
}

/* Solutions cards */
.webcom-solutions {
	background: var(--webcom-white);
}

.webcom-solution-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat( 6, 1fr );
}

.webcom-solution-card {
	background: var(--webcom-cloud);
	border: 1px solid var(--webcom-line);
	border-radius: var(--webcom-radius);
	color: var(--webcom-ink-soft);
	display: flex;
	flex-direction: column;
	grid-column: span 2;
	min-height: 340px;
	padding: 34px;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.webcom-solution-card:nth-child( 4 ) {
	grid-column: 2 / span 2;
}

.webcom-solution-card:hover {
	border-color: rgba( 25, 118, 210, 0.4 );
	box-shadow: var(--webcom-shadow);
	color: var(--webcom-ink-soft);
	transform: translateY( -6px );
}

.webcom-icon-box {
	align-items: center;
	background: #e6f3fb;
	border-radius: 13px;
	color: var(--webcom-blue-dark);
	display: inline-flex;
	height: 50px;
	justify-content: center;
	width: 50px;
}

.webcom-solution-card h3 {
	margin: 34px 0 13px;
}

.webcom-solution-card p {
	font-size: 0.94rem;
	line-height: 1.65;
	margin: 0 0 24px;
}

.webcom-solution-card .webcom-text-link {
	margin-top: auto;
}

.webcom-block-card-row {
	gap: 20px;
	margin-bottom: 20px;
}

.webcom-block-card-row--two {
	max-width: 800px;
}

.webcom-block-solution-card {
	background: var(--webcom-cloud);
	border: 1px solid var(--webcom-line);
	border-radius: var(--webcom-radius);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 330px;
	padding: 32px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.webcom-block-solution-card:hover {
	border-color: rgba( 25, 118, 210, 0.4 );
	box-shadow: var(--webcom-shadow);
	transform: translateY( -6px );
}

.webcom-block-icon-label {
	align-items: center;
	background: #e6f3fb;
	border-radius: 13px;
	color: var(--webcom-blue-dark);
	display: flex;
	font-size: 0.64rem;
	font-weight: 800;
	height: 50px;
	justify-content: center;
	letter-spacing: 0.08em;
	margin: 0 0 30px;
	width: 58px;
}

.webcom-block-solution-card h3 {
	margin-bottom: 13px;
}

.webcom-block-solution-card > p:not( .webcom-block-icon-label, .webcom-text-link ) {
	font-size: 0.94rem;
	line-height: 1.65;
}

.webcom-block-solution-card .webcom-text-link {
	margin-top: auto;
}

/* Cases */
.webcom-cases {
	background: var(--webcom-cloud);
}

.webcom-case-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat( 3, 1fr );
}

.webcom-case-grid--archive {
	row-gap: 45px;
}

.webcom-case-card {
	background: var(--webcom-white);
	border: 1px solid var(--webcom-line);
	border-radius: var(--webcom-radius);
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.webcom-case-card:hover {
	box-shadow: var(--webcom-shadow);
	transform: translateY( -5px );
}

.webcom-case-card__media {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: linear-gradient( 135deg, #dff1f8, #8bc7e8 );
	display: flex;
	justify-content: center;
	overflow: hidden;
	text-decoration: none;
}

.webcom-case-card__media--2 { background: linear-gradient( 135deg, #e9e3fa, #a38be2 ); }
.webcom-case-card__media--3 { background: linear-gradient( 135deg, #e4f3ec, #78bea0 ); }

.webcom-case-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
	width: 100%;
}

.webcom-case-card:hover .webcom-case-card__media img {
	transform: scale( 1.035 );
}

.webcom-case-placeholder {
	align-items: center;
	background: rgba( 255, 255, 255, 0.82 );
	border-radius: 22px;
	box-shadow: var(--webcom-shadow);
	color: var(--webcom-navy);
	display: flex;
	font-size: 2rem;
	font-weight: 800;
	height: 104px;
	justify-content: center;
	letter-spacing: -0.06em;
	width: 104px;
}

.webcom-case-card__body {
	padding: 27px 28px 31px;
}

.webcom-case-card__meta {
	color: var(--webcom-blue-dark);
	font-size: 0.72rem;
	font-weight: 760;
	letter-spacing: 0.1em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.webcom-case-card h2,
.webcom-case-card h3 {
	font-size: 1.38rem;
	margin: 0 0 12px;
}

.webcom-case-card h2 a,
.webcom-case-card h3 a {
	color: inherit;
	text-decoration: none;
}

.webcom-case-card__body > p:not( .webcom-case-card__meta ) {
	font-size: 0.92rem;
	line-height: 1.6;
	margin: 0 0 20px;
}

.webcom-block-case-row {
	gap: 24px;
}

.webcom-block-case-card {
	background: var(--webcom-white);
	border: 1px solid var(--webcom-line);
	border-radius: var(--webcom-radius);
	height: 100%;
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.webcom-block-case-card:hover {
	box-shadow: var(--webcom-shadow);
	transform: translateY( -5px );
}

.webcom-block-case-card__cover {
	margin: 0;
}

.webcom-block-case-card__cover h3 {
	font-size: 2.4rem;
	letter-spacing: -0.05em;
}

.webcom-block-case-card__body {
	padding: 27px 28px 31px;
}

.webcom-block-case-card__body h3 {
	margin-bottom: 12px;
}

.webcom-block-case-card__body > p:last-child {
	font-size: 0.92rem;
	line-height: 1.6;
}

/* Why */
.webcom-why {
	background: var(--webcom-white);
}

.webcom-why__grid {
	align-items: center;
	display: grid;
	gap: clamp( 60px, 10vw, 150px );
	grid-template-columns: 0.8fr 1.2fr;
}

.webcom-why__visual {
	background: linear-gradient( 145deg, var(--webcom-navy), var(--webcom-navy-2) );
	border-radius: var(--webcom-radius-lg);
	box-shadow: var(--webcom-shadow-lg);
	color: rgba( 255, 255, 255, 0.75 );
	min-height: 480px;
	overflow: hidden;
	padding: 52px;
	position: relative;
}

.webcom-why__visual::before,
.webcom-why__visual::after {
	border: 1px solid rgba( 68, 199, 217, 0.26 );
	border-radius: 50%;
	content: "";
	position: absolute;
}

.webcom-why__visual::before {
	height: 330px;
	right: -160px;
	top: -110px;
	width: 330px;
}

.webcom-why__visual::after {
	bottom: -140px;
	height: 270px;
	left: -120px;
	width: 270px;
}

.webcom-why__number {
	color: var(--webcom-white);
	font-size: clamp( 5rem, 10vw, 8rem );
	font-weight: 780;
	letter-spacing: -0.09em;
	line-height: 1;
	margin: 45px 0 38px;
}

.webcom-why__number span {
	color: var(--webcom-cyan);
	font-size: 0.45em;
	vertical-align: top;
}

.webcom-why__visual p {
	font-size: 1.04rem;
	max-width: 310px;
}

.webcom-site .webcom-block-why-visual .webcom-why__number {
	color: var(--webcom-white);
}

.webcom-block-check-list {
	list-style: none;
	margin: 32px 0;
	padding: 0;
}

.webcom-block-check-list li {
	border-bottom: 1px solid var(--webcom-line);
	padding: 13px 0 13px 30px;
	position: relative;
}

.webcom-block-check-list li::before {
	color: var(--webcom-success);
	content: "✓";
	font-weight: 800;
	left: 0;
	position: absolute;
}

.webcom-block-check-list strong {
	color: var(--webcom-ink);
}

.webcom-why__content h2 {
	margin-bottom: 25px;
}

.webcom-check-list {
	list-style: none;
	margin: 35px 0;
	padding: 0;
}

.webcom-check-list li {
	align-items: flex-start;
	display: flex;
	gap: 15px;
	margin-bottom: 23px;
}

.webcom-check-list > li > .webcom-icon {
	background: #e7f6ee;
	border-radius: 50%;
	color: var(--webcom-success);
	height: 26px;
	padding: 5px;
	width: 26px;
}

.webcom-check-list li span {
	display: flex;
	flex-direction: column;
	font-size: 0.93rem;
}

.webcom-check-list strong {
	color: var(--webcom-ink);
	font-size: 1rem;
	margin-bottom: 2px;
}

/* Process */
.webcom-process {
	background: var(--webcom-mist);
}

.webcom-process__list {
	counter-reset: webcom-process;
	display: grid;
	gap: 0;
	grid-template-columns: repeat( 4, 1fr );
	list-style: none;
	margin: 0;
	padding: 0;
}

.webcom-process__list li {
	border-top: 2px solid #b9cedc;
	padding: 31px 30px 0 0;
	position: relative;
}

.webcom-process__list li::before {
	background: var(--webcom-blue);
	border: 5px solid var(--webcom-mist);
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: -10px;
	width: 18px;
}

.webcom-process__list span {
	color: var(--webcom-blue-dark);
	font-size: 0.76rem;
	font-weight: 760;
	letter-spacing: 0.1em;
}

.webcom-process__list h3 {
	font-size: 1.25rem;
	margin: 17px 0 10px;
}

.webcom-process__list p {
	font-size: 0.9rem;
	line-height: 1.6;
	margin: 0;
}

.webcom-block-process-row {
	gap: 0;
}

.webcom-block-process-row > .wp-block-column {
	border-top: 2px solid #b9cedc;
	padding: 31px 30px 0 0;
	position: relative;
}

.webcom-block-process-row > .wp-block-column::before {
	background: var(--webcom-blue);
	border: 5px solid var(--webcom-mist);
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: -10px;
	width: 18px;
}

.webcom-block-step-number {
	color: var(--webcom-blue-dark);
	font-size: 0.76rem;
	font-weight: 760;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}

.webcom-block-process-row h3 {
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.webcom-block-process-row p:last-child {
	font-size: 0.9rem;
	line-height: 1.6;
}

/* CTA */
.webcom-home-cta {
	background: var(--webcom-white);
}

.webcom-home-cta__box {
	align-items: center;
	background:
		radial-gradient( circle at 85% 20%, rgba( 68, 199, 217, 0.22 ), transparent 26% ),
		linear-gradient( 135deg, var(--webcom-navy), #103b5f );
	border-radius: var(--webcom-radius-lg);
	color: rgba( 255, 255, 255, 0.78 );
	display: flex;
	gap: 50px;
	justify-content: space-between;
	padding: clamp( 50px, 7vw, 90px );
}

.webcom-home-cta h2 {
	color: var(--webcom-white);
	margin: 0 0 18px;
}

.webcom-home-cta p:not( .webcom-kicker ) {
	font-size: 1.05rem;
	margin: 0;
}

.webcom-home-cta__action {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 12px;
}

.webcom-home-cta__action span {
	font-size: 0.77rem;
}

/* Page hero */
.webcom-page-hero {
	background:
		radial-gradient( circle at 80% 0%, rgba( 68, 199, 217, 0.2 ), transparent 28% ),
		linear-gradient( 135deg, var(--webcom-navy), #0d3556 );
	color: rgba( 255, 255, 255, 0.75 );
	padding-block: clamp( 90px, 10vw, 150px );
}

.webcom-page-hero__grid {
	align-items: end;
	display: grid;
	gap: clamp( 40px, 8vw, 120px );
	grid-template-columns: minmax( 0, 1.3fr ) minmax( 280px, 0.7fr );
}

.webcom-page-hero h1 {
	color: var(--webcom-white);
	font-size: clamp( 2.8rem, 5.4vw, 5rem );
	margin: 0;
	max-width: 850px;
}

.webcom-page-hero__grid > p {
	font-size: clamp( 1.05rem, 1.6vw, 1.25rem );
	line-height: 1.65;
	margin: 0 0 9px;
}

.webcom-page-hero--compact {
	padding-block: clamp( 70px, 8vw, 115px );
}

.webcom-page-hero--minimal {
	padding-block: 90px;
}

.webcom-page-hero--minimal h1 {
	font-size: clamp( 2.5rem, 5vw, 4.5rem );
}

/* Solutions page */
.webcom-anchor-nav {
	background: var(--webcom-white);
	border-bottom: 1px solid var(--webcom-line);
	overflow-x: auto;
	position: sticky;
	top: 118px;
	z-index: 90;
}

.admin-bar .webcom-anchor-nav {
	top: 150px;
}

.webcom-anchor-nav .webcom-container {
	display: flex;
	gap: 28px;
}

.webcom-anchor-nav a {
	color: var(--webcom-ink);
	flex: 0 0 auto;
	font-size: 0.82rem;
	font-weight: 680;
	min-height: 58px;
	padding-block: 17px;
	text-decoration: none;
}

.webcom-anchor-nav a:hover {
	color: var(--webcom-blue);
}

.webcom-solution-detail {
	background: var(--webcom-white);
}

.webcom-solution-detail--alt {
	background: var(--webcom-cloud);
}

.webcom-solution-detail__grid {
	align-items: center;
	display: grid;
	gap: clamp( 60px, 11vw, 160px );
	grid-template-columns: 0.75fr 1.25fr;
}

.webcom-solution-detail--alt .webcom-solution-detail__visual {
	order: 2;
}

.webcom-solution-detail__visual {
	align-items: center;
	background: linear-gradient( 145deg, #e7f4fa, #d4e9f4 );
	border-radius: var(--webcom-radius-lg);
	display: flex;
	height: 360px;
	justify-content: center;
	position: relative;
}

.webcom-solution-detail__number {
	color: rgba( 14, 94, 172, 0.11 );
	font-size: 8rem;
	font-weight: 800;
	left: 26px;
	letter-spacing: -0.08em;
	line-height: 1;
	position: absolute;
	top: 20px;
}

.webcom-solution-detail__icon {
	align-items: center;
	background: var(--webcom-white);
	border-radius: 30px;
	box-shadow: var(--webcom-shadow);
	color: var(--webcom-blue);
	display: flex;
	height: 128px;
	justify-content: center;
	position: relative;
	width: 128px;
	z-index: 1;
}

.webcom-solution-detail__icon .webcom-icon {
	height: 58px;
	width: 58px;
}

.webcom-solution-detail h2 {
	margin-bottom: 25px;
}

.webcom-feature-list {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat( 2, 1fr );
	list-style: none;
	margin: 34px 0 38px;
	padding: 0;
}

.webcom-feature-list li {
	align-items: center;
	display: flex;
	font-size: 0.94rem;
	font-weight: 650;
	gap: 9px;
}

.webcom-feature-list .webcom-icon {
	color: var(--webcom-success);
	height: 19px;
	width: 19px;
}

.webcom-fit {
	background: var(--webcom-mist);
}

.webcom-fit__box {
	align-items: center;
	display: grid;
	gap: 45px;
	grid-template-columns: 1fr 0.7fr auto;
}

.webcom-fit h2 {
	margin: 0;
}

.webcom-fit__box > p {
	margin: 0;
}

/* Forms and quote */
.webcom-quote-section {
	background: var(--webcom-cloud);
}

.webcom-quote-grid {
	align-items: start;
	display: grid;
	gap: clamp( 50px, 8vw, 110px );
	grid-template-columns: minmax( 280px, 0.72fr ) minmax( 0, 1.28fr );
}

.webcom-quote-aside {
	position: sticky;
	top: 155px;
}

.webcom-quote-aside h2 {
	font-size: clamp( 2rem, 3.4vw, 3rem );
}

.webcom-direct-contact {
	border-top: 1px solid var(--webcom-line);
	margin-top: 38px;
	padding-top: 25px;
}

.webcom-direct-contact p {
	font-size: 0.82rem;
	margin: 0 0 3px;
}

.webcom-direct-contact a {
	font-weight: 720;
}

.webcom-form-shell {
	background: var(--webcom-white);
	border: 1px solid var(--webcom-line);
	border-radius: var(--webcom-radius);
	box-shadow: var(--webcom-shadow);
	padding: clamp( 28px, 5vw, 52px );
}

.webcom-form-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat( 2, 1fr );
}

.webcom-field {
	margin: 0;
}

.webcom-field--full {
	grid-column: 1 / -1;
}

.webcom-field label {
	color: var(--webcom-ink);
	display: block;
	font-size: 0.83rem;
	font-weight: 700;
	margin-bottom: 8px;
}

.webcom-field input,
.webcom-field select,
.webcom-field textarea {
	background: var(--webcom-white);
	border: 1px solid #b9c9d5;
	border-radius: 10px;
	color: var(--webcom-ink);
	font-size: 1rem;
	line-height: 1.4;
	margin: 0;
	padding: 13px 14px;
	transition: border-color 150ms ease, box-shadow 150ms ease;
	width: 100%;
}

.webcom-field input,
.webcom-field select {
	height: 52px;
}

.webcom-field textarea {
	min-height: 140px;
	resize: vertical;
}

.webcom-field input:focus,
.webcom-field select:focus,
.webcom-field textarea:focus {
	border-color: var(--webcom-blue);
	box-shadow: 0 0 0 3px rgba( 25, 118, 210, 0.14 );
	outline: 0;
}

.webcom-consent {
	align-items: flex-start;
	display: flex;
	font-size: 0.78rem;
	gap: 10px;
	line-height: 1.55;
	margin: 23px 0 28px;
}

.webcom-consent input {
	flex: 0 0 auto;
	height: 20px;
	margin: 2px 0 0;
	width: 20px;
}

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

.webcom-alert {
	border-radius: 10px;
	font-size: 0.9rem;
	margin-bottom: 25px;
	padding: 14px 16px;
}

.webcom-alert strong {
	display: block;
}

.webcom-alert--success {
	background: #e9f8f1;
	color: #105c3e;
}

.webcom-alert--error {
	background: #fef0ed;
	color: var(--webcom-error);
}

/* Contact */
.webcom-contact-cards {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat( 3, 1fr );
}

.webcom-contact-card {
	align-items: center;
	background: var(--webcom-cloud);
	border: 1px solid var(--webcom-line);
	border-radius: var(--webcom-radius);
	color: var(--webcom-ink);
	display: flex;
	gap: 18px;
	min-height: 130px;
	padding: 25px;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.webcom-contact-card:hover {
	border-color: var(--webcom-blue);
	box-shadow: var(--webcom-shadow);
	color: var(--webcom-ink);
	transform: translateY( -4px );
}

.webcom-contact-card > span:last-child {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.webcom-contact-card small {
	color: var(--webcom-ink-soft);
	font-size: 0.76rem;
}

.webcom-contact-card strong {
	overflow-wrap: anywhere;
}

.webcom-contact-main {
	background: var(--webcom-mist);
}

.webcom-contact-main__grid {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: 0.8fr 1.2fr;
}

.webcom-contact-hours {
	align-items: center;
	display: flex;
	font-size: 0.9rem;
	gap: 9px;
	margin: 28px 0;
}

.webcom-contact-map {
	background: #dcecf2;
	border-radius: var(--webcom-radius-lg);
	height: 420px;
	overflow: hidden;
	position: relative;
}

.webcom-map-grid {
	background-image: linear-gradient( 25deg, transparent 47%, rgba( 255,255,255,.75 ) 48%, rgba( 255,255,255,.75 ) 52%, transparent 53% ), linear-gradient( 115deg, transparent 47%, rgba( 255,255,255,.75 ) 48%, rgba( 255,255,255,.75 ) 52%, transparent 53% );
	background-size: 90px 90px, 130px 130px;
	inset: 0;
	opacity: 0.8;
	position: absolute;
}

.webcom-map-pin {
	align-items: center;
	background: var(--webcom-blue);
	border: 5px solid var(--webcom-white);
	border-radius: 50%;
	box-shadow: var(--webcom-shadow);
	color: var(--webcom-white);
	display: flex;
	height: 64px;
	justify-content: center;
	left: 54%;
	position: absolute;
	top: 42%;
	width: 64px;
}

.webcom-contact-map > strong {
	background: var(--webcom-white);
	border-radius: 8px;
	box-shadow: var(--webcom-shadow);
	color: var(--webcom-ink);
	font-size: 0.8rem;
	left: calc( 54% + 45px );
	padding: 7px 11px;
	position: absolute;
	top: calc( 42% + 15px );
}

/* About and prose */
.webcom-story__grid {
	display: grid;
	gap: 100px;
	grid-template-columns: 0.75fr 1.25fr;
}

.webcom-story h2 {
	font-size: clamp( 2.3rem, 4vw, 3.6rem );
}

.webcom-prose {
	font-size: 1.05rem;
	line-height: 1.85;
}

.webcom-prose > :first-child {
	margin-top: 0;
}

.webcom-prose h2,
.webcom-prose h3 {
	margin-top: 1.5em;
}

.webcom-prose--page {
	max-width: 860px;
}

.webcom-prose--page img,
.webcom-prose--case img {
	border-radius: var(--webcom-radius);
}

.webcom-values {
	background: var(--webcom-cloud);
}

.webcom-value-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat( 2, 1fr );
}

.webcom-value-grid article {
	background: var(--webcom-white);
	border: 1px solid var(--webcom-line);
	border-radius: var(--webcom-radius);
	padding: 35px;
}

.webcom-value-grid span {
	color: var(--webcom-blue);
	font-size: 0.77rem;
	font-weight: 760;
}

.webcom-value-grid h3 {
	margin: 35px 0 12px;
}

.webcom-value-grid p {
	font-size: 0.94rem;
	margin: 0;
}

/* Single case */
.webcom-case-single__hero-grid {
	align-items: end;
	display: grid;
	gap: 80px;
	grid-template-columns: 1fr 300px;
}

.webcom-case-single__intro {
	font-size: 1.15rem;
	margin: 25px 0 0;
	max-width: 720px;
}

.webcom-case-facts {
	border-left: 1px solid rgba( 255, 255, 255, 0.2 );
	margin: 0;
	padding-left: 35px;
}

.webcom-case-facts div + div {
	margin-top: 22px;
}

.webcom-case-facts dt {
	color: rgba( 255, 255, 255, 0.55 );
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.webcom-case-facts dd {
	color: var(--webcom-white);
	font-size: 0.95rem;
	margin: 4px 0 0;
}

.webcom-case-facts a {
	color: #86ddec;
}

.webcom-case-single__cover {
	margin-top: -45px;
	position: relative;
	z-index: 2;
}

.webcom-case-single__cover img {
	border: 10px solid var(--webcom-white);
	border-radius: var(--webcom-radius-lg);
	box-shadow: var(--webcom-shadow);
	display: block;
	max-height: 720px;
	object-fit: cover;
	width: 100%;
}

.webcom-case-story {
	max-width: 900px;
}

.webcom-case-story > section {
	border-top: 1px solid var(--webcom-line);
	display: grid;
	gap: 30px;
	grid-template-columns: 55px 1fr;
	padding-block: 42px;
}

.webcom-case-story > section > span {
	color: var(--webcom-blue);
	font-size: 0.8rem;
	font-weight: 760;
}

.webcom-case-story h2 {
	font-size: 2rem;
	margin: 0 0 15px;
}

.webcom-empty-state {
	background: var(--webcom-cloud);
	border: 1px solid var(--webcom-line);
	border-radius: var(--webcom-radius);
	padding: 60px;
	text-align: center;
}

/* Resources and articles */
.webcom-post-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat( 3, 1fr );
	list-style: none;
	margin: 0;
	padding: 0;
}

.webcom-post-grid > li {
	margin: 0;
}

.webcom-post-card {
	background: var(--webcom-white);
	border: 1px solid var(--webcom-line);
	border-radius: var(--webcom-radius);
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.webcom-post-card:hover {
	box-shadow: var(--webcom-shadow);
	transform: translateY( -5px );
}

.webcom-post-card__media {
	align-items: center;
	aspect-ratio: 16 / 10;
	background: linear-gradient( 135deg, var(--webcom-mist), #cce5f0 );
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.webcom-post-card__media.wp-block-post-featured-image {
	margin: 0;
}

.webcom-post-card__media a {
	display: block;
	height: 100%;
	width: 100%;
}

.webcom-post-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
	width: 100%;
}

.webcom-post-card:hover .webcom-post-card__media img {
	transform: scale( 1.035 );
}

.webcom-post-card__media > span {
	align-items: center;
	background: var(--webcom-white);
	border-radius: 18px;
	box-shadow: var(--webcom-shadow);
	color: var(--webcom-blue);
	display: flex;
	height: 78px;
	justify-content: center;
	width: 78px;
}

.webcom-post-card__media .webcom-icon {
	height: 38px;
	width: 38px;
}

.webcom-post-card__body {
	padding: 28px;
}

.webcom-post-card__meta,
.webcom-article__meta {
	color: #66798b;
	font-size: 0.74rem;
	font-weight: 650;
	letter-spacing: 0.04em;
	margin: 0 0 13px;
	text-transform: uppercase;
}

.webcom-post-card h2 {
	font-size: 1.4rem;
	margin-bottom: 13px;
}

.webcom-post-card h2 a {
	color: var(--webcom-ink);
	text-decoration: none;
}

.webcom-post-card__body > p:not( .webcom-post-card__meta ) {
	font-size: 0.9rem;
	line-height: 1.65;
}

.webcom-post-card .wp-block-post-excerpt__more-link {
	color: var(--webcom-blue);
	font-weight: 720;
	text-decoration: none;
}

.webcom-search-results {
	list-style: none;
	margin: 0;
	padding: 0;
}

.webcom-search-result {
	border-bottom: 1px solid var(--webcom-line);
	padding-block: 30px;
}

.webcom-article-heading {
	max-width: 900px;
	text-align: center;
}

.webcom-article-heading .wp-block-group {
	justify-content: center;
}

.webcom-article-cover {
	border-radius: var(--webcom-radius);
	margin-top: -42px;
	overflow: hidden;
}

.webcom-prose--article {
	max-width: 800px;
}

.webcom-not-found {
	align-items: center;
	display: flex;
	min-height: 65vh;
	padding-block: 90px;
	text-align: center;
}

.webcom-not-found > .webcom-container {
	max-width: 720px;
}

.webcom-not-found .wp-block-buttons {
	justify-content: center;
}

.webcom-archive-description {
	font-size: 1.05rem;
	margin-top: 20px;
	max-width: 700px;
}

.webcom-article__header {
	background: var(--webcom-cloud);
	padding-block: clamp( 80px, 10vw, 140px );
	text-align: center;
}

.webcom-article__header .webcom-container {
	max-width: 1000px;
}

.webcom-article__header h1 {
	font-size: clamp( 2.6rem, 6vw, 5rem );
	margin-bottom: 25px;
}

.webcom-article__cover {
	margin-top: -55px;
	position: relative;
	z-index: 2;
}

.webcom-article__cover img {
	border: 9px solid var(--webcom-white);
	border-radius: var(--webcom-radius-lg);
	box-shadow: var(--webcom-shadow);
	display: block;
	max-height: 680px;
	object-fit: cover;
	width: 100%;
}

.webcom-article__content {
	max-width: 800px;
}

.webcom-not-found {
	align-items: center;
	background: var(--webcom-cloud);
	display: flex;
	min-height: 68vh;
	text-align: center;
}

.webcom-not-found .webcom-container {
	max-width: 780px;
}

.webcom-not-found__code {
	color: rgba( 25, 118, 210, 0.13 );
	font-size: clamp( 7rem, 22vw, 14rem );
	font-weight: 820;
	letter-spacing: -0.09em;
	line-height: 0.72;
	margin: 0 0 40px;
}

.webcom-not-found h1 {
	font-size: clamp( 2.4rem, 5vw, 4rem );
}

.webcom-not-found .webcom-actions {
	justify-content: center;
	margin-top: 35px;
}

/* Footer */
.webcom-footer-cta {
	background: linear-gradient( 110deg, var(--webcom-blue-dark), var(--webcom-blue) 65%, #238da9 );
	color: rgba( 255, 255, 255, 0.82 );
	padding-block: 55px;
}

.webcom-footer-cta__inner {
	align-items: center;
	display: flex;
	gap: 50px;
	justify-content: space-between;
}

.webcom-footer-cta h2 {
	color: var(--webcom-white);
	font-size: clamp( 2rem, 3.4vw, 3rem );
	margin: 0 0 10px;
}

.webcom-footer-cta p:not( .webcom-kicker ) {
	margin: 0;
}

.webcom-footer {
	background: #061625;
	color: rgba( 255, 255, 255, 0.62 );
	font-size: 0.87rem;
}

.webcom-footer__grid {
	display: grid;
	gap: 50px;
	grid-template-columns: 1.35fr 0.8fr 0.7fr 1.1fr;
	padding-bottom: 70px;
	padding-top: 78px;
}

.webcom-brand__fallback--footer {
	color: var(--webcom-white) !important;
	display: inline-block;
	margin-bottom: 24px;
}

.webcom-footer__brand p {
	line-height: 1.7;
	margin: 0;
	max-width: 330px;
}

.webcom-block-footer .wp-block-site-logo {
	margin: 0 0 18px;
}

.webcom-block-footer .wp-block-site-logo img {
	height: auto;
	max-height: 48px;
	width: auto;
}

.webcom-block-footer-title {
	margin: 0 0 18px;
}

.webcom-block-footer-title a {
	color: var(--webcom-white);
	font-size: 1.55rem;
	font-weight: 500;
	text-decoration: none;
}

.webcom-footer__title {
	color: var(--webcom-white);
	font-size: 0.85rem;
	letter-spacing: 0.02em;
	margin: 7px 0 25px;
}

.webcom-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.webcom-footer li {
	margin: 0 0 11px;
}

.webcom-footer a {
	color: rgba( 255, 255, 255, 0.66 );
	text-decoration: none;
}

.webcom-footer a:hover {
	color: var(--webcom-white);
}

.webcom-footer__contact li {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

.webcom-footer__contact .webcom-icon {
	color: var(--webcom-cyan);
	height: 18px;
	margin-top: 3px;
	width: 18px;
}

.webcom-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba( 255, 255, 255, 0.1 );
	display: flex;
	font-size: 0.75rem;
	justify-content: space-between;
	padding-bottom: 24px;
	padding-top: 24px;
}

.webcom-footer__bottom p {
	margin: 0;
}

.webcom-footer__bottom nav {
	display: flex;
	gap: 24px;
}

/* Parent theme and WordPress normalization */
.webcom-site .entry-content,
.webcom-site .entry-header,
.webcom-site .page .entry-content,
.webcom-site .site-main > article {
	margin: 0;
	max-width: none;
}

.webcom-page-content ul,
.webcom-page-content ol {
	margin-left: 1.3em;
}

.webcom-page-content blockquote {
	border-left: 4px solid var(--webcom-blue);
	color: var(--webcom-ink);
	font-size: 1.25rem;
	margin: 2em 0;
	padding: 8px 0 8px 28px;
}

.webcom-site .navigation.pagination {
	margin-top: 55px;
	text-align: center;
}

.webcom-site .page-numbers {
	align-items: center;
	border: 1px solid var(--webcom-line);
	border-radius: 8px;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	margin: 3px;
	min-width: 42px;
	padding: 0 10px;
	text-decoration: none;
}

.webcom-site .page-numbers.current {
	background: var(--webcom-blue);
	border-color: var(--webcom-blue);
	color: var(--webcom-white);
}

/* Responsive */
@media ( max-width: 1079px ) {
	.webcom-utility {
		display: none;
	}

	.webcom-header__main {
		grid-template-columns: 1fr auto;
		min-height: 72px;
	}

	.webcom-header__cta {
		display: none;
	}

	.webcom-block-header__cta {
		display: none;
	}

	.webcom-block-navigation {
		justify-self: end;
	}

	.webcom-block-navigation .wp-block-navigation__responsive-container-open {
		display: flex !important;
	}

	.webcom-block-navigation .wp-block-navigation__responsive-container:not( .is-menu-open ) {
		display: none !important;
	}

	.webcom-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
		background: var(--webcom-white);
		color: var(--webcom-ink);
		padding: 30px;
		z-index: 1001;
	}

	.webcom-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		align-items: stretch;
		gap: 0;
	}

	.webcom-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		border-bottom: 1px solid var(--webcom-line);
		font-size: 1.1rem;
		padding: 15px 0;
		width: 100%;
	}

	.webcom-menu-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		border-radius: 8px;
		display: flex;
		flex-direction: column;
		gap: 5px;
		height: 46px;
		justify-content: center;
		padding: 10px;
		width: 46px;
	}

	.webcom-menu-toggle .webcom-menu-line {
		background: var(--webcom-ink);
		display: block;
		height: 2px;
		transition: transform 180ms ease, opacity 180ms ease;
		width: 24px;
	}

	.is-menu-open .webcom-menu-toggle .webcom-menu-line:nth-of-type( 2 ) {
		transform: translateY( 7px ) rotate( 45deg );
	}

	.is-menu-open .webcom-menu-toggle .webcom-menu-line:nth-of-type( 3 ) {
		opacity: 0;
	}

	.is-menu-open .webcom-menu-toggle .webcom-menu-line:nth-of-type( 4 ) {
		transform: translateY( -7px ) rotate( -45deg );
	}

	.webcom-navigation {
		background: var(--webcom-white);
		border-top: 1px solid var(--webcom-line);
		display: none;
		inset: 72px 0 auto;
		max-height: calc( 100vh - 72px );
		overflow-y: auto;
		padding: 20px 28px 30px;
		position: fixed;
	}

	.is-menu-open .webcom-navigation {
		display: block;
	}

	.webcom-menu-lock {
		overflow: hidden;
	}

	.webcom-navigation__list,
	.webcom-navigation .menu {
		align-items: stretch;
		display: block;
	}

	.webcom-navigation__list a,
	.webcom-navigation .menu > li > a {
		border-bottom: 1px solid var(--webcom-line);
		display: flex;
		font-size: 1.12rem;
		justify-content: space-between;
		min-height: 54px;
		padding: 16px 0;
		width: 100%;
	}

	.webcom-navigation__list a::after,
	.webcom-navigation .menu > li > a::after {
		display: none;
	}

	.webcom-navigation .sub-menu {
		background: var(--webcom-cloud);
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: block;
		min-width: 0;
		padding: 5px 18px;
		position: static;
	}

	.webcom-navigation__mobile-utility {
		display: flex;
		gap: 20px;
		margin-top: 26px;
	}

	.webcom-navigation__mobile-utility a {
		font-size: 0.86rem;
		font-weight: 700;
	}

	.admin-bar .webcom-header { top: 32px; }
	.admin-bar .webcom-navigation { top: 104px; }

	.webcom-hero,
	.webcom-hero__grid {
		min-height: 0;
	}

	.webcom-hero__grid {
		gap: 40px;
		grid-template-columns: 1fr;
		padding-block: 80px;
	}

	.webcom-hero__content {
		max-width: 760px;
	}

	.webcom-hero-visual {
		height: 430px;
		margin-inline: auto;
		max-width: 630px;
		width: 100%;
	}

	.webcom-dashboard {
		top: 32px;
	}

	.webcom-block-dashboard {
		top: 32px;
	}

	.webcom-solution-grid {
		grid-template-columns: repeat( 2, 1fr );
	}

	.webcom-solution-card,
	.webcom-solution-card:nth-child( 4 ) {
		grid-column: auto;
	}

	.webcom-solution-card:last-child {
		grid-column: 1 / -1;
	}

	.webcom-why__grid,
	.webcom-story__grid {
		gap: 60px;
	}

	.webcom-process__list {
		gap: 35px 0;
		grid-template-columns: repeat( 2, 1fr );
	}

	.webcom-block-process-row {
		flex-wrap: wrap !important;
	}

	.webcom-block-process-row > .wp-block-column {
		flex-basis: 50% !important;
		min-width: 50%;
	}

	.webcom-page-hero__grid,
	.webcom-case-single__hero-grid {
		gap: 40px;
		grid-template-columns: 1fr;
	}

	.webcom-anchor-nav { top: 72px; }
	.admin-bar .webcom-anchor-nav { top: 104px; }

	.webcom-fit__box {
		grid-template-columns: 1fr 1fr;
	}

	.webcom-fit__box .webcom-button {
		justify-self: start;
	}

	.webcom-quote-grid {
		grid-template-columns: 0.8fr 1.2fr;
	}

	.webcom-contact-cards {
		grid-template-columns: 1fr;
	}

	.webcom-post-grid {
		grid-template-columns: repeat( 2, 1fr );
	}

	.webcom-contact-card {
		min-height: 105px;
	}

	.webcom-footer__grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media ( max-width: 782px ) {
	.admin-bar .webcom-header { top: 46px; }
	.admin-bar .webcom-navigation { top: 118px; }
	.admin-bar .webcom-anchor-nav { top: 118px; }
}

@media ( max-width: 767px ) {
	:root {
		--webcom-radius-lg: 24px;
	}

	body.webcom-site {
		font-size: 16px;
	}

	.webcom-container {
		padding-inline: 20px;
	}

	.webcom-brand__fallback {
		font-size: 1.72rem;
	}

	.webcom-brand .custom-logo {
		max-height: 38px;
	}

	.webcom-hero__grid {
		padding-block: 62px 75px;
	}

	.webcom-hero h1 {
		font-size: clamp( 2.55rem, 13vw, 4rem );
		margin-bottom: 23px;
	}

	.webcom-hero__lead {
		font-size: 1.06rem;
	}

	.webcom-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.webcom-actions .webcom-button {
		width: 100%;
	}

	.webcom-actions .webcom-block-button,
	.webcom-actions .webcom-block-button .wp-block-button__link {
		width: 100%;
	}

	.webcom-hero__proof {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.webcom-hero-visual {
		height: 300px;
	}

	.webcom-dashboard {
		height: 230px;
		left: 0;
		top: 22px;
		transform: none;
		width: 100%;
	}

	.webcom-block-dashboard {
		left: 0;
		padding: 38px 22px 24px;
		top: 22px;
		transform: none;
		width: 100%;
	}

	.webcom-block-dashboard h3 {
		font-size: 1.45rem;
		margin-bottom: 20px;
	}

	.webcom-block-dashboard__metrics {
		flex-wrap: nowrap !important;
	}

	.webcom-block-dashboard__metrics > .wp-block-column {
		padding: 10px;
	}

	.webcom-block-dashboard__metrics h4 {
		font-size: 1rem;
	}

	.webcom-block-dashboard__metrics p {
		font-size: 0.58rem;
	}

	.webcom-block-float-card--top {
		right: -4px;
		top: 0;
	}

	.webcom-block-float-card--bottom {
		bottom: 7px;
		left: 6px;
	}

	.webcom-dashboard__bar {
		height: 34px;
	}

	.webcom-dashboard__body {
		gap: 15px;
		padding: 23px 18px 12px;
	}

	.webcom-dashboard__copy b {
		height: 8px;
		margin-bottom: 10px;
	}

	.webcom-dashboard__copy b:first-child {
		height: 15px;
	}

	.webcom-dashboard__copy em {
		height: 25px;
		margin-top: 18px;
	}

	.webcom-dashboard__chart {
		gap: 7px;
		height: 120px;
		padding: 16px;
	}

	.webcom-dashboard__footer {
		display: none;
	}

	.webcom-float-card {
		padding: 10px 12px;
	}

	.webcom-float-card--secure {
		right: -4px;
		top: 0;
	}

	.webcom-float-card--support {
		bottom: 7px;
		left: 6px;
	}

	.webcom-orbit--one {
		display: none;
	}

	.webcom-trust__grid {
		gap: 0;
		grid-template-columns: repeat( 2, 1fr );
		padding-block: 12px;
	}

	.webcom-trust__grid > div {
		border-bottom: 1px solid rgba( 255, 255, 255, 0.12 );
		justify-content: flex-start;
		padding: 17px 12px;
	}

	.webcom-trust__grid > div:nth-child( 2n ) {
		border-right: 0;
	}

	.webcom-trust__grid > div:nth-last-child( -n + 2 ) {
		border-bottom: 0;
	}

	.webcom-trust strong {
		font-size: 1.3rem;
	}

	.webcom-section {
		padding-block: 78px;
	}

	.webcom-section-heading,
	.webcom-section-heading--compact {
		align-items: start;
		gap: 24px;
		grid-template-columns: 1fr;
		margin-bottom: 38px;
	}

	.webcom-section-heading h2,
	.webcom-site h2 {
		font-size: clamp( 2rem, 10vw, 3rem );
	}

	.webcom-solution-grid,
	.webcom-case-grid,
	.webcom-post-grid,
	.webcom-value-grid,
	.webcom-feature-list {
		grid-template-columns: 1fr;
	}

	.webcom-block-card-row,
	.webcom-block-case-row {
		gap: 20px;
	}

	.webcom-block-solution-card {
		min-height: 0;
		padding: 27px;
	}

	.webcom-solution-card,
	.webcom-solution-card:last-child {
		grid-column: auto;
		min-height: 0;
		padding: 27px;
	}

	.webcom-solution-card h3 {
		margin-top: 26px;
	}

	.webcom-why__grid,
	.webcom-contact-main__grid,
	.webcom-story__grid {
		gap: 45px;
		grid-template-columns: 1fr;
	}

	.webcom-why__visual {
		min-height: 360px;
		padding: 36px;
	}

	.webcom-process__list {
		grid-template-columns: 1fr;
	}

	.webcom-block-process-row {
		display: block;
	}

	.webcom-block-process-row > .wp-block-column {
		flex-basis: auto !important;
		margin-bottom: 38px;
		min-width: 0;
		padding-bottom: 10px;
	}

	.webcom-process__list li {
		padding-bottom: 10px;
	}

	.webcom-home-cta__box,
	.webcom-footer-cta__inner {
		align-items: flex-start;
		flex-direction: column;
		padding: 42px 30px;
	}

	.webcom-home-cta__action {
		align-items: flex-start;
		width: 100%;
	}

	.webcom-home-cta__action .webcom-button,
	.webcom-footer-cta .webcom-button {
		width: 100%;
	}

	.webcom-home-cta__action .webcom-block-button,
	.webcom-home-cta__action .webcom-block-button .wp-block-button__link {
		width: 100%;
	}

	.webcom-page-hero {
		padding-block: 74px;
	}

	.webcom-page-hero h1 {
		font-size: clamp( 2.5rem, 12vw, 3.6rem );
	}

	.webcom-anchor-nav .webcom-container {
		gap: 22px;
	}

	.webcom-solution-detail__grid,
	.webcom-quote-grid,
	.webcom-fit__box {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.webcom-solution-detail--alt .webcom-solution-detail__visual {
		order: initial;
	}

	.webcom-solution-detail__visual {
		height: 270px;
	}

	.webcom-solution-detail__number {
		font-size: 6rem;
	}

	.webcom-quote-aside {
		position: static;
	}

	.webcom-form-grid {
		grid-template-columns: 1fr;
	}

	.webcom-field--full {
		grid-column: auto;
	}

	.webcom-contact-map {
		height: 320px;
	}

	.webcom-case-single__cover {
		margin-top: -25px;
	}

	.webcom-case-facts {
		border-left: 0;
		border-top: 1px solid rgba( 255, 255, 255, 0.2 );
		padding-left: 0;
		padding-top: 25px;
	}

	.webcom-case-story > section {
		grid-template-columns: 42px 1fr;
	}

	.webcom-footer__grid {
		gap: 40px;
		grid-template-columns: 1fr;
		padding-block: 60px;
	}

	.webcom-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 15px;
	}

	.webcom-footer__bottom nav {
		flex-direction: column;
		gap: 8px;
	}
}

@media ( max-width: 480px ) {
	.admin-bar .webcom-header {
		top: 0;
	}

	.webcom-float-card--secure span:not( .webcom-avatar ),
	.webcom-float-card--support span:not( .webcom-avatar ) {
		display: none;
	}

	.webcom-float-card--secure,
	.webcom-float-card--support {
		border-radius: 50%;
		padding: 11px;
	}

	.webcom-trust span {
		font-size: 0.7rem;
	}
}

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

	.webcom-site *,
	.webcom-site *::before,
	.webcom-site *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
