/* =========================================================
   Deals page SEO content sections — brand-aligned
   Loaded only on page ID 19. All classes prefixed .deals-
   ========================================================= */

/* ── Shared inner container ── */
.deals-benefits__inner,
.deals-speed__inner,
.deals-how__inner,
.deals-network__inner,
.deals-trust-strip__inner,
.deals-clarity__inner,
.deals-comparison__inner,
.deals-steps__inner {
	max-width: 1340px;
	margin: 0 auto;
	padding: clamp(64px, 7vw, 100px) clamp(24px, 4vw, 60px);
	box-sizing: border-box;
}

/* Benefits at a glance */
.deals-benefits {
	background-color: #f5f8fc;
	background-image: url("/wp-content/uploads/2025/10/Mask-Group-2-1.webp");
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
}

.deals-benefits__header {
	margin-bottom: 28px;
}

.deals-benefits__title {
	margin: 0;
	max-width: 760px;
	color: #1e304e;
	font-size: clamp(1.55rem, 2.4vw, 2.1rem);
	line-height: 1.2;
	font-weight: 700;
}

.deals-benefits__title br {
	display: block;
}

.deals-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.deals-benefits__card {
	background: #ffffff;
	border: 1px solid #dde5ef;
	border-radius: 16px;
	padding: 24px 22px;
	box-shadow: 0 16px 32px rgba(30, 48, 78, 0.08);
	min-height: 100%;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.deals-benefits__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(13, 34, 61, 0.14);
	border-color: rgba(255, 203, 5, 0.55);
}

.deals-benefits__card:focus-within {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(13, 34, 61, 0.14);
	border-color: rgba(255, 203, 5, 0.55);
}

.deals-benefits__icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	background: #ffcb05;
	color: #1e304e;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.deals-benefits__icon svg {
	width: 24px;
	height: 24px;
	display: block;
}

.deals-benefits__card-title {
	margin: 0 0 10px;
	color: #1e304e;
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 700;
}

.deals-benefits__card-text {
	margin: 0;
	color: #425a76;
	font-size: 0.93rem;
	line-height: 1.6;
}

/* Speed recommendation guide */
.deals-speed {
	background: #f5f8fc;
	width: 100%;
}

.deals-speed__header {
	margin-bottom: 28px;
}

.deals-speed__title {
	margin: 0 0 14px;
	color: #1e304e;
	font-size: clamp(1.55rem, 2.4vw, 2.1rem);
	line-height: 1.2;
	font-weight: 700;
}

.deals-speed__intro {
	margin: 0;
	max-width: 620px;
	color: #425a76;
	font-size: 1rem;
	line-height: 1.65;
}

.deals-speed__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.deals-speed__card {
	background: #1e304e;
	border-radius: 24px;
	padding: 22px;
	box-shadow: 0 16px 34px rgba(17, 35, 58, 0.12);
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.deals-speed__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(13, 34, 61, 0.18);
}

.deals-speed__card:focus-within {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(13, 34, 61, 0.18);
}

.deals-speed__card-title {
	margin: 0 0 14px;
	color: #ffcb05;
	font-size: clamp(1.45rem, 2vw, 1.9rem);
	line-height: 1.05;
	font-weight: 700;
	max-width: 11ch;
}

.deals-speed__speed {
	margin: 0 0 14px;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 800;
}

.deals-speed__copy {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.95rem;
	line-height: 1.65;
	font-weight: 400;
}

/* How it works */
.deals-how {
	background: #1e304e;
	width: 100%;
}

.deals-how__header {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: 20px 48px;
	align-items: end;
	margin-bottom: 32px;
}

.deals-how__title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.55rem, 2.4vw, 2.1rem);
	line-height: 1.2;
	font-weight: 700;
}

.deals-how__intro {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1rem;
	line-height: 1.65;
	max-width: 440px;
	justify-self: end;
}

.deals-how__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.deals-how__card {
	background: #ffffff;
	border: 1px solid rgba(221, 229, 239, 0.95);
	border-radius: 18px;
	padding: 24px 22px 22px;
	box-shadow: 0 14px 30px rgba(17, 35, 58, 0.12);
	min-height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.deals-how__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(13, 34, 61, 0.18);
}

.deals-how__card:focus-within {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(13, 34, 61, 0.18);
}

