.home-programs {
    --program-ink: #07111f;
    --program-deep: #102a43;
    --program-muted: #607286;
    --program-green: #1f9d72;
    --program-blue: #0993fa;
    --program-gold: #f59e0b;
    --program-line: rgba(219, 232, 242, .86);
    position: relative;
    overflow: hidden;
    padding: 96px 0 108px;
    background:
        radial-gradient(circle at 8% 12%, rgba(245, 158, 11, .18), transparent 30%),
        radial-gradient(circle at 92% 14%, rgba(31, 157, 114, .16), transparent 34%),
        linear-gradient(135deg, #fff7ed, #f1fff8 52%, #e8f7ff);
    isolation: isolate;
}

/* Ana sayfadaki “Neler Yaptık” görsellerinin tamamını tıklanabilir yapar. */
#works-desktop .home-project-card-link {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: none !important;
}

.home-programs::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(31, 157, 114, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31, 157, 114, .055) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
    z-index: -2;
}

.home-programs::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -190px;
    bottom: -220px;
    border-radius: 999px;
    background: rgba(9, 147, 250, .12);
    z-index: -2;
}

.home-programs .container {
    position: relative;
    z-index: 1;
}

.home-programs__heading {
    margin-bottom: 42px;
}

.home-programs__heading h2 {
    display: inline-block;
    position: relative;
    margin: 0;
    line-height: 1.15;
}

.home-programs .home-heading-bottom-title {
    margin: 14px 0 15px !important;
    color: var(--program-green);
    letter-spacing: .22em;
}

.home-programs__intro {
    width: min(780px, 100%);
    margin: 18px auto 0;
    color: var(--program-muted);
    font-size: 17px;
    line-height: 1.75;
    font-weight: 750;
}

.program-radar {
    position: relative;
    min-height: 720px;
    display: grid;
    place-items: center;
    margin-top: 16px;
    border-radius: 48px;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, .86) 0 16%, rgba(255, 255, 255, .35) 17% 31%, transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, .56), rgba(255, 255, 255, .3));
    border: 1px solid rgba(255, 255, 255, .84);
    box-shadow: 0 30px 90px rgba(15, 23, 42, .12);
    overflow: hidden;
    isolation: isolate;
}

.program-radar__ring,
.program-radar__pulse {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.program-radar__ring {
    border: 1px solid rgba(31, 157, 114, .2);
    background:
        radial-gradient(circle, transparent 58%, rgba(31, 157, 114, .04) 59% 61%, transparent 62%),
        radial-gradient(circle, transparent 40%, rgba(9, 147, 250, .035) 41% 43%, transparent 44%);
}

.program-radar__ring--one {
    width: 660px;
    height: 660px;
}

.program-radar__ring--two {
    width: 480px;
    height: 480px;
    border-color: rgba(9, 147, 250, .18);
}

.program-radar__ring--three {
    width: 300px;
    height: 300px;
    border-color: rgba(245, 158, 11, .22);
}

.program-radar__pulse {
    width: 118px;
    height: 118px;
    background: radial-gradient(circle, rgba(31, 157, 114, .22), transparent 66%);
    animation: programRadarPulse 2.8s ease-in-out infinite;
    z-index: 1;
}

.program-radar__center {
    position: relative;
    z-index: 3;
    width: min(300px, 72vw);
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 34px 28px;
    border-radius: 50%;
    color: #fff;
    background:
        radial-gradient(circle at 30% 22%, rgba(255, 255, 255, .32), transparent 30%),
        linear-gradient(145deg, var(--program-green), #123c32 58%, var(--program-deep));
    box-shadow:
        0 30px 80px rgba(31, 157, 114, .25),
        inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.program-radar__leaf {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 28px 6px 28px 6px;
    background: linear-gradient(135deg, var(--program-gold), #74f3c5);
    transform: rotate(20deg);
    box-shadow:
        -16px 12px 0 rgba(255, 255, 255, .15),
        16px 16px 0 rgba(9, 147, 250, .18);
}

.program-radar__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    margin-bottom: 10px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .14);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.program-radar__center strong {
    display: block;
    max-width: 210px;
    color: #fff;
    font-size: 27px;
    line-height: .98;
    letter-spacing: -.045em;
}

.program-radar__center p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    line-height: 1.45;
    font-weight: 760;
}

.program-radar__center-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 17px;
}

.program-radar__center-link,
.program-radar__center-actions span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
}

