*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	--yellow: #F5C918;
	--yellow-hover: #e0b800;
	--blue-light: #d6e4f5;
	--blue-card: #c8d9ee;
	--blue-border: #a8c4e0;
	--text: #1a1a1a;
	--text-muted: #555;
	--border: #d0d0d0;
	--green: #22c55e;
	--white: #ffffff;
}

/* ─────────── GLOBAL ─────────── */
.or-page {
	font-family: 'Manrope', sans-serif;
	background: #fff;
	color: var(--text);
	font-size: 15px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

/* ─────────── HEADER ─────────── */
.or-page .or-header {
	padding: 14px 28px;
}

.header-container {
	max-width: 1260px;
	margin: 0 auto;
	padding: 20px 0;
}

.or-page .or-logo {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.5px;
	color: var(--text);
	font-style: italic;
	line-height: 1;
}

.or-page .or-logo em {
	font-style: normal;
	font-weight: 800;
}

/* Curly R hack */
.or-page .or-logo .curly-r {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: 900;
}

.or-page .or-hero {
	background: var(--blue-light);
	text-align: center;
	padding: 20px 24px 18px;
	margin: 0 auto;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

.or-page .or-hero__title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: #333131;
    margin-bottom: 8px;
}

.or-page .or-hero__sub {
    font-size: 20px;
    color: #333131;
    margin: 0 auto;
}

.or-page .container {
	width: 100%;
	max-width: 1013px;
	margin: 0 auto;
	padding: 0 20px;
}

.or-page .or-wrap {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0;
}

.or-wrap.containerwrap {
	max-width: 1120px;
	margin-bottom: 40px;
	margin-top: 20px;
}

/* ─────────── VIDEO ─────────── */
.or-page .or-video-box {
	width: 100%;
	aspect-ratio: 16/9;
	background: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-top: 16px;
	background-image: url('https://assets.checkoutchamp.com/781899d3-18c1-43e6-8de0-978ae97205ca/1781166904886_video_place_holder.webp');
background-size: cover;
background-position: center;
}

.or-page .or-video-box .video {
	width: 100%;
	height: 100%;
	display: none;
	object-fit: contain;
}

.or-page .or-play-btn {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 3.5px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.08);
	transition: transform 0.2s, background 0.2s;
	flex-shrink: 0;
}

.or-page .or-video-box:hover .or-play-btn {
	transform: scale(1.07);
	background: rgba(255, 255, 255, 0.18);
}

.or-page .or-play-btn svg {
	fill: white;
	width: 26px;
	height: 26px;
	margin-left: 5px;
}

/* ─────────── WATCHING BADGE ─────────── */
.or-page .or-watching {
	display: flex;
	justify-content: center;
	margin: 14px 0 0;
}

.or-page .or-watching__pill {
	background: var(--yellow);
	color: #333131;
	font-weight: 700;
	font-size: 24px;
	padding: 8px 20px;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 23px 0;
}

/* ─────────── PACK SELECTOR ─────────── */
.or-page .or-packs {
	display: flex;
	gap: 10px;
	margin-top: 22px;
	align-items: stretch;
}

