/* --- Global & Base Styles (Sadece #212121 ve #F5F5F5) --- */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #212121; 
    color: #F5F5F5; 
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-highlight { color: #F5F5F5; }
.detail-note { font-style: italic; font-size: 0.9em; color: #a0a0a0; margin-top: 10px; }


/* Headers */
h2 { font-size: 2.5em; text-align: center; margin-bottom: 50px; color: #F5F5F5; }

/* --- Buttons --- */
.cta-button {
    display: inline-block; padding: 15px 30px; margin-top: 20px; border-radius: 6px;
    font-size: 1.1em; font-weight: bold; text-decoration: none; transition: all 0.3s ease;
    text-transform: uppercase; cursor: pointer;
    background-color: #F5F5F5;
    color: #212121;
}
.primary-cta {
    background-color: #F5F5F5; 
    color: #212121; 
    box-shadow: 0 5px 15px rgba(245, 245, 245, 0.2);
}
.primary-cta:hover { background-color: #a0a0a0; transform: translateY(-2px); }

.fixed-download-button {
    position: fixed; top: 20px; right: 20px; z-index: 1000;
    background-color: #F5F5F5; color: #212121; padding: 10px 20px; border-radius: 6px;
    text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s;
}
.fixed-download-button:hover { background-color: #a0a0a0; }


/* --- Header and Navigation --- */
header {
    background-color: rgba(33, 33, 33, 0.98); padding: 15px 0; border-bottom: 1px solid #444;
    position: sticky; top: 0; z-index: 999;
}
.header-content { display: flex; justify-content: space-between; align-items: center; }
.logo { width: 170px; }
nav a { color: #F5F5F5; text-decoration: none; margin-left: 30px; font-weight: 500; transition: color 0.3s ease; }
nav a:hover { color: #a0a0a0; }

/* --- Hero Section --- */
.hero-section { padding: 100px 0 60px; text-align: center; }
.hero-section h1 { font-size: 3.5em; margin-bottom: 10px; line-height: 1.1; color: #F5F5F5; }
.hero-section h2 { font-size: 1.5em; max-width: 800px; margin: 0 auto 30px; color: #a0a0a0; font-weight: 400; }
.screenshot {
    max-width: 95%; margin-top: 60px; border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7); border: 1px solid #444;
}
.small-text { display: block; margin-top: 15px; color: #a0a0a0; font-size: 0.9em; }

/* --- Video Section --- */
.video-section {
    padding: 60px 0; background-color: #1a1a1a; border-top: 1px solid #444;
    border-bottom: 1px solid #444; text-align: center;
}
.video-wrapper {
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
    max-width: 100%; margin: 0 auto; border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* --- Feature Deep Dive --- */
.features-deep-dive { padding: 80px 0; }
.feature-block {
    display: flex; align-items: center; gap: 50px; margin-bottom: 80px;
    border-bottom: 1px dashed #444; padding-bottom: 40px;
}
.feature-block:last-child { border-bottom: none; }
.feature-block.reverse { flex-direction: row-reverse; }

.feature-img { max-width: 45%; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); border: 1px solid #444; }
.feature-text { flex: 1; text-align: left; }
.feature-text h3 { font-size: 2em; color: #F5F5F5; margin-bottom: 15px; text-align: left; }
.feature-text p { color: #a0a0a0; font-size: 1.1em; }

/* --- Comparison Section (3 Card Grid) --- */
.comparison-section { padding: 80px 0; text-align: center; background-color: #1a1a1a; }
.comparison-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.comparison-card {
    background-color: #2c2c2c; padding: 30px; border-radius: 12px;
    text-align: left; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); border: 1px solid #444;
}
.pro-card { border-color: #F5F5F5; box-shadow: 0 0 20px rgba(245, 245, 245, 0.2); }
.comparison-card h3 { text-align: center; font-size: 1.5em; margin-bottom: 25px; color: #F5F5F5; }
.comparison-card ul { list-style: none; padding: 0; }
.comparison-card ul li { padding: 10px 0; color: #a0a0a0; border-bottom: 1px dashed #444; }
.comparison-card ul li:last-child { border-bottom: none; }

/* Custom Icons */
.comparison-card ul li i.icon-check:before { content: "✓ "; color: #F5F5F5; font-weight: bold; margin-right: 10px; }
.comparison-card ul li i.icon-remove:before { content: "✗ "; color: #F5F5F5; font-weight: bold; margin-right: 10px; }

/* --- Pricing Section (Lifetime Only) --- */
.pricing-section { padding: 80px 0; text-align: center; }
.pricing-section h2 { color: #F5F5F5; }
.single-card-grid { display: flex; justify-content: center; }
.price-card {
    background-color: #2c2c2c; padding: 40px 30px; border-radius: 12px;
    width: 60%; max-width: 500px; text-align: center; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    border: 1px solid #F5F5F5; 
}
.price-card h3 { font-size: 1.8em; color: #F5F5F5; margin-bottom: 15px; }
.price { font-size: 3.5em; font-weight: bold; color: #F5F5F5; margin-bottom: 5px; display: flex; justify-content: center; align-items: baseline; }

/* Fiyat Düzeltmesi (Strikethrough) */
.strikethrough-price {
    font-size: 0.5em; 
    text-decoration: line-through; 
    color: #a0a0a0; 
    margin-right: 15px;
    order: 1; /* Solda görünmesini sağlar */
}
.price-highlight {
    order: 2; /* Sağda görünmesini sağlar */
}
.price small { font-size: 0.5em; font-weight: normal; color: #a0a0a0; margin-left: 5px; }
.limited-time-text { color: #a0a0a0; font-size: 1.1em; margin-bottom: 25px; display: block; }
.price-card ul { list-style: none; padding: 0; text-align: left; margin-bottom: 30px; }
.price-card ul li { padding: 10px 0; border-bottom: 1px dashed #444; color: #a0a0a0; }
.price-card ul li::before { content: "✓ "; color: #F5F5F5; font-weight: bold; margin-right: 5px; }


/* --- Testimonials Section --- */
.testimonials-section { padding: 80px 0; background-color: #1a1a1a; }
.testimonials-section h2 { color: #F5F5F5; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.testimonial-card {
    background-color: #2c2c2c; padding: 25px; border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); border-left: 5px solid #F5F5F5;
}
.testimonial-card p { font-style: italic; margin-bottom: 15px; color: #F5F5F5; }
.testimonial-card small { font-weight: bold; color: #a0a0a0; }

/* --- Affiliate Section --- */
.affiliate-section { padding: 60px 0; text-align: center; }
.affiliate-section h2 { color: #F5F5F5; margin-bottom: 20px; }
.affiliate-section p { color: #a0a0a0; margin-bottom: 30px; }
.social-promo { margin-top: 30px; color: #a0a0a0; }
.social-promo a { margin: 0 10px; color: #F5F5F5; }

/* --- Footer --- */
.footer-section {
    background-color: #1a1a1a; color: #a0a0a0; padding: 30px 0; text-align: center; border-top: 1px solid #444;
}
.language-support { margin-bottom: 10px; }
.footer-section a { color: #F5F5F5; margin: 0 15px; }


/* --- MODAL / POPUP STYLES (Görsele Kesin Uyumlu) --- */
.modal {
    display: none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%;
    overflow: auto; background-color: rgba(0,0,0,0.85); justify-content: center; align-items: center;
}
.modal-content {
    background-color: #212121;
    padding: 0; /* İç dolguyu kaldırdık */
    width: 90%; max-width: 600px; border-radius: 0;
    position: relative;
    color: #F5F5F5;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    border: 1px solid #444; /* Dış çerçeve ekledik */
}

.close-button {
    color: #F5F5F5; float: none; font-size: 30px; font-weight: 300;
    position: absolute; top: 10px; right: 10px; cursor: pointer;
    transition: color 0.3s;
}

.affiliate-agreement-content {
    padding: 25px;
}

.affiliate-agreement-content h3 {
    font-size: 1.5em;
    color: #F5F5F5;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

#affiliate-agreement-text {
    max-height: 400px; overflow-y: scroll; border: 1px solid #444; 
    padding: 1rem; margin: 1rem 0; border-radius: 0; 
    background-color: #1a1a1a;
    color: #a0a0a0;
}

.modal-cta { 
    width: 100%; 
    background-color: #F5F5F5; 
    color: #212121; 
    font-weight: bold; 
    font-size: 1.2em; 
    border-radius: 0; /* Görseldeki gibi köşeleri kaldırdık */
    box-shadow: none;
    padding: 18px 30px;
    margin-top: 0; /* Pop-up altındaki butonun üst boşluğunu kaldırdık */
    display: block;
    border: none;
}


/* --- Medya Sorguları --- */
@media (max-width: 992px) {
    .steps-grid, .testimonial-grid, .comparison-grid {
        grid-template-columns: 1fr;
        display: block; 
    }
    .comparison-card { margin-bottom: 30px; }
    .price-card { width: 90%; }
}
@media (max-width: 600px) {
    .hero-section h1 { font-size: 2em; }
    .fixed-download-button { top: auto; bottom: 15px; right: 15px; padding: 10px 15px; }
    nav { display: none; }
    .header-content { justify-content: center; }
}