/* ============================================
   HOME PAGE - MOBILE-FIRST DESIGN
   ============================================ */

.home-hero { background: #086F48; padding: 2.5rem 1rem; }
.home-hero-inner { text-align: center; }
.home-badge { display: inline-block; padding: 0.25rem 0.75rem; background: rgba(251,191,36,0.2); border-radius: 999px; margin-bottom: 0.75rem; color: white; font-size: 0.75rem; }
.home-title { color: white; font-size: clamp(1.5rem, 5vw, 2.75rem); margin-bottom: 0.75rem; line-height: 1.15; font-weight: 700; }
.home-subtitle { color: rgba(255,255,255,0.8); font-size: clamp(0.875rem, 2.5vw, 1.125rem); max-width: 540px; margin: 0 auto 1rem; }
.home-buttons { display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap; margin-top: 1rem; }
.home-buttons .btn { width: 100%; max-width: 280px; justify-content: center; font-size: 0.875rem; padding: 0.625rem 1rem; }

.home-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; margin-top: 1.25rem; }
.home-stat { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 0.75rem; border-radius: 12px; text-align: center; }
.home-stat-num { font-size: clamp(1.25rem, 3.5vw, 2rem); font-weight: 700; }
.home-stat-label { color: rgba(255,255,255,0.7); font-size: 0.7rem; }

.home-section { padding: 2rem 0; }
.home-section-title { text-align: center; margin-bottom: 1.5rem; }
.home-section-title h2 { font-size: clamp(1.25rem, 4vw, 1.75rem); margin-bottom: 0.25rem; }
.home-section-title p { color: #0D8A5C; font-size: clamp(0.8rem, 2vw, 0.95rem); }

.home-lottery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
.home-lottery-card { background: white; border: 2px solid #E2E8F0; border-radius: 16px; padding: 1rem; text-decoration: none; display: block; transition: all 0.3s ease; position: relative; overflow: hidden; }
.home-lottery-card:active { transform: scale(0.97); border-color: #FBBF24; }
.home-lottery-icon { font-size: 2rem; margin-bottom: 0.375rem; }
.home-lottery-name { color: #086F48; font-weight: 700; font-size: 0.9rem; margin-bottom: 0.125rem; }
.home-lottery-desc { color: #64748B; font-size: 0.7rem; }

.home-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
.home-feature-card { background: white; border: 1px solid #E2E8F0; border-radius: 16px; padding: 1rem; }
.home-feature-icon { width: 44px; height: 44px; background: #FBBF24; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.75rem; font-size: 1.25rem; }
.home-feature-card h3 { font-size: 0.875rem; margin-bottom: 0.25rem; }
.home-feature-card p { color: #0D8A5C; font-size: 0.75rem; }

.home-cta { background: #086F48; padding: 2rem 1rem; text-align: center; }
.home-cta h2 { color: white; font-size: clamp(1.25rem, 4vw, 1.75rem); margin-bottom: 0.5rem; }
.home-cta p { color: rgba(255,255,255,0.9); font-size: 0.85rem; max-width: 540px; margin: 0 auto 1rem; }
.home-cta .btn { width: 100%; max-width: 300px; justify-content: center; font-size: 0.9rem; }
.home-cta-detail { font-size: 0.8rem !important; color: rgba(255,255,255,0.7) !important; max-width: 640px; line-height: 1.6; }

@media (min-width: 640px) {
    .home-hero { padding: 3rem 1.5rem; }
    .home-badge { font-size: 0.8rem; padding: 0.375rem 1rem; }
    .home-buttons .btn { width: auto; font-size: 0.95rem; padding: 0.75rem 1.5rem; }
    .home-stats { gap: 1rem; }
    .home-stat { padding: 1.25rem; }
    .home-stat-num { font-size: 2.25rem; }
    .home-stat-label { font-size: 0.8rem; }
    .home-section { padding: 3rem 0; }
    .home-section-title { margin-bottom: 2rem; }
    .home-section-title p { font-size: 1rem; }
    .home-lottery-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
    .home-lottery-card { padding: 1.25rem; }
    .home-lottery-icon { font-size: 2.5rem; }
    .home-lottery-name { font-size: 1rem; }
    .home-lottery-desc { font-size: 0.8rem; }
    .home-feature-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
    .home-feature-card { padding: 1.5rem; }
    .home-feature-icon { width: 52px; height: 52px; font-size: 1.5rem; }
    .home-feature-card h3 { font-size: 1rem; }
    .home-feature-card p { font-size: 0.875rem; }
    .home-cta { padding: 3.5rem 1.5rem; }
    .home-cta p { font-size: 1rem; }
    .home-cta .btn { width: auto; font-size: 1rem; }
}
@media (min-width: 1024px) {
    .home-hero { padding: 4rem 2rem; }
    .home-stat { padding: 1.5rem; }
    .home-stat-num { font-size: 2.5rem; }
    .home-section { padding: 4rem 0; }
    .home-lottery-grid { gap: 1.5rem; }
    .home-lottery-card { padding: 1.5rem; }
    .home-feature-grid { gap: 1.5rem; }
    .home-feature-card { padding: 2rem; }
    .home-cta { padding: 4rem 2rem; }
}

/* ============================================
   SOCIAL PROOF
   ============================================ */
.home-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.home-proof-card {
    background: white;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
}
.home-proof-number {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.home-proof-label {
    color: #64748B;
    font-size: 0.85rem;
    line-height: 1.4;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.home-faq-list {
    max-width: 720px;
    margin: 0 auto;
}
.home-faq-item {
    background: white;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}
.home-faq-question {
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: #086F48;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-faq-question::-webkit-details-marker { display: none; }
.home-faq-question::after {
    content: '+';
    font-size: 1.25rem;
    font-weight: 700;
    color: #FBBF24;
    flex-shrink: 0;
    margin-left: 1rem;
}
.home-faq-item[open] .home-faq-question::after {
    content: '−';
}
.home-faq-answer {
    padding: 0 1.25rem 1rem;
    color: #0D8A5C;
    font-size: 0.875rem;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 639px) {
    .home-proof-grid { grid-template-columns: 1fr; }
}