.program-radar__center-link {
    color: var(--program-ink);
    background: #fff;
    box-shadow: 0 12px 24px rgba(7, 17, 31, .16);
}

.program-radar__center-actions span {
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

.program-radar__nodes {
    position: absolute;
    inset: 0;
    z-index: 4;
}

.program-card {
    position: absolute;
    width: min(316px, 29vw);
    min-width: 250px;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(255, 255, 255, .9);
    box-shadow: 0 24px 64px rgba(15, 23, 42, .13);
    backdrop-filter: blur(16px);
    transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.program-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background:
        linear-gradient(135deg, rgba(31, 157, 114, .14), transparent 32%),
        radial-gradient(circle at 86% 10%, rgba(245, 158, 11, .18), transparent 26%);
}

.program-radar__node--1,
.program-radar__node:nth-child(4n + 1) {
    left: 5%;
    top: 7%;
}

.program-radar__node--2,
.program-radar__node:nth-child(4n + 2) {
    right: 5%;
    top: 10%;
}

.program-radar__node--3,
.program-radar__node:nth-child(4n + 3) {
    left: 8%;
    bottom: 8%;
}

.program-radar__node--4,
.program-radar__node:nth-child(4n) {
    right: 6%;
    bottom: 7%;
}

.program-radar__node:nth-child(n + 5) {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: inline-block;
    margin: 18px;
}

.program-radar__node:nth-child(2) .program-card__icon,
.program-radar__node:nth-child(6) .program-card__icon {
    background: linear-gradient(135deg, var(--program-gold), #ef4444);
}

.program-radar__node:nth-child(3) .program-card__icon,
.program-radar__node:nth-child(7) .program-card__icon {
    background: linear-gradient(135deg, var(--program-blue), #7c3aed);
}

.program-radar__node:nth-child(4) .program-card__icon,
.program-radar__node:nth-child(8) .program-card__icon {
    background: linear-gradient(135deg, #7c3aed, #ec4899);
}

.program-card__primary-link {
    position: absolute;
    z-index: 2;
    inset: 0;
    border-radius: inherit;
}

.program-card__primary-link:focus-visible {
    outline: 3px solid var(--program-blue);
    outline-offset: -5px;
}

.program-card:hover {
    transform: translateY(-9px) scale(1.015);
    border-color: rgba(31, 157, 114, .34);
    box-shadow: 0 32px 78px rgba(15, 23, 42, .18);
}

.program-card__top,
.program-card__visual,
.program-card__body {
    position: relative;
    z-index: 1;
}

.program-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 20px 0;
}

.program-card__icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    flex: 0 0 58px;
    border-radius: 21px;
    color: #fff;
    background: linear-gradient(135deg, var(--program-green), var(--program-blue));
    font-size: 24px;
    font-weight: 950;
    text-transform: uppercase;
    box-shadow: 0 16px 34px rgba(31, 157, 114, .22);
}

.program-card__status {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    color: var(--program-green);
    background: rgba(255, 255, 255, .74);
    box-shadow: inset 0 0 0 1px var(--program-line);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.program-card__status i {
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--program-green);
    box-shadow: 0 0 0 5px rgba(31, 157, 114, .12);
}

.program-card__visual {
    height: 128px;
    margin: 16px 20px 0;
    overflow: hidden;
    border-radius: 24px;
    background:
        radial-gradient(circle at 16% 20%, rgba(245, 158, 11, .2), transparent 34%),
        linear-gradient(135deg, rgba(7, 17, 31, .94), rgba(16, 42, 67, .94));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.program-card__visual > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: .82;
    transition: transform .5s ease, opacity .5s ease;
}

.program-card:hover .program-card__visual > img {
    transform: scale(1.045);
    opacity: 1;
}

.program-card__radar-ui {
    height: 100%;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 16px;
}

.program-card__ui-sidebar {
    display: grid;
    gap: 8px;
    align-content: center;
}

.program-card__ui-sidebar i {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
}

.program-card__ui-sidebar i:first-child {
    height: 26px;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--program-gold), var(--program-green));
}

.program-card__ui-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    gap: 8px;
}

.program-card__ui-main i {
    display: block;
    min-height: 28px;
    height: var(--height, 52%);
    border-radius: 999px 999px 8px 8px;
    background: linear-gradient(to top, var(--program-green), var(--program-gold));
    box-shadow: 0 0 24px rgba(31, 157, 114, .24);
    animation: programBars 3s ease-in-out infinite;
}

