:root {
	--bg: #090909;
	--bg-soft: #131313;
	--panel: rgba(255, 255, 255, 0.05);
	--panel-strong: rgba(255, 255, 255, 0.08);
	--text: #f5f2ea;
	--muted: #b6b0a4;
	--yellow: #ffd54a;
	--orange: #ff7b2f;
	--line: rgba(255, 255, 255, 0.1);
	--success: #63e6be;
	--shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Cairo", sans-serif;
	background:
		radial-gradient(circle at top right, rgba(255, 123, 47, 0.18), transparent 28%),
		radial-gradient(circle at left top, rgba(255, 213, 74, 0.12), transparent 32%),
		linear-gradient(180deg, #050505 0%, #0d0d0d 42%, #101010 100%);
	color: var(--text);
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

.container {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	backdrop-filter: blur(18px);
	background: rgba(9, 9, 9, 0.75);
	border-bottom: 1px solid var(--line);
}

.header-shell,
.footer-shell,
.proof-shell,
.hero-grid,
.deals-layout,
.customizer-layout {
	display: grid;
	gap: 24px;
}

.header-shell {
	grid-template-columns: auto 1fr auto;
	align-items: center;
	padding: 18px 0;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.brand-mark {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--yellow), var(--orange));
	color: #111;
	font-family: "Barlow", sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
}

.site-brand strong,
.site-brand span,
.site-nav a,
.button-primary,
.button-secondary,
.header-cta,
.bundle-card a {
	transition: 180ms ease;
}

.site-brand strong {
	display: block;
	font-size: 1.05rem;
}

.site-brand span:last-child {
	display: block;
	color: var(--muted);
	font-size: 0.82rem;
}

.site-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
}

.site-nav a,
.header-cta,
.button-secondary {
	color: var(--muted);
}

.site-nav a:hover,
.header-cta:hover,
.button-secondary:hover {
	color: var(--text);
}

.header-cta,
.button-primary,
.button-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 20px;
	border-radius: 999px;
	font-weight: 700;
}

.header-cta,
.button-primary {
	background: linear-gradient(135deg, var(--yellow), var(--orange));
	color: #161616;
	box-shadow: 0 12px 30px rgba(255, 141, 58, 0.25);
}

.button-secondary {
	border: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.02);
}

.hero-section,
.logo-section,
.customizer-section,
.bundles-section,
.deals-section,
.magazine-section,
.social-proof-section,
.default-page {
	padding: 84px 0;
}

.hero-section {
	position: relative;
	overflow: clip;
	padding-top: 96px;
}

.hero-backdrop {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(100deg, rgba(0, 0, 0, 0.88) 30%, rgba(0, 0, 0, 0.48) 58%, rgba(0, 0, 0, 0.84) 100%),
		url("https://images.unsplash.com/photo-1489824904134-891ab64532f1?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
	opacity: 0.8;
}

.hero-grid {
	position: relative;
	grid-template-columns: 1.15fr 0.85fr;
	align-items: center;
}

.eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	color: var(--yellow);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.preview-copy h3,
.content-article h1 {
	margin: 0;
	font-family: "Barlow", sans-serif;
	line-height: 1;
}

.hero-copy h1 {
	max-width: 11ch;
	font-size: clamp(3rem, 6vw, 5.6rem);
}

.hero-copy p,
.section-heading p,
.panel-note p,
.preview-copy p,
.bundle-card p,
.mag-card p,
.proof-shell p,
.site-footer p,
.entry-content {
	color: var(--muted);
	line-height: 1.85;
}

.hero-actions,
.hero-points,
.mini-stats,
.brand-grid,
.bundle-grid,
.magazine-grid,
.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.hero-points {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.hero-points li {
	padding: 10px 16px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
}

.glass-card,
.customizer-panel,
.preview-panel,
.bundle-card,
.mag-card,
.deal-table,
.content-article {
	border: 1px solid var(--line);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
	backdrop-filter: blur(18px);
	border-radius: 28px;
	box-shadow: var(--shadow);
}

.glass-card {
	padding: 28px;
}

.card-label,
.bundle-tag,
.preview-label,
.mag-card span {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 213, 74, 0.12);
	color: var(--yellow);
	font-size: 0.8rem;
	font-weight: 700;
}

.comparison-strip {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 20px;
	border-radius: 22px;
	overflow: hidden;
	min-height: 190px;
	border: 1px solid var(--line);
}

.comparison-before,
.comparison-after {
	display: grid;
	place-items: center;
	font-family: "Barlow", sans-serif;
	font-size: 2rem;
	font-weight: 800;
}

.comparison-before {
	background: linear-gradient(135deg, #2f2f2f, #151515);
}

.comparison-after {
	background: linear-gradient(135deg, #f5d35f, #ff8f41);
	color: #181818;
}

.mini-stats {
	margin-top: 22px;
}

.mini-stats div {
	flex: 1 1 160px;
	padding: 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--line);
}

.mini-stats strong {
	display: block;
	font-family: "Barlow", sans-serif;
	font-size: 1.75rem;
}

.mini-stats span {
	color: var(--muted);
	font-size: 0.92rem;
}

.section-heading {
	max-width: 760px;
	margin-bottom: 30px;
}

.section-heading h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
	margin-bottom: 14px;
}

.brand-grid button {
	padding: 18px 22px;
	min-width: 140px;
	border: 1px solid var(--line);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--text);
	font-family: "Barlow", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
}

