/*
Theme Name: Hustle & Hype Media
Theme URI: https://hustlehypemedia.com
Author: Hustle & Hype Media
Description: Custom one-page WordPress theme for nightlife, billiards, gaming, and entertainment venue marketing.
Version: 1.0.1
Requires at least: 6.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hustle-hype-media
*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	--cyan: #00f0ff;
	--lime: #7cff3b;
	--black: #0b0f12;
	--gun: #1a1f24;
	--panel: #0c1015;
	--glass: rgba(255, 255, 255, 0.03);
	--line: rgba(0, 240, 255, 0.12);
	--muted: rgba(255, 255, 255, 0.48);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--black);
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	overflow-x: hidden;
}

body::-webkit-scrollbar {
	width: 3px;
}

body::-webkit-scrollbar-track {
	background: var(--black);
}

body::-webkit-scrollbar-thumb {
	background: var(--cyan);
}

a {
	color: inherit;
}

.site-nav {
	align-items: center;
	backdrop-filter: blur(18px);
	background: rgba(11, 15, 18, 0.92);
	border-bottom: 1px solid rgba(0, 240, 255, 0.07);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	left: 0;
	padding: 1rem 2.5rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.nav-l {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 0.75rem;
	text-decoration: none;
}

.nav-logo-img {
	filter: drop-shadow(0 0 8px rgba(0, 240, 255, 0.8));
	height: 44px;
	object-fit: contain;
	width: 44px;
}

.nav-wm {
	color: var(--cyan);
	font-family: Orbitron, sans-serif;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.15;
}

.nav-wm small {
	color: var(--lime);
	display: block;
	font-size: 0.46rem;
	font-weight: 700;
	letter-spacing: 0.22em;
}

.nav-links {
	display: flex;
	gap: 2rem;
	list-style: none;
}

.nav-links a {
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.25s ease;
	white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus {
	color: var(--cyan);
}

.nav-cta,
.bp2,
.bs2 {
	cursor: pointer;
	font-family: Montserrat, Arial, sans-serif;
	text-transform: uppercase;
	transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.nav-cta {
	background: transparent;
	border: 1px solid var(--cyan);
	color: var(--cyan);
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	padding: 0.5rem 1.1rem;
}

.nav-cta:hover,
.nav-cta:focus {
	background: var(--cyan);
	box-shadow: 0 0 22px rgba(0, 240, 255, 0.4);
	color: var(--black);
}

section {
	padding: 5rem 2rem;
}

.si {
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
}

.hero {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	overflow: hidden;
	padding: 7rem 2rem 4rem;
	position: relative;
	text-align: center;
}

.h-grid {
	animation: hhmGridPulse 5s ease-in-out infinite;
	background-image: linear-gradient(rgba(0, 240, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 240, 255, 0.03) 1px, transparent 1px);
	background-size: 52px 52px;
	inset: 0;
	position: absolute;
}

.o1,
.o2 {
	border-radius: 50%;
	pointer-events: none;
	position: absolute;
}

.o1 {
	animation: hhmCoreGlow 4s ease-in-out infinite;
	background: radial-gradient(circle, rgba(0, 240, 255, 0.08) 0%, transparent 65%);
	height: 700px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
}

.o2 {
	animation: hhmSideGlow 6s 1s ease-in-out infinite;
	background: radial-gradient(circle, rgba(124, 255, 59, 0.06) 0%, transparent 70%);
	height: 320px;
	right: 4%;
	top: 12%;
	width: 320px;
}

.ptcl {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
}

.badge {
	align-items: center;
	animation: hhmFadeUp 1s 0.1s both;
	border: 1px solid rgba(124, 255, 59, 0.33);
	color: var(--lime);
	display: inline-flex;
	font-size: 0.56rem;
	font-weight: 700;
	gap: 0.4rem;
	letter-spacing: 0.25em;
	margin-bottom: 1.3rem;
	padding: 0.27rem 0.7rem;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.bdot {
	animation: hhmBadgePulse 1.2s ease-in-out infinite;
	background: var(--lime);
	border-radius: 50%;
	height: 5px;
	width: 5px;
}

.logo-wrap {
	animation: hhmLogoReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
	margin-bottom: 1.6rem;
	position: relative;
	z-index: 2;
}

.main-logo-img {
	animation: hhmLogoGlow 3.5s ease-in-out infinite;
	filter: drop-shadow(0 0 30px rgba(0, 240, 255, 0.8)) drop-shadow(0 0 80px rgba(0, 240, 255, 0.35)) drop-shadow(0 0 15px rgba(124, 255, 59, 0.6));
	height: auto;
	max-width: min(280px, 70vw);
	object-fit: contain;
	width: 280px;
}

.eyebrow {
	animation: hhmFadeUp 1s 0.25s both;
	color: rgba(255, 255, 255, 0.42);
	font-family: Orbitron, sans-serif;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	margin-bottom: 1.1rem;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.h1 {
	animation: hhmFadeUp 1s 0.4s both;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 5.6rem;
	line-height: 0.87;
	margin-bottom: 1.3rem;
	position: relative;
	z-index: 2;
}

.h1 span {
	display: block;
}

.h1 .l2,
.stitle span,
.mhero,
.mmini {
	color: var(--cyan);
	text-shadow: 0 0 34px rgba(0, 240, 255, 0.45);
}

.h1 .ac,
.green {
	color: var(--lime) !important;
}

.hero-sub {
	animation: hhmFadeUp 1s 0.55s both;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.82rem;
	line-height: 1.95;
	margin: 0 auto 1.5rem;
	max-width: 580px;
	position: relative;
	z-index: 2;
}

.hero-philosophy {
	animation: hhmFadeUp 1s 0.65s both;
	border-left: 3px solid var(--cyan);
	color: rgba(255, 255, 255, 0.68);
	display: inline-block;
	font-size: 0.78rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0 auto 2rem;
	padding: 0.5rem 1rem;
	position: relative;
	z-index: 2;
}

.hero-philosophy strong {
	color: var(--cyan);
	font-style: normal;
}

.ctas {
	animation: hhmFadeUp 1s 0.7s both;
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	justify-content: center;
	margin-bottom: 3.2rem;
	position: relative;
	z-index: 2;
}

.bp2,
.bs2 {
	clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	padding: 0.85rem 1.85rem;
}

.bp2 {
	background: var(--cyan);
	border: 0;
	color: var(--black);
}

.bp2:hover,
.bp2:focus {
	background: var(--lime);
	box-shadow: 0 0 35px rgba(124, 255, 59, 0.45);
	transform: translateY(-2px);
}

.bs2 {
	background: transparent;
	border: 1px solid rgba(0, 240, 255, 0.35);
	color: var(--cyan);
}

.bs2:hover,
.bs2:focus {
	background: rgba(0, 240, 255, 0.07);
	border-color: var(--cyan);
	box-shadow: 0 0 20px rgba(0, 240, 255, 0.2);
	transform: translateY(-2px);
}

.mbar {
	animation: hhmFadeUp 1s 0.9s both;
	background: rgba(0, 240, 255, 0.02);
	border: 1px solid rgba(0, 240, 255, 0.1);
	display: flex;
	max-width: 800px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.mi2 {
	border-right: 1px solid rgba(0, 240, 255, 0.09);
	flex: 1;
	min-height: 88px;
	padding: 1rem 1.1rem;
	text-align: center;
}

.mi2:last-child {
	border-right: 0;
}

.mv {
	color: var(--cyan);
	display: block;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 1.75rem;
	line-height: 1;
	text-shadow: 0 0 12px rgba(0, 240, 255, 0.45);
}

.ml {
	color: rgba(255, 255, 255, 0.34);
	display: block;
	font-size: 0.48rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin-top: 0.22rem;
	text-transform: uppercase;
}

.ndiv {
	background: linear-gradient(90deg, transparent, var(--cyan), var(--lime), transparent);
	height: 1px;
	opacity: 0.18;
}

#serve,
#portfolio,
#contact {
	background: var(--panel);
}

.ag,
.ctgrid {
	align-items: start;
	display: grid;
	gap: 3.5rem;
	grid-template-columns: 1fr 1fr;
}

.slbl {
	align-items: center;
	color: var(--lime);
	display: flex;
	font-family: Orbitron, sans-serif;
	font-size: 0.56rem;
	font-weight: 700;
	gap: 0.65rem;
	letter-spacing: 0.28em;
	margin-bottom: 0.85rem;
	text-transform: uppercase;
}

.slbl::after {
	background: linear-gradient(90deg, rgba(124, 255, 59, 0.35), transparent);
	content: "";
	flex: 1;
	height: 1px;
}

.stitle {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 3.5rem;
	line-height: 0.93;
	margin-bottom: 2rem;
}

.ab {
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.82rem;
	line-height: 2.1;
	margin-bottom: 1.15rem;
}

.brand-quote,
.tcard {
	background: var(--glass);
	border: 1px solid var(--line);
	border-left: 3px solid var(--cyan);
}

.brand-quote {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.85rem;
	font-style: italic;
	line-height: 1.8;
	margin: 1.4rem 0;
	padding: 1rem 1.2rem;
}

.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 1.3rem;
}

.tg {
	background: rgba(0, 240, 255, 0.04);
	border: 1px solid rgba(0, 240, 255, 0.2);
	color: rgba(0, 240, 255, 0.72);
	font-size: 0.56rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 0.28rem 0.72rem;
	text-transform: uppercase;
}

.ac2 {
	background: var(--glass);
	border: 1px solid var(--line);
	overflow: hidden;
	padding: 1.8rem;
	position: relative;
}

.ac2::before {
	background: linear-gradient(90deg, transparent, var(--cyan), transparent);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.sr2 {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	display: flex;
	gap: 1rem;
	padding: 0.85rem 0;
}

.sr2:last-child {
	border-bottom: 0;
}

.sico,
.ctlico {
	align-items: center;
	border: 1px solid rgba(0, 240, 255, 0.18);
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
}

.sico {
	font-size: 1.05rem;
	height: 38px;
	width: 38px;
}

.sn {
	color: var(--cyan);
	display: block;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 1.4rem;
	line-height: 1;
}

.sd {
	color: rgba(255, 255, 255, 0.34);
	font-size: 0.58rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.serve-grid,
.sgrid,
.rgrid {
	background: rgba(0, 240, 255, 0.07);
	display: grid;
	gap: 1px;
}

.serve-grid {
	grid-template-columns: repeat(4, 1fr);
}

.serve-card,
.sc,
.rc {
	background: var(--black);
}

.serve-card {
	overflow: hidden;
	padding: 2rem 1.5rem;
	position: relative;
	text-align: center;
	transition: background 0.25s ease;
}

.serve-card::before,
.sc::after {
	background: linear-gradient(90deg, transparent, var(--cyan), transparent);
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transition: transform 0.35s ease;
}

.serve-card::before {
	height: 2px;
	top: 0;
}

.serve-card:hover,
.sc:hover {
	background: #0d1a20;
}

.serve-card:hover::before,
.sc:hover::after {
	transform: scaleX(1);
}

.serve-icon {
	display: block;
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.serve-name {
	color: var(--cyan);
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 1.3rem;
	margin-bottom: 0.6rem;
}

.serve-desc,
.sc-desc {
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.72rem;
	line-height: 1.8;
}

.serve-tag {
	border: 1px solid rgba(124, 255, 59, 0.28);
	color: var(--lime);
	display: inline-block;
	font-size: 0.54rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-top: 0.9rem;
	padding: 0.22rem 0.6rem;
	text-transform: uppercase;
}

.sgrid {
	grid-template-columns: repeat(3, 1fr);
}

.sc {
	cursor: pointer;
	min-height: 218px;
	overflow: hidden;
	padding: 1.8rem 1.4rem;
	position: relative;
	transition: background 0.25s ease;
}

.sc::after {
	background: linear-gradient(90deg, var(--cyan), var(--lime));
	bottom: 0;
	height: 2px;
	transform-origin: left;
}

.sc-ico {
	display: block;
	font-size: 1.75rem;
	margin-bottom: 0.85rem;
	transition: transform 0.25s ease;
}

.sc:hover .sc-ico {
	transform: scale(1.15);
}

.sc-name {
	color: #fff;
	font-family: Orbitron, sans-serif;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.sc-arr {
	color: var(--cyan);
	font-size: 0.62rem;
	opacity: 0;
	position: absolute;
	right: 1.4rem;
	top: 1.4rem;
	transform: translate(-4px, 4px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.sc:hover .sc-arr {
	opacity: 1;
	transform: translate(0, 0);
}

.mwall {
	display: grid;
	gap: 2px;
	grid-auto-rows: 220px;
	grid-template-columns: repeat(3, 1fr);
}

.mitem {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.mitem.big {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

.mbg {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	inset: 0;
	justify-content: center;
	position: absolute;
	transition: transform 0.5s ease;
}

.mitem:hover .mbg {
	transform: scale(1.05);
}

.mov {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.93) 0%, transparent 55%);
	display: flex;
	flex-direction: column;
	inset: 0;
	justify-content: flex-end;
	opacity: 0;
	padding: 1.1rem;
	position: absolute;
	transition: opacity 0.35s ease;
}

.mitem:hover .mov {
	opacity: 1;
}

.vA {
	background: linear-gradient(135deg, #071a0e 0%, #030c08 50%, #091520 100%);
}

.vB {
	background: linear-gradient(135deg, #21092d 0%, #0b0518 100%);
}

.vC {
	background: linear-gradient(135deg, #091808 0%, #050e05 100%);
}

.vD {
	background: linear-gradient(135deg, #07101a 0%, #030810 100%);
}

.vE {
	background: linear-gradient(135deg, #241005 0%, #100805 100%);
}

.memoji {
	font-size: 3rem;
	opacity: 0.75;
}

.memoji.small {
	font-size: 2rem;
}

.mhero,
.mmini,
.mttl {
	font-family: "Bebas Neue", Impact, sans-serif;
}

.mhero {
	font-size: 1.8rem;
}

.mmini {
	font-size: 1rem;
}

.mmeta,
.mviews {
	color: rgba(255, 255, 255, 0.36);
	font-size: 0.55rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mtag {
	border: 1px solid rgba(124, 255, 59, 0.28);
	color: var(--lime);
	display: inline-block;
	font-size: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 0.28rem;
	padding: 0.17rem 0.48rem;
	text-transform: uppercase;
	width: fit-content;
}

.mttl {
	color: #fff;
	font-size: 1rem;
}

.rgrid {
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 2.4rem;
}

.rc {
	min-height: 138px;
	padding: 1.8rem 1.2rem;
	text-align: center;
}

.rn {
	display: block;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 0.3rem;
}

.rn.cy {
	color: var(--cyan);
	text-shadow: 0 0 18px rgba(0, 240, 255, 0.45);
}

.rn.li {
	color: var(--lime);
	text-shadow: 0 0 18px rgba(124, 255, 59, 0.45);
}

.rl2 {
	color: rgba(255, 255, 255, 0.34);
	font-size: 0.54rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tgrid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
}

.tcard {
	margin: 0;
	padding: 1.4rem;
}

.ttxt {
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.76rem;
	font-style: italic;
	line-height: 1.95;
	margin-bottom: 0.85rem;
}

.tname {
	color: var(--lime);
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tvenue {
	color: rgba(255, 255, 255, 0.3);
	font-size: 0.56rem;
	margin-top: 0.13rem;
}

.ctintro {
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.82rem;
	line-height: 2.1;
	margin-bottom: 1.7rem;
}

.ctlinks {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.ctlink {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.52);
	display: flex;
	font-size: 0.7rem;
	gap: 0.72rem;
	padding: 0.52rem 0;
	text-decoration: none;
	transition: color 0.25s ease;
}

.ctlink:hover,
.ctlink:focus {
	color: var(--cyan);
}

.ctlico {
	font-size: 0.85rem;
	height: 30px;
	width: 30px;
}

.ctlm,
.ctls {
	display: block;
	font-style: normal;
}

.ctlm {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.68rem;
	font-weight: 700;
}

.ctls {
	color: rgba(255, 255, 255, 0.3);
	font-size: 0.55rem;
	margin-top: 0.08rem;
}

.fgrow {
	display: grid;
	gap: 0.78rem;
	grid-template-columns: 1fr 1fr;
}

.fg2 {
	margin-bottom: 0.85rem;
}

.fg2 label {
	color: rgba(255, 255, 255, 0.36);
	display: block;
	font-size: 0.54rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-bottom: 0.36rem;
	text-transform: uppercase;
}

.fg2 input,
.fg2 textarea,
.fg2 select {
	background: rgba(0, 240, 255, 0.03);
	border: 1px solid rgba(0, 240, 255, 0.12);
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.77rem;
	outline: 0;
	padding: 0.72rem 0.92rem;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
	width: 100%;
}

.fg2 input:focus,
.fg2 textarea:focus,
.fg2 select:focus {
	border-color: var(--cyan);
	box-shadow: 0 0 12px rgba(0, 240, 255, 0.09);
}

.fg2 input::placeholder,
.fg2 textarea::placeholder {
	color: rgba(255, 255, 255, 0.18);
}

.fg2 textarea {
	min-height: 96px;
	resize: vertical;
}

.fg2 select option {
	background: var(--gun);
}

.bp2.full {
	clip-path: none;
	padding: 1rem;
	width: 100%;
}

.site-footer {
	background: #050909;
	border-top: 1px solid rgba(0, 240, 255, 0.06);
	padding: 2.2rem 2rem;
	text-align: center;
}

.ftlogo {
	color: var(--cyan);
	font-family: Orbitron, sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.2em;
	margin-bottom: 0.38rem;
	text-shadow: 0 0 12px rgba(0, 240, 255, 0.4);
}

.fttag {
	color: rgba(255, 255, 255, 0.3);
	font-size: 0.62rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.75rem;
}

.ftmeta {
	color: rgba(255, 255, 255, 0.2);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.53rem;
	gap: 1rem;
	justify-content: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ftcopy {
	color: rgba(255, 255, 255, 0.16);
	font-size: 0.52rem;
	margin-top: 0.85rem;
}

@keyframes hhmParticle {
	0% {
		opacity: 0;
		transform: translateY(0) scale(0.5);
	}
	15% {
		opacity: 0.7;
	}
	85% {
		opacity: 0.2;
	}
	100% {
		opacity: 0;
		transform: translateY(-120px) scale(0);
	}
}

@keyframes hhmGridPulse {
	0%,
	100% {
		opacity: 0.4;
	}
	50% {
		opacity: 1;
	}
}

@keyframes hhmCoreGlow {
	0%,
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		transform: translate(-50%, -50%) scale(1.08);
	}
}

@keyframes hhmSideGlow {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}

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

@keyframes hhmBadgePulse {
	0%,
	100% {
		box-shadow: 0 0 0 0 rgba(124, 255, 59, 0.5);
	}
	50% {
		box-shadow: 0 0 0 5px rgba(124, 255, 59, 0);
	}
}

@keyframes hhmLogoReveal {
	from {
		opacity: 0;
		transform: scale(0.75) rotate(-4deg);
	}
	to {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}

@keyframes hhmLogoGlow {
	0%,
	100% {
		filter: drop-shadow(0 0 30px rgba(0, 240, 255, 0.8)) drop-shadow(0 0 80px rgba(0, 240, 255, 0.3)) drop-shadow(0 0 12px rgba(124, 255, 59, 0.5));
	}
	50% {
		filter: drop-shadow(0 0 55px rgba(0, 240, 255, 1)) drop-shadow(0 0 120px rgba(0, 240, 255, 0.55)) drop-shadow(0 0 25px rgba(124, 255, 59, 1));
	}
}

@media (max-width: 980px) {
	.site-nav {
		padding: 1rem;
	}

	.nav-links {
		display: none;
	}

	.h1 {
		font-size: 4.5rem;
	}

	.stitle {
		font-size: 3rem;
	}

	.ag,
	.ctgrid,
	.tgrid,
	.serve-grid {
		grid-template-columns: 1fr;
	}

	.sgrid {
		grid-template-columns: 1fr 1fr;
	}

	.rgrid {
		grid-template-columns: 1fr 1fr;
	}

	.mwall {
		grid-template-columns: 1fr;
		grid-auto-rows: 200px;
	}

	.mitem.big {
		grid-column: 1;
		grid-row: auto;
	}
}

@media (max-width: 640px) {
	.hero,
	section {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.nav-wm {
		display: none;
	}

	.nav-cta {
		font-size: 0.56rem;
		padding: 0.5rem 0.8rem;
	}

	.h1 {
		font-size: 3.75rem;
	}

	.stitle {
		font-size: 2.45rem;
	}

	.eyebrow {
		font-size: 0.52rem;
		line-height: 1.7;
	}

	.ctas,
	.mbar {
		width: 100%;
	}

	.bp2,
	.bs2 {
		width: 100%;
	}

	.mbar {
		flex-wrap: wrap;
	}

	.mi2 {
		border-bottom: 1px solid rgba(0, 240, 255, 0.08);
		border-right: 0;
		flex: 0 0 50%;
	}

	.sgrid,
	.rgrid,
	.fgrow {
		grid-template-columns: 1fr;
	}

	.ftmeta {
		gap: 0.55rem;
	}
}

/* ==========================================================================
   Forminator Custom Overrides (.hhm-contact-form-wrap)
   ========================================================================== */
