﻿/* Hakkımızda Section */
.why-us-section {
    background-color: var(--bg-surface);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.why-us-content h2 span {
    color: var(--primary);
}

.why-us-list {
    margin: 2rem 0;
}

.why-us-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
    color: var(--text-muted);
}

.why-us-list svg {
    color: var(--primary);
    flex-shrink: 0;
    margin-top: 4px;
}

/* Detail/Video Preview */
.detail-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 6rem;
}

.detail-row:last-child { margin-bottom: 0; }

.video-preview-box {
    background: var(--bg-base);
    border-radius: var(--radius-lg);
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: var(--transition);
}

.video-preview-box:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px var(--primary-glow);
}

.video-preview-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #F3E8FF, #E0E7FF);
    opacity: 0.5;
    z-index: 1;
}

.play-button-overlay {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    box-shadow: 0 10px 25px var(--primary-glow);
    z-index: 2;
    transition: var(--transition);
}

.video-preview-box:hover .play-button-overlay {
    transform: scale(1.1);
    background: var(--primary);
    color: #FFFFFF;
}

/* 3 Adımda Süreç */
.process-section {
    background-color: var(--bg-base);
    overflow: hidden;
}

.process-slider-wrapper {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.process-slider {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.process-box {
    min-width: 100%;
    flex: 0 0 100%;
    background: linear-gradient(145deg, #ffffff, #f9f9fb);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 4rem 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    z-index: 1;
}

.process-bg-num {
    position: absolute;
    top: -30px;
    right: -20px;
    font-size: 200px;
    font-weight: 900;
    color: rgba(124, 58, 237, 0.04);
    line-height: 1;
    z-index: -1;
    pointer-events: none;
    font-family: 'Arial Black', Impact, sans-serif;
}

.process-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: rgba(124, 58, 237, 0.1);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-icon svg {
    width: 36px;
    height: 36px;
}

.process-box h3 {
    color: var(--primary);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.process-box p {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin: 0;
    max-width: 90%;
    margin: 0 auto;
}

.process-dots {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2rem;
}

.process-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--border-color);
    border: none;
    cursor: pointer;
    transition: var(--transition);
    padding: 0;
}

.process-dot.active {
    background: var(--primary);
    width: 32px;
    border-radius: 6px;
}

/* Hizmetlerimiz */
#hizmetler {
    background-color: var(--bg-surface);
    position: relative;
}

#hizmet-bolgeleri {
    background-color: var(--bg-base);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.bolge-cift {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

.ipucu-kutu,
.bolge-kutu {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    min-height: 7.25rem;
    height: auto;
    padding: 0.7rem 0.95rem 0.65rem;
    border-radius: var(--radius-md);
    color: var(--bg-base);
    overflow: hidden;
}

.ipucu-kutu {
    background-color: var(--primary);
}

.bolge-kutu {
    background-color: var(--secondary);
}

.ipucu-kutu h2,
.bolge-kutu h2,
.bolge-baslik {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.2rem;
    font-size: 1.05rem;
    color: var(--bg-base);
}

.bolge-baslik svg {
    flex-shrink: 0;
    color: var(--bg-base);
}

.ipucu-giris {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    line-height: 1.3;
    color: var(--bg-base);
}

.ipucu-sahne {
    position: relative;
    height: auto;
    min-height: 3.6rem;
    overflow: visible;
}

.ipucu-kart {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.ipucu-kart.aktif {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ipucu-kart p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.35;
    color: var(--bg-base);
}

.bolge-kayan {
    position: relative;
    height: 2.15rem;
    min-height: 0;
    overflow: hidden;
}

.bolge-kayan-liste {
    margin: 0;
    padding: 0;
    list-style: none;
    will-change: transform;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.bolge-kayan-liste li {
    height: 2.15rem;
    display: flex;
    align-items: center;
    opacity: 1;
}

.bolge-kayan-liste li.aktif {
    opacity: 1;
}

.bolge-kayan-liste a {
    color: var(--bg-base);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    white-space: nowrap;
}

.bolge-kayan-liste li.aktif a {
    font-size: 1rem;
    font-weight: 800;
}

.bolge-kayan-liste a:hover,
.bolge-kayan-liste a:focus-visible {
    color: var(--bg-base);
    text-decoration: underline;
}

.bolge-kayan-statik {
    overflow-y: auto;
}

.bolge-kayan-statik .bolge-kayan-liste {
    transform: none !important;
}

.bolge-kayan-statik .bolge-kayan-liste li {
    opacity: 1;
}

@media (min-width: 768px) {
    .bolge-cift {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 0.85rem;
        align-items: stretch;
    }

    .ipucu-kutu,
    .bolge-kutu {
        height: auto;
        min-height: 8.25rem;
        padding: 0.75rem 1.1rem 0.7rem;
    }

    .ipucu-kutu h2,
    .bolge-kutu h2 {
        font-size: 1.1rem;
    }

    .ipucu-sahne {
        height: auto;
        min-height: 3.4rem;
    }

    .bolge-kayan,
    .bolge-kayan-liste li {
        height: 2.15rem;
    }

    .bolge-kayan-liste a,
    .bolge-kayan-liste li.aktif a {
        font-size: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bolge-kayan-liste,
    .bolge-kayan-liste li,
    .ipucu-kart {
        transition: none;
    }
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}

.service-card {
    background: var(--bg-base);
    border: 1px solid rgba(124, 58, 237, 0.08);
    border-radius: var(--radius-lg);
    padding: 3rem 2.5rem;
    text-align: left; 
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    z-index: 1;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0; 
    left: 0;
    width: 0;
    height: 4px;
    background: var(--primary);
    transition: width 0.5s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(124, 58, 237, 0.2);
    box-shadow: 0 20px 40px rgba(124, 58, 237, 0.1);
}

.service-card:hover::before {
    width: 100%;
}

.service-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    box-shadow: 0 10px 20px var(--primary-glow);
    transform: rotate(-5deg);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-card:hover .service-icon {
    transform: rotate(0) scale(1.1);
}

.service-card h3 { 
    font-size: 1.5rem; 
    margin-bottom: 1rem; 
    color: var(--text-main);
}

.service-card p { 
    font-size: 1rem; 
    margin-bottom: 1.5rem; 
    line-height: 1.7;
}

.service-more {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--primary);
    font-weight: 700;
    font-size: 0.95rem;
}

.service-card:hover .service-more {
    gap: 0.55rem;
}

.service-bg-icon {
    position: absolute;
    right: -25px;
    bottom: -25px;
    width: 160px;
    height: 160px;
    color: var(--primary);
    opacity: 0.03;
    z-index: -1;
    transform: rotate(-15deg);
    transition: all 0.5s ease;
}

.service-card:hover .service-bg-icon {
    transform: rotate(0) scale(1.1);
    opacity: 0.05;
}

/* Hizmet Bölgeleri Slider */
.region-slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 1rem 0;
}

.region-slider {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 1.5rem;
}

.region-slide-item {
    flex: 0 0 calc(100% - 1.5rem);
}

@media (min-width: 768px) {
    .region-slide-item {
        flex: 0 0 calc(50% - 1.5rem);
    }
}

@media (min-width: 1024px) {
    .region-slide-item {
        flex: 0 0 calc(33.333% - 1.5rem);
    }
}

a.region-card {
    text-decoration: none;
    color: inherit;
}

.region-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(124, 58, 237, 0.15);
    padding: 3rem 1.5rem;
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--text-main);
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    text-align: center;
    height: 100%;
}

.region-card:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, var(--bg-base), var(--bg-surface));
    border-color: var(--primary);
    box-shadow: 0 10px 25px var(--primary-glow);
}