.deals-how__badge {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #ffcb05;
	color: #1e304e;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 18px;
}

.deals-how__card-title {
	margin: 0 0 12px;
	color: #31a6d2;
	font-size: 1.02rem;
	line-height: 1.3;
	font-weight: 700;
}

.deals-how__card-text {
	margin: 0;
	color: #425a76;
	font-size: 0.94rem;
	line-height: 1.65;
	font-weight: 400;
}

/* Provider and network education */
.deals-network {
	background: #f5f8fc;
	width: 100%;
}

.deals-network__header {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
	gap: 20px 48px;
	align-items: end;
	margin-bottom: 32px;
}

.deals-network__title {
	margin: 0;
	color: #1e304e;
	font-size: clamp(1.55rem, 2.4vw, 2.1rem);
	line-height: 1.2;
	font-weight: 700;
}

.deals-network__intro {
	margin: 0;
	color: #425a76;
	font-size: 1rem;
	line-height: 1.65;
	max-width: 460px;
	justify-self: end;
}

.deals-network__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.deals-network__card {
	background: #ffffff;
	border: 1px solid #dde5ef;
	border-radius: 18px;
	padding: 24px 22px 22px;
	box-shadow: 0 14px 30px rgba(17, 35, 58, 0.08);
	min-height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.deals-network__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(13, 34, 61, 0.14);
}

.deals-network__card:focus-within {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(13, 34, 61, 0.14);
}

.deals-network__card-title {
	margin: 0 0 12px;
	color: #1e304e;
	font-size: 1.03rem;
	line-height: 1.3;
	font-weight: 700;
}

.deals-network__card-text {
	margin: 0 0 16px;
	color: #425a76;
	font-size: 0.94rem;
	line-height: 1.65;
	font-weight: 400;
}

.deals-network__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.deals-network__list li {
	position: relative;
	padding-left: 18px;
	color: #425a76;
	font-size: 0.92rem;
	line-height: 1.55;
}

.deals-network__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffcb05;
	transform: translateY(-50%);
}

.deals-steps-guide {
	background: #ffffff;
	padding: 70px 20px;
}