.hhm-contact-form-wrap {
	width: 100%;
}

.hhm-contact-form-wrap .forminator-custom-form {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	font-family: Montserrat, Arial, sans-serif !important;
	margin: 0 !important;
	padding: 0 !important;
}

.hhm-contact-form-wrap .forminator-label {
	color: rgba(255, 255, 255, 0.36) !important;
	display: block !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 0.54rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.15em !important;
	margin-bottom: 0.36rem !important;
	text-transform: uppercase !important;
}

.hhm-contact-form-wrap .forminator-input,
.hhm-contact-form-wrap .forminator-textarea,
.hhm-contact-form-wrap .forminator-select,
.hhm-contact-form-wrap .forminator-select2 .select2-selection {
	background: rgba(0, 240, 255, 0.03) !important;
	border: 1px solid rgba(0, 240, 255, 0.12) !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 0.77rem !important;
	outline: 0 !important;
	padding: 0.72rem 0.92rem !important;
	transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
	width: 100% !important;
}

.hhm-contact-form-wrap .forminator-input:focus,
.hhm-contact-form-wrap .forminator-textarea:focus,
.hhm-contact-form-wrap .forminator-select:focus,
.hhm-contact-form-wrap .forminator-select2 .select2-selection:focus {
	border-color: var(--cyan) !important;
	box-shadow: 0 0 12px rgba(0, 240, 255, 0.09) !important;
}

