/* Kitchen Worktops Direct — brand system derived from the supplied oval logo. */
:root {
	--brand-blue: #5387c5;
	--brand-blue-dark: #2f4b85;
	--brand-blue-light: #7aa8d4;
	--brand-blue-pale: #eef4fa;
	--text-dark: #1c2430;
	--text-medium: #5c6673;
	--text-light: #8a93a0;
	--white: #ffffff;
	--off-white: #f7f9fc;
	--border-light: #e4eaf1;
	--header-h: 84px;
	--container: 1400px;
	--space-section: 96px;
	--radius: 4px;
	--shadow: 0 12px 40px rgba(47, 75, 133, 0.08);
	--font: "DM Sans", "Poppins", "Helvetica Neue", Arial, sans-serif;
	--ease: 280ms ease;
}

.kwd-redesign {
	font-family: var(--font);
	color: var(--text-dark);
	background: var(--white);
}

.kwd-redesign.kwd-home #Content,
.kwd-redesign.kwd-home #Subheader,
.kwd-redesign #Header,
.kwd-redesign #Top_bar,
.kwd-redesign #Action_bar,
.kwd-redesign .mfn-header-tmpl,
.kwd-redesign #Footer,
.kwd-redesign .mfn-footer,
.kwd-redesign .mfn-footer-stickymenu {
	display: none !important;
}

.kwd-redesign .mfn-footer-stickymenu-hidden,
.kwd-redesign .mfn-footer-menu-sticky,
.kwd-redesign #Footer_icons,
.kwd-redesign .footer_menu_sticky,
.kwd-redesign .mfn-sticky-shop-menu,
.kwd-redesign header.elementskit-header,
.kwd-redesign .elementskit-template-header,
.kwd-redesign .ekit-template-content-header,
.kwd-redesign .ekit-template-content-footer {
	display: none !important;
}

body.kwd-lock {
	overflow: hidden;
}

.kwd-redesign #Header,
.kwd-redesign body:not(.template-slider) #Header {
	min-height: 0 !important;
	padding: 0 !important;
}

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

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

.kwd-container {
	width: min(var(--container), calc(100% - 80px));
	margin: 0 auto;
}

.kwd-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--white);
	border-bottom: 1px solid var(--border-light);
}

.kwd-header__inner {
	width: min(var(--container), calc(100% - 80px));
	margin: 0 auto;
	min-height: var(--header-h);
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 12px;
}

.kwd-header__logo img {
	display: block;
	height: 58px;
	width: auto;
}

.kwd-header__nav {
	display: flex;
	justify-content: center;
}

.kwd-nav {
	display: flex;
	align-items: center;
	gap: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.kwd-nav__item {
	position: relative;
}

.kwd-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 10px 8px;
	color: var(--text-dark);
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.01em;
	white-space: nowrap;
	transition: color var(--ease);
}

.kwd-nav__link:hover,
.kwd-nav__item:hover > .kwd-nav__link {
	color: var(--brand-blue);
}

.kwd-nav__caret {
	display: inline-flex;
	color: var(--text-light);
	transition: transform var(--ease), color var(--ease);
}

.kwd-nav__item:hover .kwd-nav__caret {
	color: var(--brand-blue);
	transform: rotate(180deg);
}

.kwd-nav__dropdown {
	position: absolute;
	top: calc(100% - 4px);
	left: 0;
	min-width: 240px;
	padding: 10px 0;
	margin: 0;
	list-style: none;
	background: var(--white);
	border: 1px solid var(--border-light);
	box-shadow: var(--shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity var(--ease), transform var(--ease), visibility var(--ease);
	z-index: 20;
}

.kwd-nav__item:hover .kwd-nav__dropdown,
.kwd-nav__item:focus-within .kwd-nav__dropdown {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.kwd-nav__dropdown a {
	display: block;
	padding: 10px 18px;
	color: var(--text-dark);
	text-decoration: none;
	font-size: 14px;
}

.kwd-nav__dropdown a:hover {
	color: var(--brand-blue);
	background: var(--brand-blue-pale);
}

.kwd-header__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.kwd-header__phone {
	display: inline-flex;
	flex-direction: column;
	line-height: 1.15;
	color: var(--brand-blue-dark);
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.kwd-header__phone span {
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--text-light);
}

.kwd-icon-btn {
	appearance: none;
	border: 0;
	background: transparent;
	color: var(--brand-blue-dark);
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: color var(--ease);
}

.kwd-redesign .kwd-header .kwd-icon-btn,
.kwd-redesign .kwd-mobile-nav .kwd-icon-btn,
.kwd-redesign .kwd-search .kwd-icon-btn {
	background: transparent !important;
	color: var(--brand-blue-dark) !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	letter-spacing: 0 !important;
}

.kwd-icon-btn:hover {
	color: var(--brand-blue);
}

.kwd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	padding: 0 22px;
	background: var(--brand-blue);
	color: var(--white);
	text-decoration: none;
	border: 1px solid var(--brand-blue);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	border-radius: var(--radius);
	transition: background var(--ease), transform var(--ease), border-color var(--ease);
}

.kwd-btn:hover {
	background: var(--brand-blue-dark);
	border-color: var(--brand-blue-dark);
	color: var(--white);
}

.kwd-btn__arrow {
	transition: transform var(--ease);
}

.kwd-btn:hover .kwd-btn__arrow {
	transform: translateX(4px);
}

.kwd-btn--light {
	background: var(--white);
	color: var(--brand-blue-dark);
	border-color: var(--white);
}

.kwd-btn--light:hover {
	background: var(--brand-blue-pale);
	color: var(--brand-blue-dark);
}

.kwd-btn--secondary {
	background: transparent;
	color: var(--brand-blue-dark);
}

.kwd-btn--secondary:hover {
	background: var(--brand-blue-pale);
	color: var(--brand-blue-dark);
}

.kwd-btn--block {
	width: 100%;
	margin-top: 24px;
}

.kwd-header__menu-toggle {
	display: none;
}

.kwd-text-link {
	color: var(--brand-blue);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

.kwd-text-link:hover {
	color: var(--brand-blue-dark);
}

.kwd-section {
	padding: var(--space-section) 0;
}

.kwd-section__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 40px;
}

.kwd-section__title {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.16em;
	color: var(--text-dark);
}

.kwd-hero {
	padding: 48px 0 24px;
	overflow: hidden;
}

.kwd-hero__grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.9fr) 1.2fr;
	align-items: center;
	gap: 48px;
	min-height: 540px;
}

.kwd-hero__kicker {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--brand-blue);
}

.kwd-hero__title {
	margin: 0 0 12px;
	font-size: clamp(42px, 5vw, 68px);
	line-height: 1.05;
	font-weight: 500;
	letter-spacing: -0.03em;
	color: var(--brand-blue-dark);
}

.kwd-hero__sub {
	margin: 0 0 16px;
	max-width: 440px;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 500;
	color: var(--text-dark);
}

.kwd-hero__text {
	max-width: 420px;
	margin: 0 0 32px;
	font-size: 17px;
	line-height: 1.6;
	color: var(--text-medium);
}

.kwd-hero__media {
	position: relative;
	height: 560px;
	margin-right: calc((100vw - min(var(--container), 100%)) / -4);
}

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

.kwd-worktops__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
}

.kwd-brands {
	padding-top: 24px;
}

.kwd-brands__intro {
	max-width: 920px;
	margin: 0 auto 48px;
	text-align: center;
}

.kwd-brands__intro h2 {
	margin: 0 0 14px;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.35;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--brand-blue-dark);
}

.kwd-brands__intro p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: var(--text-light);
}

.kwd-brands__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 28px 36px;
	align-items: center;
	justify-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kwd-brands__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 196px;
	aspect-ratio: 1;
	padding: 10px;
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(47, 75, 133, 0.08);
	transition: box-shadow 200ms ease, transform 200ms ease;
}

.kwd-brands__item:hover,
.kwd-brands__item:focus-visible {
	transform: translateY(-2px);
	box-shadow: inset 0 0 0 1px rgba(47, 75, 133, 0.16), 0 10px 24px rgba(47, 75, 133, 0.08);
}

