/* Dedicated service-page system: Packages, Renew, Reseller, App, Channels, Contact. */
.service-page {
	background: #fff;
	overflow: hidden;
}

.shell--narrow-wide {
	max-width: 1000px;
}

.subpage-hero {
	color: rgba(255, 255, 255, 0.8);
	isolation: isolate;
	min-height: 430px;
	overflow: hidden;
	position: relative;
}

.subpage-hero h1 {
	color: #fff;
	font-size: clamp(48px, 6vw, 76px);
	letter-spacing: -0.055em;
	margin-bottom: 15px;
}

.subpage-hero p {
	font-size: 17px;
	line-height: 1.7;
}

.subpage-hero--collage {
	align-items: flex-end;
	background-image: url("../images/movie-poster-collage.webp");
	background-position: center 36%;
	background-size: cover;
	display: flex;
}

.subpage-hero--collage::before {
	background: linear-gradient(90deg, rgba(2, 10, 25, 0.94) 0%, rgba(3, 14, 34, 0.72) 48%, rgba(3, 14, 34, 0.55) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.subpage-hero--collage::after {
	background: linear-gradient(180deg, rgba(2, 10, 25, 0.28), transparent 30%, rgba(2, 10, 25, 0.5));
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.subpage-hero__inner {
	padding-bottom: 72px;
	padding-top: 170px;
}

.subpage-hero__inner > p:last-child {
	margin: 0;
	max-width: 650px;
}

.subpage-kicker {
	color: #8ce8ff;
	font-size: 11px !important;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.subpage-hero--blue {
	background: linear-gradient(125deg, #0648bd 0%, #0878f9 52%, #19a9ec 100%);
	min-height: 650px;
}

.subpage-hero--reseller {
	background: linear-gradient(125deg, #043b9e 0%, #0878f9 54%, #22b8f5 100%);
}

.subpage-hero__split {
	align-items: center;
	display: grid;
	gap: 75px;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	min-height: 650px;
	padding-bottom: 90px;
	padding-top: 150px;
}

.subpage-hero__copy {
	position: relative;
	z-index: 2;
}

.subpage-hero__copy h1 {
	font-size: clamp(46px, 5.2vw, 70px);
}

.subpage-hero__copy > p:not(.subpage-kicker) {
	font-size: 17px;
	margin-bottom: 31px;
	max-width: 650px;
}

.subpage-hero__visual {
	position: relative;
	z-index: 1;
}

.subpage-orb {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	pointer-events: none;
	position: absolute;
}

.subpage-orb--one {
	height: 620px;
	right: -160px;
	top: -170px;
	width: 620px;
}

.subpage-orb--two {
	bottom: -280px;
	height: 560px;
	left: 18%;
	width: 560px;
}

.sp-section {
	padding-block: 104px;
	position: relative;
}

.sp-section--soft {
	background: linear-gradient(180deg, #f7faff, #edf5ff);
}

.sp-section--plans {
	background: linear-gradient(180deg, #fff, #f7faff);
}

.sp-section--navy {
	background: radial-gradient(circle at 85% 10%, rgba(8, 120, 249, 0.2), transparent 35%), linear-gradient(145deg, #061126, #0b2347);
	color: rgba(255, 255, 255, 0.72);
}

.sp-heading {
	margin-bottom: 54px;
	max-width: 760px;
}

.sp-heading--center {
	margin-inline: auto;
	text-align: center;
}

.sp-heading h2,
.sp-split__copy h2,
.contact-intro h2 {
	font-size: clamp(36px, 4vw, 52px);
	margin-bottom: 19px;
}

.sp-heading h2 span,
.sp-split__copy h2 span {
	color: var(--eai-blue);
}

.sp-heading > p:last-child,
.sp-split__copy > p:not(.eyebrow),
.contact-intro > p:not(.eyebrow) {
	font-size: 16px;
	line-height: 1.78;
	margin-bottom: 0;
}

.sp-heading--light h2,
.sp-section--navy h2,
.sp-section--navy h3 {
	color: #fff;
}

.sp-heading--light > p:last-child {
	color: rgba(255, 255, 255, 0.7);
}

.sp-icon {
	align-items: center;
	background: linear-gradient(145deg, #e9f6ff, #dbeeff);
	border-radius: 15px;
	color: var(--eai-blue);
	display: inline-flex;
	flex: 0 0 auto;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.sp-icon svg,
.sp-feature-card svg,
.sp-plan-card svg,
.reseller-plan svg,
.sp-check-list svg,
.platform-list svg,
.support-hours-grid svg,
.contact-help-list svg,
.channel-category__icon svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sp-icon svg {
	height: 28px;
	stroke-width: 1.7;
	width: 28px;
}

.sp-split {
	align-items: center;
	display: grid;
	gap: clamp(55px, 8vw, 100px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.sp-split--visual-right .sp-split__visual {
	order: 2;
}

.sp-split__copy .eyebrow {
	margin-bottom: 15px;
}

.sp-split__copy > p:not(.eyebrow) {
	margin-bottom: 27px;
}

.sp-split__visual img {
	filter: drop-shadow(0 24px 35px rgba(22, 60, 112, 0.12));
	margin-inline: auto;
	width: 100%;
}

.sp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.sp-check-list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0 0 30px;
}

.sp-check-list li,
.contact-help-list li {
	align-items: flex-start;
	display: flex;
	font-size: 14px;
	font-weight: 650;
	gap: 10px;
	line-height: 1.55;
}

.sp-check-list svg,
.contact-help-list svg {
	color: #17a876;
	flex: 0 0 18px;
	height: 18px;
	margin-top: 2px;
	stroke-width: 2.5;
	width: 18px;
}

/* Consumer plan cards */
.sp-plan-grid {
	align-items: stretch;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-top: 30px;
}

.sp-plan-card {
	background: #fff;
	border: 1px solid #dbe5f1;
	border-radius: 22px;
	box-shadow: 0 15px 42px rgba(31, 74, 125, 0.09);
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 29px 23px 25px;
	position: relative;
}

.sp-plan-card--featured {
	border: 2px solid var(--eai-blue);
	box-shadow: 0 22px 55px rgba(8, 120, 249, 0.18);
}

.sp-plan-card__badge {
	background: linear-gradient(90deg, var(--eai-blue-dark), var(--eai-blue));
	border-radius: 18px 18px 0 0;
	bottom: 100%;
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	left: -2px;
	letter-spacing: 0.12em;
	margin: 0;
	padding: 9px 12px;
	position: absolute;
	right: -2px;
	text-align: center;
	text-transform: uppercase;
}

.sp-plan-card__head {
	border-bottom: 1px solid #e5edf6;
	margin-bottom: 21px;
	padding-bottom: 20px;
	text-align: center;
}

.sp-plan-card__name {
	color: var(--eai-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.13em;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.sp-plan-card__price {
	align-items: baseline;
	display: flex;
	justify-content: center;
	margin-bottom: 7px;
}

.sp-plan-card__price strong {
	color: var(--eai-ink);
	font-size: 45px;
	font-weight: 850;
	letter-spacing: -0.06em;
	line-height: 1;
}

.sp-plan-card__price span {
	color: var(--eai-muted);
	font-size: 11px;
	margin-left: 4px;
}

.sp-plan-card__head > p:last-child,
.sp-plan-card__note {
	color: var(--eai-muted);
	font-size: 11px;
	margin: 0;
}

.sp-plan-card .button {
	min-height: 47px;
	padding-inline: 18px;
}

.sp-plan-card .button svg,
.reseller-plan .button svg {
	height: 18px;
	stroke-width: 1.8;
	width: 18px;
}

.sp-plan-card__note {
	margin: 10px 0 20px;
	text-align: center;
}

.sp-plan-card h3 {
	font-size: 14px;
	margin-bottom: 14px;
}

.sp-plan-card ul,
.reseller-plan ul {
	display: grid;
	gap: 10px;
	list-style: none;
}

.sp-plan-card li,
.reseller-plan li {
	align-items: flex-start;
	display: flex;
	font-size: 12px;
	gap: 8px;
	line-height: 1.48;
}

.sp-plan-card li svg,
.reseller-plan li svg {
	color: var(--eai-blue);
	flex: 0 0 16px;
	height: 16px;
	margin-top: 1px;
	stroke-width: 2.5;
	width: 16px;
}

/* Feature and step collections */
.sp-feature-grid {
	display: grid;
	gap: 24px;
}

.sp-feature-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-feature-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sp-feature-card {
	background: #fff;
	border: 1px solid #dfe8f3;
	border-radius: 20px;
	box-shadow: 0 13px 38px rgba(31, 74, 125, 0.07);
	padding: 29px 27px;
}

.sp-feature-card .sp-icon {
	margin-bottom: 20px;
}

.sp-feature-card h3 {
	font-size: 19px;
	margin-bottom: 10px;
}

.sp-feature-card p {
	font-size: 13.5px;
	line-height: 1.72;
	margin: 0;
}

.sp-feature-card--compact {
	padding: 27px 22px;
	text-align: center;
}

.sp-feature-card--compact .sp-icon {
	margin-inline: auto;
}

.sp-feature-grid--dark .sp-feature-card {
	background: rgba(255, 255, 255, 0.055);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: none;
	color: rgba(255, 255, 255, 0.68);
}

.sp-feature-grid--dark .sp-icon {
	background: rgba(34, 184, 245, 0.12);
	color: #75dcff;
}

.sp-step-grid {
	counter-reset: steps;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
}

.sp-step-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sp-step-grid li {
	background: #fff;
	border: 1px solid #dfe8f3;
	border-radius: 20px;
	box-shadow: 0 13px 38px rgba(31, 74, 125, 0.07);
	padding: 29px 25px;
	position: relative;
	text-align: center;
}

.sp-step-grid li > span {
	align-items: center;
	background: linear-gradient(145deg, var(--eai-blue), var(--eai-blue-dark));
	border-radius: 50%;
	box-shadow: 0 11px 25px rgba(8, 120, 249, 0.24);
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 850;
	height: 52px;
	justify-content: center;
	margin-bottom: 19px;
	width: 52px;
}

.sp-step-grid h3 {
	font-size: 19px;
	margin-bottom: 9px;
}

.sp-step-grid p {
	font-size: 13px;
	line-height: 1.67;
	margin: 0;
}

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

.sp-quote-grid article {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 29px;
}

.sp-quote-grid p {
	font-size: 14px;
	line-height: 1.72;
	margin-bottom: 17px;
}

.sp-quote-grid strong {
	color: #fff;
	font-size: 13px;
}

.sp-stars {
	color: #ffca3a;
	font-size: 14px;
	letter-spacing: 0.12em;
	margin-bottom: 16px;
}

/* CTA bands */
.sp-cta {
	color: rgba(255, 255, 255, 0.75);
	padding-block: 76px;
}

.sp-cta--blue {
	background: linear-gradient(115deg, #0648bd, #0878f9 58%, #19a9ec);
}

.sp-cta--dark {
	background: radial-gradient(circle at 80% 20%, rgba(34, 184, 245, 0.18), transparent 32%), #061126;
}

.sp-cta__inner {
	align-items: center;
	display: flex;
	gap: 45px;
	justify-content: space-between;
}

.sp-cta__inner > div {
	max-width: 760px;
}

.sp-cta h2 {
	color: #fff;
	font-size: clamp(32px, 3.5vw, 46px);
	margin-bottom: 10px;
}

.sp-cta p:last-child {
	font-size: 15px;
	margin: 0;
}

.sp-cta .button {
	flex: 0 0 auto;
}

/* Renewal hero */
.renew-visual {
	align-items: center;
	background: rgba(5, 17, 38, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 30px;
	box-shadow: 0 35px 80px rgba(0, 40, 110, 0.3);
	display: flex;
	gap: 24px;
	margin-inline: auto;
	max-width: 420px;
	padding: 38px;
	transform: rotate(2deg);
}

.renew-visual__ring {
	align-items: center;
	background: linear-gradient(145deg, #22b8f5, #0878f9);
	border: 10px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex: 0 0 96px;
	height: 96px;
	justify-content: center;
	width: 96px;
}

.renew-visual__ring svg {
	fill: none;
	height: 44px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 44px;
}

.renew-visual strong,
.renew-visual small {
	display: block;
}

.renew-visual strong {
	color: #fff;
	font-size: 24px;
	letter-spacing: -0.03em;
}

.renew-visual small {
	color: #9fc6ef;
	font-size: 12px;
	margin-top: 5px;
}

.sp-faq-layout {
	align-items: start;
	display: grid;
	gap: 75px;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.sp-faq-layout .sp-heading {
	margin-bottom: 0;
	position: sticky;
	top: 126px;
}

/* Reseller */
.reseller-console {
	background: rgba(6, 17, 38, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	box-shadow: 0 35px 80px rgba(0, 29, 85, 0.36);
	margin-inline: auto;
	max-width: 470px;
	padding: 20px;
	transform: perspective(900px) rotateY(-7deg) rotateX(2deg);
}

.reseller-console__top {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	gap: 7px;
	padding: 0 0 16px;
}

.reseller-console__top i {
	background: #22b8f5;
	border-radius: 50%;
	height: 7px;
	op: auto;
	width: 7px;
}

.reseller-console__top i:nth-child(2) {
	background: #ffca3a;
}

.reseller-console__top i:nth-child(3) {
	background: #25c890;
}

.reseller-console__top span {
	color: #fff;
	font-size: 11px;
	font-weight: 750;
	margin-left: auto;
}

.reseller-console__stats {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr;
	padding-block: 20px;
}

.reseller-console__stats span {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 13px;
	padding: 16px;
}

.reseller-console__stats small,
.reseller-console__stats strong {
	display: block;
}

.reseller-console__stats small {
	color: #9bb5d6;
	font-size: 9px;
	text-transform: uppercase;
}

.reseller-console__stats strong {
	color: #fff;
	font-size: 28px;
	margin-top: 5px;
}

.reseller-console__chart {
	align-items: end;
	background: rgba(255, 255, 255, 0.04);
	border-radius: 13px;
	display: flex;
	gap: 14px;
	height: 130px;
	justify-content: space-around;
	padding: 18px;
}

.reseller-console__chart i {
	background: linear-gradient(180deg, #22b8f5, #0878f9);
	border-radius: 6px 6px 2px 2px;
	height: 42%;
	width: 24px;
}

.reseller-console__chart i:nth-child(2) { height: 66%; }
.reseller-console__chart i:nth-child(3) { height: 53%; }
.reseller-console__chart i:nth-child(4) { height: 79%; }
.reseller-console__chart i:nth-child(5) { height: 70%; }
.reseller-console__chart i:nth-child(6) { height: 92%; }

.reseller-benefits {
	margin-top: 0;
}

.reseller-plan-grid {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-inline: auto;
	max-width: 1030px;
	padding-top: 28px;
}

.reseller-plan {
	background: linear-gradient(150deg, #101d34, #071126);
	border: 1px solid #20314e;
	border-radius: 22px;
	box-shadow: 0 18px 50px rgba(6, 17, 38, 0.16);
	color: rgba(255, 255, 255, 0.72);
	display: flex;
	flex-direction: column;
	min-height: 500px;
	padding: 34px 29px 29px;
	position: relative;
}

.reseller-plan--featured {
	border: 2px solid var(--eai-blue);
	box-shadow: 0 25px 60px rgba(8, 120, 249, 0.22);
}

.reseller-plan__badge {
	background: linear-gradient(90deg, var(--eai-blue-dark), var(--eai-blue));
	border-radius: 18px 18px 0 0;
	bottom: 100%;
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	left: -2px;
	letter-spacing: 0.12em;
	margin: 0;
	padding: 9px;
	position: absolute;
	right: -2px;
	text-align: center;
	text-transform: uppercase;
}

.reseller-plan__name {
	color: #79ddff;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.13em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.reseller-plan__price {
	color: #fff;
	font-size: 50px;
	font-weight: 850;
	letter-spacing: -0.06em;
	line-height: 1;
	margin-bottom: 8px;
}

.reseller-plan__credits {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 14px;
	font-weight: 750;
	margin-bottom: 25px;
	padding-bottom: 22px;
}

.reseller-plan ul {
	margin-bottom: 28px;
}

.reseller-plan li {
	font-size: 13px;
}

.reseller-plan li svg {
	color: #4ed5ff;
}

.reseller-plan .button {
	margin-top: auto;
}

/* App */
.app-download,
.contact-main,
.contact-actions {
	background: #fff;
}

.app-intro .sp-split__visual,
.channels-intro .sp-split__visual {
	min-width: 0;
}

.app-phone-visual img {
	max-height: 650px;
}

.platform-list {
	display: grid;
	gap: 10px 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.platform-list span {
	align-items: center;
	background: #f5f9fe;
	border: 1px solid #dfe8f3;
	border-radius: 11px;
	color: var(--eai-ink);
	display: flex;
	font-size: 12px;
	font-weight: 750;
	gap: 8px;
	min-height: 43px;
	padding: 9px 11px;
}

.platform-list svg {
	color: var(--eai-blue);
	height: 18px;
	stroke-width: 1.8;
	width: 18px;
}

/* Channel categories */
.channel-timeline {
	position: relative;
}

.channel-timeline::before {
	background: linear-gradient(180deg, transparent, #b9cfea 8%, #b9cfea 92%, transparent);
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
}

.channel-category {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-height: 270px;
	position: relative;
}

.channel-category::after {
	background: var(--eai-blue);
	border: 7px solid #eaf3ff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #9bbce2;
	content: "";
	height: 26px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 26px;
}

.channel-category__visual {
	align-items: center;
	background: linear-gradient(145deg, #071126, #0c2d60);
	border-radius: 22px;
	box-shadow: 0 18px 45px rgba(31, 74, 125, 0.14);
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-self: end;
	min-height: 190px;
	position: relative;
	width: min(100%, 330px);
}

.channel-category--reverse .channel-category__visual {
	grid-column: 2;
	grid-row: 1;
	justify-self: start;
}

.channel-category--reverse .channel-category__copy {
	grid-column: 1;
	grid-row: 1;
	text-align: right;
}

.channel-category__icon {
	align-items: center;
	background: linear-gradient(145deg, #22b8f5, #0878f9);
	border-radius: 18px;
	color: #fff;
	display: flex;
	height: 78px;
	justify-content: center;
	width: 78px;
}

.channel-category__icon svg {
	height: 38px;
	stroke-width: 1.7;
	width: 38px;
}

.channel-category__visual small {
	color: #b9d5f1;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin-top: 17px;
	text-transform: uppercase;
}

.channel-category__copy {
	max-width: 360px;
}

.channel-category__number {
	color: var(--eai-blue);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.15em;
	margin-bottom: 7px;
}

.channel-category h3 {
	font-size: 27px;
	margin-bottom: 12px;
}

.channel-category__copy > p:last-child {
	font-size: 14px;
	line-height: 1.73;
	margin: 0;
}

/* Contact */
.contact-layout {
	align-items: start;
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.contact-intro > p:not(.eyebrow) {
	margin-bottom: 30px;
}

.contact-methods {
	display: grid;
	gap: 14px;
}

.contact-methods > a {
	align-items: center;
	background: #f7faff;
	border: 1px solid #dfe8f3;
	border-radius: 16px;
	display: grid;
	gap: 15px;
	grid-template-columns: 52px minmax(0, 1fr);
	padding: 15px;
	transition: border-color 180ms ease, transform 180ms ease;
}

.contact-methods > a:hover {
	border-color: #9bc7f4;
	transform: translateY(-2px);
}

.contact-methods .sp-icon {
	border-radius: 13px;
	height: 52px;
	width: 52px;
}

.contact-methods small,
.contact-methods strong,
.contact-methods em {
	display: block;
}

.contact-methods small {
	color: var(--eai-blue);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.contact-methods strong {
	color: var(--eai-ink);
	font-size: 14px;
	overflow-wrap: anywhere;
}

.contact-methods em {
	color: var(--eai-muted);
	font-size: 11px;
	font-style: normal;
	margin-top: 2px;
}

.contact-form-card {
	background: #fff;
	border: 1px solid #dfe8f3;
	border-radius: 24px;
	box-shadow: var(--eai-shadow);
	padding: 36px;
}

.contact-form-card h3 {
	font-size: 25px;
	margin-bottom: 25px;
}

.contact-form {
	display: grid;
	gap: 19px;
}

.contact-form .form-field input,
.contact-form .form-field textarea {
	font-size: 15px;
}

.support-hours-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-inline: auto;
	max-width: 980px;
}

.support-hours-grid article {
	background: #fff;
	border: 1px solid #dfe8f3;
	border-radius: 19px;
	padding: 28px;
	text-align: center;
}

.support-hours-grid article > span {
	align-items: center;
	background: #e9f6ff;
	border-radius: 14px;
	color: var(--eai-blue);
	display: inline-flex;
	height: 54px;
	justify-content: center;
	margin-bottom: 18px;
	width: 54px;
}

.support-hours-grid svg {
	height: 26px;
	stroke-width: 1.8;
	width: 26px;
}

.support-hours-grid h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

.support-hours-grid p {
	font-size: 13px;
	line-height: 1.65;
	margin: 0;
}

.contact-help-band {
	background: linear-gradient(115deg, #0648bd, #0878f9 58%, #19a9ec);
	color: rgba(255, 255, 255, 0.78);
	padding-block: 76px;
}

.contact-help-band__inner {
	align-items: center;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.contact-help-band h2 {
	color: #fff;
	font-size: clamp(32px, 3.7vw, 46px);
	margin-bottom: 14px;
}

.contact-help-band p:last-child {
	font-size: 15px;
	margin: 0;
}

.contact-help-list {
	background: rgba(5, 17, 38, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 19px;
	display: grid;
	gap: 15px;
	list-style: none;
	padding: 26px;
}

.contact-help-list svg {
	color: #fff;
}

.contact-action-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-inline: auto;
	max-width: 940px;
}

.contact-action-grid article {
	background: #fff;
	border: 1px solid #dfe8f3;
	border-radius: 22px;
	box-shadow: 0 15px 42px rgba(31, 74, 125, 0.09);
	padding: 34px;
	text-align: center;
}

.contact-action-grid .sp-icon {
	margin-bottom: 20px;
}

.contact-action-grid h2 {
	font-size: 26px;
	margin-bottom: 12px;
}

.contact-action-grid p {
	font-size: 14px;
	line-height: 1.72;
	margin-bottom: 24px;
}

/* Compact desktop and tablets */
@media (max-width: 1120px) {
	.subpage-hero__split {
		gap: 45px;
		grid-template-columns: minmax(0, 1fr) minmax(310px, 0.8fr);
	}

	.sp-plan-grid {
		gap: 48px 22px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-inline: auto;
		max-width: 800px;
	}

	.sp-feature-grid--four,
	.sp-step-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.subpage-hero--blue,
	.subpage-hero__split {
		min-height: 0;
	}

	.subpage-hero__split {
		grid-template-columns: 1fr;
		padding-bottom: 80px;
		padding-top: 140px;
	}

	.subpage-hero__copy {
		max-width: 720px;
	}

	.subpage-hero__visual {
		margin-inline: auto;
		max-width: 590px;
		width: 100%;
	}

	.sp-split,
	.contact-layout,
	.contact-help-band__inner {
		gap: 50px;
		grid-template-columns: 1fr;
	}

	.sp-split__copy {
		max-width: 720px;
	}

	.sp-split__visual,
	.sp-split--visual-right .sp-split__visual {
		margin-inline: auto;
		max-width: 650px;
		order: 2;
		width: 100%;
	}

	.sp-feature-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sp-step-grid,
	.sp-quote-grid,
	.reseller-plan-grid,
	.support-hours-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.reseller-plan-grid {
		max-width: 760px;
	}

	.reseller-plan:last-child,
	.support-hours-grid article:last-child {
		grid-column: 1 / -1;
		margin-inline: auto;
		max-width: 370px;
		width: 100%;
	}

	.sp-faq-layout {
		gap: 40px;
		grid-template-columns: 1fr;
	}

	.sp-faq-layout .sp-heading {
		position: static;
	}

	.contact-help-list {
		max-width: 560px;
	}
}

/* Phones and small tablets */
@media (max-width: 680px) {
	.subpage-hero {
		min-height: 360px;
	}

	.subpage-hero--collage {
		background-position: center 34%;
	}

	.subpage-hero--collage::before {
		background: linear-gradient(90deg, rgba(2, 10, 25, 0.92), rgba(3, 14, 34, 0.68));
	}

	.subpage-hero__inner {
		padding-bottom: 54px;
		padding-top: 132px;
	}

	.subpage-hero h1,
	.subpage-hero__copy h1 {
		font-size: clamp(38px, 11vw, 49px);
		line-height: 1.04;
	}

	.subpage-hero p,
	.subpage-hero__copy > p:not(.subpage-kicker) {
		font-size: 15px;
		line-height: 1.65;
	}

	.subpage-hero__split {
		gap: 42px;
		padding-bottom: 62px;
		padding-top: 112px;
	}

	.subpage-hero__copy .button {
		width: min(100%, 360px);
	}

	.subpage-orb--one {
		height: 430px;
		right: -230px;
		width: 430px;
	}

	.subpage-orb--two {
		bottom: -220px;
		height: 400px;
		left: -130px;
		width: 400px;
	}

	.sp-section {
		padding-block: 68px;
	}

	.sp-heading {
		margin-bottom: 38px;
	}

	.sp-heading h2,
	.sp-split__copy h2,
	.contact-intro h2 {
		font-size: clamp(30px, 8.8vw, 38px);
		line-height: 1.1;
		margin-bottom: 15px;
	}

	.sp-heading > p:last-child,
	.sp-split__copy > p:not(.eyebrow),
	.contact-intro > p:not(.eyebrow) {
		font-size: 14.5px;
		line-height: 1.68;
	}

	.sp-split,
	.contact-layout,
	.contact-help-band__inner {
		gap: 38px;
	}

	.sp-split__visual {
		max-width: 500px;
	}

	.sp-plan-grid,
	.sp-feature-grid--three,
	.sp-feature-grid--four,
	.sp-step-grid,
	.sp-step-grid--four,
	.sp-quote-grid,
	.reseller-plan-grid,
	.support-hours-grid,
	.contact-action-grid {
		grid-template-columns: 1fr;
	}

	.sp-plan-grid {
		gap: 44px;
		max-width: 440px;
		padding-top: 24px;
	}

	.sp-plan-card {
		border-radius: 19px;
		padding: 27px 20px 24px;
	}

	.sp-plan-card__price strong {
		font-size: 44px;
	}

	.sp-feature-grid,
	.sp-step-grid,
	.sp-quote-grid {
		gap: 15px;
	}

	.sp-feature-card {
		align-items: start;
		border-radius: 17px;
		display: grid;
		gap: 4px 15px;
		grid-template-columns: 52px minmax(0, 1fr);
		padding: 20px;
		text-align: left;
	}

	.sp-feature-card .sp-icon,
	.sp-feature-card--compact .sp-icon {
		grid-row: 1 / 3;
		height: 50px;
		margin: 0;
		width: 50px;
	}

	.sp-feature-card .sp-icon svg {
		height: 24px;
		width: 24px;
	}

	.sp-feature-card h3 {
		font-size: 17px;
		grid-column: 2;
		margin: 1px 0 3px;
	}

	.sp-feature-card p {
		font-size: 13px;
		grid-column: 2;
		line-height: 1.58;
	}

	.sp-step-grid li {
		border-radius: 17px;
		display: grid;
		gap: 2px 14px;
		grid-template-columns: 50px minmax(0, 1fr);
		padding: 20px;
		text-align: left;
	}

	.sp-step-grid li > span {
		grid-row: 1 / 3;
		height: 50px;
		margin: 0;
		width: 50px;
	}

	.sp-step-grid h3,
	.sp-step-grid p {
		grid-column: 2;
	}

	.sp-step-grid h3 {
		font-size: 17px;
		margin: 1px 0 4px;
	}

	.sp-quote-grid article {
		border-radius: 17px;
		padding: 23px;
	}

	.sp-cta,
	.contact-help-band {
		padding-block: 58px;
	}

	.sp-cta__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 27px;
	}

	.sp-cta h2,
	.contact-help-band h2 {
		font-size: clamp(29px, 8.6vw, 36px);
	}

	.sp-cta .button {
		width: min(100%, 360px);
	}

	.renew-visual {
		border-radius: 21px;
		gap: 16px;
		padding: 25px 20px;
		transform: none;
	}

	.renew-visual__ring {
		border-width: 7px;
		flex-basis: 72px;
		height: 72px;
		width: 72px;
	}

	.renew-visual__ring svg {
		height: 32px;
		width: 32px;
	}

	.renew-visual strong {
		font-size: 19px;
	}

	.reseller-console {
		border-radius: 19px;
		padding: 15px;
		transform: none;
	}

	.reseller-console__chart {
		height: 100px;
	}

	.reseller-plan-grid {
		gap: 44px;
		max-width: 440px;
	}

	.reseller-plan,
	.reseller-plan:last-child {
		border-radius: 19px;
		margin: 0;
		max-width: none;
		min-height: 0;
		padding: 29px 23px 24px;
	}

	.platform-list {
		grid-template-columns: 1fr;
	}

	.sp-actions {
		flex-direction: column;
	}

	.sp-actions .button {
		width: min(100%, 360px);
	}

	.channel-timeline::before,
	.channel-category::after {
		display: none;
	}

	.channel-category {
		gap: 18px;
		grid-template-columns: 104px minmax(0, 1fr);
		min-height: 0;
		padding-block: 14px;
	}

	.channel-category__visual,
	.channel-category--reverse .channel-category__visual {
		border-radius: 17px;
		grid-column: 1;
		grid-row: 1;
		justify-self: stretch;
		min-height: 126px;
		width: 100%;
	}

	.channel-category--reverse .channel-category__copy,
	.channel-category__copy {
		grid-column: 2;
		grid-row: 1;
		text-align: left;
	}

	.channel-category__icon {
		border-radius: 13px;
		height: 54px;
		width: 54px;
	}

	.channel-category__icon svg {
		height: 27px;
		width: 27px;
	}

	.channel-category__visual small {
		font-size: 8px;
		letter-spacing: 0.08em;
		margin-top: 11px;
		text-align: center;
	}

	.channel-category h3 {
		font-size: 20px;
		margin-bottom: 7px;
	}

	.channel-category__copy > p:last-child {
		font-size: 12.5px;
		line-height: 1.58;
	}

	.contact-form-card {
		border-radius: 19px;
		padding: 25px 19px;
	}

	.contact-form-card h3 {
		font-size: 22px;
	}

	.support-hours-grid article,
	.support-hours-grid article:last-child {
		align-items: center;
		display: grid;
		gap: 2px 14px;
		grid-template-columns: 52px minmax(0, 1fr);
		margin: 0;
		max-width: none;
		padding: 20px;
		text-align: left;
	}

	.support-hours-grid article > span {
		grid-row: 1 / 3;
		height: 50px;
		margin: 0;
		width: 50px;
	}

	.support-hours-grid h3,
	.support-hours-grid p {
		grid-column: 2;
	}

	.support-hours-grid h3 {
		font-size: 17px;
		margin: 0;
	}

	.contact-help-list {
		padding: 21px;
	}

	.contact-action-grid article {
		border-radius: 19px;
		padding: 28px 20px;
	}

	.contact-action-grid h2 {
		font-size: 24px;
	}
}

@media (max-width: 420px) {
	.subpage-hero__inner {
		padding-top: 122px;
	}

	.subpage-kicker {
		letter-spacing: 0.12em;
	}

	.sp-feature-card,
	.sp-step-grid li {
		gap: 4px 12px;
		grid-template-columns: 46px minmax(0, 1fr);
		padding: 17px;
	}

	.sp-feature-card .sp-icon,
	.sp-feature-card--compact .sp-icon,
	.sp-step-grid li > span {
		height: 46px;
		width: 46px;
	}

	.channel-category {
		gap: 14px;
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.channel-category__visual,
	.channel-category--reverse .channel-category__visual {
		min-height: 115px;
	}

	.channel-category h3 {
		font-size: 18px;
	}

	.channel-category__copy > p:last-child {
		font-size: 12px;
	}

	.contact-methods > a {
		gap: 12px;
		grid-template-columns: 46px minmax(0, 1fr);
		padding: 13px;
	}

	.contact-methods .sp-icon {
		height: 46px;
		width: 46px;
	}
}

@media (min-width: 1440px) {
	.sp-section {
		padding-block: 118px;
	}
}

@media print {
	.subpage-hero,
	.sp-section--navy,
	.sp-cta,
	.contact-help-band {
		background: #fff !important;
		color: #000 !important;
	}

	.subpage-hero {
		min-height: 0;
		padding: 40px 0;
	}

	.subpage-hero h1,
	.sp-section--navy h2,
	.sp-section--navy h3,
	.sp-cta h2,
	.contact-help-band h2 {
		color: #000 !important;
	}
}

/* v1.3 Pricing: compact reference-style included benefits + onboarding */
.pricing-includes {
	padding-block: 84px;
}

.pricing-includes__grid {
	align-items: start;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.pricing-includes__heading {
	margin-bottom: 26px;
}

.pricing-includes__heading h2 {
	font-size: clamp(30px, 3vw, 42px);
	margin: 0;
}

.pricing-includes__list {
	display: grid;
	gap: 14px;
}

.pricing-includes__item {
	align-items: center;
	background: #fff;
	border: 1px solid #e5edf7;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(31, 74, 125, 0.05);
	display: flex;
	gap: 13px;
	min-height: 54px;
	padding: 13px 17px;
}

.pricing-includes__item > span {
	align-items: center;
	color: var(--eai-blue);
	display: inline-flex;
	flex: 0 0 21px;
	justify-content: center;
}

.pricing-includes__item svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 20px;
}

.pricing-includes__item strong {
	color: var(--eai-ink);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.pricing-started__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
}

.pricing-started__grid li {
	align-items: center;
	background: #fff;
	border: 1px solid #e5edf7;
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(31, 74, 125, 0.07);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 168px;
	padding: 26px 22px;
	text-align: center;
}

.pricing-started__grid li > span {
	align-items: center;
	background: linear-gradient(145deg, var(--eai-blue), var(--eai-blue-dark));
	border-radius: 50%;
	box-shadow: 0 9px 24px rgba(8, 120, 249, 0.23);
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	height: 42px;
	justify-content: center;
	margin-bottom: 18px;
	width: 42px;
}

.pricing-started__grid p {
	color: var(--eai-ink);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
	margin: 0;
	max-width: 210px;
}

@media (max-width: 900px) {
	.pricing-includes__grid {
		gap: 48px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.pricing-includes {
		padding-block: 56px;
	}

	.pricing-includes__grid {
		gap: 42px;
	}

	.pricing-started__grid {
		gap: 12px;
	}

	.pricing-started__grid li {
		border-radius: 15px;
		min-height: 148px;
		padding: 20px 13px;
	}

	.pricing-started__grid p {
		font-size: 12.5px;
	}

	.pricing-includes__item {
		min-height: 50px;
		padding: 11px 14px;
	}
}