.deals-steps-guide__panel {
	max-width: 1280px;
	margin: 0 auto;
	background-color: #1e304e;
	background-image: linear-gradient(125deg, rgba(30, 48, 78, 0.96) 0%, rgba(30, 48, 78, 0.94) 44%, rgba(49, 166, 210, 0.22) 100%), url("/wp-content/uploads/2025/09/blue-background-news-scaled.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-top-right-radius: 42px;
	border-bottom-right-radius: 42px;
	overflow: hidden;
	padding: clamp(48px, 6vw, 90px);
	color: #ffffff;
}

.deals-steps-guide__content {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.deals-steps-guide__heading {
	margin: 0;
	color: #ffffff;
	line-height: 1.05;
	font-size: clamp(2rem, 3vw, 2.8rem);
}

.deals-steps-guide__heading-light {
	display: block;
	font-weight: 400;
}

.deals-steps-guide__heading-strong {
	display: block;
	font-weight: 900;
}

.deals-steps-guide__intro {
	margin: 10px 0 0;
	color: #ffffff;
	max-width: 780px;
	font-size: 1rem;
	line-height: 1.6;
}

.deals-steps-guide__grid {
	margin-top: clamp(48px, 6vw, 76px);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: clamp(40px, 6vw, 90px);
	row-gap: clamp(44px, 5vw, 70px);
	align-items: start;
}

.deals-steps-guide__item {
	max-width: 310px;
}

.deals-steps-guide__item-head {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin-bottom: 14px;
}

.deals-steps-guide__number {
	color: transparent;
	font-size: clamp(44px, 5vw, 68px);
	font-weight: 300;
	line-height: 0.9;
	-webkit-text-stroke: 1px #ffcb05;
}

.deals-steps-guide__item-title {
	margin: 0;
	color: #ffcb05;
	font-weight: 900;
	font-size: clamp(22px, 2vw, 30px);
	line-height: 1.12;
}

.deals-steps-guide__item-text {
	color: #ffffff;
	line-height: 1.45;
	margin: 0;
	font-size: 0.98rem;
}

.deals-steps-guide__cta {
	align-self: end;
}

.deals-steps-guide__cta-title {
	color: #ffcb05;
	font-weight: 900;
	font-size: clamp(24px, 2.5vw, 34px);
	margin: 0 0 22px;
	line-height: 1.1;
}

.deals-steps-guide .btn-cta-yellow {
	position: relative;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	height: 46.12px;
	padding: 0;
	overflow: visible;
	text-decoration: none;
}

.deals-steps-guide .btn-cta-yellow-icon {
	position: relative;
	z-index: 3;
	width: 44.76px;
	height: auto;
	flex: 0 0 auto;
	object-fit: cover;
	aspect-ratio: 44.76 / 46.12;
	margin-right: -10px;
}

.deals-steps-guide .btn-cta-yellow-fontContainer {
	position: relative;
	z-index: 2;
	height: 100%;
	min-height: 46.12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffcb05;
	border-radius: 50px;
	padding: 0 28px 0 34px;
	margin-left: 0;
	transition-duration: 0.35s;
	transition-timing-function: ease-in-out;
}

.deals-steps-guide .btn-cta-yellow-font {
	color: #1e304e;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	white-space: nowrap;
}

.deals-steps-guide .btn-cta-yellow:hover .btn-cta-yellow-icon,
.deals-steps-guide .btn-cta-yellow:focus-visible .btn-cta-yellow-icon {
	transform: translateX(3px);
}

.deals-steps-guide .btn-cta-yellow:hover .btn-cta-yellow-fontContainer,
.deals-steps-guide .btn-cta-yellow:focus-visible .btn-cta-yellow-fontContainer {
	transform: translateX(3px);
}

/* ─────────────────────────────────────────────────────────
   1. TRUST STRIP
   Navy band — matches existing hero/dark sections
   4 clean translucent cards, yellow icon accents
   ───────────────────────────────────────────────────────── */
.deals-trust-strip {
	background-color: #1e304e;
	width: 100%;
}

.deals-trust-strip__heading {
	font-size: clamp(1.55rem, 2.4vw, 2.1rem);
	color: #ffffff;
	margin: 0 0 16px;
	font-weight: 700;
	line-height: 1.2;
}

.deals-trust-strip__intro {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.70);
	max-width: 680px;
	margin: 0 0 44px;
	line-height: 1.65;
}

.deals-trust-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.deals-trust-card {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 16px;
	padding: 28px 22px;
	box-sizing: border-box;
	transition: background 0.2s ease;
}

.deals-trust-card__icon {
	width: 40px;
	height: 40px;
	margin-bottom: 18px;
	color: #ffcb05; /* yellow accent — brand CTA colour */
}

.deals-trust-card__icon svg {
	width: 40px;
	height: 40px;
	display: block;
}

.deals-trust-card__title {
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 10px;
	line-height: 1.3;
}

.deals-trust-card__copy {
	font-size: 0.93rem;
	color: rgba(255, 255, 255, 0.65);
	margin: 0;
	line-height: 1.6;
}

/* ─────────────────────────────────────────────────────────
   2. CLARITY — Included / May cost extra / Good to know
   White section. 3 white cards, subtle border, yellow accent top line.
   No coloured card backgrounds.
   ───────────────────────────────────────────────────────── */
.deals-clarity {
	background: #ffffff;
	width: 100%;
}

.deals-clarity__heading {
	font-size: clamp(1.55rem, 2.4vw, 2.1rem);
	color: #1e304e;
	margin: 0 0 16px;
	font-weight: 700;
	line-height: 1.2;
}

.deals-clarity__intro {
	font-size: 1rem;
	color: #425a76;
	max-width: 680px;
	margin: 0 0 44px;
	line-height: 1.65;
}

.deals-clarity__cols {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: start;
}

/* White card base — all three columns */
.deals-clarity__col {
	background: #ffffff;
	border: 1px solid #dde5ef;
	border-top: 3px solid #ffcb05; /* brand yellow accent */
	border-radius: 16px;
	padding: 26px 22px;
	box-sizing: border-box;
}

/* Remove the coloured overrides that replaced brand colours */
.deals-clarity__col--included,
.deals-clarity__col--extra,
.deals-clarity__col--know {
	background: #ffffff;
	border-top: 3px solid #ffcb05;
}

.deals-clarity__col-heading {
	font-size: 0.72rem;
	font-weight: 700;
	color: #1e304e;
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}

.deals-clarity__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.deals-clarity__list li {
	position: relative;
	padding: 8px 0 8px 24px;
	font-size: 0.93rem;
	color: #425a76;
	line-height: 1.55;
	border-bottom: 1px solid #f0f4f8;
}

.deals-clarity__list li:last-child {
	border-bottom: none;
}

/* Yellow checkmarks for "What's included" */
.deals-clarity__col--included .deals-clarity__list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #ffcb05;
	font-weight: 700;
}