.kwd-brands__logo {
	display: block;
	width: 78%;
	height: 78%;
	max-width: 148px;
	max-height: 148px;
	object-fit: contain;
	object-position: center;
	image-rendering: auto;
	-ms-interpolation-mode: bicubic;
}

.kwd-card,
.kwd-colour {
	display: flex;
	flex-direction: column;
	background: var(--white);
	text-decoration: none;
	color: inherit;
	border: 1px solid var(--border-light);
	overflow: hidden;
}

.kwd-card__media,
.kwd-colour__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 5;
}

.kwd-colour__media {
	aspect-ratio: 5 / 4;
}

.kwd-card__media img,
.kwd-colour__media img,
.kwd-quote__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	image-rendering: auto;
	-ms-interpolation-mode: bicubic;
	transition: transform 360ms ease;
}

.kwd-card:hover img,
.kwd-colour:hover img {
	transform: scale(1.04);
}

.kwd-card__meta,
.kwd-colour__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 18px 20px;
	background: var(--white);
}

.kwd-card__name,
.kwd-colour__meta strong {
	font-size: 16px;
	font-weight: 500;
}

.kwd-card__arrow {
	color: var(--brand-blue);
	display: inline-flex;
	transition: transform var(--ease);
}

.kwd-card:hover .kwd-card__arrow {
	transform: translateX(4px);
}

.kwd-colour__meta {
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.kwd-colour__meta span {
	color: var(--text-medium);
	font-size: 14px;
}

.kwd-colours {
	background: var(--brand-blue-pale);
}

.kwd-colours__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.kwd-services__row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}

.kwd-service {
	padding: 8px 36px;
	text-align: center;
	text-decoration: none;
	color: inherit;
	border-right: 1px solid var(--border-light);
}

.kwd-service:last-child {
	border-right: 0;
}

.kwd-service__icon {
	display: inline-flex;
	color: var(--brand-blue);
	margin-bottom: 18px;
}

.kwd-service h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 500;
}

.kwd-service p {
	margin: 0;
	color: var(--text-medium);
	line-height: 1.6;
	font-size: 15px;
}

.kwd-quote__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 72px;
	align-items: center;
}

.kwd-quote__media {
	min-height: 420px;
	overflow: hidden;
}

.kwd-quote blockquote {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

.kwd-quote blockquote p {
	margin: 0;
	font-size: 28px;
	line-height: 1.45;
	font-weight: 400;
	color: var(--text-dark);
}

.kwd-quote__author {
	margin: 0 0 18px;
	color: var(--text-medium);
	font-size: 14px;
}

.kwd-quote__stars {
	display: block;
	height: 36px;
	width: auto;
	margin-bottom: 18px;
}

.kwd-footer {
	background: #10233c;
	color: #c5d4e8;
	padding-top: 64px;
}

.kwd-footer a {
	color: #c5d4e8;
	text-decoration: none;
}

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

.kwd-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.75fr 0.85fr 1fr;
	gap: 40px;
	align-items: start;
	padding-bottom: 48px;
}

.kwd-footer__logo {
	display: inline-flex;
	background: var(--white);
	padding: 10px 16px;
	border-radius: 999px;
	margin-bottom: 16px;
}

.kwd-footer__logo img {
	height: 44px;
	width: auto;
	display: block;
}

.kwd-footer__brand p {
	margin: 0;
	max-width: 320px;
	font-size: 14px;
	line-height: 1.6;
	color: #9db4d4;
}

.kwd-footer__col h2 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.kwd-footer__col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kwd-footer__col li {
	margin: 0 0 10px;
	font-size: 14px;
}

.kwd-footer__contact .kwd-btn {
	margin-top: 8px;
}

.kwd-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 28px;
	padding-top: 16px;
	font-size: 15px;
}

.kwd-footer__contact p {
	margin: 0 0 10px;
	display: flex;
	gap: 10px;
	font-size: 14px;
}

.kwd-footer__contact span {
	min-width: 92px;
	color: #9db4d4;
}

.kwd-footer__base {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 18px 0;
	font-size: 13px;
}

.kwd-footer__base-inner {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
}

.kwd-footer__base nav {
	display: flex;
	gap: 20px;
}

.kwd-footer__base p {
	margin: 0;
}

.kwd-mobile-nav,
.kwd-search {
	position: fixed;
	inset: 0;
	background: rgba(28, 36, 48, 0.36);
	z-index: 1200;
}

.kwd-mobile-nav__panel,
.kwd-search__panel {
	background: var(--white);
	padding: 24px;
}

.kwd-mobile-nav__panel {
	width: min(400px, 100%);
	height: 100%;
	overflow: auto;
	margin-left: auto;
}

.kwd-mobile-nav__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	font-weight: 600;
}

.kwd-nav--mobile {
	display: block;
}

.kwd-nav--mobile .kwd-nav__item {
	border-bottom: 1px solid var(--border-light);
}

.kwd-nav--mobile .kwd-nav__link {
	width: 100%;
	justify-content: space-between;
	padding: 14px 0;
}

.kwd-nav--mobile .kwd-nav__dropdown {
	position: static;
	opacity: 1;
	visibility: visible;
	transform: none;
	box-shadow: none;
	border: 0;
	padding: 0 0 12px 8px;
	min-width: 0;
}

.kwd-search__panel {
	width: min(720px, calc(100% - 40px));
	margin: 12vh auto 0;
	display: flex;
	gap: 12px;
	align-items: center;
	box-shadow: var(--shadow);
}

.kwd-search__form {
	display: flex;
	gap: 10px;
	flex: 1;
}

.kwd-search__form input[type="search"] {
	flex: 1;
	border: 1px solid var(--border-light);
	padding: 12px 14px;
	font: inherit;
	color: var(--text-dark);
}

.kwd-search__form input[type="search"]:focus {
	outline: 2px solid var(--brand-blue);
	border-color: var(--brand-blue);
}

.kwd-redesign a,
.kwd-redesign .woocommerce a {
	transition: color var(--ease);
}

.kwd-redesign input:focus,
.kwd-redesign textarea:focus,
.kwd-redesign select:focus {
	outline-color: var(--brand-blue);
	border-color: var(--brand-blue);
}

.kwd-redesign .cky-btn-accept,
.kwd-redesign .cky-btn,
.kwd-redesign #cookie-notice .cn-set-cookie,
.kwd-redesign .cli-plugin-button {
	background: var(--brand-blue) !important;
	border-color: var(--brand-blue) !important;
	color: var(--white) !important;
}

html.kwd-cookies-ok #mfn-gdpr {
	display: none !important;
}

.kwd-redesign #mfn-gdpr {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px 20px;
	position: fixed;
	z-index: 10050;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 16px 28px 18px;
	background: #16233c;
	color: #fff;
	box-shadow: 0 -16px 40px rgba(22, 35, 60, 0.22);
	font-family: var(--font);
	font-size: 14px;
	line-height: 1.5;
}

.kwd-redesign #mfn-gdpr .mfn-gdpr-image {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c4a574' stroke-width='1.6'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='9' cy='10' r='1' fill='%23c4a574' stroke='none'/%3E%3Ccircle cx='14' cy='9' r='1' fill='%23c4a574' stroke='none'/%3E%3Ccircle cx='13' cy='14' r='1.1' fill='%23c4a574' stroke='none'/%3E%3C/svg%3E") center / 22px no-repeat;
}

.kwd-redesign #mfn-gdpr .mfn-gdpr-image img {
	display: none;
}

.kwd-redesign #mfn-gdpr .mfn-gdpr-content {
	flex: 1 1 280px;
	margin: 0;
	max-width: 720px;
	color: rgba(255, 255, 255, 0.88);
}

.kwd-redesign #mfn-gdpr .mfn-gdpr-content p {
	margin: 0;
}

.kwd-redesign #mfn-gdpr .mfn-gdpr-content a,
.kwd-redesign #mfn-gdpr a.mfn-gdpr-readmore {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.kwd-redesign #mfn-gdpr a.mfn-gdpr-readmore {
	flex-shrink: 0;
	text-decoration: none;
	padding: 10px 4px;
}

