/* TeamFunArena.org - Norge Gratis Sosiale Spill - Nordisk Aurora Tema */
:root {
--gamebonding-primary: #0891b2;
--gamebonding-primary-dark: #0e7490;
--gamebonding-primary-light: #22d3ee;
--gamebonding-secondary: #8b5cf6;
--gamebonding-accent: #06b6d4;
--gamebonding-success: #10b981;
--gamebonding-warning: #f59e0b;
--gamebonding-error: #ef4444;
--gamebonding-gray-50: #f8fafc;
--gamebonding-gray-100: #f1f5f9;
--gamebonding-gray-200: #e2e8f0;
--gamebonding-gray-300: #cbd5e1;
--gamebonding-gray-400: #94a3b8;
--gamebonding-gray-500: #64748b;
--gamebonding-gray-600: #475569;
--gamebonding-gray-700: #334155;
--gamebonding-gray-800: #1e293b;
--gamebonding-gray-900: #0f172a;
--gamebonding-white: #ffffff;
--gamebonding-shadow-sm: 0 2px 8px rgba(8,145,178,0.08);
--gamebonding-shadow: 0 4px 12px rgba(8,145,178,0.12);
--gamebonding-shadow-md: 0 8px 24px rgba(8,145,178,0.15);
--gamebonding-shadow-lg: 0 16px 40px rgba(8,145,178,0.18);
--gamebonding-shadow-xl: 0 24px 56px rgba(8,145,178,0.22);
--gamebonding-gradient-primary: linear-gradient(135deg, #0891b2 0%, #8b5cf6 100%);
--gamebonding-gradient-hero: linear-gradient(135deg, #0f172a 0%, #1e3a5f 30%, #0e4166 60%, #0891b2 100%);
--gamebonding-gradient-aurora: linear-gradient(180deg, rgba(34,211,238,0.15) 0%, rgba(139,92,246,0.1) 50%, transparent 100%);
--gamebonding-border-radius: 12px;
--gamebonding-border-radius-lg: 16px;
--gamebonding-border-radius-xl: 24px;
--gamebonding-font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
--gamebonding-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
--gamebonding-transition-fast: all 0.25s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--gamebonding-font-family); line-height: 1.7; color: var(--gamebonding-gray-800); background: linear-gradient(180deg, var(--gamebonding-gray-50) 0%, var(--gamebonding-white) 100%); overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.3; margin-bottom: 1rem; color: var(--gamebonding-gray-900); word-wrap: break-word; }
h1 { font-size: 2.75rem; letter-spacing: -0.03em; } h2 { font-size: 2rem; letter-spacing: -0.02em; } h3 { font-size: 1.5rem; }
p { margin-bottom: 1rem; color: var(--gamebonding-gray-600); }
a { color: var(--gamebonding-primary); text-decoration: none; transition: var(--gamebonding-transition-fast); font-weight: 500; }
a:hover { color: var(--gamebonding-primary-dark); }

/* Nordic Aurora Animations */
@keyframes gamebonding-fadeInUp {
from { opacity: 0; transform: translateY(40px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes gamebonding-fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes gamebonding-pulse {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.08); opacity: 0.9; }
}
@keyframes gamebonding-float {
0%, 100% { transform: translateY(0) rotate(0deg); }
25% { transform: translateY(-8px) rotate(1deg); }
75% { transform: translateY(-4px) rotate(-1deg); }
}
@keyframes gamebonding-shimmer {
0% { background-position: -200% 0; }
100% { background-position: 200% 0; }
}
@keyframes gamebonding-aurora {
0%, 100% { background-position: 0% 50%; opacity: 0.6; }
50% { background-position: 100% 50%; opacity: 1; }
}
@keyframes gamebonding-glow {
0%, 100% { box-shadow: 0 0 20px rgba(8,145,178,0.3), 0 0 40px rgba(139,92,246,0.1); }
50% { box-shadow: 0 0 30px rgba(8,145,178,0.5), 0 0 60px rgba(139,92,246,0.2); }
}
@keyframes gamebonding-slideInLeft {
from { opacity: 0; transform: translateX(-60px); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes gamebonding-slideInRight {
from { opacity: 0; transform: translateX(60px); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes gamebonding-scaleIn {
from { opacity: 0; transform: scale(0.9); }
to { opacity: 1; transform: scale(1); }
}
@keyframes gamebonding-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes gamebonding-bounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-6px); }
}
@keyframes gamebonding-wave {
0%, 100% { transform: rotate(0deg); }
25% { transform: rotate(15deg); }
75% { transform: rotate(-10deg); }
}

.gamebonding-animate-fadeInUp { animation: gamebonding-fadeInUp 0.7s ease-out forwards; }
.gamebonding-animate-fadeIn { animation: gamebonding-fadeIn 0.5s ease-out forwards; }
.gamebonding-animate-pulse { animation: gamebonding-pulse 2.5s ease-in-out infinite; }
.gamebonding-animate-float { animation: gamebonding-float 4s ease-in-out infinite; }
.gamebonding-animate-glow { animation: gamebonding-glow 3s ease-in-out infinite; }

/* Layout */
.gamebonding-container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* Navbar - Glassmorphism Nordic Style */
.gamebonding-navbar { background: rgba(255,255,255,0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 1px 0 rgba(8,145,178,0.1); position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: var(--gamebonding-transition); }
.gamebonding-navbar-container { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; }
.gamebonding-navbar-brand { display: flex; align-items: center; gap: 0.75rem; font-size: 1.5rem; font-weight: 800; background: var(--gamebonding-gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.5px; transition: var(--gamebonding-transition); }
.gamebonding-navbar-brand:hover { transform: scale(1.02); }
.gamebonding-navbar-logo { height: 38px; width: auto; filter: drop-shadow(0 2px 4px rgba(8,145,178,0.2)); transition: var(--gamebonding-transition); }
.gamebonding-navbar-brand:hover .gamebonding-navbar-logo { transform: rotate(-3deg) scale(1.05); }
.gamebonding-navbar-toggle { display: none; flex-direction: column; gap: 5px; background: var(--gamebonding-gradient-primary); border: none; border-radius: var(--gamebonding-border-radius); cursor: pointer; padding: 12px; transition: var(--gamebonding-transition-fast); box-shadow: var(--gamebonding-shadow-sm); }
.gamebonding-navbar-toggle:hover { transform: scale(1.05); box-shadow: var(--gamebonding-shadow); }
.gamebonding-navbar-toggle-bar { width: 24px; height: 3px; background: var(--gamebonding-white); border-radius: 3px; transition: var(--gamebonding-transition); }
.gamebonding-navbar-menu { display: flex; align-items: center; gap: 0.5rem; list-style: none; margin-bottom: 0; }
.gamebonding-navbar-link { color: var(--gamebonding-gray-600); font-weight: 500; padding: 0.625rem 1rem; border-radius: var(--gamebonding-border-radius); position: relative; transition: var(--gamebonding-transition-fast); font-size: 0.95rem; display: block; }
.gamebonding-navbar-link::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background: var(--gamebonding-gradient-primary); transition: var(--gamebonding-transition-fast); transform: translateX(-50%); border-radius: 2px; }
.gamebonding-navbar-link:hover { color: var(--gamebonding-primary); }
.gamebonding-navbar-link:hover::after { width: 60%; }
.gamebonding-navbar-link.active { color: var(--gamebonding-primary); font-weight: 600; }
.gamebonding-navbar-link.active::after { width: 60%; }
.gamebonding-navbar-cta { background: var(--gamebonding-gradient-primary); color: var(--gamebonding-white); padding: 0.625rem 1.25rem; border-radius: 50px; font-weight: 600; transition: var(--gamebonding-transition); box-shadow: var(--gamebonding-shadow-sm); border: none; font-size: 0.95rem; }
.gamebonding-navbar-cta:hover { transform: translateY(-2px); box-shadow: var(--gamebonding-shadow-md); color: var(--gamebonding-white); }

@media (max-width: 768px) {
.gamebonding-navbar-toggle { display: flex; }
.gamebonding-navbar-menu { position: fixed; top: 70px; left: 0; right: 0; background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); flex-direction: column; padding: 1.5rem; box-shadow: var(--gamebonding-shadow-lg); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: var(--gamebonding-transition); z-index: 1000; gap: 0.75rem; border-radius: 0 0 var(--gamebonding-border-radius-lg) var(--gamebonding-border-radius-lg); }
.gamebonding-navbar-menu.active { transform: translateY(0); opacity: 1; visibility: visible; }
.gamebonding-navbar-menu li { width: 100%; }
.gamebonding-navbar-link { display: block; width: 100%; padding: 1rem; text-align: center; font-size: 1rem; border-radius: var(--gamebonding-border-radius); }
.gamebonding-navbar-link::after { display: none; }
.gamebonding-navbar-link:hover { background: var(--gamebonding-gray-100); }
.gamebonding-navbar-link.active { background: var(--gamebonding-gradient-primary); color: var(--gamebonding-white); }
.gamebonding-navbar-cta { text-align: center; display: block; padding: 1rem; }
.gamebonding-navbar-toggle.active .gamebonding-navbar-toggle-bar:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
.gamebonding-navbar-toggle.active .gamebonding-navbar-toggle-bar:nth-child(2) { opacity: 0; }
.gamebonding-navbar-toggle.active .gamebonding-navbar-toggle-bar:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }
.gamebonding-container { padding: 0 1rem; }
}

.gamebonding-main { margin-top: 70px; min-height: calc(100vh - 70px); }
.gamebonding-section { padding: 5rem 0; }
.gamebonding-section-alt { background: var(--gamebonding-white); position: relative; }

/* Hero - Nordic Aurora Design */
.gamebonding-hero { background: var(--gamebonding-gradient-hero); color: var(--gamebonding-white); padding: 6rem 0 5rem; position: relative; overflow: hidden; }
.gamebonding-hero::before { content: ''; position: absolute; inset: 0; background: var(--gamebonding-gradient-aurora); background-size: 200% 200%; animation: gamebonding-aurora 8s ease infinite; pointer-events: none; }
.gamebonding-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 120px; background: linear-gradient(to top, var(--gamebonding-gray-50), transparent); pointer-events: none; }
.gamebonding-hero-content { position: relative; z-index: 1; text-align: center; max-width: 800px; margin: 0 auto; animation: gamebonding-fadeInUp 0.8s ease-out; }
.gamebonding-hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.15); padding: 0.5rem 1.25rem; border-radius: 50px; font-size: 0.875rem; font-weight: 600; margin-bottom: 1.5rem; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); animation: gamebonding-float 4s ease-in-out infinite; }
.gamebonding-hero-badge i { animation: gamebonding-wave 2s ease-in-out infinite; }
.gamebonding-hero-title { font-size: 3.25rem; font-weight: 800; margin-bottom: 1.25rem; line-height: 1.15; color: var(--gamebonding-white); text-shadow: 0 2px 20px rgba(0,0,0,0.2); letter-spacing: -0.02em; }
.gamebonding-hero-subtitle { font-size: 1.2rem; margin-bottom: 2rem; color: rgba(255,255,255,0.9); font-weight: 400; line-height: 1.6; max-width: 600px; margin-left: auto; margin-right: auto; }
.gamebonding-hero-cta { display: inline-flex; align-items: center; gap: 0.75rem; background: var(--gamebonding-white); color: var(--gamebonding-primary-dark); padding: 1rem 2rem; border-radius: 50px; font-size: 1rem; font-weight: 700; transition: var(--gamebonding-transition); box-shadow: var(--gamebonding-shadow-lg); position: relative; overflow: hidden; }
.gamebonding-hero-cta::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(8,145,178,0.1), transparent); transition: 0.6s; }
.gamebonding-hero-cta:hover::before { left: 100%; }
.gamebonding-hero-cta:hover { transform: translateY(-3px) scale(1.02); box-shadow: var(--gamebonding-shadow-xl); color: var(--gamebonding-primary-dark); }
.gamebonding-hero-cta i { transition: var(--gamebonding-transition); }
.gamebonding-hero-cta:hover i { transform: translateX(3px); }

