@charset "UTF-8";

/*!
Theme Name: Property Management Review
Theme URI: http://underscores.me/
Author: AEDevStudio
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pmr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Property Management Review is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

:root {

	/* BASE */
	--color-white: #fff;
	--color-black: #000;

	/* ACCENTS */
	--color-blue-accent: #06f;
	--color-blue-light: #1f79ff;

	/* DARK / SLATE / TEXT */
	--color-dark-deep: #101828;
	--color-dark-navy: #162033;
	--color-dark-slate: #1d2939;
	--color-dark-blue: #24324a;
	--color-muted-blue: #344054;

	/* GRAYS */
	--color-gray-dark: #667085;
	--color-gray-medium: #98a2b3;

	/* LIGHT TINTS / BACKGROUNDS */
	--color-tint-blue-gray: #e5eaf0;
	--color-tint-blue-soft: #eaf2ff;
	--color-tint-blue-ice: #cfe0ff;
	--color-bg-light: #f5f7fa;
	--color-bg-soft: #f8fafc;
	--color-bg-clean: #f9fafb;

	/* STATUS */
	--color-success: #12b76a;
	--color-success-bg: #ecfdf3;
	--color-warning: #f5a65e;
	--color-error: #f04438;
	--color-error-bg: #fde7e5;
	--color__background-body: #fff;
	--color__background-hr: #e5eaf0;
	--color__background-button: #06f;
}

:root {
	--font-family-ibm-plex-sans: "IBM Plex Sans";
	--font-family-code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono";
	--font-family-pre: "Courier 10 Pitch", courier;
	--font-pre-line-height: 1.6;
	--font-body-line-height: 1.5;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-dark-deep);
	font-family: var(--font-family-ibm-plex-sans), sans-serif;
	font-size: 1rem;
	line-height: var(--font-body-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-dark-deep);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	clear: both;
}

h1 {
	font-size: 48px;
	letter-spacing: -0.04em;
	line-height: 1.2;
}

@media (max-width: 768px) {

	h1 {
		font-size: 36px;
	}
}

@media (max-width: 480px) {

	h1 {
		font-size: 28px;
	}
}

h2 {
	font-size: 32px;
	letter-spacing: -0.032em;
	line-height: 1.2;
}

@media (max-width: 768px) {

	h2 {
		font-size: 28px;
	}
}

@media (max-width: 480px) {

	h2 {
		font-size: 24px;
	}
}

h3 {
	font-size: 26px;
	line-height: 1.25;
	font-weight: 500;
}

@media (max-width: 768px) {

	h3 {
		font-size: 22px;
	}
}

@media (max-width: 480px) {

	h3 {
		font-size: 18px;
	}
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0;
	padding: 10px 24px;
	color: var(--color-muted-blue);
	background-color: var(--color-bg-light);
	font-size: 20px;
	font-style: normal;
	line-height: 1.65;
	border-radius: 16px;
	border-left: 3px solid var(--color-blue-accent);
}

blockquote p {
	margin: 0 0 4px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote cite {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: var(--color-gray-dark);
	font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: var(--color-tint-blue-gray);
	font-family: var(--font-family-pre), monospace;
	line-height: var(--font-pre-line-height);
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: var(--font-family-code), monospace;
}

abbr,
acronym {
	cursor: help;
}

mark,
ins {
	background: var(--color-warning);
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	background: var(--color__background-body);
}

body.nav-open {
	overflow: hidden;
}

hr {
	background-color: var(--color__background-hr);
	border: 0 !important;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
	padding: 0 0 0 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 0 0 1.5em;
}

.wp-block-embed-youtube,
.wp-block-embed-vimeo,
.wp-block-embed {
	margin-right: 0;
	margin-left: 0;
	width: 100%;
}

.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.wp-block-embed iframe[style*="aspect-ratio"] {
	width: 100% !important;
	height: auto !important;
}

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

table {
	width: 100%;
	border-spacing: 0;
	background-color: transparent;
	border-radius: 20px;
	border-collapse: separate;
	border: 1px solid var(--color-tint-blue-gray);
	overflow: hidden;
}

table thead th,
table tbody td {
	padding: 16px 18px !important;
	font-weight: 500;
	border-bottom: 1px solid var(--color-tint-blue-gray) !important;
	border-right: 1px solid var(--color-tint-blue-gray) !important;
}

table th:last-child,
table td:last-child {
	border-right: none;
}

table tr:last-child td {
	border-bottom: none;
}

table thead {
	border-color: var(--color-tint-blue-gray) !important;
}

table thead th {
	background-color: var(--color-bg-light);
	color: var(--color-gray-dark);
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
}

table tbody td {
	vertical-align: middle;
	color: var(--color-muted-blue);
}

table a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--color-blue-accent);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.3s ease;
}

table a[href^="tel:"] {
	color: var(--color-muted-blue);
}

table a:hover {
	color: var(--color-dark-deep);
}

table a:hover svg {
	transform: translateX(4px);
}

table a svg {
	width: 18px;
	height: 18px;
	transition: transform 0.3s ease;
}

/* Links
--------------------------------------------- */
a {
	color: var(--color-blue-accent);
	outline: none;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-flex;
	justify-content: center;
	padding: 16px 18px;
	border-color: var(--color-tint-blue-gray);
	border-radius: 99px;
	background: var(--color__background-button);
	color: var(--color-white);
	font-weight: 500;
	line-height: 1;
	border: 1px solid;
	border-color: var(--color__background-button);
	cursor: pointer;
	transition: all 0.3s;
}

button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

.btn--outline {
	border: 1px solid var(--color-blue-accent);
	background: var(--color-white);
	color: var(--color-blue-accent);
	text-decoration: none;
	white-space: nowrap;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--color-gray-dark);
	outline: none;
	padding: 10px 16px;
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 999px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none;
	color: var(--color-dark-deep);
	border-color: var(--color-blue-accent);
	box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
}

select {
	border: 1px solid var(--color-tint-blue-gray);
}

textarea {
	width: 100%;
	resize: vertical;
	min-height: 100px;
	font-family: inherit;
	border-radius: 12px;
}

label {
	display: block;
	margin: 0 0 4px;
	color: var(--color-muted-blue);
	font-size: 13px;
	line-height: 1.4;
	text-transform: uppercase;
}

.form {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 32px;
	margin: 0 auto;
	max-width: 612px;
	background-color: var(--color-tint-blue-soft);
	border: 1px solid var(--color-blue-accent);
	border-radius: 24px;
}

@media (max-width: 600px) {

	.form {
		padding: 20px;
	}
}

.form--spaced-tiny {
	gap: 12px;
}

.form__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.form__message {
	padding: 4px 12px;
	border-radius: 999px;
	margin: 14px 0 0;
}

.form__message:empty {
	display: none;
}

.form__message--success {
	color: var(--color-success);
	background-color: var(--color-success-bg);
}