/* Blue-accent plus for "What costs extra" */
.deals-clarity__col--extra .deals-clarity__list li::before {
	content: '+';
	position: absolute;
	left: 0;
	color: #31a6d2;
	font-weight: 700;
}

.deals-clarity__note {
	font-size: 0.93rem;
	color: #425a76;
	line-height: 1.65;
	margin: 0 0 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f0f4f8;
}

.deals-clarity__note:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.deals-clarity__note strong {
	color: #1e304e;
	font-weight: 700;
}

/* ─────────────────────────────────────────────────────────
   3. COMPARISON TABLE — Vuma vs Openserve
   Navy background. Table headers in brand yellow.
   ───────────────────────────────────────────────────────── */
.deals-comparison {
	background-color: #1e304e;
	width: 100%;
}

.deals-comparison__heading {
	font-size: clamp(1.55rem, 2.4vw, 2.1rem);
	color: #ffffff;
	margin: 0 0 16px;
	font-weight: 700;
	line-height: 1.2;
}

.deals-comparison__intro {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.70);
	max-width: 680px;
	margin: 0 0 40px;
	line-height: 1.65;
}

.deals-comparison__table-wrap {
	overflow-x: auto;
	border-radius: 12px;
	margin-bottom: 24px;
}

.deals-comparison__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.93rem;
	min-width: 520px;
}

.deals-comparison__table thead th {
	padding: 15px 20px;
	text-align: left;
	font-weight: 700;
	font-size: 0.93rem;
	vertical-align: middle;
}

.deals-comparison__table thead th:first-child {
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.48);
	font-weight: 600;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	width: 26%;
}

/* Yellow headers for network columns — matches brand CTA yellow */
.deals-comparison__table thead th:nth-child(2),
.deals-comparison__table thead th:nth-child(3) {
	background: #ffcb05;
	color: #1e304e;
	font-weight: 900;
}

.deals-comparison__table tbody tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.deals-comparison__table tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 0.04);
}

.deals-comparison__table tbody td {
	padding: 14px 20px;
	color: rgba(255, 255, 255, 0.80);
	vertical-align: top;
	line-height: 1.55;
	font-size: 0.93rem;
}

.deals-comparison__table tbody td:first-child {
	color: rgba(255, 255, 255, 0.44);
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: 600;
	white-space: nowrap;
}

.deals-comparison__note {
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.48);
	margin: 0;
	font-style: italic;
	line-height: 1.65;
}

/* ─────────────────────────────────────────────────────────
   4. SIGN-UP STEPS
   Light background. White cards. Yellow circle step numbers.
   ───────────────────────────────────────────────────────── */
.deals-steps {
	background: #f5f8fc;
	width: 100%;
}

.deals-steps__heading {
	font-size: clamp(1.55rem, 2.4vw, 2.1rem);
	color: #1e304e;
	margin: 0 0 16px;
	font-weight: 700;
	line-height: 1.2;
}

.deals-steps__intro {
	font-size: 1rem;
	color: #425a76;
	max-width: 600px;
	margin: 0 0 44px;
	line-height: 1.65;
}

.deals-steps__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	align-items: stretch;
}

.deals-steps__step {
	background: #ffffff;
	border: 1px solid #dde5ef;
	border-radius: 16px;
	padding: 26px 20px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
}

/* Connector line between steps */
.deals-steps__step::after {
	content: '';
	position: absolute;
	top: 42px;
	right: -12px;
	width: 20px;
	height: 2px;
	background: #ffcb05;
	opacity: 0.6;
	z-index: 1;
}

.deals-steps__step:last-child::after {
	display: none;
}

/* Yellow circle — matches brand CTA buttons */
.deals-steps__number {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffcb05;
	color: #1e304e;
	font-weight: 900;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	flex-shrink: 0;
}

