        body {
            background-color: #050b09;
            background-image: radial-gradient(circle at 50% 0%, #163e32 0%, #050b09 70%);
            color: #ecfdf5;
            min-height: 100vh;
        }
        .scrollbar-hide::-webkit-scrollbar { display: none; }
        .scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
        
        .glass-panel {
            background: rgba(19, 42, 36, 0.7);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid rgba(5, 150, 105, 0.2);
        }
        
        .card-hover:hover {
            transform: translateY(-8px) scale(1.01);
            box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
            border-color: rgba(5, 150, 105, 0.5);
        }

        @keyframes placeholderBlink {
            0%, 100% { opacity: 1; color: #9ca3af; }
            50% { opacity: 0.3; color: #6b7280; }
        }
        .animate-placeholder::placeholder {
            animation: placeholderBlink 2s ease-in-out infinite;
            color: #9ca3af;
        }

        ::-webkit-scrollbar { width: 8px; }
        ::-webkit-scrollbar-track { background: #0f1f1a; }
        ::-webkit-scrollbar-thumb { background: #059669; border-radius: 4px; }

        .custom-scrollbar-light::-webkit-scrollbar { width: 6px; }
        .custom-scrollbar-light::-webkit-scrollbar-track { background: #f1f5f9; border-radius: 8px; }
        .custom-scrollbar-light::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 8px; }
        .custom-scrollbar-light::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

        .mascot-wrapper { animation: float 4s ease-in-out infinite; }

        .cb-container {
            display: block;
            position: relative;
            padding-left: 35px;
            margin-bottom: 12px;
            cursor: pointer;
            font-size: 15px;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
        }
        .cb-container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
            -webkit-appearance: none;
            appearance: none;
        }
        .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 22px;
            width: 22px;
            background-color: #132a24;
            border: 2px solid #059669;
            border-radius: 8px;
            transition: all 0.2s ease;
        }
        .cb-container:hover input ~ .checkmark {
            background-color: rgba(5, 150, 105, 0.2);
        }
        .cb-container input:checked ~ .checkmark {
            background-color: #059669;
            border-color: #059669;
        }
        .checkmark {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: bold;
            color: white;
            line-height: 1;
        }

        .pdf-light-theme {
            background-color: #ffffff !important;
            border-color: #ffffff !important;
            font-family: 'Outfit', 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
        }
        .pdf-light-theme * {
            box-shadow: none !important;
            transition: none !important;
            backdrop-filter: none !important;
            animation: none !important;
            transform: none !important;
            border-radius: 0 !important;
        }

        #ad-kamp-top-desktop:empty,
        #ad-kamp-top-mobile:empty {
            padding: 0 !important;
        }
        
        .pdf-light-theme .line-through {
            text-decoration: none !important;
        }

        .pdf-light-theme .bg-brand-surface {
            background-color: #ffffff !important;
            border-color: rgba(5, 150, 105, 0.4) !important;
        }

        .pdf-light-theme #pdfHeader h1 { 
            color: #059669 !important; 
            font-family: 'Outfit', 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
            font-weight: 800 !important;
        }
        .pdf-light-theme #pdfHeader p { 
            color: #4b5563 !important; 
            font-family: 'Outfit', 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
        }
        .pdf-light-theme #pdfFooter p { 
            color: #6b7280 !important; 
            font-family: 'Outfit', 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
        }

        /* Fix Kampingo logo color in PDF footer */
        .pdf-light-theme #pdfFooter .font-extrabold {
            color: #059669 !important;
        }

        .pdf-light-theme #pdfFooter .text-\[#059669\] {
            color: #059669 !important;
        }

        /* More specific override for the dot */
        .pdf-light-theme #pdfFooter div.font-extrabold span.text-\[#059669\] {
            color: #059669 !important;
        }

        /* Ensure all text elements in PDF have proper font fallbacks and colors */
        .pdf-light-theme h1, .pdf-light-theme h2, .pdf-light-theme h3, 
        .pdf-light-theme h4, .pdf-light-theme h5, .pdf-light-theme h6 {
            font-family: 'Outfit', 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
            color: #059669 !important;
            font-weight: 700 !important;
        }

        .pdf-light-theme p, .pdf-light-theme span, .pdf-light-theme div,
        .pdf-light-theme label, .pdf-light-theme li {
            font-family: 'Outfit', 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
            color: #374151 !important;
        }

        /* Fix checklist styling for PDF */
        .pdf-light-theme .cb-container {
            padding-left: 35px;
            margin-bottom: 12px;
            font-size: 15px;
            color: #374151 !important;
            position: relative;
        }

        .pdf-light-theme .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 20px;
            width: 20px;
            background-color: #ffffff !important;
            border: 2px solid #059669 !important;
            border-radius: 4px;
            box-sizing: border-box;
        }

        .pdf-light-theme .cb-container input:checked ~ .checkmark {
            background-color: #059669 !important;
            border-color: #059669 !important;
        }

        .pdf-light-theme .checkmark {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            font-size: 14px !important;
            font-weight: bold !important;
            color: #ffffff !important;
            line-height: 1 !important;
            text-shadow: none !important;
            fill: #ffffff !important;
            stroke: #ffffff !important;
        }
        
        .pdf-light-theme .cb-container input:checked ~ .checkmark {
            color: #ffffff !important;
            fill: #ffffff !important;
            stroke: #ffffff !important;
        }

        /* Ensure checked items have proper styling */
        .pdf-light-theme .cb-container input:checked ~ span {
            color: #374151 !important;
            text-decoration: none !important;
        }

        /* Hide Lucide icons in PDF and use CSS checkmarks */
        .pdf-light-theme [data-lucide] {
            display: none !important;
        }

        .article-content h2 {
            color: #ffffff;
            font-size: 1.5rem;
            font-weight: 800;
            margin-top: 0.5rem;
            margin-bottom: 1rem;
        }
        .article-content h3 {
            color: #ecfdf5;
            font-size: 1.25rem;
            font-weight: 700;
            margin-top: 1.5rem;
            margin-bottom: 0.75rem;
        }
        .article-content p {
            color: #d1d5db;
            margin-bottom: 1.25rem;
            line-height: 1.8;
        }
        .article-content ul {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 1.5rem;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }
        .article-content li {
            color: #d1d5db;
            line-height: 1.6;
            background: rgba(19, 42, 36, 0.4);
            padding: 16px 20px;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.05);
        }
        .article-content li strong {
            color: #f59e0b;
            font-size: 1.05rem;
            display: block;
            margin-bottom: 4px;
        }

        /* Harita Embed Optimizasyonu */
        #detailMap > div {
            width: 100% !important;
            height: 100% !important;
        }
        #detailMap iframe {
            width: 100% !important;
            height: 100% !important;
            border: none !important;
        }

        .hover-lift-premium {
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .hover-lift-premium:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px -8px rgba(16, 185, 129, 0.3);
        }
        
        .hover-lift-premium:hover .bg-gradient-to-r {
            animation: shimmer 2s ease-in-out infinite;
        }
        
        @keyframes shimmer {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.8; }
        }

        @keyframes cookieSlideUp {
            from { transform: translateY(110%); opacity: 0; }
            to   { transform: translateY(0);    opacity: 1; }
        }
        .cookie-banner-animate {
            animation: cookieSlideUp 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
        }

        @media print {
            body { background: white !important; color: black !important; }
            .no-print { display: none !important; }
            .print-text-black { color: #000 !important; }
        }

        /* reCAPTCHA rozeti gizle - Google TOS gereği form yakınında metin notu bulunmaktadır */
        .grecaptcha-badge { visibility: hidden !important; }
    
