/* Landing SEO + pasek CTA dla gości */

.game-landing-hero {
    display: grid;
    grid-template-columns: 1fr min(340px, 38%);
    gap: 2rem;
    align-items: center;
    margin-bottom: 2rem;
}

.game-landing-hero-text h1 {
    margin: 0 0 0.35rem;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    line-height: 1.25;
    color: #f1f5f9;
}

.game-landing-subtitle {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    line-height: 1.45;
    color: #94a3b8;
    font-weight: 500;
}

.game-landing-section-title {
    margin: 0 0 1rem;
    font-size: 1.35rem;
    color: #e2e8f0;
    line-height: 1.3;
}

.game-landing-badge {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(245, 158, 11, 0.18);
    color: #fcd34d;
    border: 1px solid rgba(245, 158, 11, 0.35);
}

.game-landing-lead {
    margin: 0 0 1.25rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #cbd5e1;
}

.game-landing-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.game-landing-cta-primary,
.game-landing-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.25rem;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.98rem;
}

.game-landing-cta-primary {
    background: rgba(45, 212, 191, 0.2);
    color: #a5f3fc;
    border: 1px solid rgba(45, 212, 191, 0.45);
}

.game-landing-cta-primary:hover {
    background: rgba(45, 212, 191, 0.32);
    color: #ccfbf1;
}

.game-landing-cta-secondary {
    background: rgba(148, 163, 184, 0.12);
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.3);
}

.game-landing-cta-secondary:hover {
    background: rgba(148, 163, 184, 0.22);
    color: #f8fafc;
}

.game-landing-links {
    font-size: 0.92rem;
    color: #94a3b8;
}

.game-landing-links a {
    color: #5eead4;
    text-decoration: none;
}

.game-landing-links a:hover {
    color: #99f6e4;
}

.game-landing-visual {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(15, 118, 110, 0.25) 0%, rgba(15, 23, 42, 0.85) 100%);
    border: 1px solid rgba(45, 212, 191, 0.25);
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.game-landing-visual-map {
    width: 100%;
    max-width: 280px;
    opacity: 0.92;
}

.game-landing-visual-fish {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    width: 88px;
    height: auto;
    opacity: 0.85;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
}

.game-landing-features {
    margin-bottom: 2rem;
}

.game-landing-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.game-landing-feature {
    padding: 1.1rem 1.15rem;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.22);
}

.game-landing-feature h3 {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    color: #e2e8f0;
}

.game-landing-feature h2 {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    color: #e2e8f0;
}

.game-landing-feature p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #94a3b8;
}

/* 3 kroki startu */
.game-landing-steps {
    margin-bottom: 2rem;
}

.game-landing-steps-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.85rem;
}

.game-landing-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.45);
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.game-landing-step-num {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(45, 212, 191, 0.2);
    color: #99f6e4;
    font-weight: 800;
    font-size: 0.95rem;
    border: 1px solid rgba(45, 212, 191, 0.35);
}

.game-landing-step-body strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #f1f5f9;
    font-size: 1rem;
}

.game-landing-step-body p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #94a3b8;
}

/* Box zaufania */
.game-landing-trust {
    margin-bottom: 2rem;
    padding: 1.1rem 1.2rem;
    border-radius: 12px;
    background: rgba(30, 41, 59, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-left: 4px solid rgba(245, 158, 11, 0.65);
}

.game-landing-trust-title {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    color: #fcd34d;
}

.game-landing-trust p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #cbd5e1;
}

.game-landing-trust a {
    color: #5eead4;
    text-decoration: none;
}

.game-landing-trust a:hover {
    color: #99f6e4;
}

/* FAQ */
.game-landing-faq {
    margin-bottom: 2rem;
}

.game-landing-faq-list {
    display: grid;
    gap: 0.65rem;
}

.game-landing-faq-item {
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.22);
    padding: 0.85rem 1rem;
}

.game-landing-faq-item summary {
    cursor: pointer;
    font-weight: 700;
    color: #e2e8f0;
    list-style: none;
    line-height: 1.45;
    padding-right: 1.5rem;
    position: relative;
}

.game-landing-faq-item summary::-webkit-details-marker {
    display: none;
}

.game-landing-faq-item summary::after {
    content: '▼';
    position: absolute;
    right: 0;
    top: 0.1rem;
    font-size: 0.75rem;
    opacity: 0.65;
    transition: transform 0.2s ease;
}

.game-landing-faq-item[open] summary::after {
    transform: rotate(180deg);
}

.game-landing-faq-answer p {
    margin: 0.65rem 0 0;
    font-size: 0.92rem;
    line-height: 1.65;
    color: #94a3b8;
}

/* Dolne CTA */
.game-landing-bottom-cta {
    text-align: center;
    padding: 1.75rem 1.25rem;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(15, 118, 110, 0.22) 0%, rgba(15, 23, 42, 0.75) 100%);
    border: 1px solid rgba(45, 212, 191, 0.28);
    margin-bottom: 0.5rem;
}

.game-landing-bottom-cta-title {
    margin: 0 0 0.4rem;
    font-size: 1.35rem;
    color: #f1f5f9;
}

.game-landing-bottom-cta-lead {
    margin: 0 0 1.1rem;
    color: #94a3b8;
    font-size: 0.98rem;
}

.game-landing-cta-row--center {
    justify-content: center;
}

/* Wspólny pasek CTA (instrukcja, ranking) */
.game-guest-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem 1.25rem;
    margin-bottom: 1.25rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: rgba(15, 118, 110, 0.14);
    border: 1px solid rgba(45, 212, 191, 0.28);
}

.game-guest-cta-text {
    margin: 0;
    flex: 1;
    min-width: 200px;
    color: #cbd5e1;
    font-size: 0.95rem;
}

.game-guest-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.game-guest-cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.95rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
}

.game-guest-cta-btn--primary {
    background: rgba(45, 212, 191, 0.2);
    color: #a5f3fc;
    border: 1px solid rgba(45, 212, 191, 0.4);
}

.game-guest-cta-btn--primary:hover {
    background: rgba(45, 212, 191, 0.32);
    color: #ccfbf1;
}

.game-guest-cta-btn--secondary {
    background: rgba(148, 163, 184, 0.12);
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.28);
}

.game-guest-cta-btn--secondary:hover {
    background: rgba(148, 163, 184, 0.22);
}

@media (max-width: 768px) {
    .game-landing-hero {
        grid-template-columns: 1fr;
    }

    .game-landing-visual {
        order: -1;
        min-height: 180px;
    }
}