/* Feature Cards - Floating Nordic Cards */
.gamebonding-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.gamebonding-feature-card { background: var(--gamebonding-white); padding: 2rem 1.75rem; border-radius: var(--gamebonding-border-radius-xl); text-align: center; box-shadow: var(--gamebonding-shadow); transition: var(--gamebonding-transition); border: 1px solid var(--gamebonding-gray-100); position: relative; overflow: hidden; opacity: 0; animation: gamebonding-fadeInUp 0.6s ease-out forwards; }
.gamebonding-feature-card:nth-child(1) { animation-delay: 0.1s; }
.gamebonding-feature-card:nth-child(2) { animation-delay: 0.15s; }
.gamebonding-feature-card:nth-child(3) { animation-delay: 0.2s; }
.gamebonding-feature-card:nth-child(4) { animation-delay: 0.25s; }
.gamebonding-feature-card:nth-child(5) { animation-delay: 0.3s; }
.gamebonding-feature-card:nth-child(6) { animation-delay: 0.35s; }
.gamebonding-feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gamebonding-gradient-primary); transform: scaleX(0); transition: transform 0.4s ease; transform-origin: left; }
.gamebonding-feature-card:hover::before { transform: scaleX(1); }
.gamebonding-feature-card:hover { transform: translateY(-8px); box-shadow: var(--gamebonding-shadow-lg); border-color: rgba(8,145,178,0.2); }
.gamebonding-feature-icon { width: 64px; height: 64px; background: var(--gamebonding-gradient-primary); border-radius: var(--gamebonding-border-radius-lg); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; font-size: 1.5rem; color: var(--gamebonding-white); box-shadow: var(--gamebonding-shadow); transition: var(--gamebonding-transition); }
.gamebonding-feature-card:hover .gamebonding-feature-icon { transform: scale(1.1) rotate(5deg); animation: gamebonding-glow 2s ease-in-out infinite; }
.gamebonding-feature-title { font-size: 1.2rem; margin-bottom: 0.75rem; color: var(--gamebonding-gray-900); }
.gamebonding-feature-desc { color: var(--gamebonding-gray-500); line-height: 1.7; font-size: 0.95rem; margin-bottom: 0; }

