/* Premium Theme CSS — Jerry Club Network */
/* Extends login.css + colors.css for inner pages */

/* ==================== BASE RESETS ==================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'Poppins', sans-serif;
    background: var(--dark-bg);
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}
a { color: var(--primary-bg-color); text-decoration: none; transition: color 0.25s ease; }
a:hover { color: var(--primary-bg-hover); }
img { max-width: 100%; height: auto; }

/* ==================== PREMIUM HEADER ==================== */
.premium-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(22,24,23,0.92);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 0 24px;
}
.header-inner {
    max-width: 960px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    height: 56px;
}
.header-logo {
    display: flex; align-items: center; gap: 10px;
    font-weight: 700; font-size: 1.05rem;
    color: rgba(255,255,255,0.95);
    text-decoration: none;
}
.header-logo .logo-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--primary-bg-color);
    box-shadow: 0 0 8px rgba(255,193,7,0.4);
}
.header-nav { display: flex; align-items: center; gap: 6px; }
.header-nav a {
    color: rgba(255,255,255,0.6); font-size: 0.82rem; font-weight: 400;
    padding: 6px 14px; border-radius: 6px;
    transition: all 0.2s ease; text-decoration: none;
}
.header-nav a:hover { color: rgba(255,255,255,0.95); background: rgba(255,255,255,0.06); }
.header-nav a.active { color: var(--primary-bg-color); background: rgba(255,193,7,0.08); }
.header-cta {
    background: var(--primary-bg-color); color: #111 !important;
    font-weight: 600; font-size: 0.8rem; padding: 7px 18px;
    border-radius: 6px; transition: all 0.2s ease;
}
.header-cta:hover { background: var(--primary-bg-hover); transform: translateY(-1px); color: #111 !important; }

/* ==================== HERO SECTION ==================== */
.hero-section {
    position: relative; padding: 55px 24px 45px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255,193,7,0.04) 0%, transparent 100%);
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.hero-section h1 {
    font-size: 1.65rem; font-weight: 700; line-height: 1.35;
    color: rgba(255,255,255,0.95); margin-bottom: 12px;
    max-width: 650px; margin-left: auto; margin-right: auto;
}
.hero-section h1 .highlight { color: var(--primary-bg-color); }
.hero-subtitle {
    font-size: 0.92rem; color: rgba(255,255,255,0.5);
    max-width: 540px; margin: 0 auto 22px; line-height: 1.6;
}
.hero-badges { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
    padding: 6px 14px; border-radius: 20px;
    font-size: 0.75rem; color: rgba(255,255,255,0.6);
}
.hero-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; flex-shrink: 0; }

/* ==================== BREADCRUMBS ==================== */
.breadcrumbs {
    max-width: 960px; margin: 0 auto; padding: 16px 24px 0;
    font-size: 0.78rem; color: rgba(255,255,255,0.4);
}
.breadcrumbs a { color: rgba(255,255,255,0.5); text-decoration: none; }
.breadcrumbs a:hover { color: var(--primary-bg-color); }
.breadcrumbs span { margin: 0 6px; }

/* ==================== MAIN CONTENT ==================== */
.page-content {
    max-width: 760px; margin: 0 auto;
    padding: 30px 24px 50px;
}

