/* gamefriendszone.com - Finland Free Social Gaming - Modern Indigo/Purple Theme */
:root {
--gamefriendszone-primary: #6366f1;
--gamefriendszone-primary-dark: #4f46e5;
--gamefriendszone-primary-light: #818cf8;
--gamefriendszone-secondary: #84cc16;
--gamefriendszone-accent: #a855f7;
--gamefriendszone-success: #10b981;
--gamefriendszone-warning: #fbbf24;
--gamefriendszone-error: #ef4444;
--gamefriendszone-gray-50: #f9fafb;
--gamefriendszone-gray-100: #f3f4f6;
--gamefriendszone-gray-200: #e5e7eb;
--gamefriendszone-gray-300: #d1d5db;
--gamefriendszone-gray-400: #9ca3af;
--gamefriendszone-gray-500: #6b7280;
--gamefriendszone-gray-600: #4b5563;
--gamefriendszone-gray-700: #374151;
--gamefriendszone-gray-800: #1f2937;
--gamefriendszone-gray-900: #111827;
--gamefriendszone-white: #ffffff;
--gamefriendszone-shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
--gamefriendszone-shadow: 0 4px 6px rgba(0,0,0,0.07);
--gamefriendszone-shadow-md: 0 10px 15px rgba(0,0,0,0.1);
--gamefriendszone-shadow-lg: 0 20px 25px rgba(0,0,0,0.15);
--gamefriendszone-shadow-xl: 0 25px 50px rgba(0,0,0,0.25);
--gamefriendszone-gradient-primary: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
--gamefriendszone-gradient-hero: linear-gradient(135deg, #4f46e5 0%, #6366f1 35%, #a855f7 70%, #84cc16 100%);
--gamefriendszone-border-radius: 12px;
--gamefriendszone-border-radius-lg: 16px;
--gamefriendszone-border-radius-xl: 24px;
--gamefriendszone-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
--gamefriendszone-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--gamefriendszone-transition-fast: all 0.15s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--gamefriendszone-font-family); line-height: 1.7; color: var(--gamefriendszone-gray-800); background-color: var(--gamefriendszone-gray-50); overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.25; margin-bottom: 1rem; color: var(--gamefriendszone-gray-900); word-wrap: break-word; overflow-wrap: break-word; hyphens: auto; }
h1 { font-size: clamp(2rem, 5vw, 2.75rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.1rem); }
h3 { font-size: clamp(1.25rem, 3vw, 1.6rem); }
p { margin-bottom: 1rem; color: var(--gamefriendszone-gray-600); word-wrap: break-word; overflow-wrap: break-word; }
a { color: var(--gamefriendszone-primary); text-decoration: none; transition: var(--gamefriendszone-transition-fast); word-wrap: break-word; overflow-wrap: break-word; hyphens: auto; }
a:hover { color: var(--gamefriendszone-primary-dark); }