.or-page .or-pack {
	flex: 1;
	border: 2px solid #4b70a663;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	background: var(--blue-light);
	position: relative;
	user-select: none;
	transition: border-color 0.15s, background 0.15s, box-shadow 0.1s;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 12px;
	background: radial-gradient(#E6F0FF 38%, #B2C5E0 83%);
}

.or-page .or-pack.is-active {
	border-color: #F1D223;
	background: radial-gradient(#FFF084 38%, #F4DC31 83%);
	box-shadow: 0 4px 4px 0px #0000005c;
}

/* Top header area of each card */
.or-page .or-pack__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1px;
}

.or-page .or-pack__label {
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #1212128f;
	line-height: 1;
	width: 100%;
	background: #fff;
	padding: 5px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-bottom: 8px;
}

/* "MOST POPULAR!" shown as inline text in blue, not a badge */
.or-page .or-pack__popular-text {
	color: #3a7bbf;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1;
	width: 100%;
	background: #fff;
	padding: 5px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-bottom: 8px;
}

.or-page .or-pack__title {
	font-size: 26px;
	font-weight: 900;
	line-height: 1.1;
	color: #121212ad;
}

/* Image area — fills middle of card */
.or-page .or-pack__img-wrap {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.or-page .or-pack__img {
	width: 100%;
	max-width: 240px;
	height: auto;
	object-fit: contain;
	display: block;
}

.or-page .or-pack__img-placeholder {
	width: 100%;
	max-width: 120px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.or-page .or-pack__saving {
	font-size: 24px;
	font-weight: 700;
	color: #333131;
	padding: 0 0 3px;
	line-height: 1.3;
}

/* ─────────── FLAVOR ─────────── */
.or-page .or-flavor {
	margin-top: 20px;
}

.or-page .or-flavor__label {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #121212b3;
}

.or-page .or-flavor__btns {
	display: flex;
	gap: 10px;
}

.or-page .or-flavor__btn {
	flex: 1;
	border: 2px solid #232323;
	background: #fff;
	border-radius: 8px;
	padding: 11px 8px;
	font-family: 'Manrope', sans-serif;
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
	transition: border-color 0.15s, background 0.15s;
	color: #121212b3;
	text-align: center;
}

.or-page .or-flavor__btn.is-active {
	border-color: #2875F8;
	background: #9AC2FF;
	color: #121212b3;
}


.or-page .or-options {
	margin-top: 22px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.or-page .or-option {
	border: 2px solid var(--border);
	border-radius: 12px;
	padding: 13px 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 12px;
	transition: border-color 0.15s, background 0.15s;
	background: #fff;
}

.or-page .or-option.is-active {
	border-color: #c8a800;
	background: #fff;
}

.or-page .or-option__radio {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #ccc;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.15s;
	margin-top: 2px;
}

.or-page .or-option.is-active .or-option__radio {
	border-color: var(--yellow);
}

.or-page .or-option__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--yellow);
	display: none;
}

.or-page .or-option.is-active .or-option__dot {
	display: block;
}

/* Inner layout: left info block + right perks block side by side */
.or-page .or-option__body {
	flex: 1;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	min-width: 0;
	justify-content: space-between;
}

.or-page .or-option__left {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 293px;
	flex-shrink: 0;
}

.or-page .or-option__title {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	color: #333131;
}

.or-page .or-option__price {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 20px;
	font-weight: 700;
}

.or-page .or-option__strike {
	text-decoration: line-through;
	color: #999;
	font-weight: 500;
}

/* Perks sit to the right in 2 columns */
.or-page .or-option__perks {
	display: flex;
	flex-wrap: wrap;
	gap: 1px 0;
	flex: 1;
	min-width: 0;
}

.or-page .or-option__perk {
	font-size: 16px;
	color: #464358;
	font-weight: 500;
	width: 50%;
	display: flex;
	align-items: center;
	gap: 4px;
	line-height: 1.45;
	padding-right: 4px;
	margin-bottom: 2px;
}

.or-page .or-option__perk::before {
	content: "✓";
	color: var(--text);
	font-weight: 800;
	flex-shrink: 0;
	font-size: 11px;
	margin-top: 1px;
}

/* ─────────── TOTAL + CTA ─────────── */
.or-page .or-total {
	font-size: 34px;
	font-weight: 900;
	margin: 18px 0 12px;
	letter-spacing: -1px;
}

.or-page .or-cta {
	width: 100%;
	background: #F4DC31;
	color: #333131;
	border: none;
	border-radius: 10px;
	padding: 16px 24px;
	font-family: 'Manrope', sans-serif;
	font-size: 24px;
	font-weight: 800;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: background 0.15s, color 0.1s;
	letter-spacing: 0.2px;
	position: relative;
}

.or-page .or-cta:hover {
	background: #1b3854;
    color: #fff;
}

.or-page .or-cta:active {
	transform: scale(0.99);
}

.or-page .or-cta svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	position: absolute;
	right: 17px;
}

/* ─────────── STOCK ─────────── */
.or-page .or-stock {
	text-align: center;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
}

.or-page .or-stock__live {
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 800;
	font-size: 20px;
	color: #464358;
}

.or-page .or-stock__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--green);
	display: inline-block;
	flex-shrink: 0;
}