.kwd-redesign #mfn-gdpr a.mfn-gdpr-readmore:hover,
.kwd-redesign #mfn-gdpr .mfn-gdpr-content a:hover {
	color: var(--gold, #c4a574);
}

.kwd-redesign #mfn-gdpr .mfn-gdpr-button {
	flex-shrink: 0;
	appearance: none;
	border: 0;
	border-radius: 4px;
	padding: 12px 22px;
	background: var(--brand-blue);
	color: #fff;
	font: 700 12px/1 var(--font);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.kwd-redesign #mfn-gdpr .mfn-gdpr-button:hover {
	background: var(--brand-blue-dark);
}

@media (max-width: 720px) {
	.kwd-redesign #mfn-gdpr {
		flex-direction: column;
		align-items: stretch;
		text-align: left;
		padding: 16px 16px 18px;
	}

	.kwd-redesign #mfn-gdpr .mfn-gdpr-image {
		display: none;
	}

	.kwd-redesign #mfn-gdpr .mfn-gdpr-button {
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.kwd-worktops__grid,
	.kwd-colours__grid {
		grid-template-columns: repeat(2, 1fr);
	}

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

	.kwd-hero__media {
		margin-right: 0;
		height: 460px;
	}

	.kwd-quote blockquote p {
		font-size: 24px;
	}
}

@media (max-width: 1280px) {
	.kwd-header__nav {
		display: none;
	}

	.kwd-header__menu-toggle {
		display: inline-flex;
	}
}

@media (max-width: 1024px) {
	:root {
		--space-section: 72px;
	}

	.kwd-header__nav {
		display: none;
	}

	.kwd-header__cta,
	.kwd-header__phone {
		display: none;
	}

	.kwd-header__menu-toggle {
		display: inline-flex;
	}

	.kwd-hero__grid,
	.kwd-quote__grid,
	.kwd-footer__grid,
	.kwd-services__row,
	.kwd-seo-faq__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.kwd-seo-faq__lead {
		max-width: none;
	}

	.kwd-seo-faq__a {
		padding-left: 20px;
	}

	.kwd-hero__grid {
		min-height: 0;
	}

	.kwd-hero__media,
	.kwd-quote__media {
		height: 360px;
		min-height: 0;
	}

	.kwd-service {
		border-right: 0;
		border-bottom: 1px solid var(--border-light);
		padding: 28px 0;
	}

	.kwd-service:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 768px) {
	:root {
		--space-section: 64px;
		--header-h: 72px;
	}

	.kwd-container,
	.kwd-header__inner {
		width: calc(100% - 40px);
	}

	.kwd-header__logo img {
		height: 46px;
	}

	.kwd-hero {
		padding-top: 28px;
	}

	.kwd-hero__title {
		font-size: 36px;
	}

	.kwd-worktops__grid,
	.kwd-colours__grid {
		grid-template-columns: 1fr;
	}

	.kwd-brands__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 12px;
	}

	.kwd-brands__item {
		max-width: 160px;
	}

	.kwd-section__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.kwd-footer__base-inner,
	.kwd-footer__nav {
		flex-direction: column;
		align-items: flex-start;
	}

	.kwd-quote blockquote p {
		font-size: 22px;
	}
}

@media (max-width: 390px) {
	.kwd-container,
	.kwd-header__inner {
		width: calc(100% - 32px);
	}

	.kwd-hero__title {
		font-size: 32px;
	}
}

.kwd-seo-guide {
	padding: 64px 0 40px;
	background: var(--off-white);
}

.kwd-seo-guide h3 {
	margin: 32px 0 16px;
	font-size: 22px;
	font-weight: 500;
}

.kwd-seo-guide p {
	max-width: 820px;
	margin: 0 0 16px;
	font-size: 17px;
	line-height: 1.65;
	color: var(--text-medium);
}

.kwd-seo-table-wrap {
	overflow-x: auto;
}

.kwd-seo-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--white);
	font-size: 15px;
}

.kwd-seo-table th,
.kwd-seo-table td {
	padding: 14px 16px;
	border: 1px solid var(--border-light);
	text-align: left;
	vertical-align: top;
}

.kwd-seo-table th {
	background: var(--brand-blue-pale);
	font-weight: 600;
}

.kwd-seo-colour-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kwd-seo-colour-links a {
	color: var(--brand-blue);
	font-weight: 600;
}

.kwd-seo-faq {
	padding: 80px 0 96px;
	background:
		linear-gradient(180deg, var(--off-white) 0%, var(--white) 48%);
	border-top: 1px solid var(--border-light);
}

.kwd-seo-faq__grid {
	display: grid;
	grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.25fr);
	gap: 56px 72px;
	align-items: start;
}

.kwd-seo-faq__eyebrow {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--brand-blue);
}

.kwd-seo-guide h2,
.kwd-seo-faq h2 {
	margin: 0 0 16px;
	font-size: clamp(28px, 3vw, 36px);
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.kwd-seo-faq__lead {
	margin: 0 0 28px;
	max-width: 34ch;
	font-size: 16px;
	line-height: 1.65;
	color: var(--text-medium);
}

.kwd-seo-faq__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}

.kwd-seo-faq__more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.kwd-seo-faq__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.kwd-seo-faq__item {
	margin: 0;
	background: var(--white);
	border: 1px solid var(--border-light);
	border-radius: 16px;
	padding: 0;
	box-shadow: 0 10px 30px rgba(47, 75, 133, 0.04);
	overflow: hidden;
	transition: border-color var(--ease), box-shadow var(--ease);
}

.kwd-seo-faq__item[open] {
	border-color: rgba(83, 135, 197, 0.45);
	box-shadow: 0 16px 40px rgba(47, 75, 133, 0.1);
}

.kwd-seo-faq summary,
.kwd-faq-hub summary {
	cursor: pointer;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	padding: 18px 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.35;
	list-style: none;
}

.kwd-seo-faq summary::-webkit-details-marker,
.kwd-faq-hub summary::-webkit-details-marker {
	display: none;
}

.kwd-seo-faq summary:focus-visible,
.kwd-faq-hub summary:focus-visible {
	outline: 2px solid var(--brand-blue);
	outline-offset: -2px;
}

.kwd-seo-faq__num {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--brand-blue);
	min-width: 1.6em;
}

.kwd-seo-faq__toggle {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid var(--border-light);
	background: var(--off-white);
	position: relative;
	flex-shrink: 0;
}

.kwd-seo-faq__toggle::before,
.kwd-seo-faq__toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--brand-blue-dark);
	transform: translate(-50%, -50%);
}

.kwd-seo-faq__toggle::before {
	width: 10px;
	height: 1.5px;
}

.kwd-seo-faq__toggle::after {
	width: 1.5px;
	height: 10px;
	transition: opacity 160ms ease, transform 160ms ease;
}

.kwd-seo-faq__item[open] .kwd-seo-faq__toggle {
	background: var(--brand-blue-dark);
	border-color: var(--brand-blue-dark);
}

.kwd-seo-faq__item[open] .kwd-seo-faq__toggle::before,
.kwd-seo-faq__item[open] .kwd-seo-faq__toggle::after {
	background: var(--white);
}

.kwd-seo-faq__item[open] .kwd-seo-faq__toggle::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg);
}

.kwd-seo-faq__a {
	padding: 0 20px 20px 50px;
	max-width: none;
	color: var(--text-medium);
	line-height: 1.65;
	font-size: 15px;
}

.kwd-seo-faq__a a {
	color: var(--brand-blue);
	font-weight: 600;
}

.kwd-crumbs {
	background: var(--off-white);
	border-bottom: 1px solid var(--border-light);
	padding: 12px 0;
	font-size: 13px;
}

.kwd-crumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 0;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--text-medium);
}

.kwd-crumbs li:not(:last-child)::after {
	content: "›";
	margin: 0 10px;
	color: var(--text-light);
}

.kwd-crumbs a {
	color: var(--brand-blue);
}

.kwd-sitemap-hub {
	padding-top: 28px;
	background:
		radial-gradient(1100px 420px at 92% -10%, rgba(196, 165, 116, 0.16), transparent 58%),
		radial-gradient(900px 380px at 0% 10%, rgba(83, 135, 197, 0.12), transparent 55%),
		linear-gradient(180deg, #f4f7fb 0%, #fff 36%);
}

.kwd-sitemap-jumps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 36px;
}