.gamefriendszone-container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.gamefriendszone-navbar { background: var(--gamefriendszone-white); box-shadow: var(--gamefriendszone-shadow-md); position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: var(--gamefriendszone-transition); backdrop-filter: blur(12px); background: rgba(255,255,255,0.95); }
.gamefriendszone-navbar-container { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; }
.gamefriendszone-navbar-brand { display: flex; align-items: center; gap: 0.75rem; font-size: 1.4rem; font-weight: 800; background: var(--gamefriendszone-gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.5px; }
.gamefriendszone-navbar-logo { height: 46px; width: auto; }
.gamefriendszone-navbar-toggle { display: none; flex-direction: column; gap: 6px; background: var(--gamefriendszone-primary); border: none; border-radius: var(--gamefriendszone-border-radius); cursor: pointer; padding: 12px; transition: var(--gamefriendszone-transition-fast); }
.gamefriendszone-navbar-toggle:hover { background: var(--gamefriendszone-primary-dark); transform: scale(1.05); }
.gamefriendszone-navbar-toggle-bar { width: 26px; height: 3px; background: var(--gamefriendszone-white); border-radius: 3px; transition: var(--gamefriendszone-transition); }
.gamefriendszone-navbar-menu { display: flex; align-items: center; gap: 0.5rem; list-style: none; margin-bottom: 0; }
.gamefriendszone-navbar-link { color: var(--gamefriendszone-gray-700); font-weight: 600; padding: 0.75rem 1.1rem; border-radius: var(--gamefriendszone-border-radius); position: relative; transition: var(--gamefriendszone-transition); font-size: 0.95rem; white-space: nowrap; }
.gamefriendszone-navbar-link:hover { background: var(--gamefriendszone-gray-100); color: var(--gamefriendszone-primary); transform: translateY(-1px); }
.gamefriendszone-navbar-link.active { background: var(--gamefriendszone-gradient-primary); color: var(--gamefriendszone-white); }
.gamefriendszone-navbar-cta { background: var(--gamefriendszone-gradient-primary); color: var(--gamefriendszone-white); padding: 0.75rem 1.5rem; border-radius: 999px; font-weight: 700; transition: var(--gamefriendszone-transition); box-shadow: var(--gamefriendszone-shadow); border: none; font-size: 0.95rem; white-space: nowrap; }
.gamefriendszone-navbar-cta:hover { transform: translateY(-3px); box-shadow: var(--gamefriendszone-shadow-lg); color: var(--gamefriendszone-white); }

@media (max-width: 768px) {
.gamefriendszone-navbar-toggle { display: flex; }
.gamefriendszone-navbar-menu { position: fixed; top: 78px; left: 0; right: 0; background: var(--gamefriendszone-white); flex-direction: column; padding: 2rem 1.5rem; box-shadow: var(--gamefriendszone-shadow-xl); transform: translateY(-150%); opacity: 0; visibility: hidden; transition: var(--gamefriendszone-transition); z-index: 1000; gap: 0.75rem; max-height: calc(100vh - 78px); overflow-y: auto; }
.gamefriendszone-navbar-menu.active { transform: translateY(0); opacity: 1; visibility: visible; }
.gamefriendszone-navbar-menu li { width: 100%; }
.gamefriendszone-navbar-link { display: block; width: 100%; padding: 1rem 1.2rem; text-align: center; font-size: 1rem; }
.gamefriendszone-navbar-link:hover { background: var(--gamefriendszone-primary); color: var(--gamefriendszone-white); }
.gamefriendszone-navbar-cta { text-align: center; display: block; padding: 1rem 1.2rem; margin-top: 0.5rem; }
.gamefriendszone-navbar-toggle.active .gamefriendszone-navbar-toggle-bar:nth-child(1) { transform: rotate(45deg) translate(9px, 9px); }
.gamefriendszone-navbar-toggle.active .gamefriendszone-navbar-toggle-bar:nth-child(2) { opacity: 0; }
.gamefriendszone-navbar-toggle.active .gamefriendszone-navbar-toggle-bar:nth-child(3) { transform: rotate(-45deg) translate(8px, -8px); }
}

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

.gamefriendszone-hero { background: var(--gamefriendszone-gradient-hero); color: var(--gamefriendszone-white); padding: 6rem 0; position: relative; overflow: hidden; }
.gamefriendszone-hero::before { content: ''; position: absolute; top: -50%; right: -20%; width: 80%; height: 180%; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%); transform: rotate(15deg); pointer-events: none; }
.gamefriendszone-hero-content { position: relative; z-index: 1; text-align: center; max-width: 800px; margin: 0 auto; }
.gamefriendszone-hero-badge { display: inline-flex; align-items: center; gap: 0.6rem; background: rgba(255,255,255,0.2); padding: 0.6rem 1.4rem; border-radius: 50px; font-size: 0.88rem; font-weight: 700; margin-bottom: 1.8rem; backdrop-filter: blur(10px); border: 2px solid rgba(255,255,255,0.3); letter-spacing: 0.3px; }
.gamefriendszone-hero-title { font-size: clamp(2.2rem, 6vw, 3.5rem); font-weight: 800; margin-bottom: 1.5rem; line-height: 1.15; color: var(--gamefriendszone-white); text-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.gamefriendszone-hero-subtitle { font-size: clamp(1rem, 3vw, 1.25rem); margin-bottom: 2.5rem; color: var(--gamefriendszone-white); opacity: 0.95; font-weight: 400; line-height: 1.6; }
.gamefriendszone-hero-cta { display: inline-flex; align-items: center; gap: 0.75rem; background: var(--gamefriendszone-white); color: var(--gamefriendszone-primary); padding: 1.1rem 2.2rem; border-radius: var(--gamefriendszone-border-radius-lg); font-size: 1.1rem; font-weight: 700; transition: var(--gamefriendszone-transition); box-shadow: var(--gamefriendszone-shadow-xl); }
.gamefriendszone-hero-cta:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 30px 60px rgba(0,0,0,0.3); color: var(--gamefriendszone-primary); }

