/* ===== APEX ACROSS AMERICA V2 ===== */
/* Scoped under .apex-site to avoid theme conflicts */
.apex-site *, .apex-site ::before, .apex-site ::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.apex-site {
	font-family: 'Inter', sans-serif;
	background: var(--dark);
	color: var(--offwhite);
	overflow-x: hidden;
}

/* Hide WP default elements when on our page */
body.page-id-7 .wp-site-blocks > header,
body.page-id-7 .wp-site-blocks > footer {
	display: none !important;
}

body.page-id-7 .wp-site-blocks {
	padding: 0 !important;
}

body.page-id-7 .entry-content {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.page-id-7 .is-layout-constrained > * {
	max-width: none !important;
}

/* ===== STARS BACKGROUND ===== */
.apex-site .stars-bg {
	position: fixed;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(1px 1px at 10% 20%, rgba(255,255,255,0.15) 0%, transparent 100%), radial-gradient(1px 1px at 30% 60%, rgba(255,255,255,0.1) 0%, transparent 100%), radial-gradient(1px 1px at 50% 10%, rgba(255,255,255,0.12) 0%, transparent 100%), radial-gradient(1px 1px at 70% 40%, rgba(255,255,255,0.08) 0%, transparent 100%), radial-gradient(1px 1px at 90% 80%, rgba(255,255,255,0.1) 0%, transparent 100%);
}

/* ===== NAVIGATION ===== */
.apex-site .apex-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 0 40px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(7,11,20,0.95);
	border-bottom: 2px solid var(--red);
}

.apex-site .nav-logo-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.apex-site .nav-logo-img {
	height: 64px;
	width: 64px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid rgba(191,10,48,0.5);
	box-shadow: 0 0 20px rgba(191,10,48,0.25);
	transition: all .3s;
}

.apex-site .nav-logo-img:hover {
	border-color: var(--red-bright);
	box-shadow: 0 0 25px rgba(191,10,48,0.4);
	transform: scale(1.05);
}

.apex-site .nav-links {
	display: flex;
	gap: 28px;
	align-items: center;
}

.apex-site .nav-links a {
	color: var(--silver);
	text-decoration: none;
	font-size: .82rem;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	transition: color .3s;
}

.apex-site .nav-links a:hover {
	color: var(--white);
}

.apex-site .nav-cta {
	background: var(--red) !important;
	color: var(--white) !important;
	padding: 10px 22px;
	border-radius: 4px;
	font-weight: 600 !important;
	transition: all .3s !important;
}

.apex-site .nav-cta:hover {
	background: var(--red-dark) !important;
}

/* ===== USA STRIPE BAR ===== */
.apex-site .usa-stripe {
	height: 6px;
	background: linear-gradient(90deg,
    var(--red) 0%, var(--red) 20%,
    var(--white) 20%, var(--white) 23%,
    var(--blue) 23%, var(--blue) 40%,
    var(--white) 40%, var(--white) 43%,
    var(--red) 43%, var(--red) 60%,
    var(--white) 60%, var(--white) 63%,
    var(--blue) 63%, var(--blue) 80%,
    var(--white) 80%, var(--white) 83%,
    var(--red) 83%, var(--red) 100%);
}

/* ===== HERO ===== */
.apex-site .hero {
	position: relative;
	height: 100vh;
	min-height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}

.apex-site .hero-bg {
	position: absolute;
	background: linear-gradient(180deg, rgba(7,11,20,0.3) 0%, rgba(7,11,20,0.5) 35%, rgba(7,11,20,0.92) 100%), url('https://yt3.googleusercontent.com/XomEd9cawA2M-rLQ7QPWCYTsMoo9EsEKwQ6QTcgatxfy5Qtx5coz28CLUTn5qynEhxnuIza7KA=w2560-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj') center/cover no-repeat;
	transform: scale(1.05);
	animation: heroZoom 25s ease-in-out infinite alternate;
}

@keyframes heroZoom {
	from {
		transform: scale(1.05);
	}
	
	to {
		transform: scale(1.15);
	}
}

.apex-site .hero::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(191,10,48,0.04) 30px, rgba(191,10,48,0.04) 60px);
	pointer-events: none;
	z-index: 1;
}

.apex-site .hero-content {
	position: relative;
	z-index: 2;
	max-width: 950px;
	padding: 0 24px;
}

.apex-site .hero-logo-container {
	margin-bottom: 32px;
	animation: fadeInUp .8s ease-out;
}

.apex-site .hero-logo-img {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid rgba(191,10,48,0.5);
	box-shadow: 0 0 40px rgba(191,10,48,0.3), 0 0 80px rgba(191,10,48,0.15), 0 0 120px rgba(191,10,48,0.08), 0 10px 60px rgba(0,0,0,0.5);
	animation: logoPulseGlow 4s ease-in-out infinite alternate;
}

