﻿:root {
    --refund-bg: #f6f9ff;
    --refund-card: #ffffff;
    --refund-ink: #0f172a;
    --refund-muted: #64748b;
    --refund-line: #dbe5f1;
    --refund-blue: #2563eb;
    --refund-blue-2: #1d4ed8;
    --refund-dark: #071120;
    --refund-success: #16a34a;
    --refund-warning: #d97706;
    --refund-danger: #dc2626;
    --refund-orange: #f97316;
    --refund-purple: #7c3aed;
}

.tk-refund-page {
    min-height: calc(100vh - 116px);
    padding: 54px 0 72px;
    background: radial-gradient(circle at 8% 4%, rgba(37, 99, 235, .13), transparent 28%), radial-gradient(circle at 92% 10%, rgba(249, 115, 22, .12), transparent 30%), linear-gradient(180deg, #f8fafc 0%, var(--refund-bg) 100%);
}

.tk-refund-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.tk-refund-hero {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 38px;
    color: #fff;
    background: radial-gradient(circle at 92% 12%, rgba(255, 255, 255, .18), transparent 24%), linear-gradient(135deg, #071120 0%, #10233d 50%, #f97316 100%);
    box-shadow: 0 26px 62px rgba(15, 30, 51, .18);
    margin-bottom: 22px;
}

    .tk-refund-hero::after {
        content: "";
        position: absolute;
        right: -110px;
        bottom: -140px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: rgba(255,255,255,.09);
        pointer-events: none;
    }

.tk-refund-hero-main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: end;
}

.tk-refund-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-radius: 999px;
    padding: 9px 14px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .20);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .75rem;
    margin-bottom: 16px;
}

.tk-refund-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(2.1rem, 4vw, 3.35rem);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -.06em;
}

.tk-refund-hero p {
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-weight: 650;
    line-height: 1.75;
    max-width: 820px;
}

.tk-refund-meta-card {
    border-radius: 26px;
    padding: 18px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(10px);
}

    .tk-refund-meta-card strong {
        display: block;
        font-size: .85rem;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: rgba(255,255,255,.70);
        margin-bottom: 8px;
    }

    .tk-refund-meta-card span {
        display: block;
        font-size: 1.05rem;
        font-weight: 950;
        line-height: 1.4;
    }

.tk-refund-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    margin-bottom: 18px;
}

.tk-refund-search {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--refund-line);
    box-shadow: 0 14px 34px rgba(15, 30, 51, .08);
    padding: 0 18px;
}

    .tk-refund-search i {
        color: var(--refund-orange);
    }

    .tk-refund-search input {
        width: 100%;
        border: 0;
        outline: 0;
        background: transparent;
        color: var(--refund-ink);
        font-weight: 800;
    }

        .tk-refund-search input::placeholder {
            color: #94a3b8;
        }

.tk-refund-print {
    min-height: 58px;
    border-radius: 22px;
    border: 1px solid #fed7aa;
    background: #fff;
    color: #c2410c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(15, 30, 51, .06);
}

.tk-refund-layout {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.tk-refund-side {
    position: sticky;
    top: 92px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid var(--refund-line);
    box-shadow: 0 18px 46px rgba(15, 30, 51, .09);
    padding: 18px;
}

.tk-refund-side-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--refund-ink);
    font-weight: 950;
    margin: 0 0 12px;
    letter-spacing: -.03em;
}

.tk-refund-index {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tk-refund-index a {
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 42px;
        border-radius: 15px;
        padding: 8px 11px;
        color: #334155;
        background: #f8fafc;
        border: 1px solid transparent;
        text-decoration: none !important;
        font-weight: 850;
        transition: .18s ease;
    }

        .tk-refund-index a:hover,
        .tk-refund-index a:focus {
            color: #c2410c;
            background: #fff7ed;
            border-color: #fed7aa;
            transform: translateX(3px);
        }

    .tk-refund-index i {
        width: 18px;
        color: var(--refund-orange);
        text-align: center;
    }

.tk-refund-contact-box {
    margin-top: 16px;
    border-radius: 22px;
    padding: 16px;
    background: linear-gradient(135deg, #fff7ed, #fffbeb);
    border: 1px solid #fed7aa;
}

    .tk-refund-contact-box strong {
        display: flex;
        align-items: center;
        gap: 9px;
        color: #9a3412;
        font-weight: 950;
        margin-bottom: 8px;
    }

    .tk-refund-contact-box p {
        margin: 0 0 12px;
        color: #9a3412;
        font-weight: 750;
        line-height: 1.55;
        font-size: .92rem;
    }

.tk-refund-content {
    display: grid;
    gap: 18px;
}

.tk-refund-card {
    border-radius: 28px;
    background: var(--refund-card);
    border: 1px solid var(--refund-line);
    box-shadow: 0 18px 46px rgba(15, 30, 51, .09);
    padding: 26px;
    scroll-margin-top: 96px;
}

.tk-refund-card-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
}

.tk-refund-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff7ed;
    color: var(--refund-orange);
    border: 1px solid #fed7aa;
    font-size: 1.08rem;
}

