﻿
.tumpaketler {
    margin: 16px;
    justify-content: center;
    border-radius: 9px;
    text-align: center;
    background-color: #de6628;
    padding: 10px;
}

    .tumpaketler a {
        border-radius: 9px;
        font-weight: 500;
       
       
        text-shadow: 0 2px 4px rgba(0,0,0,.9), 0 6px 20px rgba(0,0,0,.7);
    }

    .tpd-payCard {
        background-color: white;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 9px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

.tpd-payCardHead {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    height: 70px;
    background: rgb(0 0 0 / 6%);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.tpd-payCardIcon {
    font-size: 22px;
    line-height: 1;
}

.tpd-payCardTitle {
    font-size: 15px;
    font-weight: 800;
    color: black;
    letter-spacing: .1px;
}

.tpd-payCardavantaj {
    /*position: relative;
    top: 0;
    right: 0;*/
    padding: 8px 12px;
    background-color: #009500;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    border-radius: 0 18px 0 0;
    z-index: 2;
}

.tpd-payCardBody {
    padding: 8px 20px 16px;
    flex: 1;
}

.tpd-payCardRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
    font-size: 14px;
    color: black;
    gap: 8px;
}

    .tpd-payCardRow:last-child {
        border-bottom: none;
    }

    .tpd-payCardRow strong {
        color: black;
        font-size: 15px;
        white-space: nowrap;
    }

.tpd-payCardRowHighlight strong {
    color: #ffd400;
}

.tpd-payCardRowMuted {
    opacity: .55;
    font-size: 12px;
}


.ipd-hero {
    position: relative;
    overflow: hidden;
    border-radius: 9px;
    margin: 20px 0 26px;
    background: radial-gradient(circle at 12% 18%, rgba(0,174,255,.11), transparent 24%), radial-gradient(circle at 88% 20%, rgba(120,84,255,.14), transparent 26%), linear-gradient(135deg, #09162d 0%, #12274f 45%, #10092a 100%);
    color: #fff;
    box-shadow: 0 25px 60px rgba(8, 18, 44, .22);
    isolation: isolate;
}

    .ipd-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, rgba(5, 12, 30, .60) 0%, rgba(5, 12, 30, .20) 50%, transparent 100%);
        z-index: 1;
        pointer-events: none;
    }

.ipd-heroInner {
    border: 1px solid rgba(230,230,230,.12);
    gap: 30px;
    align-items: center;
    min-height: 560px;
    padding: 32px 28px;
    position: relative;
    z-index: 2;
}

.ipd-heroMedia {
    position: absolute !important;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

    .ipd-heroMedia::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 9px 9px 0 0;
        background: linear-gradient(to bottom, transparent 0px, transparent 150px, rgba(16, 9, 42, .72) 300px, rgba(16, 9, 42, .94) 55%, #10092a 100%);
        pointer-events: none;
        z-index: 2;
    }

.ipd-heroVisual {
    width: 100%;
    overflow: hidden;
    background: rgba(255,255,255,.06);
    box-shadow: 0 24px 64px rgba(0,0,0,.35);
}

    .ipd-heroVisual img {
        display: block;
        width: 100%;
        height: auto;
    }

.ipd-heroContent {
    position: relative;
    z-index: 3;
}

.ipd-badgeRow {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 50px;
    justify-content: space-between;
}

.ipd-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .2px;
    text-align: center;
}

.ipd-badgeLeft {
    background: rgba(6,124,3,.67);
    color: #a7f8d6;
    border: 1px solid rgba(167,248,214,.25);
}

.ipd-badgeRightWrap {
    background-color: #fff;
    color: #111;
    border-radius: 9px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .2px;
    justify-content: flex-end;
    gap: 8px;
}

    .ipd-badgeRightWrap img {
        max-height: 26px;
        width: auto;
        display: block;
    }

.ipd-hero h1 {
    text-shadow: 0 2px 4px rgba(0,0,0,.9), 0 6px 20px rgba(0,0,0,.7), 0 0 2px rgba(0,0,0,1);
    margin: 0 0 14px;
    line-height: 1.08;
    letter-spacing: -.5px;
}

.ipd-heroLead {
    text-shadow: 0 2px 4px rgba(0,0,0,.9), 0 6px 20px rgba(0,0,0,.7);
    max-width: 700px;
    margin: 0 0 18px;
    color: rgba(255,255,255,.92);
    font-size: 18px;
    line-height: 1.75;
}

