/*!
Theme Name: Gameverse Theme
Theme URI: http://pryvus.com/
Author: Pryvus
Author URI: http://pryvus.com/
Description: Custom light theme
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Gameverse-theme
*/

/* Reset and base styles  */
*,
*::before,
*::after {
	box-sizing: border-box;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
	margin: 1.5rem 0;
}
/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}



.container__page{
  max-width: 900px !important;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.content__wrap {
  padding-bottom: 64px;
  .wp-block-list {
    list-style: disc !important;
    padding: 10px;
  }
  p{
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.wp-block-heading {
  font-size: 20px !important;
  font-weight: 900;
}
.menu_page_title {
  padding-bottom: 24px !important;
  padding-top: 24px !important;
  margin-bottom: 24px;
  border-bottom: 1px solid;
  border-color: #44403f;
  font-size: 32px !important;
}

.menu {
  display: none;
}

.menu.is-open {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(10, 14, 39, 0.98);
  z-index: 1000;
}

@media (min-width: 769px) {
  .menu {
      display: flex;
      position: static;
      flex-direction: row;
  }

  .menu-toggle {
      display: none;
  }
}

@media (max-width: 1024px) {
  .container__page {
      padding: 15px;
  }
}



@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap');

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

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #f8f9fa;
    color: #1a1a1a;
    overflow-x: hidden;
}

/* Age Verification Modal */
.age-verification-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.age-verification-overlay.active {
    display: flex;
}

.age-verification-box {
    background: white;
    padding: 50px;
    border-radius: 20px;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.age-verification-box h2 {
    font-size: 32px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.age-verification-box p {
    font-size: 16px;
    color: #636e72;
    margin-bottom: 30px;
    line-height: 1.6;
}

.age-verification-box .warning {
    background: #fff3cd;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
    color: #856404;
    font-weight: 600;
    font-size: 14px;
}

.age-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.age-btn {
    padding: 18px 40px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.age-btn.yes {
    background: #28a745;
    color: white;
}

.age-btn.yes:hover {
    background: #218838;
    transform: translateY(-2px);
}

.age-btn.no {
    background: #dc3545;
    color: white;
}

.age-btn.no:hover {
    background: #c82333;
}

/* Header */
.disclaimer-bar {
    background: #2d3436;
    color: #ffffff;
    text-align: center;
    padding: 12px 20px;
    font-size: 13px;
    position: relative;
    z-index: 100;
    font-weight: 600;
}

.disclaimer-bar strong {
    color: #ffc107;
}

header {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 99;
}

nav {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 28px;
    font-weight: 900;
    color: #ff6b6b;
    letter-spacing: -1px;
}

.menu {
    display: flex;
    gap: 40px;
    list-style: none;
}

.menu a {
    color: #2d3436;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    transition: color 0.3s ease;
}

.menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff6b6b;
    transition: width 0.3s ease;
}

.menu a:hover::after {
    width: 100%;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(180deg, #ffffff 0%, #f1f3f5 100%);
    padding: 100px 40px 80px;
    position: relative;
}

.decorative-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
}

.shape-1 {
    width: 400px;
    height: 400px;
    background: #ff6b6b;
    top: -100px;
    right: -100px;
}

.shape-2 {
    width: 300px;
    height: 300px;
    background: #4ecdc4;
    bottom: -50px;
    left: -50px;
}

.shape-3 {
    width: 200px;
    height: 200px;
    background: #ffe66d;
    top: 50%;
    left: 10%;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}

.launch-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff3cd;
    color: #856404;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    border: 2px solid #ffc107;
}

.hero-title {
    font-size: 72px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -2px;
}

.hero-title .accent {
    color: #ff6b6b;
    position: relative;
    display: inline-block;
}

.hero-subtitle {
    font-size: 22px;
    color: #636e72;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.signup-box {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    margin: 0 auto;
}

.signup-form {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.email-field {
    flex: 1;
    padding: 18px 24px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

.email-field:focus {
    outline: none;
    border-color: #ff6b6b;
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1);
}

.signup-button {
    padding: 18px 45px;
    background: #ff6b6b;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.signup-button:hover {
    background: #ee5a52;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}

.privacy-note {
    font-size: 13px;
    color: #868e96;
    line-height: 1.5;
}

.signup-box p {
    font-size: 13px;
    color: #868e96;
    line-height: 1.5;
}

.signup-box p a {
    color: #ff6b6b;
    text-decoration: none;
    font-weight: 600;
}

.success-notification {
    display: none;
    background: #d4edda;
    color: #155724;
    padding: 16px 24px;
    border-radius: 12px;
    margin-top: 20px;
    font-weight: 600;
    border: 2px solid #c3e6cb;
}

.success-notification.visible {
    display: block;
    animation: fadeInSlide 0.4s ease-out;
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Features Section */
.features-section {
    padding: 100px 40px;
    background: white;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-tag {
    color: #ff6b6b;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.section-heading {
    font-size: 48px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.section-description {
    font-size: 18px;
    color: #636e72;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.feature-card {
    background: #f8f9fa;
    padding: 45px 35px;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.feature-card:hover {
    border-color: #ff6b6b;
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.feature-icon-box {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.feature-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.feature-text {
    color: #636e72;
    line-height: 1.7;
    font-size: 16px;
}

/* Games Preview Section */
.games-section {
    padding: 100px 40px;
    background: #f8f9fa;
}

.games-container {
    max-width: 1300px;
    margin: 0 auto;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
    margin-top: 60px;
}

.game-item {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.game-item:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.game-thumbnail {
    height: 220px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    position: relative;
    overflow: hidden;
}

.game-thumbnail::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0%, 100% { transform: translate(-25%, -25%) scale(1); }
    50% { transform: translate(25%, 25%) scale(1.1); }
}

.game-details {
    padding: 30px;
}

.game-name {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.play-button {
    width: 100%;
    padding: 16px;
    background: #1a1a1a;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.play-button:hover {
    background: #ff6b6b;
    transform: translateY(-2px);
}

/* CTA Section */
.cta-section {
    padding: 120px 40px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.1) 35px, rgba(255,255,255,.1) 70px);
}

.cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.cta-text {
    font-size: 20px;
    margin-bottom: 50px;
    opacity: 0.95;
}

.cta-signup-form {
    background: white;
    padding: 10px;
    border-radius: 16px;
    display: flex;
    gap: 10px;
    max-width: 550px;
    margin: 0 auto 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.cta-email-input {
    flex: 1;
    padding: 18px 24px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.cta-submit-button {
    padding: 18px 40px;
    background: #1a1a1a;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cta-submit-button:hover {
    background: #2d3436;
    transform: scale(1.05);
}

.cta-privacy {
    font-size: 14px;
    opacity: 0.9;
}

/* FAQ Section */
.faq-section {
    padding: 100px 40px;
    background: white;
}

.faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq-list {
    margin-top: 60px;
}

.faq-card {
    background: #f8f9fa;
    border-radius: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.faq-card.open {
    border-color: #ff6b6b;
}

.faq-header {
    padding: 28px 32px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 17px;
    color: #1a1a1a;
    user-select: none;
}

.faq-icon {
    width: 28px;
    height: 28px;
    background: #ff6b6b;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-card.open .faq-icon {
    transform: rotate(45deg);
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 32px;
}

.faq-card.open .faq-content {
    max-height: 400px;
    padding: 0 32px 28px 32px;
}

.faq-answer {
    color: #636e72;
    line-height: 1.7;
    font-size: 16px;
}

.faq-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 60px;
}

.faq-category-card {
  background: white;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.faq-category-card:hover {
  border-color: #ff6b6b;
  transform: translateY(-5px);
}

.faq-category-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.faq-category-name {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

/* Still Have Questions */
.contact-cta {
  background: white;
  padding: 0px 12px 72px;
  text-align: center;
  border-radius: 20px;
  /* margin-top: 80px; */
}

.contact-cta h2 {
  font-size: 36px;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.contact-cta p {
  font-size: 18px;
  color: #636e72;
  margin-bottom: 30px;
}

.btn-primary {
  display: inline-block;
  padding: 18px 45px;
  background: #ff6b6b;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-primary:hover {
  background: #ee5a52;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}

/* Footer */
footer {
    background: #1a1a1a;
    color: #adb5bd;
    padding: 80px 40px 40px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-brand {
    font-size: 32px;
    font-weight: 900;
    color: #ff6b6b;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.menu-footer-menu-container .menu{
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-footer-menu-container .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin-bottom: 50px;
}

.menu-footer-menu-container .menu a {
    color: #adb5bd;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: color 0.3s ease;
}

.menu-footer-menu-container .menu a:hover {
    color: #ff6b6b;
}

.footer-legal {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
    border-top: 1px solid #343a40;
    font-size: 13px;
    line-height: 1.8;
    color: #868e96;
}

.footer-legal a{
  color: #ff6b6b;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #1a1a1a;
}



/* Campaign */

/* Header */
.disclaimer-bar {
    background: #2d3436;
    color: #ffffff;
    text-align: center;
    padding: 12px 20px;
    font-size: 13px;
    position: relative;
    z-index: 100;
    font-weight: 600;
}

.disclaimer-bar strong {
    color: #ffc107;
}

header {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 99;
}

nav {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 28px;
    font-weight: 900;
    color: #ff6b6b;
    letter-spacing: -1px;
    text-decoration: none;
}

.nav-menu {
    display: flex;
    gap: 40px;
    list-style: none;
}

.nav-menu a {
    color: #2d3436;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    transition: color 0.3s ease;
}

.nav-menu a.active {
    color: #ff6b6b;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff6b6b;
    transition: width 0.3s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    width: 100%;
}

/* Campaign Hero Section */
.campaign-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 100px 40px 80px;
    position: relative;
    overflow: hidden;
}

.campaign-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.2) 35px, rgba(255,255,255,.2) 70px);
}

.campaign-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}

.campaign-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.campaign-title {
    font-size: 72px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -2px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.campaign-subtitle {
    font-size: 22px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    opacity: 0.95;
}

.campaign-disclaimer {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 20px 30px;
    border-radius: 12px;
    font-size: 15px;
    max-width: 700px;
    margin: 0 auto 40px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.campaign-cta {
    display: inline-flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-primary {
    display: inline-block;
    padding: 20px 45px;
    background: #ff6b6b;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
}

.btn-primary:hover {
    background: #ee5a52;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 107, 0.5);
}

.btn-secondary {
    display: inline-block;
    padding: 20px 45px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: white;
    color: #667eea;
    transform: translateY(-3px);
}

/* Info Section */
.info-section {
    padding: 100px 40px;
    background: white;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-tag {
    color: #ff6b6b;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.section-heading {
    font-size: 48px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.section-description {
    font-size: 18px;
    color: #636e72;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.info-card {
    background: #f8f9fa;
    padding: 45px 40px;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.info-card:hover {
    border-color: #667eea;
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.info-icon {
    font-size: 56px;
    margin-bottom: 25px;
}

.info-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.info-text {
    color: #636e72;
    line-height: 1.7;
    font-size: 16px;
}

/* Features List Section */
.features-list-section {
    padding: 100px 40px;
    background: #f8f9fa;
}

.features-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.features-column h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.features-column ul {
    list-style: none;
    padding: 0;
}

.features-column li {
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
    color: #2d3436;
    font-size: 16px;
    line-height: 1.6;
}

.features-column li:last-child {
    border-bottom: none;
}

.features-column li::before {
    content: '✓';
    color: #667eea;
    font-weight: 900;
    margin-right: 12px;
    font-size: 18px;
}

/* Community Section */
.community-section {
    padding: 100px 40px;
    background: white;
}

.community-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 35px;
    margin-top: 60px;
}

.community-card {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
}

.community-number {
    font-size: 48px;
    font-weight: 900;
    color: #667eea;
    margin-bottom: 15px;
}

.community-label {
    font-size: 18px;
    color: #2d3436;
    font-weight: 600;
}

.community-description {
    font-size: 15px;
    color: #636e72;
    margin-top: 10px;
    line-height: 1.6;
}

/* Responsible Gaming Section */
.responsible-section {
    padding: 80px 40px;
    background: linear-gradient(135deg, #2d3436 0%, #1a1a1a 100%);
    color: white;
}

.responsible-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.responsible-content h3 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 25px;
}

.responsible-content p {
    font-size: 17px;
    line-height: 1.8;
    opacity: 0.9;
    margin-bottom: 30px;
}

.responsible-links {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin-top: 30px;
}

.responsible-links a {
    color: #4ecdc4;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: color 0.3s ease;
}

.responsible-links a:hover {
    color: #6ee7db;
    text-decoration: underline;
}

/* Footer */
footer {
    background: #1a1a1a;
    color: #adb5bd;
    padding: 80px 40px 40px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-brand {
    font-size: 32px;
    font-weight: 900;
    color: #ff6b6b;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin-bottom: 50px;
}

.footer-nav a {
    color: #adb5bd;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #ff6b6b;
}

.footer-legal {
    padding-top: 40px;
    border-top: 1px solid #343a40;
    font-size: 13px;
    line-height: 1.8;
    color: #868e96;
}

/* Responsive */
@media (max-width: 768px) {
    .campaign-title {
        font-size: 42px;
    }

    .campaign-subtitle {
        font-size: 18px;
    }

    .section-heading {
        font-size: 36px;
    }

    .info-grid,
    .features-columns,
    .community-grid {
        grid-template-columns: 1fr;
    }
}

/* contact */

.logo {
    font-size: 28px;
    font-weight: 900;
    color: #ff6b6b;
    letter-spacing: -1px;
    text-decoration: none;
}

.back-link {
    color: #2d3436;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: #ff6b6b;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 40px 100px;
}

h1 {
    font-size: 48px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.subtitle {
    color: #636e72;
    font-size: 18px;
    margin-bottom: 50px;
}

h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.contact-card {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.contact-card .icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.contact-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.contact-card p {
    color: #636e72;
    font-size: 15px;
    margin-bottom: 15px;
}

.contact-card a {
    color: #ff6b6b;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-card a:hover {
    color: #ee5a52;
    text-decoration: underline;
}

.form-section {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    margin: 40px 0;
}

.form-group {
    margin-bottom: 25px;
}

label {
    display: block;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-size: 15px;
}

input, select, textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #ff6b6b;
    background: white;
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1);
}

textarea {
    resize: vertical;
    min-height: 150px;
}

.submit-button {
    width: 100%;
    padding: 18px;
    background: #ff6b6b;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.submit-button:hover {
    background: #ee5a52;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}

.success-message {
    display: none;
    background: #d4edda;
    color: #155724;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
    font-weight: 600;
    border: 2px solid #c3e6cb;
}

.success-message.visible {
    display: block;
}

.faq-quick {
    background: #fff3cd;
    padding: 25px;
    border-radius: 12px;
    margin: 30px 0;
    border-left: 4px solid #ffc107;
}

.faq-quick h3 {
    color: #856404;
    margin-bottom: 15px;
    font-size: 18px;
}

.faq-quick p {
    color: #856404;
    margin-bottom: 10px;
}

.faq-quick a {
    color: #856404;
    font-weight: 700;
    text-decoration: underline;
}


.disclaimer-bar {
    background: #2d3436;
    color: #ffffff;
    text-align: center;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 600;
}

.disclaimer-bar strong {
    color: #ffc107;
}

header {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 99;
}

nav {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 28px;
    font-weight: 900;
    color: #ff6b6b;
    letter-spacing: -1px;
    text-decoration: none;
}

.back-link {
    color: #2d3436;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: #ff6b6b;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 40px 100px;
}

h1 {
    font-size: 48px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.last-updated {
    color: #868e96;
    font-size: 14px;
    margin-bottom: 40px;
}

h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 50px;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 15px;
}

.content-box p, .info-box p, .commitment-box p, .last-updated, .highlight-box p, .resource-grid p, .resource-card p {
    color: #495057;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16.5px;
}

.info-box ul {

  li {
    color: #495057;
    margin-bottom: 10px;
  }
  
}

.highlight-box ul {
  margin-left: 25px;
  li {
    color: #495057;
    margin-bottom: 10px;
  }
}

.cookie-card p {
  color: #495057;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16.5px;
}

/* ul, ol {
    margin-left: 30px;
    margin-bottom: 20px;
} */

li {
    color: #495057;
    margin-bottom: 10px;
}

.highlight-box {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 8px;
    line-height: 25px;
}

.content-box p a{
  color: #ff6b6b;
}

.content-box ul li a {
  color: #ff6b6b;
}

.highlight-box strong {
    color: #856404;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
}

th {
    background: #f8f9fa;
    font-weight: 700;
    color: #1a1a1a;
}

.cookie-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.cookie-card h4 {
    color: #ff6b6b;
    margin-bottom: 10px;
    font-size: 18px;
}


/* Features Section */
.features-section {
  padding: 10px 0px;
  background: white;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.feature-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 100px;
  align-items: center;
}

.feature-detail:nth-child(even) {
  direction: rtl;
}

.feature-detail:nth-child(even) > * {
  direction: ltr;
}

.feature-content h2 {
  font-size: 42px;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.feature-content p {
  font-size: 18px;
  color: #636e72;
  line-height: 1.7;
  margin-bottom: 25px;
}

.feature-list {
  list-style: none;
}

.feature-list li {
  padding: 12px 0;
  font-size: 16px;
  color: #636e72;
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-list li::before {
  content: '✓';
  color: #ff6b6b;
  font-weight: 900;
  font-size: 20px;
}

.feature-visual {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  height: 400px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

/* Page Header */
.page-header {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
  color: white;
  padding: 100px 40px 80px;
  text-align: center;
}

.page-title {
  color: white;
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.page-subtitle {
  font-size: 20px;
  opacity: 0.95;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.alert-box {
  background: #dc3545;
  color: white;
  padding: 30px;
  border-radius: 16px;
  margin: 40px 0;
  text-align: center;
}

.alert-box h2 {
  color: white;
  margin-top: 0;
  font-size: 32px;
}

.alert-box p {
  color: white;
  font-size: 20px;
  margin-bottom: 25px;
}

.alert-box .hotline {
  font-size: 36px;
  font-weight: 900;
  margin: 20px 0;
  letter-spacing: 1px;
}

.alert-box a {
  color: white;
  text-decoration: underline;
  font-weight: 700;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin: 40px 0;
}

.resource-card {
  background: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid #4ecdc4;
}

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.resource-card h3 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 15px;
}

.resource-card p {
  margin-bottom: 15px;
  font-size: 15px;
}

.resource-card a {
  color: #ff6b6b;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
}

.resource-card a:hover {
  color: #ee5a52;
  text-decoration: underline;
}

.resource-card .contact-info {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
}

.warning-signs {
  background: #fff3cd;
  padding: 30px;
  border-radius: 16px;
  margin: 40px 0;
  border-left: 4px solid #ffc107;
}

.warning-signs h3 {
  color: #856404;
  margin-top: 0;
}

.warning-signs ul {
  margin-left: 25px;
}

.warning-signs li {
  color: #856404;
}

.commitment-box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 40px;
  border-radius: 20px;
  margin: 50px 0;
  text-align: center;
}

.commitment-box h2 {
  color: white;
  margin-top: 0;
}

.commitment-box p {
  color: white;
  font-size: 18px;
}

.info-box {
  background: #e7f5ff;
  border-left: 4px solid #4ecdc4;
  padding: 25px;
  margin: 30px 0;
  border-radius: 8px;
}

.info-box strong {
  color: #1864ab;
}

.info-box p {
  color: #1864ab;
}

.container-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 40px 100px;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-detail {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }

  .feature-detail:nth-child(even) {
      direction: ltr;
  }

  .feature-content h2 {
      font-size: 32px;
  }
    .menu-toggle {
        display: block;
    }

    .menu-header-menu-container .menu {

      top: 100%;
      left: 0px;
      right: 0px;
      background: white;
      padding: 20px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px;
    }

    .menu-header-menu-container {
      display: contents;
    }

   .menu {
        display: none;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .signup-form,
    .cta-signup-form {
        flex-direction: column;
    }

    .section-heading {
        font-size: 36px;
    }

    .cta-title {
        font-size: 38px;
    }

    .features-grid,
    .games-grid {
        grid-template-columns: 1fr;
    }

    .footer-nav {
        flex-direction: column;
        gap: 20px;
    }
    .page-title {
      font-size: 40px;
  }

  .campaign-title {
    font-size: 42px;
}

.campaign-subtitle {
    font-size: 18px;
}

.section-heading {
    font-size: 36px;
}

.info-grid,
.features-columns,
.community-grid {
    grid-template-columns: 1fr;
}

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

.form-section {
  padding: 30px 20px;
}
.page-title {
  font-size: 40px;
}

.faq-categories {
  grid-template-columns: 1fr;
}

.alert-box .hotline {
  font-size: 28px;
}

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