/* SÜREÇLERİMİZ SAYFASI PREMİUM VE MİNİMALİST TASARIM */

.subpage-section {
    padding: 80px 0;
    background: var(--white);
    overflow: visible !important;
}

html,
body {
    overflow-x: clip !important;
}

.process-nav-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    align-self: flex-start;
    z-index: 100;
}

.process-nav {
    background: var(--white);
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
}

.process-nav h5 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 8px;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.process-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.process-nav ul li {
    margin-bottom: 4px;
}

.process-nav-link {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    color: #555555;
    text-decoration: none;
    font-weight: 400;
    font-size: 13.5px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.process-nav-link span {
    width: 24px;
    height: 24px;
    background: #f3f4f6;
    color: #6b7280;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-right: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.process-nav-link:hover,
.process-nav-link.active {
    background: var(--light-cyan);
    color: var(--accent);
}

.process-nav-link:hover span,
.process-nav-link.active span {
    background: var(--accent);
    color: var(--white);
}

.process-content-item {
    scroll-margin-top: 140px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #f3f4f6;
}

.process-content-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.process-card-detailed {
    background: var(--white);
    border-radius: 24px;
    padding: 0;
    box-shadow: none;
    border: none;
}

.process-tag {
    font-size: 10px;
    font-weight: 500;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    display: inline-block;
    background: var(--light-cyan);
    padding: 4px 12px;
    border-radius: 20px;
}

.process-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
    color: var(--text-dark);
}

.process-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid #f3f4f6;
}

.process-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.process-card-detailed:hover .process-img-wrap img {
    transform: scale(1.03);
}

.process-img-wrap.summary-img {
    height: 240px;
    margin-bottom: 0;
}

.process-summary-box {
    background: #fafafa;
    padding: 20px 24px;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
}

.process-summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.process-summary-list li a {
    color: var(--accent);
    font-size: 13.5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.process-summary-list li a:hover {
    color: var(--cyan-hover);
    transform: translateX(4px);
}

.process-summary-list li i {
    margin-right: 10px;
    font-size: 8px;
    opacity: 0.7;
}

.process-detailed-text {
    font-size: 15px;
    line-height: 1.8;
    color: #4b5563;
    margin-top: 30px;
}

.process-detailed-text p {
    margin-bottom: 16px;
}

.process-detailed-text h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-dark);
    margin-top: 35px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #f3f4f6;
    scroll-margin-top: 150px;
}

.process-detailed-text h3::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 35px;
    height: 2px;
    background: var(--accent);
}

.process-detailed-text h4 {
    font-size: 15.5px;
    font-weight: 500;
    color: var(--text-dark);
    margin-top: 25px;
    margin-bottom: 10px;
}

.process-detailed-text ul {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0;
    margin-bottom: 20px;
}

.process-detailed-text ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    color: #4b5563;
    list-style-type: none !important;
}

.process-detailed-text ul li::before {
    content: "\2022";
    color: var(--accent);
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    left: 4px;
    top: -1px;
}

@media (max-width: 991px) {
    .subpage-section {
        padding: 50px 0;
    }

    .process-nav-wrapper {
        display: none !important;
    }

    .process-master-toc {
        display: block !important;
        background: transparent;
        border: none;
        padding: 0;
        box-shadow: none;
        margin-bottom: 30px !important;
    }

    .toc-header {
        border-bottom: 1px solid rgba(0,0,0,0.06);
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

    .toc-grid {
        grid-template-columns: 1fr !important;
        gap: 0;
    }

    .toc-column {
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 16px 0;
        border-bottom: 1px solid rgba(0,0,0,0.04);
        border-radius: 0;
    }

    .toc-column:last-child {
        border-bottom: none;
    }

    .toc-column:hover {
        transform: none;
        box-shadow: none;
        border-color: rgba(0,0,0,0.04);
    }

    .toc-main-title {
        font-size: 16px !important;
        margin-bottom: 12px !important;
    }

    .toc-step-num {
        background: transparent !important;
        color: var(--text-dark) !important;
        padding: 0 !important;
        font-size: 14px !important;
        opacity: 0.3;
        margin-right: 12px !important;
        font-weight: 400 !important;
    }

    .toc-sub-list {
        padding-left: 20px !important;
        margin-left: 6px !important;
        border-left: 1px dashed rgba(0,0,0,0.1);
        gap: 8px !important;
    }

    .toc-sub-list li a {
        font-size: 14px !important;
        color: #6b7280 !important;
    }

    .toc-sub-list li a i {
        display: none !important;
    }

    .process-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .process-img-wrap.summary-img {
        height: 180px !important;
        margin-top: 15px !important;
    }

    .process-title {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }

    .process-summary-box {
        padding: 15px 18px !important;
        border-radius: 15px !important;
    }

    .process-detailed-text {
        font-size: 14px !important;
        line-height: 1.7 !important;
        margin-top: 20px !important;
    }

    .process-detailed-text h3 {
        font-size: 16px !important;
        margin-top: 25px !important;
        padding-bottom: 8px !important;
    }

    .process-detailed-text h4 {
        font-size: 14.5px !important;
        margin-top: 20px !important;
    }

    .process-content-item {
        padding-bottom: 40px !important;
        margin-bottom: 40px !important;
    }
}

.process-master-toc {
    background: #fafafa;
    border: 1px solid #eef2f0;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.02);
}

.toc-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eef2f0;
}

.toc-header h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: var(--text-dark);
}

.toc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (min-width: 992px) {
    .toc-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .toc-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.toc-column {
    background: var(--white);
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.01);
    transition: all 0.3s ease;
}

.toc-column:hover {
    transform: translateY(-3px);
    border-color: var(--accent);
    box-shadow: 0 6px 15px rgba(0, 180, 230, 0.05);
}

.toc-main-title {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.toc-main-title:hover {
    color: var(--accent);
}

.toc-step-num {
    font-size: 11px;
    font-weight: 500;
    background: var(--light-cyan);
    color: var(--accent);
    padding: 2px 6px;
    border-radius: 6px;
    margin-right: 8px;
}

.toc-sub-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.toc-sub-list li a {
    font-size: 12.5px;
    font-weight: 400;
    color: #6b7280;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.toc-sub-list li a i {
    font-size: 7px;
    margin-right: 6px;
    opacity: 0.5;
    transition: transform 0.2s ease;
}

.toc-sub-list li a:hover {
    color: var(--accent);
    padding-left: 3px;
}

.toc-sub-list li a:hover i {
    transform: translateX(2px);
    opacity: 0.8;
}