body {
    font-family: 'Segoe UI', Tahoma, sans-serif;
    background: #f8fafc;
}

.navbar-merrikh {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: linear-gradient(180deg, rgba(127, 29, 29, 0.96), rgba(127, 29, 29, 0.88));
    backdrop-filter: blur(12px);
    padding: 0.7rem 0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.guest-nav-shell {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 0.7rem 1rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.nav-brand-merrikh {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.nav-brand-logo {
    height: 42px;
    width: 42px;
    object-fit: contain;
    border-radius: 12px;
    background: rgba(255,255,255,0.95);
    padding: 0.25rem;
}

.nav-brand-title {
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.1;
}

.nav-brand-subtitle {
    display: block;
    font-size: 0.78rem;
    opacity: 0.78;
    margin-top: 0.12rem;
}

.nav-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.hero-merrikh {
    background: linear-gradient(135deg, var(--merrikh-red) 0%, var(--merrikh-dark) 100%);
    min-height: clamp(320px, 50vh, 500px);
    position: relative;
    overflow: hidden;
    padding: 2.5rem 0 3rem;
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
}

.hero-merrikh::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></svg>') repeat;
    background-size: 100px 100px;
}

.club-logo-hero {
    width: clamp(100px, 18vw, 140px);
    height: clamp(100px, 18vw, 140px);
    object-fit: contain;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3));
    animation: float 3s ease-in-out infinite;
}

.hero-copy {
    max-width: 560px;
}

.hero-title {
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    line-height: 1.05;
    margin-bottom: 0.75rem;
}

.hero-subtitle {
    font-size: 0.95rem;
    max-width: 520px;
    margin-bottom: 1rem;
}

.hero-pills {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-bottom: 1.2rem;
}

.hero-pill {
    border-radius: 999px;
    padding: 0.55rem 0.95rem;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.hero-actions {
    display: flex;
    gap: 0.85rem;
    flex-wrap: wrap;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.stat-card {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(0,0,0,0.05);
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.membership-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s;
    border-top: 4px solid var(--merrikh-red);
}

.membership-card:hover { transform: translateY(-5px); }
.membership-card.working { border-top-color: var(--merrikh-red); }
.membership-card.honorary { border-top-color: var(--merrikh-yellow); }
.membership-card.sports { border-top-color: #10B981; }

.membership-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.price-tag {
    font-size: 2rem;
    font-weight: 700;
    color: var(--merrikh-red);
}

.chart-card {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.system-story-section {
    background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
}

.system-story-card {
    background: white;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.08);
    height: 100%;
}

.system-story-accent {
    border-top: 4px solid var(--merrikh-red);
}

.system-story-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--merrikh-red), var(--merrikh-dark));
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.capability-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(220, 38, 38, 0.08);
    color: var(--merrikh-dark);
    font-weight: 600;
    margin: 0 0 0.75rem 0.75rem;
}

.trial-banner {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.95), rgba(127, 29, 29, 0.95));
    color: white;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 20px 50px rgba(127, 29, 29, 0.24);
}

.chart-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.distribution-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.distribution-label { min-width: 80px; font-weight: 500; }

.distribution-bar {
    flex: 1;
    height: 24px;
    background: #f1f5f9;
    border-radius: 12px;
    overflow: hidden;
}

.distribution-fill {
    height: 100%;
    border-radius: 12px;
    transition: width 0.5s ease;
}

.cta-section {
    background: linear-gradient(135deg, var(--merrikh-red), var(--merrikh-dark));
    padding: 5rem 0;
}

.btn-merrikh {
    background: var(--merrikh-yellow);
    color: var(--merrikh-dark);
    border: none;
    padding: 0.8rem 1.8rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-merrikh:hover {
    background: #fff;
    color: var(--merrikh-red);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-outline-merrikh {
    border: 2px solid white;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-outline-merrikh:hover {
    background: white;
    color: var(--merrikh-red);
}

.payment-cards-section {
    background: linear-gradient(180deg, #ffffff 0%, #fff8f8 100%);
}

.payment-cards-shell {
    max-width: 860px;
    background: white;
    border-radius: 28px;
    padding: 2.5rem 2rem;
    border: 1px solid rgba(220, 38, 38, 0.08);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
    position: relative;
    overflow: hidden;
}

.payment-cards-shell::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.22) 0%, transparent 70%);
    pointer-events: none;
}

.payment-cards-shell::after {
    content: '';
    position: absolute;
    inset: auto 0 0 auto;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(220, 38, 38, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.payment-cards-shell > * {
    position: relative;
    z-index: 1;
}

.payment-cards-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.1), rgba(251, 191, 36, 0.22));
    color: var(--merrikh-dark);
    font-weight: 700;
}

.payment-cards-text {
    color: #6b7280;
    font-size: 1.05rem;
    line-height: 1.9;
    max-width: 700px;
    margin-inline: auto;
}

.payment-cards-image-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
    border: 1px solid rgba(251, 191, 36, 0.35);
    box-shadow: 0 16px 35px rgba(127, 29, 29, 0.08);
}

.payment-cards-image {
    width: 100%;
    max-width: 586px;
    height: auto;
    display: block;
    border-radius: 18px;
}

.payment-cards-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.2rem;
    color: var(--merrikh-dark);
    font-weight: 600;
    background: rgba(220, 38, 38, 0.06);
    padding: 0.85rem 1.1rem;
    border-radius: 16px;
}

@media (max-width: 991.98px) {
    .hero-merrikh {
        min-height: auto;
        padding: 2.5rem 0 3.6rem;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
    }

    .guest-nav-shell {
        padding: 0.65rem 0.85rem;
    }
}

@media (max-width: 767.98px) {
    .navbar-merrikh {
        padding: 0.55rem 0;
    }

    .guest-nav-shell {
        border-radius: 18px;
        gap: 0.85rem;
    }

    .nav-brand-title {
        font-size: 0.95rem;
    }

    .nav-brand-subtitle {
        font-size: 0.72rem;
    }

    .nav-actions {
        width: 100%;
        justify-content: stretch;
    }

    .nav-actions .btn {
        flex: 1 1 0;
        padding-inline: 0.75rem;
    }

    .hero-title {
        font-size: 2.4rem;
    }

    .hero-subtitle {
        font-size: 0.98rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .payment-cards-shell {
        padding: 2rem 1.25rem;
        border-radius: 22px;
    }

    .payment-cards-text {
        font-size: 0.98rem;
    }

    .payment-cards-image-wrap {
        padding: 0.7rem;
        border-radius: 18px;
    }
}

.footer-merrikh {
    background: #1f2937;
    color: white;
    padding: 3rem 0;
}

.fade-in { animation: fadeIn 0.6s ease forwards; }
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
