/*
Theme Name: Bettinder Premium Child
Theme URI: https://bettinder.com
Description: Premium Betting Platform - Understrap Child Theme with Slider & Multilingual
Version: 2.1.0
Author: Bettinder Dev
Author URI: https://bettinder.com
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bettinder-premium-child
Domain Path: /languages
Template: understrap
Requires at least: 5.0
Requires PHP: 7.2
*/

/* ============================================================
   BETTINDER PREMIUM - UNDERSTRAP CHILD THEME v2.1
   SLIDER ÜST, YATAY UZUN
   ============================================================ */

:root {
    --primary: #FF1654;
    --secondary: #FFB81C;
    --dark: #0a0e27;
    --text: #ffffff;
    --muted: #a0a0a0;
}

/* ============================================================
   CUSTOM HEADER
   ============================================================ */

.navbar-custom {
    background: rgba(10, 14, 39, 0.95) !important;
    border-bottom: 2px solid var(--primary);
    backdrop-filter: blur(10px);
}

.navbar-brand {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--primary) !important;
}

.language-switcher {
    display: flex;
    gap: 0.5rem;
    margin-left: auto;
}

.lang-btn {
    padding: 0.6rem 1.2rem;
    background: transparent;
    border: 2px solid var(--muted);
    color: var(--text);
    border-radius: 6px;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s ease;
}

.lang-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.lang-btn.active {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

/* ============================================================
   HERO SECTION - SLIDER ÜST (YATAY UZUN)
   ============================================================ */

.hero-section {
    background: linear-gradient(135deg, var(--dark) 0%, #1a1b3f 100%);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* SLIDER - ÜST (YATAY UZUN) */
.slider-container {
    width: 100%;
    order: 1;
    flex-shrink: 0;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    background: rgba(255, 22, 84, 0.05);
    width: 100%;
    height: 500px;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
}

.slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: rgba(0, 0, 0, 0.3);
}

/* SLIDER NAVIGATION */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 22, 84, 0.8);
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.slider-nav:hover {
    background: var(--primary);
    transform: translateY(-50%) scale(1.1);
}

.slider-prev {
    left: 20px;
}

.slider-next {
    right: 20px;
}

/* SLIDER DOTS */
.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--primary);
    width: 30px;
    border-radius: 6px;
}

.dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

/* ============================================================
   HERO TEXT - AŞAĞI (PADDING İLE)
   ============================================================ */

.hero-text {
    padding: 4rem 2rem;
    order: 2;
    background: rgba(10, 14, 39, 0.9);
}

.hero-text h1 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: var(--primary);
    line-height: 1.1;
}

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

.hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-custom {
    padding: 1rem 2rem;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary-custom {
    background: var(--primary);
    color: white;
}

.btn-primary-custom:hover {
    background: #D91245;
    transform: translateY(-2px);
    text-decoration: none;
    color: white;
}

.btn-secondary-custom {
    border: 2px solid var(--primary);
    color: var(--primary);
    background: transparent;
}

.btn-secondary-custom:hover {
    background: rgba(255, 22, 84, 0.1);
    text-decoration: none;
}

/* ============================================================
   ABOUT SECTION - ŞIRKET TANITIMLARI (PREMIUM)
   ============================================================ */

.about-section {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, 
        rgba(10, 14, 39, 0.95) 0%, 
        rgba(15, 20, 50, 0.8) 50%, 
        rgba(26, 27, 63, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 22, 84, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.about-section > .container {
    position: relative;
    z-index: 1;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--primary);
    margin-bottom: 1rem;
    line-height: 1.2;
    text-shadow: 0 4px 15px rgba(255, 22, 84, 0.25);
    letter-spacing: -0.5px;
}

.section-header p {
    font-size: 1.1rem;
    color: var(--muted);
    max-width: 600px;
    margin: 0 auto;
}

.about-content h3 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(255, 22, 84, 0.2);
}

.about-content p {
    font-size: 1.05rem;
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.about-list {
    list-style: none;
    padding: 0;
}

.about-list li {
    font-size: 1.1rem;
    color: var(--text);
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 22, 84, 0.1);
    line-height: 1.6;
}

.about-list li:last-child {
    border-bottom: none;
}

.about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.stat-box {
    background: linear-gradient(135deg, 
        rgba(255, 22, 84, 0.1) 0%, 
        rgba(255, 184, 28, 0.05) 100%);
    border: 2px solid rgba(255, 22, 84, 0.4);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.stat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(255, 22, 84, 0.1) 0%, 
        transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(255, 22, 84, 0.3), 
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 22, 84, 0.6);
    background: linear-gradient(135deg, 
        rgba(255, 22, 84, 0.15) 0%, 
        rgba(255, 184, 28, 0.08) 100%);
}

