body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
            color: #fff;
            min-height: 100vh;
        }

        .hidden {
            display: none;
        }

        .rezervasyon-sonuc { 
            max-width: 900px; 
            margin: 56px auto; 
            background: #111; 
            border-radius: 16px; 
            box-shadow: 0 6px 30px rgba(0,0,0,0.14); 
            padding: 40px 36px; 
            text-align: center; 
            color: #FFD700; 
        }

        .rezervasyon-sonuc h2 { 
            font-size: 2.2rem; 
            margin-bottom: 18px; 
        }

        .form-group { 
            margin-bottom: 18px; 
            text-align: left; 
        }

        .form-group label { 
            display: block; 
            margin-bottom: 6px; 
            color: #FFD700; 
            font-weight: bold; 
        }

        .form-group input, .form-group select, .form-group textarea { 
            width: 100%; 
            padding: 10px; 
            border-radius: 8px; 
            border: 1px solid #FFD700; 
            background: #222; 
            color: #fff; 
            font-size: 1rem; 
            box-sizing: border-box; 
        }

        .form-actions { 
            margin-top: 28px; 
            display: flex; 
            justify-content: space-between; 
            gap: 12px; 
        }

        .form-actions button { 
            min-width: 140px; 
            padding: 10px 18px; 
            border-radius: 8px; 
            border: none; 
            background: #FFD700; 
            color: #111; 
            font-weight: 700; 
            cursor: pointer; 
        }

        .odeme-bilgi { 
            background: #222; 
            color: #FFD700; 
            border-radius: 10px; 
            padding: 18px; 
            margin-bottom: 16px;
        }

        .anasayfa-btn { 
            display: inline-block; 
            margin-top: 24px; 
            background: #FFD700; 
            color: #111; 
            padding: 10px 24px; 
            border-radius: 8px; 
            text-decoration: none; 
            font-weight: bold; 
            cursor: pointer; 
        }

        /* EK ÖZELLİKLER */
        .form-group .ekstra-ozellikler {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-top: 15px;
        }

        .form-group .ekstra-ozellikler label {
            display: flex;
            align-items: center;
            margin-bottom: 0;
            cursor: pointer;
            font-weight: normal;
        }

        .form-group .ekstra-ozellikler input[type="checkbox"] {
            width: auto;
            margin: 0 12px 0 0;
            flex-shrink: 0;
            transform: scale(1.1);
        }

        /* HIZLI REZERVASYON FORMU STİLLERİ */
        .rezervasyon {
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
            text-align: center;
        }

        .rezervasyon h2 {
            color: #FFD700;
            margin-bottom: 15px;
            font-size: 2rem;
        }

        .rezervasyon p {
            color: #ccc;
            margin-bottom: 30px;
            font-size: 1.1rem;
        }

        .rezervasyon-formu {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-top: 20px;
            text-align: left;
            background: rgba(34, 34, 34, 0.8);
            padding: 30px;
            border-radius: 12px;
            border: 2px solid rgba(255, 215, 0, 0.3);
        }

        .rezervasyon-formu label {
            display: block;
            margin-bottom: 8px;
            color: #FFD700;
            font-weight: bold;
            font-size: 0.95rem;
        }

        .rezervasyon-formu input, .rezervasyon-formu select {
            width: 100%;
            padding: 10px;
            border-radius: 8px;
            border: 1px solid #FFD700;
            background: #222;
            color: #fff;
            font-size: 1rem;
            box-sizing: border-box;
            height: 42px;
        }

        .rezervasyon-formu button {
            grid-column: 1 / -1;
            background: linear-gradient(135deg, #FFD700, #FFA500);
            color: #111;
            padding: 15px 30px;
            border: none;
            border-radius: 8px;
            font-weight: bold;
            cursor: pointer;
            font-size: 1.1rem;
            margin-top: 20px;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .rezervasyon-formu button:hover {
            background: linear-gradient(135deg, #E6C200, #FF8C00);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
        }

        /* HIZLI TARİFE STİLLERİ */
        .hizli-tarifeler {
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
            text-align: center;
        }

        .hizli-tarifeler h2 {
            color: #FFD700;
            margin-bottom: 10px;
        }

        .hizli-tarifeler p {
            color: #ccc;
            margin-bottom: 30px;
        }

        .tarife-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 15px;
            margin-top: 20px;
        }

        .tarife-card {
            background: linear-gradient(135deg, #222, #333);
            border: 2px solid #FFD700;
            border-radius: 12px;
            padding: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-align: center;
        }

        .tarife-card:hover {
            background: linear-gradient(135deg, #333, #444);
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
        }

        .tarife-card h3 {
            color: #fff;
            margin: 0 0 10px 0;
            font-size: 1.1rem;
            font-weight: bold;
        }

        .tarife-card .fiyat {
            color: #FFD700; 
            font-size: 1.4rem;
            font-weight: bold;
        }

        /* Header düzenlemesi */
        header {
            text-align: center;
            padding: 30px 20px;
            background: #000;
            margin-bottom: 20px;
            position: relative;
            border-bottom: 2px solid #FFD700;
        }

        
        .logo-container {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 18px 0;
            width: 100%;
            background: transparent;
            position: relative;
        }

        .logo-container img.logo {
            max-width: 180px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        @media (max-width: 768px) {
            .logo-container {
                padding: 12px 0;
            }
            .logo-container img.logo {
                max-width: 120px;
            }
        }

        header h1 {
            font-size: 2.8rem;
            margin: 0px 0;
            color: #FFD700;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
        }

        header p {
            font-size: 1.3rem;
            margin: 10px 0 20px 0;
            color: #ccc;
            font-style: italic;
        }

        /* HİZMETLER */
        .hizmetler {
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
            text-align: center;
            background: #222;
            border-radius: 12px;
        }

        .hizmetler h2 {
            color: #FFD700;
            margin-bottom: 20px;
            font-size: 2rem;
        }

        .hizmetler ul {
            list-style: none;
            padding: 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 15px;
        }

        .hizmetler li {
            background: #333;
            color: #fff;
            padding: 20px;
            border-radius: 8px;
            border: 1px solid #FFD700;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }

        .hizmetler li:hover {
            background: #444;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
        }

        /* FOOTER */
        footer {
            background: #111;
            color: #ccc;
            text-align: center;
            padding: 30px 20px;
            margin-top: 40px;
            border-top: 2px solid #FFD700;
        }

        footer p {
            margin: 0 0 15px 0;
            font-size: 1.1rem;
        }

        .whatsapp-btn {
            display: inline-block;
            background: #25D366;
            color: white;
            padding: 12px 25px;
            text-decoration: none;
            border-radius: 25px;
            margin-top: 10px;
            font-weight: bold;
            transition: all 0.3s ease;
            font-size: 1rem;
        }

        .whatsapp-btn:hover {
            background: #128C7E;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
        }

        /* ARAMA KUTULARI STİLLERİ */
        .search-container {
            position: relative;
            width: 100%;
        }

        .search-input {
            width: 100%;
            padding: 10px 35px 10px 10px;
            border-radius: 8px;
            border: 1px solid #FFD700;
            background: #222;
            color: #fff;
            font-size: 1rem;
            box-sizing: border-box;
            height: 42px;
            cursor: pointer;
        }

        .search-dropdown-icon {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: #FFD700;
            font-size: 18px;
            pointer-events: none;
            transition: transform 0.3s ease;
        }

        .search-container.open .search-dropdown-icon {
            transform: translateY(-50%) rotate(180deg);
        }

        .search-results {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: #333;
            border: 1px solid #FFD700;
            border-top: none;
            border-radius: 0 0 8px 8px;
            max-height: 250px;
            overflow-y: auto;
            z-index: 1000;
            display: none;
        }

        .search-result-item {
            padding: 12px;
            cursor: pointer;
            color: #fff;
            border-bottom: 1px solid #444;
            transition: background 0.2s;
            display: flex;
            align-items: center;
        }

        .search-result-item:hover {
            background: #555;
        }

        .search-result-item:last-child {
            border-bottom: none;
        }

        .search-result-item.highlighted {
            background: #FFD700;
            color: #111;
        }

        /* Tüm seçenekleri göster butonu */
        .show-all-options {
            padding: 10px;
            background: #444;
            color: #FFD700;
            text-align: center;
            cursor: pointer;
            border-bottom: 1px solid #555;
            font-weight: bold;
            font-size: 0.9rem;
        }

        .show-all-options:hover {
            background: #555;
        }

        /* VİP ARAÇ SEÇİM STİLLERİ - FOTO GALERİ */
        .arac-secim-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-top: 15px;
        }

        .arac-card {
            background: linear-gradient(135deg, #222, #333);
            border: 2px solid #444;
            border-radius: 12px;
            padding: 0;
            cursor: pointer;
            transition: all 0.3s ease;
            text-align: center;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }

        .arac-card:hover {
            border-color: #FFD700;
            box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
            transform: translateY(-5px);
        }

        .arac-card.selected {
            border-color: #FFD700;
            background: linear-gradient(135deg, #333, #444);
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
            transform: translateY(-3px);
        }


        .arac-image {
            width: 100%;
            height: 100%;
            background-size: cover; 
            background-position: center;
            background-repeat: no-repeat;
            background-color: #222; 
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 0.8s ease-in-out;
        }

        
        .arac-image.active {
            opacity: 1;
        }

        .arac-image-container {
            width: 100%;
            height: 200px; 
            position: relative;
            border-radius: 12px 12px 0 0;
            overflow: hidden;
            background: #222; 
        }

        /* VIP ARAÇ KARTLARI  */
        .arac-content {
            padding: 20px;
            text-align: center;
        }

        .arac-title {
            color: #FFD700;
            font-size: 1.3rem;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .arac-subtitle {
            color: #ccc;
            font-size: 0.9rem;
            margin-bottom: 15px;
            font-style: italic;
        }

        .arac-features {
            list-style: none;
            padding: 0;
            margin: 15px 0;
            text-align: left;
        }

        .arac-features li {
            color: #fff;
            font-size: 0.85rem;
            margin-bottom: 8px;
            padding-left: 15px;
            position: relative;
        }

        .arac-features li:before {
            content: "✓";
            color: #FFD700;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .arac-price {
            color: #FFD700;
            font-size: 1.1rem;
            font-weight: bold;
            margin-top: 15px;
            padding: 8px 15px;
            background: rgba(255, 215, 0, 0.1);
            border-radius: 8px;
            border: 1px solid rgba(255, 215, 0, 0.3);
        }

        /* VIP ve SEÇİLDİ rozetleri */
        .vip-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: linear-gradient(135deg, #FFD700, #FFA500);
            color: #111;
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: bold;
            z-index: 3;
            box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
        }

        .selected-indicator {
            position: absolute;
            top: 15px;
            right: 15px;
            background: #28a745;
            color: white;
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: bold;
            z-index: 3;
            display: none;
            box-shadow: 0 2px 8px rgba(40, 167, 69, 0.4);
        }

        .arac-card.selected .selected-indicator {
            display: block;
        }

        /* Foto indikatörleri - VIP araçlar için */
        #vito-card .foto-indicators,
        #maybach-card .foto-indicators {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
            z-index: 2;
            background: rgba(0,0,0,0.7);
            padding: 6px 10px;
            border-radius: 15px;
            border: 1px solid rgba(255,215,0,0.3);
        }

        #vito-card .foto-indicator,
        #maybach-card .foto-indicator {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.6);
            transition: all 0.3s ease;
            cursor: pointer;
        }

        #vito-card .foto-indicator.active,
        #maybach-card .foto-indicator.active {
            background: #FFD700;
            transform: scale(1.2);
            box-shadow: 0 0 8px rgba(255,215,0,0.6);
        }

        /* Mobil uyumluluk - VIP araçlar */
        @media (max-width: 768px) {
            .arac-secim-container {
                grid-template-columns: 1fr;
            }
            
            .arac-image-container {
                height: 150px;
            }
            
            .arac-content {
                padding: 15px;
            }
            
            .arac-title {
                font-size: 1.1rem;
            }
            
            .arac-features {
                font-size: 0.8rem;
            }
        }

        @media (max-width: 480px) {
            .logo {
                width: 120px;
                height: 50px;
            }
            
            header h1 {
                font-size: 1.8rem;
            }
            
            header p {
                font-size: 1rem;
            }
            
        }

        /* ANASAYFA ARAÇ GALERİSİ - BÜYÜK FOTOĞRAFLAR */
        .anasayfa-arac-galerisi {
            max-width: 1200px; /* Genişliği artırdık */
            margin: 30px auto;
            padding: 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .anasayfa-arac-galerisi h2 {
            color: #FFD700;
            margin-bottom: 15px;
            font-size: 2.2rem; /* Başlığı büyüttük */
        }

        .anasayfa-arac-galerisi p {
            color: #ccc;
            margin-bottom: 30px; /* Aralığı artırdık */
            font-size: 1.2rem;
        }

        .anasayfa-galeri-container {
            position: relative;
            width: 100%;
            height: 560px; 
            border-radius: 20px; /* Köşeleri daha yuvarlak */
            overflow: hidden;
            box-shadow: 0 12px 35px rgba(0,0,0,0.4); /* Gölgeyi artırdık */
            border: 3px solid #FFD700; /* Kenarlığı kalınlaştırdık */
        }

        .anasayfa-arac-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0;
            transition: opacity 1s ease-in-out; /* Geçiş süresini uzattık */
        }

        .anasayfa-arac-image.active {
            opacity: 1;
        }

        .anasayfa-arac-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(
                to bottom, 
                rgba(0,0,0,0.1) 0%, 
                rgba(0,0,0,0.2) 70%, 
                rgba(0,0,0,0.5) 100%
            ); /* Gradient'i iyileştirdik */
        }

        .anasayfa-galeri-info {
            position: absolute;
            bottom: 25px;
            left: 30px;
            right: 30px;
            background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(34,34,34,0.9));
            padding: 10px 15px; /* Padding'i artırdık */
            border-radius: 15px;
            color: #fff;
            text-align: left;
            border: 2px solid rgba(255,215,0,0.4);
            backdrop-filter: blur(10px); /* Bulanıklık efekti */
        }

        .anasayfa-galeri-info h3 {
            color: #FFD700;
            margin: 0 0 8px 0;
            font-size: 1.5rem; /* Başlığı büyüttük */
            font-weight: bold;
        }

        .anasayfa-galeri-info p {
            margin: 0;
            color: #ddd;
            font-size: 1rem; /* Yazıyı büyüttük */
            line-height: 1.4;
        }

        .anasayfa-foto-indicators {
            position: absolute;
            bottom: 25px;
            right: 30px;
            display: flex;
            gap: 10px; /* Aralığı artırdık */
        }

        .anasayfa-foto-indicator {
            width: 14px; /* Boyutu artırdık */
            height: 14px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.6);
            transition: all 0.4s ease;
            cursor: pointer;
            border: 2px solid transparent;
            box-shadow: 0 2px 8px rgba(0,0,0,0.3);
        }

        .anasayfa-foto-indicator.active {
            background: #FFD700;
            transform: scale(1.3); /* Büyütmeyi artırdık */
            border-color: #fff;
            box-shadow: 0 0 15px rgba(255,215,0,0.6);
        }

        /* Mobil uyumluluk - GÜNCEL */
        @media (max-width: 1200px) {
            .anasayfa-galeri-container {
                height: 280px; /* 380px'den 280px'e */
            }
        }

        @media (max-width: 768px) {
            .anasayfa-arac-galerisi {
                padding: 10px; 
            }
            
            .anasayfa-galeri-container {
                height: 220px; 
                border-radius: 12px;
            }
            
            .anasayfa-galeri-info {
                bottom: 10px;
                left: 15px;
                right: 15px;
                padding: 3px 10px; 
                border-radius: 10px;
            }
            
            .anasayfa-galeri-info h3 {
                font-size: 1.1rem; 
            }
            
            .anasayfa-galeri-info p {
                font-size: 0.85rem; 
            }
            
            .anasayfa-foto-indicators {
                bottom: 10px;
                right: 15px;
                gap: 8px;
                padding: 6px 10px; 
            }
            
            .anasayfa-foto-indicator {
                width: 10px; 
                height: 10px;
            }

            .firma-slider {
                height: 110px !important;
            }
        }

        @media (max-width: 480px) {
            .anasayfa-galeri-container {
                height: 180px; 
            }
            
            .anasayfa-galeri-info h3 {
                font-size: 1rem;
            }
            
            .anasayfa-galeri-info p {
                font-size: 0.8rem;
            }

            .firma-slider {
                height: 190px !important;
            }
        }

        

        /* DİL SEÇİCİ STİLLERİ */
        .language-selector {
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 1000;
        }

        .custom-language-buttons {
            display: flex;
            gap: 8px;
            align-items: center;
        }

        .lang-btn {
            background: rgba(255, 215, 0, 0.9);
            color: #111;
            border: none;
            padding: 8px 15px;
            border-radius: 20px;
            cursor: pointer;
            font-weight: bold;
            font-size: 0.85rem;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            border: 2px solid transparent;
        }

        .lang-btn:hover {
            background: #FFD700;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
        }

        .lang-btn.active {
            background: #FFD700;
            border-color: #fff;
            box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
            transform: scale(1.05);
        }

        /* Google Translate Gizleme */
        #google_translate_element {
            display: none !important;
        }

        .goog-te-banner-frame {
            display: none !important;
            height: 0 !important;
            visibility: hidden !important;
        }

        body {
            top: 0px !important;
        }

        #goog-gt-tt, .goog-te-balloon-frame {
            display: none !important;
        }

        .goog-te-menu-frame {
            box-shadow: none !important;
            border: none !important;
        }

        /* Responsive Dil Seçici */
        @media (max-width: 768px) {
            .language-selector {
                position: relative;
                top: auto;
                right: auto;
                text-align: center;
                margin-bottom: 15px;
            }
            
            .custom-language-buttons {
                justify-content: center;
                gap: 6px;
            }
            
            .lang-btn {
                padding: 6px 10px;
                font-size: 0.75rem;
            }
        }

        @media (max-width: 480px) {
            .lang-btn {
                padding: 5px 8px;
                font-size: 0.7rem;
            }
        }
