@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/inter-400.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/inter-600.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/inter-700.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/inter-800.woff2") format("woff2");
}

:root {
	--webo-primary: #c83d3b;
	--webo-primary-dark: #a9282d;
	--webo-secondary: #386bb7;
	--webo-secondary-dark: #244f91;
	--webo-ink: #121926;
	--webo-muted: #5c6575;
	--webo-line: #dfe3e9;
	--webo-soft: #f4f6f8;
	--webo-white: #fff;
	--webo-success: #087a58;
	--webo-shadow: 0 16px 42px rgba(18, 25, 38, 0.12);
	--webo-header-height: 76px;
}

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

html {
	scroll-behavior: smooth;
}

body.webomedia-blog-theme {
	margin: 0;
	background: var(--webo-white);
	color: var(--webo-ink);
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
}

body.webo-menu-open,
body.webo-modal-open {
	overflow: hidden;
}

body.webomedia-blog-theme img {
	display: block;
	max-width: 100%;
	height: auto;
}

body.webomedia-blog-theme a {
	color: inherit;
	text-decoration: none;
}

body.webomedia-blog-theme button,
body.webomedia-blog-theme input,
body.webomedia-blog-theme select,
body.webomedia-blog-theme textarea {
	font: inherit;
	letter-spacing: 0;
}

body.webomedia-blog-theme button {
	cursor: pointer;
}

.webo-container {
	width: min(100% - 40px, 1240px);
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus,
.webo-skip-link:focus {
	z-index: 100000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 16px;
	clip: auto;
	background: var(--webo-white);
	color: var(--webo-ink);
	box-shadow: var(--webo-shadow);
}

.webo-skip-link {
	position: fixed;
	top: -100px;
	left: 12px;
	z-index: 100000;
}

.webo-eyebrow {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 10px;
	color: var(--webo-primary);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.webo-eyebrow::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentcolor;
	content: "";
}

.webo-eyebrow--light {
	color: #ff9c9a;
}

.webo-section-heading {
	max-width: 720px;
	margin-bottom: 30px;
}

.webo-section-heading h2 {
	margin: 0;
	color: var(--webo-ink);
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.18;
	letter-spacing: 0;
}

.webo-section-heading > p:last-child {
	margin: 12px 0 0;
	color: var(--webo-muted);
}

.webo-section-heading--compact {
	margin-bottom: 22px;
}

.webo-section-heading--compact h2 {
	font-size: 30px;
}

.webo-section-heading--row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	max-width: none;
}

.webo-section-heading--row .webo-text-link {
	margin-bottom: 6px;
}

.webo-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 11px 20px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

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

.webo-button--primary {
	background: var(--webo-primary);
	color: var(--webo-white) !important;
}

.webo-button--primary:hover {
	background: var(--webo-primary-dark);
}

.webo-button--light {
	background: var(--webo-white);
	color: var(--webo-ink) !important;
}

.webo-button--outline-light {
	border-color: rgba(255, 255, 255, 0.62);
	color: var(--webo-white) !important;
}

.webo-button--outline-light:hover {
	background: var(--webo-white);
	color: var(--webo-ink) !important;
}

.webo-button--whatsapp {
	background: #087a58;
	color: var(--webo-white) !important;
}

.webo-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--webo-secondary) !important;
	font-size: 14px;
	font-weight: 800;
}

.webo-text-link i {
	transition: transform 0.2s ease;
}

.webo-text-link:hover i {
	transform: translateX(4px);
}

/* Header */
.webo-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	height: var(--webo-header-height);
	border-bottom: 1px solid rgba(18, 25, 38, 0.1);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 6px 18px rgba(18, 25, 38, 0.06);
}

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

.webo-header__inner {
	display: flex;
	width: min(100% - 32px, 1480px);
	height: 100%;
	align-items: center;
	gap: 28px;
	margin-inline: auto;
}

.webo-header__logo {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
}

.webo-header__logo img {
	width: 154px;
	height: auto;
}

.webo-desktop-nav {
	display: flex;
	min-width: 0;
	flex: 1;
	align-items: stretch;
	justify-content: center;
	gap: 6px;
}

