/* Custom styles for Aerobet 2026 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #0d1117;
    color: #e6edf3;
}

.logo-no-bg {
    mix-blend-mode: screen; /* Helps hide black background if the image has a black solid bg */
    border-radius: 8px;
}

.hero-banner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.seo-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #161b22;
    border-radius: 8px;
    overflow: hidden;
}

.seo-table th, .seo-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #30363d;
}

.seo-table th {
    background-color: #21262d;
    color: #58a6ff;
    font-weight: 600;
}

.seo-table tr:hover {
    background-color: #1c2128;
}

.cta-button {
    background: linear-gradient(90deg, #ff4d4d 0%, #ff1a1a 100%);
    transition: transform 0.2s, box-shadow 0.2s;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 26, 26, 0.4);
}

.text-gradient {
    background: linear-gradient(90deg, #ff4d4d 0%, #ff8080 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
