.ths-hero .ths-hero-title span, .ths-profile-name, .ths-tw-greeting {
    -webkit-text-fill-color: transparent
}

:root[data-theme=light] {
    --bg-primary: #f7f8f9;
    --text-primary: #111827;
    --text-secondary: #585d67;
    --border-color: #e5e7eb;
    --accent-color: #c10e81;
    --link-hover: #0b8718;
    --lbv-color-1: #006587;
    --lbv-color-2: #bf4c0a
}

:root[data-theme=dark] {
    --bg-primary: #0a0d15;
    --text-primary: #C0C7C6;
    --text-secondary: #9ca3af;
    --border-color: #374151;
    --accent-color: #00b3f0;
    --link-hover: #c10e81;
    --lbv-color-1: #00b3f0;
    --lbv-color-2: #f5772d
}

body, html {
    width: 100%;
    min-height: 100vh;
    overflow-x: clip;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: var(--text-primary);
    font-size: 18px;
    scroll-behavior: smooth;
    transition: background .4s, color .4s
}

*, body, html {
    margin: 0;
    padding: 0
}

*, ::after, ::before {
    box-sizing: border-box
}

.page-title {
    font-size: 1.5rem !important;
    text-align: center
}

.ths-page {
    position: relative;
    min-height: 50vh;
    padding-bottom: 10px;
    max-width: 1280px;
    margin: 0 auto
}

.ths-hero {
    text-align: center;
    padding: 50px 20px 40px;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.ths-hero::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(ellipse, rgba(124, 58, 237, .15) 0, transparent 70%);
    z-index: -1;
    pointer-events: none
}

.ths-hero-badge {
    display: inline-block;
    background: color-mix(in srgb, var(--accent-color) 15%, transparent);
    border: 1px solid color-mix(in srgb, var(--accent-color) 40%, transparent);
    color: var(--accent-color);
    padding: 6px 16px;
    border-radius: 99px;
    font-size: .82rem;
    margin-bottom: 20px
}

.ths-hero .ths-hero-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 16px
}

.ths-hero .ths-hero-title span {
    background: linear-gradient(135deg, var(--lbv-color-1), var(--lbv-color-2));
    -webkit-background-clip: text
}

.ths-hero p {
    color: var(--text-secondary);
    max-width: 520px;
    margin: 0 auto
}

.ths-calc-card {
    background: color-mix(in srgb, var(--bg-primary) 80%, #fff 2%);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 20px;
    backdrop-filter: blur(10px);
    margin: 40px 0 15px 0;
}

.ths-form-row {
    display: flex;
    gap: 20px
}

.ths-form-row .ths-form-group {
    flex: 1;
    margin-bottom: 0
}

@media (max-width: 600px) {
    .ths-form-row {
        flex-direction: column;
        gap: 0
    }
}

.ths-form-group {
    text-align: left
}

.ths-form-group label {
    display: block;
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-primary)
}

.ths-input {
    width: 100%;
    padding: 14px 16px;
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    font-size: 16px;
    color: var(--text-primary);
    transition: .3s;
    margin: 5px 0
}

.ths-input:focus {
    outline: 0;
    border-color: var(--lbv-color-1);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--lbv-color-1) 20%, transparent)
}

.ths-input.is-error {
    border-color: var(--accent-color)
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: .6
}

.ths-error {
    display: block;
    color: var(--accent-color);
    font-size: .82rem;
    margin-top: 6px;
    min-height: 18px;
    margin-bottom: 10px
}

.ths-btn-text {
    display: inline
}

.ths-btn-loading {
    display: none;
    align-items: center;
    gap: 6px
}

.ths-btn-submit, .ths-profile-hero {
    display: flex;
    align-items: center;
    padding: 12px
}

.ths-btn-submit.ths-loading .ths-btn-text, .ths-cursor.hidden {
    display: none
}

.ths-btn-submit.ths-loading .ths-btn-loading {
    display: inline-flex
}

