/*!
Theme Name: Winna
Theme URI: #
Version: 1.0.0
Author: Winna Team
Description: A high-converting, futuristic casino theme with neon accents and glassmorphism.
Text Domain: winna
*/

:root {
    --primary: #1FB9FF;
    --accent: #27C2FF;
    --bg-dark: #05070a;
    --bg-card: rgba(255, 255, 255, 0.05);
    --border-glow: rgba(31, 185, 255, 0.3);
    --text-main: #ffffff;
    --text-muted: #a0a0a0;
    --glass: rgba(255, 255, 255, 0.03);
    --neon-shadow: 0 0 15px rgba(31, 185, 255, 0.5);
}

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

html {
    overflow-x: hidden;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: 0.3s ease;
}

a:hover {
    color: var(--accent);
    text-shadow: var(--neon-shadow);
}

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

/* Typography */
h1, h2, h3, h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #fff, var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 4rem;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #000;
    box-shadow: var(--neon-shadow);
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 0 25px rgba(31, 185, 255, 0.8);
}

/* Header */
.header {
    padding: 20px 0;
    background: rgba(5, 7, 10, 0.8);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-glow);
}

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

.logo {
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary);
    text-transform: uppercase;
}

.header ul {
    display: flex;
    list-style: none;
    gap: 20px;
}

.header ul li a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Hero */
.hero {
    padding: 100px 0;
    text-align: center;
    background: radial-gradient(circle at center, rgba(31, 185, 255, 0.1) 0%, transparent 70%);
}

.hero h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.2rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto 2rem;
}

/* Section Nav */
.section-nav {
    background: var(--bg-card);
    padding: 15px 0;
    overflow-x: auto;
    white-space: nowrap;
    border-top: 1px solid var(--border-glow);
    border-bottom: 1px solid var(--border-glow);
}

.section-nav a {
    margin: 0 15px;
    color: var(--text-muted);
    font-size: 0.8rem;
    text-transform: uppercase;
}

/* Grid Layouts */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.card {
    background: var(--bg-card);
    border: 1px solid var(--border-glow);
    border-radius: 15px;
    padding: 20px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.card:hover {
    background: rgba(31, 185, 255, 0.1);
    border-color: var(--primary);
    transform: translateY(-5px);
}

.card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: var(--bg-card);
    border-radius: 10px;
    overflow: hidden;
}

th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid var(--border-glow);
}

th {
    background: rgba(31, 185, 255, 0.2);
    color: var(--primary);
}

/* Footer */
.footer {
    background: #020305;
    padding: 60px 0 20px;
    margin-top: 80px;
    border-top: 1px solid var(--border-glow);
}

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

.footer-menu ul {
    list-style: none;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid var(--glass);
    color: var(--text-muted);
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    .header ul {
        display: none;
    }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
.wp-block-image {
    margin: 20px auto;
    max-width: 100%;
}
.text-tp-h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #fff, var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.3;
}