.kwd-sitemap-jumps a {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 18px 18px 16px;
	border: 1px solid var(--border-light);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--shadow);
	color: inherit;
	text-decoration: none;
	transition: transform var(--ease), box-shadow var(--ease);
}

.kwd-sitemap-jumps a:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(47, 75, 133, 0.14);
	color: inherit;
}

.kwd-sitemap-jumps strong {
	font-size: 16px;
	letter-spacing: -0.02em;
}

.kwd-sitemap-jumps a > span:last-child {
	font-size: 13px;
	color: var(--text-medium);
}

.kwd-sitemap-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin: 0 0 28px;
}

.kwd-sitemap-group {
	margin: 0;
	padding: 24px 24px 20px;
	border: 1px solid var(--border-light);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--shadow);
	scroll-margin-top: calc(var(--header-h) + 20px);
}

.kwd-sitemap-group--wide {
	grid-column: 1 / -1;
}

.kwd-sitemap-group header {
	margin: 0 0 14px;
}

.kwd-sitemap-group h2 {
	margin: 0 0 4px;
	font-size: 22px;
	font-weight: 600;
}

.kwd-sitemap-group__count {
	margin: 0;
	font-size: 13px;
	color: var(--text-light);
}

.kwd-sitemap-group ul {
	columns: 2;
	gap: 6px 32px;
	margin: 0;
	padding: 0 0 0 18px;
	color: var(--text-medium);
}

.kwd-sitemap-group--wide ul {
	columns: 3;
}

.kwd-sitemap-group a {
	color: var(--brand-blue);
	text-decoration: none;
	line-height: 1.55;
}

.kwd-sitemap-group a:hover {
	color: var(--brand-blue-dark);
	text-decoration: underline;
}

.kwd-sitemap-xml {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
	margin: 8px 0 28px;
	padding: 22px 24px;
	border-radius: 18px;
	background: var(--brand-blue-pale);
	border-left: 4px solid var(--brand-blue);
}

.kwd-sitemap-xml h2 {
	margin: 0 0 6px;
	font-size: 22px;
}

.kwd-sitemap-xml p {
	margin: 0;
	color: var(--text-medium);
	font-size: 14px;
	line-height: 1.6;
}

.kwd-archive__intro {
	padding-top: 32px;
	margin-bottom: 8px;
}

.kwd-archive__lead {
	max-width: 720px;
	margin: 12px 0 0;
	color: var(--text-medium);
	line-height: 1.65;
}

.kwd-archive__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.55fr);
	gap: 48px;
	align-items: start;
	padding-top: 32px;
}

.kwd-archive__grid {
	column-count: 2;
	column-gap: 28px;
	padding-top: 0;
	list-style: none;
	margin: 0;
}

.kwd-archive--with-aside .kwd-archive__grid {
	column-count: 2;
}

.kwd-archive__card {
	break-inside: avoid;
	page-break-inside: avoid;
	display: inline-block;
	width: 100%;
	margin: 0 0 28px;
	vertical-align: top;
	overflow: hidden;
	background: var(--white);
	border: 1px solid var(--border-light);
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(22, 35, 60, 0.08);
	transition: transform 280ms ease, box-shadow 280ms ease;
}

.kwd-archive__card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 60px rgba(47, 75, 133, 0.16);
}

.kwd-archive__media {
	display: block;
	background: var(--off-white);
}

.kwd-archive__media img {
	display: block;
	width: 100%;
	height: auto;
}

.kwd-archive__body {
	padding: 20px 22px 24px;
}

.kwd-archive__cat {
	margin: 0 0 8px;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--brand-blue);
}

.kwd-archive__title {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
}

.kwd-archive__title a {
	color: inherit;
	text-decoration: none;
}

.kwd-archive__title a:hover {
	color: var(--brand-blue-dark);
}

.kwd-archive__meta {
	margin: 0 0 10px;
	color: var(--text-light);
	font-size: 13px;
}

.kwd-archive__excerpt {
	margin: 0 0 14px;
	color: var(--text-medium);
	line-height: 1.55;
}

.kwd-archive__pagination {
	margin-top: 16px;
}

.kwd-archive__pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kwd-archive__pagination a,
.kwd-archive__pagination span {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid var(--border-light);
	border-radius: 8px;
	color: var(--brand-blue-dark);
	text-decoration: none;
}

.kwd-archive__pagination .current {
	background: var(--brand-blue-dark);
	border-color: var(--brand-blue-dark);
	color: var(--white);
}

.page-id-14712 .ekit-wid-con .post-items.ekit-blog-post-masonry-active > .post-item {
	flex: 0 0 auto !important;
	max-width: none !important;
}

.page-id-14712 .ekit-wid-con .post-items.ekit-blog-post-masonry-inactive > .post-item {
	float: none !important;
	display: inline-block;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 24px;
	break-inside: avoid;
	page-break-inside: avoid;
	vertical-align: top;
}

@media (max-width: 1100px) {
	.kwd-archive__layout {
		grid-template-columns: 1fr;
	}

	.kwd-archive__grid,
	.kwd-archive--with-aside .kwd-archive__grid {
		column-count: 2;
	}

	.page-id-14712 .ekit-wid-con .post-items.ekit-blog-post-masonry-inactive {
		column-count: 2;
	}
}

@media (max-width: 768px) {
	.kwd-sitemap-jumps,
	.kwd-sitemap-grid {
		grid-template-columns: 1fr;
	}

	.kwd-sitemap-group ul,
	.kwd-sitemap-group--wide ul {
		columns: 1;
	}

	.kwd-archive__grid,
	.kwd-archive--with-aside .kwd-archive__grid {
		column-count: 1;
	}

	.page-id-14712 .ekit-wid-con .post-items.ekit-blog-post-masonry-inactive {
		column-count: 1;
	}
}

/*
 * Betheme "button-custom" sets hover text to white while outline
 * buttons keep a white background, so labels disappear.
 */
.kwd-redesign a.button:hover,
.kwd-redesign .button:hover,
.kwd-redesign button:not(.kwd-icon-btn):not(.kwd-slider__nav):not([data-kwd-goto]):hover,
.kwd-redesign input[type="submit"]:hover,
.kwd-redesign input[type="button"]:hover,
.kwd-redesign input[type="reset"]:hover,
.kwd-redesign .button_theme:hover,
.kwd-redesign .action_button:hover,
.kwd-redesign .more:hover,
.kwd-redesign .post-more:hover,
.kwd-redesign .elementor-button:hover,
.kwd-redesign .elementor-button:focus,
.kwd-redesign .kwd-btn:hover,
.kwd-redesign .woocommerce a.button:hover,
.kwd-redesign .woocommerce button.button:hover,
.kwd-redesign .woocommerce input.button:hover,
.kwd-redesign .cky-btn:hover,
.kwd-redesign .cky-btn-accept:hover {
	color: #ffffff !important;
	background-color: var(--brand-blue-dark) !important;
	border-color: var(--brand-blue-dark) !important;
}

.kwd-redesign a.button:hover *,
.kwd-redesign .button:hover *,
.kwd-redesign button:hover *,
.kwd-redesign .button_theme:hover *,
.kwd-redesign .more:hover *,
.kwd-redesign .elementor-button:hover *,
.kwd-redesign .kwd-btn:hover * {
	color: #ffffff !important;
	background: transparent !important;
}

.kwd-redesign .kwd-btn--light:hover,
.kwd-redesign .kwd-btn--light:hover * {
	color: var(--brand-blue-dark) !important;
	background-color: var(--brand-blue-pale) !important;
	border-color: var(--white) !important;
}

.kwd-redesign .kwd-btn--secondary:hover,
.kwd-redesign .kwd-btn--secondary:hover * {
	color: var(--brand-blue-dark) !important;
	background-color: var(--brand-blue-pale) !important;
	border-color: var(--brand-blue) !important;
}

.kwd-redesign .kwd-btn--ghost:hover,
.kwd-redesign .kwd-btn--ghost:hover * {
	color: var(--brand-blue-dark) !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
}