.ths-btn-submit {
    width: auto;
    background: linear-gradient(135deg, var(--lbv-color-1), var(--lbv-color-2));
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 20px;
    justify-content: center;
    gap: 8px;
    transition: transform .2s, box-shadow .2s
}

.ths-btn-submit:hover:not(.ths-loading) {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px color-mix(in srgb, var(--lbv-color-1) 40%, transparent)
}

.ths-result {
    display: none;
    animation: .6s ease-out forwards ths-fadeIn
}

.ths-profile-hero {
    gap: 20px;
    margin-bottom: 28px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--lbv-color-1) 12%, transparent), color-mix(in srgb, var(--lbv-color-2) 12%, transparent));
    border: 1px solid color-mix(in srgb, var(--lbv-color-1) 25%, transparent);
    border-radius: 18px
}

.ths-avatar, .ths-index-item {
    align-items: center;
    display: flex
}

.ths-avatar, .ths-profile-name {
    background: linear-gradient(135deg, var(--lbv-color-1), var(--lbv-color-2))
}

.ths-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 0 24px color-mix(in srgb, var(--lbv-color-1) 50%, transparent)
}

.ths-profile-name {
    margin-top: 1.5rem !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    -webkit-background-clip: text
}

.ths-profile-meta {
    color: var(--text-secondary);
    font-size: .88rem;
    margin-top: 4px
}

.ths-indexes-wrap {
    margin-bottom: 32px
}

.ths-section-label {
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--text-secondary);
    margin-bottom: 16px
}

.ths-index-list {
    list-style: none;
    padding: 0 !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ths-index-item {
    gap: 18px;
    background: color-mix(in srgb, var(--bg-primary) 60%, #fff 3%);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 16px 20px;
    transition: border-color .25s, transform .2s
}

.ths-index-item:hover {
    border-color: color-mix(in srgb, var(--lbv-color-1) 50%, transparent);
    transform: translateX(4px)
}

.ths-analysis-header, .ths-tabs {
    border-bottom: 1px solid var(--border-color)
}

.ths-index-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ths-index-num {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    font-variant-numeric: tabular-nums
}

.ths-index-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1
}

.ths-index-label {
    font-size: .82rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: .05em
}

.ths-index-hint, .ths-tab:hover {
    color: var(--text-primary)
}

.ths-index-hint {
    font-size: 15px;
    font-weight: 500;
    transition: opacity .4s
}

.ths-hint-skeleton {
    display: inline-block;
    width: 120px;
    height: 14px;
    border-radius: 6px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--border-color) 80%, transparent) 25%, color-mix(in srgb, var(--border-color) 40%, transparent) 50%, color-mix(in srgb, var(--border-color) 80%, transparent) 75%);
    background-size: 200% 100%;
    animation: 1.4s infinite ths-shimmer
}

.ths-analysis-title {
    color: var(--lbv-color-1);
    font-weight: 700;
    font-size: 20px
}

.ths-tab, .ths-tw-intro {
    color: var(--text-secondary)
}

.ths-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto
}

.ths-tab {
    background: 0 0;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 12px 20px;
    font-size: .9rem;
    font-weight: 600;
    white-space: nowrap;
    transition: color .2s;
    margin-bottom: -1px
}

.ths-tab.active {
    color: var(--lbv-color-1);
    border-bottom-color: var(--lbv-color-1)
}

.ths-tab-pane {
    display: none;
    padding: 12px 0;
    border-top: none;
    border-radius: 0 0 16px 16px;
    animation: .35s ease-out ths-fadeIn;
    font-size: 16px
}

.ths-hint-skeleton.ths-tw-hint, .ths-skeleton {
    background: linear-gradient(90deg, color-mix(in srgb, var(--border-color) 80%, transparent) 25%, color-mix(in srgb, var(--border-color) 40%, transparent) 50%, color-mix(in srgb, var(--border-color) 80%, transparent) 75%);
    animation: 1.4s infinite ths-shimmer
}

.ths-tab-pane.active {
    display: block
}

.ths-tab-pane h2, .ths-tab-pane h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--lbv-color-1);
    margin: 22px 0 10px;
    padding-left: 12px;
    border-left: 3px solid var(--lbv-color-1)
}