.gamefriendszone-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2.5rem; margin-top: 3rem; }
.gamefriendszone-feature-card { background: var(--gamefriendszone-white); padding: 2.5rem 2rem; border-radius: var(--gamefriendszone-border-radius-xl); text-align: center; box-shadow: var(--gamefriendszone-shadow); transition: var(--gamefriendszone-transition); border: 1px solid var(--gamefriendszone-gray-200); }
.gamefriendszone-feature-card:hover { transform: translateY(-8px); box-shadow: var(--gamefriendszone-shadow-xl); border-color: var(--gamefriendszone-primary); }
.gamefriendszone-feature-icon { width: 70px; height: 70px; background: var(--gamefriendszone-gradient-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 1.8rem; color: var(--gamefriendszone-white); box-shadow: var(--gamefriendszone-shadow-md); }
.gamefriendszone-feature-title { font-size: 1.25rem; margin-bottom: 0.85rem; color: var(--gamefriendszone-gray-900); }
.gamefriendszone-feature-desc { color: var(--gamefriendszone-gray-600); line-height: 1.7; font-size: 0.98rem; }

.gamefriendszone-games-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 2rem; margin-top: 2.5rem; }
.gamefriendszone-game-card { background: var(--gamefriendszone-white); border-radius: var(--gamefriendszone-border-radius-xl); overflow: hidden; box-shadow: var(--gamefriendszone-shadow-md); transition: var(--gamefriendszone-transition); position: relative; border: 2px solid transparent; }
.gamefriendszone-game-card:hover { transform: translateY(-8px); box-shadow: var(--gamefriendszone-shadow-xl); border-color: var(--gamefriendszone-primary); }
.gamefriendszone-game-card.featured { border-color: var(--gamefriendszone-secondary); }
.gamefriendszone-game-badge { position: absolute; top: 1rem; right: 1rem; background: var(--gamefriendszone-secondary); color: var(--gamefriendszone-white); padding: 0.45rem 1.1rem; border-radius: 50px; font-size: 0.8rem; font-weight: 700; z-index: 1; text-transform: uppercase; box-shadow: var(--gamefriendszone-shadow-md); letter-spacing: 0.5px; }
.gamefriendszone-game-image { width: 100%; height: 220px; overflow: hidden; position: relative; background: var(--gamefriendszone-gray-100); }
.gamefriendszone-game-image img { width: 100%; height: 100%; object-fit: cover; transition: var(--gamefriendszone-transition); }
.gamefriendszone-game-card:hover .gamefriendszone-game-image img { transform: scale(1.1); }
.gamefriendszone-game-content { padding: 1.8rem; }
.gamefriendszone-game-title { font-size: 1.25rem; margin-bottom: 0.7rem; color: var(--gamefriendszone-gray-900); }
.gamefriendszone-game-desc { color: var(--gamefriendszone-gray-600); margin-bottom: 1.2rem; line-height: 1.65; font-size: 0.98rem; }
.gamefriendszone-game-stats { display: flex; gap: 1.2rem; margin-bottom: 1.2rem; font-size: 0.88rem; color: var(--gamefriendszone-gray-500); }
.gamefriendszone-game-play { width: 100%; background: var(--gamefriendszone-gradient-primary); color: var(--gamefriendszone-white); border: none; padding: 0.9rem 1.3rem; border-radius: var(--gamefriendszone-border-radius); font-weight: 700; cursor: pointer; transition: var(--gamefriendszone-transition); font-size: 1rem; }
.gamefriendszone-game-play:hover { transform: translateY(-2px); box-shadow: var(--gamefriendszone-shadow-lg); }