.tk-refund-card h2 {
    margin: 0;
    color: var(--refund-ink);
    font-size: clamp(1.24rem, 2vw, 1.55rem);
    font-weight: 950;
    letter-spacing: -.045em;
}

.tk-refund-card .tk-refund-lead {
    margin: 5px 0 0;
    color: var(--refund-muted);
    font-weight: 700;
    line-height: 1.62;
}

.tk-refund-card p,
.tk-refund-card li {
    color: #475569;
    line-height: 1.78;
    font-weight: 650;
}

.tk-refund-card p {
    margin: 0 0 12px;
}

    .tk-refund-card p:last-child {
        margin-bottom: 0;
    }

.tk-refund-card ul,
.tk-refund-card ol {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 8px;
}

.tk-refund-card strong {
    color: #111827;
    font-weight: 950;
}

.tk-refund-alert {
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    gap: 12px;
    border-radius: 20px;
    padding: 16px;
    margin-top: 14px;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1e3a8a;
}

    .tk-refund-alert i {
        margin-top: 4px;
        color: var(--refund-blue);
    }

    .tk-refund-alert p,
    .tk-refund-alert li {
        margin: 0;
        color: #1e3a8a;
        font-weight: 750;
        line-height: 1.65;
    }

.tk-refund-alert-warning {
    background: #fffbeb;
    border-color: #fde68a;
    color: #92400e;
}

    .tk-refund-alert-warning i,
    .tk-refund-alert-warning p,
    .tk-refund-alert-warning li {
        color: #92400e;
    }

.tk-refund-alert-danger {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

    .tk-refund-alert-danger i,
    .tk-refund-alert-danger p,
    .tk-refund-alert-danger li {
        color: #991b1b;
    }

.tk-refund-alert-success {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #166534;
}

    .tk-refund-alert-success i,
    .tk-refund-alert-success p,
    .tk-refund-alert-success li {
        color: #166534;
    }

.tk-refund-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 0;
}

.tk-refund-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-weight: 850;
    font-size: .9rem;
}

    .tk-refund-chip i {
        color: var(--refund-orange);
    }

.tk-refund-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
    margin-top: 14px;
}

.tk-refund-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
    margin-top: 14px;
}

.tk-refund-mini {
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 17px;
}

    .tk-refund-mini strong {
        display: flex;
        align-items: center;
        gap: 9px;
        color: var(--refund-ink);
        font-weight: 950;
        margin-bottom: 7px;
    }

        .tk-refund-mini strong i {
            color: var(--refund-orange);
        }

    .tk-refund-mini p {
        margin: 0;
        font-size: .95rem;
    }

.tk-refund-flow {
    display: grid;
    gap: 12px;
    margin-top: 14px;
    counter-reset: refundStep;
}

.tk-refund-step {
    display: grid;
    grid-template-columns: 44px minmax(0,1fr);
    gap: 12px;
    align-items: start;
    border-radius: 22px;
    padding: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

    .tk-refund-step::before {
        counter-increment: refundStep;
        content: counter(refundStep);
        width: 44px;
        height: 44px;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #f97316, #ea580c);
        color: #fff;
        font-weight: 950;
        box-shadow: 0 14px 25px rgba(249, 115, 22, .18);
    }

    .tk-refund-step h3 {
        margin: 0 0 6px;
        color: var(--refund-ink);
        font-size: 1.02rem;
        font-weight: 950;
        letter-spacing: -.035em;
    }

    .tk-refund-step p {
        margin: 0;
    }

.tk-refund-table-wrap {
    overflow-x: auto;
    margin-top: 14px;
    border-radius: 22px;
    border: 1px solid #e2e8f0;
}

.tk-refund-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: #fff;
}

    .tk-refund-table th,
    .tk-refund-table td {
        padding: 14px 15px;
        text-align: left;
        border-bottom: 1px solid #e2e8f0;
        vertical-align: top;
    }

    .tk-refund-table th {
        background: #f8fafc;
        color: var(--refund-ink);
        font-weight: 950;
        font-size: .86rem;
        text-transform: uppercase;
        letter-spacing: .06em;
    }

    .tk-refund-table td {
        color: #475569;
        font-weight: 700;
        line-height: 1.55;
    }

    .tk-refund-table tr:last-child td {
        border-bottom: 0;
    }

