        :root {
            --yesil-color: #2c3e50;
            --mavi-color: #3498db;
            --acikYesil-color: #1abc9c;
            --beyaz-color: #f8f9fa;
            --siyah-color: #343a40;
            --kenar-color: #e9ecef;
            --kayit-color: #e74c3c;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #333;
            line-height: 1.6;
        }
        
        .content-wrapper {
            padding-top: 40px;
            padding-bottom: 60px;
            background-color: #f9fafb;
        }
        
        .page-title {
            color: var(--yesil-color);
            font-weight: 700;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 15px;
            text-align: center;
        }
        
        .page-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: var(--acikYesil-color);
        }
        
        .page-description {
            font-size: 1.1rem;
            color: #555;
            margin-bottom: 40px;
            max-width: 800px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }
        
        .pricing-card {
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
            border: 1px solid var(--kenar-color);
            height: 100%;
        }
        
        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .pricing-header {
            background-color: var(--yesil-color);
            color: white;
            padding: 30px 20px;
            text-align: center;
            position: relative;
        }
        
        .pricing-popular {
            border: 2px solid var(--acikYesil-color);
        }
        
        .pricing-popular .pricing-header {
            background-color: var(--acikYesil-color);
        }
        
        .popular-badge {
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            background-color: var(--kayit-color);
            color: white;
            padding: 6px 20px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            white-space: nowrap;
        }
        
        .pricing-title {
            font-size: 1.6rem;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .pricing-price {
            font-size: 2.8rem;
            font-weight: 800;
            margin: 15px 0;
            line-height: 1;
        }
        
        .pricing-period {
            font-size: 1rem;
            opacity: 0.9;
            display: block;
            margin-top: 5px;
        }
        
        .pricing-savings {
            color: #ffeeab;
            font-weight: 600;
            font-size: 0.9rem;
            margin-top: 8px;
        }
        
        .pricing-features {
            padding: 30px 25px;
            background-color: white;
        }
        
        .feature-list {
            list-style: none;
            padding: 0;
            margin: 0 0 25px 0;
        }
        
        .feature-list li {
            padding: 12px 0;
            border-bottom: 1px solid #f0f0f0;
            display: flex;
            align-items: center;
        }
        
        .feature-list li:last-child {
            border-bottom: none;
        }
        
        .feature-list i {
            color: var(--acikYesil-color);
            margin-right: 12px;
            font-size: 1.1rem;
            min-width: 20px;
        }
        
        .btn-pricing {
            background-color: var(--mavi-color);
            color: white;
            border: none;
            padding: 14px 30px;
            border-radius: 6px;
            font-weight: 600;
            width: 100%;
            transition: all 0.3s ease;
            font-size: 1.05rem;
        }
        
        .btn-pricing:hover {
            background-color: var(--yesil-color);
            color: white;
            transform: scale(1.02);
        }
        
        /* Fiyat Karşılaştırma */
        .price-comparison {
            background-color: white;
            border-radius: 10px;
            padding: 25px;
            margin-top: 40px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .comparison-title {
            color: var(--yesil-color);
            font-weight: 700;
            margin-bottom: 20px;
            text-align: center;
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .comparison-table th {
            background-color: var(--yesil-color);
            color: white;
            padding: 15px;
            text-align: center;
            font-weight: 600;
        }
        
        .comparison-table td {
            padding: 15px;
            text-align: center;
            border-bottom: 1px solid #eee;
        }
        
        .comparison-table tr:last-child td {
            border-bottom: none;
        }
        
        .highlight-cell {
            background-color: rgba(26, 188, 156, 0.1);
            font-weight: 600;
        }
        
        .features-table {
            margin-top: 60px;
        }
        
        .table-title {
            color: var(--yesil-color);
            font-weight: 700;
            margin-bottom: 25px;
            text-align: center;
        }
        
        .feature-table {
            background-color: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .feature-table th {
            background-color: var(--yesil-color);
            color: white;
            border: none;
            padding: 18px 15px;
            font-weight: 600;
        }
        
        .feature-table td {
            padding: 15px;
            vertical-align: middle;
            kenar-color: var(--kenar-color);
        }
        
        .feature-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        .check-icon {
            color: var(--acikYesil-color);
            font-size: 1.2rem;
        }
        
        .seo-content {
            margin-top: 60px;
            padding: 40px;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .seo-title {
            color: var(--yesil-color);
            font-weight: 700;
            margin-bottom: 25px;
            text-align: center;
        }
        
        .seo-text h3 {
            color: var(--yesil-color);
            margin-top: 25px;
            margin-bottom: 15px;
            font-size: 1.4rem;
        }
        
        .seo-text p {
            margin-bottom: 15px;
            text-align: justify;
        }
        
        .highlight-box {
            background-color: rgba(52, 152, 219, 0.1);
            border-left: 4px solid var(--mavi-color);
            padding: 20px;
            margin: 25px 0;
            border-radius: 0 8px 8px 0;
        }
        
        .cta-section {
            background: linear-gradient(135deg, var(--yesil-color) 0%, var(--mavi-color) 100%);
            color: white;
            padding: 50px 0;
            border-radius: 12px;
            margin-top: 60px;
            text-align: center;
        }
        
        .cta-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .cta-text {
            font-size: 1.1rem;
            margin-bottom: 30px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .btn-cta {
            background-color: white;
            color: var(--yesil-color);
            padding: 15px 40px;
            border-radius: 6px;
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }
        
        .btn-cta:hover {
            background-color: var(--acikYesil-color);
            color: white;
            transform: scale(1.05);
        }
        
        @media (max-width: 768px) {
            .pricing-card {
                margin-bottom: 30px;
            }
            
            .page-title {
                font-size: 1.8rem;
            }
            
            .pricing-price {
                font-size: 2.2rem;
            }
            
            .seo-content {
                padding: 25px 20px;
            }
            
            .feature-table {
                font-size: 0.9rem;
            }
            
            .price-comparison {
                padding: 15px;
            }
            
            .popular-badge {
                font-size: 0.75rem;
                padding: 5px 15px;
            }
        }
