/**
 * Solid Medya — hizmet/yapay-zeka sayfa CSS (extracted)
 */

:root {
        --sw-gold: #FFD700;
        --sw-dark: #050505;
        --sw-gray: #111;
        --sw-text: #b0b0b0;
        --sw-border: rgba(255, 255, 255, 0.08);
    }
    
    html:has(main) {
        scroll-behavior: smooth; 
    }
    
    main.sw-service-page {
        background-color: var(--sw-dark);
        color: #fff;
        font-family: var(--sm-font-body);
        overflow-x: hidden;
    }

    .font-clash { font-family: var(--sm-font-tech); }
    .text-gold { color: var(--sw-gold); text-shadow: 0 0 25px rgba(255, 215, 0, 0.25); }
    .bg-darker { background-color: #020202; }

    .section-padding { padding: 120px 0; }
    
    section[id] {
        scroll-margin-top: 100px;
    }

    h2.section-title {
        font-family: var(--sm-font-tech);
        font-size: 3rem;
        margin-bottom: 20px;
    }
    p.section-desc {
        color: var(--sw-text);
        font-size: 1.2rem;
        max-width: 700px;
        margin: 0 auto 60px;
    }

    /* Hero */
    .sw-hero {
        position: relative;
        padding: 200px 0 150px;
        background: radial-gradient(circle at 70% 30%, rgba(255, 215, 0, 0.04), transparent 50%);
        overflow: hidden;
    }
    .sw-hero::before {
        content: '';
        position: absolute; top:0; left:0; bottom:0; right:0;
        background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
        background-size: 18px 18px;
        opacity: 0.35;
        pointer-events: none;
    }
    .sw-title { font-size: 4.5rem; line-height: 1.1; margin-bottom: 30px; font-weight: 600; }
    .sw-hero-text { font-size: 1.25rem; color: var(--sw-text); max-width: 650px; margin-bottom: 40px; line-height: 1.8; }

    /* Parallax Effect */
    .img-parallax-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 30px;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    }
    .img-showcase {
        width: 100%;
        height: auto;
        border-radius: 30px;
        display: block;
        transition: transform 0.1s ease-out;
        filter: brightness(0.9) contrast(1.1);
    }

    /* Service Rows (Alternating) */
    .service-row { margin-bottom: 150px; }
    .service-content h3 { font-family: var(--sm-font-tech); font-size: 2.8rem; margin-bottom: 30px; }
    .service-content p { color: var(--sw-text); font-size: 1.15rem; line-height: 1.9; margin-bottom: 25px; text-align: justify; }
    .feature-list { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 40px; }
    .feature-item { display: flex; align-items: flex-start; gap: 15px; color: #fff; font-size: 1.1rem; background: rgba(255,255,255,0.03); padding: 15px; border-radius: 12px; border: 1px solid transparent; transition: 0.3s; }
    .feature-item:hover { border-color: var(--sw-gold); transform: translateX(10px); }
    .feature-item i { color: var(--sw-gold); font-size: 1.4rem; margin-top: 3px; }

    /* Process Icons */
    .process-step { position: relative; padding: 40px; border: 1px solid var(--sw-border); border-radius: 20px; transition: all 0.3s; background: rgba(255,255,255,0.01); height: 100%; }
    .process-step:hover { border-color: var(--sw-gold); background: rgba(255,215,0,0.05); transform: translateY(-10px); }
    .process-icon { font-size: 3rem; color: var(--sw-gold); margin-bottom: 25px; }
    .process-step h4 { font-family: var(--sm-font-tech); margin-bottom: 15px; font-size: 1.5rem; }
    
    /* Stats */
    .stat-item { text-align: center; padding: 30px; border-right: 1px solid var(--sw-border); }
    .stat-item:last-child { border-right: none; }
    .stat-value { font-size: 4rem; font-weight: 700; color: var(--sw-gold); line-height: 1; margin-bottom: 10px; font-family: var(--sm-font-tech); }
    .stat-label { font-size: 1.1rem; color: #fff; opacity: 0.7; }

    /* Tech Stack Grid */
    .tech-category-title { color: #fff; font-size: 1.5rem; margin-bottom: 25px; border-left: 4px solid var(--sw-gold); padding-left: 15px; }
    .tech-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 15px; margin-bottom: 50px; }
    .tech-item { 
        background: var(--sw-gray); padding: 25px 15px; border-radius: 15px; text-align: center; 
        transition: all 0.3s; border: 1px solid var(--sw-border); display: flex; flex-direction: column; align-items: center; justify-content: center;
    }
    .tech-item:hover { border-color: var(--sw-gold); transform: translateY(-5px); background: #151515; }
    .tech-item i { font-size: 2.5rem; margin-bottom: 15px; color: #666; transition: 0.3s; }
    .tech-item span { display: block; font-weight: 500; color: #888; font-size: 0.9rem; transition: 0.3s; }
    .tech-item:hover i { color: #fff; }
    .tech-item:hover span { color: #fff; }

    /* Creative Examples Grid */
    .creative-card {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        height: 350px;
        border: 1px solid var(--sw-border);
    }
    .creative-card img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
    .creative-card:hover img { transform: scale(1.1); }
    .creative-overlay {
        position: absolute; bottom: 0; left: 0; right: 0;
        background: linear-gradient(0deg, #000 0%, transparent 100%);
        padding: 30px;
        transform: translateY(20px); transition: 0.4s;
    }
    .creative-card:hover .creative-overlay { transform: translateY(0); }

    /* FAQ */
    .accordion-button { background: transparent !important; color: #fff !important; font-size: 1.2rem; padding: 25px 0; border-bottom: 1px solid var(--sw-border) !important; box-shadow: none !important; }
    .accordion-button::after { filter: invert(1); }
    .accordion-body { color: var(--sw-text); font-size: 1.1rem; line-height: 1.8; padding-bottom: 30px; }
    
    @media (max-width: 991px) {
        .sw-title { font-size: 3rem; }
        .sw-hero { padding-top: 150px; text-align: center; }
        .stat-item { border-right: none; border-bottom: 1px solid var(--sw-border); }
        .stat-item:last-child { border-bottom: none; }
        .feature-list { grid-template-columns: 1fr; }
    }
