/* ========== CITY HOME PAGE - CONVERSION OPTIMIZED ========== */
:root {
    --home-primary: #F60B0E;
    --home-dark: #0a0a0a;
    --home-gold: #D4AF37;
}

/* ==================== 1. HERO ==================== */
.hero-immersive {
    position: relative;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
    animation: heroZoom 20s ease-in-out infinite alternate;
}

@keyframes heroZoom {
    0% { transform: scale(1.05); }
    100% { transform: scale(1.1); }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 100%);
}

.hero-content {
    position: relative;
    z-index: 10;
    padding: 120px 20px 80px;
}

.hero-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    margin-bottom: 30px;
}

.hero-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--home-primary);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
}

.hero-badge span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
    text-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-family: 'Hind', sans-serif;
    font-size: 1.3rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 40px;
    line-height: 1.6;
}

.hero-cta-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-hero-primary,
.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-hero-primary {
    background: linear-gradient(135deg, var(--home-primary) 0%, #c00 100%);
    color: #fff;
    box-shadow: 0 4px 25px rgba(246,11,14,0.4);
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(246,11,14,0.5);
    color: #fff;
    text-decoration: none;
}

.btn-hero-secondary {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
}

.btn-hero-secondary:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.5);
    color: #fff;
    text-decoration: none;
}

/* ==================== PRESS CITATIONS BAND ==================== */
.press-citations-band {
    background: #1a1a1a;
    padding: 28px 0;
}

.press-citations-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.press-citations-band .citation-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.press-citations-band .citation-item img {
    width: 80px;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    flex-shrink: 0;
}

.press-citations-band .citation-item span {
    font-family: 'Hind', sans-serif;
    font-size: 0.9rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    max-width: 280px;
}

.press-citations-band .citation-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.25), transparent);
}

@media (max-width: 900px) {
    .press-citations-inner {
        flex-direction: column;
        gap: 16px;
    }
    .press-citations-band .citation-item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .press-citations-band .citation-item img {
        width: 70px;
    }
    .press-citations-band .citation-item span {
        max-width: 100%;
        font-size: 0.85rem;
    }
    .press-citations-band .citation-divider {
        width: 50px;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    }
}

/* ==================== YOUR CITY BECOMES THE GAME ==================== */
.adventure-section {
    background: #fff;
    padding: 70px 0 50px;
}

.adventure-header {
    text-align: center;
    margin-bottom: 55px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.adventure-subtitle {
    white-space: nowrap;
}

.adventure-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    color: #181818;
    line-height: 1.2;
    margin: 0 0 18px 0;
}

.adventure-subtitle {
    font-family: 'Hind', sans-serif;
    font-size: 1.15rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.adventure-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 50px;
}

.adventure-item {
    text-align: center;
    padding: 25px 15px;
    background: #fafafa;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.adventure-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    background: #fff;
}

.adventure-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 15px;
}

.adventure-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #181818;
    margin-bottom: 10px;
    line-height: 1.3;
}

.adventure-item p {
    font-family: 'Hind', sans-serif;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.adventure-statement {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--home-primary);
    text-align: center;
    margin: 10px auto 0;
    letter-spacing: 0.5px;
}

@media (max-width: 900px) {
    .adventure-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .adventure-subtitle { white-space: normal; }
}

@media (max-width: 700px) {
    .adventure-section { padding: 50px 20px; }
    .adventure-title { font-size: 1.8rem; }
    .adventure-subtitle { font-size: 1.05rem; }
    .adventure-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-bottom: 35px;
    }
    .adventure-item {
        padding: 20px 12px;
    }
    .adventure-icon { font-size: 2rem; margin-bottom: 10px; }
    .adventure-item h3 { font-size: 0.9rem; }
    .adventure-item p { font-size: 0.85rem; }
}

@media (max-width: 480px) {
    .adventure-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .adventure-item {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 15px;
        padding: 18px;
    }
    .adventure-icon {
        font-size: 1.8rem;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .adventure-item h3 { margin-bottom: 5px; }
}

/* ==================== WHY (inline with steps) ==================== */
.why-inline {
    background: #fff;
    padding: 0 0 60px;
}

.why-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 25px 30px;
    background: #f9f9f9;
    border-radius: 12px;
    max-width: 900px;
    margin: 0 auto;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.why-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: var(--home-primary);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
}

.why-item span:last-child {
    font-family: 'Hind', sans-serif;
    font-size: 0.9rem;
    color: #555;
}

@media (max-width: 700px) {
    .why-inline { padding: 0 20px 50px; }
    .why-grid { 
        flex-direction: column; 
        gap: 10px; 
        align-items: flex-start;
        padding: 20px;
    }
}

