.resido-design-eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(47, 74, 134, 0.08);
	color: #2f4a86;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.resido-design-title {
	margin: 14px 0 12px;
	font-size: clamp(34px, 4vw, 56px);
	line-height: 0.98;
	letter-spacing: 0;
	color: #1d2431;
}

.resido-design-text {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #707887;
}

.resido-tag-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	max-width: 100%;
	line-height: 1;
	vertical-align: top;
}

.resido-property-status-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 10px;
	border: 1px solid rgba(61, 43, 34, 0.18);
	background: #f0f0ef;
	color: #5f5a55;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
	vertical-align: middle;
}

.resido-home-hero,
.resido-expert-bio,
.resido-team-slider,
.resido-process-steps,
.resido-reviews-grid,
.resido-contact-methods {
	padding: clamp(24px, 3vw, 42px);
	border: 1px solid rgba(29, 36, 49, 0.08);
	border-radius: 32px;
	background: #fcfaf7;
	box-shadow: 0 22px 60px rgba(28, 37, 53, 0.08);
}

.resido-home-hero {
	position: relative;
	padding: 32px 42px 34px;
	border-radius: 0;
	background: linear-gradient(180deg, #faf7f0 0%, #fbf8f2 100%);
	box-shadow: none;
	overflow: visible;
}

.resido-home-hero::before,
.resido-home-hero::after {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(214, 190, 148, 0.22);
	pointer-events: none;
}

.resido-home-hero::after {
	inset: 0;
	border-color: rgba(255, 255, 255, 0.86);
}

.resido-home-hero__topbar {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 28px;
	padding: 28px 30px;
	margin: 22px 14px 40px;
	background: #fff;
	border: 1px solid rgba(223, 213, 194, 0.8);
}

.resido-home-hero__topbar.resido-header-topbar {
	position: relative;
	padding: 24px;
}

.resido-home-hero__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	color: inherit;
	text-decoration: none;
}

a.resido-home-hero__brand:focus-visible {
	outline: 2px solid #3f5e9b;
	outline-offset: 4px;
}

.resido-home-hero__brand-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 4px;
	background: #3f5e9b;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.resido-home-hero__brand-image {
	display: block;
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.resido-home-hero__brand-text {
	max-width: 215px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.05;
	text-transform: uppercase;
	color: #3f5e9b;
}

.resido-home-hero__nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.resido-home-hero__nav-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.resido-home-hero__nav-list > li {
	position: relative;
}

.resido-home-hero__nav-list > .menu-item-has-children::before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	width: max(100%, 220px);
	height: 12px;
}

.resido-home-hero__nav a,
.resido-home-hero__nav-item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #262626;
	text-decoration: none;
}

.resido-home-hero__nav .menu-item-has-children > a::after,
.resido-home-hero__nav-item.has-dropdown::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1.5px solid #3f5e9b;
	border-bottom: 1.5px solid #3f5e9b;
	transform: rotate(45deg) translateY(-1px);
}

.resido-home-hero__nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 20;
	min-width: 220px;
	margin: 12px 0 0;
	padding: 12px 0;
	list-style: none;
	background: #fff;
	border: 1px solid rgba(223, 213, 194, 0.8);
}

.resido-home-hero__nav .sub-menu li {
	padding: 0 16px;
}

.resido-home-hero__nav .sub-menu a {
	display: block;
	padding: 10px 0;
}

.resido-home-hero__nav .menu-item-has-children:hover > .sub-menu,
.resido-home-hero__nav .menu-item-has-children:focus-within > .sub-menu {
	display: block;
}

.resido-home-hero__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.resido-home-hero__actions--mobile,
.resido-header-topbar__toggle,
.resido-header-topbar__mobile-panel {
	display: none;
}

.resido-header-topbar__toggle {
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	width: 48px;
	height: 48px;
	margin-left: auto;
	padding: 0;
	border: 1px solid rgba(75, 104, 166, 0.32);
	border-radius: 6px;
	background: #fff;
	color: #3f5e9b;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.resido-header-topbar__toggle:hover {
	border-color: #4b68a6;
	background: rgba(75, 104, 166, 0.08);
	color: #2f4a86;
}

