/* Ana sayfa — haber, duyuru, hızlı erişim */

.didi-home-section {
    padding: clamp(40px, 6vw, 64px) 0;
    background: #f7f7f7;
}

.didi-home-section + .didi-home-section {
    padding-top: 0;
}

.didi-home-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.didi-home-section__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: #0f302d;
}

.didi-home-section__more {
    color: #41807a;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.didi-home-section__more:hover {
    color: #386d68;
    text-decoration: underline;
}

/* Ana sayfa hub — haber + hızlı erişim */
.didi-home-hub {
    padding: clamp(28px, 4vw, 44px) 0 clamp(36px, 5vw, 56px);
    background: #f7f7f7;
}

.didi-home-hub__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.62fr);
    gap: clamp(14px, 2.2vw, 20px);
    align-items: stretch;
}

.didi-home-hub__news {
    display: flex;
    flex-direction: column;
    min-height: clamp(400px, 38vw, 480px);
}

.didi-home-hub__news-card {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: clamp(400px, 38vw, 480px);
    overflow: hidden;
    border-radius: 8px;
    background: #0f302d;
    box-shadow: 0 14px 36px rgba(15, 48, 45, .08);
    isolation: isolate;
}

.didi-home-hub__news-track {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #0f302d;
}

.didi-home-hub__news-media-wrap {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .45s ease, visibility .45s ease;
}

.didi-home-hub__news-media-wrap.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.didi-home-hub__news-media {
    display: block;
    width: 100%;
    height: 100%;
}

.didi-home-hub__news-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.didi-home-hub__news-card:hover .didi-home-hub__news-media-wrap.is-active .didi-home-hub__news-media img {
    transform: scale(1.03);
}

.didi-home-hub__news-card::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(15, 48, 45, 0.08) 0%,
        rgba(15, 48, 45, 0.15) 28%,
        rgba(15, 48, 45, 0.62) 52%,
        rgba(10, 40, 38, 0.92) 72%,
        rgba(8, 32, 30, 0.98) 100%
    );
    pointer-events: none;
}

.didi-home-hub__news-panel {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    padding: clamp(56px, 14%, 80px) clamp(18px, 2.5vw, 24px) clamp(16px, 2vw, 20px);
    background: transparent;
    color: #fff;
}

.didi-home-hub__news-content-stage {
    position: relative;
    z-index: 1;
    min-height: 148px;
}

.didi-home-hub__news-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .35s ease, visibility .35s ease;
}

.didi-home-hub__news-content.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
}

.didi-home-hub__news-head {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 84px;
}

.didi-home-hub__news-meta {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    justify-content: center;
    gap: 8px;
    min-height: 74px;
    min-width: 0;
}

.didi-home-hub__news-date {
    flex: 0 0 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 74px;
    min-height: 74px;
    border-radius: 8px;
    background: #fff;
    color: #0f302d;
    box-shadow: 0 8px 24px rgba(15, 48, 45, .12);
    line-height: 1.05;
    text-align: center;
}

.didi-home-hub__news-date strong {
    font-size: 1.45rem;
    font-weight: 700;
}

.didi-home-hub__news-date span {
    margin-top: 2px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.didi-home-hub__news-tag {
    align-self: flex-start;
    flex-shrink: 0;
    padding: 6px 10px;
    border-radius: 8px;
    background: #f97316;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.didi-home-hub__news-tag:hover {
    filter: brightness(1.05);
    color: #fff;
}

.didi-home-hub__news-title {
    margin: 0;
    width: 100%;
    min-height: 0;
    font-size: clamp(1.02rem, 1.8vw, 1.28rem);
    font-weight: 700;
    line-height: 1.32;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.didi-home-hub__news-title a {
    color: #fff;
    text-decoration: none;
}

.didi-home-hub__news-title a:hover {
    text-decoration: underline;
}

.didi-home-hub__news-summary {
    margin: 0;
    min-height: calc(2 * 1.55em);
    font-size: .9rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, .88);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.didi-home-hub__news-foot {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.didi-home-hub__news-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.didi-home-hub__news-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
}

.didi-home-hub__news-btn:hover {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .35);
}

.didi-home-hub__news-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.didi-home-hub__news-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

.didi-home-hub__news-dot.is-active {
    background: #fff;
    transform: scale(1.15);
}

.didi-home-hub__news-more {
    margin-left: auto;
    padding: 8px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.didi-home-hub__news-more:hover {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}

.didi-home-hub__aside {
    display: flex;
    flex-direction: column;
    min-height: clamp(400px, 38vw, 480px);
    height: 100%;
}

.didi-home-hub__tiles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
}

.didi-home-hub__tile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 0;
    padding: 14px 10px;
    border: 2px solid rgba(0, 0, 0, .05);
    border-radius: 8px;
    background: #fff;
    color: #253c4f;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: background-color .3s ease, border-color .3s ease;
}

.didi-home-hub__tile-stack {
    display: grid;
    place-items: center;
    align-content: center;
    width: 100%;
    min-height: 58px;
}

.didi-home-hub__tile-icon {
    grid-area: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.15rem, 2vw, 1.375rem);
    line-height: 1;
    color: inherit;
    transform: translateY(calc(-0.5 * (10px + 1.1em)));
    transition: transform .35s ease;
}

.didi-home-hub__tile-label {
    grid-area: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 20ch;
    font-size: clamp(.68rem, 1vw, .72rem);
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.3;
    text-transform: uppercase;
    color: inherit;
    transform: translateY(calc(0.5 * (10px + 1.1em)));
    transition: transform .35s ease;
}

.didi-home-hub__tile:hover {
    background: #f6f6f6;
    border-color: rgba(0, 0, 0, .08);
    color: #253c4f;
}

.didi-home-hub__tile:hover .didi-home-hub__tile-icon {
    transform: translateY(calc(0.5 * (10px + 1.1em)));
}

.didi-home-hub__tile:hover .didi-home-hub__tile-label {
    transform: translateY(calc(-0.5 * (10px + 1.1em)));
}

/* Ana sayfa hub — sağ haber grid (Belediye tarzı) */
.didi-home-hub__news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    flex: 1 1 auto;
    height: 100%;
    min-height: clamp(400px, 38vw, 480px);
}

