/* TivigoServer landing — koyu tema */
body.tivigoserver.tr.landing {
    background: #0a0a0a;
    color: #fff;
}
body.tivigoserver.tr.landing .top-section,
body.tivigoserver.tr.landing .movie-cards,
body.tivigoserver.tr.landing .bottom-section {
    color: #fff;
}
.brand-name {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #f5c518;
    margin-bottom: 1rem;
}

/* Ana CTA buton — tema rengi */
.button.tivigo-cta {
    background: #ffc900;
    color: #14141b;
    font-size: 16px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: auto;
    font-weight: 700;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
.button.tivigo-cta:hover {
    background: #d6a900;
    color: #14141b;
}
.button.tivigo-cta.d-desktop {
    display: inline-flex;
}
@media (max-width: 767.98px) {
    .button.tivigo-cta.d-desktop {
        display: none;
    }
}
@media (min-width: 768px) {
    .button.tivigo-cta {
        width: 247px;
        height: 60px;
        margin: 0 auto;
    }
}

/* .top-section arka planları */
body.landing.tr .top-section {
    background-image: url(https://web-assets.cdnztl.com/thirdplatform/img/exxen-landing-bg-tr-sm.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    body.landing.tr .top-section {
        background-image: url(https://web-assets.cdnztl.com/thirdplatform/img/exxen-landing-bg-tr-lg.jpg);
    }
}

/* Paket listesi */
.package-list-section {
    padding: 2rem 0 3rem;
}
.container--packages {
    max-width: 520px;
}
.package-list__title {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
    background: linear-gradient(90deg, #f5c518 0%, #c084fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #f5c518;
}
.package-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
@media (min-width: 768px) {
    .package-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem 1rem;
    }
    .container--packages {
        max-width: 1300px;
    }
}
.package-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background: rgba(28, 28, 28, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.package-card:hover {
    border-color: rgba(245, 197, 24, 0.4);
    background: rgba(35, 35, 35, 0.95);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.package-card__left {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
}
.package-card__duration {
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}
.package-card__price {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}
.package-card__right {
    text-align: right;
}
.package-card__discount {
    font-size: 0.8rem;
    font-weight: 600;
    color: #a3e635;
}
.package-card--popular {
    position: relative;
    background: rgba(30, 35, 28, 0.95);
    border: 1px dashed rgba(245, 197, 24, 0.6);
}
.package-card--popular:hover {
    border-color: rgba(245, 197, 24, 0.8);
    background: rgba(35, 40, 30, 0.95);
}
.package-card__tag {
    position: absolute;
    top: -1px;
    right: 12px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 0.35rem 0.6rem;
    background: #1a1a1a;
    color: #f5c518;
    border-radius: 0 0 6px 6px;
    border: 1px solid rgba(245, 197, 24, 0.3);
}
.package-card--popular .package-card__left {
    gap: 0.35rem;
}
.package-card__row1 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.package-card__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    background: rgba(245, 197, 24, 0.25);
    color: #f5c518;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Alt CTA */
.bottom-section {
    text-align: center;
    padding: 2.5rem 1.5rem;
}
.bottom-section__cta {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid #f5c518;
    padding-bottom: 0.25rem;
    transition: color 0.2s, border-color 0.2s;
}
.bottom-section__cta:hover {
    color: #f5c518;
    border-bottom-color: #ffd54f;
}
.bottom-section__cta h2 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .bottom-section__cta h2 {
        font-size: 1.5rem;
    }
}

/* Özellikler bölümü */
.features-section {
    padding: 0 0 1rem;
    color: #fff;
}
.features-section__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    text-align: left;
    background: linear-gradient(90deg, #f5c518 0%, #c084fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.features-section__subtitle {
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
    margin: 0 0 2rem;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.features-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}
.feature-card {
    background: rgba(28, 28, 28, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.5rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.feature-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.feature-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: #fff;
}
.feature-card--1 .feature-card__icon { background: #e67e22; }
.feature-card--2 .feature-card__icon { background: #16a085; }
.feature-card--3 .feature-card__icon { background: #f5c518; color: #14141b; }
.feature-card--4 .feature-card__icon { background: #27ae60; }
.feature-card--5 .feature-card__icon { background: #8e44ad; }
.feature-card--6 .feature-card__icon { background: #25d366; }
.feature-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #fff;
}
.feature-card__desc {
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}
@media (min-width: 640px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
    .feature-card {
        padding: 1.75rem;
    }
    .features-section__title {
        font-size: 1.75rem;
    }
}

/* Ücretsiz deneme alanı (mobil) */
.TivigoCampaign {
    display: none;
}
@media (max-width: 767.98px) {
    .TivigoCampaign {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #1b1b1f;
        border-radius: 16px;
        padding: 46px 0;
        margin: 0 16px;
        max-width: 600px;
        text-align: center;
    }
}
.TivigoCampaign .tivigoCampaign__title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
    padding: 15px;
    text-decoration: none;
}
.TivigoCampaign .tivigoCampaign__title .tivigoCampaign__highlight {
    font-weight: 700;
    display: block;
}
.TivigoCampaign .tivigoCampaign__button {
    background: #ffc900;
    color: #14141b;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 56px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}
.TivigoCampaign .tivigoCampaign__button:hover {
    background: #d6a900;
    color: #14141b;
}
@media (min-width: 768px) {
    .TivigoCampaign {
        display: none !important;
    }
}

/* Politika modalları (Kullanım Şartları / Gizlilik) */
.policy-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
}
.policy-modal[hidden] {
    display: none !important;
}
.policy-modal--open {
    opacity: 1;
    visibility: visible;
    display: flex;
}
.policy-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.policy-modal__box {
    position: relative;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    max-width: 560px;
    width: 100%;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
}
.policy-modal__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.policy-modal__close:hover {
    background: rgba(255, 255, 255, 0.2);
}
.policy-modal__title {
    margin: 0;
    padding: 1.25rem 1.5rem 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}
.policy-modal__body {
    padding: 0 1.5rem 1.5rem;
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
    line-height: 1.6;
}
.policy-modal__body h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 1.25rem 0 0.5rem;
}
.policy-modal__body h3:first-of-type {
    margin-top: 0.75rem;
}
.policy-modal__body p {
    margin: 0 0 0.75rem;
}
.policy-modal__body ul {
    margin: 0 0 0.75rem;
    padding-left: 1.25rem;
}
.policy-modal__body li {
    margin-bottom: 0.35rem;
}