.tk-refund-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 7px 11px;
    font-size: .83rem;
    font-weight: 950;
    white-space: nowrap;
}

.tk-refund-status-ok {
    background: #dcfce7;
    color: #166534;
}

.tk-refund-status-warn {
    background: #fef3c7;
    color: #92400e;
}

.tk-refund-status-no {
    background: #fee2e2;
    color: #991b1b;
}

.tk-refund-status-info {
    background: #dbeafe;
    color: #1e40af;
}

.tk-refund-faq {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

    .tk-refund-faq details {
        border-radius: 20px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        overflow: hidden;
    }

    .tk-refund-faq summary {
        cursor: pointer;
        list-style: none;
        padding: 16px 18px;
        color: var(--refund-ink);
        font-weight: 950;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
    }

        .tk-refund-faq summary::-webkit-details-marker {
            display: none;
        }

        .tk-refund-faq summary::after {
            content: "\f078";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: var(--refund-orange);
            transition: transform .18s ease;
        }

    .tk-refund-faq details[open] summary::after {
        transform: rotate(180deg);
    }

.tk-refund-faq-body {
    padding: 0 18px 16px;
    color: #475569;
    font-weight: 650;
    line-height: 1.75;
}

.tk-refund-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.tk-refund-btn {
    min-height: 48px;
    border-radius: 999px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff !important;
    font-weight: 950;
    text-decoration: none !important;
    border: 0;
    box-shadow: 0 14px 28px rgba(249,115,22,.20);
}

.tk-refund-btn-soft {
    background: #fff !important;
    color: #c2410c !important;
    border: 1px solid #fed7aa;
    box-shadow: none;
}

.tk-refund-btn-dark {
    background: #0f172a !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(15,23,42,.18);
}

.tk-refund-empty {
    display: none;
    border-radius: 22px;
    padding: 18px;
    border: 1px dashed #fed7aa;
    background: #fff7ed;
    color: #9a3412;
    font-weight: 850;
    margin-bottom: 18px;
}

.tk-refund-hidden {
    display: none !important;
}

@media (max-width: 980px) {
    .tk-refund-hero-main {
        grid-template-columns: 1fr;
    }

    .tk-refund-layout {
        grid-template-columns: 1fr;
    }

    .tk-refund-side {
        position: static;
    }

    .tk-refund-grid-3 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .tk-refund-page {
        padding: 30px 0 44px;
    }

    .tk-refund-shell {
        width: min(100% - 22px, 1180px);
    }

    .tk-refund-hero, .tk-refund-card {
        border-radius: 24px;
        padding: 22px;
    }

    .tk-refund-toolbar {
        grid-template-columns: 1fr;
    }

    .tk-refund-print {
        width: 100%;
    }

    .tk-refund-grid-2 {
        grid-template-columns: 1fr;
    }

    .tk-refund-card-head {
        flex-direction: column;
    }

    .tk-refund-step {
        grid-template-columns: 1fr;
    }
}

@media print {
    .site-header,
    .site-footer,
    .tk-sidebar,
    .tk-refund-toolbar,
    .tk-refund-side,
    .tk-refund-actions,
    .tk-refund-contact-box {
        display: none !important;
    }

    .tk-refund-page {
        padding: 0;
        background: #fff;
    }

    .tk-refund-shell {
        width: 100%;
    }

    .tk-refund-hero {
        color: #0f172a;
        background: #fff;
        box-shadow: none;
        border: 1px solid #e2e8f0;
    }

        .tk-refund-hero p, .tk-refund-kicker {
            color: #0f172a;
        }

    .tk-refund-card {
        box-shadow: none;
        page-break-inside: avoid;
    }
}