.didi-home-hub__news-tile {
    position: relative;
    display: block;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #0f302d;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 48, 45, .08);
}

.didi-home-hub__news-tile-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.didi-home-hub__news-tile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(15, 48, 45, 0) 18%,
        rgba(15, 48, 45, .28) 48%,
        rgba(10, 40, 38, .82) 78%,
        rgba(8, 32, 30, .96) 100%
    );
    pointer-events: none;
}

.didi-home-hub__news-tile-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
}

.didi-home-hub__news-tile-title {
    display: -webkit-box;
    font-size: clamp(.68rem, .95vw, .78rem);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .02em;
    text-transform: uppercase;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.didi-home-hub__news-tile-date {
    font-size: clamp(.62rem, .82vw, .72rem);
    font-weight: 500;
    line-height: 1.3;
    color: rgba(255, 255, 255, .88);
}

.didi-home-hub__news-tile:hover .didi-home-hub__news-tile-image {
    transform: scale(1.05);
}

.didi-home-hub__news-tile:focus-visible {
    outline: 2px solid #41807a;
    outline-offset: 2px;
}

/* Duyurular + ihaleler — Ordu Belediyesi tarzı panel */
.didi-home-board {
    position: relative;
    z-index: 3;
    margin-top: clamp(-36px, -4vw, -24px);
    padding: 0 0 clamp(18px, 2.5vw, 28px);
    background: #f7f7f7;
}

.didi-home-board__panel {
    background: #ebeff5;
    border-radius: 8px;
    padding: clamp(28px, 4vw, 50px);
    overflow: visible;
}

.didi-home-board__grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(20px, 3vw, 32px);
}

.didi-home-board__col--main {
    flex: 1 1 63%;
    min-width: 0;
}

.didi-home-board__col--side {
    flex: 0 1 35%;
    min-width: 0;
}

.didi-home-board__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: clamp(20px, 3vw, 28px);
    padding-right: clamp(0px, 2vw, 24px);
}

.didi-home-board__title {
    margin: 0;
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #1d4f91;
}

.didi-home-board__more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #1d4f91;
    font-size: clamp(.95rem, 1.4vw, 1.15rem);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: color .3s ease;
}

.didi-home-board__more-icon {
    color: #d2242a;
}

.didi-home-board__more:hover {
    color: #d2242a;
    text-decoration: underline;
}

.didi-home-board__cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 28px;
    padding-right: clamp(0px, 2vw, 24px);
}

.didi-home-board__cards--grid {
    flex-flow: row wrap;
    gap: 1rem;
}

.didi-home-board__card {
    position: relative;
    display: flex;
    align-items: center;
    gap: clamp(14px, 2vw, 24px);
    flex: 1 1 calc(50% - .5rem);
    min-height: 96px;
    padding: 0 clamp(16px, 2.5vw, 28px);
    padding-right: clamp(44px, 5vw, 52px);
    border-radius: 8px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: background-color .3s ease, color .3s ease;
}

.didi-home-board__col--side .didi-home-board__card {
    flex: 1 1 100%;
}

.didi-home-board__card-arrow {
    position: absolute;
    top: 50%;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #1d4f91;
    border-radius: 50%;
    color: #1d4f91;
    font-size: .55rem;
    transform: translateY(-50%);
    transition: color .3s ease, border-color .3s ease;
}

.didi-home-board__card-date {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    min-height: 75px;
    margin-top: -36px;
    border-radius: 8px;
    background: #1d4f91;
    color: #fff;
    line-height: 1.05;
    text-align: center;
    transition: background-color .3s ease, color .3s ease;
}

.didi-home-board__card-date strong {
    font-size: 1.35rem;
    font-weight: 900;
}

.didi-home-board__card-date span {
    margin-top: 2px;
    font-size: .72rem;
    font-weight: 700;
    text-transform: capitalize;
}

.didi-home-board__card-body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.didi-home-board__card-title {
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0e4fa3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .3s ease;
}

.didi-home-board__card-summary {
    display: -webkit-box;
    font-size: .74rem;
    font-weight: 500;
    line-height: 1.45;
    color: #64748b;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .3s ease;
}

.didi-home-board__card:hover {
    background: #1d4f91;
}

.didi-home-board__card:hover .didi-home-board__card-date {
    background: #fff;
    color: #1d4f91;
}

.didi-home-board__card:hover .didi-home-board__card-title {
    color: #fff;
}

.didi-home-board__card:hover .didi-home-board__card-summary {
    color: rgba(255, 255, 255, .82);
}

.didi-home-board__card:hover .didi-home-board__card-arrow {
    color: #fff;
    border-color: #fff;
}

/* Fotoğraf + video galerisi */
.didi-home-gallery {
    --didi-gallery-h: clamp(420px, 38vw, 480px);
    --didi-gallery-foot-inset: 14px;
    --didi-gallery-title-lines: 2;
    --didi-gallery-title-lh: 1.35;
    padding: clamp(12px, 2vw, 20px) 0 clamp(20px, 3vw, 28px);
    background: #f7f7f7;
}

.didi-home-gallery__shell {
    width: 100%;
}

.didi-home-gallery__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) minmax(0, 1fr);
    gap: clamp(12px, 1.6vw, 16px);
    align-items: stretch;
    min-height: var(--didi-gallery-h);
}

.didi-home-gallery__intro {
    position: relative;
    display: flex;
    height: var(--didi-gallery-h);
    min-height: var(--didi-gallery-h);
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(155deg, #4a918a 0%, #357870 36%, #1f5f58 68%, #0f302d 100%);
    box-shadow: 0 18px 40px rgba(15, 48, 45, .14);
    isolation: isolate;
}

.didi-home-gallery__intro-glow {
    position: absolute;
    top: -18%;
    right: -24%;
    width: 72%;
    height: 72%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, 0) 68%);
    pointer-events: none;
}

.didi-home-gallery__intro-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    width: 100%;
    height: 100%;
    padding: clamp(26px, 3.2vw, 36px);
    color: #fff;
}

.didi-home-gallery__eyebrow {
    margin: 0 0 4px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .72);
}

