/* playmatesgames.com - Norway Free Social Gaming - Deep Purple/Indigo Theme */
:root {
--playmatesgames-primary: #6366f1;
--playmatesgames-primary-dark: #4f46e5;
--playmatesgames-primary-light: #818cf8;
--playmatesgames-secondary: #ec4899;
--playmatesgames-accent: #8b5cf6;
--playmatesgames-success: #10b981;
--playmatesgames-warning: #f59e0b;
--playmatesgames-error: #ef4444;
--playmatesgames-gray-50: #fafafa;
--playmatesgames-gray-100: #f4f4f5;
--playmatesgames-gray-200: #e4e4e7;
--playmatesgames-gray-300: #d4d4d8;
--playmatesgames-gray-400: #a1a1aa;
--playmatesgames-gray-500: #71717a;
--playmatesgames-gray-600: #52525b;
--playmatesgames-gray-700: #3f3f46;
--playmatesgames-gray-800: #27272a;
--playmatesgames-gray-900: #18181b;
--playmatesgames-white: #ffffff;
--playmatesgames-shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
--playmatesgames-shadow: 0 4px 6px rgba(0,0,0,0.07);
--playmatesgames-shadow-md: 0 10px 15px rgba(0,0,0,0.1);
--playmatesgames-shadow-lg: 0 20px 25px rgba(0,0,0,0.15);
--playmatesgames-shadow-xl: 0 25px 50px rgba(0,0,0,0.2);
--playmatesgames-gradient-primary: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
--playmatesgames-gradient-hero: radial-gradient(1200px 600px at 10% -20%, #818cf8 0%, rgba(129,140,248,0) 60%), linear-gradient(135deg, #4f46e5 0%, #6366f1 40%, #ec4899 85%);
--playmatesgames-border-radius: 12px;
--playmatesgames-border-radius-lg: 16px;
--playmatesgames-border-radius-xl: 24px;
--playmatesgames-font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
--playmatesgames-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--playmatesgames-transition-fast: all 0.2s ease;
}

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

.playmatesgames-container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.playmatesgames-navbar { background: var(--playmatesgames-white); box-shadow: var(--playmatesgames-shadow); position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: var(--playmatesgames-transition); border-bottom: 3px solid var(--playmatesgames-secondary); }
.playmatesgames-navbar-container { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; }
.playmatesgames-navbar-brand { display: flex; align-items: center; gap: 0.75rem; font-size: 1.4rem; font-weight: 800; color: var(--playmatesgames-primary); letter-spacing: -0.5px; }
.playmatesgames-navbar-logo { height: 44px; width: auto; }
.playmatesgames-navbar-toggle { display: none; flex-direction: column; gap: 6px; background: var(--playmatesgames-primary); border: 2px solid var(--playmatesgames-primary); border-radius: var(--playmatesgames-border-radius); cursor: pointer; padding: 12px; transition: var(--playmatesgames-transition-fast); }
.playmatesgames-navbar-toggle:hover { background: var(--playmatesgames-primary-dark); }
.playmatesgames-navbar-toggle-bar { width: 30px; height: 3px; background: var(--playmatesgames-white); border-radius: 2px; transition: var(--playmatesgames-transition); }
.playmatesgames-navbar-menu { display: flex; align-items: center; gap: 0.5rem; list-style: none; margin-bottom: 0; }
.playmatesgames-navbar-link { color: var(--playmatesgames-gray-700); font-weight: 600; padding: 0.7rem 1.1rem; border-radius: var(--playmatesgames-border-radius); position: relative; transition: var(--playmatesgames-transition); font-size: 0.96rem; }
.playmatesgames-navbar-link:hover { background: var(--playmatesgames-gray-100); color: var(--playmatesgames-primary); }
.playmatesgames-navbar-link.active { background: var(--playmatesgames-primary); color: var(--playmatesgames-white); }
.playmatesgames-navbar-cta { background: var(--playmatesgames-gradient-primary); color: var(--playmatesgames-white); padding: 0.75rem 1.5rem; border-radius: 999px; font-weight: 700; transition: var(--playmatesgames-transition); box-shadow: var(--playmatesgames-shadow); border: none; font-size: 0.96rem; }
.playmatesgames-navbar-cta:hover { transform: translateY(-2px); box-shadow: var(--playmatesgames-shadow-md); color: var(--playmatesgames-white); }

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

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

.playmatesgames-hero { background: var(--playmatesgames-gradient-hero); color: var(--playmatesgames-white); padding: 6rem 0; position: relative; overflow: hidden; border-bottom: 4px solid var(--playmatesgames-accent); }
.playmatesgames-hero::before { content: ''; position: absolute; top: -40%; right: -10%; width: 60%; height: 200%; background: rgba(255,255,255,0.05); transform: rotate(-15deg); }
.playmatesgames-hero-content { position: relative; z-index: 1; text-align: center; max-width: 800px; margin: 0 auto; }
.playmatesgames-hero-badge { display: inline-flex; align-items: center; gap: 0.6rem; background: rgba(255,255,255,0.12); padding: 0.6rem 1.3rem; border-radius: 50px; font-size: 0.87rem; font-weight: 700; margin-bottom: 1.6rem; backdrop-filter: blur(12px); border: 2px solid rgba(255,255,255,0.15); letter-spacing: 0.5px; }
.playmatesgames-hero-title { font-size: 3.3rem; font-weight: 800; margin-bottom: 1.3rem; line-height: 1.1; color: var(--playmatesgames-white); text-shadow: 0 4px 12px rgba(0,0,0,0.3); }
.playmatesgames-hero-subtitle { font-size: 1.2rem; margin-bottom: 2.2rem; color: var(--playmatesgames-white); opacity: 0.96; font-weight: 400; }
.playmatesgames-hero-cta { display: inline-flex; align-items: center; gap: 0.7rem; background: var(--playmatesgames-white); color: var(--playmatesgames-primary); padding: 1.1rem 2.2rem; border-radius: var(--playmatesgames-border-radius-lg); font-size: 1.08rem; font-weight: 700; transition: var(--playmatesgames-transition); box-shadow: var(--playmatesgames-shadow-lg); }
.playmatesgames-hero-cta:hover { transform: translateY(-3px) scale(1.04); box-shadow: var(--playmatesgames-shadow-xl); color: var(--playmatesgames-primary); }

.playmatesgames-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2.2rem; margin-top: 2.8rem; }
.playmatesgames-feature-card { background: var(--playmatesgames-white); padding: 2.2rem 1.8rem; border-radius: var(--playmatesgames-border-radius-xl); text-align: center; box-shadow: var(--playmatesgames-shadow); transition: var(--playmatesgames-transition); border: 2px solid transparent; }
.playmatesgames-feature-card:hover { transform: translateY(-8px); box-shadow: var(--playmatesgames-shadow-lg); border-color: var(--playmatesgames-primary); }
.playmatesgames-feature-icon { width: 68px; height: 68px; background: var(--playmatesgames-gradient-primary); border-radius: var(--playmatesgames-border-radius-lg); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.3rem; font-size: 1.7rem; color: var(--playmatesgames-white); box-shadow: var(--playmatesgames-shadow-md); }
.playmatesgames-feature-title { font-size: 1.25rem; margin-bottom: 0.8rem; color: var(--playmatesgames-gray-900); }
.playmatesgames-feature-desc { color: var(--playmatesgames-gray-600); line-height: 1.75; font-size: 0.96rem; }