.resido-header-topbar__toggle:focus-visible {
	border-color: #4b68a6;
	background: rgba(75, 104, 166, 0.08);
	box-shadow: 0 0 0 3px rgba(75, 104, 166, 0.22);
	outline: none;
}

.resido-header-topbar__toggle:active {
	transform: translateY(1px);
	background: rgba(75, 104, 166, 0.14);
}

.resido-header-topbar.is-menu-open .resido-header-topbar__toggle {
	border-color: #4b68a6;
	background: #4b68a6;
	color: #fff;
}

.resido-header-topbar__toggle-line {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.resido-header-topbar.is-menu-open .resido-header-topbar__toggle-line:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.resido-header-topbar.is-menu-open .resido-header-topbar__toggle-line:nth-child(2) {
	opacity: 0;
}

.resido-header-topbar.is-menu-open .resido-header-topbar__toggle-line:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.resido-header-topbar__mobile-panel {
	grid-column: 1 / -1;
	width: 100%;
	padding-top: 18px;
	border-top: 1px solid rgba(223, 213, 194, 0.8);
}

.resido-header-topbar__mobile-nav-list {
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.resido-header-topbar__mobile-nav-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding: 12px 10px;
	border-radius: 6px;
	color: #262626;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.resido-header-topbar__mobile-nav-list a:hover {
	background: rgba(75, 104, 166, 0.08);
	color: #2f4a86;
	transform: translateX(2px);
}

.resido-header-topbar__mobile-nav-list a:focus-visible {
	background: rgba(75, 104, 166, 0.08);
	box-shadow: 0 0 0 3px rgba(75, 104, 166, 0.18);
	color: #2f4a86;
	outline: none;
}

.resido-header-topbar__mobile-nav-list a:active {
	background: rgba(75, 104, 166, 0.14);
	color: #243a69;
	transform: translateX(1px);
}

.resido-header-topbar__mobile-nav-list .sub-menu {
	display: grid;
	gap: 2px;
	margin: 0 0 8px;
	padding: 0 0 0 16px;
	list-style: none;
	border-left: 1px solid rgba(75, 104, 166, 0.24);
}

.resido-header-topbar__mobile-nav-list .sub-menu a {
	min-height: 42px;
	color: #574e46;
	font-size: 15px;
	font-weight: 500;
}

.resido-home-hero__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding: 0 24px;
	border: 1px solid #4b68a6;
	background: #fff;
	color: #171717;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.resido-home-hero__action--primary {
	background: #4b68a6;
	color: #fff;
}

.resido-home-hero__action--primary:hover {
	border-color: #2f4a86;
	background: #2f4a86;
	color: #fff;
	box-shadow: 0 12px 24px rgba(47, 74, 134, 0.18);
	transform: translateY(-1px);
}

.resido-home-hero__action--primary:focus-visible {
	border-color: #2f4a86;
	background: #2f4a86;
	color: #fff;
	box-shadow: 0 0 0 3px rgba(75, 104, 166, 0.28);
	outline: none;
}

.resido-home-hero__action--primary:active {
	border-color: #243a69;
	background: #243a69;
	box-shadow: none;
	transform: translateY(1px);
}

.resido-home-hero__action--secondary:hover {
	border-color: #2f4a86;
	background: rgba(75, 104, 166, 0.08);
	color: #2f4a86;
	transform: translateY(-1px);
}

.resido-home-hero__action--secondary:focus-visible {
	border-color: #2f4a86;
	background: rgba(75, 104, 166, 0.08);
	box-shadow: 0 0 0 3px rgba(75, 104, 166, 0.22);
	color: #2f4a86;
	outline: none;
}

.resido-home-hero__action--secondary:active {
	background: rgba(75, 104, 166, 0.14);
	box-shadow: none;
	color: #243a69;
	transform: translateY(1px);
}