/* ==================== SECTION BLOCKS ==================== */
.seo-content-block {
    margin-bottom: 35px;
}
.seo-content-block h2 {
    font-size: 1.15rem; font-weight: 600;
    color: rgba(255,255,255,0.92); margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.seo-content-block h3 {
    font-size: 0.98rem; font-weight: 500;
    color: rgba(255,255,255,0.82); margin: 18px 0 8px;
}
.seo-content-block h4 {
    font-size: 0.9rem; font-weight: 500;
    color: rgba(255,255,255,0.75); margin: 14px 0 6px;
}
.seo-content-block p {
    font-size: 0.86rem; color: rgba(255,255,255,0.58);
    line-height: 1.75; margin-bottom: 12px;
}
.seo-content-block strong { color: rgba(255,255,255,0.78); }
.seo-content-block ul, .seo-content-block ol {
    padding-left: 20px; margin: 10px 0 14px;
}
.seo-content-block li {
    font-size: 0.85rem; color: rgba(255,255,255,0.58);
    line-height: 1.75; margin-bottom: 6px;
}
.seo-content-block a.seo-internal-link {
    color: var(--primary-bg-color);
    text-decoration: underline;
    text-decoration-color: rgba(255,193,7,0.3);
    text-underline-offset: 3px;
    font-weight: 500;
}
.seo-content-block a.seo-internal-link:hover {
    color: var(--primary-bg-hover);
    text-decoration-color: var(--primary-bg-hover);
}

/* ==================== FEATURE GRID ==================== */
.feature-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
    margin: 20px 0 30px;
}
.feature-card {
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px; padding: 22px 20px;
    transition: all 0.25s ease;
}
.feature-card:hover {
    background: rgba(255,255,255,0.045);
    border-color: rgba(255,193,7,0.15);
    transform: translateY(-2px);
}
.feature-icon {
    font-size: 1.3rem; margin-bottom: 10px;
    display: block;
}
.feature-card h3 {
    font-size: 0.9rem; font-weight: 600;
    color: rgba(255,255,255,0.88); margin: 0 0 6px;
}
.feature-card p {
    font-size: 0.8rem; color: rgba(255,255,255,0.5);
    line-height: 1.6; margin: 0;
}

/* ==================== STAT GRID ==================== */
.stat-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
    margin: 20px 0 28px;
}
.stat-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px; padding: 20px 16px; text-align: center;
}
.stat-num {
    display: block; font-size: 1.4rem; font-weight: 700;
    color: var(--primary-bg-color); margin-bottom: 4px;
}
.stat-label {
    font-size: 0.75rem; color: rgba(255,255,255,0.45);
    text-transform: uppercase; letter-spacing: 0.5px;
}

/* ==================== ALERT BOX ==================== */
.alert-box {
    background: rgba(255,193,7,0.06);
    border: 1px solid rgba(255,193,7,0.15);
    border-left: 3px solid var(--primary-bg-color);
    border-radius: 8px; padding: 16px 20px;
    margin: 18px 0;
}
.alert-box.info {
    background: rgba(96,165,250,0.06);
    border-color: rgba(96,165,250,0.15);
    border-left-color: #60a5fa;
}
.alert-box.success {
    background: rgba(74,222,128,0.06);
    border-color: rgba(74,222,128,0.15);
    border-left-color: #4ade80;
}
.alert-box .alert-title {
    font-size: 0.85rem; font-weight: 600;
    color: rgba(255,255,255,0.85); margin-bottom: 4px;
}
.alert-box p {
    font-size: 0.82rem; color: rgba(255,255,255,0.55);
    line-height: 1.6; margin: 0;
}

/* ==================== STEP LIST ==================== */
.step-list { list-style: none; padding: 0; margin: 20px 0; counter-reset: step-counter; }
.step-item {
    display: flex; gap: 16px; align-items: flex-start;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px; padding: 20px;
    margin-bottom: 12px;
    counter-increment: step-counter;
}
.step-num {
    background: rgba(255,193,7,0.12); color: var(--primary-bg-color);
    font-size: 0.82rem; font-weight: 700;
    min-width: 34px; height: 34px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.step-body h3 {
    font-size: 0.92rem; font-weight: 500;
    color: rgba(255,255,255,0.88); margin: 0 0 5px;
}
.step-body p {
    font-size: 0.83rem; color: rgba(255,255,255,0.55);
    line-height: 1.65; margin: 0;
}

/* ==================== FAQ ACCORDION ==================== */
.faq-section { margin: 25px 0; }
.faq-item { margin-bottom: 3px; }
.faq-question {
    width: 100%; background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px; padding: 16px 20px;
    color: rgba(255,255,255,0.85); font-size: 0.88rem; font-family: inherit;
    cursor: pointer; display: flex; justify-content: space-between; align-items: center;
    text-align: left; transition: all 0.2s ease;
}
.faq-question:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.1); }
.faq-question[aria-expanded="true"] {
    border-radius: 8px 8px 0 0; border-bottom-color: transparent;
    background: rgba(255,255,255,0.05);
}
.faq-question[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); }
.faq-chevron { transition: transform 0.3s ease; opacity: 0.4; flex-shrink: 0; margin-left: 10px; }
.faq-answer {
    max-height: 0; overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    background: rgba(255,255,255,0.015);
    border: 1px solid rgba(255,255,255,0.06); border-top: none;
    border-radius: 0 0 8px 8px; padding: 0 20px;
}
.faq-answer.open { max-height: 400px; padding: 18px 20px; }
.faq-answer p { color: rgba(255,255,255,0.55); font-size: 0.83rem; line-height: 1.7; margin: 0; }