.gamefriendszone-btn { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.9rem 1.6rem; border-radius: var(--gamefriendszone-border-radius-lg); font-weight: 700; transition: var(--gamefriendszone-transition); cursor: pointer; border: none; font-size: 1rem; }
.gamefriendszone-btn-primary { background: var(--gamefriendszone-gradient-primary); color: var(--gamefriendszone-white); box-shadow: var(--gamefriendszone-shadow); }
.gamefriendszone-btn-primary:hover { transform: translateY(-3px); box-shadow: var(--gamefriendszone-shadow-lg); color: var(--gamefriendszone-white); }
.gamefriendszone-btn-secondary { background: var(--gamefriendszone-white); color: var(--gamefriendszone-primary); border: 2px solid var(--gamefriendszone-primary); }
.gamefriendszone-btn-secondary:hover { background: var(--gamefriendszone-primary); color: var(--gamefriendszone-white); }

.gamefriendszone-footer { background: var(--gamefriendszone-gray-900); color: var(--gamefriendszone-white); padding: 3.5rem 0 1.5rem; }
.gamefriendszone-footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2.5rem; margin-bottom: 2.5rem; }
.gamefriendszone-footer-section h3 { color: var(--gamefriendszone-white); margin-bottom: 1.2rem; font-size: 1.2rem; }
.gamefriendszone-footer-section p { margin-bottom: 0.7rem; color: var(--gamefriendszone-gray-300); font-size: 0.94rem; line-height: 1.6; }
.gamefriendszone-footer-section a { color: var(--gamefriendszone-gray-200); transition: var(--gamefriendszone-transition-fast); }
.gamefriendszone-footer-section a:hover { color: var(--gamefriendszone-white); text-decoration: underline; }
.gamefriendszone-disclaimer { background: var(--gamefriendszone-gray-800); padding: 1.8rem; border-radius: var(--gamefriendszone-border-radius-lg); margin-bottom: 2rem; border-left: 5px solid var(--gamefriendszone-secondary); }
.gamefriendszone-disclaimer p { margin-bottom: 0.8rem; font-size: 0.92rem; line-height: 1.7; color: var(--gamefriendszone-gray-200); }
.gamefriendszone-disclaimer a { color: var(--gamefriendszone-secondary); font-weight: 700; }
.gamefriendszone-footer-bottom { border-top: 1px solid var(--gamefriendszone-gray-700); padding-top: 1.8rem; text-align: center; font-size: 0.9rem; color: var(--gamefriendszone-gray-300); }