.deals-steps__step-title {
	font-size: 0.94rem;
	font-weight: 700;
	color: #1e304e;
	margin: 0 0 8px;
	line-height: 1.3;
}

.deals-steps__step-copy {
	font-size: 0.88rem;
	color: #425a76;
	margin: 0;
	line-height: 1.6;
}

/* ─────────────────────────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────────────────────────── */

/* Tablet and below (≤ 1023px) */
@media (max-width: 1023px) {
	.deals-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.deals-speed__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.deals-how__header {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 28px;
	}

	.deals-how__intro {
		justify-self: start;
		max-width: 620px;
	}

	.deals-how__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.deals-network__header {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 28px;
	}

	.deals-network__intro {
		justify-self: start;
		max-width: 620px;
	}

	.deals-network__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.deals-steps-guide__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 32px;
	}

	.deals-trust-strip__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.deals-clarity__cols {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.deals-steps__list {
		grid-template-columns: repeat(3, 1fr);
	}

	.deals-steps__step:nth-child(3)::after {
		display: none;
	}
}

/* Phablet (≤ 767px) */
@media (max-width: 767px) {
	.deals-benefits__inner,
	.deals-speed__inner,
	.deals-how__inner,
	.deals-network__inner,
	.deals-steps-guide__content,
	.deals-trust-strip__inner,
	.deals-clarity__inner,
	.deals-comparison__inner,
	.deals-steps__inner {
		padding: 56px 24px;
	}

	.deals-benefits__title {
		line-height: 1.2;
	}

	.deals-benefits__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.deals-benefits__card {
		padding: 22px 18px;
		border-radius: 16px;
	}

	.deals-benefits__icon {
		width: 48px;
		height: 48px;
		margin-bottom: 16px;
	}

	.deals-speed__header {
		margin-bottom: 24px;
	}

	.deals-speed__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.deals-speed__card {
		border-radius: 20px;
		padding: 19px;
	}

	.deals-speed__card-title {
		max-width: none;
		font-size: 1.5rem;
	}

	.deals-how__header {
		margin-bottom: 24px;
	}

	.deals-how__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.deals-how__card {
		border-radius: 16px;
		padding: 22px 18px 20px;
	}

	.deals-network__header {
		margin-bottom: 24px;
	}

	.deals-network__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.deals-network__card {
		border-radius: 16px;
		padding: 22px 18px 20px;
	}

	.deals-steps-guide {
		padding: 44px 16px;
	}

	.deals-steps-guide__panel {
		border-radius: 28px;
		padding: 36px 24px;
	}

	.deals-steps-guide__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.deals-steps-guide__item {
		max-width: none;
	}

	.deals-steps-guide__heading {
		font-size: clamp(1.75rem, 7vw, 2.2rem);
	}

	.deals-steps-guide__intro,
	.deals-steps-guide__item-text {
		font-size: 0.94rem;
	}

	.deals-steps-guide__item-title {
		font-size: 1.3rem;
	}

	.deals-steps-guide__cta-title {
		margin-bottom: 18px;
	}

	.deals-steps-guide .btn-cta-yellow {
		max-width: 100%;
	}

	.deals-trust-strip__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.deals-steps__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.deals-steps__step:nth-child(2)::after,
	.deals-steps__step:nth-child(4)::after {
		display: none;
	}
}