.kwd-redesign .kwd-icon-btn:hover,
.kwd-redesign .kwd-icon-btn:hover * {
	color: var(--brand-blue) !important;
	background: transparent !important;
	border-color: transparent !important;
}

.kwd-article-page .kwd-slider {
	display: none !important;
}

.kwd-article-page .kwd-page-content {
	padding-top: 0;
}

.kwd-article-page .kwd-crumbs {
	background: transparent;
	border-bottom: 0;
	padding-top: 28px;
	padding-bottom: 0;
}

.kwd-article__shell {
	padding: 8px 0 96px;
}

.kwd-article__head {
	max-width: 820px;
	margin-bottom: 28px;
}

.kwd-article__title {
	margin: 0 0 12px;
	font-family: "Cormorant Garamond", "Times New Roman", serif;
	font-size: clamp(34px, 4.4vw, 52px);
	font-weight: 600;
	line-height: 1.12;
	color: var(--text-dark);
}

.kwd-article__standfirst {
	margin: 0 0 16px;
	max-width: 640px;
	font-size: 18px;
	line-height: 1.55;
	color: var(--text-medium);
}

.kwd-article__meta {
	margin: 0;
	color: var(--text-light);
	font-size: 14px;
}

.kwd-article__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.55fr);
	gap: 56px;
	align-items: start;
}

.kwd-article__feature {
	margin: 0 0 28px;
}

.kwd-article__feature-img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 8px;
}

.kwd-article__body {
	counter-reset: kwd-step;
	color: var(--text-dark);
	font-size: 17px;
	line-height: 1.75;
}

.kwd-article__body > p:first-of-type {
	font-size: 18px;
	color: var(--text-medium);
}

.kwd-article__body h2 {
	clear: both;
	margin: 36px 0 14px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--brand-blue-dark);
}

.kwd-article__body h2.kwd-article-step {
	counter-increment: kwd-step;
}

.kwd-article__body h2.kwd-article-step::before {
	content: counter(kwd-step) ". ";
}

.kwd-article__body h2 strong {
	font-weight: 700;
}

.kwd-article__body h3 {
	margin: 24px 0 10px;
	font-size: 18px;
}

.kwd-article__body p,
.kwd-article__body ul,
.kwd-article__body ol {
	margin: 0 0 16px;
}

.kwd-article__body img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.kwd-article-materials {
	margin: 8px 0 28px;
}

.kwd-article-materials__intro {
	margin: 0 0 16px;
}

.kwd-article-materials__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.kwd-article-materials__card {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 12px;
	align-items: center;
	padding: 10px;
	border: 1px solid var(--border-light);
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
	background: #fff;
}

.kwd-article-materials__card--text {
	grid-template-columns: 1fr;
	padding: 14px 16px;
}

.kwd-article-materials__card img {
	width: 88px;
	height: 72px;
	object-fit: cover;
	border-radius: 6px;
}

.kwd-article-materials__card strong {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	color: var(--text-dark);
}

.kwd-article-materials__card span {
	font-size: 13px;
	line-height: 1.4;
	color: var(--text-medium);
}

.kwd-article-tip {
	margin: 24px 0;
	padding: 18px 20px;
	border-radius: 8px;
	background: var(--brand-blue-pale);
	border-left: 4px solid var(--brand-blue);
}

.kwd-article-tip__label {
	margin: 0 0 6px;
	font-weight: 700;
	color: var(--brand-blue-dark);
}

.kwd-article-tip p {
	margin: 0;
}

.kwd-article__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.kwd-article__tags a {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--off-white);
	color: var(--text-medium);
	font-size: 13px;
	text-decoration: none;
}

.kwd-article__share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid var(--border-light);
	font-size: 14px;
}

.kwd-article__share p {
	margin: 0 8px 0 0;
	color: var(--text-medium);
}

.kwd-article__share a {
	color: var(--brand-blue-dark);
	text-decoration: none;
	font-weight: 600;
}

.kwd-article-search {
	position: relative;
	margin-bottom: 24px;
}

.kwd-article-search input {
	width: 100%;
	height: 46px;
	padding: 0 46px 0 14px;
	border: 1px solid var(--border-light);
	border-radius: 8px;
	background: #fff;
}

.kwd-article-search__btn {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 38px;
	height: 38px;
	border: 0;
	background: transparent;
	color: var(--text-medium);
	cursor: pointer;
}

.kwd-article-panel {
	margin-bottom: 28px;
}

.kwd-article-panel h2,
.kwd-article-help h2 {
	margin: 0 0 14px;
	font-size: 18px;
	color: var(--text-dark);
}

.kwd-article-cats,
.kwd-article-related {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kwd-article-cats a {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid var(--border-light);
	color: var(--text-medium);
	text-decoration: none;
	font-size: 14px;
}

.kwd-article-cats a:hover,
.kwd-article-cats a.is-active {
	color: var(--brand-blue-dark);
}

.kwd-article-cats a.is-active {
	font-weight: 600;
}

.kwd-article-related li + li {
	margin-top: 14px;
}

.kwd-article-related a {
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 12px;
	align-items: center;
	text-decoration: none;
	color: inherit;
}

.kwd-article-related img {
	width: 76px;
	height: 58px;
	object-fit: cover;
	border-radius: 6px;
}

.kwd-article-related strong {
	display: block;
	font-size: 14px;
	line-height: 1.35;
	color: var(--text-dark);
}

.kwd-article-related time {
	font-size: 12px;
	color: var(--text-light);
}

.kwd-article-help {
	overflow: hidden;
	border-radius: 12px;
	background: #163154;
	color: #fff;
}

.kwd-article-help__copy {
	padding: 22px 20px 8px;
}

.kwd-article-help h2 {
	color: #fff;
	font-size: 22px;
	line-height: 1.25;
}

.kwd-article-help p,
.kwd-article-help li {
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	line-height: 1.5;
}

.kwd-article-help .kwd-btn {
	margin: 8px 0 12px;
}

.kwd-article-help ul {
	margin: 0 0 12px;
	padding-left: 18px;
}

.kwd-article-help img {
	display: block;
	width: 100%;
	height: 140px;
	object-fit: cover;
}

@media (max-width: 1100px) {
	.kwd-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 980px) {
	.kwd-article__layout,
	.kwd-archive__layout,
	.kwd-article-materials__grid {
		grid-template-columns: 1fr;
	}

	.kwd-article__title {
		font-size: 32px;
	}
}

/* FAQ hub */
.kwd-faq-hub {
	padding: 48px 0 96px;
	line-height: 1.5;
	word-spacing: 0.06em;
	background:
		radial-gradient(1200px 420px at 8% -10%, rgba(83, 135, 197, 0.12), transparent 60%),
		linear-gradient(180deg, #f4f7fb 0%, #fff 38%);
}

.kwd-faq-hub__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	gap: 36px 48px;
	align-items: center;
	margin-bottom: 40px;
}

.kwd-faq-hub__intro {
	max-width: none;
	margin-bottom: 0;
}

.kwd-faq-hub__media {
	margin: 0;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 22px 50px rgba(47, 75, 133, 0.14);
	background: var(--brand-blue-pale);
}

.kwd-faq-hub__img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.kwd-faq-hub__lead {
	margin: 0 0 28px;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.5;
	color: var(--text-dark);
	font-weight: 500;
}

.kwd-faq-hub__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kwd-faq-hub__stats li {
	padding: 16px 18px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid var(--border-light);
	box-shadow: 0 10px 28px rgba(47, 75, 133, 0.06);
}

.kwd-faq-hub__stats strong {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: var(--brand-blue-dark);
	letter-spacing: -0.03em;
}

.kwd-faq-hub__stats span {
	font-size: 13px;
	color: var(--text-medium);
}

.kwd-faq-hub__section-title {
	margin: 0 0 16px;
	font-size: 13px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--brand-blue);
}

.kwd-faq-hub__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 40px;
}

