:root {
	--seorg-shell-gutter: clamp(12px, 1.25vw, 24px);
	--seorg-responsive-shell-width: calc(100vw - clamp(24px, 2.5vw, 48px));
	--seorg-responsive-panel-padding: clamp(14px, .9vw, 18px);
	--seorg-responsive-card-gap: clamp(10px, .8vw, 14px);
	--seorg-responsive-card-pad: clamp(8px, .62vw, 11px);
	--seorg-responsive-title-size: clamp(.88rem, .78rem + .2vw, 1rem);
}

.seorg-editorial-shell,
.seorg-editorial-shell * {
	box-sizing: border-box;
}

.seorg-editorial-shell {
	--seorg-editorial-accent: #20d7e5;
	--seorg-editorial-accent-2: #7c5cff;
	--seorg-editorial-line: rgba(124, 205, 255, .16);
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	flex: 1 1 auto !important;
	margin: clamp(12px, 1.35vw, 20px) auto clamp(22px, 2.2vw, 34px) !important;
	padding: 0 !important;
	transform: none !important;
	border: 1px solid var(--seorg-editorial-line);
	border-radius: clamp(18px, 2vw, 26px);
	background: linear-gradient(145deg, rgba(22, 31, 50, .98), rgba(13, 20, 34, .99));
	box-shadow: 0 22px 60px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .035);
	color: #d9e3f0;
}

.seorg-editorial-shell::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: radial-gradient(circle at 8% 0, rgba(32, 215, 229, .1), transparent 28%), radial-gradient(circle at 92% 0, rgba(124, 92, 255, .11), transparent 31%);
	pointer-events: none;
}

.seorg-editorial-shell::after {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: linear-gradient(90deg, var(--seorg-editorial-accent), var(--seorg-editorial-accent-2), #ff8a3d);
	opacity: .9;
}

.seorg-editorial-shell__header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	padding: clamp(22px, 3vw, 34px);
	border-bottom: 1px solid var(--seorg-editorial-line);
}

.seorg-editorial-shell__icon {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(32, 215, 229, .28);
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(32, 215, 229, .15), rgba(124, 92, 255, .13));
}

.seorg-editorial-shell__icon-svg {
	width: 25px;
	height: 25px;
	fill: #75edf5;
}

.seorg-editorial-shell__eyebrow {
	display: block;
	margin: 0 0 5px;
	color: #72e6ef;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.seorg-editorial-shell__heading h2,
.seorg-editorial-shell .seorg-context-seo-text h2,
.seorg-editorial-shell .seorg-faq-block > h2 {
	margin: 0 0 13px !important;
	color: #fff !important;
	font-size: clamp(20px, 2vw, 27px) !important;
	line-height: 1.2 !important;
	letter-spacing: -.02em;
}

.seorg-editorial-shell__heading h2 {
	margin-bottom: 0 !important;
	font-size: clamp(21px, 2.3vw, 31px) !important;
}

.seorg-editorial-shell__heading p {
	margin: 7px 0 0 !important;
	color: #9daec4 !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

.seorg-editorial-shell__badge,
.seorg-ilp-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 6px 11px;
	border: 1px solid rgba(124, 205, 255, .18);
	border-radius: 999px;
	background: rgba(13, 26, 45, .72);
	color: #b8c8dc;
	font-size: 10px;
	font-weight: 850;
	white-space: nowrap;
}

.seorg-editorial-shell__body {
	display: grid;
	min-width: 0;
	max-width: 100%;
	padding: clamp(22px, 3.3vw, 38px);
}

.seorg-editorial-shell__body > .seorg-seo-snippet,
.seorg-editorial-shell__body > .seorg-faq-block,
.seorg-editorial-shell__body > .seorg-internal-links-pro {
	position: relative;
	margin: 0 !important;
	padding: clamp(20px, 2.7vw, 30px) 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.seorg-editorial-shell__body > :first-child {
	padding-top: 0 !important;
}

.seorg-editorial-shell__body > :last-child {
	padding-bottom: 0 !important;
}

.seorg-editorial-shell__body > :not(:last-child)::after,
.seorg-editorial-shell__body > .seorg-internal-links-pro::before {
	content: "";
	display: block;
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(124, 205, 255, .18) 12%, rgba(124, 205, 255, .18) 88%, transparent);
}

.seorg-editorial-shell .seorg-seo-intro p {
	margin: 0 !important;
	padding: 16px 18px;
	border-left: 3px solid var(--seorg-editorial-accent);
	border-radius: 0 14px 14px 0;
	background: linear-gradient(90deg, rgba(32, 215, 229, .08), transparent);
	color: #e5edf7 !important;
	font-size: clamp(15px, 1.2vw, 17px) !important;
	line-height: 1.75 !important;
}

.seorg-editorial-shell .seorg-context-seo-text h3 {
	margin: 23px 0 9px !important;
	color: #f6f9fc !important;
	font-size: 18px !important;
}

.seorg-editorial-shell .seorg-context-seo-text p {
	margin: 0 0 14px !important;
	color: #c2cedd !important;
	font-size: 15px !important;
	line-height: 1.78 !important;
}

.seorg-editorial-shell .seorg-faq-list {
	display: grid;
	gap: 10px;
}

.seorg-editorial-shell .seorg-faq-item {
	margin: 0 !important;
	padding: 16px 18px !important;
	border: 1px solid rgba(124, 205, 255, .12) !important;
	border-radius: 14px !important;
	background: linear-gradient(145deg, rgba(28, 40, 62, .72), rgba(18, 27, 44, .76)) !important;
}

.seorg-editorial-shell .seorg-faq-item h3,
.seorg-editorial-shell .seorg-faq-item p {
	margin: 0 !important;
	padding-left: 25px;
	line-height: 1.6 !important;
}

.seorg-editorial-shell .seorg-faq-item h3 {
	position: relative;
	margin-bottom: 8px !important;
	color: #f3f7fc !important;
	font-size: 15px !important;
}

.seorg-editorial-shell .seorg-faq-item h3::before {
	content: "?";
	position: absolute;
	left: 0;
	top: 1px;
	display: grid;
	place-items: center;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: rgba(32, 215, 229, .14);
	color: #6ce8f0;
	font-size: 11px;
	font-weight: 900;
}

.seorg-editorial-shell .seorg-faq-item p {
	color: #aebdd0 !important;
	font-size: 14px !important;
}

.seorg-editorial-shell .seorg-internal-links-pro {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: clamp(18px, 2.2vw, 26px) 0 0 !important;
	transform: none !important;
	overflow: visible !important;
	color: #f8fafc;
}

.seorg-editorial-shell__body > .seorg-internal-links-pro::before {
	position: static;
	width: 100%;
	margin: 0 0 clamp(20px, 2.4vw, 28px);
}

.seorg-ilp-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 14px;
	margin: 0 0 clamp(14px, 1.4vw, 20px) !important;
}