.webo-desktop-nav > a,
.webo-nav-item > a {
	display: flex;
	height: var(--webo-header-height);
	align-items: center;
	padding: 0 14px;
	color: #273142;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.webo-desktop-nav > a:hover,
.webo-desktop-nav > a.is-current,
.webo-nav-item:hover > a,
.webo-nav-item:focus-within > a {
	color: var(--webo-primary);
}

.webo-nav-item {
	position: relative;
	display: flex;
	align-items: center;
}

.webo-nav-trigger {
	display: flex;
	width: 22px;
	height: var(--webo-header-height);
	align-items: center;
	justify-content: center;
	margin-left: -8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #5d6573;
	font-size: 9px;
}

.webo-nav-item:hover .webo-nav-trigger i,
.webo-nav-item:focus-within .webo-nav-trigger i,
.webo-nav-trigger[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.webo-nav-trigger i {
	transition: transform 0.2s ease;
}

.webo-dropdown,
.webo-mega-menu {
	position: absolute;
	z-index: 20;
	top: calc(100% - 1px);
	left: 0;
	visibility: hidden;
	border: 1px solid var(--webo-line);
	border-top: 3px solid var(--webo-primary);
	border-radius: 0 0 6px 6px;
	background: var(--webo-white);
	box-shadow: var(--webo-shadow);
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}

.webo-dropdown {
	width: 300px;
	padding: 9px;
}

.webo-dropdown--wide {
	display: grid;
	width: 470px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.webo-nav-item:hover > .webo-dropdown,
.webo-nav-item:hover > .webo-mega-menu,
.webo-nav-item:focus-within > .webo-dropdown,
.webo-nav-item:focus-within > .webo-mega-menu,
.webo-nav-item.is-open > .webo-dropdown,
.webo-nav-item.is-open > .webo-mega-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.webo-dropdown > a {
	display: block;
	padding: 11px 12px;
	border-radius: 4px;
	color: #273142;
	font-size: 13px;
	font-weight: 700;
}

.webo-dropdown > a:hover {
	background: var(--webo-soft);
	color: var(--webo-primary);
}

.webo-dropdown > a strong,
.webo-dropdown > a span {
	display: block;
}

.webo-dropdown > a span {
	margin-top: 2px;
	color: var(--webo-muted);
	font-size: 11px;
	font-weight: 400;
}

.webo-nav-item--mega {
	position: static;
}

.webo-mega-menu {
	right: 16px;
	left: 16px;
	max-height: calc(100vh - 100px);
	overflow: auto;
}

.webo-mega-menu__inner {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 30px;
	padding: 28px;
}

.webo-mega-menu__intro {
	padding: 24px;
	background: #121926;
	color: var(--webo-white);
}

.webo-mega-menu__intro h2 {
	margin: 8px 0 12px;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0;
}

.webo-mega-menu__intro p {
	margin: 0 0 20px;
	color: #c7ced9;
	font-size: 13px;
}

.webo-mega-menu__intro a {
	color: #ff9c9a;
	font-size: 13px;
	font-weight: 800;
}

.webo-mega-menu__groups {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px 30px;
}

.webo-mega-group h3 {
	margin: 0 0 9px;
	padding-bottom: 7px;
	border-bottom: 1px solid var(--webo-line);
	color: var(--webo-ink);
	font-size: 13px;
	line-height: 1.3;
}

.webo-mega-group ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.webo-mega-group a {
	color: #586171;
	font-size: 13px;
}

.webo-mega-group a:hover {
	color: var(--webo-primary);
}

.webo-header__actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
}

.webo-header-action {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 7px;
	padding: 9px 12px;
	border: 1px solid var(--webo-line);
	border-radius: 5px;
	background: var(--webo-white);
	color: #293243;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.webo-header-action--pay {
	border-color: #bad0ed;
	color: var(--webo-secondary);
}

.webo-header-action--audit {
	border-color: var(--webo-primary);
	background: var(--webo-primary);
	color: var(--webo-white) !important;
}

.webo-header-action__short {
	display: none;
}

.webo-header-action:hover {
	border-color: var(--webo-primary);
	color: var(--webo-primary);
}

.webo-header-action--audit:hover {
	background: var(--webo-primary-dark);
	color: var(--webo-white);
}

.webo-mobile-toggle {
	display: none;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 5px;
	background: var(--webo-ink);
	color: var(--webo-white);
}

.webo-mobile-backdrop {
	position: fixed;
	z-index: 1001;
	inset: 0;
	background: rgba(5, 10, 18, 0.58);
}

.webo-mobile-menu {
	position: fixed;
	z-index: 1002;
	top: 0;
	right: 0;
	width: min(90vw, 390px);
	height: 100dvh;
	overflow: auto;
	background: var(--webo-white);
	box-shadow: -20px 0 50px rgba(18, 25, 38, 0.2);
	transform: translateX(105%);
	transition: transform 0.25s ease;
}

.webo-mobile-menu.is-open {
	transform: translateX(0);
}

.webo-mobile-menu__header {
	position: sticky;
	z-index: 2;
	top: 0;
	display: flex;
	height: 70px;
	align-items: center;
	justify-content: space-between;
	padding: 10px 18px;
	border-bottom: 1px solid var(--webo-line);
	background: var(--webo-white);
}

.webo-mobile-menu__header img {
	width: 142px;
}

.webo-mobile-menu__header button {
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 4px;
	background: var(--webo-soft);
	color: var(--webo-ink);
}

.webo-mobile-menu__body {
	display: grid;
	padding: 12px 18px 34px;
}

.webo-mobile-menu__body > a,
.webo-mobile-menu summary {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
	padding: 10px 2px;
	border-bottom: 1px solid var(--webo-line);
	color: var(--webo-ink);
	font-size: 14px;
	font-weight: 800;
	list-style: none;
}

.webo-mobile-menu summary::-webkit-details-marker {
	display: none;
}

.webo-mobile-menu details[open] summary i {
	transform: rotate(180deg);
}

.webo-mobile-menu details > a {
	display: block;
	padding: 7px 12px;
	color: #4f5969;
	font-size: 13px;
}

.webo-mobile-menu .webo-mobile-parent {
	margin: 8px 0;
	border-radius: 4px;
	background: var(--webo-soft);
	color: var(--webo-primary);
	font-weight: 800;
}

.webo-mobile-label {
	display: block;
	margin-top: 10px;
	padding: 4px 12px;
	color: var(--webo-secondary);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

/* Modal */
.webo-modal {
	position: fixed;
	z-index: 3000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 20px;
}

.webo-modal[hidden] {
	display: none;
}

.webo-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 10, 18, 0.72);
}

.webo-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 450px);
	padding: 34px;
	border-radius: 8px;
	background: var(--webo-white);
	box-shadow: var(--webo-shadow);
	text-align: center;
}

.webo-modal__dialog h2 {
	margin: 4px 0 8px;
	font-size: 27px;
	line-height: 1.2;
}

.webo-modal__dialog > p:not(.webo-eyebrow) {
	margin: 0 auto 18px;
	color: var(--webo-muted);
	font-size: 14px;
}

.webo-modal__dialog > img {
	width: min(100%, 270px);
	margin: 0 auto 20px;
}

.webo-modal__dialog .webo-eyebrow {
	justify-content: center;
}

.webo-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 4px;
	background: var(--webo-soft);
	color: var(--webo-ink);
}

/* Hero */
.webo-blog-hero {
	position: relative;
	min-height: 640px;
	overflow: hidden;
	background: #0f1724;
	color: var(--webo-white);
}

.webo-blog-hero__media,
.webo-blog-hero__overlay {
	position: absolute;
	inset: 0;
}

.webo-blog-hero__media {
	background: url("../images/blog-hero.webp") center/cover no-repeat;
}

.webo-blog-hero__overlay {
	background: linear-gradient(90deg, rgba(7, 13, 23, 0.96) 0%, rgba(7, 13, 23, 0.86) 48%, rgba(7, 13, 23, 0.48) 100%);
}

.webo-blog-hero__grid {
	position: relative;
	display: grid;
	min-height: 640px;
	grid-template-columns: minmax(0, 1fr) 390px;
	align-items: center;
	gap: 58px;
	padding-block: 58px;
}