@keyframes logoPulseGlow {
	from {
		box-shadow: 0 0 40px rgba(191,10,48,0.3), 0 0 80px rgba(191,10,48,0.15), 0 0 120px rgba(191,10,48,0.08), 0 10px 60px rgba(0,0,0,0.5);
	}
	
	to {
		box-shadow: 0 0 50px rgba(191,10,48,0.45), 0 0 100px rgba(191,10,48,0.2), 0 0 150px rgba(191,10,48,0.12), 0 10px 60px rgba(0,0,0,0.5);
	}
}

.apex-site .hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(191,10,48,0.2);
	border: 1px solid rgba(191,10,48,0.5);
	padding: 8px 22px;
	border-radius: 50px;
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--red-bright);
	margin-bottom: 24px;
	animation: fadeInUp .8s ease-out .1s both;
}

.apex-site .hero-badge .dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--red-bright);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: .3;
	}
}

.apex-site .hero h1 {
	font-family: 'Oswald', sans-serif;
	font-size: clamp(3rem, 8vw, 7rem);
	font-weight: 700;
	text-transform: uppercase;
	line-height: .92;
	letter-spacing: -1px;
	color: var(--white);
	margin-bottom: 24px;
	animation: fadeInUp .8s ease-out .2s both;
}

.apex-site .hero h1 .usa-text {
	background: linear-gradient(135deg, var(--red-bright) 0%, #fff 50%, var(--blue) 100%);
	-webkit-background-clip: text;
	background-clip: text;
}

.apex-site .hero p {
	font-size: clamp(1rem, 2vw, 1.2rem);
	color: rgba(240,240,240,0.7);
	max-width: 600px;
	margin: 0 auto 40px;
	line-height: 1.75;
	animation: fadeInUp .8s ease-out .35s both;
}

.apex-site .hero-buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
	animation: fadeInUp .8s ease-out .5s both;
}

.apex-site .btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--red);
	color: var(--white);
	padding: 16px 36px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	font-size: .95rem;
	letter-spacing: .5px;
	transition: all .3s;
	border: none;
	cursor: pointer;
}

.apex-site .btn-primary:hover {
	background: var(--red-dark);
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(191,10,48,0.35);
}

.apex-site .btn-secondary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: transparent;
	color: var(--white);
	padding: 16px 36px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 500;
	font-size: .95rem;
	border: 1px solid rgba(255,255,255,0.25);
	transition: all .3s;
}

.apex-site .btn-secondary:hover {
	border-color: var(--white);
	background: rgba(255,255,255,0.06);
}

.apex-site .btn-blue {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--blue);
	color: var(--white);
	padding: 16px 36px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	font-size: .95rem;
	transition: all .3s;
	border: none;
	cursor: pointer;
}

.apex-site .btn-blue:hover {
	background: var(--blue-light);
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(0,40,104,0.35);
}

.apex-site .hero-stats {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 50px;
	z-index: 2;
	animation: fadeInUp .8s ease-out .65s both;
	background: rgba(7,11,20,0.6);
	padding: 20px 40px;
	border-radius: 8px;
	border: 1px solid rgba(191,10,48,0.2);
}

.apex-site .stat {
	text-align: center;
}

.apex-site .stat-number {
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	color: var(--white);
}

.apex-site .stat-number .red {
	color: var(--red-bright);
}

.apex-site .stat-label {
	font-size: .7rem;
	color: var(--silver);
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 2px;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ===== SECTIONS ===== */
.apex-site .apex-section {
	padding: 100px 40px;
	position: relative;
	z-index: 1;
}

.apex-site .section-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--red-bright);
	margin-bottom: 16px;
}

.apex-site .section-label::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 2px;
	background: var(--red);
}

.apex-site .section-title {
	font-family: 'Oswald', sans-serif;
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 700;
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 20px;
	line-height: 1.1;
}

.apex-site .section-subtitle {
	font-size: 1.05rem;
	color: var(--gray);
	max-width: 600px;
	line-height: 1.7;
}

/* ===== LOGO WATERMARK ===== */
.apex-site .logo-watermark {
	position: absolute;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	opacity: .04;
	pointer-events: none;
	z-index: 0;
	background: url('https://yt3.googleusercontent.com/AD-kpnwvPgBqJXKRT9GUeiskUnZQJV2d-KHQ6iY3ahjVoA3LMpXHMqGeFNlaifV7cPeeIpY9fg=s160-c-k-c0x00ffffff-no-rj') center/cover no-repeat;
}

.apex-site .logo-watermark.left {
	left: -120px;
	top: 50%;
	transform: translateY(-50%);
}