/* Mobile (≤ 479px) */
@media (max-width: 479px) {
	.deals-benefits__inner,
	.deals-speed__inner,
	.deals-how__inner,
	.deals-network__inner,
	.deals-steps-guide__content,
	.deals-trust-strip__inner,
	.deals-clarity__inner,
	.deals-comparison__inner,
	.deals-steps__inner {
		padding: 44px 20px;
	}

	.deals-benefits__header {
		margin-bottom: 22px;
	}

	.deals-benefits__title {
		font-size: clamp(1.45rem, 8vw, 1.8rem);
	}

	.deals-benefits__card-title {
		font-size: 1rem;
		margin-bottom: 8px;
	}

	.deals-benefits__card-text {
		font-size: 0.9rem;
		line-height: 1.6;
	}

	.deals-speed__title {
		font-size: clamp(1.45rem, 8vw, 1.8rem);
	}

	.deals-speed__intro,
	.deals-speed__copy,
	.deals-speed__speed {
		font-size: 0.9rem;
	}

	.deals-speed__card-title {
		font-size: 1.35rem;
		margin-bottom: 16px;
	}

	.deals-how__title {
		font-size: clamp(1.45rem, 8vw, 1.8rem);
	}

	.deals-how__intro,
	.deals-how__card-text {
		font-size: 0.9rem;
	}

	.deals-how__card-title {
		font-size: 1rem;
		margin-bottom: 10px;
	}

	.deals-network__title {
		font-size: clamp(1.45rem, 8vw, 1.8rem);
	}

	.deals-network__intro,
	.deals-network__card-text,
	.deals-network__list li {
		font-size: 0.9rem;
	}

	.deals-network__card-title {
		font-size: 1rem;
		margin-bottom: 10px;
	}

	.deals-steps-guide__heading {
		font-size: clamp(1.55rem, 8vw, 1.95rem);
	}

	.deals-steps-guide__intro {
		font-size: 0.9rem;
	}

	.deals-steps-guide__item-head {
		gap: 10px;
		margin-bottom: 10px;
	}

	.deals-steps-guide__number {
		font-size: 40px;
	}

	.deals-steps-guide__item-title {
		font-size: 1.12rem;
	}

	.deals-steps-guide__item-text {
		font-size: 0.9rem;
	}

	.deals-steps-guide .btn-cta-yellow {
		width: 100%;
		justify-content: flex-start;
	}

	.deals-steps-guide .btn-cta-yellow-fontContainer {
		padding: 0 22px 0 28px;
		min-width: 0;
		flex: 1 1 auto;
		justify-content: flex-start;
	}

	.deals-steps__list {
		grid-template-columns: 1fr;
	}

	.deals-steps__step::after {
		display: none;
	}
}

@media (max-width: 640px) {
	.deals-benefits__title br {
		display: none;
	}
}


/* MOBILE RESPONSIVE - What You Need To Know */
@media (max-width: 991px) {
	#div_block-1414-19 { padding: 0 24px; box-sizing: border-box; }
	#div_block-1418-19 { padding: 0; gap: 20px; }
}
@media (max-width: 767px) {
	#div_block-1414-19 { padding: 0 20px; box-sizing: border-box; }
	#div_block-1418-19 { flex-direction: column; padding: 0; gap: 16px; width: 100%; }
	#div_block-1419-19, #div_block-1428-19 { width: 100% !important; box-sizing: border-box; }
}

/* MOBILE RESPONSIVE - Provider and Network */
@media (max-width: 1100px) {
	#div_block-1447-19 { width: 100% !important; max-width: 1000px !important; margin-left: auto !important; margin-right: auto !important; box-sizing: border-box; padding: 0 24px; }
	#div_block-1448-19, #div_block-1474-19 { width: 100% !important; }
}
@media (max-width: 767px) {
	#div_block-1436-19 { padding: 40px 0; box-sizing: border-box; }
	#div_block-1447-19 { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 0 20px; box-sizing: border-box; }
	#div_block-1448-19 { flex-direction: column !important; width: 100% !important; }
	#div_block-1451-19, #div_block-1452-19 { width: 100% !important; box-sizing: border-box; }
	#div_block-1474-19 { width: 100% !important; }
}

/* MOBILE RESPONSIVE - Speed Guide */
@media (max-width: 991px) {
	#div_block-1488-19 { flex-direction: column; padding: 48px 24px; gap: 32px; }
	#div_block-1489-19 { width: 100% !important; }
	#div_block-1490-19 { width: 100% !important; display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
	#div_block-1491-19, #div_block-1511-19, #div_block-1513-19, #div_block-1515-19 { width: auto !important; }
}
@media (max-width: 767px) {
	#div_block-1488-19 { padding: 40px 20px; gap: 28px; }
}
@media (max-width: 480px) {
	#div_block-1490-19 { grid-template-columns: 1fr !important; }
}

/* MOBILE RESPONSIVE - FAQ */
@media (max-width: 1100px) {
	#div_block-1532-19 { width: 100% !important; max-width: 1000px !important; margin-left: auto !important; margin-right: auto !important; padding: 0 24px !important; box-sizing: border-box; }
}
@media (max-width: 767px) {
	#div_block-1532-19 { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 0 20px !important; box-sizing: border-box; }
}