.webo-blog-hero__content {
	max-width: 720px;
}

.webo-blog-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(42px, 5.2vw, 70px);
	line-height: 1.03;
	letter-spacing: 0;
}

.webo-blog-hero__content > p:not(.webo-eyebrow) {
	max-width: 680px;
	margin: 20px 0;
	color: #dde3eb;
	font-size: 18px;
	line-height: 1.65;
}

.webo-blog-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
}

.webo-blog-hero__proof span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.07);
	color: #d8dee8;
	font-size: 11px;
}

.webo-blog-hero__proof strong {
	color: var(--webo-white);
}

.webo-search-form {
	width: 100%;
	max-width: 690px;
}

.webo-search-form > div {
	display: grid;
	min-height: 54px;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	align-items: center;
	border: 1px solid var(--webo-line);
	border-radius: 6px;
	background: var(--webo-white);
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.webo-search-form i {
	color: var(--webo-muted);
	text-align: center;
}

.webo-search-form input {
	width: 100%;
	height: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--webo-ink);
	font-size: 14px;
}

.webo-search-form button {
	height: 42px;
	margin-right: 6px;
	padding: 0 20px;
	border: 0;
	border-radius: 4px;
	background: var(--webo-primary);
	color: var(--webo-white);
	font-size: 13px;
	font-weight: 800;
}

.webo-topic-links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 15px;
}

.webo-topic-links a {
	padding: 6px 9px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.1);
	color: #e1e6ee;
	font-size: 11px;
	font-weight: 700;
}

.webo-topic-links a:hover {
	background: var(--webo-primary);
	color: var(--webo-white);
}

.webo-hero-form {
	padding: 28px;
	border-top: 4px solid var(--webo-primary);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.97);
	color: var(--webo-ink);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.webo-hero-form__eyebrow {
	margin: 0 0 4px;
	color: var(--webo-primary);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.webo-hero-form h2 {
	margin: 0;
	font-size: 25px;
	line-height: 1.25;
}

.webo-hero-form > p:not(.webo-hero-form__eyebrow) {
	margin: 8px 0 18px;
	color: var(--webo-muted);
	font-size: 13px;
}

.webo-blog-mobile-form {
	display: none;
}

/* Lead forms */
.webo-lead-form {
	display: grid;
	gap: 12px;
}

.webo-lead-form__honeypot {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.webo-lead-form__field {
	display: grid;
	gap: 5px;
}

.webo-lead-form__field > span {
	color: #384253;
	font-size: 11px;
	font-weight: 700;
}

.webo-lead-form__field input,
.webo-lead-form__field select,
.webo-lead-form__field textarea {
	width: 100%;
	min-height: 45px;
	padding: 10px 12px;
	border: 1px solid #cfd5dd;
	border-radius: 5px;
	background: var(--webo-white);
	color: var(--webo-ink);
	outline: 0;
}

.webo-lead-form__field textarea {
	min-height: 88px;
	resize: vertical;
}

.webo-lead-form__field input:focus,
.webo-lead-form__field select:focus,
.webo-lead-form__field textarea:focus {
	border-color: var(--webo-secondary);
	box-shadow: 0 0 0 3px rgba(56, 107, 183, 0.14);
}

.webo-lead-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.webo-lead-form__submit {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 18px;
	border: 0;
	border-radius: 5px;
	background: var(--webo-primary);
	color: var(--webo-white);
	font-weight: 800;
}

.webo-lead-form__submit:hover {
	background: var(--webo-primary-dark);
}

.webo-lead-form__submit:disabled {
	cursor: wait;
	opacity: 0.68;
}

.webo-lead-form__privacy {
	margin: -2px 0 0;
	color: #687282;
	font-size: 10px;
	line-height: 1.5;
}

.webo-lead-form__status {
	margin: 0;
	padding: 9px;
	border-radius: 4px;
	background: #eef8f4;
	color: #086c50;
	font-size: 12px;
}

.webo-lead-form__status.is-error {
	background: #fff0f0;
	color: #a1262a;
}

/* Post collections */
.webo-featured-section,
.webo-latest-section,
.webo-service-paths,
.webo-related-posts {
	padding: 74px 0;
}

.webo-featured-section {
	background: var(--webo-white);
}

.webo-featured-post {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
	border: 1px solid var(--webo-line);
	border-radius: 8px;
	background: var(--webo-white);
	overflow: hidden;
	box-shadow: var(--webo-shadow);
}

.webo-featured-post__image {
	position: relative;
	min-height: 430px;
	background: #e8ebef;
}

.webo-featured-post__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.webo-featured-post__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 42px;
}

.webo-featured-post__content h2 {
	margin: 10px 0 14px;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.18;
	letter-spacing: 0;
}

.webo-featured-post__content h2 a:hover {
	color: var(--webo-primary);
}

.webo-featured-post__content > p {
	margin: 0 0 17px;
	color: var(--webo-muted);
}

.webo-featured-post__content .webo-button {
	margin-top: 20px;
}

.webo-latest-section {
	background: var(--webo-soft);
}

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

.webo-post-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--webo-line);
	border-radius: 8px;
	background: var(--webo-white);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.webo-post-card:hover {
	border-color: #c8cfd8;
	box-shadow: 0 14px 34px rgba(18, 25, 38, 0.1);
	transform: translateY(-4px);
}

.webo-post-card__image {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e7eaee;
}

.webo-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.webo-post-card:hover .webo-post-card__image img {
	transform: scale(1.035);
}

.webo-post-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background: #e8edf4;
	color: var(--webo-secondary);
	font-size: 42px;
}

.webo-post-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 23px;
}

.webo-post-card__category {
	display: inline-flex;
	padding: 5px 8px;
	border-radius: 3px;
	background: #fcebea;
	color: var(--webo-primary) !important;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.webo-post-card h2 {
	margin: 10px 0;
	font-size: 20px;
	line-height: 1.35;
	letter-spacing: 0;
}

.webo-post-card h2 a:hover {
	color: var(--webo-primary);
}

.webo-post-card__body > p {
	margin: 0 0 16px;
	color: var(--webo-muted);
	font-size: 13px;
}

.webo-post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-bottom: 17px;
	color: #6b7482;
	font-size: 11px;
}