.didi-home-gallery__copy {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.didi-home-gallery__title {
    margin: 0;
    font-size: clamp(1.65rem, 2.9vw, 2.25rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.didi-home-gallery__title-line {
    display: block;
}

.didi-home-gallery__title-line--emphasis {
    margin-top: .08em;
}

.didi-home-gallery__desc {
    margin: 0;
    max-width: 30ch;
    font-size: clamp(.88rem, 1.15vw, .98rem);
    line-height: 1.68;
    color: rgba(255, 255, 255, .86);
}

.didi-home-gallery__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

.didi-home-gallery__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 8px;
    background: rgba(255, 255, 255, .04);
    color: #fff;
    font-size: .86rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.didi-home-gallery__btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    font-size: .62rem;
    flex: 0 0 auto;
}

.didi-home-gallery__btn:hover {
    background: rgba(255, 255, 255, .16);
    border-color: #fff;
    color: #fff;
    transform: translateY(-1px);
}

.didi-home-gallery__hero {
    position: relative;
    height: var(--didi-gallery-h);
    min-height: var(--didi-gallery-h);
    border-radius: 8px;
    overflow: hidden;
    background: #0f302d;
    box-shadow: 0 18px 40px rgba(15, 48, 45, .12);
}

.didi-home-gallery__hero-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.didi-home-gallery__hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease, visibility .5s ease;
}

.didi-home-gallery__hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.didi-home-gallery__hero-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.didi-home-gallery__hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.didi-home-gallery__hero-link:hover .didi-home-gallery__hero-image {
    transform: scale(1.04);
}

.didi-home-gallery__hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 48, 45, .06) 0%, rgba(15, 48, 45, .18) 42%, rgba(15, 48, 45, .84) 100%);
}

.didi-home-gallery__hero-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 1.25rem;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(6px);
    transition: transform .25s ease, background-color .25s ease;
}

.didi-home-gallery__hero-link:hover .didi-home-gallery__hero-icon {
    transform: translate(-50%, -50%) scale(1.05);
    background: rgba(255, 255, 255, .18);
}

.didi-home-gallery__hero-caption {
    position: absolute;
    left: var(--didi-gallery-foot-inset);
    right: var(--didi-gallery-foot-inset);
    bottom: var(--didi-gallery-foot-inset);
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 148px 0 0;
    pointer-events: none;
    min-height: calc(var(--didi-gallery-title-lines) * 1em * var(--didi-gallery-title-lh));
}

.didi-home-gallery__hero-title {
    display: flex;
    align-items: center;
    min-height: calc(var(--didi-gallery-title-lines) * 1em * var(--didi-gallery-title-lh));
    max-width: 18ch;
    font-size: clamp(.98rem, 1.45vw, 1.15rem);
    font-weight: 800;
    line-height: var(--didi-gallery-title-lh);
    text-align: left;
}

.didi-home-gallery__hero-controls {
    position: absolute;
    left: var(--didi-gallery-foot-inset);
    right: var(--didi-gallery-foot-inset);
    bottom: var(--didi-gallery-foot-inset);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-height: calc(var(--didi-gallery-title-lines) * 1em * var(--didi-gallery-title-lh));
    pointer-events: none;
}

.didi-home-gallery__hero-nav,
.didi-home-gallery__hero-dot {
    pointer-events: auto;
}

.didi-home-gallery__hero-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    background: rgba(15, 48, 45, .28);
    color: #fff;
    font-size: .72rem;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: background-color .2s ease, border-color .2s ease;
}

.didi-home-gallery__hero-nav:hover {
    background: rgba(255, 255, 255, .18);
    border-color: rgba(255, 255, 255, .72);
}

.didi-home-gallery__hero-dots {
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 7px;
    padding: 0 2px;
    min-height: 32px;
}

.didi-home-gallery__hero-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .42);
    cursor: pointer;
    transition: transform .2s ease, background-color .2s ease, width .2s ease;
}

.didi-home-gallery__hero-dot.is-active {
    width: 18px;
    border-radius: 999px;
    background: #fff;
}

.didi-home-gallery__videos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 1.6vw, 16px);
    height: var(--didi-gallery-h);
    min-height: var(--didi-gallery-h);
}

.didi-home-gallery__video-card {
    min-height: 0;
    height: 100%;
}

.didi-home-gallery__video-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    background: #0f302d;
    box-shadow: 0 12px 28px rgba(15, 48, 45, .1);
}

.didi-home-gallery__video-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.didi-home-gallery__video-link:hover .didi-home-gallery__video-image {
    transform: scale(1.05);
}

.didi-home-gallery__video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 48, 45, 0) 30%, rgba(15, 48, 45, .82) 100%);
    transition: opacity .25s ease;
}

.didi-home-gallery__video-link:hover .didi-home-gallery__video-overlay {
    opacity: .95;
}

.didi-home-gallery__video-meta {
    position: absolute;
    left: var(--didi-gallery-foot-inset);
    right: var(--didi-gallery-foot-inset);
    bottom: var(--didi-gallery-foot-inset);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: calc(var(--didi-gallery-title-lines) * 1em * var(--didi-gallery-title-lh));
}

.didi-home-gallery__video-title {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    min-height: calc(var(--didi-gallery-title-lines) * 1em * var(--didi-gallery-title-lh));
    font-size: clamp(.74rem, 1vw, .88rem);
    font-weight: 700;
    line-height: var(--didi-gallery-title-lh);
}

.didi-home-gallery__video-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    font-size: .68rem;
    flex: 0 0 auto;
    backdrop-filter: blur(4px);
    transition: transform .2s ease, background-color .2s ease;
}

.didi-home-gallery__video-link:hover .didi-home-gallery__video-play {
    transform: scale(1.06);
    background: rgba(255, 255, 255, .24);
}

/* Üye hizmetleri — Belediye V7 hizli-menu tarzı kart şeridi */
.didi-home-strip {
    --didi-strip-gap: 16px;
    width: 100%;
    max-width: 100%;
    padding: clamp(12px, 2vw, 24px) 0 clamp(20px, 3vw, 32px);
    background: #f7f7f7;
    overflow: hidden;
}

.didi-home-strip__shell {
    position: relative;
}