/* ==================== BLOCKQUOTE ==================== */
.seo-content-block blockquote {
    border-left: 3px solid var(--primary-bg-color);
    background: rgba(255,193,7,0.04);
    padding: 14px 20px; margin: 16px 0;
    border-radius: 0 8px 8px 0;
}
.seo-content-block blockquote p {
    font-style: italic; color: rgba(255,255,255,0.65);
    margin: 0; font-size: 0.86rem;
}

/* ==================== CTA BANNER ==================== */
.cta-banner {
    background: linear-gradient(135deg, rgba(255,193,7,0.08) 0%, rgba(255,193,7,0.02) 100%);
    border: 1px solid rgba(255,193,7,0.15);
    border-radius: 12px; padding: 28px 30px;
    text-align: center; margin: 30px 0;
}
.cta-banner h3 {
    font-size: 1.05rem; font-weight: 600;
    color: rgba(255,255,255,0.9); margin-bottom: 8px;
}
.cta-banner p {
    font-size: 0.84rem; color: rgba(255,255,255,0.5);
    margin-bottom: 16px;
}
.cta-button {
    display: inline-block;
    background: var(--primary-bg-color); color: #111 !important;
    font-weight: 600; font-size: 0.88rem;
    padding: 10px 28px; border-radius: 8px;
    transition: all 0.2s ease; text-decoration: none;
}
.cta-button:hover { background: var(--primary-bg-hover); transform: translateY(-1px); color: #111 !important; }

/* ==================== PREMIUM FOOTER ==================== */
.premium-footer {
    background: rgba(255,255,255,0.015);
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 40px 24px 20px;
    margin-top: 50px;
}
.footer-inner { max-width: 960px; margin: 0 auto; }
.footer-grid {
    display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px;
    margin-bottom: 30px;
}
.footer-col h4 {
    font-size: 0.82rem; font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.8px; color: rgba(255,255,255,0.7);
    margin-bottom: 14px;
}
.footer-col p {
    font-size: 0.8rem; color: rgba(255,255,255,0.4);
    line-height: 1.65; margin-bottom: 10px;
}
.footer-col a {
    display: block; font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    padding: 3px 0; transition: color 0.2s;
    text-decoration: none;
}
.footer-col a:hover { color: var(--primary-bg-color); }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 18px;
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 10px;
}
.footer-bottom p { font-size: 0.74rem; color: rgba(255,255,255,0.3); margin: 0; }
.footer-bottom a { font-size: 0.74rem; color: rgba(255,255,255,0.35); text-decoration: none; }
.footer-bottom a:hover { color: var(--primary-bg-color); }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 768px) {
    .header-nav a:not(.header-cta) { display: none; }
    .hero-section { padding: 35px 16px 30px; }
    .hero-section h1 { font-size: 1.25rem; }
    .feature-grid { grid-template-columns: 1fr; }
    .stat-grid { grid-template-columns: repeat(2, 1fr); }
    .page-content { padding: 20px 16px 40px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
    .step-item { flex-direction: column; gap: 10px; }
}
@media (max-width: 480px) {
    .stat-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
}