.form__message--error {
	color: var(--color-error);
	background-color: var(--color-error-bg);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.navigation {
	display: flex;
	align-items: center;
	gap: 20px;
}

.navigation__mobile-header,
.navigation__mobile-cta {
	display: none;
}

.navigation__list {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation__list--mega {
	gap: 0;
}

.navigation__list--simple {
	gap: 20px;
	margin-left: 4px;
}

.navigation__list--simple .current-menu-item a {
	color: var(--color-blue-accent);
}

.navigation__list a {
	color: var(--color-dark-slate);
	transition: color 0.15s ease;
}

.navigation__list a:hover {
	color: var(--color-blue-accent);
}

.navigation__item {
	position: relative;
	z-index: 1;
}

.navigation__item--has-mega:hover .navigation__chevron,
.navigation__item--has-mega:focus-within .navigation__chevron {
	transform: rotate(225deg);
	margin-top: 6px;
}

.navigation__item--has-mega:hover .mega-menu,
.navigation__item--has-mega:focus-within .mega-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.navigation__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 4px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
}

.navigation__chevron {
	width: 10px;
	height: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	margin-top: -4px;
	margin-left: 10px;
	transition: transform 0.2s ease, margin-top 0.2s ease;
}

.navigation.is-open {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.navigation__close {
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: var(--color-blue-accent);
	color: var(--color-white);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.mega-menu {
	position: absolute;
	padding-top: 38px;
	top: 100%;
	left: 0;
	min-width: 600px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
	white-space: nowrap;
}

.mega-menu__container {
	display: flex;
	gap: 48px;
	padding: 28px 32px;
	background: var(--color-white);
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 16px;
	box-shadow: 0 16px 40px rgba(16, 24, 40, 0.1);
}

.mega-menu__column {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 180px;
}

.mega-menu__title {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: var(--font-family-ibm-plex-sans), sans-serif;
	color: var(--color-gray-dark);
}

.mega-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.mega-menu__link {
	display: block;
	padding: 10px 12px;
	margin: 0 -12px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 500;
	color: var(--color-dark-deep);
	text-decoration: none;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.mega-menu__link:hover {
	background: var(--color-bg-light);
	color: var(--color-blue-accent);
}

.mega-menu__link--active {
	background: var(--color-tint-blue-soft);
	color: var(--color-blue-accent);
}

@media (max-width: 1152px) {

	.admin-bar .navigation {
		top: 120px;
	}

	.navigation {
		position: fixed;
		inset: 0;
		top: 74px;
		z-index: 200;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		background: var(--color-white);
		padding: 20px 20px 28px;
		overflow-y: auto;
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
		transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s;
	}

	.navigation__mobile-cta {
		display: flex;
		width: 100%;
		margin-top: 34px;
	}

	.navigation__list--mega,
	.navigation__list--simple {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		width: 100%;
	}

	.navigation__list--simple {
		margin-left: 0;
		margin-top: 8px;
		padding-top: 12px;
		border-top: 1px solid var(--color-tint-blue-gray);
		gap: 16px;
	}

	.navigation__item {
		width: 100%;
	}

	.navigation__link {
		width: 100%;
		justify-content: space-between;
		padding: 14px 4px;
		font-size: 16px;
	}

	.navigation__link--has-mega {
		display: none;
	}

	.mega-menu {
		position: static;
		padding: 0;
		min-width: 0;
		box-shadow: none;
		border-radius: 0;
		opacity: 1;
		visibility: visible;
		transform: none;
		transition: none;
	}

	.navigation__item--has-mega.is-expanded .mega-menu {
		display: block;
	}

	.mega-menu__container {
		flex-direction: column;
		gap: 12px;
		padding: 0;
		box-shadow: none;
		border: none;
	}

	.mega-menu__column {
		min-width: 0;
		gap: 2px;
	}

	.mega-menu__title {
		margin: 0 0 8px;
	}

	.mega-menu__link {
		display: inline-flex;
		padding: 8px 10px;
		margin: 0;
	}
}

.comment-navigation,
.posts-navigation,
.post-navigation {
	position: relative;
	display: inline-flex;
	opacity: 1;
	visibility: visible;
	transform: none;
	top: 0 !important;
	margin-top: 48px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	display: flex;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background-color: var(--color-white);
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 20px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	border-color: var(--color-blue-accent);
	transform: translateY(-2px);
}

.comment-navigation .nav-previous .nav-subtitle,
.comment-navigation .nav-next .nav-subtitle,
.posts-navigation .nav-previous .nav-subtitle,
.posts-navigation .nav-next .nav-subtitle,
.post-navigation .nav-previous .nav-subtitle,
.post-navigation .nav-next .nav-subtitle {
	display: block;
	color: var(--color-blue-accent);
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.comment-navigation .nav-previous .nav-title,
.comment-navigation .nav-next .nav-title,
.posts-navigation .nav-previous .nav-title,
.posts-navigation .nav-next .nav-title,
.post-navigation .nav-previous .nav-title,
.post-navigation .nav-next .nav-title {
	font-size: 18px;
	font-weight: 500;
	color: var(--color-dark-deep);
	line-height: 1.4;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
	align-items: flex-end;
	text-align: right;
}

@media (max-width: 768px) {

	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.comment-navigation .nav-next a,
	.posts-navigation .nav-next a,
	.post-navigation .nav-next a {
		align-items: flex-start;
		text-align: left;
	}
}

.posts-navigation {
	display: flex;
	justify-content: center;
}

.posts-navigation .nav-links {
	display: flex;
}

.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
	padding: 16px 60px;
	font-weight: 500;
	border-radius: 99px;
}

@media (max-width: 600px) {

	.posts-navigation .nav-previous a,
	.posts-navigation .nav-next a {
		padding: 10px 25px;
	}
}

.posts-navigation .nav-previous a {
	background-color: var(--color-blue-accent);
	color: var(--color-white);
}

@media (max-width: 600px) {

	.posts-navigation {
		width: 100%;
		padding: 0;
	}
}

.breadcrumbs {
	display: inline-flex;
	font-size: 12px;
	font-weight: 500;
}

.breadcrumbs a {
	color: var(--color-gray-dark);
}

.breadcrumbs__list {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	gap: 3px;
}

.breadcrumbs__item:not(:last-child)::after {
	content: "/";
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.compare-box-widget {
	padding: 20px;
	background-color: var(--color-bg-light);
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 20px;
}

.compare-box-widget__title {
	margin: 0 0 8px;
	color: var(--color-dark-deep);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.compare-box-widget__text {
	margin: 0 0 20px;
	color: var(--color-muted-blue);
	font-size: 13px;
	line-height: 1.5;
}

.compare-box-widget__button {
	padding: 12px 24px;
}

.report-box-widget {
	padding: 20px;
	background-color: var(--color-white);
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 20px;
}

.report-box-widget__title {
	margin: 0 0 12px;
	color: var(--color-dark-deep);
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.report-box-widget__text {
	margin: 0 0 20px;
	font-size: 14px;
	color: var(--color-muted-blue);
}

.report-box-widget__btn {
	width: 100%;
	padding: 8px 24px;
	background-color: var(--color-warning);
	border-color: var(--color-warning);
	color: var(--color-white);
	text-transform: uppercase;
}

.search-bar {
	position: relative;
	display: flex;
	align-items: center;
}

.search-bar__input {
	padding: 10px 16px 10px 40px !important;
	background: var(--color-bg-light) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23667085' d='m17.78 16.72-4.477-4.476a7.512 7.512 0 1 0-1.06 1.06l4.476 4.477a.75.75 0 0 0 1.06-1.06ZM7.5 13.5a6 6 0 1 1 6-6 6.007 6.007 0 0 1-6 6Z'/%3E%3C/svg%3E") no-repeat 14px center;
	color: var(--color-dark-slate);
}

.search-bar__input::placeholder {
	color: var(--color-gray-dark);
}

.search-bar__submit {
	position: absolute;
	inset: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	border: 0;
	padding: 0;
}

.search-bar__pre-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 100;
	margin-top: 8px;
	background-color: var(--color-white);
	font-weight: 500;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.search-bar__pre-result {
	display: block;
	padding: 12px 16px;
	color: var(--color-dark-slate);
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.search-bar__pre-result:hover {
	background-color: var(--color-bg-light);
	color: var(--color-blue-accent);
}

.search-bar__pre-result:not(:last-child) {
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.share-widget {
	position: sticky;
	padding: 20px;
	max-width: 460px;
	top: 100px;
	background-color: #fff;
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 20px;
}

.share-widget__title {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--color-gray-dark);
	margin: 0 0 12px;
}

.share-widget__links {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 20px;
}

.share-widget__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: var(--color-gray-dark);
	border: 1px solid var(--color-tint-blue-gray);
	transition: all 0.3s ease;
	text-decoration: none;
}

.share-widget__link svg {
	width: 22px;
	height: 22px;
}

.share-widget__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.share-widget__link--whatsapp:hover {
	background-color: #25d366;
	color: #fff;
}

.share-widget__link--telegram:hover {
	background-color: #08c;
	color: #fff;
}

.share-widget__link--facebook:hover {
	background-color: #1877f2;
	color: #fff;
}

.share-widget__link--x:hover {
	background-color: #000;
	color: #fff;
}

.share-widget__link--linkedin:hover {
	background-color: #0a66c2;
	color: #fff;
}

.share-widget__copy-link {
	width: 100%;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 500;
	color: var(--color-dark-deep);
	background-color: var(--color-bg-light);
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 999px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.share-widget__copy-link:hover {
	background-color: var(--color-tint-blue-soft);
	border-color: var(--color-blue-accent);
	color: var(--color-blue-accent);
}

.toc {
	padding: 20px;
	background-color: var(--color-white);
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 20px;
}

.toc-title {
	margin: 0 0 15px;
	color: var(--color-gray-dark);
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.toc-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.toc-item {
	margin-bottom: 12px;
}

.toc-item:last-child {
	margin-bottom: 0;
}

.toc-link {
	display: flex;
	align-items: baseline;
	gap: 3px;
	color: var(--color-dark-deep);
	font-size: 14px;
	transition: color 0.3s ease;
}

.toc-link:hover {
	color: var(--color-blue-accent);
}

.toc-number {
	flex-shrink: 0;
}

.toc-text {
	flex: 1;
}

.search-bar {
	position: relative;
	display: flex;
	align-items: center;
}

.search-bar__input {
	padding: 10px 16px 10px 40px !important;
	background: var(--color-bg-light) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23667085' d='m17.78 16.72-4.477-4.476a7.512 7.512 0 1 0-1.06 1.06l4.476 4.477a.75.75 0 0 0 1.06-1.06ZM7.5 13.5a6 6 0 1 1 6-6 6.007 6.007 0 0 1-6 6Z'/%3E%3C/svg%3E") no-repeat 14px center;
	color: var(--color-dark-slate);
}

.search-bar__input::placeholder {
	color: var(--color-gray-dark);
}

.search-bar__submit {
	position: absolute;
	inset: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	border: 0;
	padding: 0;
}

.search-bar__pre-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 100;
	margin-top: 8px;
	background-color: var(--color-white);
	font-weight: 500;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.search-bar__pre-result {
	display: block;
	padding: 12px 16px;
	color: var(--color-dark-slate);
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.search-bar__pre-result:hover {
	background-color: var(--color-bg-light);
	color: var(--color-blue-accent);
}

.search-bar__pre-result:not(:last-child) {
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.share-widget {
	position: sticky;
	padding: 20px;
	max-width: 460px;
	top: 100px;
	background-color: #fff;
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 20px;
}

.share-widget__title {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--color-gray-dark);
	margin: 0 0 12px;
}

.share-widget__links {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 20px;
}

.share-widget__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: var(--color-gray-dark);
	border: 1px solid var(--color-tint-blue-gray);
	transition: all 0.3s ease;
	text-decoration: none;
}

.share-widget__link svg {
	width: 22px;
	height: 22px;
}

.share-widget__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.share-widget__link--whatsapp:hover {
	background-color: #25d366;
	color: #fff;
}

.share-widget__link--telegram:hover {
	background-color: #08c;
	color: #fff;
}

.share-widget__link--facebook:hover {
	background-color: #1877f2;
	color: #fff;
}

.share-widget__link--x:hover {
	background-color: #000;
	color: #fff;
}

.share-widget__link--linkedin:hover {
	background-color: #0a66c2;
	color: #fff;
}

.share-widget__copy-link {
	width: 100%;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 500;
	color: var(--color-dark-deep);
	background-color: var(--color-bg-light);
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 999px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.share-widget__copy-link:hover {
	background-color: var(--color-tint-blue-soft);
	border-color: var(--color-blue-accent);
	color: var(--color-blue-accent);
}

.toc {
	padding: 20px;
	background-color: var(--color-white);
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 20px;
}

.toc-title {
	margin: 0 0 15px;
	color: var(--color-gray-dark);
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.toc-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.toc-item {
	margin-bottom: 12px;
}

.toc-item:last-child {
	margin-bottom: 0;
}

.toc-link {
	display: flex;
	align-items: baseline;
	gap: 3px;
	color: var(--color-dark-deep);
	font-size: 14px;
	transition: color 0.3s ease;
}

.toc-link:hover {
	color: var(--color-blue-accent);
}

.toc-number {
	flex-shrink: 0;
}

.toc-text {
	flex: 1;
}

.compare-box-widget {
	padding: 20px;
	background-color: var(--color-bg-light);
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 20px;
}

.compare-box-widget__title {
	margin: 0 0 8px;
	color: var(--color-dark-deep);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.compare-box-widget__text {
	margin: 0 0 20px;
	color: var(--color-muted-blue);
	font-size: 13px;
	line-height: 1.5;
}

.compare-box-widget__button {
	padding: 12px 24px;
}

/* Layouts
--------------------------------------------- */
.container {
	width: 100%;
	max-width: 1076px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container--large {
	max-width: 1230px;
}

.site-header {
	position: relative;
	background: var(--color-white);
	font-weight: 500;
	border-bottom: 1px solid var(--color-tint-blue-gray);
	z-index: 100;
}

.site-header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 20px;
	max-width: 1290px;
}

.site-header__logo {
	display: block;
	height: 60px;
	width: auto;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 24px;
}

.site-header__cta {
	padding: 14px 18px;
	white-space: nowrap;
}

.site-header__burger {
	display: none;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: var(--color-blue-accent);
	cursor: pointer;
	flex-shrink: 0;
}

.site-header__burger-icon,
.site-header__burger-icon::before,
.site-header__burger-icon::after {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background: var(--color-white);
	border-radius: 2px;
	position: relative;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header__burger-icon::before {
	position: absolute;
	top: -5px;
}

.site-header__burger-icon::after {
	position: absolute;
	top: 5px;
}

.site-header__burger[aria-expanded="true"] .site-header__burger-icon {
	background: transparent;
}

.site-header__burger[aria-expanded="true"] .site-header__burger-icon::before {
	top: 0;
	transform: rotate(45deg);
}

.site-header__burger[aria-expanded="true"] .site-header__burger-icon::after {
	top: 0;
	transform: rotate(-45deg);
}

@media (max-width: 1152px) {

	.site-header__container {
		padding: 14px 20px;
	}

	.site-header__logo {
		height: 45px;
	}

	.site-header .search-bar,
	.site-header__cta {
		display: none;
	}

	.site-header__burger {
		display: inline-flex;
	}
}

.site-footer {
	background-color: var(--color-dark-deep);
	color: var(--color-white);
	padding: 42px 20px;
}

.site-footer__container {
	max-width: 1250px;
	margin: 0 auto;
}

.site-footer__top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 32px;
}

@media (max-width: 768px) {

	.site-footer__top {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

.site-footer__brand {
	max-width: 300px;
}

.site-footer__logo {
	margin-bottom: 20px;
}

.site-footer__logo img {
	display: block;
}

.site-footer__tagline {
	font-size: 16px;
	line-height: 1.65;
	color: var(--color-white);
	margin: 0 0 20px;
}

.site-footer__social {
	display: flex;
	gap: 20px;
}

.site-footer__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: var(--color-dark-slate);
	color: var(--color-white);
	border-radius: 50%;
	transition: all 0.3s ease;
}

.site-footer__social-link svg {
	width: 20px;
}

.site-footer__social-link:hover {
	background-color: var(--color-blue-accent);
	transform: translateY(-2px);
}

.site-footer__consulting {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

@media (max-width: 768px) {

	.site-footer__consulting {
		justify-content: flex-start;
	}
}

.site-footer__consulting-box {
	background-color: var(--color-dark-navy);
	border: 1px solid var(--color-dark-blue);
	border-radius: 20px;
	padding: 20px;
	max-width: 414px;
}

.site-footer__consulting-title {
	margin: 0 0 10px;
	color: var(--color-bg-clean);
	font-size: 16px;
	line-height: 1.3;
}

.site-footer__consulting-text {
	font-size: 14px;
	line-height: 1.65;
	color: var(--color-gray-medium);
	margin-bottom: 20px;
}

.site-footer__consulting-btn {
	display: inline-block;
	padding: 9px 13px;
	background-color: var(--color-white);
	border-color: var(--color-white);
	color: var(--color-dark-deep);
	transition: all 0.3s ease;
}

.site-footer__consulting-btn:hover {
	background-color: var(--color-blue-accent);
	border-color: var(--color-blue-accent);
	color: var(--color-white);
}

.site-footer__nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 32px;
	padding: 32px 0;
	margin: 32px 0;
	border-bottom: 1px solid var(--color-dark-slate);
	border-top: 1px solid var(--color-dark-slate);
}

.site-footer__nav:empty {
	display: none;
}

.site-footer__nav-column {
	min-width: 230px;
}

.site-footer__nav-title {
	margin: 0 0 10px;
	color: var(--color-white);
	font-size: 16px;
	font-weight: 400;
}

.site-footer__nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer__nav-list li {
	margin-bottom: 6px;
}

.site-footer__nav-list li:last-child {
	margin-bottom: 0;
}

.site-footer__nav-list a {
	color: var(--color-gray-medium);
	text-decoration: none;
	font-size: 15px;
	line-height: 1.5;
	transition: color 0.3s ease;
}

.site-footer__nav-list a:hover {
	color: var(--color-white);
}

.site-footer__bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}

@media (max-width: 768px) {

	.site-footer__bottom {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

.site-footer__disclaimer {
	margin: 0;
	max-width: 448px;
	color: var(--color-bg-clean);
}

.site-footer__copyright {
	color: var(--color-bg-clean);
	text-align: right;
}

@media (max-width: 768px) {

	.site-footer__copyright {
		text-align: left;
	}
}

.site-footer__copyright span {
	display: block;
	margin-bottom: 12px;
}

.site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	list-style-type: none;
	color: var(--color-gray-medium);
	padding: 0;
	margin: 0;
}

.site-footer__legal li:not(:last-child)::after {
	content: "/";
	display: inline-flex;
	margin: 0 8px;
}

@media (max-width: 768px) {

	.site-footer__legal {
		justify-content: flex-start;
	}
}

.site-footer__legal a {
	color: var(--color-gray-medium);
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
}

.site-footer__legal a:hover {
	color: var(--color-white);
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: rgba(16, 24, 40, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.popup--active {
	display: flex;
}

.popup__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(10px);
}

.popup__title,
.popup__description {
	text-align: center;
}

.popup__title {
	margin: 0 0 8px;
}

.popup__description {
	margin: 0 0 14px;
}

.popup__container {
	position: relative;
	max-height: 80vh;
	overflow-y: auto;
}

@media (max-width: 600px) {

	.popup__container {
		padding: 0;
	}
}

.popup__actions {
	display: flex;
	gap: 12px 20px;
	margin-top: 20px;
}

@media (max-width: 600px) {

	.popup__actions {
		flex-wrap: wrap;
	}
}

.popup__actions button {
	width: 100%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.no-results,
.error-404 {
	padding: 100px 0;
	text-align: center;
}

.site-search {
	padding-bottom: 72px;
}

.post__grid {
	display: grid;
	gap: 42px 70px;
	grid-template-columns: auto 34%;
	align-items: flex-start;
	padding-bottom: 72px;
}

@media (max-width: 1024px) {

	.post__grid {
		display: flex;
		flex-direction: column-reverse;
		align-items: stretch;
	}
}

.post__aside {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: sticky;
	top: 20px;
}

@media (max-width: 1024px) {

	.post__aside {
		position: static;
	}
}

.updated:not(.published) {
	display: none;
}

.page-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 24px;
}

.page-content figure img,
.entry-content figure img,
.entry-summary figure img {
	border-radius: 20px;
}

.page-content ul li:not(:last-child),
.entry-content ul li:not(:last-child),
.entry-summary ul li:not(:last-child) {
	margin: 0 0 1em;
}

.entry-progress {
	position: sticky;
	top: 0;
	background-color: var(--color-tint-blue-gray);
	width: 100%;
	height: 5px;
	z-index: 999999;
}

.entry-progress__inner {
	height: 100%;
	width: 0;
	background-color: var(--color-blue-accent);
	transition: width 0.1s ease-out;
}

.entry-header {
	padding: 60px 0;
	margin: 0 0 48px;
	background-color: var(--color-bg-light);
}

.entry-header__grid {
	display: grid;
	gap: 70px;
	grid-template-columns: 1fr 320px;
	max-width: 1290px;
}

@media (max-width: 1024px) {

	.entry-header__grid {
		gap: 40px;
		grid-template-columns: 1fr;
	}
}

.entry-header__suptitle {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 24px 0;
	flex-wrap: wrap;
}

.entry-header__meta {
	color: var(--color-gray-dark);
	font-size: 12px;
}

.entry-header__category {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--color-tint-blue-soft);
	color: var(--color-blue-accent);
	font-size: 13px;
	font-weight: 500;
}

.entry-header__title {
	margin: 0 0 24px;
}

.entry-header__excerpt {
	font-size: 20px;
	line-height: 1.5;
	color: var(--color-gray-dark);
	margin: 0 0 32px;
	max-width: 760px;
}

.entry-header__excerpt p {
	margin: 0;
}

.entry-header__author,
.entry-header__author a {
	font-size: 14px;
	font-weight: 500;
	color: var(--color-dark-deep);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-archive-posts {
	padding: 0 0 72px;
}

.site-archive-posts__container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 24px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Cards
--------------------------------------------- */
.cards-featured {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	padding: 20px;
	height: 100%;
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 20px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cards-featured:hover {
	box-shadow: 0 12px 24px rgba(16, 24, 40, 0.06);
}

.cards-featured__thumbnail-wrapper {
	position: relative;
	height: 170px;
	flex-shrink: 0;
	background-color: var(--color-bg-clean);
	border-radius: 12px;
}

.cards-featured__thumbnail-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.cards-featured__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.cards-featured__title {
	margin: 0 0 4px;
	color: var(--color-dark-deep);
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	font-family: "IBM Plex Sans", sans-serif;
}

.cards-featured__excerpt {
	margin: 0 0 15px;
	color: var(--color-gray-dark);
	font-size: 14px;
	line-height: 1.5;
}

.cards-featured__meta {
	display: flex;
	gap: 3px;
	margin-top: auto;
	font-size: 12px;
	font-weight: 500;
	color: var(--color-gray-dark);
}

.cards-featured__reading-time {
	flex: none;
	white-space: nowrap;
}

.cards-featured__category a {
	color: var(--color-dark-deep);
}

.cards-featured--vertical {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 24px;
	grid-column: 1;
	grid-row: 1 / span 2;
}

@media (max-width: 1024px) {

	.cards-featured--vertical {
		grid-column: auto;
		grid-row: auto;
	}
}

.cards-featured--vertical .cards-featured__content {
	gap: 15px;
}

.cards-featured--vertical .cards-featured__thumbnail-wrapper {
	height: 246px;
}

.cards-featured--vertical .cards-featured__excerpt {
	margin: 0;
}

@media (max-width: 1024px) {

	.cards-featured {
		grid-column: auto;
	}
}

@media (max-width: 600px) {

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

.cards-guide {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 24px;
	background-color: var(--color-white);
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 20px;
	transition: all 0.3s ease;
}

.cards-guide:hover {
	background-color: rgba(0, 102, 255, 0.05);
	border-color: var(--color-blue-accent);
}

.cards-guide__icon {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-blue-accent);
	color: var(--color-white);
	border-radius: 50%;
	margin-bottom: 15px;
	transition: background-color 0.3s ease;
}

.cards-guide__icon svg {
	width: 18px;
	height: 18px;
}

.cards-guide__badge {
	display: inline-block;
	padding: 6px 10px;
	background-color: var(--color-bg-soft);
	color: var(--color-blue-accent);
	font-size: 13px;
	font-weight: 500;
	border-radius: 999px;
	margin-bottom: 15px;
	width: fit-content;
}

.cards-guide__title {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.cards-guide__title a {
	color: var(--color-dark-deep);
	text-decoration: none;
	transition: color 0.3s ease;
}

.cards-guide__title a:hover {
	color: var(--color-blue-accent);
}

.cards-guide__excerpt {
	margin: 0 0 15px;
	color: var(--color-muted-blue);
	font-size: 14px;
	line-height: 1.5;
	flex-grow: 1;
}

.cards-guide__excerpt p {
	margin: 0 0 8px;
}

.cards-guide__excerpt p:last-child {
	margin: 0;
}

.cards-guide__meta {
	color: var(--color-gray-dark);
	font-size: 12px;
	font-weight: 500;
}

.cards-latest-posts {
	border-radius: 20px;
	border: 1px solid var(--color-tint-blue-gray);
	display: flex;
}

.cards-latest-posts,
.cards-latest-posts a {
	transition: all 0.3s ease;
}

.cards-latest-posts:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cards-latest-posts:hover .cards-latest-posts__title-link {
	color: var(--color-blue-accent);
}

.cards-latest-posts--featured {
	flex-direction: column;
}

.cards-latest-posts--featured .cards-latest-posts__thumbnail-link {
	padding: 20px 20px 0;
	width: 100%;
}

.cards-latest-posts--featured .cards-latest-posts__thumbnail-link img {
	min-height: 346px;
}

.cards-latest-posts__body {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 20px;
	height: 100%;
}

.cards-latest-posts__badge {
	display: inline-block;
	align-self: flex-start;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--color-tint-blue-soft);
	color: var(--color-blue-accent);
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 8px;
}

.cards-latest-posts__title {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: 500;
	color: var(--color-dark-deep);
}

.cards-latest-posts__title-link {
	color: inherit;
	text-decoration: none;
}

.cards-latest-posts__meta {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 500;
	color: var(--color-gray-dark);
}

.cards-latest-posts__read-time::after {
	content: "·";
	margin-left: 6px;
}

.cards-latest-posts__category,
.cards-latest-posts__category a {
	color: var(--color-dark-deep);
}

.cards-latest-posts__thumbnail-link {
	display: block;
	padding: 20px 0 20px 20px;
	flex: none;
	width: 168px;
}

.cards-latest-posts__thumbnail-link img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	border-radius: 12px;
	min-height: 143px;
}

.cards-latest-posts__excerpt {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--color-gray-dark);
}

@media (max-width: 600px) {

	.cards-latest-posts {
		flex-direction: column;
	}

	.cards-latest-posts__thumbnail-link {
		padding: 20px 20px 0 20px;
		width: 100%;
	}

	.cards-latest-posts--featured .cards-latest-posts__thumbnail-link img {
		min-height: auto;
	}
}

.cards-bank {
	display: flex;
	flex-direction: column;
	padding: 18px;
	background-color: var(--color-bg-light);
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 18px;
	transition: all 0.3s ease;
}

.cards-bank--hidden {
	display: none;
}

.cards-bank__title {
	margin: 0 0 8px;
}

.cards-bank__title a {
	color: var(--color-dark-deep);
}

.cards-bank__description {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 1.65;
	color: var(--color-muted-blue);
}

.cards-bank__details {
	padding: 18px;
	background-color: var(--color-white);
	border-radius: 8px;
	margin-bottom: 24px;
}

.cards-bank__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.cards-bank__row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.cards-bank__row:first-child {
	padding-top: 0;
}

.cards-bank__label {
	font-weight: 500;
	color: var(--color-dark-deep);
}

.cards-bank__value {
	font-weight: 600;
	color: var(--color-dark-deep);
	text-align: right;
}

.cards-bank__value--highlight {
	color: var(--color-blue-accent);
}

.cards-bank__badge {
	display: inline-block;
	padding: 0 10px;
	font-weight: 500;
	border-radius: 99px;
}

.cards-bank__badge--yes {
	background-color: var(--color-success-bg);
	color: var(--color-success);
}

.cards-bank__badge--no {
	background-color: var(--color-error-bg);
	color: var(--color-error);
}

.cards-bank__button {
	margin-top: auto;
	width: 100%;
	padding: 16px 24px;
}

/* Sections
--------------------------------------------- */
.home-hero {
	background-color: var(--color-bg-light);
	padding: 0 0 42px;
	text-align: center;
}

.home-hero__headline {
	padding: 7px 0;
	margin: 0 0 10px;
	color: var(--color-white);
	background: linear-gradient(90deg, var(--color-warning) 0%, var(--color-warning) 40%, rgba(245, 166, 94, 0) 80%);
	text-align: left;
	font-size: 18px;
	font-weight: 600;
}

.home-hero__headline-container {
	max-width: 1290px;
}

.home-hero__headline span {
	display: block;
}

.home-hero__eyebrow {
	margin: 0 0 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
	text-transform: uppercase;
	color: var(--color-blue-accent);
}

.home-hero__title {
	margin: 0 0 20px;
	line-height: 1.34;
}

.home-hero__description {
	margin: 0 0 20px;
	font-weight: 400;
	color: var(--color-gray-dark);
	max-width: 820px;
	font-size: 20px;
	margin-inline: auto;
}

.home-hero__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

@media (max-width: 768px) {

	.home-hero {
		padding: 0 0 56px;
	}

	.home-hero__title {
		font-size: clamp(28px, 8vw, 36px);
	}

	.home-hero__description {
		font-size: 15px;
	}

	.home-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.home-hero__actions .btn {
		text-align: center;
	}
}

.latest-updates {
	padding: 72px 0 0;
}

.latest-updates__header {
	margin-bottom: 32px;
}

.latest-updates__title {
	margin: 0 0 18px;
}

.latest-updates__description {
	margin: 0;
	font-size: 18px;
	line-height: 1.65;
	color: var(--color-muted-blue);
}

.latest-updates__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-bottom: 72px;
	padding-bottom: 72px;
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.latest-updates__side-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (max-width: 768px) {

	.latest-updates__grid {
		grid-template-columns: 1fr;
	}

	.latest-updates__side-list {
		gap: 24px;
	}

	.latest-updates__post-thumbnail {
		height: 200px;
	}
}

.home-categories {
	padding: 0 0 72px;
}

.home-categories__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 18px;
}

.home-categories__category-card {
	display: flex;
	flex-direction: column;
	padding: 28px;
	border-radius: 24px;
	background: var(--color-bg-light);
	transition: box-shadow 0.18s ease;
}

.home-categories__category-card:hover {
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.07);
}

.home-categories__category-card:hover .home-categories__category-link {
	gap: 10px;
}

.home-categories__category-card:hover .home-categories__category-link span {
	transform: translateX(3px);
}

.home-categories__category-icon-wrap {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	flex-shrink: 0;
}

.home-categories__category-icon {
	display: block;
	width: 100%;
	height: auto;
}

.home-categories__category-title {
	margin: 0 0 4px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
}

.home-categories__category-title,
.home-categories__category-title a {
	color: var(--color-dark-deep);
}

.home-categories__category-description {
	margin: 0 0 12px;
	color: var(--color-muted-blue);
	flex: 1;
}

.home-categories__category-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
	font-weight: 600;
	transition: gap 0.15s ease;
}

.home-categories__category-link svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	transition: transform 0.15s ease;
}

@media (max-width: 768px) {

	.home-categories__category-card {
		padding: 20px;
	}
}

.archive-hero {
	padding: 42px 0;
	text-align: center;
	background-color: var(--color-bg-light);
}

.archive-hero__title {
	margin: 24px 0 20px;
}

.archive-hero__description {
	margin: 0 auto 20px;
	max-width: 760px;
	font-size: 20px;
	color: var(--color-gray-dark);
}

.archive-hero__badges {
	color: var(--color-gray-dark);
	font-size: 12px;
	font-weight: 500;
}

.archive-featured {
	padding: 40px 0;
	background-color: var(--color-white);
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.archive-featured__main-title {
	margin: 0 0 24px;
	text-align: center;
}

.archive-featured__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, minmax(180px, auto));
	gap: 12px 24px;
}

@media (max-width: 1024px) {

	.archive-featured__grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 20px;
	}
}

.archive-search {
	padding: 42px 0 32px;
}

.archive-search .search-bar {
	max-width: 532px;
	width: 100%;
	margin: 0 auto;
}

.archive-search .search-bar input {
	width: 100%;
}

.archive-categories {
	padding: 0 0 42px;
}

.archive-categories__filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.archive-categories__filter {
	padding: 9px 13px;
}

.archive-categories__filter--active {
	background-color: var(--color-blue-accent);
	border-color: var(--color-blue-accent);
}

@media (max-width: 480px) {

	.archive-categories__filter {
		flex: auto;
	}
}

.about-hero {
	padding: 42px 0;
	text-align: center;
	background-color: var(--color-bg-light);
}

.about-hero__header {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about-hero__eyebrow {
	margin: 20px 0 16px;
	color: var(--color-blue-accent);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
	text-transform: uppercase;
}

.about-hero__title {
	margin: 0 0 20px;
}

.about-hero__description {
	font-size: 20px;
	line-height: 1.5;
	color: var(--color-gray-dark);
	max-width: 820px;
	margin: 0 auto;
}

.about-features {
	padding: 28px 0;
	background-color: var(--color-bg-light);
}

.about-features__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(329px, 1fr));
	gap: 24px;
}

.about-features__item {
	background-color: var(--color-white);
	border-radius: 24px;
	padding: 28px;
	transition: all 0.3s ease;
}

.about-features__item:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

.about-features__icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin: 0 0 15px;
}

.about-features__icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about-features__item-title {
	font-size: 18px;
	font-weight: 500;
	color: var(--color-dark-deep);
	margin: 0 0 4px;
	line-height: 1.5;
}

.about-features__item-text {
	font-size: 16px;
	line-height: 1.55;
	color: var(--color-muted-blue);
	margin: 0;
}

@media (max-width: 768px) {

	.about-features__item {
		padding: 20px;
	}
}

.about-purpose {
	padding: 42px 0 72px;
}

.about-purpose__title {
	margin: 0 0 18px;
}

.about-purpose__content {
	font-size: 18px;
	line-height: 1.65;
	color: var(--color-muted-blue);
}

.about-purpose__content p {
	margin-bottom: 12px;
}

.about-purpose__content p:last-child {
	margin-bottom: 0;
}

.about-steps {
	padding: 42px 0;
	background-color: var(--color-bg-light);
}

.about-steps__title {
	margin: 0 0 32px;
}

.about-steps__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (max-width: 768px) {

	.about-steps__list {
		gap: 12px;
	}
}

.about-steps__item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

@media (max-width: 480px) {

	.about-steps__item {
		gap: 16px;
	}
}

.about-steps__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background-color: var(--color-black);
	color: var(--color-white);
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	border-radius: 50%;
}

@media (max-width: 480px) {

	.about-steps__number {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
}

.about-steps__content {
	flex: 1;
}

.about-steps__item-title {
	margin: 0 0 2px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.65;
}

@media (max-width: 768px) {

	.about-steps__item-title {
		font-size: 16px;
	}
}

.about-steps__item-text {
	margin: 0;
	color: var(--color-muted-blue);
	font-size: 18px;
	line-height: 1.65;
}

@media (max-width: 768px) {

	.about-steps__item-text {
		font-size: 16px;
	}
}

.about-collection {
	padding: 72px 0;
}

.about-collection__main {
	margin: 0 0 72px;
}

.about-collection__title {
	margin: 0 0 18px;
}

.about-collection__list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.about-collection__item-title {
	margin: 0 0 2px;
	color: var(--color-dark-deep);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.65;
}

.about-collection__item-text {
	margin: 0;
	font-size: 18px;
	line-height: 1.65;
	color: var(--color-muted-blue);
}

.about-collection__box {
	background-color: var(--color-bg-light);
	border-radius: 18px;
	padding: 32px;
}

.about-collection__box-title {
	margin: 0 0 18px;
}

.about-collection__box-content {
	font-size: 16px;
	line-height: 1.65;
	color: var(--color-muted-blue);
}

.about-collection__box-content p {
	margin: 0 0 12px;
}

.about-collection__box-content p:last-child {
	margin: 0;
}

@media (max-width: 768px) {

	.about-collection__box {
		padding: 24px;
	}
}

@media (max-width: 600px) {

	.about-collection__box {
		padding: 20px;
	}
}

.about-report-cta {
	padding: 0 0 72px;
	text-align: center;
}

.about-report-cta__container {
	border-top: 1px solid var(--color-tint-blue-gray);
	border-bottom: 1px solid var(--color-tint-blue-gray);
	padding-top: 72px;
	padding-bottom: 72px;
}

.about-report-cta__wrapper {
	max-width: 640px;
	margin: 0 auto;
}

.about-report-cta__title {
	margin: 0 0 9px;
}

.about-report-cta__description {
	font-size: 18px;
	line-height: 1.65;
	color: var(--color-muted-blue);
	margin: 0 auto 42px;
}

.about-report-cta__actions {
	display: flex;
	justify-content: center;
}

.about-report-cta__button {
	padding: 16px 20px;
	width: 100%;
	background-color: var(--color-warning);
	color: var(--color-white);
	border-color: var(--color-warning);
	text-transform: uppercase;
}

.consulting-hero {
	padding: 42px 0 72px;
	text-align: center;
	background-color: var(--color-bg-light);
}

.consulting-hero__eyebrow {
	margin: 20px 0 16px;
	color: var(--color-blue-accent);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
	text-transform: uppercase;
}

.consulting-hero__title {
	margin: 0 0 20px;
}

.consulting-hero__description {
	font-size: 20px;
	line-height: 1.5;
	color: var(--color-gray-dark);
	max-width: 820px;
	margin: 0 auto 20px;
}

@media (max-width: 480px) {

	.consulting-hero__description {
		font-size: 16px;
	}
}

.consulting-services {
	padding: 72px 0;
}

.consulting-services__container {
	padding-bottom: 72px;
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.consulting-services__header {
	margin-bottom: 18px;
}

.consulting-services__title {
	margin: 0 0 18px;
}

.consulting-services__description {
	margin: 0;
	color: var(--color-muted-blue);
	font-size: 18px;
	line-height: 1.65;
}

.consulting-services__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (max-width: 768px) {

	.consulting-services__list {
		gap: 20px;
	}
}

.consulting-services__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.consulting-services__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	min-width: 52px;
	background-color: var(--color-blue-accent);
	border-radius: 50%;
	color: var(--color-white);
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
}

@media (max-width: 480px) {

	.consulting-services__number {
		width: 44px;
		height: 44px;
		min-width: 44px;
		font-size: 20px;
	}
}

.consulting-services__content {
	flex: 1;
}

.consulting-services__item-title {
	margin: 0 0 2px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.65;
	font-family: "IBM Plex Sans", sans-serif;
}

.consulting-services__item-text {
	margin: 0;
	font-size: 18px;
	line-height: 1.65;
	color: var(--color-muted-blue);
}

.consulting-contact {
	padding: 0 0 72px;
}

.consulting-contact__container {
	padding-bottom: 72px;
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.consulting-contact__wrapper {
	max-width: 640px;
	margin: 0 auto;
}

.consulting-contact__header {
	margin-bottom: 42px;
}

.consulting-contact__title {
	margin: 0 0 8px;
}

.consulting-contact__description {
	margin: 0;
	color: var(--color-muted-blue);
	font-size: 18px;
	line-height: 1.65;
}

.consulting-contact__map {
	margin: 0 0 42px;
}

.consulting-contact__map-responsive {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	border-radius: 20px;
}

.consulting-contact__map-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.consulting-contact__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 33px 4px;
}

.consulting-contact__info {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
}

.consulting-contact__info svg {
	width: 24px;
	height: 24px;
	color: var(--color-blue-accent);
}

.consulting-contact__label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: var(--color-dark-deep);
}

.consulting-contact__link {
	color: var(--color-dark-deep);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: color 0.3s ease;
}

@media (max-width: 768px) {

	.consulting-contact__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

.consultation-form {
	padding: 0 0 72px;
}

.consultation-form__header {
	text-align: center;
	margin-bottom: 18px;
}

.consultation-form__title {
	margin: 0 0 18px;
}

.consultation-form__description {
	margin: 0;
	color: var(--color-muted-blue);
	font-size: 18px;
	line-height: 1.65;
}

.consultation-form__input,
.consultation-form__textarea {
	width: 100%;
}

.consultation-form__actions {
	display: flex;
	justify-content: center;
}

.consultation-form__button {
	width: 100%;
	justify-content: center;
}

.consultation-form__footer {
	margin-top: 72px;
	padding-top: 72px;
	border-top: 1px solid var(--color-bg-light);
}

.consultation-form__disclaimer {
	max-width: 610px;
	margin: 0 auto;
	background-color: var(--color-bg-light);
	border-radius: 18px;
	padding: 32px;
}

.consultation-form__disclaimer-text {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: var(--color-muted-blue);
}

.provider-hero {
	padding: 32px 0;
	background-color: var(--color-bg-light);
}

.provider-hero__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr minmax(250px, 320px);
	align-items: center;
}

@media (max-width: 980px) {

	.provider-hero__grid {
		grid-template-columns: 1fr;
	}
}

.provider-hero__content {
	display: flex;
	flex-direction: column;
}

.provider-hero__type {
	display: inline-block;
	margin: 0 0 9px;
	color: var(--color-blue-accent);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
	text-transform: uppercase;
}

.provider-hero__title {
	margin: 0 0 12px;
}

.provider-hero__description {
	margin: 0 0 12px;
	font-size: 14px;
	color: var(--color-muted-blue);
	max-width: 570px;
}

.provider-hero__actions {
	margin: 12px 0 0;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.provider-hero__btn {
	padding: 14px 28px;
	font-size: 16px;
	font-weight: 600;
}

@media (max-width: 600px) {

	.provider-hero__btn {
		flex: auto;
	}
}

.provider-hero__sidebar {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.provider-about {
	padding-bottom: 32px;
}

.provider-about__title {
	margin: 0 0 18px;
}

.provider-about__content {
	color: var(--color-muted-blue);
}

.provider-about__content p {
	margin: 0 0 12px;
}

.provider-about__content p:last-child {
	margin-bottom: 0;
}

.provider-services {
	padding-bottom: 32px;
}

.provider-services__title {
	margin: 0 0 18px;
}

.provider-services__list {
	list-style: none;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.provider-services__item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.provider-services__icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.provider-services__text {
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-muted-blue);
}

@media (max-width: 768px) {

	.provider-services {
		padding: 40px 0;
	}

	.provider-services__title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.provider-services__list {
		gap: 14px;
	}

	.provider-services__text {
		font-size: 15px;
	}
}

.provider-details {
	padding: 72px 0;
}

.provider-details__title {
	margin: 0 0 32px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-dark-deep);
}

.provider-details__grid {
	padding-bottom: 72px;
	display: grid;
	gap: 40px 60px;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

@media (max-width: 980px) {

	.provider-details__grid {
		grid-template-columns: 1fr;
	}
}

.provider-details__table,
.provider-details__grid__table {
	display: flex;
	flex-direction: column;
	background-color: var(--color-white);
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 20px;
	font-weight: 500;
	overflow: hidden;
}

.provider-details__tr {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
}

.provider-details__tr:not(:last-child) {
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.provider-details__td {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 18px;

	/* Перенос длинных URLs и строк */
	word-break: break-word;
	overflow-wrap: anywhere;
}

.provider-details__td svg {
	color: var(--color-blue-accent);
	width: 24px;
	height: 24px;
	flex-shrink: 0;

	/* Чтобы SVG не сжимался при длинном тексте */
}

.provider-details__td a {
	color: inherit;
	text-decoration: none;
	word-break: break-all;

	/* Гарантирует перенос даже очень длинных URL */
}

.provider-details__td a:hover {
	text-decoration: underline;
	color: var(--color-blue-accent);
}

.provider-details__td:last-child {
	justify-content: flex-end;
	text-align: right;
	border-left: 1px solid var(--color-tint-blue-gray);
}

.provider-details__label {
	padding: 0 10px;
	border-radius: 99px;
}

.provider-details__label--success {
	background-color: var(--color-success-bg);
	color: var(--color-success);
}

.provider-details__label--error {
	background-color: var(--color-error-bg);
	color: var(--color-error);
}

.provider-cta {
	padding-bottom: 72px;
}

.provider-cta__wrapper {
	position: relative;
	padding-bottom: 72px;
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.provider-cta__content {
	position: relative;
	padding: 32px;
	background-color: var(--color-blue-accent);
	border-radius: 20px;
	overflow: hidden;
	z-index: 2;
}

@media (max-width: 600px) {

	.provider-cta__content {
		padding: 24px;
	}
}

.provider-cta__title {
	margin: 0 0 16px;
	color: var(--color-white);
}

.provider-cta__description {
	margin: 0 0 16px;
	color: var(--color-tint-blue-soft);
}

.provider-cta__description p:last-child {
	margin-bottom: 0;
}

.provider-cta__features {
	margin: 0 0 32px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style-position: inside;
}

.provider-cta__feature {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-tint-blue-soft);
}

.provider-cta__button {
	padding: 14px 28px;
	background-color: var(--color-white);
	color: var(--color-blue-accent);
}

.provider-cta__decorative {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
	z-index: 3;
}

.provider-cta__circle {
	position: absolute;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.12);
}

.provider-cta__circle--small {
	width: 90px;
	height: 90px;
	bottom: 100px;
	right: 15%;
}

@media (max-width: 600px) {

	.provider-cta__circle--small {
		right: 5%;
	}
}

.provider-cta__circle--large {
	width: 212px;
	height: 212px;
	bottom: -50px;
	right: 25%;
}

@media (max-width: 600px) {

	.provider-cta__circle--large {
		right: 35%;
	}
}

.provider-related {
	padding: 0 0 72px;
}

.provider-related__title {
	margin: 0 0 32px;
}

.provider-related__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	margin: 0 0 42px;
}

.provider-related__card {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background-color: var(--color-white);
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 20px;
}

.provider-related__card-title {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.provider-related__card-title a {
	color: var(--color-dark-deep);
	text-decoration: none;
	transition: color 0.3s ease;
}

.provider-related__card-title a:hover {
	color: var(--color-blue-accent);
}

.provider-related__card-type {
	margin: 0 0 4px;
	font-size: 14px;
	color: var(--color-dark-deep);
}

.provider-related__card-meta {
	margin: 0 0 16px;
	font-size: 14px;
	color: var(--color-gray-dark);
}

.provider-related__card-meta span:not(:last-child)::after {
	content: " · ";
}

.provider-related__card-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-blue-accent);
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: all 0.3s ease;
}

.provider-related__card-link:hover {
	color: var(--color-blue-accent-dark);
}

.provider-related__card-link:hover svg {
	transform: translateX(4px);
}

.provider-related__card-link svg {
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease;
}

.provider-related__footer {
	padding-bottom: 72px;
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.provider-related__compare-btn {
	padding: 16px 18px;
}

.provider-guides {
	padding: 0 0 100px;
}

.provider-guides__title {
	margin: 0 0 18px;
	text-align: center;
}

.provider-guides__subtitle {
	margin: 0 auto 55px;
	font-size: 18px;
	line-height: 1.65;
	color: var(--color-muted-blue);
	text-align: center;
	max-width: 720px;
}

.provider-guides__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.provider-interesting-facts {
	padding: 0 0 72px;
}

.provider-interesting-facts__title {
	margin: 0 0 18px;
}

.provider-interesting-facts__content {
	color: var(--color-muted-blue);
	padding-bottom: 72px;
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.provider-interesting-facts__content p {
	margin: 0 0 12px;
}

.provider-interesting-facts__content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {

	.provider-interesting-facts__title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.posts-related {
	margin: 72px 0 0;
}

.posts-related__title {
	margin: 0 0 24px;
}

.posts-related__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: stretch;
	gap: 24px;
}

@media (max-width: 768px) {

	.posts-related__list {
		flex-wrap: wrap;
	}
}

.posts-related__item {
	flex: 1;
	min-width: 230px;
}

@media (max-width: 600px) {

	.posts-related__item {
		flex: auto;
	}
}

.posts-related__item-category {
	display: inline-flex;
	padding: 6px 10px;
	font-size: 13px;
	color: var(--color-blue-accent);
	background-color: var(--color-tint-blue-soft);
	border-radius: 99px;
	margin: 0 0 15px;
}

.posts-related__item-title {
	margin: 0 0 4px;
	font-size: 16px;
	font-family: "IBM Plex Sans", sans-serif;
}

.posts-related__item-excerpt {
	font-size: 14px;
	color: var(--color-muted-blue);
	margin: 0 0 12px;
}

.posts-related__item-excerpt p {
	margin: 0 0 12px;
}

.posts-related__item-reading-time {
	font-size: 12px;
	color: var(--color-gray-dark);
	margin-top: auto;
}

.posts-related__item-link {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	padding: 20px;
	border: 1px solid var(--color-tint-blue-gray);
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
}

.posts-related__item-link:hover {
	box-shadow: 0 0 10px 0 var(--color-tint-blue-gray);
}

@media (max-width: 768px) {

	.posts-related__list {
		grid-template-columns: 1fr;
	}
}

.compare-hero {
	padding: 60px 0;
	margin: 0 0 48px;
	background-color: var(--color-bg-light);
}

.compare-hero__container {
	display: grid;
	gap: 55px;
	grid-template-columns: 1fr minmax(320px, 500px);
	align-items: center;
}

.compare-hero__title {
	margin: 0 0 20px;
}

.compare-hero__description {
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
	max-width: 572px;
	color: var(--color-gray-dark);
}

.compare-hero__image {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 270px;
	border-radius: 20px;
	overflow: hidden;
}

.compare-hero__image img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 1024px) {

	.compare-hero__container {
		gap: 40px;
	}
}

@media (max-width: 768px) {

	.compare-hero__container {
		grid-template-columns: 1fr;
		gap: 32px;
		text-align: center;
	}

	.compare-hero__image {
		order: -1;
	}
}

.compare-before-compare {
	padding: 0 0 72px;
}

.compare-before-compare__header {
	text-align: center;
	margin-bottom: 32px;
}

.compare-before-compare__label {
	display: block;
	margin: 0 0 9px;
	color: var(--color-blue-accent);
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.compare-before-compare__title {
	margin: 0 0 18px;
}

.compare-before-compare__subtitle {
	margin: 0 auto;
	max-width: 720px;
	font-size: 18px;
	line-height: 1.65;
	color: var(--color-muted-blue);
}

.compare-before-compare__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, 1fr);
	padding-bottom: 72px;
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.compare-before-compare__card {
	padding: 28px;
	background-color: var(--color-tint-blue-soft);
	border: 1px solid var(--color-tint-blue-ice);
	border-radius: 24px;
	transition: all 0.3s ease;
}

.compare-before-compare__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 102, 255, 0.08);
}

.compare-before-compare__card-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 0 0 15px;
}

.compare-before-compare__card-icon {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 99px;
	overflow: hidden;
}

.compare-before-compare__icon-img {
	object-fit: contain;
}

.compare-before-compare__card-title {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.compare-before-compare__card-text {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: var(--color-muted-blue);
}

@media (max-width: 1024px) {

	.compare-before-compare__grid {
		gap: 20px;
	}

	.compare-before-compare__card {
		padding: 24px;
	}
}

@media (max-width: 768px) {

	.compare-before-compare__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.compare-before-compare__card {
		padding: 20px;
	}
}

.compare-how-to-read {
	padding: 0 0 72px;
}

.compare-how-to-read__wrapper {
	padding: 0 0 72px;
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.compare-how-to-read__box {
	padding: 32px;
	background-color: var(--color-bg-light);
	border-radius: 18px;
}

.compare-how-to-read__header {
	margin-bottom: 24px;
}

.compare-how-to-read__label {
	display: block;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--color-blue-accent);
}

.compare-how-to-read__title {
	margin: 0 0 18px;
}

.compare-how-to-read__description {
	margin: 0;
	font-size: 18px;
	line-height: 1.65;
	color: var(--color-muted-blue);
}

.compare-how-to-read__tips {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
}

.compare-how-to-read__tip {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.compare-how-to-read__tip:last-child {
	margin-bottom: 0;
}

.compare-how-to-read__tip-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compare-how-to-read__tip-content {
	flex: 1;
}

.compare-how-to-read__tip-title {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.compare-how-to-read__tip-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: var(--color-muted-blue);
}

.compare-how-to-read__context {
	padding-top: 32px;
	border-top: 1px solid var(--color-tint-blue-gray);
}

.compare-how-to-read__context-title {
	margin: 0 0 18px;
}

.compare-how-to-read__context-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.compare-how-to-read__context-item {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 2.05;
	color: var(--color-muted-blue);
}

.compare-how-to-read__context-item:last-child {
	margin-bottom: 0;
}

.compare-how-to-read__context-link {
	font-weight: 500;
	color: var(--color-blue-accent);
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 768px) {

	.compare-how-to-read__tip {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 24px;
	}

	.compare-how-to-read__tip-icon {
		width: 28px;
		height: 28px;
	}
}

.compare-banks-calculator {
	padding: 0 0 72px;
}

.compare-banks-calculator__header {
	text-align: center;
	margin-bottom: 48px;
}

.compare-banks-calculator__label {
	display: block;
	margin-bottom: 9px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--color-blue-accent);
}

.compare-banks-calculator__title {
	margin: 0 0 18px;
}

.compare-banks-calculator__subtitle {
	margin: 0 auto;
	max-width: 720px;
	font-size: 18px;
	line-height: 1.65;
	color: var(--color-muted-blue);
}

.compare-banks-calculator__wrapper {
	padding-bottom: 72px;
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.compare-banks-calculator__result {
	margin-top: 16px;
	padding: 24px;
	background-color: var(--color-dark-deep);
	border-radius: 20px;
	color: var(--color-white);
}

.compare-banks-calculator__result-label {
	margin: 0 0 10px;
	font-weight: 500;
}

.compare-banks-calculator__result-amount {
	margin: 0;
	color: var(--color-white);
}

.compare-faq {
	padding-bottom: 72px;
}

.compare-faq__title {
	margin: 0 0 24px;
}

.compare-faq__accordion {
	border-top: 1px solid var(--color-tint-blue-gray);
}

.compare-faq__item {
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.compare-faq__question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	transition: all 0.3s ease;
}

.compare-faq__question-text {
	flex: 1;
	color: var(--color-dark-deep);
	font-weight: 500;
}

.compare-faq__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	color: var(--color-dark-deep);
	transition: transform 0.3s ease;
}

.compare-faq__icon svg {
	width: 24px;
	height: 24px;
}

.compare-faq__answer {
	overflow: hidden;
	transition: all 0.3s ease;
}

.compare-faq__answer-inner {
	padding: 0 0 24px;
	color: var(--color-muted-blue);
	max-width: 620px;
}

.compare-guides {
	padding: 0 0 72px;
}

.compare-guides__title {
	margin: 0 0 18px;
	text-align: center;
}

.compare-guides__subtitle {
	margin: 0 auto 55px;
	font-size: 18px;
	line-height: 1.65;
	color: var(--color-muted-blue);
	text-align: center;
	max-width: 720px;
}

.compare-guides__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	padding-bottom: 72px;
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.compare-banks {
	padding: 0 0 72px;
}

.compare-banks__header {
	margin-bottom: 32px;
}

.compare-banks__label {
	display: block;
	margin-bottom: 9px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--color-blue-accent);
}

.compare-banks__title {
	margin: 0 0 18px;
}

.compare-banks__subtitle {
	margin: 0;
	font-size: 18px;
	color: var(--color-muted-blue);
}

.compare-banks__meta {
	margin: 0 0 14px;
	color: var(--color-gray-dark);
}

.compare-banks__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}

.compare-banks__footer {
	padding: 32px 0 0;
	text-align: center;
}

.compare-table {
	padding: 0 0 72px;
}

.compare-table:last-child .compare-table__footer {
	border-bottom: none;
	padding-bottom: 0;
}

.compare-table__header {
	margin-bottom: 32px;
}

.compare-table__label {
	display: block;
	margin-bottom: 9px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--color-blue-accent);
}

