/**
 * Select Landlord Insurance brand treatment.
 * Palette sampled from the supplied logo: navy, bright blue and orange.
 */
body.home {
	--ink: #082f70;
	--forest: #073b78;
	--green: #0757a7;
	--lime: #ff7a00;
	--cream: #f6f9fd;
	--muted: #536579;
	--line: #d9e4ef;
}

/* Header logo */
body.home .si-el-brand {
	width: 25%;
}

body.home .si-el-logo {
	width: 185px !important;
	flex: 0 0 185px;
}

body.home .si-el-logo img {
	width: 185px !important;
	height: 88px !important;
	object-fit: contain;
	object-position: left center;
}

body.home .si-el-brand-copy {
	display: none !important;
}

/* Reference-style property banner */
body.home .si-el-hero {
	min-height: 635px;
	background-size: cover !important;
	background-position: center right !important;
	background-repeat: no-repeat !important;
}

body.home .si-el-hero::before {
	background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, .98) 28%, rgba(255, 255, 255, .88) 39%, rgba(255, 255, 255, .36) 53%, rgba(255, 255, 255, 0) 68%);
}

body.home .si-el-hero-copy > .elementor-widget-wrap {
	padding-top: 34px !important;
	padding-bottom: 28px !important;
}

body.home .si-el-business-name {
	font-size: 30px;
	letter-spacing: .11em;
}

body.home .si-el-hero-title h1 {
	font-size: clamp(54px, 5vw, 74px) !important;
	line-height: .98 !important;
}

body.home .si-el-cover-card {
	border: 1px solid rgba(7, 87, 167, .1);
	box-shadow: 0 18px 50px rgba(5, 43, 99, .18);
}