.or-page .or-stock__note {
	font-size: 18px;
	color: #464358;
}

.or-page .or-payment {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 0;
	flex-wrap: wrap;
}

.or-page .or-payment__secure {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #444;
}

.or-page .or-payment__icons {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
	justify-content: center;
}

.or-page .or-card {
	height: 24px;
	min-width: 38px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 2px 5px;
	background: #fff;
	font-size: 9.5px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1a1a1a;
}

.or-page .or-card--visa {
	color: #1a1f71;
	font-size: 11px;
	letter-spacing: -0.5px;
	font-style: italic;
}

.or-page .or-card--mc {
	position: relative;
	width: 40px;
	overflow: visible;
}

.or-page .or-card--mc .mc-l {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #eb001b;
	position: absolute;
	left: 6px;
}

.or-page .or-card--mc .mc-r {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #f79e1b;
	position: absolute;
	right: 6px;
	opacity: 0.95;
}

.or-page .or-card--amex {
	color: #006FCF;
}

.or-page .or-card--discover {
	color: #f76f20;
	font-size: 8px;
}

.or-page .or-card--jcb {
	background: #003087;
	color: #fff;
}

.or-page .or-card--diners {
	font-size: 8px;
	color: #555;
}

.or-page .or-card--gpay {
	font-size: 9px;
	letter-spacing: -0.3px;
}

/* ─────────── DIVIDER ─────────── */
.or-page .or-divider {
	border: none;
	border-top: 1px solid #e5e5e5;
	margin: 28px 0 0;
}

/* ─────────── TRUST BADGES ─────────── */
.or-page .or-trust {
	margin: 0 auto;
	padding: 50px 0;
}

.or-page .or-trust__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.or-page .or-trust__badge {
	display: flex;
	align-items: center;
	gap: 6px;
	border: 1.5px solid #DFDFDF;
	border-radius: 50px;
	padding: 5px 15px;
	font-size: 15px;
	font-weight: 700;
	color: #474646;
	background: #fff;
	width: 22%;
}

.or-page .or-trust__badge img {
	width: 100%;
	max-width: 39px;
}

/* ─────────── FEATURED ─────────── */
.or-page .or-featured {
	background: var(--blue-light);
	margin-top: 28px;
	padding: 32px 20px 0px;
	text-align: center;
}

.or-page .or-featured__title {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 24px;
	color: #333131;
}

.or-page .or-media.ftlogo img {
	max-width: 127px;
}