.kwd-faq-hub__card {
	padding: 22px 22px 24px;
	border-radius: 20px;
	background: linear-gradient(165deg, #163154 0%, #2f4b85 70%);
	color: #fff;
	min-height: 180px;
}

.kwd-faq-hub__card:nth-child(2) {
	background: linear-gradient(165deg, #2f4b85 0%, #5387c5 80%);
}

.kwd-faq-hub__card:nth-child(3) {
	background: linear-gradient(165deg, #1d4e4a 0%, #3a7a6f 80%);
}

.kwd-faq-hub__card-cat {
	margin: 0 0 10px;
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	opacity: 0.75;
}

.kwd-faq-hub__card h3 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
	font-weight: 600;
}

.kwd-faq-hub__card div {
	font-size: 14px;
	line-height: 1.55;
	opacity: 0.88;
}

.kwd-faq-hub__toolbar {
	display: grid;
	gap: 14px;
	margin-bottom: 18px;
	position: sticky;
	top: 12px;
	z-index: 4;
	padding: 12px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--border-light);
	backdrop-filter: blur(10px);
}

.kwd-faq-hub__search input {
	width: 100%;
	height: 52px;
	padding: 0 18px;
	border: 1px solid var(--border-light);
	border-radius: 12px;
	font-size: 16px;
	background: var(--off-white);
}

.kwd-faq-hub__search input:focus {
	outline: 2px solid var(--brand-blue);
	outline-offset: 1px;
	background: #fff;
}

.kwd-faq-hub__chips {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 2px;
	-webkit-overflow-scrolling: touch;
}

.kwd-faq-hub__chips button {
	flex: 0 0 auto;
	border: 1px solid var(--border-light);
	background: #fff;
	color: var(--text-dark);
	border-radius: 999px;
	padding: 8px 14px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.kwd-faq-hub__chips button.is-active {
	background: var(--brand-blue-dark);
	border-color: var(--brand-blue-dark);
	color: #fff;
}

.kwd-faq-hub__count {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 600;
	color: var(--text-medium);
}

.kwd-faq-hub__list {
	display: block;
	column-count: 2;
	column-gap: 24px;
}

.kwd-faq-hub__item {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	display: inline-block;
	width: 100%;
	margin: 0 0 16px;
	overflow: visible;
	vertical-align: top;
}

.kwd-faq-hub__item:last-child {
	margin-bottom: 0;
}

.kwd-faq-hub summary {
	padding: 18px 20px;
	gap: 12px 14px;
	font-size: 15px;
	align-items: start;
	line-height: 1.45;
	word-spacing: 0.08em;
	letter-spacing: 0.02em;
}

.kwd-faq-hub .kwd-seo-faq__num,
.kwd-faq-hub .kwd-seo-faq__toggle {
	margin-top: 3px;
}

.kwd-faq-hub .kwd-seo-faq__q {
	display: block;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: normal;
	word-spacing: 0.1em;
	letter-spacing: 0.02em;
	line-height: 1.45;
}

.kwd-faq-hub .kwd-seo-faq__a {
	padding: 4px 20px 20px 48px;
	word-spacing: 0.08em;
	letter-spacing: 0.015em;
	line-height: 1.65;
}

.kwd-faq-hub__item[hidden] {
	display: none !important;
}

.kwd-faq-hub__qwrap {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.kwd-faq-hub__badge {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	word-spacing: 0.12em;
	text-transform: none;
	color: var(--brand-blue);
}

.kwd-faq-hub__empty {
	margin: 24px 0 0;
	padding: 28px;
	text-align: center;
	border-radius: 16px;
	background: var(--off-white);
	color: var(--text-medium);
}

.kwd-faq-hub__cta {
	margin-top: 48px;
	padding: 32px 36px;
	border-radius: 24px;
	background: #163154;
	color: #fff;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
	gap: 40px 48px;
	align-items: end;
}

.kwd-faq-hub__cta h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: clamp(24px, 3vw, 32px);
}

.kwd-faq-hub__cta p {
	margin: 0 0 20px;
	opacity: 0.88;
	max-width: 42ch;
}

.kwd-faq-hub__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.kwd-faq-hub__cta .kwd-btn--ghost {
	border-color: rgba(255, 255, 255, 0.45);
	color: #fff;
}

.kwd-faq-hub__phones {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.kwd-faq-hub__phones li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: baseline;
	gap: 16px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 14px;
}

.kwd-faq-hub__phones span {
	opacity: 0.7;
}

.kwd-faq-hub__phones a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 900px) {
	.kwd-faq-hub__cards,
	.kwd-faq-hub__stats,
	.kwd-faq-hub__cta,
	.kwd-faq-hub__hero {
		grid-template-columns: 1fr;
	}

	.kwd-faq-hub__list {
		column-count: 1;
	}

	.kwd-faq-hub {
		padding-top: 28px;
	}
}

.kwd-hero-gallery .premium-gallery-container {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	height: auto !important;
}

.kwd-hero-gallery .premium-gallery-container .premium-gallery-item,
.kwd-hero-gallery .premium-gallery-container .pa-gallery-item,
.kwd-hero-gallery .premium-gallery-container .grid-sizer {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	width: 100% !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-transform: none !important;
	transform: none !important;
}

.kwd-hero-gallery .pa-gallery-img-container,
.kwd-hero-gallery .premium-gallery-item .pa-gallery-img {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 10px;
	cursor: zoom-in;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transform: none !important;
	transform: none !important;
}

.kwd-hero-gallery .pa-gallery-img-container img,
.kwd-hero-gallery .elementor-widget-premium-img-gallery img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	image-rendering: auto;
	-ms-interpolation-mode: bicubic;
	-webkit-transform: none !important;
	transform: none !important;
}

.kwd-gallery-lb {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(12, 18, 32, 0.88);
	cursor: zoom-out;
}

.kwd-gallery-lb[hidden] {
	display: none;
}

.kwd-gallery-lb img {
	max-width: min(1200px, 94vw);
	max-height: 90vh;
	width: auto;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.kwd-gallery-lb__close {
	position: absolute;
	top: 16px;
	right: 20px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.kwd-hero-gallery .premium-gallery-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.kwd-hero-gallery .premium-gallery-container {
		grid-template-columns: 1fr;
	}
}

/* Elementor brand/material pages — match the redesigned chrome. */
.kwd-elementor-page .kwd-elementor-main {
	max-width: var(--container);
	margin: 0 auto;
	padding: 8px 40px 80px;
}

.kwd-elementor-page .kwd-elementor-main .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100%;
}

.kwd-elementor-page .kwd-elementor-main .elementor-heading-title {
	font-family: var(--font);
	font-weight: 500;
	letter-spacing: -0.02em;
	color: var(--text-dark);
}

.kwd-elementor-page .kwd-elementor-main .elementor-widget-text-editor,
.kwd-elementor-page .kwd-elementor-main .elementor-widget-text-editor p {
	font-size: 17px;
	line-height: 1.65;
	color: var(--text-medium);
}

.kwd-elementor-page .kwd-elementor-main .elementor-button {
	background: var(--brand-blue) !important;
	border: 0 !important;
	border-radius: var(--radius) !important;
	font-family: var(--font);
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: none !important;
}

.kwd-elementor-page .kwd-elementor-main .elementor > .elementor-section.elementor-section-full_width:first-child:has(.elementor-widget-heading):not(:has(.elementor-widget-text-editor)):not(:has(.elementor-widget-image)):not(:has(.elementor-widget-button)):not(:has(.elementor-widget-video)) {
	display: none;
}

.kwd-redesign .elementor-widget-icon .elementor-icon {
	font-size: 42px !important;
}

.kwd-redesign .elementor-widget-icon .e-font-icon-svg,
.kwd-redesign .elementor-widget-icon svg {
	width: 1em !important;
	height: 1em !important;
	max-width: 48px !important;
	max-height: 48px !important;
	fill: currentColor;
}

.kwd-redesign .elementor-section:has(> .elementor-container > .elementor-column .elementor-widget-icon) > .elementor-container {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 28px 0 8px;
}

.kwd-redesign .elementor-section:has(> .elementor-container > .elementor-column .elementor-widget-icon) > .elementor-container > .elementor-column {
	width: 20% !important;
	max-width: 20% !important;
	flex: 1 1 20%;
}