.resido-home-hero__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px) minmax(420px, 550px);
	gap: 0;
	align-items: end;
	padding: 0 120px 36px 148px;
}

.resido-home-hero__copy {
	padding: 48px 12px 28px 0;
}

.resido-home-hero__title {
	max-width: 520px;
	margin: 0 0 36px;
	font-size: clamp(52px, 4.8vw, 64px);
	line-height: 1.15;
	letter-spacing: 0;
	color: #3a2417;
}

.resido-home-hero__benefits {
	display: grid;
	gap: 28px;
	max-width: 470px;
}

.resido-home-hero__benefit {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

.resido-home-hero__benefit-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-top: 2px;
	flex: 0 0 46px;
}

.resido-home-hero__benefit-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.resido-home-hero__benefit-icon-fallback {
	position: relative;
	display: block;
	width: 46px;
	height: 46px;
	border: 3px solid #d2a152;
	border-radius: 16px 16px 16px 22px;
	transform: rotate(45deg);
}

.resido-home-hero__benefit-icon-fallback::before {
	content: "";
	position: absolute;
	inset: 10px;
	border: 2px solid #d2a152;
	border-radius: 50%;
	transform: rotate(-45deg);
}

.resido-home-hero__benefit-icon-fallback::after {
	content: "";
	position: absolute;
	left: 20px;
	top: 14px;
	width: 7px;
	height: 12px;
	border-right: 2px solid #d2a152;
	border-bottom: 2px solid #d2a152;
	transform: rotate(0deg) rotate(-45deg);
}

.resido-home-hero__benefit-title {
	display: block;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 700;
	color: #3a2417;
}

.resido-home-hero__benefit-text {
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	color: #574e46;
}

.resido-home-hero__rating {
	margin-top: 136px;
	color: #3a2417;
}

.resido-home-hero__rating-top,
.resido-home-hero__rating-bottom {
	display: flex;
	align-items: center;
	gap: 12px;
}

.resido-home-hero__rating-top {
	margin-bottom: 8px;
	font-size: 21px;
	font-weight: 700;
}

.resido-home-hero__stars {
	color: #ff9807;
	letter-spacing: 0.08em;
}

.resido-home-hero__rating-bottom {
	font-size: 18px;
	color: #4d443d;
}