.compare-table__title {
	margin: 0 0 18px;
}

.compare-table__subtitle {
	margin: 0;
	font-size: 18px;
	line-height: 1.65;
	color: var(--color-muted-blue);
}

.compare-table__filters {
	display: flex;
	gap: 12px;
	margin-bottom: 48px;
	flex-wrap: wrap;
}

.compare-table__filter {
	padding: 10px 20px;
	font-weight: 500;
	color: var(--color-blue-accent);
	background-color: transparent;
	border: 1px solid var(--color-blue-accent);
	border-radius: 999px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.compare-table__filter--active,
.compare-table__filter:hover {
	background-color: var(--color-blue-accent);
	color: var(--color-white);
}

.compare-table__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin: 0 0 14px;
	color: var(--color-gray-dark);
	font-style: italic;
}

@media (max-width: 600px) {

	.compare-table__meta {
		font-size: 14px;
	}
}

.compare-table__wrapper {
	border-radius: 20px;

	/*@media (min-width: 1024px) {
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    }*/
}

.compare-table__wrapper table tbody td span:first-child {
	display: none;
}

@media (max-width: 1024px) {

	.compare-table__wrapper {
		box-shadow: none;
	}

	.compare-table__wrapper table {
		border: none;
	}

	.compare-table__wrapper table thead {
		display: none;
	}

	.compare-table__wrapper table tbody tr {
		display: grid;
		grid-template-columns: 1fr;
		background-color: var(--color-bg-light);
		border: 1px solid var(--color-tint-blue-gray);
		border-radius: 18px;
		text-align: right;
	}

	.compare-table__wrapper table tbody tr span {
		font-weight: 700;
		text-align: left;
	}

	.compare-table__wrapper table tbody tr:not(:last-child) {
		margin-bottom: 20px;
	}

	.compare-table__wrapper table tbody {
		display: grid;
		gap: 0 20px;
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	}

	.compare-table__wrapper table tbody td {
		position: relative;
		display: flex;
		justify-content: space-between;
		gap: 15px;
		background-color: var(--color-white);
		border: none !important;
	}

	.compare-table__wrapper table tbody td::after {
		content: "";
		display: block;
		position: absolute;
		left: 20px;
		top: 100%;
		background: var(--color-tint-blue-gray);
		width: calc(100% - 40px);
		height: 1px;
		z-index: 1;
	}

	.compare-table__wrapper table tbody td span:first-child {
		display: block;
	}

	.compare-table__wrapper table tbody td:first-child {
		border-radius: 20px 20px 0 0;
	}

	.compare-table__wrapper table tbody td:last-child {
		border-radius: 0 0 20px 20px;
	}

	.compare-table__wrapper table tbody td:last-child span {
		display: none;
	}

	.compare-table__wrapper table tbody td:last-child a {
		display: block;
		flex: 1;
		margin-top: 20px;
		padding: 10px 20px;
		background-color: var(--color-blue-accent);
		color: var(--color-white);
		border-radius: 99px;
		text-decoration: none;
		text-align: center;
	}

	.compare-table__wrapper table tbody td:last-child a svg {
		display: none;
	}
}

