/* Mostbet Sri Lanka - Brand Colors: Dark Blue #0a2e5c + Orange #ff6b00 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #FFFFFF;
    background: linear-gradient(135deg, #0a2e5c 0%, #1a4a7e 100%);
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
header {
    background: rgba(10, 46, 92, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(255, 107, 0, 0.2);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.logo-container img {
    height: 80px;
    width: auto;
}

.main-nav {
    display: flex;
    gap: 25px;
    align-items: center;
}

.main-nav a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
}

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff6b00;
    transition: width 0.3s ease;
}

.main-nav a:hover {
    color: #ff6b00;
}

.main-nav a:hover::after {
    width: 100%;
}

.cta-buttons {
    display: flex;
    gap: 15px;
}

.btn {
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(135deg, #ff6b00 0%, #ff8533 100%);
    color: #FFFFFF;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.4);
}

.btn-secondary {
    background: transparent;
    color: #ff6b00;
    border: 2px solid #ff6b00;
}

.btn-secondary:hover {
    background: #ff6b00;
    color: #FFFFFF;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #ff6b00;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Hero Section */
.hero {
    text-align: center;
    padding: 80px 20px 60px;
}

.hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.2;
    background: linear-gradient(135deg, #FFFFFF 0%, #ff6b00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero p {
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto 30px;
    color: #E0E0E0;
    line-height: 1.8;
}

/* Banner */
.banner {
    background: linear-gradient(135deg, #ff6b00 0%, #ff8533 100%);
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(255, 107, 0, 0.3);
}

.banner h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.banner p {
    font-size: 20px;
    margin-bottom: 25px;
    color: #FFFFFF;
}

/* Sections */
section {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 50px 40px;
    margin: 40px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

section h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #ff6b00;
}

section h3 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: #FFFFFF;
}

section h4 {
    font-size: 20px;
    margin: 25px 0 10px;
    color: #ff6b00;
}

section p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #E0E0E0;
}

section ul, section ol {
    margin: 20px 0 20px 25px;
    line-height: 1.9;
}

section li {
    margin-bottom: 12px;
    color: #E0E0E0;
}

section strong {
    color: #ff6b00;
    font-weight: 600;
}

/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    overflow: hidden;
}

thead {
    background: linear-gradient(135deg, #ff6b00 0%, #ff8533 100%);
}

th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    color: #FFFFFF;
}

td {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #E0E0E0;
}

tr:last-child td {
    border-bottom: none;
}

tr:hover {
    background: rgba(255, 107, 0, 0.1);
}

/* Bonus Cards */
.bonus-card {
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.1) 0%, rgba(255, 107, 0, 0.05) 100%);
    border: 2px solid #ff6b00;
    border-radius: 12px;
    padding: 30px;
    margin: 25px 0;
}

.bonus-card h3 {
    color: #ff6b00;
    margin-top: 0;
}

.promo-badge {
    display: inline-block;
    background: #ff6b00;
    color: #FFFFFF;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
}

/* Footer */
footer {
    background: rgba(10, 46, 92, 0.95);
    padding: 60px 0 30px;
    margin-top: 80px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3 {
    color: #ff6b00;
    margin-bottom: 20px;
    font-size: 20px;
}

.footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-section li {
    margin-bottom: 12px;
}

.footer-section a {
    color: #E0E0E0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #ff6b00;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: #B0B0B0;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .main-nav {
        font-size: 14px;
        gap: 20px;
    }
    
    .hero h1 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }
    
    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(10, 46, 92, 0.98);
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }
    
    .main-nav.active {
        display: flex;
    }
    
    .hero h1 {
        font-size: 32px;
    }
    
    .hero p {
        font-size: 16px;
    }
    
    .banner {
        padding: 30px 20px;
    }
    
    .banner h2 {
        font-size: 24px;
    }
    
    section {
        padding: 30px 20px;
    }
    
    section h2 {
        font-size: 28px;
    }
    
    table {
        font-size: 14px;
        display: block;
        overflow-x: auto;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .btn {
        width: 100%;
        min-height: 44px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 24px;
    }
    
    .banner h2 {
        font-size: 20px;
    }
    
    .banner p {
        font-size: 16px;
    }
    
    section h2 {
        font-size: 24px;
    }
    
    .logo-container img {
        height: 50px;
    }
}