.hhm-contact-form-wrap .forminator-button-submit {
	background: var(--cyan) !important;
	border: 0 !important;
	clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%) !important;
	color: var(--black) !important;
	cursor: pointer !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 0.67rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.15em !important;
	margin-top: 1rem !important;
	padding: 1rem 1.85rem !important;
	text-transform: uppercase !important;
	transition: background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease !important;
	width: 100% !important;
}

.hhm-contact-form-wrap .forminator-button-submit:hover,
.hhm-contact-form-wrap .forminator-button-submit:focus {
	background: var(--lime) !important;
	box-shadow: 0 0 35px rgba(124, 255, 59, 0.45) !important;
	color: var(--black) !important;
	transform: translateY(-2px) !important;
}


/* ==========================================================================
   Forminator Custom Overrides (.hhm-contact-form-wrap)
   ========================================================================== */
.hhm-contact-form-wrap {
	width: 100%;
}

.hhm-contact-form-wrap .forminator-custom-form {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	font-family: Montserrat, Arial, sans-serif !important;
	margin: 0 !important;
	padding: 0 !important;
}

.hhm-contact-form-wrap .forminator-label {
	color: rgba(255, 255, 255, 0.36) !important;
	display: block !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 0.54rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.15em !important;
	margin-bottom: 0.36rem !important;
	text-transform: uppercase !important;
}