.ths-tab-pane h2:first-child, .ths-tab-pane h3:first-child {
    margin-top: 0
}

.ths-tab-pane p {
    margin: 12px 0 !important;
    font-size: 16px;
    line-height: 1.7
}

.ths-tab-pane p br {
    display: block;
    margin-top: 6px
}

.ths-tab-pane strong {
    color: var(--accent-color)
}

.ths-tab-pane ul {
    list-style: none;
    padding: 0 !important;
    margin: 10px 0 16px
}

.ths-tab-pane ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 1.7;
}

.ths-tab-pane ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--lbv-color-1)
}

.ths-calc-block {
    border-radius: 12px;
    padding: 0;
    font-size: .92rem;
    word-break: break-word
}

.ths-calc-block p {
    margin: 0
}

.ths-calc-group {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border-color)
}

.ths-calc-group:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.ths-calc-block h2, .ths-calc-block h3, .ths-calc-block h4 {
    margin-top: 16px;
    margin-bottom: 4px
}

.ths-skeleton-wrap {
    padding: 8px 0
}

.ths-skeleton {
    border-radius: 8px;
    background-size: 200% 100%;
    margin-bottom: 12px
}

.ths-sk-title {
    height: 18px;
    width: 55%;
    margin-bottom: 16px
}

.ths-sk-line {
    height: 13px;
    width: 100%
}

.ths-sk-short {
    width: 72%
}

.ths-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, .3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: .7s linear infinite ths-spin;
    vertical-align: middle
}

@keyframes ths-spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes ths-shimmer {
    0% {
        background-position: 200% 0
    }
    100% {
        background-position: -200% 0
    }
}

@keyframes ths-fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.ths-chat-wrap {
    margin-bottom: 28px
}

.ths-chat-bubble {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    animation: .4s ease-out ths-fadeIn
}

.ths-chat-body {
    flex: 1;
    background: color-mix(in srgb, var(--bg-primary) 80%, #fff 2%);
    border: 1px solid var(--border-color);
    border-radius: 0 16px 16px;
    padding: 18px 20px;
    font-size: 15px;
    line-height: 1.9;
    min-height: 40px;
    word-break: break-word;
}

.ths-tw-greeting {
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--lbv-color-1), var(--lbv-color-2));
    -webkit-background-clip: text;
    margin-bottom: 4px
}

.ths-tw-intro {
    font-size: 15px;
    margin-bottom: 2px
}

.ths-tw-divider {
    height: 10px
}

.ths-tw-index {
    display: flex;
    align-items: baseline;
    gap: 0;
    padding: 3px 0;
    flex-wrap: wrap;
    color: var(--text-primary)
}

.ths-form-deep p, .ths-tw-closing, .ths-tw-hint {
    color: var(--text-secondary)
}

.ths-tw-num {
    font-size: 17px;
    font-weight: 800;
    margin: 0 6px
}

.ths-tw-hint {
    font-size: 15px;
    font-style: italic;
    transition: opacity .5s
}

.ths-hint-skeleton.ths-tw-hint {
    display: inline-block;
    width: 80px;
    height: 12px;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 4px;
    background-size: 200% 100%
}

.ths-tw-hint-text {
    opacity: 1;
    animation: .5s ease-out ths-fadeIn
}

.ths-tw-closing {
    font-size: 13px;
    font-style: italic;
    animation: 1.5s ease-in-out infinite ths-pulse
}

.ths-cursor, .ths-cursor-blink {
    animation: .8s step-end infinite ths-cursor-blink
}

.ths-cursor {
    display: inline;
    color: var(--lbv-color-1);
    font-weight: 300;
    margin-left: 1px;
    vertical-align: baseline;
    line-height: 1;
    white-space: nowrap
}