.gamefriendszone-cookie-popup { position: fixed; bottom: 1.5rem; left: 1.5rem; right: 1.5rem; max-width: 550px; background: var(--gamefriendszone-white); padding: 1.8rem; border-radius: var(--gamefriendszone-border-radius-xl); box-shadow: var(--gamefriendszone-shadow-xl); z-index: 9999; transform: translateY(200px); opacity: 0; transition: var(--gamefriendszone-transition); border: 3px solid var(--gamefriendszone-primary); }
.gamefriendszone-cookie-popup.show { transform: translateY(0); opacity: 1; }
.gamefriendszone-cookie-content { margin-bottom: 1.2rem; }
.gamefriendszone-cookie-content h4 { margin-bottom: 0.6rem; color: var(--gamefriendszone-gray-900); font-size: 1.1rem; }
.gamefriendszone-cookie-content p { margin-bottom: 0.6rem; color: var(--gamefriendszone-gray-600); font-size: 0.94rem; line-height: 1.6; }
.gamefriendszone-cookie-actions { display: flex; gap: 0.8rem; }
.gamefriendszone-cookie-accept { background: var(--gamefriendszone-gradient-primary); color: var(--gamefriendszone-white); padding: 0.8rem 1.4rem; border-radius: var(--gamefriendszone-border-radius); font-weight: 700; border: none; cursor: pointer; transition: var(--gamefriendszone-transition); flex: 1; }
.gamefriendszone-cookie-accept:hover { transform: translateY(-2px); box-shadow: var(--gamefriendszone-shadow-md); }
.gamefriendszone-cookie-link { color: var(--gamefriendszone-primary); font-weight: 700; font-size: 0.94rem; }

.gamefriendszone-form-group { margin-bottom: 1.8rem; }
.gamefriendszone-form-label { display: block; margin-bottom: 0.6rem; font-weight: 600; color: var(--gamefriendszone-gray-700); font-size: 0.96rem; }
.gamefriendszone-form-control { width: 100%; padding: 0.9rem 1.1rem; border: 2px solid var(--gamefriendszone-gray-300); border-radius: var(--gamefriendszone-border-radius); font-size: 1rem; transition: var(--gamefriendszone-transition-fast); background: var(--gamefriendszone-white); font-family: var(--gamefriendszone-font-family); }
.gamefriendszone-form-control:focus { outline: none; border-color: var(--gamefriendszone-primary); box-shadow: 0 0 0 4px rgba(99,102,241,0.1); }
.gamefriendszone-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.gamefriendszone-form-control.error { border-color: var(--gamefriendszone-error); box-shadow: 0 0 0 3px rgba(239,68,68,0.1); }