.hhm-contact-form-wrap .forminator-input,
.hhm-contact-form-wrap .forminator-textarea,
.hhm-contact-form-wrap .forminator-select,
.hhm-contact-form-wrap .forminator-select2 .select2-selection {
	background: rgba(0, 240, 255, 0.03) !important;
	border: 1px solid rgba(0, 240, 255, 0.12) !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 0.77rem !important;
	outline: 0 !important;
	padding: 0.72rem 0.92rem !important;
	transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
	width: 100% !important;
}

.hhm-contact-form-wrap .forminator-input:focus,
.hhm-contact-form-wrap .forminator-textarea:focus,
.hhm-contact-form-wrap .forminator-select:focus,
.hhm-contact-form-wrap .forminator-select2 .select2-selection:focus {
	border-color: var(--cyan) !important;
	box-shadow: 0 0 12px rgba(0, 240, 255, 0.09) !important;
}

.hhm-contact-form-wrap .forminator-button-submit {
	background: var(--cyan) !important;
	border: 0 !important;
	clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%) !important;
	color: var(--black) !important;
	cursor: pointer !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 0.67rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.15em !important;
	margin-top: 1rem !important;
	padding: 1rem 1.85rem !important;
	text-transform: uppercase !important;
	transition: background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease !important;
	width: 100% !important;
}