.brand-grid button:hover {
	border-color: rgba(255, 213, 74, 0.5);
	transform: translateY(-2px);
}

.customizer-grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 24px;
}

.customizer-panel,
.preview-panel,
.deal-table,
.content-article {
	padding: 26px;
}

.customizer-panel label {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
}

.customizer-panel select {
	width: 100%;
	margin-bottom: 18px;
	padding: 14px 16px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: rgba(0, 0, 0, 0.35);
	color: var(--text);
	font: inherit;
}

.color-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 22px;
}

.color-swatch {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 2px solid transparent;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
	cursor: pointer;
}

.color-swatch.is-active {
	border-color: var(--text);
}

.preview-media {
	position: relative;
	overflow: hidden;
	min-height: 320px;
	border-radius: 24px;
}

.preview-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.paint-overlay {
	position: absolute;
	inset: 0;
	background: transparent;
	mix-blend-mode: color;
	opacity: 0.74;
	pointer-events: none;
}

.preview-copy {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: end;
	margin: 22px 0;
}

.preview-copy h3 {
	font-size: clamp(1.5rem, 2vw, 2.2rem);
}

.product-suggestions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.suggestion-card {
	padding: 18px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--line);
}

.suggestion-card span {
	color: var(--yellow);
	font-size: 0.82rem;
	font-weight: 700;
}

.suggestion-card h4 {
	margin: 8px 0;
	font-size: 1.08rem;
}

.suggestion-card strong {
	display: block;
	margin-bottom: 12px;
	font-family: "Barlow", sans-serif;
}

.suggestion-card p {
	margin: 0 0 14px;
	color: var(--muted);
	line-height: 1.7;
}

.suggestion-card a {
	display: inline-flex;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 123, 47, 0.12);
	color: #ffd7c0;
}

.status-pill {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 10px 14px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--muted);
}

.status-pill[data-tone="success"] {
	border-color: rgba(99, 230, 190, 0.35);
	color: var(--success);
}

.status-pill[data-tone="error"] {
	border-color: rgba(255, 123, 47, 0.35);
	color: #ffb48a;
}

.data-source-note {
	margin: 12px 0 0;
	font-size: 0.92rem;
}

.bundle-grid,
.magazine-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bundle-card,
.mag-card {
	padding: 24px;
}

.bundle-card h3,
.mag-card h3 {
	margin: 16px 0 10px;
	font-size: 1.5rem;
	font-family: "Barlow", sans-serif;
}

.bundle-card a {
	display: inline-flex;
	margin-top: 10px;
	color: var(--text);
}

.accent-yellow {
	box-shadow: 0 20px 80px rgba(255, 213, 74, 0.12);
}

.accent-orange {
	box-shadow: 0 20px 80px rgba(255, 123, 47, 0.12);
}

.accent-silver {
	box-shadow: 0 20px 80px rgba(203, 213, 225, 0.12);
}

.deal-table {
	display: grid;
	gap: 10px;
}

.deal-row {
	display: grid;
	grid-template-columns: 1.25fr repeat(3, 1fr);
	gap: 12px;
	padding: 14px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
}

.deal-head {
	color: var(--yellow);
	font-weight: 800;
}

.proof-shell,
.footer-shell {
	grid-template-columns: 1fr auto;
	align-items: center;
}

.site-footer {
	padding: 28px 0 56px;
	border-top: 1px solid var(--line);
}

.footer-links {
	justify-content: flex-end;
}

.content-article h1 {
	margin-bottom: 18px;
	font-size: 2.4rem;
}

@media (max-width: 980px) {
	.header-shell,
	.hero-grid,
	.customizer-grid,
	.product-suggestions,
	.bundle-grid,
	.magazine-grid,
	.proof-shell,
	.footer-shell {
		grid-template-columns: 1fr;
	}

	.site-nav {
		display: none;
	}

	.preview-copy {
		flex-direction: column;
		align-items: start;
	}
}

@media (max-width: 640px) {
	.hero-section,
	.logo-section,
	.customizer-section,
	.bundles-section,
	.deals-section,
	.magazine-section,
	.social-proof-section,
	.default-page {
		padding: 68px 0;
	}

	.hero-copy h1 {
		max-width: none;
	}

	.header-shell {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.brand-grid,
	.hero-actions,
	.hero-points,
	.mini-stats,
	.footer-links {
		flex-direction: column;
	}

	.deal-row {
		grid-template-columns: 1fr;
	}
}
