/* GameSocialZone.com - Modern Tech Theme */

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

body {
    font-family: 'Courier New', 'Courier', monospace;
    line-height: 1.65;
    color: #1f2937;
    background: #f9fafb;
    min-height: 100vh;
}

.gamesocialzone-navbar {
    background: #111827;
    padding: 1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2);
    border-bottom: 2px solid #10b981;
}

.gamesocialzone-navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.gamesocialzone-navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #10b981;
    font-weight: 700;
    font-size: 1.6rem;
    transition: all 0.3s ease;
    font-family: 'Courier New', monospace;
}

.gamesocialzone-navbar-brand:hover {
    color: #34d399;
    text-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

.gamesocialzone-navbar-logo {
    height: 40px;
    width: auto;
    margin-right: 10px;
    border-radius: 2px;
    border: 2px solid #10b981;
}

.gamesocialzone-navbar-menu {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 2rem;
}

.gamesocialzone-navbar-link {
    text-decoration: none;
    color: #9ca3af;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    border-radius: 2px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.gamesocialzone-navbar-link:hover,
.gamesocialzone-navbar-link.active {
    color: #10b981;
    border-color: #10b981;
    background: rgba(16, 185, 129, 0.05);
}

.gamesocialzone-navbar-cta {
    background: #10b981;
    color: #111827;
    padding: 0.7rem 1.8rem;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 2px solid #10b981;
}

.gamesocialzone-navbar-cta:hover {
    background: transparent;
    color: #10b981;
}

.gamesocialzone-navbar-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: 2px solid #10b981;
    cursor: pointer;
    padding: 0.5rem;
}

.gamesocialzone-navbar-toggle-bar {
    width: 22px;
    height: 2px;
    background: #10b981;
    margin: 3px 0;
    transition: 0.3s;
}

.gamesocialzone-hero {
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    padding: 8rem 0 5rem;
    text-align: center;
    color: white;
    border-bottom: 2px solid #10b981;
}

.gamesocialzone-hero-content {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 2rem;
}

.gamesocialzone-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: #10b981;
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.gamesocialzone-hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    color: #d1d5db;
    line-height: 1.7;
}

.gamesocialzone-hero-cta {
    display: inline-block;
    background: #10b981;
    color: #111827;
    padding: 1.1rem 3rem;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.15rem;
    transition: all 0.3s ease;
    border: 2px solid #10b981;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gamesocialzone-hero-cta:hover {
    background: transparent;
    color: #10b981;
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.4);
}

.gamesocialzone-section {
    padding: 5rem 0;
    background: #ffffff;
}

.gamesocialzone-section-alt {
    background: #f9fafb;
}

.gamesocialzone-section-title {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: #111827;
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.gamesocialzone-section-subtitle {
    font-size: 1.2rem;
    text-align: center;
    color: #6b7280;
    margin-bottom: 3.5rem;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.gamesocialzone-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.gamesocialzone-feature-card {
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 2px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 2px solid #e5e7eb;
}

.gamesocialzone-feature-card:hover {
    border-color: #10b981;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.15);
    transform: translateY(-5px);
}

.gamesocialzone-feature-icon {
    width: 65px;
    height: 65px;
    background: #10b981;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 1.8rem;
}

.gamesocialzone-feature-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
    color: #111827;
    font-family: 'Courier New', monospace;
}

.gamesocialzone-feature-desc {
    color: #4b5563;
    line-height: 1.7;
    font-size: 1rem;
}

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

.gamesocialzone-game-card {
    background: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 2px solid #e5e7eb;
}

.gamesocialzone-game-card:hover {
    border-color: #10b981;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.15);
    transform: translateY(-5px);
}

.gamesocialzone-game-image {
    height: 200px;
    overflow: hidden;
    border-bottom: 2px solid #10b981;
}

.gamesocialzone-game-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gamesocialzone-game-card:hover .gamesocialzone-game-image img {
    transform: scale(1.1);
}

.gamesocialzone-game-content {
    padding: 2rem;
}

.gamesocialzone-game-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
    color: #111827;
    font-family: 'Courier New', monospace;
}