.playmatesgames-games-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 1.8rem; margin-top: 2.2rem; }
.playmatesgames-game-card { background: var(--playmatesgames-white); border-radius: var(--playmatesgames-border-radius-xl); overflow: hidden; box-shadow: var(--playmatesgames-shadow); transition: var(--playmatesgames-transition); position: relative; border: 2px solid transparent; }
.playmatesgames-game-card:hover { transform: translateY(-8px); box-shadow: var(--playmatesgames-shadow-lg); border-color: var(--playmatesgames-primary); }
.playmatesgames-game-card.featured { border-color: var(--playmatesgames-secondary); }
.playmatesgames-game-badge { position: absolute; top: 0.9rem; right: 0.9rem; background: var(--playmatesgames-secondary); color: var(--playmatesgames-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(--playmatesgames-shadow-md); }
.playmatesgames-game-image { width: 100%; height: 220px; overflow: hidden; position: relative; background: var(--playmatesgames-gray-100); }
.playmatesgames-game-image img { width: 100%; height: 100%; object-fit: cover; transition: var(--playmatesgames-transition); }
.playmatesgames-game-card:hover .playmatesgames-game-image img { transform: scale(1.1); }
.playmatesgames-game-content { padding: 1.5rem; }
.playmatesgames-game-title { font-size: 1.25rem; margin-bottom: 0.7rem; color: var(--playmatesgames-gray-900); }
.playmatesgames-game-desc { color: var(--playmatesgames-gray-600); margin-bottom: 1.2rem; line-height: 1.65; font-size: 0.96rem; }
.playmatesgames-game-stats { display: flex; gap: 1.2rem; margin-bottom: 1.2rem; font-size: 0.87rem; color: var(--playmatesgames-gray-500); }
.playmatesgames-game-play { width: 100%; background: var(--playmatesgames-gradient-primary); color: var(--playmatesgames-white); border: none; padding: 0.85rem 1.3rem; border-radius: var(--playmatesgames-border-radius); font-weight: 700; cursor: pointer; transition: var(--playmatesgames-transition); font-size: 1rem; }
.playmatesgames-game-play:hover { transform: translateY(-2px); box-shadow: var(--playmatesgames-shadow-md); }

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

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

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

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

.playmatesgames-alert { padding: 1.1rem 1.3rem; border-radius: var(--playmatesgames-border-radius-lg); margin-bottom: 1.1rem; border-left: 4px solid; font-size: 0.96rem; }
.playmatesgames-alert-info { background: #ede9fe; border-color: var(--playmatesgames-primary); color: #5b21b6; }
.playmatesgames-alert-success { background: #d1fae5; border-color: var(--playmatesgames-success); color: #065f46; }
.playmatesgames-alert-error { background: #fee2e2; border-color: var(--playmatesgames-error); color: #991b1b; }

.playmatesgames-contact-hero, .playmatesgames-privacy-hero, .playmatesgames-terms-hero, .playmatesgames-cookies-hero, .playmatesgames-about-hero, .playmatesgames-games-hero { background: var(--playmatesgames-gradient-hero); color: var(--playmatesgames-white); text-align: center; padding: 5rem 0; border-bottom: 4px solid var(--playmatesgames-accent); }
.playmatesgames-contact-hero-icon, .playmatesgames-privacy-hero-icon, .playmatesgames-terms-hero-icon, .playmatesgames-cookies-hero-icon, .playmatesgames-about-hero-icon { width: 74px; height: 74px; background: rgba(255,255,255,0.12); border-radius: var(--playmatesgames-border-radius-lg); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.3rem; font-size: 1.9rem; backdrop-filter: blur(12px); border: 2px solid rgba(255,255,255,0.15); }
.playmatesgames-contact-hero h1, .playmatesgames-privacy-hero h1, .playmatesgames-terms-hero h1, .playmatesgames-cookies-hero h1, .playmatesgames-about-hero h1, .playmatesgames-games-hero-content h1 { font-size: 2.5rem; margin-bottom: 0.9rem; color: var(--playmatesgames-white); text-shadow: 0 3px 8px rgba(0,0,0,0.3); }
.playmatesgames-contact-hero-subtitle, .playmatesgames-privacy-hero-subtitle, .playmatesgames-terms-hero-subtitle, .playmatesgames-cookies-hero-subtitle, .playmatesgames-about-hero-subtitle, .playmatesgames-games-hero-subtitle { font-size: 1.08rem; color: var(--playmatesgames-white); opacity: 0.96; font-weight: 400; }
.playmatesgames-contact-hero-date, .playmatesgames-privacy-hero-date, .playmatesgames-terms-hero-date, .playmatesgames-cookies-hero-date { font-size: 0.92rem; color: var(--playmatesgames-white); opacity: 0.88; margin-top: 0.5rem; }

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

.playmatesgames-privacy-content, .playmatesgames-terms-content, .playmatesgames-cookies-content, .playmatesgames-about-content { max-width: 860px; margin: 0 auto; }
.playmatesgames-privacy-section, .playmatesgames-terms-section, .playmatesgames-cookies-section, .playmatesgames-about-section { margin-bottom: 2.2rem; padding: 2.2rem; background: var(--playmatesgames-white); border-radius: var(--playmatesgames-border-radius-xl); box-shadow: var(--playmatesgames-shadow); border-left: 4px solid var(--playmatesgames-primary); }
.playmatesgames-privacy-section h2, .playmatesgames-terms-section h2, .playmatesgames-cookies-section h2, .playmatesgames-about-section h2 { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1.1rem; color: var(--playmatesgames-gray-900); font-size: 1.4rem; }
.playmatesgames-privacy-section h3, .playmatesgames-terms-section h3, .playmatesgames-cookies-section h3 { color: var(--playmatesgames-gray-800); margin: 1.3rem 0 0.9rem 0; font-size: 1.15rem; }
.playmatesgames-privacy-section p, .playmatesgames-terms-section p, .playmatesgames-cookies-section p, .playmatesgames-about-section p { margin-bottom: 0.9rem; line-height: 1.75; color: var(--playmatesgames-gray-700); }
.playmatesgames-privacy-section ul, .playmatesgames-terms-section ul, .playmatesgames-cookies-section ul, .playmatesgames-about-section ul { margin-bottom: 0.7rem; padding-left: 1.3rem; }
.playmatesgames-privacy-section li, .playmatesgames-terms-section li, .playmatesgames-cookies-section li, .playmatesgames-about-section li { margin-bottom: 0.6rem; line-height: 1.65; color: var(--playmatesgames-gray-700); }
.playmatesgames-privacy-section a, .playmatesgames-terms-section a, .playmatesgames-cookies-section a { color: var(--playmatesgames-primary); font-weight: 600; }
.playmatesgames-privacy-section a:hover, .playmatesgames-terms-section a:hover, .playmatesgames-cookies-section a:hover { text-decoration: underline; }

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

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

@media (max-width: 768px) {
.playmatesgames-hero-title { font-size: 2.4rem; }
.playmatesgames-hero-subtitle { font-size: 1.08rem; }
.playmatesgames-features-grid { grid-template-columns: 1fr; }
.playmatesgames-games-grid { grid-template-columns: 1fr; }
.playmatesgames-contact-content { grid-template-columns: 1fr; gap: 1.8rem; }
.playmatesgames-form-row { grid-template-columns: 1fr; }
.playmatesgames-cookie-popup { left: 1rem; right: 1rem; bottom: 1rem; padding: 1.4rem; }
.playmatesgames-cookie-actions { flex-direction: column; }
.playmatesgames-games-stats { flex-direction: column; gap: 1.8rem; }
.playmatesgames-privacy-section, .playmatesgames-terms-section, .playmatesgames-cookies-section, .playmatesgames-about-section { padding: 1.6rem; }
h1 { font-size: 2.1rem; } h2 { font-size: 1.7rem; } h3 { font-size: 1.3rem; }
}

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

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

.playmatesgames-cookie-management { margin-top: 1.5rem; }
.playmatesgames-cookie-option { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem; background: var(--playmatesgames-gray-50); border-radius: var(--playmatesgames-border-radius); margin-bottom: 1rem; }
.playmatesgames-cookie-info h3 { margin-bottom: 0.4rem; font-size: 1.05rem; }
.playmatesgames-cookie-info p { margin-bottom: 0; font-size: 0.9rem; }
.playmatesgames-cookie-toggle { display: flex; align-items: center; gap: 0.6rem; }
.playmatesgames-cookie-toggle input[type="checkbox"] { width: 20px; height: 20px; cursor: pointer; }
.playmatesgames-cookie-toggle label { cursor: pointer; font-size: 0.92rem; }