.didi-home-strip__head-wrap {
    position: relative;
    margin-bottom: clamp(12px, 1.6vw, 18px);
    padding-right: 92px;
}

.didi-home-strip__head {
    margin: 0;
    text-align: left;
}

.didi-home-strip__title {
    margin: 0 0 6px;
    font-size: clamp(1.2rem, 2.2vw, 1.55rem);
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #1d4f91;
}

.didi-home-strip__subtitle {
    margin: 0;
    max-width: 56ch;
    font-size: clamp(.88rem, 1.1vw, .98rem);
    line-height: 1.6;
    color: #5c726f;
}

.didi-home-strip__controls {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translateY(-50%);
}

.didi-home-strip__nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(56, 109, 104, .18);
    border-radius: 50%;
    background: #fff;
    color: #386d68;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.didi-home-strip__nav-btn:hover {
    background: #386d68;
    border-color: #386d68;
    color: #fff;
}

.didi-home-strip__band {
    width: 100%;
    max-width: 100vw;
}

.didi-home-strip__viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: clamp(12px, 2vw, 24px);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.didi-home-strip__viewport::-webkit-scrollbar {
    display: none;
}

.didi-home-strip__track {
    display: flex;
    align-items: stretch;
    gap: var(--didi-strip-gap, 16px);
    width: max-content;
    padding: 4px clamp(12px, 2vw, 24px) 14px;
}

.didi-home-strip__card {
    flex: 0 0 clamp(158px, 11.5vw, 178px);
    width: clamp(158px, 11.5vw, 178px);
    min-width: clamp(158px, 11.5vw, 178px);
    scroll-snap-align: start;
}

.didi-home-strip__box {
    position: relative;
    width: 100%;
    height: 292px;
}

.didi-home-strip__front,
.didi-home-strip__back {
    text-decoration: none;
    border-radius: 12px;
    transition: transform .3s ease;
}

.didi-home-strip__front {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 242px;
    padding: 22px 10px 18px;
    transform: translateY(30px);
    background: var(--strip-front, #41807a);
    color: #fff;
    text-align: center;
}

.didi-home-strip__back {
    position: absolute;
    inset: 30px 0;
    z-index: 1;
    transform: translateY(0);
    background: var(--strip-back, rgba(65, 128, 122, .9));
}

.didi-home-strip__back span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    display: block;
    box-sizing: border-box;
    padding-top: 3px;
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
}

.didi-home-strip__box:hover .didi-home-strip__front,
.didi-home-strip__box:focus-within .didi-home-strip__front {
    transform: translateY(0);
}

.didi-home-strip__box:hover .didi-home-strip__back,
.didi-home-strip__box:focus-within .didi-home-strip__back {
    transform: translateY(20px);
}

.didi-home-strip__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    border-radius: 12px;
    background: rgba(255, 255, 255, .16);
    font-size: 1.25rem;
    line-height: 1;
    color: #fff;
}