/* Game Cards - Modern Nordic Style */
.gamebonding-games-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.gamebonding-game-card { background: var(--gamebonding-white); border-radius: var(--gamebonding-border-radius-xl); overflow: hidden; box-shadow: var(--gamebonding-shadow); transition: var(--gamebonding-transition); position: relative; border: 1px solid var(--gamebonding-gray-100); opacity: 0; animation: gamebonding-scaleIn 0.5s ease-out forwards; }
.gamebonding-game-card:nth-child(1) { animation-delay: 0.05s; }
.gamebonding-game-card:nth-child(2) { animation-delay: 0.1s; }
.gamebonding-game-card:nth-child(3) { animation-delay: 0.15s; }
.gamebonding-game-card:nth-child(4) { animation-delay: 0.2s; }
.gamebonding-game-card:nth-child(5) { animation-delay: 0.25s; }
.gamebonding-game-card:nth-child(6) { animation-delay: 0.3s; }
.gamebonding-game-card:nth-child(7) { animation-delay: 0.35s; }
.gamebonding-game-card:nth-child(8) { animation-delay: 0.4s; }
.gamebonding-game-card:nth-child(9) { animation-delay: 0.45s; }
.gamebonding-game-card:hover { transform: translateY(-6px); box-shadow: var(--gamebonding-shadow-lg); border-color: rgba(8,145,178,0.3); }
.gamebonding-game-card.featured { border: 2px solid var(--gamebonding-primary); box-shadow: var(--gamebonding-shadow-md); }
.gamebonding-game-card.featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gamebonding-gradient-primary); z-index: 1; }
.gamebonding-game-badge { position: absolute; top: 1rem; right: 1rem; background: var(--gamebonding-gradient-primary); color: var(--gamebonding-white); padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.75rem; font-weight: 700; z-index: 2; text-transform: uppercase; box-shadow: var(--gamebonding-shadow); letter-spacing: 0.5px; animation: gamebonding-pulse 2.5s ease-in-out infinite; }
.gamebonding-game-image { width: 100%; height: 200px; overflow: hidden; position: relative; background: linear-gradient(135deg, var(--gamebonding-gray-100) 0%, var(--gamebonding-gray-200) 100%); }
.gamebonding-game-image img { width: 100%; height: 100%; object-fit: cover; transition: var(--gamebonding-transition); }
.gamebonding-game-card:hover .gamebonding-game-image img { transform: scale(1.08); }
.gamebonding-game-content { padding: 1.5rem; }
.gamebonding-game-title { font-size: 1.2rem; margin-bottom: 0.5rem; color: var(--gamebonding-gray-900); }
.gamebonding-game-desc { color: var(--gamebonding-gray-500); margin-bottom: 1rem; line-height: 1.6; font-size: 0.9rem; }
.gamebonding-game-stats { display: flex; gap: 1.25rem; margin-bottom: 1rem; font-size: 0.85rem; color: var(--gamebonding-gray-400); font-weight: 500; }
.gamebonding-game-stats i { color: var(--gamebonding-primary); margin-right: 0.25rem; }
.gamebonding-game-play { width: 100%; background: var(--gamebonding-gradient-primary); color: var(--gamebonding-white); border: none; padding: 0.875rem 1.25rem; border-radius: var(--gamebonding-border-radius); font-weight: 600; cursor: pointer; transition: var(--gamebonding-transition); font-size: 0.95rem; box-shadow: var(--gamebonding-shadow-sm); position: relative; overflow: hidden; }
.gamebonding-game-play::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: 0.5s; }
.gamebonding-game-play:hover::before { left: 100%; }
.gamebonding-game-play:hover { transform: translateY(-2px); box-shadow: var(--gamebonding-shadow); }
.gamebonding-game-play i { transition: var(--gamebonding-transition); margin-right: 0.5rem; }
.gamebonding-game-play:hover i { transform: translateX(3px); }