.stat-box h4 {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.stat-box p {
    font-size: 1rem;
    color: var(--muted);
}

/* ============================================================
   FEATURES SECTION (PREMIUM)
   ============================================================ */

.features-section {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, 
        rgba(10, 14, 39, 0.95) 0%, 
        rgba(20, 25, 55, 0.9) 50%, 
        rgba(15, 20, 45, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.features-section::before {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 184, 28, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.features-section > .container {
    position: relative;
    z-index: 1;
}

.feature-card {
    background: linear-gradient(135deg, 
        rgba(255, 22, 84, 0.12) 0%, 
        rgba(255, 184, 28, 0.06) 100%);
    border: 2px solid rgba(255, 22, 84, 0.3);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, 
        transparent 30%, 
        rgba(255, 22, 84, 0.1) 50%, 
        transparent 70%);
    opacity: 0;
    transition: all 0.6s ease;
}

.feature-card:hover {
    border-color: rgba(255, 22, 84, 0.6);
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(255, 22, 84, 0.25), 
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
    background: linear-gradient(135deg, 
        rgba(255, 22, 84, 0.18) 0%, 
        rgba(255, 184, 28, 0.1) 100%);
}

.feature-card:hover::before {
    top: -50%;
    left: -50%;
    opacity: 1;
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-card h4 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 1rem;
}

.feature-card p {
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.6;
}

/* ============================================================
   SEO CONTENT SECTION (PREMIUM)
   ============================================================ */

.seo-content-section {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, 
        rgba(10, 14, 39, 0.98) 0%, 
        rgba(26, 27, 63, 0.95) 50%, 
        rgba(15, 20, 45, 0.98) 100%);
    position: relative;
    overflow: hidden;
}

.seo-content-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, 
        rgba(255, 22, 84, 0.08) 0%, 
        transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.seo-content-section > .container {
    position: relative;
    z-index: 1;
}

.seo-article {
    max-width: 800px;
    margin: 0 auto;
}

.seo-article h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary);
    margin-bottom: 2rem;
    line-height: 1.3;
    text-align: center;
}

.seo-article h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--secondary);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.seo-article p {
    font-size: 1.05rem;
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.seo-list {
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.seo-list li {
    font-size: 1.05rem;
    color: var(--text);
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* ============================================================
   PREMIUM FOOTER STYLES
   ============================================================ */

.premium-footer {
    background: linear-gradient(180deg, 
        rgba(10, 14, 39, 0.98) 0%, 
        rgba(20, 25, 55, 0.95) 50%, 
        rgba(15, 20, 45, 0.98) 100%);
    border-top: 2px solid var(--primary);
    position: relative;
    overflow: hidden;
}

.premium-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, 
        rgba(255, 22, 84, 0.1) 0%, 
        transparent 100%);
    pointer-events: none;
}

.footer-top {
    padding: 4rem 0 2rem;
    position: relative;
    z-index: 1;
}

.footer-col {
    margin-bottom: 2rem;
}

.footer-widget {
    padding: 1.5rem;
    background: rgba(255, 22, 84, 0.05);
    border: 1px solid rgba(255, 22, 84, 0.15);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.footer-widget:hover {
    background: rgba(255, 22, 84, 0.1);
    border-color: rgba(255, 22, 84, 0.3);
    transform: translateY(-5px);
}

.footer-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-widget p {
    font-size: 0.95rem;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 22, 84, 0.2);
    border: 2px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: var(--primary);
    transform: scale(1.2) rotate(10deg);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: var(--muted);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.footer-links a:before {
    content: '→';
    margin-right: 0.5rem;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary);
    margin-left: 0.5rem;
}

.footer-links a:hover:before {
    opacity: 1;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1rem;
}

.newsletter-form input {
    padding: 0.8rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 22, 84, 0.3);
    border-radius: 6px;
    color: var(--text);
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.newsletter-form input:focus {
    outline: none;
    background: rgba(255, 22, 84, 0.1);
    border-color: var(--primary);
}

.newsletter-form button {
    padding: 0.8rem;
    background: var(--primary);
    border: none;
    border-radius: 6px;
    color: white;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background: #D91245;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 22, 84, 0.3);
}

.payment-methods {
    margin-top: 1.5rem;
}

.payment-label {
    font-size: 0.85rem;
    color: var(--muted);
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.payment-icons {
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
    color: var(--text);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 22, 84, 0.2);
    padding: 2rem 0;
    position: relative;
    z-index: 1;
}

.footer-copyright {
    padding: 1rem 0;
}

.footer-copyright p {
    font-size: 0.9rem;
    color: var(--muted);
    margin: 0;
}

.footer-badges {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.badge {
    background: rgba(255, 22, 84, 0.15);
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.badge:hover {
    background: var(--primary);
    color: white;
}

/* ============================================================
   FOOTER RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
    .footer-top {
        padding: 2rem 0;
    }

    .footer-col {
        margin-bottom: 1.5rem;
    }

    .footer-widget {
        padding: 1.2rem;
    }

    .footer-badges {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .slider-wrapper {
        height: 350px;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .slider-nav {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .slider-prev {
        left: 10px;
    }

    .slider-next {
        right: 10px;
    }
}

@media (max-width: 480px) {
    .slider-wrapper {
        height: 250px;
    }

    .hero-text {
        padding: 2rem 1rem;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text p {
        font-size: 1rem;
    }

    .slider-nav {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .slider-dots {
        bottom: 15px;
        gap: 6px;
    }

    .dot {
        width: 10px;
        height: 10px;
    }

    .dot.active {
        width: 24px;
    }
}