.ipd-featureMini {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

    .ipd-featureMini li {
        text-shadow: 0 2px 4px rgba(0,0,0,.9), 0 6px 20px rgba(0,0,0,.7);
        display: flex;
        align-items: center;
        min-height: 52px;
        padding: 12px 14px;
        border-radius: 16px;
        background: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.12);
        backdrop-filter: blur(8px);
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.45;
    }

.ipd-priceBox {
    display: inline-flex;
    align-items: flex-end;
    gap: 8px;
    margin: 0 0 22px;
}

.ipd-priceMain {
    text-shadow: 0 2px 4px rgba(0,0,0,.9), 0 6px 20px rgba(0,0,0,.7);
    font-size: 44px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
}

.ipd-priceSub {
    text-shadow: 0 2px 4px rgba(0,0,0,.9), 0 6px 20px rgba(0,0,0,.7);
    padding-bottom: 6px;
    color: rgba(255,255,255,.84);
    font-size: 15px;
    font-weight: 700;
}

.ipd-ctaRow,
.ipd-applyActions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.ipd-btnPrimary,
.ipd-btnSecondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 800;
    transition: .2s ease;
}

.ipd-btnPrimary {
    background: #00b7ff;
    color: #07101f;
    box-shadow: 0 14px 28px rgba(0,0,0,.18);
}

    .ipd-btnPrimary:hover {
        transform: translateY(-1px);
    }

.ipd-btnSecondary {
    background: rgba(255,255,255,.10);
    color: #fff;
    border: 1px solid rgba(255,255,255,.15);
}

.ipd-wrapDark {
    padding: 30px;
    border-radius: 9px;
    background: radial-gradient(circle at 12% 18%, rgba(0,174,255,.11), transparent 24%), radial-gradient(circle at 88% 20%, rgba(120,84,255,.14), transparent 26%), linear-gradient(135deg, #09162d 0%, #12274f 45%, #10092a 100%);
}

.ipd-specCard {
    padding-top: 6px;
    padding-bottom: 6px;
}

.ipd-specCardTitle {
    display: list-item;
    font-weight: 600;
    width: 170px;
    color: #fff;
}

.ipd-specCardText {
    color: rgba(255,255,255,.92);
}

    .ipd-specCardText a {
        font-weight: 700;
        color: #fff;
        text-decoration: underline;
    }

.ipd-applyBox {
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 9px;
    margin: 20px 0 26px;
    background: radial-gradient(circle at 12% 18%, rgba(0,174,255,.11), transparent 24%), radial-gradient(circle at 88% 20%, rgba(120,84,255,.14), transparent 26%), linear-gradient(135deg, #09162d 0%, #12274f 45%, #10092a 100%);
    color: #fff;
    box-shadow: 0 25px 60px rgba(8, 18, 44, .22);
    isolation: isolate;
}

.ipd-infoNote {
    margin-top: 10px;
    color: rgba(255,255,255,.85);
}

@media (max-width: 991px) {
    .ipd-hero::after {
        display: none;
    }

    .ipd-heroInner {
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
        min-height: auto;
        padding: 0 0 28px;
    }

    .ipd-heroMedia {
        display: flex;
        width: 100%;
        padding: 0;
        position: absolute !important;
        top: 0;
    }

    .ipd-heroVisual {
        max-width: 100%;
        width: 100%;
        border-radius: 9px 9px 0 0;
        box-shadow: none;
        position: relative;
        z-index: 1;
    }

    .ipd-heroContent {
        padding: 24px 20px 0;
        position: relative;
        z-index: 3;
    }

    .ipd-badgeRow {
        margin-bottom: 20px;
    }

    .ipd-priceMain {
        font-size: 38px;
    }
}

@media (max-width: 640px) {
    .ipd-hero h1 {
        margin-top: 110px;
        font-size: 30px;
        line-height: 1.08;
    }

    .ipd-heroLead {
        font-size: 15px;
    }

    .ipd-featureMini {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 16px;
    }

        .ipd-featureMini li {
            min-height: 46px;
            padding: 10px 12px;
            border-radius: 14px;
            font-size: 13px;
        }

    .ipd-priceBox {
        gap: 10px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .ipd-priceMain {
        font-size: 30px;
    }

    .ipd-priceSub {
        font-size: 14px;
        padding-bottom: 0;
        line-height: 1.35;
    }

    .ipd-btnPrimary,
    .ipd-btnSecondary {
        width: 100%;
        min-height: 48px;
        border-radius: 14px;
    }
}