.didi-home-strip__card-title {
    display: -webkit-box;
    margin: 0;
    max-width: 100%;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.didi-home-strip__card-desc {
    margin: 0;
    max-width: 100%;
    color: rgba(255, 255, 255, .88);
    font-size: .67rem;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.didi-home-strip__card--sky { --strip-front: #83bfd3; --strip-back: rgba(131, 191, 211, .92); }
.didi-home-strip__card--sand { --strip-front: #e9bb71; --strip-back: rgba(233, 187, 113, .92); }
.didi-home-strip__card--coral { --strip-front: #da8472; --strip-back: rgba(218, 132, 114, .92); }
.didi-home-strip__card--lavender { --strip-front: #bfa0c4; --strip-back: rgba(191, 160, 196, .92); }
.didi-home-strip__card--blue { --strip-front: #6899cc; --strip-back: rgba(104, 153, 204, .92); }
.didi-home-strip__card--mint { --strip-front: #7ec4a8; --strip-back: rgba(126, 196, 168, .92); }
.didi-home-strip__card--plum { --strip-front: #a889b8; --strip-back: rgba(168, 137, 184, .92); }
.didi-home-strip__card--peach { --strip-front: #ebc0ad; --strip-back: rgba(235, 192, 173, .92); }
.didi-home-strip__card--teal { --strip-front: #41807a; --strip-back: rgba(65, 128, 122, .92); }
.didi-home-strip__card--aqua { --strip-front: #76c5d8; --strip-back: rgba(118, 197, 216, .92); }
.didi-home-strip__card--olive { --strip-front: #b8c982; --strip-back: rgba(184, 201, 130, .92); }
.didi-home-strip__card--indigo { --strip-front: #7f89c4; --strip-back: rgba(127, 137, 196, .92); }
.didi-home-strip__card--rose { --strip-front: #d88998; --strip-back: rgba(216, 137, 152, .92); }
.didi-home-strip__card--cyan { --strip-front: #76c5d8; --strip-back: rgba(118, 197, 216, .92); }
.didi-home-strip__card--slate { --strip-front: #8ea0ad; --strip-back: rgba(142, 160, 173, .92); }
.didi-home-strip__card--gold { --strip-front: #d9bc72; --strip-back: rgba(217, 188, 114, .92); }

/* Gönüllü üyelik banner — üye hizmetleri altı */
.didi-home-volunteer--support {
    padding: clamp(16px, 2vw, 24px) 0 clamp(28px, 4vw, 44px);
    background: #f7f7f7;
}

.didi-home-volunteer--support + .didi-footer.phptema-footer {
    margin-top: 0;
}

.didi-home-volunteer__band {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(28px, 4vw, 40px) clamp(24px, 4vw, 32px);
    border: 1px solid rgba(65, 128, 122, .14);
    border-radius: 8px;
    background: #fff;
    color: #0f302d;
    text-align: center;
}

.didi-home-volunteer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(100%, 720px);
    margin: 0 auto;
}

.didi-home-volunteer__badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0;
    color: #41807a;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.didi-home-volunteer__title {
    margin: 0 0 10px;
    color: #1d4f91;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.01em;
}

.didi-home-volunteer__subtitle {
    margin: 0 auto 20px;
    max-width: 54ch;
    font-size: clamp(.88rem, 1.1vw, .96rem);
    line-height: 1.65;
    color: #5c726f;
}

.didi-home-volunteer__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.didi-home-volunteer__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: clamp(200px, 34vw, 260px);
    min-height: 48px;
    padding: 0 28px;
    border: 1px solid #41807a;
    border-radius: 8px;
    background: #41807a;
    color: #fff;
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .01em;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.didi-home-volunteer__btn--secondary {
    border: 1px solid rgba(65, 128, 122, .24);
    background: #fff;
    color: #0f302d;
}

.didi-home-volunteer__btn--secondary:hover {
    background: #f7f7f7;
    color: #0f302d;
}

.didi-home-volunteer__btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    line-height: 1;
    color: inherit;
}

.didi-home-volunteer__btn:hover {
    background: #386d68;
    border-color: #386d68;
    color: #fff;
}

/* Blog ve makaleler — portal altı, gönüllü bandı üstü */
.didi-home-blog {
    padding: 0 0 clamp(28px, 4vw, 44px);
    background: #f7f7f7;
}

.didi-home-blog__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: clamp(18px, 2.5vw, 24px);
}

.didi-home-blog__eyebrow {
    margin: 0 0 10px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: #41807a;
}

.didi-home-blog__title-wrap {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: clamp(14px, 2vw, 24px);
    width: 100%;
}

.didi-home-blog__title-line {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(65, 128, 122, .22);
}

.didi-home-blog__title {
    margin: 0;
    font-size: clamp(1.25rem, 2.2vw, 1.65rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #1d4f91;
    white-space: nowrap;
}

.didi-home-blog__subtitle {
    margin: 10px 0 0;
    font-size: clamp(.88rem, 1.1vw, .96rem);
    line-height: 1.65;
    color: #5c726f;
    white-space: nowrap;
}

.didi-home-blog__foot {
    display: flex;
    justify-content: center;
    margin-top: clamp(18px, 2.5vw, 24px);
}

.didi-home-blog__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: min(100%, 520px);
}

.didi-home-blog__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid rgba(65, 128, 122, .2);
    border-radius: 8px;
    background: #fff;
    color: #41807a;
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.didi-home-blog__more:hover {
    background: #41807a;
    border-color: #41807a;
    color: #fff;
}

.didi-home-blog__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.didi-home-blog__card {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: clamp(10px, 1.2vw, 12px);
    overflow: hidden;
    border: 1px solid rgba(65, 128, 122, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 48, 45, .05);
    transition: transform .2s ease, box-shadow .2s ease;
}

.didi-home-blog__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(15, 48, 45, .08);
}

.didi-home-blog__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 8px;
    background: #eef6f5;
    isolation: isolate;
}

.didi-home-blog__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: transform .35s ease;
}

.didi-home-blog__card:hover .didi-home-blog__media img {
    transform: scale(1.04);
}

.didi-home-blog__media-overlay {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, transparent 45%, rgba(15, 48, 45, .28) 100%);
    pointer-events: none;
}

.didi-home-blog__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
    padding: 14px 2px 6px;
}

.didi-home-blog__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.didi-home-blog__tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid rgba(65, 128, 122, .16);
    border-radius: 8px;
    background: rgba(65, 128, 122, .1);
    color: #41807a;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.didi-home-blog__date {
    color: #64748b;
    font-size: .72rem;
    line-height: 1.4;
}

.didi-home-blog__card-title {
    margin: 0;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.didi-home-blog__card-title a {
    color: #0f302d;
    text-decoration: none;
    transition: color .2s ease;
}

.didi-home-blog__card-title a:hover {
    color: #41807a;
}

.didi-home-blog__excerpt {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: .84rem;
    line-height: 1.6;
    color: #5c726f;
}

.didi-home-blog__read {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding-top: 4px;
    color: #41807a;
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
    transition: gap .2s ease, color .2s ease;
}

.didi-home-blog__read:hover {
    gap: 8px;
    color: #386d68;
}

/* Hızlı erişim portal — blog altı (5x2 eşit karo) */
.didi-home-portal {
    padding: clamp(28px, 4vw, 44px) 0;
    background: #f7f7f7;
    border-top: 1px solid rgba(65, 128, 122, .08);
}

.didi-home-portal__tiles {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(118px, 1fr));
    gap: 1rem;
}

.didi-home-portal__tile {
    height: 100%;
    min-height: 118px;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}

.didi-home-portal__tile .didi-home-hub__tile-icon,
.didi-home-portal__tile .didi-home-hub__tile-label {
    transition: transform .35s ease, color .3s ease;
}

.didi-home-portal__tile:hover {
    background: #41807a;
    border-color: #41807a;
    color: #fff;
}

.didi-home-portal__tile:hover .didi-home-hub__tile-icon {
    transform: translateY(calc(-0.5 * (10px + 1.1em)));
    color: #fff;
}

.didi-home-portal__tile:hover .didi-home-hub__tile-label {
    transform: translateY(calc(0.5 * (10px + 1.1em)));
    color: #fff;
}

.didi-home-portal__tile .didi-home-hub__tile-label {
    max-width: 14ch;
}

/* Mobil uygulama — portal altı */
.didi-home-app {
    padding: 0 0 clamp(28px, 4vw, 44px);
    background: #f7f7f7;
}

.didi-home-app__panel {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    border: 1px solid rgba(65, 128, 122, .14);
    border-radius: 8px;
    background: linear-gradient(135deg, #eef6f4 0%, #e8f3f0 50%, #dceee9 100%);
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 48, 45, .06);
}

.didi-home-app__panel::before,
.didi-home-app__panel::after {
    content: "";
    position: absolute;
    width: clamp(180px, 24vw, 280px);
    height: clamp(180px, 24vw, 280px);
    border-radius: 50%;
    pointer-events: none;
}

.didi-home-app__panel::before {
    top: -18%;
    left: -8%;
    background: radial-gradient(circle, rgba(255, 255, 255, .55) 0%, transparent 68%);
}

.didi-home-app__panel::after {
    right: -8%;
    bottom: -18%;
    background: radial-gradient(circle, rgba(65, 128, 122, .12) 0%, transparent 68%);
}

.didi-home-app__col {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(360px, 36vw, 440px);
    padding: clamp(28px, 3.8vw, 44px) clamp(24px, 3vw, 36px);
}

.didi-home-app__col--copy {
    justify-content: flex-end;
    padding-right: clamp(20px, 2.6vw, 32px);
}

.didi-home-app__col--phones {
    justify-content: flex-start;
    padding-left: clamp(20px, 2.6vw, 32px);
}

.didi-home-app__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(100%, 440px);
}

.didi-home-app__eyebrow {
    margin: 0 0 12px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #41807a;
}

.didi-home-app__title {
    margin: 0 0 14px;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #0f302d;
}

.didi-home-app__title-brand {
    color: #0f302d;
}

.didi-home-app__title-mark {
    color: #41807a;
}

.didi-home-app__title-em {
    display: block;
    margin-top: 6px;
    font-size: clamp(1.05rem, 1.8vw, 1.28rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.01em;
    color: #386d68;
}

.didi-home-app__desc {
    margin: 0 0 22px;
    max-width: 52ch;
    font-size: clamp(.9rem, 1.05vw, .98rem);
    line-height: 1.7;
    color: #4a635f;
}

.didi-home-app__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    width: 100%;
    margin-bottom: 24px;
}

.didi-home-app__feature {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.didi-home-app__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
    color: #41807a;
    font-size: .82rem;
    box-shadow: inset 0 0 0 1px rgba(65, 128, 122, .12);
}

.didi-home-app__feature-label {
    font-size: .86rem;
    font-weight: 500;
    line-height: 1.35;
    color: #0f302d;
}

.didi-home-app__stores {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-bottom: 14px;
}

.didi-home-app__store {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-height: 50px;
    padding: 0 16px;
    border: 1px solid rgba(65, 128, 122, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    color: #0f302d;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.didi-home-app__store:hover {
    transform: translateY(-1px);
    border-color: #41807a;
    background: #41807a;
    color: #fff;
    box-shadow: 0 10px 22px rgba(15, 48, 45, .12);
}

.didi-home-app__store:hover .didi-home-app__store-icon,
.didi-home-app__store:hover .didi-home-app__store-label,
.didi-home-app__store:hover .didi-home-app__store-name {
    color: #fff;
}

.didi-home-app__store-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    line-height: 1;
    color: #0f302d;
    transition: color .2s ease;
}

.didi-home-app__store-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.didi-home-app__store-label {
    font-size: .58rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #5c726f;
    transition: color .2s ease;
}

.didi-home-app__store-name {
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.1;
    color: #0f302d;
    transition: color .2s ease;
}

.didi-home-app__note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 8px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .58);
    box-shadow: inset 0 0 0 1px rgba(65, 128, 122, .1);
    font-size: .8rem;
    color: #4a635f;
}

.didi-home-app__note i {
    font-size: .78rem;
    color: #41807a;
}

.didi-home-app__phones {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: min(100%, 320px);
}

.didi-home-app__device {
    position: relative;
    flex-shrink: 0;
    width: 136px;
    padding: 9px 7px 11px;
    border-radius: 28px;
    background: linear-gradient(180deg, #2b2b2b 0%, #111 100%);
    box-shadow:
        0 16px 32px rgba(15, 48, 45, .16),
        inset 0 0 0 1px rgba(255, 255, 255, .08);
    transform: none;
}

.didi-home-app__device--back,
.didi-home-app__device--front {
    width: 136px;
}

.didi-home-app__device-notch {
    display: block;
    width: 36%;
    height: 4px;
    margin: 0 auto 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
}

.didi-home-app__screen {
    position: relative;
    aspect-ratio: 9 / 19.2;
    overflow: hidden;
    border-radius: 20px;
    background: #0f302d;
}

.didi-home-app__screen-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.05);
}

.didi-home-app__screen-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 20, 18, .15) 0%, rgba(8, 20, 18, .55) 52%, rgba(8, 20, 18, .78) 100%);
}

.didi-home-app__screen-ui {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .9em;
    height: 100%;
    padding: 18% 8% 14%;
    font-size: 7.5px;
    text-align: center;
}

.didi-home-app__device--front .didi-home-app__screen-ui {
    font-size: 7.5px;
}

.didi-home-app__screen-kicker {
    margin: 0;
    max-width: 16ch;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .88);
}