.gamesocialzone-game-desc {
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.gamesocialzone-game-play {
    background: #10b981;
    color: #111827;
    border: 2px solid #10b981;
    padding: 0.9rem 2rem;
    border-radius: 2px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gamesocialzone-game-play:hover {
    background: transparent;
    color: #10b981;
}

.gamesocialzone-footer {
    background: #111827;
    color: #d1d5db;
    padding: 4rem 0 2rem;
    border-top: 2px solid #10b981;
}

.gamesocialzone-footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.gamesocialzone-footer-section h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: #10b981;
    font-weight: 700;
    font-family: 'Courier New', monospace;
}

.gamesocialzone-footer-section p {
    margin-bottom: 0.9rem;
    line-height: 1.7;
    color: #9ca3af;
}

.gamesocialzone-footer-section a {
    color: #34d399;
    text-decoration: none;
    transition: color 0.3s ease;
}

.gamesocialzone-footer-section a:hover {
    color: #10b981;
}

.gamesocialzone-footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #374151;
    color: #6b7280;
}

.gamesocialzone-cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111827;
    color: #d1d5db;
    padding: 1.5rem;
    z-index: 1000;
    box-shadow: 0 -4px 15px rgba(16, 185, 129, 0.2);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    border-top: 2px solid #10b981;
}

.gamesocialzone-cookie-consent.show {
    transform: translateY(0);
}

.gamesocialzone-cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
}

.gamesocialzone-cookie-text {
    flex: 1;
    font-size: 1rem;
    line-height: 1.7;
}

.gamesocialzone-cookie-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.gamesocialzone-cookie-policy {
    color: #34d399;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.gamesocialzone-cookie-policy:hover {
    color: #10b981;
}

.gamesocialzone-cookie-accept {
    background: #10b981;
    color: #111827;
    border: 2px solid #10b981;
    padding: 0.75rem 1.8rem;
    border-radius: 2px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.gamesocialzone-cookie-accept:hover {
    background: transparent;
    color: #10b981;
}

.gamesocialzone-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.gamesocialzone-stat {
    text-align: center;
    padding: 1.5rem 2rem;
    background: rgba(16, 185, 129, 0.1);
    border: 2px solid #10b981;
    border-radius: 2px;
}

.gamesocialzone-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #10b981;
    display: block;
    font-family: 'Courier New', monospace;
}

.gamesocialzone-stat-label {
    color: #d1d5db;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.gamesocialzone-game-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #10b981;
    color: #111827;
    padding: 6px 14px;
    border-radius: 2px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 2;
    text-transform: uppercase;
    border: 1px solid #059669;
}

.gamesocialzone-featured {
    border: 2px solid #10b981;
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.2);
}

.gamesocialzone-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 4rem;
}

.gamesocialzone-contact-form-container,
.gamesocialzone-contact-info-container {
    background: #ffffff;
    padding: 3rem;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 2px solid #e5e7eb;
}

.gamesocialzone-contact-title {
    color: #111827;
    margin-bottom: 1rem;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'Courier New', monospace;
}

.gamesocialzone-contact-subtitle {
    color: #6b7280;
    margin-bottom: 2.5rem;
    font-size: 1.15rem;
    line-height: 1.7;
}

.gamesocialzone-form-group {
    margin-bottom: 1.8rem;
}

.gamesocialzone-form-label {
    display: block;
    margin-bottom: 0.6rem;
    color: #111827;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'Courier New', monospace;
}

.gamesocialzone-form-input,
.gamesocialzone-form-select,
.gamesocialzone-form-textarea {
    width: 100%;
    padding: 0.9rem;
    border: 2px solid #d1d5db;
    border-radius: 2px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: 'Courier New', monospace;
    background: #f9fafb;
}

.gamesocialzone-form-input:focus,
.gamesocialzone-form-select:focus,
.gamesocialzone-form-textarea:focus {
    border-color: #10b981;
    outline: none;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
    background: #ffffff;
}

.gamesocialzone-form-textarea {
    resize: vertical;
    min-height: 120px;
}