body.home .si-el-cover-card > .elementor-widget-container > span {
	background: linear-gradient(135deg, #ff9a2f, #ff7100);
}

body.home .si-el-actions .elementor-button {
	width: auto;
	min-width: 230px;
	padding: 17px 30px;
	box-shadow: 0 10px 24px rgba(7, 87, 167, .12);
}

/* Why Choose section */
body.home .si-el-why {
	padding: 105px 0;
	background: #fff;
}

body.home .si-el-why > .elementor-container {
	align-items: flex-start;
	gap: 80px;
}

body.home .si-el-why-heading {
	position: sticky;
	top: 35px;
}

body.home .si-el-why h2 {
	margin: 0;
	color: var(--ink);
	font: 700 48px/1.08 'Manrope', sans-serif;
	letter-spacing: -.045em;
}

body.home .si-el-why h2 em {
	color: #ff7a00;
	font: italic 400 1em/1.05 Georgia, serif;
}

body.home .si-el-why-photo {
	margin-top: 35px;
}

body.home .si-el-why-photo img {
	width: 100%;
	height: 310px;
	object-fit: cover;
	object-position: center;
	border-radius: 14px;
	box-shadow: 0 16px 38px rgba(5, 43, 99, .14);
}

body.home .si-el-why-copy p {
	margin: 0 0 18px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.75;
}

body.home .si-el-why-copy .si-el-why-lead {
	padding-left: 22px;
	border-left: 4px solid #ff7a00;
	color: var(--ink);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.55;
}

body.home .si-el-why-cta {
	margin-top: 13px;
}

body.home .si-el-why-cta .elementor-button {
	max-width: 520px;
	padding: 18px 28px;
	border-radius: 9px;
	background: #0757a7;
	color: #fff;
	font-weight: 700;
	line-height: 1.35;
	box-shadow: 0 12px 28px rgba(7, 87, 167, .16);
}

/* Our Commitment */
body.home .si-el-commitment {
	padding: 70px 0;
	background: linear-gradient(135deg, #052b63 0%, #0757a7 100%);
	color: #fff;
}

body.home .si-el-commitment-inner > .elementor-widget-wrap {
	display: grid !important;
	grid-template-columns: 280px 1fr;
	gap: 55px;
	align-items: center;
}

body.home .si-el-commitment h2 {
	margin: 0;
	color: #fff;
	font: 700 42px/1.08 'Manrope', sans-serif;
	letter-spacing: -.04em;
}

body.home .si-el-commitment h2 em {
	color: #ff8a1c;
	font: italic 400 1em/1.05 Georgia, serif;
}

body.home .si-el-commitment-list .elementor-icon-list-items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

body.home .si-el-commitment-list .elementor-icon-list-item {
	min-height: 76px;
	margin: 0 !important;
	padding: 16px 18px !important;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 10px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

body.home .si-el-commitment-list .elementor-icon-list-item::before {
	content: '✓';
	display: inline-grid;
	place-items: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	margin-right: 12px;
	border-radius: 50%;
	background: #ff7a00;
	color: #fff;
	font-weight: 800;
}

body.home .si-el-commitment-list .elementor-icon-list-icon {
	display: none;
}

body.home .si-el-commitment-list .elementor-icon-list-text {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

/* Five-card insurance solutions layout */
body.home .si-el-cards {
	position: relative;
	padding-right: 72px;
	padding-left: 72px;
}

body.home .si-el-cards > .elementor-container {
	display: grid;
	grid-template-columns: none;
	grid-auto-flow: column;
	grid-auto-columns: minmax(250px, 1fr);
	gap: 24px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 4px 4px 22px;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

body.home .si-el-cards .si-el-card {
	width: 100% !important;
	scroll-snap-align: start;
}

body.home .si-el-cards > .elementor-container::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

body.home .si-el-cards .si-card-arrow {
	position: absolute;
	z-index: 5;
	top: 50%;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #074b83;
	box-shadow: 0 12px 26px rgba(5, 43, 99, .2);
	color: #fff;
	font: 400 21px/1 Arial, sans-serif;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color .2s ease, box-shadow .2s ease, opacity .2s ease;
}

body.home .si-el-cards .si-card-arrow--prev {
	left: 10px;
}

body.home .si-el-cards .si-card-arrow--next {
	right: 10px;
}

body.home .si-el-cards .si-card-arrow:hover,
body.home .si-el-cards .si-card-arrow:focus-visible {
	background: #0763b5;
	box-shadow: 0 14px 30px rgba(5, 43, 99, .28);
}

body.home .si-el-cards .si-card-arrow:focus-visible {
	outline: 3px solid rgba(7, 99, 181, .3);
	outline-offset: 3px;
}

body.home .si-el-cards .si-card-arrow:disabled {
	opacity: .35;
	cursor: default;
	box-shadow: none;
}

@media (max-width: 767px) {
	body.home .si-el-cards {
		padding-right: 50px;
		padding-left: 50px;
	}

	body.home .si-el-cards .si-card-arrow {
		width: 42px;
		height: 42px;
		font-size: 19px;
	}

	body.home .si-el-cards .si-card-arrow--prev {
		left: 2px;
	}

	body.home .si-el-cards .si-card-arrow--next {
		right: 2px;
	}
}

body.home .si-el-card > .elementor-widget-wrap {
	height: 100%;
}

/* Who We Help */
body.home .si-el-who-help {
	padding: 105px 0;
	background: #eef5fb;
}

body.home .si-el-who-help h2 {
	margin: 0;
	color: var(--ink);
	font: 700 50px/1.08 'Manrope', sans-serif;
	letter-spacing: -.045em;
	text-align: center;
}

body.home .si-el-who-help h2 em {
	color: #ff7a00;
	font: italic 400 1em/1.05 Georgia, serif;
}

body.home .si-el-who-help > .elementor-container > .elementor-column > .elementor-widget-wrap > .si-el-kicker {
	text-align: center;
}

body.home .si-el-who-intro {
	max-width: 850px;
	margin: 22px auto 48px;
	text-align: center;
	color: var(--muted);
	font-size: 17px;
	line-height: 1.7;
}

body.home .si-el-who-photo {
	margin: 0 0 32px;
}

body.home .si-el-who-photo img {
	width: 100%;
	height: 330px;
	object-fit: cover;
	object-position: center 42%;
	border-radius: 14px;
	box-shadow: 0 16px 42px rgba(5, 43, 99, .12);
}

body.home .si-el-who-grid > .elementor-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

body.home .si-el-who-card {
	width: 100% !important;
}

body.home .si-el-who-card > .elementor-widget-wrap {
	height: 100%;
	padding: 34px 36px !important;
	border: 1px solid #d9e4ef;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 15px 38px rgba(5, 43, 99, .08);
}

body.home .si-el-who-card h3,
body.home .si-el-who-choice h3 {
	margin: 0 0 20px;
	color: var(--ink);
	font: 700 25px/1.3 'Manrope', sans-serif;
}

body.home .si-el-who-list p,
body.home .si-el-who-choice p {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.7;
}

body.home .si-el-who-list ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

body.home .si-el-who-list li {
	position: relative;
	padding: 12px 12px 12px 42px;
	border-radius: 8px;
	background: #f6f9fd;
	color: var(--ink);
	font-size: 14px;
	line-height: 1.45;
}

body.home .si-el-who-list li::before {
	content: '✓';
	position: absolute;
	left: 13px;
	top: 12px;
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ff7a00;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

body.home .si-el-who-choice {
	margin-top: 24px;
	padding: 38px 40px;
	border-left: 5px solid #ff7a00;
	border-radius: 12px;
	background: linear-gradient(135deg, #052b63, #0757a7);
	color: #fff;
}

body.home .si-el-who-choice h3,
body.home .si-el-who-choice p {
	color: #fff;
}

body.home .si-el-who-choice p:last-child {
	margin-bottom: 0;
}

/* Expanded FAQ content */
body.home .si-el-faq .elementor-accordion-item {
	margin-bottom: 10px;
	border: 1px solid #d9e4ef !important;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

body.home .si-el-faq .elementor-tab-title {
	padding: 19px 20px !important;
}

body.home .si-el-faq .elementor-tab-title.elementor-active {
	color: #0757a7;
}

body.home .si-el-faq .elementor-tab-content {
	padding: 0 20px 20px !important;
	line-height: 1.7;
}

/* Quote and contact section */
body.home .si-el-quote-contact {
	padding: 100px 0;
	background: linear-gradient(135deg, #f6f9fd 0%, #eaf3fb 100%);
}

body.home .si-el-quote-contact > .elementor-container {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	gap: 70px;
	align-items: center;
}

body.home .si-el-quote-contact .elementor-column {
	width: 100% !important;
}

body.home .si-el-quote-contact h2 {
	margin: 0;
	color: var(--ink);
	font: 700 46px/1.08 'Manrope', sans-serif;
	letter-spacing: -.045em;
}

body.home .si-el-quote-contact h2 em {
	color: #ff7a00;
	font: italic 400 .9em/1.08 Georgia, serif;
}

body.home .si-el-quote-text {
	margin-top: 24px;
}

body.home .si-el-quote-text p {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.72;
}

body.home .si-el-quote-text .si-el-quote-lead {
	color: var(--ink);
	font-size: 19px;
	font-weight: 600;
}

body.home .si-el-quote-signoff {
	display: block;
	margin-top: 24px;
	color: #0757a7;
	font: 700 18px/1.5 'Manrope', sans-serif;
}

body.home .si-el-contact-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 32px;
}

body.home .si-el-contact-details > * {
	display: flex;
	flex-direction: column;
	padding: 17px 18px;
	border: 1px solid #d9e4ef;
	border-radius: 10px;
	background: #fff;
	color: var(--ink);
}

body.home .si-el-contact-details > :last-child {
	grid-column: 1 / -1;
}

body.home .si-el-contact-details span {
	margin-bottom: 5px;
	color: #0757a7;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.home .si-el-contact-details strong {
	font-size: 14px;
	line-height: 1.45;
}

body.home .si-el-quote-form-column > .elementor-widget-wrap {
	padding: 38px 40px !important;
	border-top: 5px solid #ff7a00;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(5, 43, 99, .13);
}

body.home .si-el-quote-form-column h3 {
	margin: 0 0 24px;
	color: var(--ink);
	font: 700 27px/1.25 'Manrope', sans-serif;
}

body.home .si-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

body.home .si-el-quote-form label {
	display: block;
	margin-bottom: 16px;
	color: var(--ink);
	font-size: 12px;
	font-weight: 700;
}

body.home .si-el-quote-form input:not([type='submit']),
body.home .si-el-quote-form select,
body.home .si-el-quote-form textarea {
	width: 100%;
	margin-top: 7px;
	padding: 12px 14px;
	border: 1px solid #cbdbe9;
	border-radius: 7px;
	background: #f9fbfd;
	color: var(--ink);
	font: 14px 'DM Sans', sans-serif;
}

body.home .si-el-quote-form textarea {
	height: 115px;
	resize: vertical;
}

body.home .si-el-quote-form input[type='submit'] {
	width: 100%;
	padding: 15px 24px;
	border: 0;
	border-radius: 8px;
	background: #0757a7;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

body.home .si-el-quote-form input[type='submit']:hover {
	background: #ff7a00;
}

/* Logo-derived colour system */
body.home .si-el-eyebrow,
body.home .si-el-kicker p {
	color: #0757a7;
}

body.home .si-el-eyebrow {
	background: #eaf3fb;
}

body.home .si-el-hero-title em,
body.home .si-el-section h2 em,
body.home .si-el-story h2 em,
body.home .si-el-faq h2 em {
	color: #ff7a00;
}

body.home .si-el-secondary .elementor-button {
	color: #0757a7;
}

body.home .si-el-cover-card > .elementor-widget-container > span,
body.home .si-el-card.is-featured > .elementor-widget-wrap {
	background: linear-gradient(135deg, #0757a7, #073b78);
}

body.home .si-el-cover-card small,
body.home .si-el-benefit-title .elementor-heading-title {
	color: #073b78;
}

body.home .si-el-benefit-icon .elementor-heading-title,
body.home .si-el-card-icon .elementor-heading-title {
	background: #eaf3fb;
	color: #0757a7;
}

body.home .si-el-story {
	background: #eef5fb;
}

body.home .si-el-checklist .elementor-icon-list-icon {
	color: #ff7a00;
}

body.home .si-el-footer {
	background: #052b63;
	border-top: 4px solid #ff7a00;
}

body.home .si-el-footer-logo img {
	width: 175px !important;
	height: auto;
}

body.home .elementor-button:hover,
body.home .elementor-button:focus {
	background-color: #ff7a00;
	border-color: #ff7a00;
}

@media (max-width: 1024px) {
	body.home .si-el-brand {
		width: 30%;
	}
}

@media (max-width: 767px) {
	body.home .si-el-header .si-el-brand {
		width: 58%;
	}

	body.home .si-el-logo {
		width: 132px !important;
		flex-basis: 132px;
	}

	body.home .si-el-logo img {
		width: 132px !important;
		height: 68px !important;
	}

	body.home .si-el-hero {
		min-height: 805px;
		background-size: auto 390px !important;
		background-position: 68% bottom !important;
	}

	body.home .si-el-hero::before {
		background: linear-gradient(180deg, #fff 0%, #fff 50%, rgba(255, 255, 255, .78) 60%, rgba(255, 255, 255, 0) 76%);
	}

	body.home .si-el-why {
		padding: 72px 0;
	}

	body.home .si-el-why > .elementor-container {
		display: block;
	}

	body.home .si-el-why .elementor-column {
		width: 100%;
	}

	body.home .si-el-why-heading {
		position: static;
		margin-bottom: 34px;
	}

	body.home .si-el-why h2 {
		font-size: 38px;
	}

	body.home .si-el-why-copy .si-el-why-lead {
		font-size: 18px;
	}

	body.home .si-el-why-photo img,
	body.home .si-el-who-photo img {
		height: 240px;
	}

	body.home .si-el-commitment {
		padding: 58px 0;
	}

	body.home .si-el-commitment-inner > .elementor-widget-wrap {
		display: block !important;
	}

	body.home .si-el-commitment h2 {
		margin-bottom: 30px;
		font-size: 36px;
	}

	body.home .si-el-commitment-list .elementor-icon-list-items {
		grid-template-columns: 1fr;
	}

	body.home .si-el-cards > .elementor-container {
		display: grid;
		grid-auto-columns: minmax(270px, 86vw);
		gap: 16px;
		padding-bottom: 18px;
	}

	body.home .si-el-cards .si-el-card {
		margin-bottom: 0;
	}

	body.home .si-el-who-help {
		padding: 72px 0;
	}

	body.home .si-el-who-help h2 {
		font-size: 39px;
	}

	body.home .si-el-who-grid > .elementor-container {
		display: block;
	}

	body.home .si-el-who-card {
		margin-bottom: 18px;
	}

	body.home .si-el-who-card > .elementor-widget-wrap {
		padding: 28px 22px !important;
	}

	body.home .si-el-who-list ul {
		grid-template-columns: 1fr;
	}

	body.home .si-el-who-choice {
		padding: 30px 24px;
	}

	body.home .si-el-quote-contact {
		padding: 72px 0;
	}

	body.home .si-el-quote-contact > .elementor-container {
		display: block;
	}

	body.home .si-el-quote-contact h2 {
		font-size: 38px;
	}

	body.home .si-el-quote-form-column {
		margin-top: 42px;
	}

	body.home .si-el-quote-form-column > .elementor-widget-wrap {
		padding: 30px 22px !important;
	}

	body.home .si-form-grid,
	body.home .si-el-contact-details {
		grid-template-columns: 1fr;
	}

	body.home .si-el-contact-details > :last-child {
		grid-column: auto;
	}
}
