/* Nora Medya - Sabit Sayfalar
   WebTasarim.html ile aynı görsel dili kullanır; yalnızca sabit sayfa içeriğine scope edilir. */

.terms-conditions .single-terms {
    position: relative;
}

.static-page-premium-shell {
    position: relative;
    padding: 38px 42px;
    border: 1px solid rgba(22, 27, 36, .07);
    border-radius: 28px;
    background:
        radial-gradient(circle at 96% 3%, rgba(255, 112, 21, .10), transparent 23%),
        linear-gradient(145deg, rgba(255,255,255,.995), rgba(248,250,252,.975));
    box-shadow: 0 24px 70px rgba(18, 25, 38, .09);
    overflow: hidden;
    animation: nmStaticPageIn .72s ease both;
}

.static-page-premium-shell::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff6f15, #ff9f43, rgba(255,159,67,.2));
}

.static-page-premium-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: #ff6f15;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.static-page-premium-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: #ff6f15;
}

.static-page-premium-accent {
    width: 74px;
    height: 4px;
    margin: 2px 0 26px;
    border-radius: 999px;
    background: linear-gradient(90deg,#ff6f15,#ff9f43);
    box-shadow: 0 6px 18px rgba(255,111,21,.24);
}

.static-page-premium-body {
    color: #505966;
    font-size: 16px;
    line-height: 1.88;
}

.static-page-premium-body > *:first-child {
    margin-top: 0;
}

.static-page-premium-body p {
    margin: 0 0 18px;
    color: #505966;
    font-size: 16px;
    line-height: 1.88;
}

.static-page-premium-body h1,
.static-page-premium-body h2,
.static-page-premium-body h3,
.static-page-premium-body h4 {
    position: relative;
    color: #1f2937;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.018em;
}

.static-page-premium-body h2 {
    margin: 34px 0 16px;
    padding-left: 15px;
    font-size: 28px;
}

.static-page-premium-body h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(#ff6f15,#ff9f43);
}

.static-page-premium-body h3 {
    margin: 28px 0 13px;
    font-size: 22px;
}

.static-page-premium-body h4 {
    margin: 24px 0 12px;
    font-size: 19px;
}

.static-page-premium-body strong {
    color: #242a33;
    font-weight: 800;
}

.static-page-premium-body a {
    color: #f56d16;
    font-weight: 600;
    text-decoration: none;
    transition: color .22s ease;
}

.static-page-premium-body a:hover {
    color: #d95608;
}

.static-page-premium-body ul,
.static-page-premium-body ol {
    margin: 0 0 22px;
    padding-left: 24px;
}

.static-page-premium-body li {
    position: relative;
    margin-bottom: 9px;
    color: #505966;
    line-height: 1.78;
}

.static-page-premium-body blockquote {
    margin: 28px 0;
    padding: 20px 24px;
    border-left: 4px solid #ff6f15;
    border-radius: 0 14px 14px 0;
    background: rgba(255,111,21,.055);
    color: #3d4652;
}

.static-page-premium-body table {
    width: 100%;
    margin: 25px 0;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #e9edf2;
    border-radius: 14px;
}

.static-page-premium-body th,
.static-page-premium-body td {
    padding: 13px 15px;
    border-bottom: 1px solid #edf0f3;
    text-align: left;
}

.static-page-premium-body th {
    color: #242a33;
    background: #f7f8fa;
    font-weight: 800;
}

.static-page-premium-body tr:last-child td {
    border-bottom: 0;
}

@keyframes nmStaticPageIn {
    from {
        opacity: 0;
        transform: translateY(18px);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@media (max-width: 767.98px) {
    .static-page-premium-shell {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .static-page-premium-body,
    .static-page-premium-body p {
        font-size: 15px;
        line-height: 1.78;
    }

    .static-page-premium-body h2 {
        font-size: 24px;
    }

    .static-page-premium-body h3 {
        font-size: 20px;
    }

    .static-page-premium-body table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    .static-page-premium-shell {
        animation: none !important;
    }
}