.gamesocialzone-form-submit {
    background: #10b981;
    color: #111827;
    border: 2px solid #10b981;
    padding: 1.1rem 2.5rem;
    border-radius: 2px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gamesocialzone-form-submit:hover {
    background: transparent;
    color: #10b981;
}

.gamesocialzone-legal-content {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 4rem;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 2px solid #e5e7eb;
}

.gamesocialzone-legal-title {
    color: #111827;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
}

.gamesocialzone-legal-subtitle {
    color: #10b981;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Courier New', monospace;
}

.gamesocialzone-legal-text {
    color: #374151;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-size: 1.05rem;
}

.gamesocialzone-legal-list {
    color: #374151;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    padding-left: 2.5rem;
    font-size: 1.05rem;
}

.gamesocialzone-legal-updated {
    color: #6b7280;
    margin-bottom: 3rem;
    font-style: italic;
    font-size: 1rem;
}

.gamesocialzone-legal-contact {
    background: #f9fafb;
    padding: 2rem;
    border-radius: 2px;
    border-left: 4px solid #10b981;
    margin-top: 2rem;
    border: 2px solid #e5e7eb;
}

.gamesocialzone-legal-contact p {
    margin-bottom: 0.8rem;
    font-size: 1.05rem;
    color: #111827;
}

.gamesocialzone-legal-contact strong {
    color: #10b981;
    font-weight: 700;
}

@media (max-width: 768px) {
    .gamesocialzone-navbar-menu {
        position: fixed;
        top: 85px;
        left: 0;
        right: 0;
        background: #111827;
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-150%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        border-top: 2px solid #10b981;
        max-height: calc(100vh - 85px);
        overflow-y: auto;
    }

    .gamesocialzone-navbar-menu.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .gamesocialzone-navbar-toggle {
        display: flex;
    }

    .gamesocialzone-navbar-menu li {
        width: 100%;
        margin-bottom: 1rem;
    }

    .gamesocialzone-navbar-menu li a {
        display: block;
        padding: 1rem;
        text-align: center;
    }

    .gamesocialzone-navbar-brand {
        font-size: 1.2rem;
    }

    .gamesocialzone-navbar-logo {
        height: 30px;
    }

    .gamesocialzone-hero-title {
        font-size: 2rem;
    }

    .gamesocialzone-hero-subtitle {
        font-size: 1.15rem;
    }

    .gamesocialzone-section-title {
        font-size: 2.2rem;
    }

    .gamesocialzone-cookie-content {
        flex-direction: column;
        text-align: center;
    }

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

    .gamesocialzone-contact-form-container,
    .gamesocialzone-contact-info-container {
        padding: 2rem;
    }

    .gamesocialzone-legal-content {
        padding: 2rem;
    }
}

/* Inline style replacements */
.gamesocialzone-section-center {
    text-align: center;
    margin-top: 3rem;
}

.gamesocialzone-notice-box {
    background: #ffffff;
    border-radius: 2px;
    padding: 3rem;
    border: 2px solid #10b981;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.gamesocialzone-notice-text {
    color: #1f2937;
    font-size: 1.15rem;
    line-height: 1.7;
    font-family: Courier New, monospace;
}

.gamesocialzone-notice-strong {
    color: #10b981;
}

.gamesocialzone-footer-notice {
    background: rgba(16, 185, 129, 0.1);
    padding: 2rem;
    border-radius: 2px;
    margin: 3rem 0;
    border: 2px solid #10b981;
}

.gamesocialzone-footer-notice-text {
    color: #d1d5db;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.gamesocialzone-footer-notice-text-small {
    color: #d1d5db;
    line-height: 1.7;
    font-size: 1rem;
}

.gamesocialzone-footer-notice-strong {
    color: #10b981;
}

.gamesocialzone-footer-notice-link {
    color: #10b981;
}

.gamesocialzone-contact-info-card {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 2px;
    border: 2px solid #10b981;
}

.gamesocialzone-contact-info-card h3 {
    color: #111827;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    font-family: Courier New, monospace;
}

.gamesocialzone-contact-info-card p {
    color: #1f2937;
    font-size: 1.1rem;
    font-weight: 600;
}

@media (max-width: 480px) {
    .gamesocialzone-navbar-brand {
        font-size: 1rem;
    }

    .gamesocialzone-navbar-logo {
        height: 25px;
    }

    .gamesocialzone-hero-title {
        font-size: 1.6rem;
    }

    .gamesocialzone-section-title {
        font-size: 1.8rem;
    }

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