.or-page .or-featured__logos {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.or-page .or-media {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.or-page .or-media__name {
	font-size: 15px;
	font-weight: 800;
	color: var(--text);
}

/* NBC Peacock SVG */
.or-page .or-nbc-peacock {
	width: 38px;
	height: 38px;
}

/* CBS eye */
.or-page .or-cbs-logo {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 22px;
	font-weight: 900;
}

.or-page .or-cbs-eye {
	width: 26px;
	height: 26px;
}

.or-page .or-abc-logo {
	width: 120px;
	height: auto;
	background: transparent;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 19px;
	font-weight: 900;
	font-style: italic;
}

/* ─────────── FOOTER ─────────── */
.or-page .or-footer {
	background: var(--blue-light);
	padding: 0px 20px 32px;
	text-align: center;
}

.or-page .or-footer__logo {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -1px;
	font-style: italic;
	margin-bottom: 6px;
	display: inline-block;
}

.or-page .or-footer__tagline {
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	vertical-align: middle;
	margin-left: 4px;
}

.or-page .or-footer__contact {
	font-size: 15px;
	color: #333131;
	margin-bottom: 16px;
	margin-top: 15px;
}

.or-page .or-footer__contact a {
	color: #333131;
	text-decoration: none;
}

.or-page .or-footer__disclaimer {
	font-size: 15px;
	color: #333131;
	line-height: 1.65;
	max-width: 600px;
	margin: 0 auto 17px;
}

.or-page .or-footer__copy {
	font-size: 15px;
	color: #333131;
	margin-bottom: 30px;
}

.or-page .or-footer__links {
	display: flex;
	gap: 14px;
	justify-content: center;
}

.or-page .or-footer__links a {
	font-size: 15px;
	color: #333131;
	text-decoration: underline;
}

@media (max-width: 1160px) {
    .header-container {
		max-width: 95%;
	}
	.or-wrap.containerwrap {
		max-width: 88%;
	}
	.or-page .or-hero__title {
		font-size: 30px;
	}
	.or-page .or-hero__sub {
		font-size: 17px;
	}
	.or-page .container {
		max-width: 90%;
		padding: 0 10px;
	}
	.or-page .or-watching__pill {
		font-size: 20px;
	}
	.or-page .or-pack__popular-text {
		font-size: 20px;
	}
	.or-page .or-pack__label {
		font-size: 20px;
	}
	.or-page .or-pack__title {
		font-size: 20px;
	}
	.or-page .or-pack__saving {
		font-size: 20px;
	}
	.or-page .or-pack__img {
		max-width: 220px;
	}
	.or-page .or-flavor__label {
		font-size: 20px;
	}
	.or-page .or-flavor__btn {
		font-size: 20px;
	}
	.or-page .or-option__title {
		font-size: 20px;
	}
	.or-page .or-option__perk {
		font-size: 14px;
	}
	.or-page .or-option__price {
		gap: 5px;
		font-size: 17px;
	}
	.or-page .or-total {
		font-size: 25px;
	}
	.or-page .or-cta {
		font-size: 20px;
	}
	.or-page .or-stock__live {
		font-size: 18px;
	}
	.or-page .or-featured__title {
		font-size: 30px;
	}
	.or-page .or-media.ftlogo img {
		max-width: 100px;
	}
	.or-page .or-abc-logo {
		width: 100px;
	}
}

@media (max-width: 900px) {
    .or-page .or-trust__badge {
		width: 31%;
	}
	.or-page .or-option__left {
		min-width: 235px;
	}
}

@media (max-width: 767px) {
    .or-logo {
		text-align: center;
	}
	.header-container {
        max-width: 95%;
        padding: 10px 0;
    }
	.or-page .or-header {
		padding-bottom: 0;
	}
	.or-page .or-hero__title {
        font-size: 24px;
    }
	.or-page .or-hero__sub {
        font-size: 15px;
    }
	.header-container {
		max-width: 98%;
	}
	.or-wrap.containerwrap {
		max-width: 95%;
	}
	.or-page .container {
        max-width: 96%;
        padding: 0 10px;
    }
	.or-page .or-watching__pill {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
	.or-page .or-hero {
		border-radius: 0;
		margin: 0;
	}

	.or-page .or-pack__title {
		font-size: 14px;
	}

	.or-page .or-pack__img {
		height: 60px;
		max-width: 90px;
	}

	.or-page .or-pack__img-placeholder {
		height: 60px;
		max-width: 90px;
	}

	.or-page .or-pack__saving {
		font-size: 10.5px;
	}

	.or-page .or-pack__label {
		font-size: 9.5px;
	}

	.or-page .or-pack__popular-text {
		font-size: 9.5px;
	}

	/* On mobile, subscribe option stacks vertically */
	.or-page .or-option__body {
		flex-direction: column;
		gap: 6px;
	}

	.or-page .or-option__left {
		min-width: unset;
	}

	.or-page .or-option__perk {
		width: 50%;
	}

	.or-page .or-trust__badge {
		font-size: 12px;
		padding: 8px 13px;
	}

	.or-page .or-featured__logos {
		gap: 24px;
	}
}

@media (max-width: 420px) {
	.or-page .or-packs {
		gap: 6px;
	}

	.or-page .or-cta {
		font-size: 15px;
		padding: 14px 16px;
	}

	.or-page .or-option__perk {
		width: 100%;
	}
}

/* ─────────── MOBILE (≤ 480px) ─────────── */
@media (max-width: 480px) {

	/* Header */
	.or-page .or-header {
		padding: 10px 16px 0;
	}

	.header-container {
		padding: 8px 0;
		text-align: center;
	}

	.or-page .or-logo img {
        max-height: max-content;
        width: auto;
    }

	    .or-page .or-hero {
        margin: 0;
        padding: 14px 16px 12px;
        border-radius: 15px;
    }

	    .or-page .or-hero__title {
        font-size: 24px;
        font-weight: 800;
        line-height: 28px;
        margin-bottom: 6px;
    }

	.or-page .or-hero__sub {
		font-size: 13px;
		line-height: 1.5;
	}

	.or-wrap.containerwrap {
        max-width: 98%;
        margin-bottom: 20px;
        margin-top: 13px;
        padding: 0 10px;
    }

	.videosection {
		padding: 0;
	}

	.or-page .container {
		max-width: 100%;
		padding: 0 14px;
	}

	.or-page .or-video-box {
		margin-top: 0;
		border-radius: 0;
	}

	.or-page .or-play-btn {
		width: 58px;
		height: 58px;
	}

	.or-page .or-play-btn svg {
		width: 22px;
		height: 22px;
	}

	/* Watching pill */
	.or-page .or-watching {
		margin: 10px 0 0;
	}

	.or-page .or-watching__pill {
        font-size: 16px;
        padding: 5px 16px;
        margin: 17px 0;
    }

	/* VSL info section */
	.vslinfosection .or-wrap {
		padding: 0;
	}

	/* Pack selector */
	.or-page .or-packs {
		gap: 6px;
		margin-top: 14px;
	}

	.or-page .or-pack {
		border-radius: 12px;
		padding: 8px 6px;
	}

	    .or-page .or-pack__label, .or-page .or-pack__popular-text {
        font-size: 14px;
        padding: 4px 4px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-bottom: 5px;
    }

	.or-page .or-pack__title {
        font-size: 15px;
        font-weight: 900;
    }

	    .or-page .or-pack__img {
        width: 100%;
        max-width: 105px;
        height: auto;
        object-fit: contain;
    }

	    .or-page .or-pack__saving {
        font-size: 10px;
        font-weight: 700;
        line-height: 1.3;
    }

	.or-page .or-flavor {
		margin-top: 16px;
	}

	.or-page .or-flavor__label {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 8px;
    }

	.or-page .or-flavor__btns {
		gap: 8px;
	}

	.or-page .or-flavor__btn {
        font-size: 15px;
        padding: 10px 8px;
        border-radius: 8px;
    }

	/* Purchase options */
	.or-page .or-options {
		margin-top: 14px;
		gap: 10px;
	}

	    .or-page .or-option {
        padding: 12px 14px;
        gap: 10px;
        border-radius: 10px;
        align-items: flex-start;
    }

	.or-page .or-option__body {
		flex-direction: column;
		gap: 6px;
	}

	.or-page .or-option__left {
		min-width: unset;
		width: 100%;
	}

	.or-page .or-option__title {
        font-size: 20px;
        font-weight: 800;
    }

	.or-page .or-option__price {
        font-size: 20px;
        gap: 5px;
    }

	.or-page .or-option__perks {
		gap: 2px 0;
		width: 100%;
	}

	.or-page .or-option__perk {
        font-size: 15px;
        width: 100%;
        line-height: 1.5;
    }

	.or-page .or-total {
        font-size: 32px;
        font-weight: 900;
        margin: 14px 0 10px;
        text-align: center;
    }

	.or-page .or-cta {
        font-size: 24px;
        font-weight: 800;
        padding: 15px 16px;
        border-radius: 10px;
    }

	    .or-page .or-cta svg {
        width: 21px;
        height: 21px;
    }

	.or-page .or-option__radio {
		position: relative;
		top: 15px;
	}
	.or-page .or-stock {
		margin-top: 8px;
		gap: 4px;
	}

	.or-page .or-stock__live {
        font-size: 16px;
        font-weight: 700;
    }

	.or-page .or-stock__note {
        font-size: 13px;
        text-align: center;
        padding: 0 4px;
    }

	/* Payment row */
	.or-page .or-payment {
		flex-direction: column;
		gap: 8px;
		margin-top: 12px;
		padding-top: 12px;
	}

	    .or-page .or-payment__secure img {
        max-width: 150px;
    }

	.or-page .or-payment__icons img {
        max-width: 290px;
    }

	/* Divider */
	.or-page .or-divider {
		margin: 20px 0 0;
	}

	/* Trust badges — stagger left/right with connector lines */
	.or-page .or-trust {
		padding: 24px 0;
		overflow: hidden;
	}

	.or-page .or-trust__row {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		position: relative;
	}

	.or-page .or-trust__badge {
		position: relative;
		width: 68%;
		font-size: 12px;
		font-weight: 700;
		padding: 10px 14px;
		border-radius: 50px;
		margin: 8px 0;
		z-index: 1;
		line-height: 1.3;
	}

	/* Odd badges (1st, 3rd, 5th, 7th) — left aligned */
	.or-page .or-trust__badge:nth-child(odd) {
		align-self: flex-start;
		margin-left: 14px;
	}

	/* Even badges (2nd, 4th, 6th) — right aligned */
	.or-page .or-trust__badge:nth-child(even) {
		align-self: flex-end;
		margin-right: 14px;
	}

	/* Connector line extending RIGHT from odd badges */
	.or-page .or-trust__badge:nth-child(odd)::after {
		content: '';
		position: absolute;
		top: 50%;
		right: -40%;
		width: 40%;
		height: 2px;
		background: #c8d6e8;
		transform: translateY(-50%);
		z-index: 0;
	}

	/* Connector line extending LEFT from even badges */
	.or-page .or-trust__badge:nth-child(even)::before {
		content: '';
		position: absolute;
		top: 50%;
		left: -40%;
		width: 40%;
		height: 2px;
		background: #c8d6e8;
		transform: translateY(-50%);
		z-index: 0;
	}

	.or-page .or-trust__badge img {
		max-width: 32px;
		flex-shrink: 0;
	}

	/* Featured section */
	.or-page .or-featured {
		margin-top: 0;
		padding: 24px 16px 0;
	}

	    .or-page .or-featured__title {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 18px;
    }

	.or-page .or-featured__logos {
		gap: 20px;
		margin-bottom: 20px;
	}

	.or-page .or-media.ftlogo img {
		max-width: 72px;
	}

	.or-page .or-abc-logo {
		width: 72px;
	}

	.or-page .or-abc-logo img {
		width: 100%;
	}
        .or-page .or-footer img {
        max-width: 200px;
    }
	/* Footer */
	.or-page .or-footer {
		padding: 0 16px 28px;
	}



	.or-page .or-footer__contact {
		font-size: 13px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.or-page .or-footer__disclaimer {
		font-size: 12px;
		line-height: 1.6;
		margin-bottom: 10px;
	}

	.or-page .or-footer__copy {
		font-size: 12px;
		margin-bottom: 16px;
	}

	.or-page .or-footer__links {
		gap: 10px;
	}

	.or-page .or-footer__links a {
		font-size: 12px;
	}
}