.program-card__ui-main i:nth-child(1) { --height: 46%; }
.program-card__ui-main i:nth-child(2) { --height: 76%; animation-delay: -.4s; }
.program-card__ui-main i:nth-child(3) { --height: 58%; animation-delay: -.8s; background: linear-gradient(to top, var(--program-blue), var(--program-green)); }
.program-card__ui-main i:nth-child(4) { --height: 88%; animation-delay: -1.2s; }

.program-card__body {
    padding: 20px;
}

.program-card__title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.program-card__title-row h3 {
    margin: 0;
    color: var(--program-ink);
    font-size: 22px;
    line-height: 1.14;
    letter-spacing: -.035em;
}

.program-card__version {
    flex: 0 0 auto;
    margin-top: 1px;
    padding: 6px 9px;
    border-radius: 999px;
    color: var(--program-green);
    background: #fff;
    box-shadow: inset 0 0 0 1px var(--program-line);
    font-size: 10px;
    font-weight: 950;
}

.program-card__body > p {
    min-height: 45px;
    margin: 11px 0 14px;
    color: var(--program-muted);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 740;
}

.program-card__technology {
    overflow: hidden;
    margin-bottom: 14px;
    color: #8291a3;
    font-size: 11px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.program-card__technology::before {
    content: "</>";
    margin-right: 8px;
    color: var(--program-green);
    font-weight: 950;
}

.program-card__resources,
.program-card__footer {
    position: relative;
    z-index: 3;
}

.program-card__resources {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 38px;
}

.program-card__resource {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--program-deep);
    background: rgba(255, 255, 255, .74);
    box-shadow: inset 0 0 0 1px var(--program-line);
    font-size: 10px;
    font-weight: 950;
    line-height: 1.05;
}

.program-card__resource:hover {
    color: var(--program-green);
    background: #fff;
}

.program-card__resource svg,
.program-card__download svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.program-card__resource small,
.program-card__download small {
    display: block;
    margin-bottom: 2px;
    color: #96a3b1;
    font-size: 7px;
    font-weight: 950;
    letter-spacing: .1em;
}

.program-card__footer {
    display: flex;
    position: relative;
    z-index: 4;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 18px;
    padding-top: 17px;
    border-top: 1px solid rgba(219, 232, 242, .8);
}

.program-card__detail {
    color: var(--program-muted);
    font-size: 12px;
    font-weight: 950;
}

.program-card__detail span {
    display: inline-block;
    margin-left: 4px;
    transition: transform .2s ease;
}

.program-card__detail:hover {
    color: var(--program-green);
}

.program-card__detail:hover span {
    transform: translateX(4px);
}

.program-card__download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 13px;
    border-radius: 999px;
    color: #fff;
    background: var(--program-green);
    box-shadow: 0 14px 28px rgba(31, 157, 114, .24);
    font-size: 11px;
    font-weight: 950;
    line-height: 1.02;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.program-card__download small {
    color: rgba(255, 255, 255, .7);
}

.program-card__download:hover {
    color: #fff;
    background: #187f5d;
    box-shadow: 0 18px 34px rgba(31, 157, 114, .3);
    transform: translateY(-2px);
}

@keyframes programRadarPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(.82);
        opacity: .45;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.28);
        opacity: .12;
    }
}

@keyframes programBars {
    0%, 100% {
        transform: scaleY(.86);
        transform-origin: bottom;
    }
    50% {
        transform: scaleY(1.06);
        transform-origin: bottom;
    }
}

@media (min-width: 1200px) {
    .program-radar {
        min-height: 760px;
    }
}