/* Buttons */
.gamebonding-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 1.5rem; border-radius: 50px; font-weight: 600; transition: var(--gamebonding-transition); cursor: pointer; border: none; font-size: 0.95rem; position: relative; overflow: hidden; }
.gamebonding-btn-primary { background: var(--gamebonding-gradient-primary); color: var(--gamebonding-white); box-shadow: var(--gamebonding-shadow); }
.gamebonding-btn-primary::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: 0.5s; }
.gamebonding-btn-primary:hover::before { left: 100%; }
.gamebonding-btn-primary:hover { transform: translateY(-2px); box-shadow: var(--gamebonding-shadow-md); color: var(--gamebonding-white); }
.gamebonding-btn-secondary { background: var(--gamebonding-white); color: var(--gamebonding-primary); border: 2px solid var(--gamebonding-primary); }
.gamebonding-btn-secondary:hover { background: var(--gamebonding-gradient-primary); color: var(--gamebonding-white); border-color: transparent; transform: translateY(-2px); }

/* Footer - Dark Nordic */
.gamebonding-footer { background: linear-gradient(180deg, var(--gamebonding-gray-900) 0%, #0a0f1a 100%); color: var(--gamebonding-white); padding: 3.5rem 0 1.5rem; position: relative; }
.gamebonding-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gamebonding-primary), transparent); }
.gamebonding-footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2.5rem; margin-bottom: 2.5rem; }
.gamebonding-footer-section h3 { color: var(--gamebonding-white); margin-bottom: 1.25rem; font-size: 1.1rem; font-weight: 700; }
.gamebonding-footer-section p { margin-bottom: 0.625rem; color: var(--gamebonding-gray-400); font-size: 0.9rem; line-height: 1.7; }
.gamebonding-footer-section a { color: var(--gamebonding-gray-300); transition: var(--gamebonding-transition-fast); font-weight: 400; }
.gamebonding-footer-section a:hover { color: var(--gamebonding-primary-light); }
.gamebonding-disclaimer { background: rgba(255,255,255,0.03); padding: 1.5rem; border-radius: var(--gamebonding-border-radius-lg); margin-bottom: 1.5rem; border-left: 3px solid var(--gamebonding-primary); }
.gamebonding-disclaimer p { margin-bottom: 0.5rem; font-size: 0.85rem; line-height: 1.7; color: var(--gamebonding-gray-400); }
.gamebonding-disclaimer p:last-child { margin-bottom: 0; }
.gamebonding-disclaimer a { color: var(--gamebonding-primary-light); font-weight: 500; }
.gamebonding-footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 1.5rem; text-align: center; font-size: 0.85rem; color: var(--gamebonding-gray-500); }