.didi-home-app__screen-banner {
    margin: 0;
    padding: .55em .9em;
    background: #41807a;
    color: #fff;
    font-size: 1.15em;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.didi-home-app__screen-script {
    margin: -.2em 0 0;
    color: #fff;
    font-family: 'Segoe Script', 'Brush Script MT', cursive;
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1;
    transform: rotate(-4deg);
}

.didi-home-app__screen-search {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: .4em;
    padding: .45em .35em .45em .8em;
    border-radius: .7em;
    background: rgba(0, 0, 0, .42);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.didi-home-app__screen-search-input {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .72);
    font-size: .82em;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.didi-home-app__screen-search-btn {
    flex-shrink: 0;
    padding: .55em .75em;
    border-radius: .45em;
    background: #41807a;
    color: #fff;
    font-size: .9em;
    font-weight: 700;
    line-height: 1;
}

.didi-home-app__screen-explore {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5em;
    margin: auto 0 0;
    padding-top: 1em;
    color: rgba(255, 255, 255, .78);
    font-size: .85em;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.didi-home-app__screen-explore i {
    font-size: 1.2em;
    opacity: .85;
}

/* Sıkça sorulan sorular — blog altı */
.didi-home-faq {
    padding: clamp(28px, 4vw, 44px) 0 clamp(32px, 5vw, 52px);
    background: #fff;
    border-top: 1px solid rgba(65, 128, 122, .1);
}

.didi-home-faq__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    margin-bottom: clamp(22px, 3vw, 30px);
}

.didi-home-faq__head-copy {
    max-width: 56ch;
}

.didi-home-faq__eyebrow {
    margin: 0 0 6px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: #41807a;
}

.didi-home-faq__title {
    margin: 0 0 8px;
    font-size: clamp(1.25rem, 2.2vw, 1.65rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #1d4f91;
}

.didi-home-faq__subtitle {
    margin: 0 auto;
    max-width: 56ch;
    font-size: clamp(.88rem, 1.1vw, .96rem);
    line-height: 1.65;
    color: #5c726f;
}

.didi-home-faq__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid rgba(65, 128, 122, .2);
    border-radius: 8px;
    background: #fff;
    color: #41807a;
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.didi-home-faq__more:hover {
    background: #41807a;
    border-color: #41807a;
    color: #fff;
}

.didi-home-faq__body {
    display: flex;
    justify-content: center;
}

.didi-home-faq__list {
    display: grid;
    gap: 10px;
    width: min(100%, 760px);
    margin: 0 auto;
    min-width: 0;
}

.didi-home-faq__item {
    overflow: hidden;
    border: 1px solid rgba(65, 128, 122, .14);
    border-radius: 8px;
    background: #f9fbfb;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.didi-home-faq__item[open] {
    border-color: rgba(65, 128, 122, .28);
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 48, 45, .06);
}

.didi-home-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    font-size: clamp(.95rem, 1.1vw, 1.02rem);
    font-weight: 700;
    line-height: 1.45;
    color: #0f302d;
    cursor: pointer;
    list-style: none;
}

.didi-home-faq__question::-webkit-details-marker {
    display: none;
}

.didi-home-faq__question-text {
    min-width: 0;
}

.didi-home-faq__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(65, 128, 122, .1);
    color: #41807a;
    font-size: .78rem;
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.didi-home-faq__item[open] .didi-home-faq__icon {
    transform: rotate(45deg);
    background: #41807a;
    color: #fff;
}

.didi-home-faq__answer {
    padding: 0 18px 16px;
}

.didi-home-faq__answer p {
    margin: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(65, 128, 122, .1);
    font-size: .92rem;
    line-height: 1.65;
    color: #5c726f;
}

/* Çözüm merkezi — duyurular paneli mavi stili */
.didi-home-solution {
    padding: 0 0 clamp(28px, 4vw, 44px);
    background: #f7f7f7;
}

.didi-home-solution__panel {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    isolation: isolate;
    box-shadow: none;
    background: #ebeff5;
}

.didi-home-solution__fx {
    display: none;
}

.didi-home-solution__content {
    position: relative;
    z-index: 1;
    padding: clamp(28px, 4vw, 50px);
    color: #1d4f91;
}

.didi-home-solution__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: clamp(20px, 3vw, 28px);
}