/* Hakkımızda Bölümü */
.hakkimizda-bolme {
    background: linear-gradient(135deg, #232323 60%, #1a1a1a 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(255,215,0,0.08);
    padding: 38px 28px;
    margin: 48px auto 0 auto;
    max-width: 900px;
    color: #FFD700;
    text-align: left;
    font-size: 1.08rem;
    line-height: 1.7;
    border: 1px solid rgba(255,215,0,0.13);
}

.hakkimizda-bolme h2 {
    color: #FFD700;
    font-size: 2rem;
    margin-bottom: 18px;
    text-align: center;
    letter-spacing: 1px;
}

.hakkimizda-bolme strong {
    color: #fff;
    font-size: 1.15rem;
}

/* Firma Tanıtım Sliderı */

.firma-slider-container {
    max-width: 1200px;
    margin: 32px auto 24px auto;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0,0,0,0.18);    
    background: #181818;
    border: 2px solid #FFD700;
}

.firma-slider {
    position: relative;
    width: 100%;
    height: 560px;
}

.firma-slider-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s;
    z-index: 1;
}

.firma-slider-image.active {
    opacity: 1;
    z-index: 2;
}

.firma-slider-indicators {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.firma-slider-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: 2px solid #FFD700;
    transition: background 0.3s;
    cursor: pointer;
}