.hhm-contact-form-wrap .forminator-button-submit:hover,
.hhm-contact-form-wrap .forminator-button-submit:focus {
	background: var(--lime) !important;
	box-shadow: 0 0 35px rgba(124, 255, 59, 0.45) !important;
	color: var(--black) !important;
	transform: translateY(-2px) !important;
}

/* CPU Energy Saver: Pause off-screen particle animations */
.ptcl.paused span {
	animation-play-state: paused !important;
}

/* ==========================================================================
   Phase 5: Digital Arcade Cabinet Pricing Portal Styles
   ========================================================================== */
.pricing-section {
	background: var(--black);
	position: relative;
	padding: 6rem 2rem;
}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.2rem;
	margin-top: 3.5rem;
	align-items: stretch;
}

.arcade-card {
	background: #11151a;
	border: 3px solid #1c232b;
	border-radius: 12px;
	position: relative;
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, border-color 0.3s ease;
	display: flex;
	flex-direction: column;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), inset 0 0 25px rgba(0, 0, 0, 0.8);
	overflow: hidden;
}

/* Tier Specific Themes */
.arcade-card.tier-one,
.arcade-card.tier-three {
	border-color: rgba(0, 240, 255, 0.15);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 240, 255, 0.03), inset 0 0 25px rgba(0, 0, 0, 0.8);
}

