/* Add here all your CSS customizations */

.buy-now-page {
	background: #f4f7fb;
}

	}
	}

/* ── Buy-now minimal (single-card) layout ─────────────────────────────── */

.buy-now-minimal {
	background: #f4f7fb;
	}

.buy-now-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 28px;
	background: #ffffff;
	border-bottom: 1px solid rgba(13, 94, 168, 0.10);
	box-shadow: 0 2px 12px rgba(7, 27, 58, 0.06);
	}

.buy-now-topbar__back {
	font-size: 0.875rem;
	font-weight: 700;
	color: #0d5ea8;
	text-decoration: none;
	letter-spacing: 0.04em;
	transition: color 0.2s;
	}

.buy-now-topbar__back:hover {
	color: #071b3a;
	text-decoration: none;
	}

.buy-now-card-wrap {
	max-width: 1160px;
	padding-top: 52px;
	padding-bottom: 52px;
	}

.buy-now-eyebrow-inner {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: #0d5ea8;
	text-transform: uppercase;
	margin-bottom: 10px;
	}

/* Order summary card inside side panel */
.buy-now-order-summary .buy-now-order-card__header {
	border-radius: 16px 16px 0 0;
	}

.buy-now-summary-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid rgba(13, 94, 168, 0.08);
	font-size: 0.9rem;
	}

.buy-now-summary-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 0 0;
	font-size: 1.05rem;
	font-weight: 700;
	color: #071b3a;
	}

@media (max-width: 767px) {
	.buy-now-topbar {
		padding: 14px 18px;
		}
	.buy-now-card-wrap {
		padding-top: 28px;
		padding-bottom: 28px;
		}
	}
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 34%),
		linear-gradient(135deg, #071b3a 0%, #0d3b78 52%, #15a0b8 100%);
	}

.buy-now-eyebrow {
	display: inline-block;
	margin-bottom: 18px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	}

.buy-now-hero h1 {
	font-size: 3.6rem;
	max-width: 680px;
	}

.buy-now-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	}

.buy-now-metric {
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	background: rgba(9, 24, 52, 0.18);
	backdrop-filter: blur(12px);
	}

.buy-now-metric strong,
.buy-now-metric span {
	display: block;
	color: #ffffff;
	}

.buy-now-metric strong {
	font-size: 1.05rem;
	margin-bottom: 6px;
	}

.buy-now-metric span {
	opacity: 0.78;
	line-height: 1.6;
	}

.buy-now-order-card,
.buy-now-form-shell,
.buy-now-side-panel,
.buy-now-step-card,
.buy-now-device-card {
	border-radius: 26px;
	box-shadow: 0 30px 80px rgba(10, 35, 66, 0.12);
	}

.buy-now-order-card {
	padding: 34px;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(18px);
	}

.buy-now-order-card__header {
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid rgba(7, 27, 58, 0.1);
	}

.buy-now-order-card__header span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #0d5ea8;
	text-transform: uppercase;
	}

.buy-now-order-card__header h2 {
	margin: 0;
	font-size: 4rem;
	font-weight: 800;
	line-height: 1;
	color: #071b3a;
	}

.buy-now-order-card__header p,
.buy-now-note {
	color: #5c6a7d;
	line-height: 1.7;
	}

.buy-now-checklist li {
	margin-bottom: 14px;
	color: #24364d;
	}

.buy-now-summary-item,
.buy-now-summary-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 0;
	}

.buy-now-summary-item {
	border-top: 1px solid rgba(7, 27, 58, 0.08);
	color: #425167;
	}

.buy-now-summary-total {
	margin-top: 4px;
	padding-top: 20px;
	border-top: 2px solid rgba(13, 94, 168, 0.14);
	font-size: 1.1rem;
	font-weight: 700;
	color: #071b3a;
	}

.buy-now-hero-shape {
	position: absolute;
	border-radius: 50%;
	filter: blur(4px);
	}

.buy-now-hero-shape-1 {
	width: 260px;
	height: 260px;
	left: -90px;
	bottom: 120px;
	background: rgba(255, 255, 255, 0.08);
	}

.buy-now-hero-shape-2 {
	width: 360px;
	height: 360px;
	right: -120px;
	top: 120px;
	background: rgba(21, 160, 184, 0.2);
	}

.buy-now-device-card {
	padding: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
	}

.buy-now-device-card img {
	width: 100%;
	display: block;
	}

.buy-now-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	}

.buy-now-feature-box {
	display: flex;
	gap: 16px;
	padding: 20px;
	border-radius: 20px;
	background: #ffffff;
	border: 1px solid rgba(13, 94, 168, 0.08);
	}

.buy-now-feature-box i {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: #eaf4ff;
	color: #0d5ea8;
	font-size: 1.1rem;
	}

.buy-now-feature-box h4 {
	margin: 0 0 6px;
	font-size: 1rem;
	font-weight: 700;
	color: #071b3a;
	}

.buy-now-feature-box p {
	margin: 0;
	color: #5c6a7d;
	line-height: 1.7;
	}

.buy-now-step-card {
	height: 100%;
	padding: 28px;
	background: #ffffff;
	border: 1px solid rgba(13, 94, 168, 0.08);
	}

.buy-now-step-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 20px;
	border-radius: 18px;
	background: linear-gradient(135deg, #0d5ea8 0%, #15a0b8 100%);
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 700;
	}

.buy-now-step-card h3 {
	font-size: 1.35rem;
	font-weight: 700;
	color: #071b3a;
	}

.buy-now-step-card p {
	margin: 0;
	color: #5c6a7d;
	line-height: 1.8;
	}

.buy-now-form-shell {
	padding: 34px;
	background: #ffffff;
	}

.buy-now-form-shell .form-control-lg,
.buy-now-form-shell .form-control {
	min-height: 56px;
	border: 1px solid #d7e2ef;
	border-radius: 16px;
	padding-left: 18px;
	padding-right: 18px;
	box-shadow: none;
	}

.buy-now-form-shell textarea.form-control {
	min-height: 160px;
	padding-top: 16px;
	}

.buy-now-form-shell .form-control:focus {
	border-color: #0d5ea8;
	box-shadow: 0 0 0 0.2rem rgba(13, 94, 168, 0.12);
	}

.buy-now-side-panel {
	padding: 28px;
	background: #ffffff;
	}

.buy-now-faq-panel .toggle {
	margin-bottom: 0;
	}

.buy-now-faq-panel .toggle-title {
	font-weight: 700;
	}

.buy-now-success-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: linear-gradient(135deg, #0d5ea8 0%, #15a0b8 100%);
	color: #ffffff;
	font-size: 2.6rem;
	}

@media (max-width: 991px) {
	.buy-now-hero h1 {
		font-size: 2.8rem;
	}

	.buy-now-feature-grid {
		grid-template-columns: 1fr;
	}

	.buy-now-order-card,
	.buy-now-form-shell,
	.buy-now-side-panel,
	.buy-now-step-card,
	.buy-now-device-card {
		border-radius: 22px;
	}
	}

@media (max-width: 767px) {
	.buy-now-hero {
		padding-top: 40px;
	}

	.buy-now-hero h1 {
		font-size: 2.2rem;
	}

	.buy-now-order-card__header h2 {
		font-size: 3rem;
	}

	.buy-now-order-card,
	.buy-now-form-shell,
	.buy-now-side-panel,
	.buy-now-step-card,
	.buy-now-device-card {
		padding: 24px;
	}

	.buy-now-hero-actions .btn {
		width: 100%;
		margin-right: 0;
	}
	}