@keyframes ths-cursor-blink {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@keyframes ths-pulse {
    0%, 100% {
        opacity: .6
    }
    50% {
        opacity: 1
    }
}

.ths-tw-easter {
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    color: #fff;
    padding: 12px 16px;
    border-radius: 12px;
    margin: 8px 0;
    font-weight: 500;
    animation: 2s ease-in-out infinite ths-pulse
}

.ths-tw-block {
    color: var(--lbv-color-2, #dc2626);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    background: color-mix(in srgb, #dc2626 8%, transparent);
    border: 1px solid;
    margin: 4px 0;
    display: block
}


.ths-form-deep p {
    font-size: .85rem;
    margin-bottom: 20px
}

#ths-deep-analysis-form {
    display: none;
    margin: 0;
}

.ths-disclaimer {
    margin-top: 50px;
    padding: 14px 0;
    border-top: 1px solid var(--border-color);
    font-size: .8em;
    color: var(--text-secondary, #9ca3af);
    font-style: italic;
    line-height: 1.6;
    margin-left: 20px;
    margin-right: 20px
}

#ths-hp-tname {
    position: absolute;
    left: -9999px;
    top: -9999px;
    z-index: -1
}

.ths-landing {
    --primary: var(--lbv-color-1);
    --primary-light: color-mix(in srgb, var(--lbv-color-1) 12%, transparent);
    --primary-mid: color-mix(in srgb, var(--lbv-color-1) 60%, transparent);
    --primary-pale: color-mix(in srgb, var(--lbv-color-1) 30%, transparent);

    --green: #1D9E75;
    --green-light: color-mix(in srgb, #1D9E75 15%, transparent);
    --orange: var(--lbv-color-2);
    --orange-light: color-mix(in srgb, var(--lbv-color-2) 15%, transparent);
    --blue: #185FA5;
    --blue-light: #E6F1FB;
}

.ths-landing .ths-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ths-landing .hero-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.5rem;
    z-index: 2;
    position: relative;
}

.ths-landing .btn-primary {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 13px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: transform .15s, opacity .15s;
}

.ths-landing .btn-primary:hover {
    transform: translateY(-2px);
    opacity: .9;
    box-shadow: 0 8px 20px color-mix(in srgb, var(--primary) 40%, transparent);
}

.ths-landing .btn-ghost {
    background: transparent;
    color: var(--primary);
    border: 1.5px solid color-mix(in srgb, var(--primary) 30%, transparent);
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s;
}

.ths-landing .btn-ghost:hover {
    background: var(--primary-light);
}

.ths-landing .hero-illu {
    width: 100%;
    max-width: 680px;
    margin: 3rem auto 0;
    position: relative;
    z-index: 1;
}

.ths-landing .trust-inner {
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.ths-landing .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--text-secondary);
    font-weight: 500;
}

.ths-landing .lp-section {
    padding: 2rem 1.5rem;
}

.ths-landing .lp-container {
    margin: 0 auto;
}

.ths-landing .section-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    text-align: center;
}

.ths-landing .section-title {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--text-primary);
    text-align: center;
    margin-top: 0;
}

.ths-landing .section-desc {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.7;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

.ths-landing .intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.ths-landing .intro-card {
    padding: 1.1rem;
    background: color-mix(in srgb, var(--bg-primary) 80%, #fff 20%);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    text-align: left;
}

.ths-landing .intro-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.75rem;
    margin-top: 0;
    color: var(--text-primary);
}

.ths-landing .intro-card p {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

.ths-landing .benefit-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.ths-landing .benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 16px;
    color: var(--text-secondary);
    margin: 0;
    padding: 0;
}

.ths-landing .benefit-list li::before {
    display: none;
}

.ths-landing .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
    flex-shrink: 0;
    margin-top: 6px;
}

.ths-landing .ind-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2.5rem;
    text-align: left;
}