/* Cookie Popup - Nordic Glassmorphism */
.gamebonding-cookie-popup { position: fixed; bottom: 1.5rem; left: 1.5rem; right: 1.5rem; max-width: 480px; background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); padding: 1.5rem; border-radius: var(--gamebonding-border-radius-xl); box-shadow: var(--gamebonding-shadow-xl); z-index: 9999; transform: translateY(150px); opacity: 0; transition: var(--gamebonding-transition); border: 1px solid rgba(8,145,178,0.1); }
.gamebonding-cookie-popup.show { transform: translateY(0); opacity: 1; animation: gamebonding-slideInLeft 0.5s ease-out; }
.gamebonding-cookie-content { margin-bottom: 1.25rem; }
.gamebonding-cookie-content h4 { margin-bottom: 0.5rem; color: var(--gamebonding-gray-900); font-size: 1.05rem; font-weight: 700; }
.gamebonding-cookie-content p { margin-bottom: 0.5rem; color: var(--gamebonding-gray-600); font-size: 0.9rem; line-height: 1.6; }
.gamebonding-cookie-actions { display: flex; gap: 0.75rem; }
.gamebonding-cookie-accept { background: var(--gamebonding-gradient-primary); color: var(--gamebonding-white); padding: 0.75rem 1.25rem; border-radius: 50px; font-weight: 600; border: none; cursor: pointer; transition: var(--gamebonding-transition); flex: 1; font-size: 0.9rem; box-shadow: var(--gamebonding-shadow-sm); }
.gamebonding-cookie-accept:hover { transform: translateY(-2px); box-shadow: var(--gamebonding-shadow); }
.gamebonding-cookie-link { color: var(--gamebonding-primary); font-weight: 600; font-size: 0.9rem; }

/* Forms */
.gamebonding-form-group { margin-bottom: 1.5rem; }
.gamebonding-form-label { display: block; margin-bottom: 0.5rem; font-weight: 600; color: var(--gamebonding-gray-700); font-size: 0.9rem; }
.gamebonding-form-control { width: 100%; padding: 0.875rem 1rem; border: 2px solid var(--gamebonding-gray-200); border-radius: var(--gamebonding-border-radius); font-size: 0.95rem; transition: var(--gamebonding-transition-fast); background: var(--gamebonding-white); font-family: var(--gamebonding-font-family); }
.gamebonding-form-control:focus { outline: none; border-color: var(--gamebonding-primary); box-shadow: 0 0 0 3px rgba(8,145,178,0.1); }
.gamebonding-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.gamebonding-form-control.error { border-color: var(--gamebonding-error); box-shadow: 0 0 0 3px rgba(239,68,68,0.1); animation: gamebonding-shake 0.5s ease; }
@keyframes gamebonding-shake {
0%, 100% { transform: translateX(0); }
25% { transform: translateX(-4px); }
75% { transform: translateX(4px); }
}