.didi-home-solution__copy {
    min-width: 0;
    max-width: 62ch;
    margin-inline: auto;
}

.didi-home-solution__eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #1d4f91;
}

.didi-home-solution__title {
    margin: 0 0 10px;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #1d4f91;
}

.didi-home-solution__subtitle {
    margin: 0;
    font-size: clamp(.9rem, 1.1vw, .98rem);
    line-height: 1.65;
    color: #64748b;
}

.didi-home-solution__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    color: #0f302d;
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(15, 48, 45, .16);
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.didi-home-solution__btn:hover {
    transform: translateY(-1px);
    background: #fff;
    color: #41807a;
    box-shadow: 0 14px 28px rgba(15, 48, 45, .22);
}

.didi-home-solution__btn i {
    font-size: .82rem;
    transition: transform .2s ease;
}

.didi-home-solution__btn-lead {
    font-size: .9rem;
}

.didi-home-solution__btn:hover .didi-home-solution__btn-arrow {
    transform: translateX(3px);
}

.didi-home-solution__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.didi-home-solution__feature {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
    padding: clamp(18px, 2.2vw, 22px) clamp(16px, 2vw, 20px);
    border-radius: 8px;
    background: #fff;
    transition: background-color .3s ease, color .3s ease;
}

.didi-home-solution__feature + .didi-home-solution__feature {
    border-left: 0;
}

.didi-home-solution__feature:hover {
    background: #1d4f91;
}

.didi-home-solution__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #1d4f91;
    border: 0;
    color: #fff;
    font-size: .95rem;
    line-height: 1;
    box-shadow: none;
    transition: background-color .3s ease, color .3s ease;
}

.didi-home-solution__feature:hover .didi-home-solution__feature-icon {
    background: #fff;
    color: #1d4f91;
}

.didi-home-solution__feature-body {
    min-width: 0;
}

.didi-home-solution__feature-title {
    margin: 0 0 6px;
    font-size: clamp(.92rem, 1.05vw, 1rem);
    font-weight: 700;
    line-height: 1.35;
    color: #0e4fa3;
    transition: color .3s ease;
}

.didi-home-solution__feature:hover .didi-home-solution__feature-title {
    color: #fff;
}

.didi-home-solution__feature-desc {
    margin: 0;
    min-height: calc(2 * 1.55em);
    font-size: clamp(.82rem, .95vw, .88rem);
    line-height: 1.55;
    color: #64748b;
    transition: color .3s ease;
}

.didi-home-solution__feature:hover .didi-home-solution__feature-desc {
    color: rgba(255, 255, 255, .82);
}