.kwd-redesign .elementor-section:has(> .elementor-container > .elementor-column .elementor-widget-text-editor) > .elementor-container:has(> .elementor-col-20) {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	padding: 8px 0 32px;
}

.kwd-redesign .elementor-section:has(> .elementor-container > .elementor-column .elementor-widget-text-editor) > .elementor-container:has(> .elementor-col-20) > .elementor-column {
	width: auto !important;
	max-width: none !important;
	background: var(--off-white);
	border: 1px solid var(--border-light);
	border-radius: 12px;
	padding: 20px 18px;
}

.kwd-elementor-page:not(.page-id-3572) .elementor-widget-premium-img-gallery,
.kwd-elementor-page:not(.page-id-3572) .elementor-section:has(> .elementor-container > .elementor-column .elementor-widget-premium-img-gallery) {
	display: none !important;
}

.kwd-redesign .elementor-widget-icon-box .elementor-icon-box-wrapper {
	padding: 20px;
	background: var(--off-white);
	border: 1px solid var(--border-light);
	border-radius: 12px;
	height: 100%;
}

@media (max-width: 980px) {
	.kwd-elementor-page .kwd-elementor-main {
		padding: 8px 20px 64px;
	}

	.kwd-redesign .elementor-section:has(> .elementor-container > .elementor-column .elementor-widget-text-editor) > .elementor-container:has(> .elementor-col-20) {
		grid-template-columns: 1fr 1fr;
	}

}

@media (max-width: 640px) {
	.kwd-redesign .elementor-section:has(> .elementor-container > .elementor-column .elementor-widget-text-editor) > .elementor-container:has(> .elementor-col-20) {
		grid-template-columns: 1fr;
	}

	.kwd-redesign .elementor-widget-icon .elementor-icon {
		font-size: 28px !important;
	}
}

.kwd-info-page {
	padding: 36px 0 80px;
}

.kwd-info-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 28px 40px;
	align-items: start;
	margin-bottom: 32px;
}

.kwd-reviews-hub .kwd-info-intro {
	grid-template-columns: 1fr;
	gap: 24px;
	margin-bottom: 28px;
}

.kwd-reviews-hub .kwd-faq-hub__lead {
	margin: 0;
	max-width: 38em;
}

.kwd-reviews-hub .kwd-faq-hub__stats {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kwd-reviews-hub .kwd-faq-hub__stats li {
	padding: 18px 20px;
}

.kwd-info-intro--stack {
	display: block;
	margin-bottom: 28px;
}

.kwd-hp {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.kwd-review-feature {
	margin: 0 0 28px;
	padding: 32px 36px;
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(22, 35, 60, 0.94), rgba(47, 75, 133, 0.9)),
		var(--brand-blue-dark);
	color: #fff;
}

.kwd-review-feature blockquote {
	margin: 0 0 20px;
	max-width: 58em;
}

.kwd-review-feature blockquote p {
	margin: 0;
	font-family: var(--font);
	font-size: clamp(18px, 1.8vw, 24px);
	line-height: 1.5;
	font-weight: 500;
}

.kwd-review-feature figcaption {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
}

.kwd-review-feature .kwd-quote__stars {
	display: block;
	margin: 0;
	height: 18px;
	width: auto;
}

.kwd-review-feature .kwd-review-card__name {
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: #fff;
}

.kwd-review-feature .kwd-review-card__tag {
	margin: 0;
	color: var(--gold, #c4a574);
	background: transparent;
	border-color: rgba(196, 165, 116, 0.45);
}

.kwd-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.kwd-review-card {
	padding: 22px 22px 20px;
	border: 1px solid var(--border-light);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--shadow);
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.kwd-review-card blockquote {
	margin: 0;
	flex: 1 1 auto;
}

.kwd-review-card .kwd-review-card__name {
	margin: 0;
	margin-top: auto;
	padding-top: 16px;
	font-weight: 700;
	color: var(--text-dark);
}

.kwd-review-card blockquote p {
	margin: 0;
	color: var(--text-medium);
	font-size: 15px;
	line-height: 1.65;
}

.kwd-review-card__tag {
	display: inline-flex;
	margin: 0 0 12px;
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid var(--border-light);
	background: var(--brand-blue-pale);
	color: var(--brand-blue-dark);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	width: fit-content;
}

.kwd-contact-banner {
	position: relative;
	margin: 0 0 40px;
	border-radius: 24px;
	overflow: hidden;
	min-height: 280px;
	box-shadow: var(--shadow);
}

.kwd-contact-banner__img {
	display: block;
	width: 100%;
	height: min(52vw, 420px);
	object-fit: cover;
}

.kwd-contact-banner__copy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 28px 32px 26px;
	background: linear-gradient(180deg, transparent, rgba(22, 35, 60, 0.88));
	color: #fff;
}

.kwd-contact-banner__copy .kwd-slide__kicker {
	color: var(--gold, #c4a574);
}

.kwd-contact-banner__title {
	margin: 0 0 8px;
	font-family: var(--display, Georgia, serif);
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 600;
	letter-spacing: -0.03em;
}

.kwd-contact-banner__copy p {
	margin: 0;
	max-width: 42ch;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.55;
}

.kwd-contact-details {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 22px;
}

.kwd-contact-detail {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 22px 20px 20px;
	border: 1px solid var(--border-light);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--shadow);
	text-decoration: none;
	color: inherit;
	min-height: 100%;
	transition: transform var(--ease), box-shadow var(--ease);
}

a.kwd-contact-detail:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(47, 75, 133, 0.14);
	color: inherit;
}

.kwd-contact-detail__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 6px;
	border-radius: 12px;
	background: var(--brand-blue-pale);
	color: var(--brand-blue-dark);
}

.kwd-contact-detail__label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-light);
}

.kwd-contact-detail strong {
	font-size: 16px;
	letter-spacing: -0.02em;
	color: var(--text-dark);
	word-break: break-word;
}

.kwd-contact-detail > span:last-child {
	font-size: 13px;
	line-height: 1.5;
	color: var(--text-medium);
}

.kwd-contact-map {
	display: grid;
	grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
	gap: 0;
	margin: 48px 0 0;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid var(--border-light);
	background: #16233c;
	color: #fff;
}

.kwd-contact-map__copy {
	padding: 36px 32px;
}

.kwd-contact-map__copy .kwd-slide__kicker {
	color: var(--gold, #c4a574);
}

.kwd-contact-map__copy h2 {
	margin: 0 0 12px;
	font-family: var(--display, Georgia, serif);
	font-size: clamp(26px, 2.6vw, 36px);
}

.kwd-contact-map__copy p {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.6;
}

.kwd-contact-map__copy .kwd-btn {
	margin-right: 10px;
	margin-bottom: 10px;
}

.kwd-contact-map__frame {
	min-height: 360px;
	background: #cfd6e0;
}

.kwd-contact-map__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 360px;
	border: 0;
}

.kwd-contact-phones {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 40px;
}

.kwd-contact-phone {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 20px 18px;
	border-radius: 16px;
	background: #16233c;
	color: #fff;
	text-decoration: none;
	transition: transform var(--ease), box-shadow var(--ease);
}

.kwd-contact-phone:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow);
	color: #fff;
}

.kwd-contact-phone span {
	opacity: 0.7;
	font-size: 13px;
}

.kwd-contact-phone strong {
	font-size: 18px;
	letter-spacing: -0.02em;
}

.kwd-contact-layout {
	padding: 0 0 8px;
}

.kwd-contact-hours {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kwd-contact-hours li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid var(--border-light);
	font-size: 14px;
}

.kwd-proform__nav .kwd-text-link {
	align-self: center;
}

.kwd-terms-layout {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}

.kwd-terms-nav {
	position: sticky;
	top: calc(var(--header-h) + 24px);
	padding: 24px;
	border: 1px solid var(--border-light);
	border-radius: 20px;
	background: var(--off-white);
}

.kwd-terms-nav__lead,
.kwd-terms-nav__note {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--text-medium);
}

.kwd-terms-nav ol {
	margin: 0 0 18px;
	padding: 0 0 0 18px;
}

.kwd-terms-nav li {
	margin: 0 0 8px;
}

