*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --tl-royal: #3b1d4e;
    --tl-orchid: #6d4092;
    --tl-rose: #e2699c;
    --tl-ink: #231a2a;
    --tl-mute: #6b5f74;
    --tl-edge: #e6dfec;
    --tl-paper: #fdfbff;
    --tl-tint: #f3eef8;
    --tl-panel: #ffffff;
    --tl-night: #1a1122;
    --tl-ui: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
    --tl-head: "Palatino Linotype", Georgia, "Times New Roman", serif;
    --tl-b1: 7px;
    --tl-b2: 20px;
    --tl-b3: 30px;
    --tl-glow1: 0 9px 22px rgba(35, 26, 42, .06);
    --tl-glow2: 0 17px 42px rgba(35, 26, 42, .10);
    --tl-glow3: 0 26px 60px rgba(35, 26, 42, .14);
}

html { scroll-behavior: smooth; }

body {
    font-family: var(--tl-head);
    background:
        radial-gradient(circle at 12% 0%, rgba(109, 64, 146, .10), transparent 32%),
        linear-gradient(180deg, #fdfbff 0%, #f3eef8 100%);
    color: var(--tl-ink);
    line-height: 1.72;
    font-size: 16px;
}

a {
    color: var(--tl-royal);
    text-decoration: none;
    transition: color .2s ease, opacity .2s ease;
}
a:hover { color: var(--tl-orchid); }

.markStrip_tl5 {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 18px 20px;
    background: rgba(253, 251, 255, .90);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(59, 29, 78, .13);
}
.markStrip_tl5__inner {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}
.markStrip_tl5__name {
    font-family: var(--tl-ui);
    font-size: 21px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--tl-royal);
}

.docLead_tl5 {
    padding: 78px 20px 52px;
    text-align: center;
    color: var(--tl-ink);
}
.docLead_tl5__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px;
    border-radius: 999px;
    border: 1px solid rgba(59, 29, 78, .15);
    background: rgba(255, 255, 255, .74);
    box-shadow: var(--tl-glow1);
    font-family: var(--tl-ui);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--tl-orchid);
    margin-bottom: 18px;
}
.docLead_tl5__title {
    max-width: 820px;
    margin: 0 auto 14px;
    font-size: clamp(30px, 5vw, 54px);
    line-height: 1.08;
    color: var(--tl-royal);
}
.docLead_tl5__sub {
    max-width: 640px;
    margin: 0 auto;
    color: var(--tl-mute);
    font-size: 17px;
    line-height: 1.78;
}

.textHold_tl5 {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px 88px;
}
.textSheet_tl5 {
    background: linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(253,251,255,.98) 100%);
    border: 1px solid rgba(59, 29, 78, .11);
    border-radius: var(--tl-b3);
    box-shadow: var(--tl-glow2);
    padding: 52px 56px;
}
@media (max-width: 740px) {
    .textSheet_tl5 { padding: 30px 22px; border-radius: 22px; }
    .docLead_tl5 { padding-top: 60px; }
}

.textSheet_tl5 h2 {
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.18;
    color: var(--tl-royal);
    margin: 34px 0 14px;
}
.textSheet_tl5 h2:first-child { margin-top: 0; }
.textSheet_tl5 h3 {
    font-size: 19px;
    line-height: 1.28;
    color: var(--tl-ink);
    margin: 24px 0 10px;
}
.textSheet_tl5 p {
    color: var(--tl-mute);
    margin-bottom: 15px;
}
.textSheet_tl5 ul,
.textSheet_tl5 ol {
    padding-left: 20px;
    margin: 0 0 16px;
    color: var(--tl-mute);
}
.textSheet_tl5 li { margin-bottom: 7px; }
.textSheet_tl5 strong { color: var(--tl-ink); }

.claimGrid_tl5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 18px;
    margin: 26px 0;
}
.claimBox_tl5 {
    background: linear-gradient(180deg, rgba(255,255,255,.93), rgba(243,238,248,.98));
    border: 1px solid rgba(59, 29, 78, .10);
    border-radius: var(--tl-b2);
    padding: 24px 20px;
    box-shadow: var(--tl-glow1);
}
.claimBox_tl5__title {
    font-family: var(--tl-ui);
    font-size: 15px;
    font-weight: 900;
    color: var(--tl-royal);
    margin-bottom: 6px;
}
.claimBox_tl5__body {
    font-size: 14px;
    line-height: 1.68;
    color: var(--tl-mute);
}

.hintBox_tl5 {
    margin: 26px 0;
    padding: 22px 24px;
    border-radius: var(--tl-b2);
    background: linear-gradient(135deg, rgba(226, 105, 156, .18), rgba(255, 255, 255, .96));
    border: 1px solid rgba(226, 105, 156, .34);
    box-shadow: var(--tl-glow1);
}
.hintBox_tl5 p { margin: 0; color: var(--tl-ink); }

.factTable_tl5 {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 26px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: var(--tl-glow1);
    background: var(--tl-panel);
}
.factTable_tl5 th {
    background: linear-gradient(135deg, var(--tl-royal), var(--tl-orchid));
    color: #fff;
    text-align: left;
    padding: 14px 16px;
    font-family: var(--tl-ui);
    font-size: 14px;
    letter-spacing: .02em;
}
.factTable_tl5 td {
    padding: 13px 16px;
    border-bottom: 1px solid rgba(59, 29, 78, .09);
    color: var(--tl-mute);
    background: rgba(255,255,255,.88);
}
.factTable_tl5 tr:nth-child(even) td { background: rgba(243,238,248,.78); }
.factTable_tl5 tr:last-child td { border-bottom: none; }

.flowList_tl5 {
    margin: 28px 0;
    display: grid;
    gap: 18px;
}
.flowStep_tl5 {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    align-items: start;
    padding: 20px 20px 18px;
    background: rgba(255,255,255,.84);
    border: 1px solid rgba(59, 29, 78, .09);
    border-radius: var(--tl-b2);
    box-shadow: var(--tl-glow1);
}
.flowStep_tl5__num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: var(--tl-ui);
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, var(--tl-royal), var(--tl-orchid));
}
.flowStep_tl5__title {
    font-family: var(--tl-ui);
    font-size: 15px;
    font-weight: 900;
    color: var(--tl-ink);
    margin-bottom: 4px;
}
.flowStep_tl5__text {
    font-size: 15px;
    color: var(--tl-mute);
}

.footRail_tl5 {
    margin-top: 40px;
    background: #f7f3fa;
    color: #8f8497;
    padding: 20px 20px 16px;
    text-align: center;
    border-top: 1px solid #e9e0f1;
    font-family: var(--tl-ui);
}
.footRail_tl5__inner {
    max-width: 900px;
    margin: 0 auto;
}
.footRail_tl5__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 20px;
    margin-bottom: 10px;
}
.footRail_tl5__nav a {
    color: #a396ab;
    font-size: 11px;
    text-decoration: none;
}
.footRail_tl5__nav a:hover { color: #5c4a68; }
.footRail_tl5__note {
    font-size: 11px;
    color: #a89cb0;
}