.compare-table__phone,
.compare-table__link {
	white-space: nowrap;
}

.compare-table__row--hidden {
	display: none !important;
}

.compare-table__badge {
	display: inline-block;
	padding: 0 10px;
	font-weight: 500;
	border-radius: 99px;
}

.compare-table__badge--yes {
	background-color: var(--color-success-bg);
	color: var(--color-success);
}

.compare-table__badge--no {
	background-color: var(--color-error-bg);
	color: var(--color-error);
}

.compare-table__footer {
	text-align: center;
	padding-bottom: 72px;
	border-bottom: 1px solid var(--color-tint-blue-gray);
}

.compare-table__load-more {
	margin: 18px 0 0;
	padding: 9px 13px;
}

.compare-services {
	background-color: var(--color-bg-light);
	padding: 48px 0;
}

.compare-services__header {
	text-align: center;
	margin: 0 auto 74px;
}

.compare-services__title {
	margin: 0 0 18px;
}

.compare-services__description {
	margin: 0;
	color: var(--color-muted-blue);
	font-size: 18px;
	line-height: 1.65;
}

.compare-services__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin: 0 auto;
	max-width: 680px;
}

@media (max-width: 768px) {

	.compare-services__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

.compare-services__card {
	background-color: var(--color-white);
	border-radius: 20px;
	border: 1px solid var(--color-tint-blue-gray);
	transition: all 0.3s ease;
}

.compare-services__card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

@media (min-width: 769px) {

	.compare-services__card--featured {
		grid-column: span 2;
	}
}

.compare-services__card-inner {
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}

.compare-services__icon-wrapper {
	width: 32px;
	height: auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.compare-services__icon {
	flex: none;
	display: block;
	width: 100%;
	height: auto;
}

.compare-services__card-title {
	margin: 0 0 15px;
	color: var(--color-dark-deep);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	flex-grow: 1;
}

.compare-services__card-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 13px;
	transition: all 0.3s ease;
}

.compare-services__card-btn:hover {
	box-shadow: 0 4px 8px rgba(0, 102, 255, 0.3);
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Helpers
--------------------------------------------- */
.line-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.line-clamp--2 {
	-webkit-line-clamp: 2;
}

.line-clamp--3 {
	-webkit-line-clamp: 3;
}

#wpadminbar {
	position: absolute;
}
