       /* CSS RESET & TEMEL STİLLER */
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Inter', sans-serif; line-height: 1.6; color: #333; background-color: #fff; }
        
        .container { max-width: 1000px; margin: 0 auto; padding: 15px; }

        /* HEADER & BREADCRUMB */
        .page-header { 
            display: flex; 
            justify-content: space-between; 
            align-items: center; 
            border-bottom: 1px solid #eee; 
            padding-bottom: 10px; 
            margin-bottom: 20px;
        }
        .breadcrumb { color: #888; font-size: 14px; }
        .news-logo { height: 18px; opacity: 0.8; }

        /* ANA BAŞLIK */
        .headline-section h1 {
            font-size: 28px;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 20px;
            color: #000;
        }

        /* YAZAR ÇUBUĞU */
        .author-bar {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 10px 0;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            margin-bottom: 25px;
        }
        .author-img { width: 45px; height: 45px; border-radius: 50%; object-fit: cover; }
        .author-meta { font-size: 14px; color: #555; }
        .author-meta strong { color: #000; }

        /* ANA İÇERİK DÜZENİ */
        .content-wrapper { display: flex; flex-wrap: wrap; gap: 40px; }
        .main-content { flex: 2; min-width: 320px; }
        
        /* METİN STİLLERİ */
        .intro-text { font-size: 18px; font-weight: 500; margin-bottom: 20px; color: #222; }
        .featured-image { width: 100%; margin-bottom: 15px; }
        .featured-image img { width: 100%; border-radius: 4px; display: block; }
        .image-caption { font-size: 14px; color: #666; margin-bottom: 25px; border-bottom: 1px solid #f0f0f0; padding-bottom: 10px; }
        
        .article-body h2 { font-size: 22px; margin: 25px 0 15px; color: #000; }
        .article-body p { margin-bottom: 15px; font-size: 16px; color: #444; }

        /* SIDEBAR / SONUÇ KUTUSU */
        .sidebar { flex: 1; min-width: 300px; }
        .info-box { 
            background: #fff; 
            padding: 20px; 
            border: 1px solid #e0e0e0; 
            position: sticky; 
            top: 20px; 
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        .info-box p { font-size: 14px; margin-bottom: 10px; }
        .stats-list { list-style: none; margin: 15px 0; padding-bottom: 20px; border-bottom: 1px solid #eee; }
        .stats-list li { font-size: 14px; margin-bottom: 12px; line-height: 1.4; color: #333; position: relative; padding-left: 5px; }

        /* ÜRÜN VE BUTON */
        .product-cta { text-align: center; padding-top: 20px; }
        .product-img { max-width: 130px; margin-bottom: 10px; }
        .product-name { font-weight: bold; color: #2c569e; margin-bottom: 15px; font-size: 18px; }
        
        .buy-button {
            display: block;
            background: linear-gradient(180deg, #ff9800 0%, #f57c00 100%);
            color: white;
            text-decoration: none;
            font-weight: 800;
            padding: 16px;
            border-radius: 50px;
            box-shadow: 0 4px 15px rgba(245, 124, 0, 0.4);
            transition: all 0.2s ease;
            font-size: 17px;
            text-transform: uppercase;
        }
        .buy-button:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(245, 124, 0, 0.5); }

        /* MOBİL UYUMLULUK */
        @media (max-width: 768px) {
            .headline-section h1 { font-size: 24px; }
            .content-wrapper { flex-direction: column; }
            .sidebar { order: 2; margin-top: 20px; }
            .main-content { order: 1; }
            .info-box { position: static; }
        }
        /* Ana Kutu Tasarımı */
.wide-article-box {
    background: #ffffff;
    max-width: 850px;
    margin: 20px auto;
    padding: 20px;
}

.prof-img {
    width: 100%;
    height: auto;
    display: block;
}

.prof-caption {
    font-size: 14px;
    color: #666;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    line-height: 1.4;
}

.main-subheading {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000;
}

.article-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.cta-line {
    font-weight: 700;
    font-size: 18px;
}

/* Kırmızı Uyarı Box */
.alert-box {
    border-left: 5px solid #d32f2f;
    background-color: #fff5f5;
    padding: 20px;
    margin: 30px 0;
}

.alert-box p {
    margin-bottom: 0;
    color: #000;
}

/* Şema Box */
.diagram-box {
    margin-top: 40px;
    border: 1px solid #e2e8f0;
}

.diagram-title {
    background-color: #edf2f7;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #4a5568;
    text-align: center;
}

.diagram-image-wrapper {
    padding: 20px;
    text-align: center;
}

.diagram-image-wrapper img {
    max-width: 100%;
}

.diagram-subtext {
    font-size: 12px;
    color: #718096;
    margin-top: 15px !important;
}

/* Mobil Uyumluluk */
@media (max-width: 600px) {
    .wide-article-box { padding: 10px; }
    .main-subheading { font-size: 20px; }
}

/* Final Section Stilleri */
.final-promo-section {
    max-width: 850px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    color: #333;
}

.blue-subheading {
    color: #2c569e;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}

.ingredient-text {
    background: #fcfcfc;
    padding: 15px;
    border-left: 4px solid #4a90e2;
    margin: 20px 0;
}

/* Sarı Duyuru Kutusu */
.government-program-box {
    background-color: #fff9db;
    border: 2px dashed #d4af37;
    padding: 25px;
    margin: 30px 0;
    font-size: 15px;
    line-height: 1.6;
}

.government-program-box p {
    margin-bottom: 15px !important;
}

.deadline-text {
    font-size: 16px;
}

.deadline-text strong {
    color: #d32f2f;
}

.confidential-text {
    font-weight: 800;
    font-size: 18px;
    color: #000;
}

/* Buton */
.final-cta {
    text-align: center;
    margin-top: 30px;
}

.buy-now-btn {
    display: inline-block;
    background: linear-gradient(180deg, #ff9800 0%, #ef6c00 100%);
    color: #fff;
    padding: 18px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(239, 108, 0, 0.4);
}
.trust-certification-box {
    background: #ffffff;
    max-width: 850px;
    margin: 30px auto;
    padding: 30px;
    border-top: 1px solid #f0f0f0;
}

.product-showcase {
    text-align: center;
    margin-bottom: 30px;
}

.large-prod-img {
    max-width: 280px;
    height: auto;
}

.article-text-wrapper p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.final-statement {
    font-size: 18px;
    color: #1a365d;
    padding: 15px;
    background-color: #f7fafc;
    border-radius: 8px;
}

.certificates-display {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.certificates-display img {
    max-width: 250px;
    height: auto;
    border: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Mobil Düzenleme */
@media (max-width: 600px) {
    .trust-certification-box { padding: 15px; }
    .large-prod-img { max-width: 200px; }
    .certificates-display img { max-width: 100%; }
}
/* Ana Konteyner */
.solveex-full-content {
    max-width: 850px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
}

.large-bottle {
    display: block;
    max-width: 250px;
    margin: 0 auto 20px;
}

.intro-p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
}

/* Yeşil Analiz Kutusu */
.analysis-box {
    background-color: #f1f9f5;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
}

.analysis-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.check-list {
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.4;
}

/* Yeşil Onay İkonu (Görseldeki gibi) */
.check-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background-color: #4caf50;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

/* Sarı Promosyon Box */
.promo-yellow-box {
    background-color: #fff9db;
    border: 2px dashed #d4af37;
    padding: 25px;
    margin-top: 30px;
    text-align: center;
}

.deadline strong {
    color: #d32f2f;
}

.btn-orange {
    display: inline-block;
    background: linear-gradient(180deg, #ff9800 0%, #ef6c00 100%);
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    margin-top: 20px;
    box-shadow: 0 4px 10px rgba(239, 108, 0, 0.3);
}

/* Mobil Uyumluluk */
@media (max-width: 600px) {
    .analysis-box { padding: 15px; }
    .check-list li { font-size: 14px; }
}

/* Ana Section Konteyneri */
.solveex-extended-box {
    max-width: 850px;
    margin: 30px auto;
    background: #ffffff;
    padding: 25px;
    border: 1px solid #e0e0e0;
    line-height: 1.7;
}

/* Yeşil Analiz Kutusu Stilleri */
.analysis-results-box {
    background-color: #f2faf5;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 35px;
}

.analysis-results-box h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.check-benefit-list {
    list-style: none;
}

.check-benefit-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

/* Yeşil Onay İkonu */
.check-benefit-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-color: #4caf50;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

/* Profesör Bölümü */
.prof-small-figure {
    text-align: center;
    margin: 30px 0;
}

.prof-small-figure img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.prof-small-figure figcaption {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
}

.emphasized-text {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 20px 0;
}

.qa-highlight {
    background: #fdf2f2;
    padding: 20px;
    border-left: 5px solid #d32f2f;
    margin: 25px 0;
}

.qa-highlight strong {
    color: #d32f2f;
    font-size: 1.1em;
}

/* Mobil Uyumluluk */
@media (max-width: 600px) {
    .solveex-extended-box { padding: 15px; }
    .analysis-results-box { padding: 15px; }
    .check-benefit-list li { font-size: 14px; padding-left: 35px; }
}

/* Genel Konteyner */
.solveex-comprehensive-content {
    max-width: 850px;
    margin: 30px auto;
    background: #fff;
    padding: 20px;
    color: #333;
    line-height: 1.7;
}

/* Yeşil Analiz Kutusu */
.analysis-container {
    background-color: #f1f9f5;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.benefit-check-list { list-style: none; }
.benefit-check-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 16px;
}

.benefit-check-list li::before {
    content: '✔';
    position: absolute;
    left: 0; top: 0;
    width: 24px; height: 24px;
    background: #4caf50;
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px;
}

/* Profesör Kartı ve QA */
.prof-small-card { text-align: center; margin: 25px 0; }
.prof-small-card img { max-width: 100%; border-radius: 5px; }
.prof-small-card span { display: block; font-size: 14px; color: #777; margin-top: 8px; }

.expert-qa {
    background: #fdf2f2;
    padding: 15px;
    border-left: 5px solid #d32f2f;
    margin: 20px 0;
}

/* Mavi Kullanım Adımları */
.how-to-use-box {
    background: #fff9f0;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ffe0b2;
    margin: 35px 0;
}

.usage-heading { color: #2c569e; margin-bottom: 20px; }
.usage-steps .step { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
.circle {
    background: #0088cc; color: #fff; width: 32px; height: 32px;
    border-radius: 50%; display: flex; justify-content: center; align-items: center; font-weight: bold;
}

/* Final Uyarı Kutusu */
.warning-border-box {
    border: 2px dashed #d32f2f;
    background: #fff5f5;
    padding: 25px;
    text-align: center;
    margin-top: 30px;
}

.promo-text { color: #d32f2f; font-weight: 800; font-size: 19px; margin-top: 15px; }
.confidential-tag { text-align: center; margin-top: 15px; font-size: 18px; }

/* Mobil Uyumluluk */
@media (max-width: 600px) {
    .solveex-comprehensive-content { padding: 15px; }
    .circle { width: 28px; height: 28px; font-size: 14px; }
}

.order-section { padding: 40px 20px; background: #f9f9f9; }
.order-container { 
    max-width: 800px; margin: 0 auto; display: flex; flex-wrap: wrap; 
    background: #fff; border: 2px solid #e0e0e0; border-radius: 15px; overflow: hidden;
}

/* Görsel Alanı */
.order-image-box { 
    flex: 1; min-width: 300px; background: #fff; display: flex; 
    flex-direction: column; align-items: center; justify-content: center; position: relative; padding: 20px;
}
.promo-img { max-width: 100%; height: auto; }
.price-badge { 
    background: #d32f2f; color: #fff; padding: 15px; border-radius: 50%; 
    text-align: center; position: absolute; top: 10px; right: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.old-price { display: block; text-decoration: line-through; font-size: 12px; opacity: 0.8; }
.new-price { font-size: 20px; font-weight: 800; }

/* Form Alanı */
.order-form-box { flex: 1.2; min-width: 300px; padding: 30px; background: #fff; }
.countdown-wrapper { text-align: center; margin-bottom: 25px; }
.timer-style { font-size: 32px; font-weight: 800; color: #d32f2f; letter-spacing: 2px; }

.input-group { margin-bottom: 20px; }
.input-group label { display: block; font-weight: 700; margin-bottom: 8px; }
.input-group input { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 5px; font-size: 16px; }

/* TR Bayraklı Telefon Girişi */
.phone-input-wrapper { display: flex; border: 1px solid #ccc; border-radius: 5px; overflow: hidden; }
.country-code { background: #eee; display: flex; align-items: center; gap: 5px; padding: 0 10px; border-right: 1px solid #ccc; }
.phone-input-wrapper input { border: none; flex: 1; outline: none; }

.submit-btn { 
    width: 100%; background: linear-gradient(180deg, #ff9800 0%, #e65100 100%); 
    color: #fff; border: none; padding: 18px; font-size: 20px; font-weight: 800; 
    border-radius: 50px; cursor: pointer; box-shadow: 0 4px 15px rgba(230, 81, 0, 0.4); transition: 0.3s;
}
.submit-btn:hover { transform: scale(1.02); }
.confidential-text { text-align: center; font-size: 13px; color: #777; margin-top: 15px; }

@media (max-width: 600px) {
    .order-container { flex-direction: column; }
    .order-image-box { order: 1; }
    .order-form-box { order: 2; }
}
.comments-section {
    max-width: 850px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
}

.comments-title {
    color: #d32f2f;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.comment-item {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    object-fit: cover;
}

.user-meta strong {
    display: block;
    font-size: 16px;
    color: #000;
}

.verified {
    font-size: 13px;
    color: #4caf50;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
}

.comment-text {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
    text-align: justify;
}

.comment-photo img {
    max-width: 300px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: 0.3s;
}

.comment-photo img:hover {
    transform: scale(1.02);
}

/* Mobil Uyumluluk */
@media (max-width: 600px) {
    .comment-photo img {
        max-width: 100%;
    }
}

.site-footer {
    background-color: #1a202c;
    color: #e2e8f0;
    padding: 60px 0 0;
    margin-top: 50px;
    font-size: 14px;
}

.footer-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px 40px;
    gap: 30px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
}

.footer-logo {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 800;
}

.footer-section h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    border-bottom: 2px solid #2d3748;
    padding-bottom: 10px;
    display: inline-block;
}

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

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

.footer-section ul li a {
    color: #a0aec0;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #fff;
}

/* Yasal Sorumluluk Reddi Alanı */
.footer-disclaimer {
    background-color: #171c26;
    padding: 25px 20px;
    border-top: 1px solid #2d3748;
    text-align: center;
    font-size: 12px;
    color: #718096;
    line-height: 1.5;
}

.footer-bottom {
    background-color: #0d1117;
    padding: 20px;
    text-align: center;
    color: #4a5568;
    font-size: 12px;
}

/* Mobil Düzen */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-section h3 {
        display: block;
    }
}

/* QUIZ TASARIMI */
.quiz-container { max-width: 800px; margin: 40px auto; background: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border: 2px solid #e2e8f0; }
.test-header { text-align: center; margin-bottom: 30px; }
.progress-bar { width: 100%; height: 8px; background: #eee; border-radius: 10px; margin-top: 15px; overflow: hidden; }
#progress { height: 100%; background: #2c569e; transition: 0.3s; }

.quiz-step { display: none; text-align: center; }
.quiz-step.active { display: block; animation: fadeIn 0.4s; }
.quiz-step h3 { margin-bottom: 25px; font-size: 22px; }

.option-grid { display: grid; gap: 15px; }
.option-grid button { padding: 15px; border: 2px solid #eee; background: #f8f9fa; border-radius: 8px; font-size: 18px; cursor: pointer; transition: 0.2s; font-weight: 600; }
.option-grid button:hover { border-color: #2c569e; background: #eef2ff; color: #2c569e; }

/* SONUÇ VE FORM ALANI */
.analysis-result { text-align: center; margin-bottom: 30px; border-bottom: 2px dashed #eee; padding-bottom: 20px; }
.success-icon { width: 60px; height: 60px; background: #4caf50; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; font-size: 30px; }
.discount-badge { display: inline-block; background: #ffeb3b; color: #000; padding: 10px 20px; border-radius: 50px; font-weight: 800; margin-top: 15px; border: 2px solid #fbc02d; }

.order-container-mini { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.order-image-box { flex: 1; text-align: center; }
.promo-img { max-width: 150px; margin-bottom: 15px; }
.timer-style { font-size: 24px; font-weight: 800; color: #d32f2f; }

.order-form-box { flex: 1.5; min-width: 280px; }
.input-group { margin-bottom: 15px; }
.input-group label { display: block; font-weight: 700; margin-bottom: 5px; }
.input-group input { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 5px; }

.phone-input-wrapper { display: flex; border: 1px solid #ccc; border-radius: 5px; overflow: hidden; }
.country-code { background: #eee; display: flex; align-items: center; padding: 0 10px; border-right: 1px solid #ccc; font-size: 14px; gap: 5px; }
.phone-input-wrapper input { border: none; flex: 1; outline: none; }

.submit-btn { width: 100%; background: linear-gradient(180deg, #ff9800 0%, #e65100 100%); color: #fff; border: none; padding: 18px; font-size: 20px; font-weight: 800; border-radius: 50px; cursor: pointer; box-shadow: 0 4px 15px rgba(230, 81, 0, 0.4); }
.confidential-text { text-align: center; font-size: 12px; color: #777; margin-top: 10px; }

@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.price-container {
    text-align: center;
    margin-bottom: 15px;
}

.old-price {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    font-weight: 500;
}

.new-price {
    font-size: 32px;
    color: #d32f2f;
    font-weight: 800;
    line-height: 1;
}

.order-image-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}