.arcade-card.tier-one:hover,
.arcade-card.tier-three:hover {
	border-color: var(--cyan);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 240, 255, 0.25), inset 0 0 25px rgba(0, 0, 0, 0.8);
	transform: translateY(-8px);
}

/* Tier 02 - Featured (Most Popular) */
.arcade-card.tier-two.featured {
	border-color: rgba(124, 255, 59, 0.45);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7), 0 0 25px rgba(124, 255, 59, 0.18), inset 0 0 25px rgba(0, 0, 0, 0.8);
	transform: scale(1.02);
}

.arcade-card.tier-two.featured:hover {
	border-color: var(--lime);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 45px rgba(124, 255, 59, 0.45), inset 0 0 25px rgba(0, 0, 0, 0.8);
	transform: translateY(-10px) scale(1.04);
}

.arcade-cabinet-design {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.5rem;
}

/* Cabinet Glowing Screen */
.arcade-screen {
	background: #06090c;
	border: 2px solid #141b22;
	border-radius: 8px;
	padding: 1.5rem;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 1.2rem;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.95);
}

.arcade-card.tier-one .arcade-screen,
.arcade-card.tier-three .arcade-screen {
	border-color: rgba(0, 240, 255, 0.25);
	box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.95), 0 0 12px rgba(0, 240, 255, 0.1);
}

.arcade-card.tier-two .arcade-screen {
	border-color: rgba(124, 255, 59, 0.45);
	box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.95), 0 0 18px rgba(124, 255, 59, 0.2);
}

/* CRT Scanlines and Pulsing Flicker */
.scanlines {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		rgba(18, 16, 16, 0) 50%, 
		rgba(0, 0, 0, 0.35) 50%
	);
	background-size: 100% 4px;
	pointer-events: none;
	z-index: 5;
	opacity: 0.45;
	animation: hhmCrtFlicker 0.15s infinite;
}

@keyframes hhmCrtFlicker {
	0% { opacity: 0.40; }
	50% { opacity: 0.48; }
	100% { opacity: 0.40; }
}

.cabinet-marquee {
	font-family: Orbitron, sans-serif;
	font-size: 0.55rem;
	font-weight: 800;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	margin-bottom: 0.6rem;
	display: inline-block;
}

.arcade-card.tier-one .cabinet-marquee,
.arcade-card.tier-three .cabinet-marquee {
	color: var(--cyan);
	text-shadow: 0 0 8px rgba(0, 240, 255, 0.65);
}

.arcade-card.tier-two .cabinet-marquee {
	color: var(--lime);
	text-shadow: 0 0 8px rgba(124, 255, 59, 0.65);
}