.apex-site .logo-watermark.right {
	right: -120px;
	top: 50%;
	transform: translateY(-50%);
}

.apex-site .logo-watermark.center {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	height: 500px;
}

.apex-site .logo-watermark.large {
	width: 600px;
	height: 600px;
	opacity: .03;
}

/* ===== LOGO DIVIDER ===== */
.apex-site .logo-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	position: relative;
	z-index: 1;
	background: var(--dark);
}

.apex-site .logo-divider::before,
.apex-site .logo-divider::after {
	content: '';
	flex: 1;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(191,10,48,0.4), transparent);
}

.apex-site .logo-divider-img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(191,10,48,0.35);
	margin: 0 24px;
	opacity: .7;
	transition: all .3s;
	box-shadow: 0 0 20px rgba(191,10,48,0.15);
}

.apex-site .logo-divider:hover .logo-divider-img {
	opacity: 1;
	border-color: var(--red-bright);
	box-shadow: 0 0 30px rgba(191,10,48,0.3);
}

/* ===== ABOUT ===== */
.apex-site .about {
	background: linear-gradient(180deg, var(--dark) 0%, var(--navy) 100%);
	overflow: hidden;
}

.apex-site .about-grid {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

.apex-site .about-visual {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.apex-site .about-img-main {
	width: 100%;
	border-radius: 8px;
	border: 2px solid rgba(191,10,48,0.3);
}

.apex-site .about-logo-badge {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid rgba(191,10,48,0.6);
	box-shadow: 0 4px 20px rgba(0,0,0,0.6), 0 0 20px rgba(191,10,48,0.2);
	z-index: 2;
}

.apex-site .about-text p {
	color: rgba(240,240,240,0.65);
	line-height: 1.8;
	margin-bottom: 16px;
	font-size: 1rem;
}

.apex-site .about-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 32px;
}

.apex-site .about-feature {
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(191,10,48,0.15);
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	transition: all .3s;
}

.apex-site .about-feature:hover {
	border-color: rgba(191,10,48,0.4);
	background: rgba(191,10,48,0.05);
}

.apex-site .about-feature .icon {
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.apex-site .about-feature h4 {
	font-family: 'Oswald', sans-serif;
	font-size: .95rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--white);
}

.apex-site .about-feature p {
	font-size: .78rem;
	color: var(--gray);
	margin-top: 4px;
}

/* ===== FEATURED VIDEOS ===== */
.apex-site .videos {
	background: var(--dark-card);
	overflow: hidden;
}

.apex-site .videos-header {
	max-width: 1200px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 20px;
}

.apex-site .videos-grid {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 24px;
}

.apex-site .video-card {
	background: var(--dark-surface);
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.04);
	transition: all .35s;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	display: block;
}

.apex-site .video-card:hover {
	transform: translateY(-6px);
	border-color: rgba(191,10,48,0.4);
	box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.apex-site .video-thumb {
	position: relative;
	aspect-ratio: 16/9;
	overflow: hidden;
	background: #111;
}

.apex-site .video-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}

.apex-site .video-card:hover .video-thumb img {
	transform: scale(1.06);
}

.apex-site .play-overlay {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.35);
	opacity: 0;
	transition: opacity .3s;
}

.apex-site .video-card:hover .play-overlay {
	opacity: 1;
}

.apex-site .play-btn-circle {
	width: 64px;
	height: 64px;
	background: var(--red);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 20px rgba(191,10,48,0.4);
	font-size: 24px;
	color: white;
}

.apex-site .video-duration {
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: rgba(0,0,0,0.88);
	color: var(--white);
	font-size: .75rem;
	font-weight: 600;
	padding: 3px 8px;
	border-radius: 3px;
}

.apex-site .video-info {
	padding: 18px 20px;
}

.apex-site .video-info h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.05rem;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 8px;
	line-height: 1.3;
	display: -webkit-box;
	overflow: hidden;
}

.apex-site .video-meta {
	display: flex;
	gap: 16px;
	font-size: .8rem;
	color: var(--gray);
}

/* ===== MERCH ===== */
.apex-site .merch {
	background: linear-gradient(135deg, var(--navy) 0%, var(--dark) 100%);
	text-align: center;
	overflow: hidden;
	position: relative;
}

.apex-site .merch-inner {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.apex-site .merch-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 48px;
}

.apex-site .merch-item {
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 12px;
	padding: 40px 24px;
	transition: all .3s;
}

.apex-site .merch-item:hover {
	border-color: rgba(191,10,48,0.3);
	background: rgba(191,10,48,0.05);
	transform: translateY(-4px);
}

.apex-site .merch-icon {
	font-size: 2.8rem;
	margin-bottom: 16px;
}