.seorg-ilp-kicker {
	display: inline-flex;
	margin: 0 0 8px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(34, 211, 238, .12);
	color: #dffaff;
	font-size: .74rem;
	font-weight: 900;
}

.seorg-ilp-head h3 {
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(1.2rem, .95rem + .7vw, 1.9rem) !important;
	line-height: 1.05 !important;
}

.seorg-ilp-head p {
	margin: 8px 0 0 !important;
	color: #9eafc4 !important;
	font-size: .9rem !important;
}

.seorg-ilp-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(12px, 1.1vw, 17px);
}

.seorg-ilp-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	min-width: 0;
	min-height: 92px;
	padding: clamp(14px, 1.15vw, 18px);
	border: 1px solid rgba(124, 205, 255, .13);
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(29, 42, 65, .88), rgba(18, 28, 46, .9));
	color: #f8fafc !important;
	text-decoration: none !important;
	transition: transform .16s ease, border-color .16s ease;
}

.seorg-ilp-card:hover,
.seorg-ilp-card:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(32, 215, 229, .38);
	outline: 0;
}

.seorg-ilp-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(103, 232, 249, .18);
	border-radius: 16px;
	background: rgba(34, 211, 238, .13);
	color: #67e8f9;
}

.seorg-ilp-copy {
	min-width: 0;
}

.seorg-ilp-copy strong,
.seorg-ilp-copy small {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #fff;
	line-height: 1.3;
}

.seorg-ilp-copy small {
	margin-top: 7px;
	color: #aebfcb;
	font-size: .8rem;
}

.seorg-ilp-badge {
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(8, 145, 178, .12);
	color: #dffaff;
	font-size: .7rem;
	font-weight: 900;
	white-space: nowrap;
}

.seorg-editorial-shell__footer {
	padding: 15px clamp(22px, 3vw, 34px);
	border-top: 1px solid var(--seorg-editorial-line);
	background: rgba(7, 13, 24, .26);
	color: #8191a7;
	font-size: 11px;
	text-align: center;
}

@media (max-width: 860px) {
	.seorg-ilp-grid,
	.seorg-ilp-head {
		grid-template-columns: 1fr;
	}

	.seorg-ilp-count {
		justify-self: start;
	}
}

@media (max-width: 1180px) {
	:root {
		--seorg-shell-gutter: clamp(10px, 2.2vw, 22px);
		--seorg-responsive-shell-width: calc(100vw - clamp(20px, 4.4vw, 44px));
	}
}

@media (max-width: 720px) {
	.seorg-editorial-shell {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		margin: clamp(10px, 3vw, 18px) auto clamp(20px, 5vw, 28px) !important;
		transform: none !important;
		border-radius: 18px;
	}

	.seorg-editorial-shell__header {
		grid-template-columns: auto minmax(0, 1fr);
		padding: 21px 18px;
	}

	.seorg-editorial-shell__badge {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.seorg-editorial-shell__body {
		padding: 20px 18px;
	}

	.seorg-ilp-card {
		grid-template-columns: auto minmax(0, 1fr);
		min-height: 82px;
	}

	.seorg-ilp-badge {
		display: none;
	}
}

@media (max-width: 640px) {
	:root {
		--seorg-shell-gutter: 8px;
		--seorg-responsive-shell-width: calc(100vw - 16px);
		--seorg-responsive-panel-padding: clamp(10px, 2.7vw, 14px);
		--seorg-responsive-card-gap: clamp(8px, 2.4vw, 11px);
		--seorg-responsive-card-pad: clamp(7px, 2.2vw, 9px);
	}
}

@media (max-width: 420px) {
	.seorg-editorial-shell__header {
		grid-template-columns: 1fr;
	}

	.seorg-editorial-shell__body {
		padding: 18px 15px;
	}

	.seorg-editorial-shell .seorg-context-seo-text p {
		font-size: 14px !important;
	}
}