.cabinet-title {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 2.1rem;
	line-height: 1;
	color: #fff;
	margin-bottom: 0.4rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.cabinet-price {
	font-family: Orbitron, sans-serif;
	font-size: 2.6rem;
	font-weight: 900;
	color: #fff;
	line-height: 1;
	margin: 0.4rem 0;
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.arcade-card.tier-one .cabinet-price,
.arcade-card.tier-three .cabinet-price {
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

.arcade-card.tier-two .cabinet-price {
	color: var(--lime);
	text-shadow: 0 0 15px rgba(124, 255, 59, 0.45);
}

.cabinet-price small {
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: var(--muted);
	margin-left: 0.25rem;
	text-transform: uppercase;
}

.cabinet-sub {
	font-size: 0.66rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.55);
	margin-top: 0.4rem;
	font-family: Montserrat, sans-serif;
}

/* Control Panel Grid Shelf */
.arcade-controls {
	background: linear-gradient(180deg, #1c2229 0%, #11151a 100%);
	border: 1px solid #2c3641;
	border-radius: 6px;
	padding: 0.5rem 1.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.2rem;
	box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.05), 0 4px 10px rgba(0, 0, 0, 0.4);
	position: relative;
}

.arcade-card.tier-one .arcade-controls,
.arcade-card.tier-three .arcade-controls {
	border-bottom: 2px solid rgba(0, 240, 255, 0.4);
}

.arcade-card.tier-two .arcade-controls {
	border-bottom: 2px solid rgba(124, 255, 59, 0.6);
}

.joystick,
.coin-slot {
	font-size: 1.15rem;
	display: inline-flex;
	align-items: center;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

@keyframes hhmCoinGlow {
	0%, 100% { filter: drop-shadow(0 0 2px rgba(255, 120, 0, 0.4)) saturate(1); }
	50% { filter: drop-shadow(0 0 10px rgba(255, 120, 0, 0.9)) saturate(1.8); }
}

.coin-slot.active {
	animation: hhmCoinGlow 1.2s infinite ease-in-out;
}

/* Cabinet Content Features */
.arcade-body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.arcade-features {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin-bottom: 1.5rem;
}

.arcade-features li {
	font-size: 0.72rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.68);
	position: relative;
	padding-left: 1.4rem;
}

.arcade-features li::before {
	content: "►";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 0.62rem;
	color: var(--cyan);
	text-shadow: 0 0 8px var(--cyan);
}

.arcade-card.tier-two .arcade-features li::before {
	color: var(--lime);
	text-shadow: 0 0 8px var(--lime);
}

/* Illuminated Tactile Push-Buttons */
.arcade-footer {
	margin-top: auto;
	padding-top: 0.8rem;
}

.arcade-btn {
	width: 100%;
	cursor: pointer;
	font-family: Orbitron, sans-serif;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 0.9rem 1rem;
	border: 0;
	border-radius: 4px;
	color: #000;
	position: relative;
	transition: all 0.12s ease-in-out;
}

.arcade-card.tier-one .arcade-btn,
.arcade-card.tier-three .arcade-btn {
	background: var(--cyan);
	box-shadow: 0 4px 0 #009db0, 0 8px 18px rgba(0, 240, 255, 0.2);
}

.arcade-card.tier-one .arcade-btn:hover,
.arcade-card.tier-three .arcade-btn:hover {
	background: #4bf6ff;
	box-shadow: 0 4px 0 #009db0, 0 12px 24px rgba(0, 240, 255, 0.35);
	transform: translateY(-2px);
}

.arcade-card.tier-one .arcade-btn:active,
.arcade-card.tier-three .arcade-btn:active {
	box-shadow: 0 1px 0 #009db0, 0 4px 10px rgba(0, 240, 255, 0.15);
	transform: translateY(3px);
}

.arcade-card.tier-two .arcade-btn {
	background: var(--lime);
	box-shadow: 0 4px 0 #57bf24, 0 8px 18px rgba(124, 255, 59, 0.2);
}

.arcade-card.tier-two .arcade-btn:hover {
	background: #9aff6b;
	box-shadow: 0 4px 0 #57bf24, 0 12px 24px rgba(124, 255, 59, 0.35);
	transform: translateY(-2px);
}

.arcade-card.tier-two .arcade-btn:active {
	box-shadow: 0 1px 0 #57bf24, 0 4px 10px rgba(124, 255, 59, 0.15);
	transform: translateY(3px);
}

/* Most Popular Header Marquee */
.most-popular-marquee {
	background: var(--lime);
	color: #000;
	font-family: Orbitron, sans-serif;
	font-size: 0.58rem;
	font-weight: 900;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	padding: 0.4rem 0;
	text-align: center;
	width: 100%;
	border-bottom: 2px solid #57bf24;
	box-shadow: 0 2px 10px rgba(124, 255, 59, 0.3);
	position: relative;
	z-index: 10;
}

/* Retro LED Scrolling Marquee Add-on Bar */
.arcade-addon-bar {
	background: linear-gradient(135deg, #10151c 0%, #06090c 100%);
	border: 2px solid rgba(0, 240, 255, 0.15);
	border-left: 4px solid var(--cyan);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 240, 255, 0.05);
	border-radius: 8px;
	padding: 1.5rem 2rem;
	margin-top: 3.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	position: relative;
	overflow: hidden;
}

.arcade-addon-bar::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 10% 50%, rgba(0, 240, 255, 0.06), transparent 40%),
	            radial-gradient(circle at 90% 50%, rgba(124, 255, 59, 0.06), transparent 40%);
	pointer-events: none;
}

.marquee-content {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	flex: 1;
	z-index: 2;
}

.flash-badge {
	font-family: Orbitron, sans-serif;
	font-size: 0.65rem;
	font-weight: 900;
	letter-spacing: 0.15em;
	color: var(--lime);
	text-shadow: 0 0 10px rgba(124, 255, 59, 0.6);
	text-transform: uppercase;
}

.flash-desc {
	font-size: 0.72rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.68);
	margin: 0;
}

.flash-btn {
	cursor: pointer;
	font-family: Orbitron, sans-serif;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	padding: 0.9rem 1.8rem;
	border: 0;
	border-radius: 4px;
	color: #000;
	background: var(--lime);
	box-shadow: 0 4px 0 #57bf24, 0 8px 18px rgba(124, 255, 59, 0.25);
	transition: all 0.12s ease-in-out;
	white-space: nowrap;
	z-index: 2;
}

.flash-btn:hover {
	background: #9aff6b;
	box-shadow: 0 4px 0 #57bf24, 0 12px 24px rgba(124, 255, 59, 0.45);
	transform: translateY(-2px);
}

.flash-btn:active {
	box-shadow: 0 1px 0 #57bf24, 0 4px 10px rgba(124, 255, 59, 0.15);
	transform: translateY(3px);
}

/* ==========================================================================
   Pricing Section Responsive Styles
   ========================================================================== */
@media (max-width: 980px) {
	.pricing-grid {
		grid-template-columns: 1fr;
		max-width: 500px;
		margin: 3rem auto 0;
		gap: 3rem;
	}

	.arcade-card.tier-two.featured {
		transform: scale(1);
	}

	.arcade-card.tier-two.featured:hover {
		transform: translateY(-8px);
	}

	.arcade-addon-bar {
		flex-direction: column;
		text-align: center;
		padding: 2rem 1.5rem;
		gap: 1.5rem;
	}

	.flash-btn {
		width: 100%;
	}
}