.apex-site .merch-item h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.15rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--white);
	margin-bottom: 8px;
}

.apex-site .merch-item p {
	font-size: .85rem;
	color: var(--gray);
	line-height: 1.5;
}

/* ===== TRACKS CTA ===== */
.apex-site .tracks-cta {
	background: var(--dark);
	text-align: center;
	overflow: hidden;
}

.apex-site .tracks-inner {
	position: relative;
	z-index: 1;
	max-width: 700px;
	margin: 0 auto;
}

/* ===== SUBSCRIBE CTA ===== */
.apex-site .subscribe-cta {
	background: linear-gradient(135deg, var(--red-dark) 0%, var(--navy) 100%);
	text-align: center;
	padding: 100px 40px;
	position: relative;
	overflow: hidden;
}

.apex-site .subscribe-cta::before {
	content: '';
	position: absolute;
	background: repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(255,255,255,0.015) 40px, rgba(255,255,255,0.015) 42px);
	pointer-events: none;
}

.apex-site .subscribe-inner {
	position: relative;
	z-index: 1;
	max-width: 700px;
	margin: 0 auto;
}

.apex-site .subscribe-logo {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid rgba(255,255,255,0.2);
	box-shadow: 0 0 40px rgba(191,10,48,0.3), 0 10px 40px rgba(0,0,0,0.4);
	margin-bottom: 24px;
}

.apex-site .sub-count {
	font-family: 'Teko', sans-serif;
	font-size: 5rem;
	font-weight: 700;
	color: var(--white);
	margin-bottom: 4px;
	line-height: 1;
	letter-spacing: 2px;
}

.apex-site .sub-label {
	font-size: .75rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: rgba(255,255,255,0.45);
	margin-bottom: 40px;
}

.apex-site .stars-row {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 24px;
}

.apex-site .star {
	color: var(--gold);
	font-size: 1.2rem;
}

/* ===== FOOTER ===== */
.apex-site .apex-footer {
	background: var(--dark);
	border-top: 2px solid var(--red);
	padding: 50px 40px 30px;
	position: relative;
	z-index: 1;
}

.apex-site .footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	align-items: start;
}

.apex-site .footer-brand-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.apex-site .footer-logo-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(191,10,48,0.4);
	box-shadow: 0 0 15px rgba(191,10,48,0.15);
}

.apex-site .footer-brand {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--white);
}

.apex-site .footer-brand .red {
	color: var(--red-bright);
}

.apex-site .footer-tagline {
	font-size: .82rem;
	color: var(--gray);
	line-height: 1.6;
}

.apex-site .footer-col h4 {
	font-family: 'Oswald', sans-serif;
	font-size: .85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--white);
	margin-bottom: 16px;
}

.apex-site .footer-col a {
	display: block;
	color: var(--gray);
	text-decoration: none;
	font-size: .85rem;
	padding: 4px 0;
	transition: color .3s;
}

.apex-site .footer-col a:hover {
	color: var(--red-bright);
}

.apex-site .footer-bottom {
	max-width: 1200px;
	margin: 30px auto 0;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.05);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .75rem;
	color: rgba(255,255,255,0.25);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
	.apex-site .apex-nav {
		padding: 0 20px;
	}
	
	.apex-site .nav-links {
		display: none;
	}
	
	.apex-site .apex-section {
		padding: 70px 20px;
	}
	
	.apex-site .about-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	.apex-site .hero-stats {
		gap: 24px;
		bottom: 30px;
		padding: 16px 24px;
	}
	
	.apex-site .hero-logo-img {
		width: 150px;
		height: 150px;
	}
	
	.apex-site .stat-number {
		font-size: 1.5rem;
	}
	
	.apex-site .videos-grid {
		grid-template-columns: 1fr;
	}
	
	.apex-site .merch-grid {
		grid-template-columns: 1fr;
	}
	
	.apex-site .footer-inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	
	.apex-site .footer-bottom {
		flex-direction: column;
		gap: 8px;
		text-align: center;
	}
	
	.apex-site .logo-watermark {
		display: none;
	}
	
	.apex-site .logo-divider-img {
		width: 50px;
		height: 50px;
	}
	
	.apex-site .subscribe-logo {
		width: 100px;
		height: 100px;
	}
}

/* ===== SCROLLBAR ===== */
.apex-site ::-webkit-scrollbar {
	width: 8px;
}

.apex-site ::-webkit-scrollbar-track {
	background: var(--dark);
}

.apex-site ::-webkit-scrollbar-thumb {
	background: var(--red-dark);
	border-radius: 4px;
}

.apex-site ::-webkit-scrollbar-thumb:hover {
	background: var(--red);
}