.firma-slider-indicator.active {
    background: #FFD700;
}

.donus-checkbox-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px 0 14px 0;
}

.donus-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 1.07rem;
    font-weight: 600;
    color: #FFD700;
    background: #232323;
    padding: 10px 18px;
    border-radius: 10px;
    border: 1.5px solid #FFD700;
    box-shadow: 0 2px 8px rgba(255,215,0,0.07);
    transition: box-shadow 0.2s, border-color 0.2s, background 0.2s;
    user-select: none;
    min-width: 0;
}

.donus-checkbox-label:hover,
.donus-checkbox:focus + .donus-checkbox-custom {
    box-shadow: 0 0 0 2px #FFD70055;
    border-color: #FFA500;
    background: #292929;
}

.donus-checkbox {
    display: none;
}

.donus-checkbox-custom {
    width: 20px;
    height: 20px;
    border: 1.5px solid #FFD700;
    border-radius: 5px;
    background: #181818;
    display: inline-block;
    position: relative;
    transition: background 0.2s, border-color 0.2s;
    box-shadow: 0 1px 4px rgba(255,215,0,0.06);
}

.donus-checkbox:checked + .donus-checkbox-custom {
    background: linear-gradient(135deg, #FFD700 60%, #FFA500 100%);
    border-color: #FFD700;
}

.donus-checkbox:checked + .donus-checkbox-custom:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #232323;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}

.donus-checkbox-text {
    color: #FFD700;
    font-size: 1.07rem;
    margin-left: 0;
    letter-spacing: 0.2px;
    text-shadow: none;
    line-height: 1;
}

@media (max-width: 600px) {
    .donus-checkbox-label {
        font-size: 0.97rem;
        padding: 7px 6px;
    }
    .donus-checkbox-custom {
        width: 16px;
        height: 16px;
    }
}