*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

/* ===== NAVBAR ===== */
.lh-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}

.lh-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.lh-logo-text {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1E1B4B;
}

.lh-logo-text span {
    color: #F59E0B;
}

.lh-nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.lh-nav-link {
    color: #374151;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s;
}

.lh-nav-link:hover {
    color: #F59E0B;
}

/* ===== HERO ===== */
.hero-section {
    background: linear-gradient(160deg, #0D0B2E 0%, #1a1033 60%, #0a0a20 100%);
    min-height: 100vh;
    padding-top: 64px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.hero-bg-blob-1 {
    width: 450px;
    height: 450px;
    background: #6366F1;
    opacity: 0.12;
    top: -80px;
    right: 180px;
}

.hero-bg-blob-2 {
    width: 320px;
    height: 320px;
    background: #8B5CF6;
    opacity: 0.1;
    bottom: 60px;
    right: 80px;
}

.hero-bg-blob-3 {
    width: 220px;
    height: 220px;
    background: #F59E0B;
    opacity: 0.06;
    bottom: 120px;
    left: 60px;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 4rem 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.25);
    border-radius: 50px;
    padding: 6px 16px;
    color: #F59E0B;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    font-weight: 900;
    line-height: 1.1;
    color: white;
    margin: 0 0 1.5rem;
}

.hero-highlight {
    color: #F59E0B;
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 2rem;
    max-width: 500px;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.hero-btn-dark {
    background: rgba(255,255,255,0.08) !important;
    border: 1.5px solid rgba(255,255,255,0.35) !important;
    color: white !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.hero-btn-outline {
    background: transparent !important;
    border: 1.5px solid rgba(255,255,255,0.3) !important;
    color: rgba(255,255,255,0.85) !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.hero-stats {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.hero-stat {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.6);
    font-size: 0.85rem;
}

/* Lottery balls */
.lottery-balls-container {
    position: absolute;
    right: 0;
    top: 64px;
    width: 48%;
    height: calc(100% - 64px);
    pointer-events: none;
    z-index: 1;
}

.lotto-ball {
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: white;
    text-shadow: 0 2px 6px rgba(0,0,0,0.4);
    box-shadow: inset -8px -8px 20px rgba(0,0,0,0.3), inset 4px 4px 12px rgba(255,255,255,0.2), 0 12px 40px rgba(0,0,0,0.4);
}

.lotto-ball-1 {
    width: 115px; height: 115px;
    background: radial-gradient(circle at 35% 35%, #60A5FA, #1D4ED8);
    font-size: 2.3rem;
    top: 18%; right: 28%;
}

.lotto-ball-2 {
    width: 88px; height: 88px;
    background: radial-gradient(circle at 35% 35%, #4ADE80, #15803D);
    font-size: 1.7rem;
    top: 42%; right: 52%;
    filter: blur(1.5px);
    opacity: 0.55;
}

.lotto-ball-3 {
    width: 135px; height: 135px;
    background: radial-gradient(circle at 35% 35%, #F87171, #B91C1C);
    font-size: 2.6rem;
    top: 52%; right: 18%;
}

.lotto-ball-4 {
    width: 78px; height: 78px;
    background: radial-gradient(circle at 35% 35%, #C084FC, #7E22CE);
    font-size: 1.5rem;
    top: 18%; right: 8%;
    filter: blur(2px);
    opacity: 0.45;
}

.lotto-ball-5 {
    width: 98px; height: 98px;
    background: radial-gradient(circle at 35% 35%, #FCD34D, #D97706);
    font-size: 2rem;
    top: 68%; right: 40%;
    color: #1E1B4B;
    filter: blur(1px);
    opacity: 0.65;
}

.lotto-ball-6 {
    width: 62px; height: 62px;
    background: radial-gradient(circle at 35% 35%, #34D399, #047857);
    font-size: 1.2rem;
    top: 78%; right: 12%;
    filter: blur(2.5px);
    opacity: 0.35;
}

.lotto-ball-7 {
    width: 104px; height: 104px;
    background: radial-gradient(circle at 35% 35%, #FB923C, #C2410C);
    font-size: 2rem;
    top: 5%; right: 50%;
    filter: blur(1.5px);
    opacity: 0.45;
}

/* ===== SECTIONS ===== */
.lh-section {
    padding: 5rem 0;
}

.lh-section-light {
    background: #FFFFFF;
}

.lh-section-gray {
    background: #F9FAFB;
}

.section-badge {
    display: inline-block;
    color: #F59E0B;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.section-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #1E1B4B;
    line-height: 1.2;
    margin: 0 0 1rem;
}

.section-subtitle {
    color: #6B7280;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 auto 3rem;
}

/* ===== BOLÃO CARDS ===== */
.bolao-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    border: 1px solid #E5E7EB;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
}

.bolao-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.13);
}

.bolao-card-header {
    padding: 1.5rem;
    position: relative;
}

.bolao-header-green  { background: linear-gradient(135deg, #15803D, #22C55E); }
.bolao-header-purple { background: linear-gradient(135deg, #7C3AED, #3B82F6); }
.bolao-header-blue   { background: linear-gradient(135deg, #1D4ED8, #06B6D4); }

.bolao-card-concurso {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-bottom: 4px;
}

.bolao-card-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: white;
}

.bolao-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #22C55E;
    color: white;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 50px;
    text-transform: uppercase;
}

.bolao-card-body {
    padding: 1.5rem;
    background: white;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.bolao-prize-block {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #F3F4F6;
}

.bolao-prize-label {
    font-size: 0.72rem;
    color: #9CA3AF;
    display: block;
    margin-bottom: 4px;
}

.bolao-prize-value {
    font-size: 1.3rem;
    font-weight: 800;
    color: #15803D;
}

.bolao-info-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0.75rem;
    color: #374151;
}

.bolao-info-label {
    font-size: 0.72rem;
    color: #9CA3AF;
    display: block;
    margin-bottom: 2px;
}

.bolao-info-value {
    font-size: 0.9rem;
    color: #374151;
    font-weight: 500;
}

.bolao-btn-buy {
    background-color: #1E1B4B !important;
    color: white !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    margin-top: auto;
}

.bolao-btn-buy:hover {
    background-color: #2D2A6E !important;
}

/* ===== PRIZE CARDS ===== */
.prize-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    border: 1px solid #E5E7EB;
    height: 100%;
}

.prize-card-header {
    padding: 1.5rem;
    position: relative;
}

.prize-card-header-purple { background: linear-gradient(135deg, #7C3AED, #3B82F6); }
.prize-card-header-orange { background: linear-gradient(135deg, #F97316, #EF4444); }
.prize-card-header-teal   { background: linear-gradient(135deg, #14B8A6, #22C55E); }

.prize-card-concurso {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-bottom: 4px;
}

.prize-card-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: white;
}

.prize-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #F59E0B;
    color: #1E1B4B;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 50px;
    text-transform: uppercase;
}

.prize-card-body {
    padding: 1.5rem;
    background: white;
}

.prize-info-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 1rem;
    color: #374151;
}

.prize-info-label {
    font-size: 0.72rem;
    color: #9CA3AF;
    display: block;
    margin-bottom: 2px;
}

.prize-amount {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1E1B4B;
}

.prize-info-value {
    font-size: 0.9rem;
    color: #374151;
}

/* ===== SOBRE ===== */
.sobre-left-badge {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #F59E0B;
    margin-bottom: 0.75rem;
}

.sobre-left-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #1E1B4B;
    line-height: 1.2;
    margin: 0 0 1.25rem;
}

.sobre-left-highlight {
    color: #F59E0B;
}

.sobre-left-text {
    color: #6B7280;
    font-size: 0.95rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.feature-card {
    padding: 1.25rem;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background: white;
    height: 100%;
}

.feature-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 0.4rem;
}

.feature-desc {
    font-size: 0.78rem;
    color: #6B7280;
    line-height: 1.55;
    margin: 0;
}

/* ===== COMO FUNCIONA ===== */
.step-number {
    font-size: 2.8rem;
    font-weight: 900;
    color: #F59E0B;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.step-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1E1B4B;
    margin-bottom: 0.5rem;
}

.step-desc {
    font-size: 0.85rem;
    color: #6B7280;
    line-height: 1.65;
    margin: 0;
}

/* ===== CTA ===== */
.cta-wrapper {
    padding: 0 1.5rem 5rem;
}

.cta-section {
    background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 100%);
    border-radius: 24px;
    padding: 4rem 3rem;
    text-align: center;
}

.cta-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    color: #1E1B4B;
    line-height: 1.2;
    margin: 0 0 1rem;
}

.cta-subtitle {
    color: rgba(30,27,75,0.65);
    font-size: 1rem;
    margin: 0 0 2rem;
}

/* ===== FOOTER ===== */
.lh-footer {
    background: #1E1B4B;
    color: rgba(255,255,255,0.8);
    padding: 3.5rem 2rem 1.5rem;
}

.footer-logo-text {
    font-size: 1.2rem;
    font-weight: 800;
    color: white;
    margin-bottom: 0.75rem;
}

.footer-tagline {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.65;
    max-width: 230px;
    margin: 0;
}

.footer-col-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #F59E0B;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.footer-link {
    display: block;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    transition: color 0.2s;
}

.footer-link:hover {
    color: #F59E0B;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.6);
    font-size: 0.83rem;
    margin-bottom: 0.5rem;
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin: 2rem 0 1rem;
}

.footer-copyright {
    text-align: center;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.35);
    margin: 0;
}

/* ===== MudBlazor OVERRIDES ===== */
.mud-button-root {
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.btn-primary-lh {
    background-color: #F59E0B !important;
    color: #1E1B4B !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.btn-dark-lh {
    background-color: #1E1B4B !important;
    color: white !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .lottery-balls-container {
        opacity: 0.25;
    }
    .lh-nav-links {
        display: none;
    }
    .cta-section {
        padding: 2.5rem 1.5rem;
    }
}

@media (max-width: 600px) {
    .hero-buttons {
        flex-direction: column;
    }
    .hero-stats {
        flex-direction: column;
        gap: 0.75rem;
    }
    .lottery-balls-container {
        display: none;
    }
}