.kwd-terms-nav a {
	color: var(--brand-blue-dark);
	text-decoration: none;
	font-size: 13px;
	line-height: 1.4;
}

.kwd-terms-nav a:hover {
	color: var(--brand-blue);
}

.kwd-terms-section {
	scroll-margin-top: calc(var(--header-h) + 20px);
	padding: 8px 0 28px;
	border-bottom: 1px solid var(--border-light);
}

.kwd-terms-section h2 {
	margin: 0 0 12px;
	font-size: 22px;
}

.kwd-terms-section p {
	margin: 0 0 12px;
	color: var(--text-medium);
	line-height: 1.7;
	max-width: 68ch;
}

.kwd-terms-cta {
	margin-top: 36px;
	grid-template-columns: 1fr;
}

.kwd-trade-hub {
	padding-top: 24px;
	background:
		radial-gradient(1100px 420px at 92% -8%, rgba(196, 165, 116, 0.16), transparent 58%),
		radial-gradient(900px 380px at 0% 12%, rgba(83, 135, 197, 0.1), transparent 55%),
		linear-gradient(180deg, #f4f7fb 0%, #fff 42%);
}

.kwd-trade-hub__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 22px;
	margin-top: 8px;
}

.kwd-trade-split,
.kwd-trade-process {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 36px 48px;
	align-items: center;
	margin: 56px 0;
}

.kwd-trade-split__media,
.kwd-trade-process__media {
	margin: 0;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 22px 50px rgba(47, 75, 133, 0.14);
}

.kwd-trade-split__media img,
.kwd-trade-process__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.kwd-trade-split__media figcaption {
	padding: 12px 16px 14px;
	font-size: 13px;
	color: var(--text-medium);
	background: #fff;
}

.kwd-trade-split__copy h2,
.kwd-trade-process h2 {
	margin: 0 0 16px;
	font-size: clamp(26px, 3vw, 36px);
	letter-spacing: -0.03em;
}

.kwd-trade-split__copy p,
.kwd-trade-process p {
	margin: 0 0 14px;
	color: var(--text-medium);
}

.kwd-trade-compare {
	margin: 8px 0 56px;
}

.kwd-trade-compare__lead {
	margin: 8px 0 0;
	color: var(--text-medium);
	max-width: 46ch;
}

.kwd-trade-compare__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 24px;
}

.kwd-trade-compare__card {
	padding: 28px 28px 24px;
	border-radius: 24px;
	border: 1px solid var(--border-light);
	background: #fff;
	box-shadow: 0 12px 32px rgba(47, 75, 133, 0.06);
}

.kwd-trade-compare__card--accent {
	background:
		linear-gradient(160deg, rgba(22, 35, 60, 0.96), rgba(47, 75, 133, 0.92));
	color: #fff;
	border: 0;
}

.kwd-trade-compare__card--accent .kwd-slide__kicker,
.kwd-trade-compare__card--accent p {
	color: #fff;
}

.kwd-trade-compare__stat {
	margin: 8px 0 12px;
	font-family: var(--font);
	font-size: clamp(40px, 6vw, 64px);
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--gold, #c4a574);
	font-weight: 600;
}

.kwd-trade-compare__stat--muted {
	color: var(--brand-blue-dark);
}

.kwd-trade-benefits {
	margin: 8px 0 56px;
}

.kwd-trade-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.kwd-trade-benefit {
	padding: 22px 22px 20px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid var(--border-light);
	box-shadow: 0 10px 28px rgba(47, 75, 133, 0.05);
}

.kwd-trade-benefit__num {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--gold, #c4a574);
}

.kwd-trade-benefit h3 {
	margin: 0 0 8px;
	font-size: 18px;
}

.kwd-trade-benefit p {
	margin: 0;
	color: var(--text-medium);
	font-size: 15px;
}

.kwd-trade-steps {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: kwd-trade;
}

.kwd-trade-steps li {
	position: relative;
	padding: 0 0 22px 56px;
	counter-increment: kwd-trade;
}

.kwd-trade-steps li::before {
	content: counter(kwd-trade);
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--brand-blue-dark);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: grid;
	place-items: center;
}

.kwd-trade-steps strong {
	display: block;
	margin-bottom: 4px;
	font-size: 17px;
}

.kwd-trade-steps span {
	color: var(--text-medium);
}

.kwd-trade-note {
	margin: 0 0 8px;
	padding: 16px 20px;
	border-radius: 14px;
	background: var(--brand-blue-pale);
	border-left: 4px solid var(--brand-blue);
}

.kwd-trade-note p {
	margin: 0;
	font-size: 14px;
	color: var(--text-dark);
}

.kwd-privacy-hub {
	padding-top: 28px;
	background:
		radial-gradient(1100px 420px at 8% -10%, rgba(83, 135, 197, 0.14), transparent 58%),
		radial-gradient(900px 380px at 100% 8%, rgba(196, 165, 116, 0.14), transparent 55%),
		linear-gradient(180deg, #f4f7fb 0%, #fff 38%);
}

.kwd-privacy-highlights {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 44px;
}

.kwd-privacy-card,
.kwd-privacy-rights article,
.kwd-privacy-cookies article {
	padding: 22px 22px 20px;
	border: 1px solid var(--border-light);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--shadow);
}

.kwd-privacy-card__label {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--text-light);
}

.kwd-privacy-card__title,
.kwd-privacy-rights h3,
.kwd-privacy-cookies h3 {
	margin: 0 0 8px;
	font-size: 18px;
	letter-spacing: -0.02em;
}

.kwd-privacy-card p,
.kwd-privacy-rights p,
.kwd-privacy-cookies p {
	margin: 0;
	color: var(--text-medium);
	font-size: 14px;
	line-height: 1.6;
}

.kwd-privacy-list {
	margin: 0 0 16px;
	padding: 0 0 0 18px;
	color: var(--text-medium);
	line-height: 1.7;
	max-width: 68ch;
}

.kwd-privacy-list li {
	margin: 0 0 6px;
}

.kwd-privacy-table {
	width: 100%;
	margin: 8px 0 16px;
	border-collapse: collapse;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid var(--border-light);
	background: #fff;
}

.kwd-privacy-table th,
.kwd-privacy-table td {
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.5;
}

.kwd-privacy-table thead th {
	background: var(--brand-blue-dark);
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.kwd-privacy-table tbody th {
	width: 38%;
	color: var(--text-dark);
	font-weight: 600;
	background: var(--off-white);
}

.kwd-privacy-table tbody tr:nth-child(even) td {
	background: #fafbfc;
}

.kwd-privacy-rights,
.kwd-privacy-cookies {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin: 16px 0 8px;
}

.kwd-privacy-dpo address {
	display: block;
	margin: 0 0 16px;
	padding: 20px 22px;
	border-radius: 16px;
	background: var(--brand-blue-pale);
	border-left: 4px solid var(--brand-blue);
	font-style: normal;
	line-height: 1.7;
}

@media (max-width: 980px) {
	.kwd-info-intro,
	.kwd-contact-phones,
	.kwd-contact-map,
	.kwd-review-grid,
	.kwd-terms-layout,
	.kwd-privacy-rights,
	.kwd-privacy-cookies,
	.kwd-sitemap-grid,
	.kwd-trade-split,
	.kwd-trade-compare__grid,
	.kwd-trade-benefits__grid,
	.kwd-trade-process {
		grid-template-columns: 1fr;
	}

	.kwd-privacy-highlights {
		grid-template-columns: 1fr 1fr;
	}

	.kwd-sitemap-jumps {
		grid-template-columns: 1fr 1fr;
	}

	.kwd-terms-nav {
		position: static;
	}

	.kwd-review-feature {
		padding: 28px 22px;
	}

	.kwd-contact-phones,
	.kwd-contact-details {
		grid-template-columns: 1fr 1fr;
	}

	.kwd-contact-banner__copy {
		padding: 20px 18px 18px;
	}
}

@media (max-width: 640px) {
	.kwd-contact-phones,
	.kwd-contact-details,
	.kwd-privacy-highlights {
		grid-template-columns: 1fr;
	}

	.kwd-contact-banner__img {
		height: 240px;
	}
}