/* ==========================================================================
   Arcade Booking Modal Styling
   ========================================================================== */
.arcade-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.35s;
}

.arcade-modal.active {
	opacity: 1;
	visibility: visible;
}

.arcade-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 8, 12, 0.85);
	backdrop-filter: blur(15px);
}

.arcade-modal-wrapper {
	position: relative;
	width: 100%;
	max-width: 680px;
	padding: 1rem;
	z-index: 10;
	transform: translateY(30px) scale(0.95);
	transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.arcade-modal.active .arcade-modal-wrapper {
	transform: translateY(0) scale(1);
}

.arcade-modal-cabinet {
	background: #11151a;
	border: 3px solid var(--cyan);
	border-radius: 16px;
	box-shadow: 0 0 50px rgba(0, 240, 255, 0.35), inset 0 0 30px rgba(0, 0, 0, 0.9);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.arcade-modal-header {
	background: linear-gradient(90deg, #1c232b 0%, #11151a 100%);
	border-bottom: 2px solid rgba(0, 240, 255, 0.3);
	padding: 1.2rem 1.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.arcade-modal-title-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.arcade-modal-marquee {
	font-family: Orbitron, sans-serif;
	font-size: 0.55rem;
	font-weight: 900;
	letter-spacing: 0.25em;
	color: var(--lime);
	text-shadow: 0 0 8px rgba(124, 255, 59, 0.6);
	text-transform: uppercase;
}

.arcade-modal-title {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.05em;
	animation: hhmMarqueeFlicker 2s infinite ease-in-out;
}

@keyframes hhmMarqueeFlicker {
	0%, 100% { opacity: 1; text-shadow: 0 0 10px rgba(255, 255, 255, 0.3); }
	50% { opacity: 0.85; text-shadow: 0 0 4px rgba(255, 255, 255, 0.1); }
}

.arcade-modal-close {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: var(--muted);
	font-family: Orbitron, sans-serif;
	font-size: 1.25rem;
	cursor: pointer;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.2s ease;
}

.arcade-modal-close:hover {
	border-color: var(--cyan);
	color: var(--cyan);
	box-shadow: 0 0 10px rgba(0, 240, 255, 0.3);
	background: rgba(0, 240, 255, 0.05);
	transform: rotate(90deg);
}

.arcade-modal-screen {
	background: #06090c;
	position: relative;
	padding: 2.2rem;
	overflow-y: auto;
	max-height: 75vh;
	box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.95);
}

/* Custom styling inside the modal for Forminator to look extremely clean and neon */
.arcade-modal-form-wrap {
	width: 100%;
	position: relative;
	z-index: 10;
}

.arcade-modal-form-wrap .forminator-custom-form {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	font-family: Montserrat, Arial, sans-serif !important;
	margin: 0 !important;
	padding: 0 !important;
}

.arcade-modal-form-wrap .forminator-label {
	color: rgba(255, 255, 255, 0.36) !important;
	display: block !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 0.54rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.15em !important;
	margin-bottom: 0.36rem !important;
	text-transform: uppercase !important;
}

.arcade-modal-form-wrap .forminator-input,
.arcade-modal-form-wrap .forminator-textarea,
.arcade-modal-form-wrap .forminator-select,
.arcade-modal-form-wrap .forminator-select2 .select2-selection {
	background: rgba(0, 240, 255, 0.03) !important;
	border: 1px solid rgba(0, 240, 255, 0.12) !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 0.77rem !important;
	outline: 0 !important;
	padding: 0.72rem 0.92rem !important;
	transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
	width: 100% !important;
}

.arcade-modal-form-wrap .forminator-input:focus,
.arcade-modal-form-wrap .forminator-textarea:focus,
.arcade-modal-form-wrap .forminator-select:focus,
.arcade-modal-form-wrap .forminator-select2 .select2-selection:focus {
	border-color: var(--cyan) !important;
	box-shadow: 0 0 12px rgba(0, 240, 255, 0.09) !important;
}

.arcade-modal-form-wrap .forminator-button-submit {
	background: var(--lime) !important;
	border: 0 !important;
	clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%) !important;
	color: var(--black) !important;
	cursor: pointer !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 0.67rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.15em !important;
	margin-top: 1rem !important;
	padding: 1rem 1.85rem !important;
	text-transform: uppercase !important;
	transition: background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease !important;
	width: 100% !important;
}

.arcade-modal-form-wrap .forminator-button-submit:hover,
.arcade-modal-form-wrap .forminator-button-submit:focus {
	background: var(--cyan) !important;
	box-shadow: 0 0 35px rgba(0, 240, 255, 0.45) !important;
	color: var(--black) !important;
	transform: translateY(-2px) !important;
}

/* Scrollbar styling for modal screen */
.arcade-modal-screen::-webkit-scrollbar {
	width: 5px;
}
.arcade-modal-screen::-webkit-scrollbar-track {
	background: #06090c;
}
.arcade-modal-screen::-webkit-scrollbar-thumb {
	background: var(--cyan);
	border-radius: 3px;
}

@media (max-width: 640px) {
	.arcade-modal-wrapper {
		max-width: 100%;
		padding: 0.5rem;
	}
	.arcade-modal-screen {
		padding: 1.5rem 1rem;
	}
	.arcade-modal-title {
		font-size: 1.6rem;
	}
}
