:root {
	--primary: #7907f4;
	--accent: #03728a;
	--highlight: #d8ef06;
	--dark: #222;
	--hero: url("images/hero_bg.jpg");
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: Arial, sans-serif;
	background: #f9f9f9;
}

/* URGENCY BAR */
/* URGENCY BANNER — Trinidad Flag: Red, Black, White */
.urgency {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	background: #CE1126;
	color: white;
	text-align: center;
	padding: 13px 0;
	font-size: 0.9rem;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	gap: 0;
	line-height: 1.6;
}
.urgency:hover { background: #a50e1e; color: white; }
.urgency-flag-stripe {
	display: block;
	width: 28px;
	min-width: 28px;
	height: 100%;
	background: #000;
	align-self: stretch;
}
.urgency-text {
	flex: 1;
	text-align: center;
	color: white;
	font-weight: 500;
	padding: 0 16px;
}
.urgency-text strong {
	font-weight: 800;
	color: #fff;
}
.urgency-cta {
	display: inline-block;
	background: #fff;
	color: #CE1126;
	font-weight: 800;
	font-size: 0.82rem;
	padding: 3px 14px;
	border-radius: 20px;
	margin-left: 8px;
	white-space: nowrap;
	transition: background 0.2s, color 0.2s;
}
.urgency:hover .urgency-cta {
	background: #000;
	color: #fff;
}
/* BLIGH INSTRUCTION NOTE */
.bligh-note {
	width: 100%;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 8px 20px;
	font-size: 0.82rem;
	line-height: 1.5;
}
.bligh-note strong { color: #fff; font-weight: 800; }
@media(max-width: 600px) {
	.urgency { font-size: 0.78rem; flex-wrap: wrap; padding: 10px 0; }
	.urgency-flag-stripe { width: 14px; min-width: 14px; }
	.urgency-cta { margin-top: 4px; }
	.bligh-note { font-size: 0.76rem; }
}

/* NAVBAR */
.navbar {
	background: white;
	text-align: center;
	padding: 10px;
	position: sticky;
	top: 0;
	z-index: 999;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.logo-link {
	display: inline-block;
	line-height: 0;
	background: transparent !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

.logo-link:hover,
.logo-link:focus,
.logo-link:active {
	background: transparent !important;
}

.logo {
	max-width: 340px;
	width: 100%;
	transition: opacity 0.2s;
}

.logo-link:hover .logo {
	opacity: 0.85;
}

/* Scroll offset so sticky navbar doesn't cover sections */
#trial,
#book,
#pricing,
#payments,
#portal,
#firefly,
#math-game,
#times-tables,
#csec-tutor,
#stats {
	scroll-margin-top: 110px;
}

.navbar ul {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 0;
	margin: 10px 0 0;
	flex-wrap: wrap;
}

.navbar a {
	color: var(--accent);
	text-decoration: none;
	font-weight: bold;
	padding: 6px 10px;
	border-radius: 5px;
}

.navbar a:hover {
	background: var(--accent);
	color: white;
}

/* ENHANCED NAV BUTTONS */
.nav-btn {
	display: inline-block;
	padding: 0.45rem 1rem;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: bold;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.nav-trial {
	background: var(--primary);
	color: white !important;
}

.nav-trial:hover {
	background: #6200d4 !important;
	color: white !important;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(121,7,244,0.35);
}

.nav-book {
	background: var(--accent);
	color: white !important;
}

.nav-book:hover {
	background: #025e72 !important;
	color: white !important;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(3,114,138,0.35);
}

.nav-pay {
	background: #ff9800;
	color: white !important;
}

.nav-pay:hover {
	background: #e68900 !important;
	color: white !important;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(255,152,0,0.35);
}

.nav-hw {
	background: #2196f3;
	color: white !important;
}

.nav-hw:hover {
	background: #1679d0 !important;
	color: white !important;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(33,150,243,0.35);
}

.nav-game {
	background: #16a34a;
	color: white !important;
}

.nav-game:hover {
	background: #15803d !important;
	color: white !important;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(22,163,74,0.40);
}

.nav-csec {
	background: #1b4332;
	color: white !important;
}

.nav-csec:hover {
	background: #2d6a4f !important;
	color: white !important;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(27,67,50,0.40);
}

.nav-times {
	background: #f97316;
	color: white !important;
}

.nav-times:hover {
	background: #ea580c !important;
	color: white !important;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(249,115,22,0.40);
}

.nav-leader {
	background: #7c3aed;
	color: white !important;
}

.nav-leader:hover {
	background: #6d28d9 !important;
	color: white !important;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(124,58,237,0.45);
}

.nav-firefly {
	background: #f59e0b;
	color: white !important;
}

.nav-firefly:hover {
	background: #d97706 !important;
	color: white !important;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(245,158,11,0.45);
}

/* HERO */
/* ===== HERO (Parallax + Gradient + Motion) ===== */

.hero {
	position: relative;
	min-height: 650px;
	display: grid;
	place-items: center;
	overflow: hidden;
	color: white;
	text-align: center;
	isolation: isolate; /* keeps overlays layered correctly */
}

/* Parallax background layer */
.hero-bg {
	position: absolute;
	inset: -10%;
	background-image: var(--hero);
	background-size: cover;
	background-position: center;
	transform: translate3d(0, 0, 0) scale(1.08);
	filter: saturate(1.05) contrast(1.05);
	z-index: -3;
	will-change: transform;
}

/* Gradient overlay layer */
.hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(3,114,138,0.85), rgba(121,7,244,0.75)),
		radial-gradient(800px 500px at 10% 10%, rgba(216,239,6,0.22), transparent 60%),
		radial-gradient(700px 450px at 90% 15%, rgba(255,255,255,0.12), transparent 60%);
	z-index: -2;
}

/* Animated blobs */
.hero-blobs {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	opacity: 0.95;
}

.blob {
	position: absolute;
	width: 520px;
	height: 520px;
	border-radius: 999px;
	filter: blur(40px);
	mix-blend-mode: screen;
	opacity: 0.35;
	animation: floaty 10s ease-in-out infinite;
}

.blob.b1 {
	left: -140px;
	top: -160px;
	background: rgba(216,239,6,0.75);
	animation-duration: 11s;
}

.blob.b2 {
	right: -180px;
	top: 40px;
	background: rgba(121,7,244,0.9);
	animation-duration: 13s;
	animation-delay: -2s;
}

.blob.b3 {
	left: 20%;
	bottom: -240px;
	background: rgba(3,114,138,0.9);
	animation-duration: 14s;
	animation-delay: -4s;
}

@keyframes floaty {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(20px, -18px, 0) scale(1.05); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}

/* Hero content “glass” */
.hero-box {
	background: rgba(0,0,0,0.45);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255,255,255,0.14);
	padding: 2.2rem 1.4rem;
	border-radius: 16px;
	max-width: 820px;
	margin: 0 1rem;
	box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}

.hero h1 {
	font-size: 2.6rem;
	margin: 0 0 0.8rem 0;
	letter-spacing: -0.02em;
}

.hero .sub {
	font-size: 1.15rem;
	margin: 0 0 0.6rem 0;
	opacity: 0.95;
}

.hero .trust {
	margin: 0 0 1.4rem 0;
	opacity: 0.9;
}

/* Motion: entrance animation */
.hero-motion {
	animation: heroIn 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes heroIn {
	from { opacity: 0; transform: translateY(18px) scale(0.98); }
	to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* CTA row */
.hero-actions {
	display: flex;
	gap: 0.9rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 1.2rem;
}

/* CTA upgrades */
.cta.cta-glow {
	position: relative;
	box-shadow: 0 10px 28px rgba(0,0,0,0.25);
	transform: translateZ(0);
}

.cta.cta-glow::after {
	content: "";
	position: absolute;
	inset: -2px;
	border-radius: 10px;
	background: linear-gradient(90deg, rgba(216,239,6,0.75), rgba(121,7,244,0.75), rgba(3,114,138,0.75));
	filter: blur(14px);
	opacity: 0;
	z-index: -1;
	transition: opacity 200ms ease;
}

.cta.cta-glow:hover::after {
	opacity: 0.9;
}

.cta.cta-ghost {
	background: rgba(255,255,255,0.16);
	border: 1px solid rgba(255,255,255,0.25);
	color: #fff;
}

.cta.cta-ghost:hover {
	background: rgba(255,255,255,0.26);
	color: #fff;
}

/* Badges */
.hero-badges {
	display: flex;
	gap: 0.6rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 0.4rem;
}

.badge {
	display: inline-block;
	padding: 0.45rem 0.75rem;
	border-radius: 999px;
	background: rgba(255,255,255,0.14);
	border: 1px solid rgba(255,255,255,0.20);
	font-size: 0.92rem;
	opacity: 0.95;
}

/* Bottom fade (nice aesthetic) */
.hero-fade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 140px;
	background: linear-gradient(to bottom, rgba(249,249,249,0) 0%, rgba(249,249,249,1) 100%);
	z-index: 1;
	pointer-events: none;
}

/* Desktop sizing */
@media (min-width: 800px) {
	.hero h1 { font-size: 3.2rem; }
	.hero-box { padding: 2.4rem 2.2rem; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
	.hero-motion { animation: none; }
	.blob { animation: none; }
}

.sub { font-size: 1.2rem; }
.trust { margin-bottom: 1.5rem; }

/* CTA */
.cta {
	display: inline-block;
	background: var(--primary);
	color: white;
	padding: 1rem 2rem;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
}

.cta:hover {
	background: var(--highlight);
	color: black;
}

/* SECTIONS */
section {
	padding: 3rem 1rem;
	text-align: center;
}

.content { background: #ddd; }
.highlight { background: var(--accent); color: white; }

/* STATS */
.stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background: white;
	text-align: center;
}

.stat {
	padding: 2rem;
}

.count {
	font-size: 3rem;
	color: var(--primary);
	transition: transform 0.3s;
}

.stat:hover .count {
	transform: scale(1.1);
}

/* GRID */
.grid {
	display: grid;
	gap: 2rem;
	max-width: 900px;
	margin: auto;
}

.grid div {
	background: #f0f0f0;
	padding: 1.5rem;
	border-radius: 10px;
}

/* MONTHLY PRICING SECTION */
.pricing-section {
	padding: 70px 40px;
	background: linear-gradient(135deg, #1a1a2e 0%, #2d1b6e 60%, #7907f4 100%);
	text-align: center;
	scroll-margin-top: 110px;
}
.pricing-section h2 {
	font-size: 2.4rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: -0.5px;
}
.pricing-sub {
	color: rgba(255,255,255,0.75);
	font-size: 1.05rem;
	margin-bottom: 48px;
}
.pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1100px;
	margin: 0 auto 32px;
	align-items: stretch;
}
.pricing-card {
	background: rgba(255,255,255,0.07);
	backdrop-filter: blur(10px);
	border: 1.5px solid rgba(255,255,255,0.15);
	border-radius: 22px;
	padding: 36px 28px 28px;
	text-align: left;
	position: relative;
	transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
	display: flex;
	flex-direction: column;
}
.pricing-card:hover {
	background: rgba(255,255,255,0.13);
	transform: translateY(-6px);
	box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
.pricing-card-best {
	background: #fff;
	border-color: #fff;
}
.pricing-card-best:hover {
	background: #fff;
	transform: translateY(-8px);
	box-shadow: 0 24px 60px rgba(121,7,244,0.35);
}
.pricing-card-best .pricing-hours { color: #7907f4; }
.pricing-card-best .pricing-price { color: #1a1a2e; }
.pricing-card-best .pricing-price span { color: #888; }
.pricing-card-best .pricing-per { color: #444; }
.pricing-card-best .pricing-features li { color: #333; border-bottom-color: #eee; }
.pricing-best-tag {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(90deg, #7907f4, #03728a);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 5px 18px;
	border-radius: 20px;
	white-space: nowrap;
	box-shadow: 0 4px 12px rgba(121,7,244,0.4);
}
.pricing-hours {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
}
.pricing-price {
	font-size: 2.8rem;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	margin-bottom: 4px;
}
.pricing-price span {
	font-size: 1.1rem;
	font-weight: 600;
	color: rgba(255,255,255,0.6);
}
.pricing-per {
	font-size: 0.85rem;
	color: rgba(255,255,255,0.6);
	margin-bottom: 24px;
}
.pricing-per strong { color: #52e896; }
.pricing-features {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
	flex: 1;
}
.pricing-features li {
	font-size: 0.88rem;
	color: rgba(255,255,255,0.85);
	padding: 8px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.pricing-btn {
	display: block;
	text-align: center;
	padding: 13px;
	background: rgba(255,255,255,0.15);
	color: #fff;
	border: 1.5px solid rgba(255,255,255,0.4);
	border-radius: 12px;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	transition: all 0.2s;
	margin-top: auto;
}
.pricing-btn:hover {
	background: #fff;
	color: #7907f4;
	border-color: #fff;
}
.pricing-btn-best {
	background: linear-gradient(135deg, #7907f4, #03728a);
	color: #fff;
	border-color: transparent;
	box-shadow: 0 4px 16px rgba(121,7,244,0.35);
}
.pricing-btn-best:hover {
	background: linear-gradient(135deg, #5a06b8, #025f74);
	color: #fff;
}
.pricing-note {
	font-size: 0.85rem;
	color: rgba(255,255,255,0.55);
	margin-top: 12px;
}
@media(max-width: 768px) {
	.pricing-grid {
		grid-template-columns: 1fr;
		max-width: 400px;
	}
	.pricing-section { padding: 50px 20px; }
}

/* BUTTONS */
.btn {
	display: inline-block;
	background: var(--primary);
	color: white;
	padding: 0.75rem 1.5rem;
	border-radius: 6px;
	text-decoration: none;
	font-weight: bold;
	margin: 0.5rem;
}

.btn:hover {
	background: var(--highlight);
	color: black;
}

/* TESTIMONIALS */
.testimonials { background: #fff; }

/* MATH GAME SECTION */
.math-game-section {
  background: linear-gradient(135deg, #f0fdf4 0%, #eff6ff 55%, #fdf4ff 100%);
  border-top: 4px solid #7907f4;
  border-bottom: 4px solid #03728a;
  padding: 3.5rem 1rem;
}
.math-game-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.math-game-emoji-row {
  font-size: 2rem;
  letter-spacing: 0.5rem;
  margin-bottom: 0.8rem;
}
.math-game-section h2 {
  font-size: 2.2rem;
  color: #5b21b6;
  margin-bottom: 0.8rem;
}
.math-game-desc {
  font-size: 1.1rem;
  color: #374151;
  max-width: 580px;
  margin: 0 auto 1.6rem;
  line-height: 1.65;
}
.math-game-features {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}
.math-game-features span {
  background: white;
  border: 2px solid #a78bfa;
  color: #5b21b6;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(121,7,244,0.10);
}
.math-game-btn {
  display: inline-block;
  background: linear-gradient(135deg, #7907f4, #03728a);
  color: white;
  padding: 1.1rem 2.8rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  box-shadow: 0 6px 20px rgba(121,7,244,0.38);
  transition: transform 0.2s, box-shadow 0.2s;
}
.math-game-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 30px rgba(121,7,244,0.50);
  color: white;
}

/* FIREFLY ENROLLMENT SECTION */
.firefly-section {
  background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 50%, #fffbeb 100%);
  border-top: 4px solid #f59e0b;
  border-bottom: 4px solid #f59e0b;
  padding: 3.5rem 1rem;
}
.firefly-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.firefly-emoji-row {
  font-size: 2rem;
  letter-spacing: 0.5rem;
  margin-bottom: 0.8rem;
}
.firefly-section h2 {
  font-size: 2.2rem;
  color: #92400e;
  margin-bottom: 0.5rem;
}
.firefly-tagline {
  font-size: 1.1rem;
  color: #78350f;
  margin-bottom: 1.8rem;
}
.firefly-highlight {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: white;
  border: 2px solid #fcd34d;
  border-radius: 14px;
  padding: 1.2rem 1.4rem;
  margin-bottom: 2rem;
  text-align: left;
  box-shadow: 0 4px 14px rgba(245,158,11,0.15);
}
.firefly-icon {
  font-size: 2.2rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.firefly-highlight strong {
  display: block;
  font-size: 1.05rem;
  color: #92400e;
  margin-bottom: 0.4rem;
}
.firefly-highlight p {
  margin: 0;
  font-size: 0.97rem;
  color: #374151;
  line-height: 1.6;
}
.firefly-btn {
  display: inline-block;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 0.9rem 2.2rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(245,158,11,0.40);
  transition: transform 0.2s, box-shadow 0.2s;
}
/* FIREFLY PRICING CARDS */
.firefly-pricing {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.fp-card {
  background: white;
  border: 2.5px solid #fcd34d;
  border-radius: 18px;
  padding: 1.4rem 1.6rem;
  text-align: center;
  flex: 1;
  min-width: 220px;
  max-width: 280px;
  box-shadow: 0 4px 14px rgba(245,158,11,0.12);
  position: relative;
}
.fp-card-best {
  border-color: #f59e0b;
  box-shadow: 0 6px 24px rgba(245,158,11,0.28);
  transform: scale(1.04);
}
.fp-best-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #f59e0b;
  color: white;
  font-size: .78rem;
  font-weight: 800;
  padding: 3px 14px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: .3px;
}
.fp-badge {
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #92400e;
  margin-bottom: .5rem;
}
.fp-price {
  font-size: 2.6rem;
  font-weight: 900;
  color: #92400e;
  line-height: 1;
  margin-bottom: .15rem;
}
.fp-price span {
  font-size: 1.1rem;
  font-weight: 700;
  color: #b45309;
}
.fp-per {
  font-size: .8rem;
  color: #78350f;
  margin-bottom: 1rem;
  font-weight: 600;
}
.fp-features {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: .85rem;
  color: #374151;
  line-height: 1.7;
}

.firefly-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 30px rgba(245,158,11,0.55);
  color: white;
}

/* BOOK SECTION — TAGLINE + VIDEOS */
.book-tagline {
	font-size: 1.25rem;
	font-weight: bold;
	color: #7907f4;
	margin: 0 auto 1.5rem;
	font-style: italic;
}

.book-videos {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.book-video {
	width: 100%;
	max-width: 260px;
	max-height: 180px;
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba(0,0,0,0.15);
	background: #000;
	object-fit: cover;
}

/* FOOTER */
.footer {
	background: var(--dark);
	color: white;
	text-align: center;
	padding: 1rem;
}

/* WHATSAPP FLOAT */
.whatsapp {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #25D366;
	color: white;
	font-size: 28px;
	padding: 12px 16px;
	border-radius: 50%;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* DESKTOP */
@media (min-width: 700px) {
	.grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.hero h1 {
		font-size: 3.2rem;
	}
}


/* ACTION HUB */

.action-hub {
	padding: 4rem 1rem;
	background: linear-gradient(135deg, #03728a, #7907f4);
	color: white;
	text-align: center;
}

.hub-title {
	font-size: 2.4rem;
	margin-bottom: 0.5rem;
}

.hub-sub {
	opacity: 0.9;
	margin-bottom: 2.5rem;
}

.hub-grid {
	display: grid;
	gap: 2rem;
	max-width: 900px;
	margin: auto;
}

/* CARDS */

.hub-card {
	background: rgba(255,255,255,0.15);
	backdrop-filter: blur(12px);
	border-radius: 16px;
	padding: 2rem;
	transition: transform 0.3s, box-shadow 0.3s;
}

.hub-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

/* BUTTON AREA */

.hub-buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 1rem;
}

/* BUTTON STYLE */

.hub-btn {
	display: inline-block;
	padding: 0.8rem 1.6rem;
	border-radius: 999px;
	text-decoration: none;
	font-weight: bold;
	background: white;
	color: #222;
	transition: 0.25s;
}

.hub-btn:hover {
	transform: scale(1.08);
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* PAYMENT COLORS */

.hub-btn.wipay {
	background: #00c853;
	color: white;
}

.hub-btn.endcash {
	background: #ff9800;
	color: white;
}

.hub-btn.portal {
	background: #2196f3;
	color: white;
}

/* TRUST NOTES */

.trust-note {
	margin-top: 1rem;
	font-size: 0.9rem;
	opacity: 0.85;
}

/* PORTAL INSTRUCTIONS */

.portal-instructions {
	background: rgba(255,255,255,0.12);
	border-radius: 10px;
	padding: 0.8rem 1rem;
	margin: 0.8rem 0 1.2rem;
	font-size: 0.88rem;
	text-align: left;
	line-height: 1.6;
}

.portal-instructions p {
	margin: 0.2rem 0;
}

/* CODE INPUT */

.code-input-wrap {
	display: flex;
	gap: 0.6rem;
	justify-content: center;
	margin: 1rem 0 0.5rem;
}

.code-input {
	width: 110px;
	padding: 0.75rem 1rem;
	border-radius: 10px;
	border: none;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	outline: none;
	background: rgba(255,255,255,0.95);
	color: #222;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.code-input::placeholder {
	color: #aaa;
	font-size: 1rem;
	letter-spacing: 0.05em;
}

.code-go-btn {
	padding: 0.75rem 1.4rem;
	border-radius: 10px;
	border: none;
	background: linear-gradient(135deg, #2196f3, #7907f4);
	color: white;
	font-size: 1.1rem;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	transition: transform 0.2s, box-shadow 0.2s;
}

.code-go-btn:hover {
	transform: scale(1.06);
	box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}

.code-error {
	color: #ffe0e0;
	font-size: 0.9rem;
	margin-top: 0.3rem;
}

/* DESKTOP GRID */

@media (min-width: 700px) {
	.hub-grid {
		grid-template-columns: 1fr 1fr;
	}
}