/* main.main {
    padding-top: 100px;
} */

/* Modern Service Page Styles */

:root {
    --primary-color: #008ccc;
    --secondary-color: #00a8e6;
    --dark-color: #2c3e50;
    --light-color: #f8f9fa;
    --text-color: #343a40;
    --text-muted: #6c757d;
    --primary-gradient: linear-gradient(135deg, #008ccc 0%, #00afff 100%);
}

/* --- General --- */
.main-service-page {
    background-color: #fff;
}

.service-section {
    padding: 60px 0;
}

.service-section:nth-child(odd) {
    background-color: var(--light-color);
}

/* --- Hero Section --- */
.hero-option-3 {
    background-color: #fdfdfd;
    padding: 120px 0;
    text-align: center;
}
.hero-option-3 h1 {
    font-size: 4.5rem;
    color: var(--dark-color);
    font-weight: 800;
}
.hero-option-3 p {
    color: var(--text-muted);
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 30px auto;
}


/* --- Content Sections --- */
.content-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 25px;
}

.content-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 20px;
}

/* --- CTA Options --- */
.cta-divider {
    padding: 20px 0;
    background-color: #e9ecef;
    text-align: center;
}
.cta-divider h3 {
    margin: 0; font-size: 1.5rem; color: var(--dark-color);
}

.cta-option {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cta-option h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.cta-option p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 500px;
}
.cta-button {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid var(--secondary-color);
}
.cta-button:hover {
    background-color: transparent;
    color: var(--secondary-color);
}

/* --- NEW CTA SET --- */

/* Option 1 (Old Option 3): BG Image with Gradient */
.cta-v2-1 {
    background-image: url('../img/dijital-hizmetler/marka-kreatif-tasarim.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}
.cta-v2-1::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9), rgba(118, 75, 162, 0.9));
}
.cta-v2-1 .container { position: relative; z-index: 2; }
.cta-v2-1 h2, .cta-v2-1 p { color: #fff; margin-left: auto; margin-right: auto; }

/* Option 2: Split Screen */
.cta-v2-2 .cta-content { padding: 40px; }
.cta-v2-2 .cta-image {
    background-image: url('../img/dijital-hizmetler/dijital-pazarlama.webp');
    background-size: cover;
    background-position: center;
    min-height: 400px;
}

/* Option 3: Interactive Form */
.cta-v2-3 { text-align: center; }
.cta-v2-3 p { margin-left: auto; margin-right: auto; }
.cta-v2-3 .inline-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}
.cta-v2-3 .inline-form input {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 300px;
    font-size: 1rem;
}
.cta-v2-3 .inline-form .cta-button { border-radius: 8px; }

/* Option 4: Testimonial */
.cta-v2-4 {
    background-color: var(--light-color);
    text-align: center;
}
.cta-v2-4 .testimonial-box {
    max-width: 700px;
    margin: 0 auto;
}
.cta-v2-4 .testimonial-text {
    font-size: 1.3rem;
    font-style: italic;
    color: var(--text-muted);
    margin-bottom: 20px;
}
.cta-v2-4 .testimonial-author {
    font-weight: 700;
    color: var(--dark-color);
}
.cta-v2-4 .cta-button { margin-top: 30px; }

/* Option 5: Stats/Numbers */
.cta-v2-5 { text-align: center; }
.cta-v2-5 .stats-grid {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin: 40px 0;
}
.cta-v2-5 .stat-item .stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
}
.cta-v2-5 .stat-item .stat-label {
    font-size: 1rem;
    color: var(--text-muted);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .hero-option-3 h1 {
        font-size: 3rem;
    }
    .content-section h2 {
        font-size: 2rem;
    }
    .cta-option h2 {
        font-size: 2.2rem;
    }
    .cta-v2-2 .cta-content { text-align: center; }
    .cta-v2-5 .stats-grid { flex-direction: column; gap: 30px; }
}