.webo-post-card__meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.webo-post-card__body .webo-text-link {
	margin-top: auto;
}

.webo-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	margin-top: 40px;
}

.webo-pagination .page-numbers {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--webo-line);
	border-radius: 4px;
	background: var(--webo-white);
	color: var(--webo-ink);
	font-size: 13px;
	font-weight: 700;
}

.webo-pagination .page-numbers.current,
.webo-pagination a.page-numbers:hover {
	border-color: var(--webo-primary);
	background: var(--webo-primary);
	color: var(--webo-white);
}

.webo-service-paths {
	background: var(--webo-white);
}

.webo-service-paths__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.webo-service-paths__grid a {
	display: grid;
	min-height: 190px;
	align-content: center;
	padding: 25px;
	border: 1px solid var(--webo-line);
	border-radius: 7px;
	transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.webo-service-paths__grid a:hover {
	border-color: var(--webo-secondary);
	background: #f4f7fb;
	transform: translateY(-3px);
}

.webo-service-paths__grid i {
	margin-bottom: 22px;
	color: var(--webo-secondary);
	font-size: 29px;
}

.webo-service-paths__grid strong,
.webo-service-paths__grid span {
	display: block;
}

.webo-service-paths__grid strong {
	font-size: 17px;
}

.webo-service-paths__grid span {
	margin-top: 5px;
	color: var(--webo-muted);
	font-size: 12px;
}

/* Archives */
.webo-archive-hero {
	padding: 62px 0;
	border-bottom: 1px solid var(--webo-line);
	background: #f3f5f8;
}

.webo-archive-hero .webo-container {
	max-width: 880px;
}

.webo-archive-hero h1 {
	margin: 0;
	font-size: clamp(38px, 5vw, 60px);
	line-height: 1.08;
	letter-spacing: 0;
}

.webo-archive-description {
	margin-top: 14px;
	color: var(--webo-muted);
}

.webo-archive-description p {
	margin: 0;
}

.webo-archive-hero .webo-search-form {
	margin-top: 25px;
}

.webo-breadcrumbs {
	margin-bottom: 20px;
}

.webo-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.webo-breadcrumbs li {
	display: flex;
	align-items: center;
	color: #6b7482;
	font-size: 11px;
}

.webo-breadcrumbs li:not(:last-child)::after {
	margin-left: 7px;
	color: #9da5b0;
	content: "/";
}

.webo-breadcrumbs a:hover {
	color: var(--webo-primary);
}

.webo-archive-content {
	padding: 70px 0;
}

.webo-empty-state {
	max-width: 650px;
	margin: 0 auto;
	padding: 60px 30px;
	border: 1px solid var(--webo-line);
	border-radius: 8px;
	background: var(--webo-soft);
	text-align: center;
}

.webo-empty-state > i {
	color: var(--webo-secondary);
	font-size: 40px;
}

.webo-empty-state h2 {
	margin: 15px 0 5px;
	font-size: 30px;
}

.webo-empty-state p {
	margin: 0 0 24px;
	color: var(--webo-muted);
}

/* Single post */
.webo-post-hero {
	padding: 54px 0 48px;
	background: #f3f5f8;
}

.webo-post-hero__inner {
	max-width: 1000px;
}

.webo-post-hero h1 {
	max-width: 960px;
	margin: 14px 0;
	font-size: clamp(38px, 5.4vw, 66px);
	line-height: 1.08;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.webo-post-hero__excerpt {
	max-width: 820px;
	margin: 0 0 24px;
	color: var(--webo-muted);
	font-size: 18px;
}

.webo-post-byline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 13px 20px;
	color: #636d7b;
	font-size: 12px;
}

.webo-author-mark {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	color: var(--webo-primary);
	box-shadow: 0 6px 18px rgb(16 24 39 / 10%);
}

.webo-post-byline > span:nth-child(2) {
	display: grid;
	line-height: 1.3;
}

.webo-post-byline small {
	color: #798290;
	font-size: 9px;
	text-transform: uppercase;
}

.webo-post-byline strong {
	color: var(--webo-ink);
	font-size: 12px;
}

.webo-post-byline__item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.webo-post-featured {
	max-width: 1120px;
	margin-top: 46px;
}

.webo-post-featured img {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	object-fit: cover;
	box-shadow: var(--webo-shadow);
}

.webo-article-layout {
	display: grid;
	max-width: 1120px;
	grid-template-columns: 235px minmax(0, 1fr);
	gap: 55px;
	padding-top: 52px;
	padding-bottom: 78px;
}

.webo-article-aside {
	position: sticky;
	top: calc(var(--webo-header-height) + 24px);
	align-self: start;
	min-width: 0;
}

.webo-toc {
	max-height: clamp(260px, calc(100vh - var(--webo-header-height) - 250px), 620px);
	overflow-y: auto;
	padding-left: 16px;
	padding-right: 9px;
	border-left: 2px solid var(--webo-line);
	scrollbar-color: #c9d0da transparent;
	scrollbar-width: thin;
}

.admin-bar .webo-article-aside {
	top: calc(var(--webo-header-height) + 56px);
}

.webo-toc[hidden] {
	display: none;
}

.webo-toc > p {
	margin: 0 0 10px;
	color: var(--webo-ink);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.webo-toc ol {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.webo-toc a {
	display: block;
	color: #697280;
	font-size: 11px;
	line-height: 1.45;
}

.webo-toc a:hover,
.webo-toc a.is-active {
	color: var(--webo-primary);
}

.webo-aside-help {
	margin-top: 18px;
	padding: 18px;
	border-radius: 6px;
	background: #142033;
	color: var(--webo-white);
}

.webo-aside-help > i {
	margin-bottom: 14px;
	color: #ff9c9a;
	font-size: 25px;
}

.webo-aside-help strong {
	display: block;
	font-size: 14px;
}

.webo-aside-help p {
	margin: 6px 0 12px;
	color: #c4ccd7;
	font-size: 11px;
}

.webo-aside-help a {
	color: #ff9c9a;
	font-size: 11px;
	font-weight: 800;
}

.webo-article-main {
	min-width: 0;
}

.webo-article-content,
.webo-prose {
	color: #273142;
	font-size: 17px;
	line-height: 1.82;
	overflow-wrap: anywhere;
}

.webo-article-content > *:first-child,
.webo-prose > *:first-child {
	margin-top: 0;
}

.webo-article-content h2,
.webo-article-content h3,
.webo-article-content h4,
.webo-prose h2,
.webo-prose h3,
.webo-prose h4 {
	color: var(--webo-ink);
	line-height: 1.28;
	letter-spacing: 0;
	scroll-margin-top: calc(var(--webo-header-height) + 25px);
}

.webo-article-content h2,
.webo-prose h2 {
	margin: 42px 0 15px;
	font-size: 32px;
}

.webo-article-content h3,
.webo-prose h3 {
	margin: 31px 0 12px;
	font-size: 24px;
}

.webo-article-content h4,
.webo-prose h4 {
	margin: 26px 0 10px;
	font-size: 19px;
}

.webo-article-content p,
.webo-prose p {
	margin: 0 0 20px;
}

.webo-article-content a,
.webo-prose a {
	color: var(--webo-secondary);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.webo-article-content ul,
.webo-article-content ol,
.webo-prose ul,
.webo-prose ol {
	margin: 0 0 22px;
	padding-left: 25px;
}

.webo-article-content li,
.webo-prose li {
	margin-bottom: 8px;
	padding-left: 3px;
}

.webo-article-content blockquote,
.webo-prose blockquote {
	margin: 30px 0;
	padding: 22px 25px;
	border-left: 4px solid var(--webo-primary);
	background: #f7f8fa;
	color: #343d4c;
	font-size: 18px;
}

.webo-article-content blockquote p:last-child,
.webo-prose blockquote p:last-child {
	margin-bottom: 0;
}

.webo-article-content figure,
.webo-prose figure {
	max-width: 100%;
	margin: 30px 0;
}

.webo-article-content img,
.webo-prose img {
	max-width: 100%;
	border-radius: 6px;
}

.webo-article-content figcaption,
.webo-prose figcaption {
	margin-top: 8px;
	color: #747d8a;
	font-size: 11px;
	text-align: center;
}

.webo-article-content table,
.webo-prose table {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 28px 0;
	border-collapse: collapse;
	overflow-x: auto;
	font-size: 14px;
}

.webo-article-content th,
.webo-article-content td,
.webo-prose th,
.webo-prose td {
	min-width: 130px;
	padding: 12px;
	border: 1px solid var(--webo-line);
	text-align: left;
}

.webo-article-content th,
.webo-prose th {
	background: #eef1f5;
	color: var(--webo-ink);
}

.webo-article-content pre,
.webo-prose pre {
	max-width: 100%;
	padding: 20px;
	border-radius: 6px;
	background: #111927;
	color: #edf2f8;
	overflow-x: auto;
	font-size: 13px;
}

.webo-article-content iframe,
.webo-prose iframe {
	max-width: 100%;
}

.webo-context-cta {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	align-items: center;
	gap: 15px;
	margin: 32px 0;
	padding: 20px;
	border: 1px solid #cbd7e8;
	border-left: 4px solid var(--webo-secondary);
	border-radius: 6px;
	background: #f4f7fb;
}

.webo-context-cta .webo-context-cta__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin-top: 0;
	border-radius: 5px;
	background: var(--webo-secondary);
	color: var(--webo-white);
}

.webo-context-cta__icon i {
	color: inherit;
	font-size: 19px;
}

.webo-context-cta strong,
.webo-context-cta span {
	display: block;
}

.webo-context-cta strong {
	color: var(--webo-ink);
	font-size: 15px;
	line-height: 1.35;
}

.webo-context-cta > span:not(.webo-context-cta__icon) > span {
	margin-top: 3px;
	color: var(--webo-muted);
	font-size: 12px;
	line-height: 1.45;
}

.webo-context-cta a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 7px;
	padding: 8px 13px;
	border-radius: 4px;
	background: var(--webo-secondary);
	color: var(--webo-white) !important;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.webo-contact-hook {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(270px, 0.7fr);
	align-items: center;
	gap: 24px;
	margin: 38px 0;
	padding: 22px;
	border: 1px solid #29384d;
	border-left: 4px solid var(--webo-primary);
	border-radius: 6px;
	background: #111927;
	box-shadow: 0 14px 32px rgba(17, 25, 39, 0.13);
	color: var(--webo-white);
}

.webo-contact-hook__copy,
.webo-contact-hook__copy > span,
.webo-contact-hook__copy > strong {
	display: block;
	min-width: 0;
}

.webo-contact-hook__eyebrow {
	margin-bottom: 7px;
	color: #ff8a86;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.webo-contact-hook__eyebrow i {
	margin-right: 6px;
}

.webo-contact-hook__copy > strong {
	color: var(--webo-white);
	font-size: 18px;
	line-height: 1.35;
}

.webo-contact-hook__copy > strong + span {
	margin-top: 6px;
	color: #c8d3e2;
	font-size: 12px;
	line-height: 1.55;
}

.webo-contact-hook__actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.webo-contact-hook__action {
	display: inline-flex;
	min-width: 0;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 9px 10px;
	border: 1px solid transparent;
	border-radius: 5px;
	color: var(--webo-white) !important;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	transition: transform 160ms ease, filter 160ms ease;
	white-space: nowrap;
}

.webo-contact-hook__action:hover,
.webo-contact-hook__action:focus-visible {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

.webomedia-contact-hook__action--call {
	border-color: #586a81;
	background: #263449;
}

.webomedia-contact-hook__action--whatsapp {
	background: #168a4b;
}

.webomedia-contact-hook__action--email {
	background: var(--webo-primary);
}

.webo-post-footer {
	margin-top: 50px;
	padding-top: 28px;
	border-top: 1px solid var(--webo-line);
}

.webo-post-author {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 18px;
	padding: 24px;
	border-radius: 7px;
	background: var(--webo-soft);
}

.webo-author-mark--large {
	width: 72px;
	height: 72px;
	font-size: 22px;
}

.webo-post-author p {
	margin: 0;
	color: var(--webo-muted);
	font-size: 12px;
}

.webo-post-author div > p:first-child {
	color: var(--webo-primary);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.webo-post-author h2 {
	margin: 2px 0 5px;
	font-size: 20px;
}

.webo-share {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 20px;
}

.webo-share > span {
	margin-right: 5px;
	color: var(--webo-muted);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.webo-share a {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid var(--webo-line);
	border-radius: 4px;
	color: var(--webo-ink);
}

.webo-share a:hover {
	border-color: var(--webo-secondary);
	color: var(--webo-secondary);
}

.webo-related-posts {
	background: var(--webo-soft);
}

.webo-final-cta {
	padding: 55px 0;
	background: linear-gradient(110deg, #ad2d31 0%, #c83d3b 48%, #305f9f 100%);
	color: var(--webo-white);
}

.webo-final-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.webo-final-cta h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 1.2;
}

.webo-final-cta p:not(.webo-eyebrow) {
	margin: 10px 0 0;
	color: #f5dede;
}

.webo-final-cta__actions {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 9px;
}

.webo-page-content {
	padding: 65px 0;
}

.webo-page-content .webo-prose {
	max-width: 840px;
}

/* Footer */
.webo-footer-contact {
	background: var(--webo-primary);
	color: var(--webo-white);
}

.webo-footer-contact__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.webo-footer-contact__grid > a {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 14px;
	padding: 25px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.webo-footer-contact__grid > a:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.webo-footer-contact__icon {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.13);
	font-size: 17px;
}

.webo-footer-contact__grid small,
.webo-footer-contact__grid strong {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.webo-footer-contact__grid > a > span:last-child {
	min-width: 0;
}

.webo-footer-contact__grid small {
	color: #f4cece;
	font-size: 10px;
	text-transform: uppercase;
}

.webo-footer-contact__grid strong {
	font-size: 13px;
	white-space: nowrap;
}

.webo-worldwide {
	padding: 60px 0;
	border-bottom: 1px solid #d6dae0;
	background: #eef0f3;
}

.webo-worldwide__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 22px;
}

.webo-country {
	min-width: 0;
}

.webo-country summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 11px;
	padding-bottom: 8px;
	border-bottom: 2px solid #cfd4db;
	color: var(--webo-ink);
	font-size: 14px;
	font-weight: 800;
	list-style: none;
}

.webo-country summary::-webkit-details-marker {
	display: none;
}

.webo-country summary > i {
	display: none;
}

.webo-country summary a:hover {
	color: var(--webo-primary);
}

.webo-country ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.webo-country li {
	display: inline-flex;
	align-items: center;
}

.webo-country li:not(:last-child)::after {
	margin-left: 12px;
	color: #b2b8c0;
	content: "\00b7";
}

.webo-country li a {
	color: #545e6d;
	font-size: 11px;
	line-height: 1.4;
}

.webo-country li a:hover {
	color: var(--webo-primary);
}

.webo-trust {
	padding: 48px 0;
	background: #f8f9fa;
}

.webo-trust__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border: 1px solid var(--webo-line);
	border-radius: 7px;
	background: var(--webo-white);
	overflow: hidden;
}

.webo-trust-mark {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 10px;
	padding: 17px 14px;
	border-right: 1px solid var(--webo-line);
	color: var(--webo-ink);
}

.webo-trust-mark:last-child {
	border-right: 0;
}

a.webo-trust-mark:hover {
	background: var(--webo-soft);
}

.webo-trust-mark img,
.webo-trust-mark__symbol {
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	object-fit: contain;
}

.webo-trust-mark__symbol {
	display: grid;
	place-items: center;
	border-radius: 5px;
	background: #edf1f6;
	color: var(--webo-secondary);
	font-size: 21px;
	font-weight: 800;
}

.webo-trust-mark__symbol--years {
	background: #fcebea;
	color: var(--webo-primary);
	font-size: 17px;
}

.webo-trust-mark__symbol--google {
	color: #2f66b0;
}

.webo-trust-mark__symbol--clutch {
	background: #fff1ec;
	color: #f25938;
}

.webo-trust-mark strong,
.webo-trust-mark small {
	display: block;
	line-height: 1.35;
}

.webo-trust-mark strong {
	font-size: 11px;
}

.webo-trust-mark small {
	margin-top: 2px;
	color: var(--webo-muted);
	font-size: 9px;
}

.webo-footer {
	padding: 60px 0 0;
	background: #111925;
	color: var(--webo-white);
}

.webo-footer__top {
	display: grid;
	grid-template-columns: minmax(220px, 1.25fr) repeat(4, minmax(135px, 0.8fr));
	gap: 38px;
}

.webo-footer__brand img {
	width: 174px;
	padding: 7px;
	border-radius: 4px;
	background: var(--webo-white);
}

.webo-footer__brand > p {
	margin: 18px 0;
	color: #aeb7c5;
	font-size: 12px;
}

.webo-footer__brand address {
	display: flex;
	gap: 9px;
	color: #c8ced8;
	font-size: 11px;
	font-style: normal;
}

.webo-footer__brand address i {
	margin-top: 4px;
	color: #ff8583;
}

.webo-socials {
	display: flex;
	gap: 7px;
	margin-top: 18px;
}

.webo-socials a {
	display: grid;
	width: 35px;
	height: 35px;
	place-items: center;
	border: 1px solid #344052;
	border-radius: 4px;
	color: #dce1e8;
}

.webo-socials a:hover {
	border-color: #ff8583;
	color: #ff8583;
}

.webo-footer__column h2 {
	margin: 0 0 15px;
	color: var(--webo-white);
	font-size: 13px;
	line-height: 1.3;
}

.webo-footer__column ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.webo-footer__column a {
	color: #aeb7c5;
	font-size: 11px;
}

.webo-footer__column a:hover {
	color: #ff8583;
}

.webo-footer__payments {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 42px;
	padding: 20px 0;
	border-top: 1px solid #2a3545;
}

.webo-footer__payments span {
	color: #9ca6b5;
	font-size: 10px;
	text-transform: uppercase;
}

.webo-footer__payments img {
	width: min(100%, 470px);
	max-height: 40px;
	object-fit: contain;
	object-position: right;
}

.webo-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 0;
	border-top: 1px solid #2a3545;
	color: #929dab;
	font-size: 10px;
}

.webo-footer__bottom p {
	margin: 0;
}

.webo-mobile-actions {
	display: none;
}

.webo-error-page {
	min-height: 650px;
	padding: 100px 0;
	background: var(--webo-soft);
	text-align: center;
}

.webo-error-page .webo-container {
	max-width: 680px;
}

.webo-error-page__code {
	display: block;
	color: #d6dbe2;
	font-size: 100px;
	font-weight: 800;
	line-height: 1;
}

.webo-error-page .webo-eyebrow {
	justify-content: center;
}

.webo-error-page h1 {
	margin: 10px 0;
	font-size: 40px;
	line-height: 1.2;
}

.webo-error-page > .webo-container > p:not(.webo-eyebrow) {
	color: var(--webo-muted);
}

.webo-error-page .webo-search-form {
	margin: 25px auto 20px;
}

@media (max-width: 1280px) {
	.webo-header__inner {
		width: min(100% - 24px, 1480px);
		gap: 12px;
	}

	.webo-desktop-nav > a,
	.webo-nav-item > a {
		padding-inline: 10px;
		font-size: 15px;
	}

	.webo-header-action--login,
	.webo-header-action--pay,
	.webo-header-action--audit {
		padding-inline: 9px;
		font-size: 12px;
	}

	.webo-trust__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.webo-trust-mark:nth-child(3n) {
		border-right: 0;
	}

	.webo-trust-mark:nth-child(-n + 3) {
		border-bottom: 1px solid var(--webo-line);
	}
}

@media (max-width: 1180px) {
	.webo-desktop-nav {
		display: none;
	}

	.webo-header__inner {
		justify-content: space-between;
	}

	.webo-header__actions {
		margin-left: auto;
	}

	.webo-mobile-toggle {
		display: inline-flex;
	}

	.webo-blog-hero__grid {
		grid-template-columns: minmax(0, 1fr) 350px;
		gap: 32px;
	}

	.webo-blog-hero h1 {
		font-size: 52px;
	}

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

	.webo-service-paths__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webo-worldwide__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.webo-footer__top {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.webo-footer__brand {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 190px minmax(0, 1fr) minmax(230px, 0.8fr) auto;
		align-items: center;
		gap: 25px;
		padding-bottom: 26px;
		border-bottom: 1px solid #2a3545;
	}

	.webo-footer__brand > p,
	.webo-footer__brand address,
	.webo-socials {
		margin: 0;
	}
}

@media (max-width: 782px) {
	.admin-bar .webo-header {
		top: 46px;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.webo-hero-form .webo-lead-form__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.webo-footer-contact__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.webo-footer-contact__grid > a,
	.webo-footer-contact__grid > a:first-child {
		padding: 17px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.23);
		border-left: 0;
	}

	.webo-footer-contact__grid > a:last-child {
		border-bottom: 0;
	}

	.webo-footer__brand {
		display: block;
	}

	.webo-footer__brand > p {
		margin: 17px 0;
	}

	.webo-footer__brand .webo-socials {
		margin-top: 18px;
	}
}

@media (max-width: 767px) {
	:root {
		--webo-header-height: 66px;
	}

	body.webomedia-blog-theme {
		padding-bottom: 62px;
	}

	.webo-container {
		width: min(100% - 28px, 1240px);
	}

	.webo-header__inner {
		width: min(100% - 24px, 1380px);
	}

	.webo-header__logo img {
		width: 132px;
	}

	.webo-header-action--login,
	.webo-header-action--pay {
		display: none;
	}

	.webo-header-action--audit {
		min-height: 36px;
		padding: 7px 9px;
		font-size: 10px;
	}

	.webo-header-action--audit i {
		display: none;
	}

	.webo-header-action__long {
		display: none;
	}

	.webo-header-action__short {
		display: inline;
	}

	.webo-mobile-toggle {
		width: 38px;
		height: 38px;
	}

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

	.webo-blog-hero__media {
		background-position: 62% center;
	}

	.webo-blog-hero__overlay {
		background: linear-gradient(90deg, rgba(7, 13, 23, 0.97), rgba(7, 13, 23, 0.76));
	}

	.webo-blog-hero__grid {
		display: flex;
		align-items: flex-start;
		padding-top: 34px;
		padding-bottom: 38px;
	}

	.webo-blog-hero h1 {
		font-size: clamp(38px, 12vw, 50px);
	}

	.webo-blog-hero__content > p:not(.webo-eyebrow) {
		font-size: 15px;
	}

	.webo-blog-hero__proof {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webo-blog-hero__proof span:last-child {
		grid-column: 1 / -1;
	}

	.webo-topic-links {
		display: none;
	}

	.webo-hero-form {
		display: none;
	}

	.webo-blog-mobile-form {
		display: block;
		padding: 36px 0;
		border-bottom: 1px solid var(--webo-line);
		background: var(--webo-white);
	}

	.webo-blog-mobile-form__heading {
		margin-bottom: 18px;
	}

	.webo-blog-mobile-form h2 {
		margin: 0;
		font-size: 26px;
		line-height: 1.25;
	}

	.webo-search-form > div {
		grid-template-columns: 40px minmax(0, 1fr) auto;
	}

	.webo-search-form input {
		font-size: 12px;
	}

	.webo-search-form button {
		padding-inline: 12px;
	}

	.webo-section-heading h2 {
		font-size: 30px;
	}

	.webo-section-heading--row {
		align-items: flex-start;
	}

	.webo-featured-section,
	.webo-latest-section,
	.webo-service-paths,
	.webo-related-posts {
		padding: 50px 0;
	}

	.webo-featured-post {
		grid-template-columns: minmax(0, 1fr);
	}

	.webo-featured-post__image {
		min-height: auto;
		aspect-ratio: 16 / 10;
	}

	.webo-featured-post__content {
		padding: 25px;
	}

	.webo-featured-post__content h2 {
		font-size: 28px;
	}

	.webo-post-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.webo-service-paths__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.webo-service-paths__grid a {
		min-height: 150px;
	}

	.webo-archive-hero {
		padding: 42px 0;
	}

	.webo-archive-hero h1 {
		font-size: 40px;
	}

	.webo-archive-content {
		padding: 48px 0;
	}

	.webo-post-hero {
		padding: 38px 0;
	}

	.webo-post-hero h1 {
		font-size: 39px;
	}

	.webo-post-hero__excerpt {
		font-size: 15px;
	}

	.webo-post-byline__item {
		flex-basis: auto;
	}

	.webo-post-featured {
		width: min(100% - 28px, 1120px);
		margin-top: 28px;
	}

	.webo-article-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
		padding-top: 34px;
		padding-bottom: 55px;
	}

	.webo-article-aside {
		display: contents;
		position: static;
		max-height: none;
	}

	.webo-toc {
		position: static;
		order: -1;
		max-height: none;
		overflow: visible;
		padding: 18px;
		border: 1px solid var(--webo-line);
		border-left: 3px solid var(--webo-secondary);
		border-radius: 5px;
		background: var(--webo-soft);
	}

	.webo-aside-help {
		display: none;
	}

	.webo-article-content,
	.webo-prose {
		font-size: 16px;
	}

	.webo-article-content h2,
	.webo-prose h2 {
		font-size: 27px;
	}

	.webo-article-content h3,
	.webo-prose h3 {
		font-size: 22px;
	}

	.webo-context-cta {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.webo-context-cta__icon {
		width: 42px;
		height: 42px;
	}

	.webo-context-cta a {
		grid-column: 1 / -1;
		justify-content: center;
	}

	.webo-contact-hook {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
		padding: 19px;
	}

	.webo-post-author {
		grid-template-columns: 56px minmax(0, 1fr);
		padding: 18px;
	}

	.webo-author-mark--large {
		width: 56px;
		height: 56px;
	}

	.webo-final-cta {
		padding: 42px 0;
	}

	.webo-final-cta__inner {
		display: block;
	}

	.webo-final-cta__actions {
		margin-top: 24px;
	}

	.webo-footer-contact__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.webo-footer-contact__grid > a,
	.webo-footer-contact__grid > a:first-child {
		padding: 17px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.23);
		border-left: 0;
	}

	.webo-footer-contact__grid > a:last-child {
		border-bottom: 0;
	}

	.webo-worldwide {
		padding: 45px 0;
	}

	.webo-worldwide__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 6px;
	}

	.webo-country {
		border-bottom: 1px solid #d1d6dd;
	}

	.webo-country summary {
		min-height: 48px;
		margin: 0;
		padding: 10px 2px;
		border-bottom: 0;
	}

	.webo-country summary > i {
		display: inline-block;
		transition: transform 0.2s ease;
	}

	.webo-country[open] summary > i {
		transform: rotate(180deg);
	}

	.webo-country ul {
		padding: 0 0 14px;
	}

	.webo-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webo-trust-mark {
		border-right: 1px solid var(--webo-line) !important;
		border-bottom: 1px solid var(--webo-line);
	}

	.webo-trust-mark:nth-child(2n) {
		border-right: 0 !important;
	}

	.webo-trust-mark:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.webo-footer {
		padding-top: 44px;
	}

	.webo-footer__top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 20px;
	}

	.webo-footer__brand {
		display: block;
		grid-column: 1 / -1;
		padding-bottom: 30px;
	}

	.webo-footer__brand > p {
		margin: 17px 0;
	}

	.webo-socials {
		margin-top: 18px;
	}

	.webo-footer__payments {
		align-items: flex-start;
		flex-direction: column;
	}

	.webo-footer__payments img {
		width: 100%;
		object-position: left;
	}

	.webo-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.webo-mobile-actions {
		position: fixed;
		z-index: 900;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		height: 62px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		border-top: 1px solid #d8dde4;
		background: var(--webo-white);
		box-shadow: 0 -6px 20px rgba(18, 25, 38, 0.1);
	}

	.webo-mobile-actions a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		border-right: 1px solid var(--webo-line);
		color: var(--webo-ink);
		font-size: 11px;
		font-weight: 800;
	}

	.webo-mobile-actions a:nth-child(2) {
		color: #087a58;
	}

	.webo-mobile-actions a:last-child {
		border-right: 0;
		background: var(--webo-primary);
		color: var(--webo-white);
	}

	.webo-error-page {
		min-height: 560px;
		padding: 70px 0;
	}

	.webo-error-page h1 {
		font-size: 32px;
	}
}

@media (max-width: 480px) {
	.webo-contact-hook {
		margin: 30px 0;
		padding: 17px 14px;
	}

	.webo-contact-hook__copy > strong {
		font-size: 16px;
	}

	.webo-contact-hook__actions {
		gap: 6px;
	}

	.webo-contact-hook__action {
		min-height: 46px;
		gap: 4px;
		padding-inline: 4px;
		font-size: 9px;
	}

	.webo-blog-hero__proof span {
		padding-inline: 7px;
		font-size: 9px;
	}

	.webo-section-heading--row {
		display: block;
	}

	.webo-section-heading--row .webo-text-link {
		margin-top: 10px;
	}

	.webo-lead-form__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.webo-post-card__body {
		padding: 20px;
	}

	.webo-post-hero h1 {
		font-size: 34px;
	}

	.webo-post-byline {
		gap: 10px 14px;
	}

	.webo-post-byline__item {
		font-size: 10px;
	}

	.webo-trust__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.webo-trust-mark,
	.webo-trust-mark:nth-child(2n),
	.webo-trust-mark:nth-last-child(-n + 2) {
		border-right: 0 !important;
		border-bottom: 1px solid var(--webo-line);
	}

	.webo-trust-mark:last-child {
		border-bottom: 0;
	}

	.webo-footer__top {
		grid-template-columns: minmax(0, 1fr);
	}

	.webo-footer__column {
		padding-bottom: 20px;
		border-bottom: 1px solid #2a3545;
	}
}

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

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
