/* Anasayfa hero sonrası bloklar */

.tuvecca-home-intro {
    background: var(--tuvecca-body-bg, #fff);
    padding: clamp(2.5rem, 5vw, 4rem) 1.25rem;
}

.tuvecca-home-intro__inner {
    max-width: 48rem;
    margin: 0 auto;
}

.tuvecca-home-intro__inner p {
    color: var(--tuvecca-body-text, #1a1a1a);
    line-height: 1.75;
    margin-bottom: 1.1rem;
    font-size: 1.02rem;
}

.tuvecca-home-intro__inner p:last-child {
    margin-bottom: 0;
}

/* Dalga ayırıcılar (Porto tarzı, tema renkleri) — alt/üst boşluk yok */
.tuvecca-home-wave {
    line-height: 0;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

.tuvecca-home-wave__svg {
    display: block;
    width: 100%;
    height: clamp(40px, 6vw, 72px);
    vertical-align: top;
}

/* Karanlık tema: dalga arka planları bölümlerle aynı */
html[data-theme="dark"] .tuvecca-home-wave--teal .tuvecca-home-wave__bg {
    fill: #1a2429;
}

html[data-theme="dark"] .tuvecca-home-wave--soft .tuvecca-home-wave__bg,
html[data-theme="dark"] .tuvecca-home-wave--soft_b .tuvecca-home-wave__bg {
    fill: #0d1418;
}

html[data-theme="dark"] .tuvecca-home-wave--soft .tuvecca-home-wave__fg,
html[data-theme="dark"] .tuvecca-home-wave--soft_b .tuvecca-home-wave__fg {
    fill: #12181c;
}

/* Yalnızca «Son haberler» üstündeki soft dalga: üst dolgu beyaz (giriş bölümüyle uyum); diğer soft dalgalara dokunmaz */
.tuvecca-home-intro + .tuvecca-home-wave--soft .tuvecca-home-wave__bg {
    fill: #ffffff;
}

.tuvecca-home-intro + .tuvecca-home-wave--soft .tuvecca-home-wave__fg {
    fill: #e8f4f8;
}

html[data-theme="dark"] .tuvecca-home-intro + .tuvecca-home-wave--soft .tuvecca-home-wave__bg {
    fill: #0d1418;
}

html[data-theme="dark"] .tuvecca-home-intro + .tuvecca-home-wave--soft .tuvecca-home-wave__fg {
    fill: #1a2429;
}

/* Alt/üst bölümlerle 1px alt piksel boşluğu (beyaz çizgi) kapanır */
.tuvecca-home-intro + .tuvecca-home-wave,
.tuvecca-home-wave + .tuvecca-home-events--band,
.tuvecca-home-events--band + .tuvecca-home-wave,
.tuvecca-home-news--showcase + .tuvecca-home-wave,
.tuvecca-home-wave + .tuvecca-home-events--past,
.tuvecca-home-events--past + .tuvecca-home-wave,
.tuvecca-home-past-sites + .tuvecca-home-tiles,
.tuvecca-home-events--past + .tuvecca-home-tiles {
    margin-top: -1px;
}

/* Son haberler — vitrin (sol görsel + sağ liste, hover ile önizleme) */
.tuvecca-home-news--showcase {
    background: #e8f4f8;
    color: var(--tuvecca-body-text, #1a1a1a);
    padding: clamp(2.25rem, 5vw, 3.75rem) 1.25rem clamp(2.5rem, 5vw, 4rem);
}

.tuvecca-home-news__container {
    max-width: 1200px;
    margin: 0 auto;
}

.tuvecca-home-news__head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.5rem;
}

.tuvecca-home-news__badge {
    display: inline-block;
    padding: 0.35rem 1rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--tuvecca-teal, #1a4b63);
    background: #fff;
    border: 1px solid rgba(26, 75, 99, 0.18);
    border-radius: 999px;
    margin-bottom: 1rem;
}

.tuvecca-home-news__title--showcase {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--tuvecca-teal, #1a4b63);
    margin: 0 0 0.75rem;
    text-transform: none;
}

.tuvecca-home-news__lead {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--tuvecca-muted, #5c6b73);
}

.tuvecca-home-news__split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 992px) {
    .tuvecca-home-news__split {
        grid-template-columns: minmax(280px, 2fr) minmax(320px, 3fr);
        gap: 3rem;
    }
}

.tuvecca-home-news__preview {
    position: relative;
    justify-self: center;
    width: min(100%, 380px);
    aspect-ratio: 1;
}

.tuvecca-home-news__preview-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(26, 75, 99, 0.12);
    transform: scale(1.08);
}

.tuvecca-home-news__preview-inner {
    position: absolute;
    inset: 5%;
    border-radius: 50%;
    border: 10px solid rgba(58, 141, 162, 0.35);
    overflow: hidden;
    background: #dfe9ed;
}

.tuvecca-home-news__preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: opacity 0.25s ease;
}