.region-icon {
    color: var(--primary-light);
    transition: var(--transition);
    margin-bottom: 0.5rem;
}

.region-card:hover .region-icon {
    color: var(--primary);
    transform: scale(1.1);
}

.region-card h3 {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0;
    letter-spacing: -1px;
    color: var(--text-main);
}

.region-card:hover h3 {
    color: var(--primary);
}

.region-card strong {
    font-size: 1.15rem;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .why-us-content h2 {
        font-size: 1.4rem;
        line-height: 1.3;
        overflow-wrap: break-word;
    }

    .why-us-list {
        margin: 1.25rem 0;
    }

    .why-us-list li {
        gap: 0.65rem;
        margin-bottom: 1rem;
    }

    .detail-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .detail-row:nth-child(even) .detail-image,
    .detail-row:nth-child(odd) .detail-image {
        margin-bottom: 0;
    }

    .video-preview-box {
        height: 200px;
        max-width: 100%;
    }

    .play-button-overlay {
        width: 64px;
        height: 64px;
    }

    .process-box {
        padding: 2.25rem 1.25rem;
    }

    .process-bg-num {
        font-size: 7rem;
        top: -10px;
        right: -8px;
    }

    .process-box h3 {
        font-size: 1.35rem;
    }

    .process-box p {
        max-width: 100%;
        font-size: 1rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .service-card {
        padding: 1.5rem 1.25rem;
    }

    .service-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 1.15rem;
        border-radius: 14px;
    }

    .service-card h3 {
        font-size: 1.25rem;
    }

    .service-card p {
        font-size: 0.95rem;
        margin-bottom: 1.1rem;
    }

    .service-bg-icon {
        width: 110px;
        height: 110px;
        right: -18px;
        bottom: -18px;
    }

    .ipucu-kutu,
    .bolge-kutu {
        min-height: 0;
        padding: 0.85rem 1rem 0.9rem;
    }

    .ipucu-sahne {
        min-height: 4.4rem;
    }

    .ipucu-kart p {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .bolge-kayan-liste a {
        white-space: normal;
        font-size: 0.82rem;
        line-height: 1.2;
    }

    .region-card {
        padding: 1.75rem 1.15rem;
    }

    .region-card h3 {
        font-size: 1.45rem;
        letter-spacing: -0.03em;
    }
}