@media (max-width: 1199px) {
    .didi-home-blog__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .didi-home-volunteer__band {
        padding: 28px 20px;
    }

    .didi-home-volunteer__subtitle {
        margin-bottom: 18px;
    }

    .didi-home-volunteer__actions {
        flex-direction: column;
        width: 100%;
    }

    .didi-home-volunteer__btn {
        width: 100%;
        min-width: 0;
    }

    .didi-home-blog__head {
        align-items: center;
    }

    .didi-home-blog__title {
        white-space: normal;
    }

    .didi-home-blog__subtitle {
        white-space: normal;
    }

    .didi-home-blog__actions {
        width: 100%;
        max-width: 420px;
    }

    .didi-home-portal__tiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(5, minmax(100px, 1fr));
    }

    .didi-home-portal__tile {
        min-height: 100px;
    }

    .didi-home-app__panel {
        grid-template-columns: 1fr;
    }

    .didi-home-app__col--phones {
        order: -1;
        justify-content: center;
        padding: 24px 16px 20px;
    }

    .didi-home-app__col--copy {
        justify-content: center;
        padding: 24px 20px 28px;
    }

    .didi-home-app__phones {
        min-height: 0;
        gap: 14px;
    }

    .didi-home-app__device--back,
    .didi-home-app__device--front {
        width: 120px;
    }

    .didi-home-app__features {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .didi-home-app__store {
        flex: 1 1 calc(50% - 5px);
        min-width: 0;
    }

    .didi-home-solution__features {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .didi-home-solution__feature + .didi-home-solution__feature {
        border-top: 0;
    }

    .didi-home-blog__grid {
        grid-template-columns: 1fr;
    }

    .didi-home-strip__head-wrap {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .didi-home-strip__controls {
        position: static;
        justify-content: flex-end;
        margin: 0 0 8px;
        transform: none;
    }

    .didi-home-strip__card {
        flex-basis: 168px;
        width: 168px;
        min-width: 168px;
    }
}

/* Hızlı erişim — eski stil (geri uyumluluk) */
.didi-home-quick__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.didi-home-quick__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 108px;
    padding: 16px 12px;
    border: 1px solid rgba(65, 128, 122, .16);
    border-radius: 8px;
    background: #fff;
    color: #333;
    text-align: center;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.didi-home-quick__item:hover {
    transform: translateY(-2px);
    border-color: rgba(65, 128, 122, .35);
    box-shadow: 0 8px 24px rgba(15, 48, 45, .08);
}

.didi-home-quick__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(65, 128, 122, .12);
    color: #41807a;
    font-size: 18px;
}

.didi-home-quick__label {
    font-size: .92rem;
    font-weight: 600;
    line-height: 1.25;
}

/* Haber kartları */
.didi-home-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.didi-home-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(65, 128, 122, .12);
    color: inherit;
    text-decoration: none;
    transition: box-shadow .15s ease, transform .15s ease;
}

.didi-home-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(15, 48, 45, .08);
}

.didi-home-card__media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dceee9;
}

.didi-home-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.didi-home-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
}

.didi-home-card__date {
    font-size: .82rem;
    font-weight: 600;
    color: #41807a;
}

.didi-home-card__title {
    margin: 0;
    font-size: 1rem;
    line-height: 1.35;
    color: #111;
}

.didi-home-card__text {
    margin: 0;
    font-size: .88rem;
    line-height: 1.5;
    color: #5c5c5c;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Duyuru listesi */
.didi-home-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.didi-home-list__item {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 16px 18px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(65, 128, 122, .12);
    color: inherit;
    text-decoration: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.didi-home-list__item:hover {
    border-color: rgba(65, 128, 122, .28);
    box-shadow: 0 6px 20px rgba(15, 48, 45, .06);
}

.didi-home-list__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    border-radius: 8px;
    background: rgba(65, 128, 122, .1);
    color: #41807a;
    line-height: 1.1;
}

.didi-home-list__date strong {
    font-size: 1.35rem;
}

.didi-home-list__date span {
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
}

.didi-home-list__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.didi-home-list__title {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    line-height: 1.35;
}

.didi-home-list__text {
    font-size: .9rem;
    line-height: 1.5;
    color: #5c5c5c;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.didi-home-list__arrow {
    color: #41807a;
    font-size: .85rem;
}

@media (max-width: 1100px) {
    .didi-home-hub__layout {
        grid-template-columns: 1fr;
    }

    .didi-home-hub__news-grid {
        min-height: 420px;
    }

    .didi-home-hub__news-panel {
        padding-top: 48px;
    }

    .didi-home-hub__news-content-stage {
        min-height: 156px;
    }

    .didi-home-hub__news-head {
        gap: 12px;
    }

    .didi-home-quick__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .didi-home-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .didi-home-board__grid {
        flex-direction: column;
    }

    .didi-home-board__col--main,
    .didi-home-board__col--side {
        flex: 1 1 auto;
        width: 100%;
    }

    .didi-home-board__head,
    .didi-home-board__cards {
        padding-right: 0;
    }

    .didi-home-gallery__grid {
        grid-template-columns: 1fr;
    }

    .didi-home-gallery {
        --didi-gallery-h: clamp(320px, 52vw, 380px);
    }

    .didi-home-gallery__intro,
    .didi-home-gallery__hero,
    .didi-home-gallery__videos {
        height: auto;
        min-height: var(--didi-gallery-h);
    }

    .didi-home-gallery__videos {
        grid-template-rows: auto;
    }
}

@media (max-width: 640px) {
    .didi-home-hub__news-panel {
        padding-top: 22px;
    }

    .didi-home-hub__news-foot {
        flex-wrap: wrap;
    }

    .didi-home-hub__news-more {
        width: 100%;
        text-align: center;
    }

    .didi-home-hub__news-grid {
        min-height: 360px;
        gap: .75rem;
    }

    .didi-home-hub__tiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(3, minmax(88px, 1fr));
        min-height: 288px;
    }

    .didi-home-quick__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .didi-home-cards {
        grid-template-columns: 1fr;
    }

    .didi-home-list__item {
        grid-template-columns: 60px 1fr;
    }

    .didi-home-list__arrow {
        display: none;
    }

    .didi-home-board {
        margin-top: 0;
    }

    .didi-home-board__panel {
        padding: 24px 18px;
        border-radius: 8px;
    }

    .didi-home-board__card {
        flex: 1 1 100%;
        min-height: 82px;
        padding-right: 44px;
    }

    .didi-home-board__card-date {
        width: 62px;
        min-height: 68px;
        margin-top: -28px;
    }

    .didi-home-gallery {
        --didi-gallery-h: 240px;
        padding-top: 8px;
    }

    .didi-home-gallery__actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .didi-home-gallery__btn {
        width: calc(50% - 5px);
        flex: 1 1 calc(50% - 5px);
        min-width: 0;
        padding: 0 12px;
        font-size: .78rem;
    }

    .didi-home-gallery__video-link {
        min-height: 160px;
    }

    .didi-home-gallery__hero-nav {
        display: none;
    }

    .didi-home-gallery__hero-caption {
        padding-right: 0;
    }

    .didi-home-gallery__hero-controls {
        justify-content: center;
    }

    .didi-home-strip__card {
        flex-basis: 168px;
        width: 168px;
        min-width: 168px;
    }
}