.ths-landing .ind-card {
    padding: 1.25rem 1.25rem 1.25rem 1.5rem;
    background: color-mix(in srgb, var(--bg-primary) 80%, #fff 20%);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}

.ths-landing .ind-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 4px 0 0 4px;
}

.ths-landing .ind-card.v1::before {
    background: var(--primary);
}

.ths-landing .ind-card.v2::before {
    background: var(--green);
}

.ths-landing .ind-card.v3::before {
    background: var(--orange);
}

.ths-landing .ind-card.v4::before {
    background: var(--blue);
}

.ths-landing .ind-num {
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 6px;
}

.ths-landing .ind-card.v1 .ind-num {
    color: var(--primary);
}

.ths-landing .ind-card.v2 .ind-num {
    color: var(--green);
}

.ths-landing .ind-card.v3 .ind-num {
    color: var(--orange);
}

.ths-landing .ind-card.v4 .ind-num {
    color: var(--blue);
}

.ths-landing .ind-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--text-primary);
}

.ths-landing .ind-desc {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.5;
}

.ths-landing .why-card {
    background: color-mix(in srgb, var(--bg-primary) 50%, transparent);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 1rem;
    margin-top: 2.5rem;
    text-align: left;
}

.ths-landing .why-card p {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

.ths-landing .faq-list {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: left;
}

.ths-landing .faq-item {
    background: color-mix(in srgb, var(--bg-primary) 80%, #fff 20%);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
}

.ths-landing .faq-q {
    padding: 1rem 1.25rem;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: background .15s;
    color: var(--text-primary);
    margin: 0;
}

.ths-landing .faq-q:hover {
    background: color-mix(in srgb, var(--bg-primary) 60%, transparent);
}

.ths-landing .faq-chevron {
    font-size: 12px;
    color: var(--text-secondary);
    transition: transform .25s;
}

.ths-landing .faq-chevron.open {
    transform: rotate(180deg);
}

.ths-landing .faq-a {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    padding: 0 1.25rem;
    transition: max-height .3s ease, padding .3s ease;
    margin: 0;
}

.ths-landing .faq-a.open {
    max-height: 200px;
    padding: 0.25rem 1.25rem 1rem;
}

.ths-meaning-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-bottom: 2rem;
}

.ths-num-tab {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    background: color-mix(in srgb, var(--bg-primary) 80%, #fff 20%);
    color: var(--text-primary);
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.ths-num-tab:hover {
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
}

.ths-num-tab.active {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    box-shadow: 0 4px 15px color-mix(in srgb, var(--primary) 30%, transparent);
    transform: translateY(-2px);
}

.ths-num-content {
    display: none;
    background: color-mix(in srgb, var(--bg-primary) 80%, #fff 20%);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 15px 30px;
    text-align: left;
    animation: lpFadeIn 0.3s ease-out;
}

.ths-num-content.active {
    display: block;
}

.ths-num-content h3 {
    color: var(--primary);
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: 700;
}

.ths-num-content p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin: 0;
    font-size: 15px;
}

@keyframes lpFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 767px) {
    .ths-tw-index {
        display: block;
        padding: 5px 0
    }

    .ths-landing .lp-section {
        padding: 20px;
    }

    .ths-landing .intro-grid, .ths-landing .ind-grid {
        grid-template-columns: 1fr;
    }

    .ths-num-content {
        padding: 1.5rem;
    }

    .ths-num-tab {
        width: 40px;
        height: 40px;
        font-size: 14px;
        border-radius: 10px;
    }

}

.ths-landing .lp-section,
.ths-landing .intro-card,
.ths-landing .ind-card,
.ths-landing .faq-item {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}


.ths-landing .lp-section.is-visible,
.ths-landing .intro-card.is-visible,
.ths-landing .ind-card.is-visible,
.ths-landing .faq-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .ths-landing .lp-section,
    .ths-landing .intro-card,
    .ths-landing .ind-card,
    .ths-landing .faq-item {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.ths-landing.is-focused .ths-toggle-content {
    display: none !important;
}

.ths-btn-right {
    text-align: right;
}

.ths-btn-reset {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-secondary);
    padding: 8px 8px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s;
    font-family: inherit;
}

.ths-btn-reset:hover {
    background: color-mix(in srgb, var(--bg-primary) 80%, var(--text-primary) 10%);
    color: var(--text-primary);
    border-color: var(--text-secondary);
}