@media (max-width: 1199px) {
    .program-radar {
        min-height: auto;
        display: block;
        padding: 32px;
    }

    .program-radar__ring,
    .program-radar__pulse {
        display: none;
    }

    .program-radar__center {
        width: min(420px, 100%);
        min-height: auto;
        margin: 0 auto 24px;
        border-radius: 38px;
    }

    .program-radar__nodes {
        position: relative;
        inset: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .program-card,
    .program-radar__node:nth-child(n) {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: auto;
        min-width: 0;
        margin: 0;
    }
}

@media (max-width: 760px) {
    .home-programs {
        padding: 68px 0 74px;
    }

    .home-programs__heading {
        margin-bottom: 30px;
    }

    .home-programs__intro {
        font-size: 15px;
    }

    .program-radar {
        padding: 20px;
        border-radius: 32px;
    }

    .program-radar__nodes {
        grid-template-columns: 1fr;
    }

    .program-radar__center {
        border-radius: 32px;
        padding: 30px 22px;
    }

    .program-radar__center strong {
        max-width: 260px;
        font-size: 25px;
    }

    .program-card {
        border-radius: 26px;
    }

    .program-card__visual {
        height: 116px;
    }

    .program-card__body > p {
        min-height: 0;
    }

    .program-card__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .program-card__detail,
    .program-card__download {
        justify-content: center;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .program-radar__pulse,
    .program-card,
    .program-card__visual > img,
    .program-card__ui-main i,
    .program-card__detail span,
    .program-card__download {
        animation: none !important;
        transition: none !important;
    }
}

.home-dynamic-works {
    position: relative;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

section[data-source="nasil-calisiyoruz"] {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

section[data-source="nasil-calisiyoruz"] .swiper-container,
section[data-source="nasil-calisiyoruz"] .crumina-module-slider {
    margin-bottom: 0 !important;
    padding-bottom: 12px !important;
}

.home-dynamic-works .home-heading-bottom-title {
    color: #1f9d72;
    letter-spacing: .18em;
}

.home-dynamic-works__case-list {
    margin-top: 12px;
}

.home-dynamic-works__case-list .crumina-case-item {
    text-align: left;
    width: 100%;
    min-height: 380px;
    display: grid;
    grid-template-columns: minmax(190px, 42%) minmax(0, 58%);
    align-items: center;
    gap: 28px;
    padding: 34px;
    overflow: hidden;
    border-radius: 24px;
    isolation: isolate;
}

.home-dynamic-works__case-list .square-colored {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 24px;
    z-index: 0;
}

.home-dynamic-works__case-list .case-item__thumb,
.home-dynamic-works__case-list .case-item-content {
    position: relative;
    z-index: 2;
}

.home-dynamic-works__case-list .row {
    display: flex;
    flex-wrap: wrap;
}

.home-dynamic-works__case-list .home-dynamic-works__item {
    display: flex;
}

.home-dynamic-works__case-list .projeler-3d-view-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.home-dynamic-works__case-list .case-item-content .title {
    min-height: 52px;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .38);
}

.home-dynamic-works__case-list .case-item-content {
    overflow: visible;
    padding: 20px 10px;
    min-width: 0;
}

.home-dynamic-works__case-list .case-item-content .title {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.12;
}

.home-dynamic-works__case-list .references-url {
    color: #eef8ff;
    font-weight: 500;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .42);
}

.home-dynamic-works__case-list .reference-detaylar {
    display: inline-block;
    margin: 18px 0 0;
    color: #ffffff;
    background: #07111f;
}

.home-dynamic-works__case-list .case-item__thumb {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    top: auto;
    transform: none;
    box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
}

.home-dynamic-works__case-list .crumina-case-item:hover .case-item__thumb {
    transform: translateY(-4px);
}

.home-dynamic-works__case-list .references-category-link {
    top: 18px;
    right: 18px;
}

.dynamic-project-placeholder {
    width: 100%;
    min-height: 315px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 28px;
    border-radius: 20px;
    color: #fff;
    background:
        radial-gradient(circle at 18% 18%, rgba(245, 158, 11, .2), transparent 32%),
        linear-gradient(145deg, #07111f, #102a43 58%, #1f9d72);
    box-shadow: 30px 0 25px 0 rgba(0, 0, 0, .2);
}

.dynamic-project-placeholder__icon {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(135deg, #f59e0b, #1f9d72);
    font-size: 34px;
    font-weight: 950;
    text-transform: uppercase;
    box-shadow: 0 18px 38px rgba(31, 157, 114, .28);
}

.dynamic-project-placeholder__lines {
    display: grid;
    gap: 13px;
}

.dynamic-project-placeholder__lines i {
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
}

.dynamic-project-placeholder__lines i:first-child {
    width: 72%;
    background: rgba(255, 255, 255, .48);
}

.dynamic-project-placeholder__lines i:nth-child(2) {
    width: 100%;
}

.dynamic-project-placeholder__lines i:nth-child(3) {
    width: 54%;
    background: rgba(116, 243, 197, .48);
}

.dynamic-project-placeholder__bars {
    height: 116px;
    display: flex;
    align-items: end;
    gap: 10px;
}

.dynamic-project-placeholder__bars i {
    flex: 1;
    min-height: 30px;
    border-radius: 999px 999px 9px 9px;
    background: linear-gradient(to top, #1f9d72, #f59e0b);
}

.dynamic-project-placeholder__bars i:nth-child(1) { height: 44%; }
.dynamic-project-placeholder__bars i:nth-child(2) { height: 74%; }
.dynamic-project-placeholder__bars i:nth-child(3) { height: 56%; background: linear-gradient(to top, #0993fa, #1f9d72); }
.dynamic-project-placeholder__bars i:nth-child(4) { height: 86%; }

.home-dynamic-works__grid {
    max-width: 1460px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 0;
}

.home-dynamic-works__item .home-dynamic-works__card {
    position: relative;
    min-height: 465px;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 20% 18%, rgba(245, 158, 11, .2), transparent 32%),
        linear-gradient(145deg, #07111f, #102a43 54%, #1f9d72);
    box-shadow: 28px 0 25px rgba(0, 0, 0, .16);
}

.home-dynamic-works__item img {
    width: 262px;
    height: 465px;
    display: block;
    object-fit: cover;
}

.home-dynamic-works__placeholder {
    width: 262px;
    height: 465px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px 24px;
    color: #fff;
}

.home-dynamic-works__icon {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(135deg, #f59e0b, #1f9d72);
    font-size: 32px;
    font-weight: 950;
    text-transform: uppercase;
    box-shadow: 0 18px 38px rgba(31, 157, 114, .28);
}

.home-dynamic-works__lines {
    display: grid;
    gap: 12px;
}

.home-dynamic-works__lines i {
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
}

.home-dynamic-works__lines i:first-child {
    width: 74%;
    background: rgba(255, 255, 255, .48);
}

.home-dynamic-works__lines i:nth-child(2) {
    width: 100%;
}

.home-dynamic-works__lines i:nth-child(3) {
    width: 58%;
    background: rgba(116, 243, 197, .46);
}

.home-dynamic-works__bars {
    height: 120px;
    display: flex;
    align-items: end;
    gap: 10px;
}

.home-dynamic-works__bars i {
    flex: 1;
    min-height: 34px;
    border-radius: 999px 999px 9px 9px;
    background: linear-gradient(to top, #1f9d72, #f59e0b);
}

.home-dynamic-works__bars i:nth-child(1) { height: 44%; }
.home-dynamic-works__bars i:nth-child(2) { height: 76%; }
.home-dynamic-works__bars i:nth-child(3) { height: 58%; background: linear-gradient(to top, #0993fa, #1f9d72); }
.home-dynamic-works__bars i:nth-child(4) { height: 88%; }

.home-dynamic-works__label {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    padding: 14px 15px;
    border-radius: 20px;
    color: #fff;
    background: rgba(7, 17, 31, .72);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(12px);
    text-align: left;
}

.home-dynamic-works__label strong,
.home-dynamic-works__label small {
    display: block;
}

.home-dynamic-works__label strong {
    overflow: hidden;
    font-size: 17px;
    font-weight: 950;
    line-height: 1.14;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-dynamic-works__label small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 850;
}

.home-dynamic-works .btn-home-big {
    margin-top: 42px;
}

@media (max-width: 991px) {
    #works-desktop.home-dynamic-works {
        display: block !important;
        padding-top: 0 !important;
    }

    .home-dynamic-works__case-list .crumina-case-item {
        text-align: center;
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 28px;
    }

    .home-dynamic-works__case-list .projeler-3d-view-img {
        height: 300px;
    }

    .home-dynamic-works__case-list .case-item-content .title {
        font-size: 28px;
    }

    .home-dynamic-works__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 262px));
        gap: 24px;
        justify-content: center;
        padding: 0 18px;
    }

    .home-dynamic-works__grid .col-item {
        width: auto;
        float: none;
        margin: 0;
    }
}

@media (max-width: 620px) {
    .home-dynamic-works__grid {
        grid-template-columns: minmax(0, 262px);
    }
}

/* Selected project card: vertical option 3 */
.home-project-carousel {
    position: relative;
    padding: 10px 54px 18px;
}

.home-dynamic-works__case-list .home-project-carousel__track {
    display: flex;
    flex-wrap: nowrap;
    gap: 22px;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.home-project-carousel__track::-webkit-scrollbar {
    display: none;
}

.home-dynamic-works__case-list .home-dynamic-works__item {
    width: auto;
    max-width: none;
    flex: 0 0 calc((100% - 44px) / 3);
    padding: 0;
    scroll-snap-align: start;
}

.home-project-carousel__arrow {
    position: absolute;
    z-index: 12;
    top: 50%;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    padding: 0;
    transform: translateY(-50%);
    border: 1px solid rgba(31, 157, 114, .25);
    border-radius: 50%;
    background: #fff;
    color: #071827;
    font-size: 36px;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(7, 24, 39, .18);
    cursor: pointer;
    transition: .2s ease;
}

.home-project-carousel__arrow:hover:not(:disabled) {
    background: #1f9d72;
    color: #fff;
    transform: translateY(-50%) scale(1.07);
}

.home-project-carousel__arrow:disabled {
    opacity: .28;
    cursor: default;
}

.home-project-carousel__arrow--prev { left: 0; }
.home-project-carousel__arrow--next { right: 0; }

.home-project-carousel:not(.has-overflow) .home-project-carousel__arrow {
    display: none;
}

.home-dynamic-works__case-list .home-dynamic-works__item {
    margin-bottom: 32px;
}

.home-dynamic-works__case-list .crumina-case-item {
    display: flex;
    flex-direction: column;
    min-height: 560px;
    padding: 0;
    gap: 0;
    overflow: hidden;
    border: 1px solid #24506c;
    border-radius: 18px;
    background: #111d27;
    box-shadow: 0 18px 42px rgba(0, 14, 25, .34);
}

.home-dynamic-works__case-list .crumina-case-item:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 58px rgba(0, 14, 25, .43);
}

.home-dynamic-works__case-list .square-colored {
    display: none;
}

.home-dynamic-works__case-list .case-item__thumb {
    width: 100%;
    height: 285px;
    flex: 0 0 285px;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
}

.home-dynamic-works__case-list .projeler-3d-view-img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: top center;
    border-radius: 0;
    box-shadow: none;
    transition: transform .45s ease;
}

.home-dynamic-works__case-list .crumina-case-item:hover .projeler-3d-view-img {
    transform: scale(1.045);
}

.home-dynamic-works__case-list .case-item-content {
    width: 100%;
    min-height: 275px;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 26px 24px;
    text-align: left;
}

.home-project-meta {
    color: #39a8ff;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.home-dynamic-works__case-list .case-item-content .title {
    min-height: 0;
    margin: 8px 0 11px;
    color: #fff;
    font-size: 27px;
    line-height: 1.12;
}

.home-project-summary {
    margin: 0 0 15px;
    color: #9eb2bf;
    font-size: 14px;
    line-height: 1.55;
}

.home-dynamic-works__case-list .references-url {
    margin-top: auto;
    color: #bed0dc;
    font-size: 12px;
}

.home-dynamic-works__case-list .reference-detaylar {
    margin: 16px 0 0;
    padding: 10px 24px;
    background: #0782e8;
    color: #fff;
}

@media (max-width: 767px) {
    .home-project-carousel {
        padding: 8px 40px 16px;
    }

    .home-dynamic-works__case-list .home-dynamic-works__item {
        flex-basis: 100%;
    }

    .home-project-carousel__arrow {
        width: 38px;
        height: 38px;
        font-size: 30px;
    }

    .home-dynamic-works__case-list .crumina-case-item {
        min-height: 0;
        height: auto !important;
    }

    .home-dynamic-works__case-list .case-item__thumb {
        height: 230px;
        flex-basis: 230px;
    }

    .home-dynamic-works__case-list .case-item-content {
        min-height: 270px;
        padding: 22px 20px;
    }

    .home-dynamic-works__case-list .case-item-content .title {
        font-size: 24px;
    }
}

/* Dersmatik açılış tanıtımı */
.dersmatik-poster-open {
    overflow: hidden;
}

.dersmatik-poster-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease, visibility .25s ease;
}

.dersmatik-poster-modal.is-open {
    visibility: visible;
    opacity: 1;
}

.dersmatik-poster-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(3, 15, 36, .78);
    backdrop-filter: blur(8px);
    cursor: pointer;
}

.dersmatik-poster-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(94vw, 560px);
    max-height: calc(100vh - 40px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(0, 14, 40, .45);
    transform: translateY(16px) scale(.98);
    transition: transform .3s ease;
}

.dersmatik-poster-modal.is-open .dersmatik-poster-modal__dialog {
    transform: translateY(0) scale(1);
}

.dersmatik-poster-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    color: #fff;
    background: rgba(5, 22, 54, .78);
    font: 300 30px/1 Arial, sans-serif;
    cursor: pointer;
}

.dersmatik-poster-modal__visual {
    display: block;
    height: min(72vh, 720px);
    overflow: hidden;
    background: #eaf3ff;
}

.dersmatik-poster-modal__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dersmatik-poster-modal__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    color: #071827;
}

.dersmatik-poster-modal__actions strong,
.dersmatik-poster-modal__actions span {
    display: block;
}

.dersmatik-poster-modal__actions strong {
    font-size: 17px;
}

.dersmatik-poster-modal__actions span {
    margin-top: 3px;
    color: #61748b;
    font-size: 13px;
}

.dersmatik-poster-modal__actions > a {
    flex: 0 0 auto;
    padding: 11px 16px;
    border-radius: 999px;
    color: #fff;
    background: #0782e8;
    font-size: 13px;
    font-weight: 800;
}

.dersmatik-poster-modal__actions > a span {
    display: inline;
    margin: 0 0 0 5px;
    color: inherit;
}

@media (max-width: 600px) {
    .dersmatik-poster-modal {
        padding: 10px;
    }

    .dersmatik-poster-modal__dialog {
        width: min(96vw, 440px);
        max-height: calc(100vh - 20px);
        border-radius: 18px;
    }

    .dersmatik-poster-modal__visual {
        height: min(74vh, 640px);
    }

    .dersmatik-poster-modal__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        padding: 12px;
    }

    .dersmatik-poster-modal__actions > a {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .home-dynamic-works__case-list .home-dynamic-works__item {
        flex-basis: calc((100% - 22px) / 2);
    }
}

/* Ana sayfa bölüm ritmi */
body.home-page > section[data-source="neler-yapiyoruz"],
body.home-page > section[data-source="nasil-yapiyoruz"],
body.home-page > section[data-source="nasil-calisiyoruz"],
body.home-page > section[data-source="neler-yazdik"],
body.home-page > section[data-source="neler-soruluyor"],
body.home-page > section[data-source="biz-kimiz"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.home-page > section[data-source="neler-yapiyoruz"] { padding-top: 66px !important; padding-bottom: 54px !important; }
body.home-page > section[data-source="nasil-yapiyoruz"] { padding-top: 44px !important; padding-bottom: 46px !important; }
body.home-page > section[data-source="sayac"] { padding-top: 28px !important; padding-bottom: 28px !important; }
body.home-page > section[data-source="nasil-calisiyoruz"] { padding-top: 42px !important; padding-bottom: 38px !important; }
body.home-page > section[data-source="neler-yaptik-desktop"] { padding-top: 42px !important; padding-bottom: 48px !important; }
body.home-page > section[data-source="neler-yazdik"] { padding-top: 48px !important; padding-bottom: 44px !important; }
body.home-page > section[data-source="neler-soruluyor"] { padding-top: 48px !important; padding-bottom: 48px !important; }
body.home-page > section[data-source="biz-kimiz"] { padding-top: 48px !important; padding-bottom: 56px !important; }

@media (max-width: 767px) {
    body.home-page > section[data-source="neler-yapiyoruz"] { padding-top: 42px !important; padding-bottom: 36px !important; }
    body.home-page > section[data-source="nasil-yapiyoruz"] { padding-top: 32px !important; padding-bottom: 34px !important; }
    body.home-page > section[data-source="sayac"] { padding-top: 22px !important; padding-bottom: 22px !important; }
    body.home-page > section[data-source="nasil-calisiyoruz"] { padding-top: 30px !important; padding-bottom: 28px !important; }
    body.home-page > section[data-source="neler-yaptik-desktop"] { padding-top: 34px !important; padding-bottom: 38px !important; }
    body.home-page > section[data-source="neler-yazdik"],
    body.home-page > section[data-source="neler-soruluyor"],
    body.home-page > section[data-source="biz-kimiz"] { padding-top: 36px !important; padding-bottom: 36px !important; }
}