.tuvecca-home-news__list--showcase {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: none;
}

.tuvecca-home-news__list--showcase li {
    border-bottom: 1px solid rgba(26, 75, 99, 0.1);
}

.tuvecca-home-news__list--showcase li:last-child {
    border-bottom: none;
}

.tuvecca-home-news__rowlink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 0;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s ease;
    border-radius: 8px;
    margin: 0 -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.tuvecca-home-news__rowlink:hover,
.tuvecca-home-news__rowlink:focus-visible {
    background: rgba(255, 255, 255, 0.65);
    outline: none;
}

.tuvecca-home-news__rowtext {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: left;
}

.tuvecca-home-news__rowtitle {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--tuvecca-teal, #1a4b63);
}

.tuvecca-home-news__rowexcerpt {
    font-size: 0.875rem;
    line-height: 1.45;
    color: var(--tuvecca-muted, #5c6b73);
}

.tuvecca-home-news__rowicon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(26, 75, 99, 0.12);
    color: var(--tuvecca-teal, #1a4b63);
    font-size: 0.75rem;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.tuvecca-home-news__rowlink:hover .tuvecca-home-news__rowicon,
.tuvecca-home-news__rowlink:focus-visible .tuvecca-home-news__rowicon {
    border-color: var(--tuvecca-orange, #e26e9a);
    color: var(--tuvecca-orange, #e26e9a);
    background: rgba(230, 126, 34, 0.08);
}

.tuvecca-home-news__footer--showcase {
    margin-top: 2rem;
    text-align: center;
}

.tuvecca-home-news__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.75rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    background: var(--tuvecca-teal, #1a4b63);
    border-radius: 999px;
    transition: background-color 0.2s ease;
}

.tuvecca-home-news__cta:hover {
    background: var(--tuvecca-teal-bright, #3a8da2);
    color: #fff !important;
}

.tuvecca-home-news__stub {
    text-align: center;
    color: var(--tuvecca-muted, #5c6b73);
}

/* Gelecek etkinlikler */
.tuvecca-home-events {
    background: var(--tuvecca-section-soft, #e8f4f8);
    padding: clamp(2.5rem, 5vw, 4rem) 1.25rem;
}

.tuvecca-home-events--band {
    background: #1a4b63;
    color: #f0f4f6;
    padding-top: clamp(2rem, 4vw, 3rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.tuvecca-home-events__head--band {
    text-align: left;
    max-width: 36rem;
    margin-bottom: 2.25rem;
}

@media (min-width: 992px) {
    .tuvecca-home-events__head--band {
        margin-left: 0;
    }
}

.tuvecca-home-events__badge {
    display: inline-block;
    padding: 0.35rem 1rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    margin-bottom: 1rem;
}

.tuvecca-home-events__title {
    text-align: center;
    font-size: clamp(1.25rem, 2.8vw, 1.65rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--tuvecca-teal, #1a4b63);
    margin-bottom: 2rem;
}

.tuvecca-home-events__title--band {
    text-align: left;
    text-transform: none;
    letter-spacing: -0.02em;
    font-size: clamp(1.5rem, 3.2vw, 2.1rem);
    color: #fff;
    margin-bottom: 0.65rem;
}

.tuvecca-home-events__lead {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--tuvecca-muted, #5c6b73);
}

.tuvecca-home-events--band .tuvecca-home-events__lead {
    color: rgba(255, 255, 255, 0.78);
}

.tuvecca-home-events__footnote {
    margin: 2rem 0 0;
    font-size: 0.85rem;
    color: var(--tuvecca-muted, #5c6b73);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.tuvecca-home-events--band .tuvecca-home-events__footnote {
    color: rgba(255, 255, 255, 0.6);
}

.tuvecca-home-events__footnote i {
    color: var(--tuvecca-orange, #e26e9a);
}

.tuvecca-home-event-card {
    background: var(--tuvecca-card-bg, #fff);
    border: 1px solid var(--tuvecca-card-border, rgba(26, 75, 99, 0.1));
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.tuvecca-home-event-card--band {
    border-radius: 14px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
}

.tuvecca-home-event-card--band:hover {
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.12);
}

.tuvecca-home-event-card__img {
    aspect-ratio: 16 / 9;
    min-height: 200px;
    overflow: hidden;
    background: #1a1a1a;
}

.tuvecca-home-event-card__media-link {
    display: block;
    height: 100%;
    width: 100%;
    color: inherit;
    text-decoration: none;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: inherit;
}

.tuvecca-home-event-card__img img,
.tuvecca-home-event-card__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tuvecca-home-event-card__body {
    padding: 1.15rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: var(--tuvecca-card-bg, #fff);
    color: var(--tuvecca-body-text, #1a1a1a);
}

.tuvecca-home-event-card--band .tuvecca-home-event-card__body {
    border-radius: 0 0 12px 12px;
}

.tuvecca-home-event-card__text {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--tuvecca-body-text, #1a1a1a);
    margin-bottom: 0.75rem;
    flex: 1;
}

.tuvecca-home-event-card__countdown {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-bottom: 0.55rem;
    padding: 0.28rem 0.62rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: #1a4b63;
}

.tuvecca-home-event-card__meta {
    font-size: 0.8rem;
    line-height: 1.5;
    color: var(--tuvecca-muted, #5c6b73);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.tuvecca-home-event-card__meta-line {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
}

.tuvecca-home-event-card__meta-line i {
    margin-top: 0.15rem;
    color: var(--tuvecca-teal, #1a4b63);
    flex-shrink: 0;
}

.tuvecca-home-event-card__btn {
    display: inline-block;
    margin-top: 0.85rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.02em;
    background: var(--tuvecca-teal, #1a4b63);
    color: #fff !important;
    text-decoration: none;
    border-radius: 999px;
    align-self: center;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

button.tuvecca-home-event-card__btn {
    border: none;
    cursor: pointer;
    font-family: inherit;
    line-height: 1.3;
}

.tuvecca-home-event-card__btn:hover {
    background: var(--tuvecca-teal-bright, #3a8da2);
    color: #fff !important;
}

.tuvecca-home-event-card--band .tuvecca-home-event-card__btn {
    background: var(--tuvecca-orange, #e26e9a);
    align-self: center;
}

.tuvecca-home-event-card--band .tuvecca-home-event-card__btn:hover {
    background: #c75188;
    color: #fff !important;
}

/* Hızlı kutular — kart stili */
.tuvecca-home-tiles {
    background: #e8f4f8;
    padding: clamp(2.5rem, 5vw, 4rem) 1.25rem;
}

.tuvecca-home-tiles__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.tuvecca-home-tiles__head {
    text-align: center;
    margin-bottom: 2rem;
}

.tuvecca-home-tiles__badge {
    display: inline-block;
    padding: 0.35rem 1rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--tuvecca-teal, #1a4b63);
    background: #fff;
    border: 1px solid rgba(26, 75, 99, 0.15);
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

.tuvecca-home-tiles__title {
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 700;
    color: var(--tuvecca-teal, #1a4b63);
    margin: 0;
    letter-spacing: -0.02em;
}

.tuvecca-home-tiles__grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (max-width: 767.98px) {
    .tuvecca-home-tiles__grid .tuvecca-home-tile:nth-child(3) {
        grid-column: 1 / -1;
        max-width: calc((100% - 1rem) / 2);
        margin-inline: auto;
    }
}

@media (min-width: 768px) {
    .tuvecca-home-tiles__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

@media (min-width: 992px) {
    .tuvecca-home-tiles__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.tuvecca-home-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    min-height: 10rem;
    padding: 1.5rem 1rem;
    background: rgba(255, 255, 255, 0.55);
    color: var(--tuvecca-body-text, #1a1a1a);
    text-decoration: none;
    border-radius: 16px;
    border: 1px solid rgba(26, 75, 99, 0.14);
    box-shadow: 0 6px 24px rgba(26, 75, 99, 0.06);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.tuvecca-home-tile:hover {
    border-color: rgba(26, 75, 99, 0.35);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 32px rgba(26, 75, 99, 0.1);
    color: var(--tuvecca-body-text, #1a1a1a);
}

.tuvecca-home-tile__iconwrap {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: rgba(26, 75, 99, 0.08);
    color: var(--tuvecca-teal, #1a4b63);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.tuvecca-home-tile:hover .tuvecca-home-tile__iconwrap {
    background: var(--tuvecca-teal, #1a4b63);
    color: #fff;
}

.tuvecca-home-tile__icon {
    font-size: 1.35rem;
}

.tuvecca-home-tile__label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.35;
    color: var(--tuvecca-teal, #1a4b63);
    margin-bottom: 0.5rem;
}

.tuvecca-home-tile--brand-cased .tuvecca-home-tile__label {
    text-transform: none;
    letter-spacing: 0.04em;
}

.tuvecca-home-tile__hint {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tuvecca-orange, #e26e9a);
    margin-top: auto;
    opacity: 0.95;
}

.tuvecca-featured-events__container {
    max-width: 1200px;
    margin: 0 auto;
}

.tuvecca-featured-events--inner {
    margin-top: 2rem;
}

.tuvecca-featured-events--inner:first-of-type {
    margin-top: 1.5rem;
}

/* Gelecek etkinlikler — detay modalı */
.tuvecca-event-modal .tuvecca-event-modal__dialog {
    max-width: min(720px, calc(100% - 1.5rem));
    margin: 0.75rem auto;
}

.tuvecca-event-modal__content {
    border-radius: 18px;
    overflow: hidden;
    background: var(--tuvecca-card-bg, #fff);
    color: var(--tuvecca-body-text, #1a1a1a);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.2);
}

.tuvecca-event-modal__header {
    background: var(--tuvecca-teal, #1a4b63);
    color: #fff;
    padding: 1rem 1.35rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    flex-wrap: nowrap;
    gap: 0.75rem;
}

.tuvecca-event-modal__title {
    font-size: clamp(1rem, 2.4vw, 1.2rem);
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
    flex: 1;
    min-width: 0;
    padding-right: 0.35rem;
}

.tuvecca-event-modal__close {
    opacity: 0.88;
    flex-shrink: 0;
}

.tuvecca-event-modal__close:hover {
    opacity: 1;
}

.tuvecca-event-modal__body {
    padding: 0;
    background: var(--tuvecca-card-bg, #fff);
    color: inherit;
}

.tuvecca-event-modal__media-shell {
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.tuvecca-event-modal__media {
    width: 100%;
    min-height: 0;
    max-height: none;
    margin: 0 auto;
    background: transparent;
    overflow: hidden;
}

.tuvecca-event-modal__img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.tuvecca-event-modal__video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #000;
}

.tuvecca-event-modal__inner {
    padding: 0;
}

.tuvecca-event-modal__meta-panel {
    padding: 1rem 1.35rem;
    background: #f2f5f7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.tuvecca-event-modal__meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 480px) {
    .tuvecca-event-modal__meta {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 0.5rem 0.65rem;
    }
}

.tuvecca-event-modal__meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--tuvecca-body-text, #1a1a1a);
    line-height: 1.4;
    padding: 0.45rem 0.75rem;
    background: var(--tuvecca-body-bg, #fff);
    border: 1px solid var(--tuvecca-card-border, #e0e6ea);
    border-radius: 10px;
    max-width: 100%;
}

.tuvecca-event-modal__meta-icon {
    flex-shrink: 0;
    width: 1.25rem;
    text-align: center;
    color: var(--tuvecca-teal, #1a4b63);
    font-size: 0.95rem;
}

.tuvecca-event-modal__meta-text {
    min-width: 0;
    word-break: break-word;
}

.tuvecca-event-modal__desc {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--tuvecca-muted);
    padding: 1.2rem 1.35rem 0;
    margin-bottom: 0 !important;
}

.tuvecca-event-modal__desc p {
    margin-bottom: 0.75rem;
}

.tuvecca-event-modal__desc p:last-child {
    margin-bottom: 0;
}

.tuvecca-event-modal__desc ul,
.tuvecca-event-modal__desc ol {
    margin-bottom: 0.75rem;
    padding-left: 1.35rem;
}

.tuvecca-event-modal__desc .embed-responsive {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background: #000;
    overflow: hidden;
}

.tuvecca-event-modal__desc .embed-responsive-16by9 {
    aspect-ratio: 16 / 9;
    height: auto;
    padding-bottom: 0;
}

.tuvecca-event-modal__desc .embed-responsive-item,
.tuvecca-event-modal__desc video {
    display: block;
    max-width: 100%;
}

/* Sarmalayıcı dışında kalan video yoksa yükseklik otomatik */
.tuvecca-event-modal__desc .embed-responsive-16by9 .embed-responsive-item,
.tuvecca-event-modal__desc .embed-responsive-16by9 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.embed-responsive-16by9 {
    aspect-ratio: 16 / 9;
    height: auto;
    padding-bottom: 0;
    position: relative;
}
 .embed-responsive-16by9 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

/* Yalnızca video içeren paragraf (ör. <p><video>…</video></p>) */
.tuvecca-event-modal__desc p:has(> video:only-child) {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background: #000;
    overflow: hidden;
}

.tuvecca-event-modal__desc p:has(> video:only-child) video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.tuvecca-event-modal__actions {
    padding: 1.15rem 1.35rem 1.45rem;
}

.tuvecca-event-modal__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.4rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 999px;
    background: var(--tuvecca-orange, #e26e9a);
    color: #fff !important;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    width: 100%;
    text-align: center;
}

@media (min-width: 480px) {
    .tuvecca-event-modal__cta {
        width: auto;
        min-width: min(100%, 280px);
    }
}

.tuvecca-event-modal__cta:hover {
    background: #c75188;
    color: #fff !important;
}

.tuvecca-event-modal.fade .modal-dialog {
    transform: scale(0.96);
    opacity: 0;
    transition: transform 0.28s ease-out, opacity 0.28s ease-out;
}

.tuvecca-event-modal.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

html[data-theme="dark"] .tuvecca-event-modal__content {
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
}

html[data-theme="dark"] .tuvecca-event-modal__meta-panel {
    background: rgba(255, 255, 255, 0.05);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .tuvecca-event-modal__meta-chip {
    color: #e8eef1;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .tuvecca-home-news--showcase {
    background: #1a2429;
}

html[data-theme="dark"] .tuvecca-home-news__badge {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--tuvecca-teal-bright, #7ebfcf);
}

html[data-theme="dark"] .tuvecca-home-news__title--showcase {
    color: #e8eef1;
}

html[data-theme="dark"] .tuvecca-home-news__rowtitle {
    color: #e8eef1;
}

html[data-theme="dark"] .tuvecca-home-news__rowlink:hover,
html[data-theme="dark"] .tuvecca-home-news__rowlink:focus-visible {
    background: rgba(255, 255, 255, 0.05);
}

html[data-theme="dark"] .tuvecca-home-news__rowicon {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: #e8eef1;
}

html[data-theme="dark"] .tuvecca-home-events--band {
    background: #0d1418;
}

html[data-theme="dark"] .tuvecca-home-tiles {
    background: #12181c;
}

html[data-theme="dark"] .tuvecca-home-tile {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
    color: #e8eef1;
}

html[data-theme="dark"] .tuvecca-home-tile:hover {
    color: #e8eef1;
    background: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] .tuvecca-home-tile__label {
    color: #e8eef1;
}

/* Geçmiş harici siteler */
.tuvecca-home-past-sites {
    background: var(--tuvecca-body-bg, #fff);
    padding: clamp(2rem, 4vw, 3rem) 1.25rem;
}

.tuvecca-home-past-sites__container {
    max-width: 720px;
    margin: 0 auto;
}

.tuvecca-home-past-sites__title {
    font-size: clamp(1.2rem, 2.8vw, 1.5rem);
    font-weight: 700;
    color: var(--tuvecca-teal, #1a4b63);
    margin: 0 0 0.5rem;
    text-align: center;
}

.tuvecca-home-past-sites__lead {
    text-align: center;
    color: var(--tuvecca-muted, #5c6b73);
    font-size: 0.95rem;
    margin: 0 0 1.5rem;
    line-height: 1.5;
}

.tuvecca-home-past-sites__item {
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(26, 75, 99, 0.1);
}

.tuvecca-home-past-sites__item:last-child {
    border-bottom: none;
}

.tuvecca-home-past-sites__link {
    font-weight: 700;
    color: var(--tuvecca-teal, #1a4b63);
    text-decoration: none;
    font-size: 1rem;
}

.tuvecca-home-past-sites__link:hover,
.tuvecca-home-past-sites__link:focus-visible {
    text-decoration: underline;
    color: var(--tuvecca-orange, #e26e9a);
}

.tuvecca-home-past-sites__desc {
    margin-top: 0.35rem;
    font-size: 0.9rem;
    color: var(--tuvecca-muted, #5c6b73);
    line-height: 1.45;
}

html[data-theme="dark"] .tuvecca-home-past-sites {
    background: #0d1418;
}

html[data-theme="dark"] .tuvecca-home-past-sites__title {
    color: #e8eef1;
}

html[data-theme="dark"] .tuvecca-home-past-sites__lead,
html[data-theme="dark"] .tuvecca-home-past-sites__desc {
    color: rgba(255, 255, 255, 0.65);
}

html[data-theme="dark"] .tuvecca-home-past-sites__item {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] .tuvecca-home-past-sites__link {
    color: #e8eef1;
}

.tuvecca-home-empty {
    text-align: center;
    color: var(--tuvecca-muted, #5c6b73);
    padding: 1rem;
    font-size: 0.95rem;
}