.gamefriendszone-alert { padding: 1.1rem 1.4rem; border-radius: var(--gamefriendszone-border-radius-lg); margin-bottom: 1.2rem; border-left: 5px solid; font-size: 0.96rem; }
.gamefriendszone-alert-info { background: #dbeafe; border-color: var(--gamefriendszone-primary); color: #1e40af; }
.gamefriendszone-alert-success { background: #d1fae5; border-color: var(--gamefriendszone-success); color: #065f46; }
.gamefriendszone-alert-error { background: #fee2e2; border-color: var(--gamefriendszone-error); color: #991b1b; }

.gamefriendszone-contact-hero, .gamefriendszone-privacy-hero, .gamefriendszone-terms-hero, .gamefriendszone-cookies-hero, .gamefriendszone-about-hero, .gamefriendszone-games-hero { background: var(--gamefriendszone-gradient-hero); color: var(--gamefriendszone-white); text-align: center; padding: 5rem 0; }
.gamefriendszone-contact-hero-icon, .gamefriendszone-privacy-hero-icon, .gamefriendszone-terms-hero-icon, .gamefriendszone-cookies-hero-icon, .gamefriendszone-about-hero-icon { width: 80px; height: 80px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 2rem; backdrop-filter: blur(10px); border: 3px solid rgba(255,255,255,0.3); }
.gamefriendszone-contact-hero h1, .gamefriendszone-privacy-hero h1, .gamefriendszone-terms-hero h1, .gamefriendszone-cookies-hero h1, .gamefriendszone-about-hero h1, .gamefriendszone-games-hero-content h1 { font-size: clamp(2rem, 5vw, 2.75rem); margin-bottom: 1rem; color: var(--gamefriendszone-white); text-shadow: 0 2px 15px rgba(0,0,0,0.3); }
.gamefriendszone-contact-hero-subtitle, .gamefriendszone-privacy-hero-subtitle, .gamefriendszone-terms-hero-subtitle, .gamefriendszone-cookies-hero-subtitle, .gamefriendszone-about-hero-subtitle, .gamefriendszone-games-hero-subtitle { font-size: clamp(0.95rem, 2.5vw, 1.15rem); color: var(--gamefriendszone-white); opacity: 0.95; font-weight: 400; }
.gamefriendszone-contact-hero-date, .gamefriendszone-privacy-hero-date, .gamefriendszone-terms-hero-date, .gamefriendszone-cookies-hero-date { font-size: 0.92rem; color: var(--gamefriendszone-white); opacity: 0.85; margin-top: 0.5rem; }

.gamefriendszone-contact-content { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin-top: 2.5rem; }
.gamefriendszone-contact-info-card, .gamefriendszone-contact-form-card { background: var(--gamefriendszone-white); padding: 2.5rem; border-radius: var(--gamefriendszone-border-radius-xl); box-shadow: var(--gamefriendszone-shadow-md); border-top: 5px solid var(--gamefriendszone-secondary); }
.gamefriendszone-contact-info-card h3, .gamefriendszone-contact-form-card h3 { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1.5rem; color: var(--gamefriendszone-gray-900); }
.gamefriendszone-contact-details { display: flex; flex-direction: column; gap: 1.5rem; }
.gamefriendszone-contact-detail-item { display: flex; gap: 1.2rem; }
.gamefriendszone-contact-detail-icon { width: 52px; height: 52px; background: var(--gamefriendszone-gradient-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gamefriendszone-white); font-size: 1.3rem; flex-shrink: 0; }
.gamefriendszone-contact-detail-content h4 { margin-bottom: 0.4rem; color: var(--gamefriendszone-gray-900); font-size: 1.05rem; }
.gamefriendszone-contact-detail-content p { margin-bottom: 0; color: var(--gamefriendszone-gray-600); font-size: 0.96rem; }
.gamefriendszone-form-description { color: var(--gamefriendszone-gray-600); margin-bottom: 1.4rem; font-size: 0.96rem; }

.gamefriendszone-privacy-content, .gamefriendszone-terms-content, .gamefriendszone-cookies-content, .gamefriendszone-about-content { max-width: 850px; margin: 0 auto; }
.gamefriendszone-privacy-section, .gamefriendszone-terms-section, .gamefriendszone-cookies-section, .gamefriendszone-about-section { margin-bottom: 2.5rem; padding: 2.5rem; background: var(--gamefriendszone-white); border-radius: var(--gamefriendszone-border-radius-xl); box-shadow: var(--gamefriendszone-shadow); border-left: 5px solid var(--gamefriendszone-primary); }
.gamefriendszone-privacy-section h2, .gamefriendszone-terms-section h2, .gamefriendszone-cookies-section h2, .gamefriendszone-about-section h2 { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1.2rem; color: var(--gamefriendszone-gray-900); font-size: clamp(1.2rem, 3vw, 1.5rem); }
.gamefriendszone-privacy-section h3, .gamefriendszone-terms-section h3, .gamefriendszone-cookies-section h3 { color: var(--gamefriendszone-gray-800); margin: 1.4rem 0 0.9rem 0; font-size: clamp(1rem, 2.5vw, 1.15rem); }
.gamefriendszone-privacy-section p, .gamefriendszone-terms-section p, .gamefriendszone-cookies-section p, .gamefriendszone-about-section p { margin-bottom: 0.9rem; line-height: 1.75; color: var(--gamefriendszone-gray-700); }
.gamefriendszone-privacy-section ul, .gamefriendszone-terms-section ul, .gamefriendszone-cookies-section ul, .gamefriendszone-about-section ul { margin-bottom: 0.8rem; padding-left: 1.4rem; }
.gamefriendszone-privacy-section li, .gamefriendszone-terms-section li, .gamefriendszone-cookies-section li, .gamefriendszone-about-section li { margin-bottom: 0.6rem; line-height: 1.7; color: var(--gamefriendszone-gray-700); }
.gamefriendszone-privacy-section a, .gamefriendszone-terms-section a, .gamefriendszone-cookies-section a { color: var(--gamefriendszone-primary); font-weight: 700; }
.gamefriendszone-privacy-section a:hover, .gamefriendszone-terms-section a:hover, .gamefriendszone-cookies-section a:hover { text-decoration: underline; }

.gamefriendszone-games-stats { display: flex; justify-content: center; gap: 3rem; margin-top: 2rem; flex-wrap: wrap; }
.gamefriendszone-stat-item { text-align: center; }
.gamefriendszone-stat-number { display: block; font-size: 2.2rem; font-weight: 800; margin-bottom: 0.5rem; }
.gamefriendszone-stat-label { font-size: 0.92rem; opacity: 0.9; }

.gamefriendszone-cta-content { text-align: center; max-width: 700px; margin: 0 auto; }
.gamefriendszone-cta-content h2 { margin-bottom: 1rem; }
.gamefriendszone-cta-content p { margin-bottom: 2rem; font-size: 1.1rem; }
.gamefriendszone-cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.gamefriendszone-disclaimer-section { background: var(--gamefriendszone-gray-100); }
.gamefriendszone-disclaimer-content { max-width: 900px; margin: 0 auto; }

.gamefriendszone-text-center { text-align: center; }
.gamefriendszone-mb-5 { margin-bottom: 3rem; }
.gamefriendszone-mt-5 { margin-top: 3rem; }

.gamefriendszone-cookie-management { margin-top: 2rem; }
.gamefriendszone-cookie-option { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem; background: var(--gamefriendszone-gray-50); border-radius: var(--gamefriendszone-border-radius); margin-bottom: 1rem; border: 2px solid var(--gamefriendszone-gray-200); }
.gamefriendszone-cookie-info h3 { margin-bottom: 0.4rem; font-size: 1rem; }
.gamefriendszone-cookie-info p { margin-bottom: 0; font-size: 0.9rem; color: var(--gamefriendszone-gray-600); }
.gamefriendszone-cookie-toggle { display: flex; align-items: center; gap: 0.5rem; }

@media (max-width: 768px) {
.gamefriendszone-hero { padding: 4rem 0; }
.gamefriendszone-hero-badge { font-size: 0.8rem; padding: 0.5rem 1rem; }
.gamefriendszone-features-grid { grid-template-columns: 1fr; gap: 1.5rem; }
.gamefriendszone-games-grid { grid-template-columns: 1fr; gap: 1.5rem; }
.gamefriendszone-contact-content { grid-template-columns: 1fr; gap: 2rem; }
.gamefriendszone-form-row { grid-template-columns: 1fr; }
.gamefriendszone-cookie-popup { left: 1rem; right: 1rem; bottom: 1rem; padding: 1.4rem; }
.gamefriendszone-cookie-actions { flex-direction: column; }
.gamefriendszone-games-stats { flex-direction: column; gap: 2rem; }
.gamefriendszone-privacy-section, .gamefriendszone-terms-section, .gamefriendszone-cookies-section, .gamefriendszone-about-section { padding: 1.8rem; }
.gamefriendszone-cta-actions { flex-direction: column; width: 100%; }
.gamefriendszone-cta-actions .gamefriendszone-btn { width: 100%; justify-content: center; }
.gamefriendszone-cookie-option { flex-direction: column; align-items: flex-start; gap: 1rem; }
.gamefriendszone-section { padding: 3.5rem 0; }
.gamefriendszone-navbar-link, .gamefriendszone-navbar-cta { font-size: 0.9rem; hyphens: auto; word-break: break-word; }
}

.gamefriendszone-message { margin: 1.5rem 0; }
.gamefriendszone-about-subtitle { max-width: 750px; margin: 1.2rem auto 3rem; }
.gamefriendszone-message-icon { display: flex; align-items: center; gap: 0.7rem; }
@keyframes gamefriendszone-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.gamefriendszone-btn-loading { display: inline-flex; align-items: center; gap: 0.6rem; }
.gamefriendszone-btn-loading .fa-spin { animation: gamefriendszone-spin 1s linear infinite; }