/* ==================== GAMES LIST ==================== */
.games-section {
    background: #f5f5f5;
    padding: 70px 0 80px;
}

.games-header {
    text-align: center;
    margin-bottom: 50px;
}

.games-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #181818;
    margin-bottom: 15px;
}

.games-subtitle {
    font-family: 'Hind', sans-serif;
    font-size: 1.1rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto 20px;
    line-height: 1.6;
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(212,175,55,0.15), rgba(212,175,55,0.05));
    border: 1px solid rgba(212,175,55,0.3);
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--home-gold);
}

/* ==================== TEAM BUILDING SECTION ==================== */
.team-building-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 70px 0;
}

.team-building-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 950px;
    margin: 0 auto;
}

.team-building-text {
    flex: 1;
}

.team-building-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.team-building-subtitle {
    font-family: 'Hind', sans-serif;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.75);
    margin: 0 0 28px 0;
    line-height: 1.5;
}

.team-building-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.team-building-benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Hind', sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.team-building-benefits li:last-child {
    border-bottom: none;
}

.tb-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: var(--home-primary);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
}

.btn-team-building {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: var(--home-primary);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(246,11,14,0.3);
}

.btn-team-building:hover {
    background: #c00;
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(246,11,14,0.4);
}

.team-building-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.1);
    flex-shrink: 0;
}

.tb-icon {
    font-size: 5rem;
    filter: drop-shadow(0 4px 20px rgba(0,0,0,0.3));
}

@media (max-width: 768px) {
    .team-building-section {
        padding: 50px 20px;
    }
    
    .team-building-content {
        flex-direction: column;
        text-align: center;
    }
    
    .team-building-text h2 {
        font-size: 1.6rem;
    }
    
    .team-building-benefits li {
        justify-content: center;
    }
    
    .team-building-visual {
        width: 120px;
        height: 120px;
        order: -1;
    }
    
    .tb-icon {
        font-size: 3.5rem;
    }
    
    .btn-team-building {
        width: 100%;
        justify-content: center;
        max-width: 280px;
    }
}

/* ==================== GIFT CARDS BANNER ==================== */
.giftcards-banner {
    background: linear-gradient(135deg, #181818 0%, #2a2a2a 100%);
    padding: 40px 0;
}

.giftcards-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.giftcards-banner-text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.giftcards-banner-icon {
    font-size: 2.5rem;
}

.giftcards-banner-text h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
}

.giftcards-banner-text p {
    font-family: 'Hind', sans-serif;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.7);
    margin: 0;
}

.btn-giftcards-banner {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: var(--home-primary);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-giftcards-banner:hover {
    background: #c00;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .giftcards-banner {
        padding: 30px 20px;
    }
    .giftcards-banner-content {
        flex-direction: column;
        text-align: center;
    }
    .giftcards-banner-text {
        flex-direction: column;
        gap: 10px;
    }
}

/* ==================== REVIEWS ==================== */
.reviews-section {
    background: #f8f8f8;
    padding: 70px 0;
}

.reviews-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #181818;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.reviews-widget {
    max-width: 900px;
    margin: 0 auto;
}

/* ==================== 7. PARTNERS ==================== */
.partners-section {
    background: #fff;
    padding: 50px 0;
    border-top: 1px solid #eee;
}

.partners-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #999;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.partners-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: nowrap;
    max-width: 1100px;
    margin: 0 auto;
}

.partners-grid img {
    max-width: 110px;
    max-height: 45px;
    object-fit: contain;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.partners-grid img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

@media (max-width: 900px) {
    .partners-grid {
        flex-wrap: wrap;
        gap: 35px;
    }
    .partners-grid img {
        max-width: 90px;
        max-height: 35px;
    }
}

/* ==================== 8. FAQ ==================== */
.faq-section-mini {
    background: #f8f8f8;
    padding: 70px 0;
}

.faq-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #181818;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.faq-item {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid var(--home-primary);
}

.faq-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #181818;
    margin-bottom: 10px;
    line-height: 1.4;
}

.faq-item p {
    font-family: 'Hind', sans-serif;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.faq-link {
    text-align: center;
}

.faq-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--home-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.faq-link a:hover {
    color: #c00;
}

@media (max-width: 768px) {
    .faq-section-mini { padding: 50px 20px; }
    .faq-grid { grid-template-columns: 1fr; gap: 15px; }
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 768px) {
    .hero-title { font-size: 2.2rem; }
    .hero-subtitle { font-size: 1.1rem; }
    .hero-cta-group { flex-direction: column; align-items: center; }
    .btn-hero-primary, .btn-hero-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    .games-section { padding: 50px 20px; }
    .games-header h2 { font-size: 1.5rem; }
}