.resido-home-hero__rating-brand {
	font-size: 24px;
	font-weight: 500;
	background: linear-gradient(90deg, #4285f4 0 25%, #ea4335 25% 50%, #fbbc05 50% 75%, #34a853 75% 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.resido-home-hero__visual {
	display: flex;
	align-items: end;
	justify-content: center;
	min-height: 720px;
}

.resido-home-hero__visual img {
	max-width: 500px;
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

.resido-home-hero__form-card {
	align-self: center;
	padding: 34px 38px 38px;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid #e4c892;
	box-shadow: none;
}

.resido-expert-bio { display:grid; grid-template-columns:minmax(0,.95fr) minmax(320px,.75fr); gap:28px; align-items:center; background:#fff; }
.resido-expert-bio__media img { width:100%; border-radius:30px; display:block; }
.resido-expert-bio__stats { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:24px; }
.resido-expert-bio__stat { padding:18px; border-radius:22px; background:#fcfaf7; border:1px solid rgba(29,36,49,.08); }
.resido-expert-bio__stat strong { display:block; margin-bottom:8px; color:#2f4a86; font-size:22px; }
.resido-expert-bio__stat span { color:#707887; line-height:1.6; }

.resido-team-slider__intro { max-width:680px; margin-bottom:22px; }
.resido-team-card { overflow:hidden; border-radius:24px; border:1px solid rgba(29,36,49,.08); background:#fff; height:100%; }
.resido-team-card__media { aspect-ratio: 3 / 4; background:#ece5d8; }
.resido-team-card__media img { width:100%; height:100%; object-fit:cover; display:block; }
.resido-team-card__body { padding:18px; }
.resido-team-card__badge { display:inline-flex; margin-bottom:12px; padding:8px 10px; border-radius:12px; background:rgba(198,162,100,.12); color:#8d6b32; font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.resido-team-card h3 { margin:0 0 8px; font-size:22px; line-height:1.08; color:#1d2431; }
.resido-team-card p { margin:0; color:#707887; line-height:1.7; }

.resido-process-steps__grid,
.resido-reviews-grid__cards,
.resido-contact-methods__grid { display:grid; gap:18px; }
.resido-process-steps__grid { grid-template-columns:repeat(4,minmax(0,1fr)); margin-top:24px; }
.resido-process-steps__card { padding:22px; border-radius:24px; background:#fff; border:1px solid rgba(29,36,49,.08); }
.resido-process-steps__index { display:inline-block; margin-bottom:16px; color:#2f4a86; font-size:11px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.resido-process-steps__card h3 { margin:0 0 10px; font-size:20px; line-height:1.15; color:#1d2431; }
.resido-process-steps__card p { margin:0; color:#707887; line-height:1.8; }

.resido-reviews-grid__intro {
	max-width: 1060px;
	margin: 0 auto 46px;
	text-align: center;
}

.resido-reviews-grid__intro .resido-design-text {
	max-width: 760px;
	margin: 0 auto;
}

.resido-reviews-grid__rating-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
	padding: 30px 34px;
	background: #fff;
	border: 1px solid #ddb77f;
}

.resido-reviews-grid__rating-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	color: #3a2417;
}

.resido-reviews-grid__rating-score {
	font-size: 24px;
	font-weight: 700;
}

.resido-reviews-grid__rating-stars {
	color: #ff9807;
	letter-spacing: .08em;
}

.resido-reviews-grid__rating-count {
	font-size: 18px;
	color: #5b524a;
}

.resido-reviews-grid__rating-brand {
	font-size: 24px;
	font-weight: 600;
	background: linear-gradient(90deg, #4285f4 0 25%, #ea4335 25% 50%, #fbbc05 50% 75%, #34a853 75% 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.resido-reviews-grid__rating-button,
.resido-reviews-grid__bottom-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 68px;
	padding: 0 28px;
	border: 1px solid #cfa36b;
	background: #fff;
	color: #3a2417;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.resido-reviews-grid__rating-button-icon {
	width: 16px;
	height: 16px;
	margin-left: 14px;
	object-fit: contain;
	display: block;
}

.resido-reviews-grid__cards { grid-template-columns:repeat(3,minmax(0,1fr)); }

.resido-review-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 30px 34px 36px;
	border-radius: 0;
	background: #fff;
	border: 1px solid #ddb77f;
}

.resido-review-card__top {
	margin-bottom: 24px;
}

.resido-review-card__author {
	display: flex;
	align-items: center;
	gap: 18px;
}

.resido-review-card__avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.resido-review-card__author-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.resido-review-card__top strong {
	color: #3a2417;
	font-size: 20px;
	line-height: 1.15;
}

.resido-review-card__top span {
	font-size: 14px;
	color: #70655b;
}

.resido-review-card__stars {
	margin-bottom: 24px;
	color: #ff9807;
	letter-spacing: .14em;
}

.resido-review-card__headline {
	margin: 0 0 18px;
	color: #3a2417;
	font-size: 24px;
	line-height: 1.2;
}

.resido-review-card__text {
	margin: 0 0 26px;
	color: #5f554d;
	font-size: 18px;
	line-height: 1.65;
}

.resido-review-card__more {
	margin-top: auto;
	color: #6c5b49;
	font-size: 18px;
	text-decoration: underline;
}

.resido-reviews-grid__bottom {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.resido-contact-methods__grid { grid-template-columns:repeat(4,minmax(0,1fr)); margin-top:24px; }
.resido-contact-methods__item { padding:20px; border-radius:22px; background:#fff; border:1px solid rgba(29,36,49,.08); }
.resido-contact-methods__item strong { display:block; margin-bottom:8px; color:#1d2431; font-size:18px; line-height:1.2; }
.resido-contact-methods__item span { color:#707887; }

.resido-reviews-grid {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.resido-offer-accordion {
	display: grid;
	gap: 24px;
}

.resido-offer-accordion__item {
	padding: 22px 30px 24px;
	border: 1px solid #ddb77f;
	background: #fff;
}

.resido-offer-accordion__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
}

.resido-offer-accordion__title {
	flex: 1 1 260px;
	min-width: 0;
	margin: 0;
	color: #3a2417;
	font-size: 28px;
	line-height: 1.2;
}

.resido-offer-accordion__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 112px;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid #cf9f61;
	background: #fff;
	color: #2f241c;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

.resido-offer-accordion__content {
	margin-top: 24px;
}

.resido-offer-accordion__content[hidden] {
	display: none;
}

.resido-offer-accordion__content-inner {
	padding-top: 10px;
}

.resido-offer-accordion__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.resido-offer-accordion__offer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 156px;
	padding: 24px;
	background: #faf7f1;
	text-align: center;
}

.resido-offer-accordion__offer strong {
	display: block;
	margin-bottom: 14px;
	color: #3a2417;
	font-size: 34px;
	line-height: 1.1;
}

.resido-offer-accordion__offer span {
	display: block;
	color: #5e554d;
	font-size: 20px;
}

.resido-image-text-cta {
	display: grid;
	grid-template-columns: repeat(var(--resido-image-text-cta-columns, 1), minmax(0, 1fr));
	gap: var(--resido-image-text-cta-gap, 32px);
	width: 100%;
}

.resido-image-text-cta__item {
	display: grid;
	grid-template-columns: minmax(0, calc(100% - var(--resido-image-text-cta-content-width, 50%))) minmax(0, var(--resido-image-text-cta-content-width, 50%));
	background: #fff;
}

.resido-image-text-cta__media {
	background: #f7f3ec;
	overflow: hidden;
}

.resido-image-text-cta__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.resido-image-text-cta__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left !important;
	padding:
		var(--resido-image-text-cta-content-padding-top, 56px)
		var(--resido-image-text-cta-content-padding-right, 64px)
		var(--resido-image-text-cta-content-padding-bottom, 56px)
		var(--resido-image-text-cta-content-padding-left, 56px);
	background: #4b68a6;
	color: #fff;
}

.resido-image-text-cta__title {
	max-width: 620px;
	margin: 0 0 32px;
	color: inherit;
	font-size: clamp(28px, 3vw, 46px);
	line-height: 1.08;
	font-weight: 700;
	text-align: left !important;
}

.resido-image-text-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 52px;
	padding: 15px 28px;
	border: 1px solid rgba(255, 255, 255, 0.92);
	background: #fff;
	color: #3f5e9b;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.resido-image-text-cta__button--transparent {
	background: transparent;
	color: #fff;
}

.resido-image-text-cta__button-icon {
	display: block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	object-fit: contain;
	transition: transform 0.2s ease;
}

.resido-image-text-cta__button:hover,
.resido-image-text-cta__button:focus-visible {
	background: transparent;
	color: #fff;
	outline: none;
}

.resido-image-text-cta__button--transparent:hover,
.resido-image-text-cta__button--transparent:focus-visible {
	background: #fff;
	color: #3f5e9b;
}

.resido-image-text-cta__button:hover .resido-image-text-cta__button-icon,
.resido-image-text-cta__button:focus-visible .resido-image-text-cta__button-icon {
	transform: translateX(3px);
}

.resido-image-text-cta__button:active {
	transform: translateY(1px);
}

.elementor-widget-resido_process_steps_slider,
.elementor-widget-resido_process_steps_slider > .elementor-widget-container,
.resido-steps-slider__content,
.resido-slider--steps {
	overflow: visible;
}

.resido-steps-slider {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow-x: clip;
	overflow-y: visible;
}

.resido-steps-slider__content {
	width: 100%;
}

.resido-slider--steps {
	width: 100%;
	max-width: 1140px;
	margin-inline: auto;
}

.resido-slider--steps .resido-slider__viewport {
	width: calc(100vw - ((100vw - min(1140px, 100vw)) / 2) - clamp(24px, 2.5vw, 48px));
	overflow: visible;
	padding-right: 0;
}

.resido-slider--steps .resido-slider__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	width: 100%;
	margin: 34px 0 0;
}

.resido-slider--steps .resido-slider__meta {
	flex: 1 1 100%;
	width: 100%;
	display: block;
}

.resido-slider--steps .resido-slider__progress {
	height: 10px;
	border-radius: 999px;
	background: #f2ede3;
	overflow: hidden;
}

.resido-slider--steps .resido-slider__progress-bar {
	display: block;
	height: 100%;
	width: 0;
	border-radius: 999px;
	background: #4765a6;
}

.resido-slider--steps .resido-slider__arrows {
	display: flex;
	gap: 14px;
}

.resido-slider--steps .resido-slider__arrow {
	width: 40px;
	height: 40px;
	border: 0;
	background: #4765a6;
	color: #fff;
	cursor: pointer;
}

.resido-slider--steps .resido-slider__arrow:disabled {
	opacity: .45;
	cursor: default;
}

.resido-steps-slide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 604px;
	padding: 62px 64px 56px;
	border: 1px solid #ddb77f;
	background: #fff;
}

.resido-steps-slide__label {
	display: block;
	margin-bottom: 72px;
	color: #9b928b;
	font-size: 18px;
	font-weight: 700;
}

.resido-steps-slide__icon {
	width: 72px;
	height: 72px;
	margin-bottom: 58px;
	object-fit: contain;
	display: block;
}

.resido-steps-slide__title {
	margin: 0 0 28px;
	color: #3a2417;
	font-size: 32px;
	line-height: 1.2;
}

.resido-steps-slide__description {
	margin: 0;
	color: #5c5147;
	font-size: 22px;
	line-height: 1.55;
}

@media (max-width: 1200px) {
	.resido-steps-slider {
		width: 100%;
		margin-left: 0;
		overflow-x: hidden;
	}

	.resido-slider--steps .resido-slider__viewport {
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		overflow: hidden;
		padding-left: 2px;
	}
}

.resido-video-slider {
	width: 100%;
	overflow: hidden;
}

.resido-slider--video {
	width: 100%;
	max-width: 1140px;
	margin-inline: auto;
}

.resido-slider--video .resido-slider__viewport {
	overflow: hidden;
	margin: 0;
	padding-right: 0;
}

.resido-video-slide {
	height: 100%;
	border: 1px solid #ddb77f;
	background: #fff;
}

.resido-video-slide__media {
	position: relative;
	aspect-ratio: 9 / 16;
	width: 100%;
	overflow: hidden;
	background: #f7f3ec;
}

.resido-video-slide__poster-link {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	overflow: hidden;
	background: #f7f3ec;
	text-decoration: none;
	cursor: pointer;
}

.resido-video-slide__poster-link .resido-video-slide__poster,
.resido-video-slide__poster-link img.resido-video-slide__poster {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: center;
}

.resido-video-slide__iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
}

.resido-video-slide__placeholder,
.resido-video-slide__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 24px;
	color: #5c5147;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
}

.resido-slider--video .resido-slider__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	width: 100%;
	margin: 34px 0 0;
}

.resido-slider--video .resido-slider__meta {
	flex: 1 1 100%;
	width: 100%;
	display: block;
}

.resido-slider--video .resido-slider__progress {
	height: 10px;
	border-radius: 999px;
	background: #f2ede3;
	overflow: hidden;
}

.resido-slider--video .resido-slider__progress-bar {
	display: block;
	height: 100%;
	width: 0;
	border-radius: 999px;
	background: #4765a6;
}

.resido-slider--video .resido-slider__arrows {
	display: flex;
	gap: 14px;
}

.resido-slider--video .resido-slider__arrow {
	width: 40px;
	height: 40px;
	border: 0;
	background: #4765a6;
	color: #fff;
	cursor: pointer;
}

.resido-slider--video .resido-slider__arrow:disabled {
	opacity: .45;
	cursor: default;
}

@media (max-width: 1024px) {
	.resido-home-hero,
	.resido-expert-bio { grid-template-columns:1fr; }
	.resido-home-hero__topbar {
		grid-template-columns: 1fr;
		justify-items: start;
	}
	.resido-home-hero__topbar.resido-header-topbar {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 18px;
		padding: 18px;
		margin: 18px 12px 32px;
	}
	.resido-home-hero__brand-mark,
	.resido-home-hero__brand-image {
		width: 52px;
		height: 52px;
	}
	.resido-home-hero__brand-text {
		max-width: 190px;
		font-size: 16px;
	}
	.resido-header-topbar__toggle {
		width: 44px;
		height: 44px;
	}
	.resido-offer-accordion__cards {
		grid-template-columns: 1fr;
	}
	.resido-home-hero__topbar.resido-header-topbar .resido-home-hero__nav,
	.resido-home-hero__topbar.resido-header-topbar .resido-home-hero__actions--desktop {
		display: none;
	}
	.resido-home-hero__topbar.resido-header-topbar .resido-header-topbar__toggle {
		display: inline-flex;
	}
	.resido-home-hero__topbar.resido-header-topbar .resido-header-topbar__mobile-panel:not([hidden]) {
		display: block;
	}
	.resido-home-hero__topbar.resido-header-topbar .resido-home-hero__actions--mobile {
		display: grid;
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 16px;
	}
	.resido-home-hero__content {
		grid-template-columns: 1fr;
		padding: 0 28px 28px;
		gap: 24px;
	}
	.resido-home-hero__copy {
		padding: 0;
	}
	.resido-home-hero__title {
		max-width: none;
		font-size: clamp(38px, 5vw, 52px);
		letter-spacing: 0;
	}
	.resido-home-hero__visual {
		order: 2;
		min-height: auto;
	}
	.resido-home-hero__visual img {
		max-width: 380px;
	}
	.resido-home-hero__form-card {
		order: 3;
	}
	.resido-home-hero__rating {
		margin-top: 48px;
	}
	.resido-process-steps__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.resido-image-text-cta__item {
		grid-template-columns: 1fr;
	}
	.resido-reviews-grid__rating-bar {
		flex-direction: column;
		align-items: flex-start;
	}
	.resido-steps-slide {
		min-height: 520px;
		padding: 40px 34px 34px;
	}
	.resido-steps-slide__label {
		margin-bottom: 40px;
		font-size: 16px;
	}
	.resido-steps-slide__icon {
		width: 56px;
		height: 56px;
		margin-bottom: 34px;
	}
	.resido-steps-slide__title {
		font-size: 24px;
	}
	.resido-steps-slide__description {
		font-size: 18px;
	}
	.resido-reviews-grid__cards { grid-template-columns:1fr 1fr; }
	.resido-reviews-grid__cards .resido-review-card:nth-child(n+3) {
		display: none;
	}
	.resido-contact-methods__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.resido-expert-bio__stats { grid-template-columns:1fr; }
}

@media (max-width: 767px) {
	.resido-home-hero,
	.resido-expert-bio,
	.resido-team-slider,
	.resido-process-steps,
	.resido-reviews-grid,
	.resido-contact-methods { padding:18px; border-radius:24px; }
	.resido-home-hero::before,
	.resido-home-hero::after {
		display: none;
	}
	.resido-home-hero__topbar {
		margin: 0 0 24px;
		padding: 20px;
	}
	.resido-home-hero__topbar.resido-header-topbar {
		gap: 14px;
		padding: 14px;
		margin: 0 0 24px;
	}
	.resido-home-hero__brand {
		align-items: flex-start;
		gap: 10px;
		min-width: 0;
	}
	.resido-home-hero__brand-mark,
	.resido-home-hero__brand-image {
		width: 44px;
		height: 44px;
	}
	.resido-home-hero__brand-mark {
		font-size: 15px;
	}
	.resido-home-hero__brand-text {
		max-width: 170px;
		font-size: 14px;
		line-height: 1.08;
	}
	.resido-header-topbar__toggle {
		width: 42px;
		height: 42px;
	}
	.resido-offer-accordion__item {
		padding: 18px 18px 20px;
	}
	.resido-offer-accordion__title {
		font-size: 18px;
	}
	.resido-offer-accordion__toggle {
		min-width: 92px;
		min-height: 40px;
		font-size: 15px;
	}
	.resido-offer-accordion__offer {
		min-height: 120px;
		padding: 18px;
	}
	.resido-offer-accordion__offer strong {
		font-size: 24px;
	}
	.resido-offer-accordion__offer span {
		font-size: 16px;
	}
	.resido-image-text-cta {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.resido-image-text-cta__item {
		min-height: 0;
	}
	.resido-image-text-cta__title {
		margin-bottom: 24px;
		font-size: 28px;
	}
	.resido-image-text-cta__button {
		width: 100%;
	}
	.resido-home-hero__topbar.resido-header-topbar .resido-home-hero__actions--mobile {
		grid-template-columns: 1fr;
	}
	.resido-home-hero__topbar.resido-header-topbar .resido-home-hero__action {
		width: 100%;
	}
	.resido-home-hero__content {
		padding: 0;
	}
	.resido-home-hero__title,
	.resido-design-title { font-size:34px; }
	.resido-home-hero__benefit {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 16px;
	}
	.resido-home-hero__benefit-icon {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
	}
	.resido-home-hero__benefit-icon-fallback {
		width: 36px;
		height: 36px;
	}
	.resido-home-hero__benefit-text,
	.resido-home-hero__rating-bottom {
		font-size: 15px;
	}
	.resido-home-hero__form-card {
		padding: 24px 20px;
	}
	.resido-reviews-grid__rating-bar {
		padding: 22px 20px;
	}
	.resido-slider--steps .resido-slider__footer {
		flex-direction: column;
		align-items: stretch;
	}
	.resido-slider--steps .resido-slider__arrows {
		align-self: flex-end;
	}
	.resido-slider--steps .resido-slider__arrow {
		width: 40px;
		height: 40px;
	}
	.resido-slider--video .resido-slider__footer {
		flex-direction: column;
		align-items: stretch;
	}
	.resido-slider--video .resido-slider__arrows {
		align-self: flex-end;
	}
	.resido-slider--video .resido-slider__arrow {
		width: 40px;
		height: 40px;
	}
	.resido-steps-slide {
		min-height: auto;
		padding: 28px 24px;
	}
	.resido-steps-slide__label {
		margin-bottom: 24px;
		font-size: 14px;
	}
	.resido-steps-slide__icon {
		width: 44px;
		height: 44px;
		margin-bottom: 24px;
	}
	.resido-steps-slide__title {
		margin-bottom: 18px;
		font-size: 18px;
	}
	.resido-steps-slide__description {
		font-size: 15px;
	}
	.resido-review-card {
		padding: 24px 22px 26px;
	}
	.resido-review-card__headline {
		font-size: 18px;
	}
	.resido-review-card__text,
	.resido-review-card__more,
	.resido-reviews-grid__rating-count {
		font-size: 15px;
	}
	.resido-review-card__top strong,
	.resido-reviews-grid__rating-score,
	.resido-reviews-grid__rating-brand {
		font-size: 18px;
	}
	.resido-process-steps__grid,
	.resido-reviews-grid__cards,
	.resido-contact-methods__grid { grid-template-columns:1fr; }
	.resido-reviews-grid__cards .resido-review-card:nth-child(n+2) {
		display: none;
	}
}