/* Alerts */
.gamebonding-alert { padding: 1rem 1.25rem; border-radius: var(--gamebonding-border-radius); margin-bottom: 1.25rem; border-left: 4px solid; font-size: 0.9rem; animation: gamebonding-fadeIn 0.4s ease-out; }
.gamebonding-alert-info { background: #ecfeff; border-color: var(--gamebonding-primary); color: #0e7490; }
.gamebonding-alert-success { background: #ecfdf5; border-color: var(--gamebonding-success); color: #047857; }
.gamebonding-alert-error { background: #fef2f2; border-color: var(--gamebonding-error); color: #b91c1c; }

/* Page Heroes */
.gamebonding-contact-hero, .gamebonding-privacy-hero, .gamebonding-terms-hero, .gamebonding-cookies-hero, .gamebonding-about-hero, .gamebonding-games-hero { background: var(--gamebonding-gradient-hero); color: var(--gamebonding-white); text-align: center; padding: 5rem 0 4rem; position: relative; overflow: hidden; }
.gamebonding-contact-hero::before, .gamebonding-privacy-hero::before, .gamebonding-terms-hero::before, .gamebonding-cookies-hero::before, .gamebonding-about-hero::before, .gamebonding-games-hero::before { content: ''; position: absolute; inset: 0; background: var(--gamebonding-gradient-aurora); background-size: 200% 200%; animation: gamebonding-aurora 8s ease infinite; pointer-events: none; }
.gamebonding-contact-hero::after, .gamebonding-privacy-hero::after, .gamebonding-terms-hero::after, .gamebonding-cookies-hero::after, .gamebonding-about-hero::after, .gamebonding-games-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 80px; background: linear-gradient(to top, var(--gamebonding-gray-50), transparent); pointer-events: none; }
.gamebonding-contact-hero-icon, .gamebonding-privacy-hero-icon, .gamebonding-terms-hero-icon, .gamebonding-cookies-hero-icon, .gamebonding-about-hero-icon { width: 72px; height: 72px; background: rgba(255,255,255,0.15); border-radius: var(--gamebonding-border-radius-lg); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; font-size: 1.75rem; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); box-shadow: 0 4px 20px rgba(0,0,0,0.1); animation: gamebonding-float 4s ease-in-out infinite; }
.gamebonding-contact-hero h1, .gamebonding-privacy-hero h1, .gamebonding-terms-hero h1, .gamebonding-cookies-hero h1, .gamebonding-about-hero h1, .gamebonding-games-hero-content h1 { font-size: 2.25rem; margin-bottom: 0.75rem; color: var(--gamebonding-white); text-shadow: 0 2px 10px rgba(0,0,0,0.15); position: relative; z-index: 1; animation: gamebonding-fadeInUp 0.6s ease-out; }
.gamebonding-contact-hero-subtitle, .gamebonding-privacy-hero-subtitle, .gamebonding-terms-hero-subtitle, .gamebonding-cookies-hero-subtitle, .gamebonding-about-hero-subtitle, .gamebonding-games-hero-subtitle { font-size: 1.05rem; color: rgba(255,255,255,0.9); font-weight: 400; position: relative; z-index: 1; animation: gamebonding-fadeInUp 0.7s ease-out; }
.gamebonding-contact-hero-date, .gamebonding-privacy-hero-date, .gamebonding-terms-hero-date, .gamebonding-cookies-hero-date { font-size: 0.875rem; color: rgba(255,255,255,0.7); margin-top: 0.5rem; position: relative; z-index: 1; }

/* Contact Page */
.gamebonding-contact-content { display: grid; grid-template-columns: 1fr 1.3fr; gap: 2rem; margin-top: 2.5rem; }
.gamebonding-contact-info-card, .gamebonding-contact-form-card { background: var(--gamebonding-white); padding: 2rem; border-radius: var(--gamebonding-border-radius-xl); box-shadow: var(--gamebonding-shadow); border: 1px solid var(--gamebonding-gray-100); animation: gamebonding-fadeInUp 0.6s ease-out; }
.gamebonding-contact-info-card { animation-delay: 0.1s; }
.gamebonding-contact-form-card { animation-delay: 0.15s; }
.gamebonding-contact-info-card h3, .gamebonding-contact-form-card h3 { display: flex; align-items: center; gap: 0.625rem; margin-bottom: 1.25rem; color: var(--gamebonding-gray-900); font-size: 1.25rem; }
.gamebonding-contact-details { display: flex; flex-direction: column; gap: 1.25rem; }
.gamebonding-contact-detail-item { display: flex; gap: 1rem; transition: var(--gamebonding-transition); }
.gamebonding-contact-detail-item:hover { transform: translateX(4px); }
.gamebonding-contact-detail-icon { width: 48px; height: 48px; background: var(--gamebonding-gradient-primary); border-radius: var(--gamebonding-border-radius); display: flex; align-items: center; justify-content: center; color: var(--gamebonding-white); font-size: 1.1rem; flex-shrink: 0; box-shadow: var(--gamebonding-shadow-sm); transition: var(--gamebonding-transition); }
.gamebonding-contact-detail-item:hover .gamebonding-contact-detail-icon { transform: scale(1.1); }
.gamebonding-contact-detail-content h4 { margin-bottom: 0.25rem; color: var(--gamebonding-gray-900); font-size: 0.95rem; font-weight: 600; }
.gamebonding-contact-detail-content p { margin-bottom: 0; color: var(--gamebonding-gray-500); font-size: 0.9rem; }
.gamebonding-form-description { color: var(--gamebonding-gray-500); margin-bottom: 1.5rem; font-size: 0.9rem; line-height: 1.6; }

/* Content Sections */
.gamebonding-privacy-content, .gamebonding-terms-content, .gamebonding-cookies-content, .gamebonding-about-content { max-width: 800px; margin: 0 auto; }
.gamebonding-privacy-section, .gamebonding-terms-section, .gamebonding-cookies-section, .gamebonding-about-section { margin-bottom: 1.5rem; padding: 2rem; background: var(--gamebonding-white); border-radius: var(--gamebonding-border-radius-xl); box-shadow: var(--gamebonding-shadow-sm); border: 1px solid var(--gamebonding-gray-100); position: relative; opacity: 0; animation: gamebonding-fadeInUp 0.5s ease-out forwards; }
.gamebonding-privacy-section:nth-child(1), .gamebonding-terms-section:nth-child(1), .gamebonding-cookies-section:nth-child(1), .gamebonding-about-section:nth-child(1) { animation-delay: 0.1s; }
.gamebonding-privacy-section:nth-child(2), .gamebonding-terms-section:nth-child(2), .gamebonding-cookies-section:nth-child(2), .gamebonding-about-section:nth-child(2) { animation-delay: 0.15s; }
.gamebonding-privacy-section:nth-child(3), .gamebonding-terms-section:nth-child(3), .gamebonding-cookies-section:nth-child(3), .gamebonding-about-section:nth-child(3) { animation-delay: 0.2s; }
.gamebonding-privacy-section:nth-child(n+4), .gamebonding-terms-section:nth-child(n+4), .gamebonding-cookies-section:nth-child(n+4), .gamebonding-about-section:nth-child(n+4) { animation-delay: 0.25s; }
.gamebonding-privacy-section h2, .gamebonding-terms-section h2, .gamebonding-cookies-section h2, .gamebonding-about-section h2 { display: flex; align-items: center; gap: 0.625rem; margin-bottom: 1rem; color: var(--gamebonding-gray-900); font-size: 1.35rem; }
.gamebonding-privacy-section h2 i, .gamebonding-terms-section h2 i, .gamebonding-cookies-section h2 i, .gamebonding-about-section h2 i { color: var(--gamebonding-primary); }
.gamebonding-privacy-section h3, .gamebonding-terms-section h3, .gamebonding-cookies-section h3 { color: var(--gamebonding-gray-800); margin: 1.25rem 0 0.75rem 0; font-size: 1.1rem; font-weight: 600; }
.gamebonding-privacy-section p, .gamebonding-terms-section p, .gamebonding-cookies-section p, .gamebonding-about-section p { margin-bottom: 0.75rem; line-height: 1.7; color: var(--gamebonding-gray-600); font-size: 0.95rem; }
.gamebonding-privacy-section ul, .gamebonding-terms-section ul, .gamebonding-cookies-section ul, .gamebonding-about-section ul { margin-bottom: 0.75rem; padding-left: 1.5rem; }
.gamebonding-privacy-section li, .gamebonding-terms-section li, .gamebonding-cookies-section li, .gamebonding-about-section li { margin-bottom: 0.5rem; line-height: 1.6; color: var(--gamebonding-gray-600); font-size: 0.95rem; }
.gamebonding-privacy-section a, .gamebonding-terms-section a, .gamebonding-cookies-section a { color: var(--gamebonding-primary); font-weight: 500; }
.gamebonding-privacy-section a:hover, .gamebonding-terms-section a:hover, .gamebonding-cookies-section a:hover { text-decoration: underline; }

/* Games Stats */
.gamebonding-games-stats { display: flex; justify-content: center; gap: 3rem; margin-top: 2rem; position: relative; z-index: 1; animation: gamebonding-fadeInUp 0.8s ease-out; }
.gamebonding-stat-item { text-align: center; }
.gamebonding-stat-number { display: block; font-size: 2rem; font-weight: 800; margin-bottom: 0.25rem; background: linear-gradient(135deg, var(--gamebonding-white) 0%, var(--gamebonding-primary-light) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gamebonding-stat-label { font-size: 0.875rem; opacity: 0.85; font-weight: 500; color: rgba(255,255,255,0.9); }

/* Utility Classes */
.gamebonding-text-center { text-align: center; }
.gamebonding-mb-5 { margin-bottom: 3rem; }
.gamebonding-mt-5 { margin-top: 3rem; }

/* CTA Section */
.gamebonding-cta-content { text-align: center; max-width: 700px; margin: 0 auto; padding: 2.5rem; background: var(--gamebonding-white); border-radius: var(--gamebonding-border-radius-xl); box-shadow: var(--gamebonding-shadow); border: 1px solid var(--gamebonding-gray-100); animation: gamebonding-fadeInUp 0.6s ease-out; }
.gamebonding-cta-content h2 { margin-bottom: 0.75rem; }
.gamebonding-cta-content p { margin-bottom: 1.75rem; font-size: 1rem; }
.gamebonding-cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.gamebonding-disclaimer-section { background: var(--gamebonding-gray-50); }

/* Mobile Responsive */
@media (max-width: 768px) {
.gamebonding-hero-title { font-size: 2.25rem; }
.gamebonding-hero-subtitle { font-size: 1rem; }
.gamebonding-features-grid { grid-template-columns: 1fr; gap: 1rem; }
.gamebonding-games-grid { grid-template-columns: 1fr; gap: 1rem; }
.gamebonding-contact-content { grid-template-columns: 1fr; gap: 1.5rem; }
.gamebonding-form-row { grid-template-columns: 1fr; }
.gamebonding-cookie-popup { left: 1rem; right: 1rem; bottom: 1rem; padding: 1.25rem; }
.gamebonding-cookie-actions { flex-direction: column; }
.gamebonding-games-stats { flex-direction: column; gap: 1.5rem; }
.gamebonding-privacy-section, .gamebonding-terms-section, .gamebonding-cookies-section, .gamebonding-about-section { padding: 1.5rem; }
h1 { font-size: 2rem; } h2 { font-size: 1.5rem; } h3 { font-size: 1.25rem; }
.gamebonding-cta-actions { flex-direction: column; }
.gamebonding-cta-content { padding: 1.5rem; }
.gamebonding-privacy-section h2, .gamebonding-terms-section h2, .gamebonding-cookies-section h2 { font-size: 1.15rem; }
.gamebonding-hero { padding: 4.5rem 0 4rem; }
.gamebonding-section { padding: 3.5rem 0; }
.gamebonding-contact-info-card, .gamebonding-contact-form-card { padding: 1.5rem; }
}

/* Message Component */
.gamebonding-message { margin: 1.25rem 0; }
.gamebonding-about-subtitle { max-width: 700px; margin: 1rem auto 2.5rem; }
.gamebonding-message-icon { display: flex; align-items: center; gap: 0.5rem; }
.gamebonding-btn-loading { display: inline-flex; align-items: center; gap: 0.5rem; }
.gamebonding-btn-loading .fa-spin { animation: gamebonding-spin 1s linear infinite; }

/* Cookie Management */
.gamebonding-cookie-management { margin-top: 1.5rem; }
.gamebonding-cookie-option { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem; background: var(--gamebonding-gray-50); border-radius: var(--gamebonding-border-radius); margin-bottom: 1rem; border: 1px solid var(--gamebonding-gray-200); transition: var(--gamebonding-transition); }
.gamebonding-cookie-option:hover { border-color: var(--gamebonding-primary); transform: translateX(3px); }
.gamebonding-cookie-info h3 { margin-bottom: 0.375rem; font-size: 1rem; font-weight: 600; }
.gamebonding-cookie-info p { margin-bottom: 0; font-size: 0.85rem; }
.gamebonding-cookie-toggle { display: flex; align-items: center; gap: 0.5rem; }

/* Scroll reveal animation helper */
.gamebonding-reveal { opacity: 0; transform: translateY(25px); transition: opacity 0.6s ease, transform 0.6s ease; }
.gamebonding-reveal.revealed { opacity: 1; transform: translateY(0); }

/* Popular Games Section Badge */
.gamebonding-popular-games { background: var(--gamebonding-gray-50); }
