/* TikTok Tăng Share V2 Premium
 * Prefix riêng: tkshr-
 * Bố cục hero/form kế thừa ngôn ngữ giao diện TikTok của tang-tim-video.php.
 */

:root {
    --tkshr-primary: #ff0050;
    --tkshr-primary-dark: #d80043;
    --tkshr-secondary: #00f2ea;
    --tkshr-secondary-dark: #00b9b2;
    --tkshr-ink: #151525;
    --tkshr-muted: #61647a;
    --tkshr-soft: #f6f7fb;
    --tkshr-line: #e6e7ef;
    --tkshr-white: #ffffff;
    --tkshr-deep: #0a0a1a;
    --tkshr-deep-2: #12122a;
    --tkshr-success: #13a463;
    --tkshr-warning: #f4a300;
    --tkshr-shadow-sm: 0 8px 24px rgba(18, 18, 42, 0.08);
    --tkshr-shadow-md: 0 18px 48px rgba(18, 18, 42, 0.14);
    --tkshr-shadow-lg: 0 28px 72px rgba(10, 10, 26, 0.24);
    --tkshr-radius-sm: 12px;
    --tkshr-radius-md: 20px;
    --tkshr-radius-lg: 30px;
    --tkshr-container: 1320px;
}

.tkshr-page {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--tkshr-ink);
    background: var(--tkshr-white);
}

/* Match the full-bleed service shell used by the TikTok reference page. */
.body-wrapper.tkshr-page {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    border-radius: 0 !important;
}

.tkshr-page *,
.tkshr-page *::before,
.tkshr-page *::after {
    box-sizing: border-box;
}

.tkshr-page img {
    max-width: 100%;
}

.tkshr-page a {
    text-decoration: none;
}

.tkshr-page .container-fluid {
    width: min(100%, var(--tkshr-container));
    margin-inline: auto;
    padding-inline: clamp(20px, 4vw, 56px);
}

.tkshr-hero {
    position: relative;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    padding: 16px 0 24px;
    background: linear-gradient(145deg, #0a0a1a, #140822 40%, #0d1b3e 70%, #12122a);
}

.tkshr-hero::after {
    content: none;
}

.tkshr-hero-inner {
    position: relative;
    z-index: 2;
}

.tkshr-hero-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.tkshr-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.25;
    pointer-events: none;
}

.tkshr-hero-orb-1 {
    top: -180px;
    right: -120px;
    width: 500px;
    height: 500px;
    background: var(--tkshr-primary);
}

.tkshr-hero-orb-2 {
    bottom: -100px;
    left: -80px;
    width: 400px;
    height: 400px;
    background: var(--tkshr-secondary);
}

.tkshr-hero-orb-3 {
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    border: 0;
    background: #9c27b0;
    transform: translate(-50%, -50%);
}

.tkshr-hero-row {
    --bs-gutter-x: clamp(26px, 4vw, 64px);
}

.tkshr-col-form,
.tkshr-col-illustration {
    position: relative;
}

.tkshr-col-form {
    margin-top: -8px;
}

.tkshr-col-illustration {
    padding-top: 8px;
}

.tkshr-glass-form {
    position: relative;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: var(--tkshr-radius-lg);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--tkshr-shadow-lg);
}

.tkshr-glass-form::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 34px;
    width: 120px;
    height: 4px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, var(--tkshr-primary), var(--tkshr-secondary));
}

.tkshr-form-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.tkshr-form-header-icon {
    display: grid;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 16px;
    color: #fff;
    font-size: 1.25rem;
    background: linear-gradient(145deg, var(--tkshr-primary), #ff4b82);
    box-shadow: 0 12px 26px rgba(255, 0, 80, 0.26);
}

.tkshr-form-header-title {
    color: var(--tkshr-ink);
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.tkshr-form-header-sub {
    margin: 3px 0 0;
    color: var(--tkshr-muted);
    font-size: 0.94rem;
}

.tkshr-stepper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 24px;
}

.tkshr-step {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 7px;
    border: 1px solid var(--tkshr-line);
    border-radius: 999px;
    color: #76798d;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.tkshr-step-num {
    display: grid;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 0.72rem;
    background: #a3a5b2;
    transition: background-color 180ms ease;
}

.tkshr-step.active {
    border-color: rgba(255, 0, 80, 0.34);
    color: var(--tkshr-primary);
    background: rgba(255, 0, 80, 0.06);
}

.tkshr-step.active .tkshr-step-num {
    background: var(--tkshr-primary);
}

.tkshr-form-group {
    margin-bottom: 18px;
}

.tkshr-form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #303246;
    font-size: 0.92rem;
    font-weight: 750;
}

.tkshr-form-label i {
    width: 18px;
    color: var(--tkshr-primary);
    text-align: center;
}

.tkshr-input,
.tkshr-textarea,
.custom-select-trigger,
.custom-search-input {
    width: 100%;
    border: 1px solid #d9dae4;
    border-radius: 13px;
    outline: 0;
    color: var(--tkshr-ink);
    background: #fff;
    font: inherit;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.tkshr-input,
.tkshr-textarea {
    padding: 13px 14px;
}

.tkshr-input::placeholder,
.tkshr-textarea::placeholder,
.custom-search-input::placeholder {
    color: #9b9dac;
}

.tkshr-input:focus,
.tkshr-textarea:focus,
.custom-select-trigger:focus-visible,
.custom-search-input:focus {
    border-color: var(--tkshr-primary);
    box-shadow: 0 0 0 4px rgba(255, 0, 80, 0.1);
}

.tkshr-textarea {
    min-height: 48px;
    margin-top: 12px;
    resize: vertical;
}

.tkshr-form-row-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    transition: grid-template-columns 300ms ease;
}

.tkshr-form-row-2col > .tkshr-form-group {
    min-width: 0;
}

@media (min-width: 768px) {
    .tkshr-form-row-2col.has-selection {
        grid-template-columns: auto minmax(0, 1fr);
    }
}

.custom-select-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    box-sizing: border-box;
    user-select: none;
}

.custom-select-trigger {
    position: relative;
    display: flex;
    min-height: 50px;
    min-width: 0;
    max-width: 100%;
    align-items: center;
    gap: 10px;
    padding: 11px 32px 11px 13px;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
}

.custom-select-trigger > span:first-child {
    display: block;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-select-trigger > span:first-child img {
    margin-right: 8px;
    vertical-align: middle;
}

.custom-select-trigger img,
.custom-option img {
    flex: 0 0 24px;
    width: 24px;
    height: 18px;
    border-radius: 3px;
    object-fit: cover;
}

.custom-select-trigger .arrow {
    position: absolute;
    top: 50%;
    right: 13px;
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #6e7080;
    border-bottom: 2px solid #6e7080;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 180ms ease;
}

.custom-select-wrapper.open .custom-select-trigger .arrow {
    transform: translateY(-35%) rotate(225deg);
}

.custom-select-dropdown {
    position: absolute;
    z-index: 1080;
    top: calc(100% + 7px);
    right: 0;
    left: 0;
    display: none;
    overflow: visible;
    border: 1px solid var(--tkshr-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: var(--tkshr-shadow-md);
}

.custom-select-wrapper.open .custom-select-dropdown {
    display: block;
    animation: tkshrDropdown 160ms ease both;
}

.custom-search-container {
    padding: 10px;
    border-bottom: 1px solid var(--tkshr-line);
    background: #f8f8fb;
}

.custom-search-input {
    padding: 9px 11px;
    font-size: 0.88rem;
}

.custom-options-list {
    max-height: 270px;
    margin: 0;
    padding: 7px;
    overflow-y: auto;
    list-style: none;
}

.custom-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 10px;
    border-radius: 10px;
    color: #343648;
    cursor: pointer;
    font-size: 0.88rem;
    line-height: 1.35;
    transition: color 160ms ease, background-color 160ms ease;
}

.custom-option:hover,
.custom-option:focus {
    color: var(--tkshr-primary);
    background: rgba(255, 0, 80, 0.06);
}

.custom-option.selected {
    color: var(--tkshr-primary);
    font-weight: 750;
    background: rgba(255, 0, 80, 0.08);
}

.tkshr-server-option-copy {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.tkshr-server-option-copy strong {
    overflow-wrap: anywhere;
}

.tkshr-server-option-copy small {
    color: var(--tkshr-primary);
    font-size: 0.78rem;
    font-weight: 750;
}

.tkshr-server-desc {
    margin: -4px 0 10px;
    padding: 0;
    overflow: hidden;
    color: #525568;
    font-size: 0.84rem;
    line-height: 1.55;
}

.tkshr-server-desc.has-content {
    padding: 11px 13px;
    border-left: 3px solid var(--tkshr-secondary-dark);
    border-radius: 9px;
    background: rgba(0, 242, 234, 0.07);
}

.tkshr-qty-hint {
    display: block;
    min-height: 19px;
    margin-bottom: 8px;
    color: #747687;
    font-size: 0.8rem;
}

.tkshr-qty-row {
    display: flex;
    align-items: stretch;
}

.tkshr-qty-row .tkshr-input {
    border-radius: 13px 0 0 13px;
}

.tkshr-qty-suffix {
    display: flex;
    align-items: center;
    padding: 0 16px;
    border: 1px solid #d9dae4;
    border-left: 0;
    border-radius: 0 13px 13px 0;
    color: var(--tkshr-primary);
    font-weight: 800;
    background: rgba(255, 0, 80, 0.05);
}

.tkshr-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 2px 0;
    color: #66697b;
    font-size: 0.9rem;
}

.tkshr-price-value,
.tkshr-price-total {
    color: var(--tkshr-ink);
    font-weight: 800;
}

.tkshr-price-total {
    color: var(--tkshr-primary);
    font-size: 1.05rem;
}

.tkshr-cta-btn {
    display: flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 0.98rem;
    font-weight: 850;
    letter-spacing: 0.01em;
    background: linear-gradient(115deg, var(--tkshr-primary), #ff3978);
    box-shadow: 0 14px 30px rgba(255, 0, 80, 0.24);
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.tkshr-cta-btn:hover,
.tkshr-cta-btn:focus-visible {
    color: #fff;
    transform: translateY(-2px);
    filter: saturate(1.08);
    box-shadow: 0 18px 36px rgba(255, 0, 80, 0.31);
}

.tkshr-cta-btn:focus-visible {
    outline: 3px solid rgba(0, 242, 234, 0.7);
    outline-offset: 3px;
}

.tkshr-trust-mini {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
    margin-top: 16px;
}

.tkshr-trust-mini-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6a6c7e;
    font-size: 0.76rem;
    font-weight: 650;
}

.tkshr-trust-mini-item i {
    color: var(--tkshr-secondary-dark);
}

.tkshr-hero-info-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 12px;
    margin-bottom: 20px;
    padding: 16px 18px 16px 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 0, 80, 0.16);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.83);
    background: rgba(23, 8, 34, 0.76);
    box-shadow: 0 14px 34px rgba(4, 4, 18, 0.18);
}

.tkshr-hero-info-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    border-radius: 3px 0 0 3px;
    background: linear-gradient(180deg, #ff3978, #8b5cf6 52%, #00d8d0);
}

.tkshr-hero-info-card p {
    margin: 0;
    max-width: none;
    font-size: 0.92rem;
    line-height: 1.65;
}

.tkshr-hero-info-card .tkshr-hero-desc {
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 0, 80, 0.16);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.88rem;
}

.tkshr-hero-info-card .tkshr-hero-anchor {
    margin-bottom: 0;
    padding-top: 12px;
    max-width: none;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
}

.tkshr-hero-anchor a {
    color: #5ff8f1;
    font-weight: 750;
    text-decoration: underline;
    text-decoration-color: rgba(95, 248, 241, 0.46);
    text-underline-offset: 3px;
}

.tkshr-hero-anchor a:hover,
.tkshr-hero-anchor a:focus-visible {
    color: #fff;
    text-decoration-color: #fff;
}

.tkshr-hero-info-card .tkshr-hero-note {
    margin-bottom: 0;
    padding-top: 10px;
    max-width: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
}

.tkshr-hero-info-card strong {
    color: #fff;
}

.tkshr-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 4px 0 20px;
    padding: 0;
    list-style: none;
}

.tkshr-breadcrumb li,
.tkshr-breadcrumb a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.8rem;
    font-weight: 650;
}

.tkshr-breadcrumb a:hover,
.tkshr-breadcrumb a:focus-visible,
.tkshr-breadcrumb .current {
    color: #fff;
}

.tkshr-breadcrumb .separator {
    color: rgba(255, 255, 255, 0.34);
    font-size: 0.65rem;
}

.tkshr-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
    padding: 9px 14px;
    border: 1px solid rgba(0, 242, 234, 0.24);
    border-radius: 999px;
    color: #d8fffd;
    font-size: 0.78rem;
    font-weight: 750;
    background: rgba(0, 242, 234, 0.08);
}

.tkshr-hero-badge i {
    color: var(--tkshr-secondary);
}

.tkshr-hero-title {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.25rem, 4.4vw, 4.6rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 1.04;
}

.tkshr-gradient-text {
    color: transparent;
    background: linear-gradient(100deg, #fff 0%, var(--tkshr-secondary) 44%, #ff7da6 100%);
    background-clip: text;
    -webkit-background-clip: text;
}

.tkshr-kw-rotator {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    overflow: visible;
}

.tkshr-kw {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.74rem;
    font-weight: 650;
    line-height: 1.25;
    background: rgba(255, 255, 255, 0.07);
    white-space: normal;
}

.tkshr-proof-panel {
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--tkshr-radius-lg);
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.24);
}

.tkshr-proof-hero {
    display: grid;
    grid-template-columns: minmax(220px, 0.9fr) minmax(220px, 1.1fr);
    min-height: 270px;
}

.tkshr-proof-robot {
    position: relative;
    display: grid;
    min-height: 270px;
    place-items: end center;
    overflow: hidden;
}

.tkshr-cat-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 242, 234, 0.24), rgba(255, 0, 80, 0.06) 48%, transparent 70%);
    transform: translate(-50%, -50%);
}

.tkshr-robot-img-sm {
    position: relative;
    z-index: 2;
    width: min(100%, 270px);
    height: 270px;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.34));
    animation: tkshrMascotFloat 5s ease-in-out infinite;
}

.tkshr-fbadge {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    font-size: 0.67rem;
    font-weight: 750;
    background: rgba(9, 9, 24, 0.76);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.tkshr-fbadge i {
    color: var(--tkshr-secondary);
}

.tkshr-fb-mini-1 {
    top: 24px;
    left: 14px;
    animation: tkshrBadgeFloat 4.5s ease-in-out infinite;
}

.tkshr-fb-mini-2 {
    top: 82px;
    right: 10px;
    animation: none;
}

.tkshr-fb-mini-3 {
    bottom: 23px;
    left: 12px;
}

.tkshr-proof-points {
    display: grid;
    align-content: center;
    gap: 11px;
    padding: 25px 25px 25px 5px;
}

.tkshr-proof-point {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
}

.tkshr-proof-point-icon {
    display: grid;
    flex: 0 0 37px;
    width: 37px;
    height: 37px;
    place-items: center;
    border-radius: 11px;
    color: var(--tkshr-secondary);
    background: rgba(0, 242, 234, 0.1);
}

.tkshr-proof-point div:last-child {
    display: grid;
    gap: 2px;
}

.tkshr-proof-point strong {
    color: #fff;
    font-size: 0.82rem;
}

.tkshr-proof-point span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.71rem;
    line-height: 1.3;
}

.tkshr-livefeed {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.12);
}

.tkshr-livefeed-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px 7px;
}

.tkshr-livefeed-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--tkshr-secondary);
    box-shadow: 0 0 0 5px rgba(0, 242, 234, 0.1);
}

.tkshr-livefeed-title {
    color: #fff;
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.tkshr-livefeed-list {
    display: grid;
    min-height: 136px;
    gap: 0;
    padding: 2px 18px 14px;
}

.tkshr-livefeed-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.tkshr-livefeed-item:last-child {
    border-bottom: 0;
}

.tkshr-livefeed-avatar {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 850;
    background: linear-gradient(145deg, var(--tkshr-primary), #8c2aff);
}

.tkshr-livefeed-info {
    min-width: 0;
}

.tkshr-livefeed-name {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tkshr-livefeed-detail {
    display: block;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.68rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tkshr-livefeed-time {
    color: var(--tkshr-secondary);
    font-size: 0.65rem;
    font-weight: 650;
    white-space: nowrap;
}

.tkshr-section {
    position: relative;
    padding: clamp(72px, 8vw, 118px) 0;
    background: var(--tkshr-white);
}

.tkshr-section-soft {
    background:
        radial-gradient(circle at 12% 12%, rgba(0, 242, 234, 0.06), transparent 28%),
        var(--tkshr-soft);
}

.tkshr-section-deep {
    color: #fff;
    background:
        radial-gradient(circle at 88% 20%, rgba(255, 0, 80, 0.16), transparent 30%),
        linear-gradient(145deg, var(--tkshr-deep), var(--tkshr-deep-2));
}

.tkshr-section-gradient {
    color: #fff;
    background:
        radial-gradient(circle at 6% 16%, rgba(0, 242, 234, 0.16), transparent 34%),
        radial-gradient(circle at 92% 82%, rgba(255, 0, 80, 0.18), transparent 35%),
        linear-gradient(135deg, #101025, #18102b 55%, #0d1722);
}

.tkshr-section-heading {
    max-width: 860px;
    margin: 0 auto clamp(34px, 5vw, 58px);
    text-align: center;
}

.tkshr-section-heading h2,
.tkshr-copy h2,
.tkshr-cta-final h2 {
    margin: 0;
    color: var(--tkshr-ink);
    font-size: clamp(2rem, 4vw, 3.55rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.tkshr-section-heading > p {
    max-width: 760px;
    margin: 17px auto 0;
    color: var(--tkshr-muted);
    font-size: clamp(0.98rem, 1.4vw, 1.08rem);
    line-height: 1.78;
}

.tkshr-section-heading-light h2,
.tkshr-section-heading-light > p,
.tkshr-section-deep .tkshr-copy h2,
.tkshr-section-deep .tkshr-copy p {
    color: #fff;
}

.tkshr-section-heading-light > p,
.tkshr-section-deep .tkshr-copy p {
    color: rgba(255, 255, 255, 0.72);
}

.tkshr-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--tkshr-primary);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.tkshr-section-kicker > span:first-child {
    font-size: 1.05rem;
}

.tkshr-section-kicker-light {
    color: var(--tkshr-secondary);
}

.tkshr-split {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.97fr);
    align-items: center;
    gap: clamp(34px, 6vw, 86px);
}

.tkshr-split-reverse > :first-child {
    order: 1;
}

.tkshr-split-reverse > :last-child {
    order: 2;
}

.tkshr-copy .tkshr-lead {
    margin-top: 22px;
    color: #303246;
    font-size: clamp(1.05rem, 1.5vw, 1.18rem);
    line-height: 1.75;
}

.tkshr-copy > p:not(.tkshr-lead) {
    margin: 14px 0 0;
    color: var(--tkshr-muted);
    line-height: 1.78;
}

.tkshr-definition-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 26px;
    padding: 18px;
    border: 1px solid rgba(255, 0, 80, 0.13);
    border-radius: var(--tkshr-radius-md);
    background: linear-gradient(120deg, rgba(255, 0, 80, 0.06), rgba(0, 242, 234, 0.05));
}

.tkshr-definition-icon {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: var(--tkshr-primary);
}

.tkshr-definition-box strong {
    display: block;
    margin: 1px 0 4px;
    color: var(--tkshr-ink);
    font-size: 1rem;
}

.tkshr-definition-box p {
    margin: 0;
    color: var(--tkshr-muted);
    line-height: 1.55;
}

.tkshr-media-card {
    position: relative;
    margin: 0;
    padding: 10px;
    border: 1px solid var(--tkshr-line);
    border-radius: var(--tkshr-radius-lg);
    background: #fff;
    box-shadow: var(--tkshr-shadow-md);
}

.tkshr-media-dark {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.tkshr-media-button,
.tkshr-step-image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border: 0;
    border-radius: calc(var(--tkshr-radius-lg) - 8px);
    cursor: zoom-in;
    background: #e9eaf0;
}

.tkshr-media-button img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform 420ms ease;
}

.tkshr-media-button:hover img,
.tkshr-media-button:focus-visible img,
.tkshr-step-image:hover img,
.tkshr-step-image:focus-visible img {
    transform: scale(1.025);
}

.tkshr-media-button:focus-visible,
.tkshr-step-image:focus-visible {
    outline: 3px solid var(--tkshr-secondary);
    outline-offset: 4px;
}

.tkshr-media-card figcaption {
    padding: 13px 8px 6px;
    color: var(--tkshr-muted);
    font-size: 0.84rem;
    line-height: 1.55;
}

.tkshr-media-dark figcaption {
    color: rgba(255, 255, 255, 0.68);
}

.tkshr-concept-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.tkshr-concept-card {
    position: relative;
    min-height: 270px;
    overflow: hidden;
    padding: 28px 24px;
    border: 1px solid var(--tkshr-line);
    border-radius: var(--tkshr-radius-md);
    background: #fff;
    box-shadow: var(--tkshr-shadow-sm);
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.tkshr-concept-card:hover {
    border-color: rgba(255, 0, 80, 0.24);
    transform: translateY(-5px);
    box-shadow: var(--tkshr-shadow-md);
}

.tkshr-concept-number {
    position: absolute;
    top: 13px;
    right: 17px;
    color: #ececf2;
    font-size: 3.2rem;
    font-weight: 950;
    line-height: 1;
}

.tkshr-concept-icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 16px;
    color: var(--tkshr-primary);
    font-size: 1.15rem;
    background: rgba(255, 0, 80, 0.08);
}

.tkshr-concept-card:nth-child(even) .tkshr-concept-icon {
    color: #008f8a;
    background: rgba(0, 242, 234, 0.1);
}

.tkshr-concept-card h3,
.tkshr-boundary-card h3,
.tkshr-measure-timeline h3,
.tkshr-natural-tips h3,
.tkshr-related-card h3 {
    margin: 0;
    color: var(--tkshr-ink);
    font-size: 1.07rem;
    font-weight: 850;
}

.tkshr-concept-card p {
    margin: 10px 0 0;
    color: var(--tkshr-muted);
    line-height: 1.68;
}

.tkshr-boundary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.tkshr-boundary-card {
    padding: clamp(25px, 3.5vw, 40px);
    border: 1px solid var(--tkshr-line);
    border-radius: var(--tkshr-radius-lg);
    background: #fff;
    box-shadow: var(--tkshr-shadow-sm);
}

.tkshr-boundary-positive {
    border-top: 5px solid var(--tkshr-success);
}

.tkshr-boundary-neutral {
    border-top: 5px solid var(--tkshr-primary);
}

.tkshr-boundary-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.tkshr-boundary-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: var(--tkshr-success);
}

.tkshr-boundary-neutral .tkshr-boundary-icon {
    background: var(--tkshr-primary);
}

.tkshr-check-list {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tkshr-check-list li {
    position: relative;
    padding-left: 27px;
    color: var(--tkshr-muted);
    line-height: 1.6;
}

.tkshr-check-list li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--tkshr-success);
    font-weight: 900;
}

.tkshr-boundary-neutral .tkshr-check-list li::before {
    content: "•";
    color: var(--tkshr-primary);
}

.tkshr-scenario-strip {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 24px;
    margin-top: 28px;
    padding: 18px 22px;
    border-radius: var(--tkshr-radius-md);
    color: #fff;
    background: linear-gradient(115deg, var(--tkshr-deep-2), #24132c);
}

.tkshr-scenario-label {
    font-weight: 850;
}

.tkshr-scenario-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
}

.tkshr-scenario-list span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.78rem;
    background: rgba(255, 255, 255, 0.06);
}

.tkshr-scenario-list i {
    color: var(--tkshr-secondary);
}

.tkshr-readiness-list {
    display: grid;
    gap: 10px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.tkshr-readiness-list li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
}

.tkshr-readiness-list li > span {
    display: grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 10px;
    color: var(--tkshr-deep);
    font-size: 0.78rem;
    font-weight: 900;
    background: var(--tkshr-secondary);
}

.tkshr-readiness-list strong {
    display: block;
    color: #fff;
    font-size: 0.9rem;
}

.tkshr-readiness-list p {
    margin: 3px 0 0 !important;
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 0.82rem;
    line-height: 1.45;
}

.tkshr-server-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--tkshr-line);
    border-radius: var(--tkshr-radius-lg);
    background: #fff;
    box-shadow: var(--tkshr-shadow-md);
}

.tkshr-server-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

.tkshr-server-table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.tkshr-server-table th {
    padding: 16px 18px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    text-align: left;
    background: var(--tkshr-deep-2);
}

.tkshr-server-table th:first-child {
    border-radius: var(--tkshr-radius-lg) 0 0;
}

.tkshr-server-table th:last-child {
    border-radius: 0 var(--tkshr-radius-lg) 0 0;
}

.tkshr-server-table td {
    padding: 17px 18px;
    border-bottom: 1px solid var(--tkshr-line);
    color: #4f5264;
    font-size: 0.84rem;
    vertical-align: top;
}

.tkshr-server-table tbody tr:last-child td {
    border-bottom: 0;
}

.tkshr-server-table tbody tr:hover {
    background: rgba(0, 242, 234, 0.035);
}

.tkshr-server-table td:nth-child(2) {
    min-width: 430px;
}

.tkshr-server-table td strong {
    display: block;
    color: var(--tkshr-ink);
    line-height: 1.45;
}

.tkshr-server-table td:nth-child(2) span {
    display: block;
    margin-top: 5px;
    color: #747687;
    font-size: 0.78rem;
    line-height: 1.5;
}

.tkshr-country-cell {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.tkshr-country-cell img {
    border-radius: 3px;
}

.tkshr-api-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
    padding: 15px 18px;
    border: 1px solid rgba(0, 185, 178, 0.18);
    border-radius: 14px;
    color: #4d5262;
    background: rgba(0, 242, 234, 0.055);
}

.tkshr-api-note i {
    margin-top: 4px;
    color: var(--tkshr-secondary-dark);
}

.tkshr-api-note p {
    margin: 0;
    line-height: 1.6;
}

.tkshr-steps-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.tkshr-step-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.88fr) minmax(0, 1.12fr);
    overflow: hidden;
    border: 1px solid var(--tkshr-line);
    border-radius: var(--tkshr-radius-lg);
    background: #fff;
    box-shadow: var(--tkshr-shadow-sm);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tkshr-step-card:hover {
    border-color: rgba(255, 0, 80, 0.22);
    transform: translateY(-4px);
    box-shadow: var(--tkshr-shadow-md);
}

.tkshr-step-image {
    min-height: 245px;
    border-radius: 0;
}

.tkshr-step-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 245px;
    object-fit: cover;
    transition: transform 420ms ease;
}

.tkshr-step-zoom {
    position: absolute;
    right: 13px;
    bottom: 13px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: rgba(10, 10, 26, 0.78);
}

.tkshr-step-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}

.tkshr-step-badge {
    align-self: flex-start;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--tkshr-primary);
    font-size: 0.72rem;
    font-weight: 850;
    background: rgba(255, 0, 80, 0.08);
}

.tkshr-step-body h3 {
    margin: 0;
    color: var(--tkshr-ink);
    font-size: 1.12rem;
    font-weight: 850;
}

.tkshr-step-body p {
    margin: 9px 0 0;
    color: var(--tkshr-muted);
    font-size: 0.9rem;
    line-height: 1.65;
}

.tkshr-howto-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    margin-top: 26px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 0, 80, 0.14);
    border-radius: var(--tkshr-radius-md);
    background: linear-gradient(110deg, rgba(255, 0, 80, 0.055), rgba(0, 242, 234, 0.055));
}

.tkshr-howto-note-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: var(--tkshr-primary);
}

.tkshr-howto-note strong {
    display: block;
    color: var(--tkshr-ink);
}

.tkshr-howto-note p {
    margin: 3px 0 0;
    color: var(--tkshr-muted);
    font-size: 0.88rem;
}

.tkshr-inline-cta {
    padding: 10px 15px;
    border-radius: 999px;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    background: var(--tkshr-primary);
    transition: background-color 180ms ease, transform 180ms ease;
}

.tkshr-inline-cta:hover,
.tkshr-inline-cta:focus-visible {
    color: #fff;
    background: var(--tkshr-primary-dark);
    transform: translateY(-2px);
}

.tkshr-measure-timeline {
    position: relative;
    display: grid;
    gap: 15px;
    margin-top: 26px;
}

.tkshr-measure-timeline::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 48px;
    width: 2px;
    background: linear-gradient(var(--tkshr-primary), var(--tkshr-secondary-dark));
}

.tkshr-measure-timeline article {
    position: relative;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 16px 17px;
    border: 1px solid var(--tkshr-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--tkshr-shadow-sm);
}

.tkshr-measure-marker {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 34px;
    place-items: center;
    border: 4px solid #fff;
    border-radius: 999px;
    color: #fff;
    font-size: 0.74rem;
    font-weight: 850;
    background: var(--tkshr-primary);
    box-shadow: 0 0 0 1px rgba(255, 0, 80, 0.16);
}

.tkshr-measure-timeline article:nth-child(2) .tkshr-measure-marker {
    background: #7146e8;
}

.tkshr-measure-timeline article:nth-child(3) .tkshr-measure-marker {
    color: var(--tkshr-deep);
    background: var(--tkshr-secondary);
}

.tkshr-measure-timeline p {
    margin: 4px 0 0 !important;
    color: var(--tkshr-muted) !important;
    font-size: 0.84rem;
    line-height: 1.5;
}

.tkshr-trigger-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.tkshr-trigger-card {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--tkshr-radius-md);
    background: rgba(255, 255, 255, 0.065);
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.tkshr-trigger-card:hover {
    border-color: rgba(0, 242, 234, 0.34);
    background: rgba(255, 255, 255, 0.09);
    transform: translateY(-4px);
}

.tkshr-trigger-top {
    display: flex;
    align-items: center;
    gap: 11px;
}

.tkshr-trigger-letter {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--tkshr-deep);
    font-size: 1.1rem;
    font-weight: 950;
    background: var(--tkshr-secondary);
}

.tkshr-trigger-top div {
    display: grid;
    gap: 2px;
}

.tkshr-trigger-top strong {
    color: #fff;
}

.tkshr-trigger-top small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.7rem;
}

.tkshr-trigger-card > p {
    min-height: 76px;
    margin: 17px 0 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.tkshr-trigger-use {
    display: block;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: var(--tkshr-secondary);
    font-size: 0.72rem;
    font-weight: 650;
    line-height: 1.45;
}

.tkshr-natural-layout {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    align-items: stretch;
    gap: 24px;
    margin-top: 28px;
}

.tkshr-natural-tips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tkshr-natural-tips article {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.055);
}

.tkshr-natural-tips article > i {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    color: var(--tkshr-secondary);
    background: rgba(0, 242, 234, 0.1);
}

.tkshr-natural-tips h3 {
    color: #fff;
    font-size: 0.94rem;
    line-height: 1.35;
}

.tkshr-natural-tips p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.8rem;
    line-height: 1.5;
}

.tkshr-testimonials {
    position: relative;
    overflow: hidden;
    padding: clamp(78px, 8vw, 118px) 0;
    color: #fff;
    background:
        radial-gradient(circle at 15% 0%, rgba(0, 242, 234, 0.22), transparent 36%),
        radial-gradient(circle at 85% 100%, rgba(255, 0, 80, 0.22), transparent 38%),
        #080817;
    contain: paint;
}

.tkshr-testimonials::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 54px 54px;
}

.tkshr-testimonials .container-fluid,
.tkshr-testimonial-viewport {
    position: relative;
    z-index: 1;
}

.tkshr-testimonial-viewport {
    width: 100%;
    overflow: hidden;
    padding: 8px 0 12px;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    contain: paint;
}

.tkshr-testimonial-track {
    display: flex;
    width: max-content;
    gap: 18px;
    padding-left: 18px;
    animation: none;
    will-change: transform;
}

.tkshr-testimonial-viewport:hover .tkshr-testimonial-track,
.tkshr-testimonial-viewport:focus-within .tkshr-testimonial-track {
    animation-play-state: paused;
}

.tkshr-testi-card {
    position: relative;
    display: flex;
    width: min(390px, calc(100vw - 42px));
    min-height: 305px;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--tkshr-radius-md);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.055));
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.23);
}

.tkshr-testi-card::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(255, 0, 80, 0.12);
}

.tkshr-testi-quote {
    position: absolute;
    top: 7px;
    right: 17px;
    color: rgba(0, 242, 234, 0.22);
    font-family: Georgia, serif;
    font-size: 5.5rem;
    line-height: 1;
}

.tkshr-testi-card > p {
    position: relative;
    z-index: 1;
    margin: 16px 0 26px;
    color: rgba(255, 255, 255, 0.83);
    font-size: 0.91rem;
    line-height: 1.72;
}

.tkshr-testi-person {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 11px;
}

.tkshr-testi-avatar {
    display: grid;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 850;
    background: linear-gradient(145deg, var(--tkshr-primary), #713ce7);
}

.tkshr-testi-person div {
    display: grid;
    gap: 2px;
}

.tkshr-testi-person strong {
    color: #fff;
    font-size: 0.88rem;
}

.tkshr-testi-person span {
    color: var(--tkshr-secondary);
    font-size: 0.72rem;
}

.tkshr-faq-list {
    display: grid;
    max-width: 1020px;
    gap: 12px;
    margin-inline: auto;
}

.tkshr-faq-item {
    overflow: hidden;
    border: 1px solid var(--tkshr-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(18, 18, 42, 0.045);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.tkshr-faq-item.active {
    border-color: rgba(255, 0, 80, 0.22);
    box-shadow: var(--tkshr-shadow-sm);
}

.tkshr-faq-item h3 {
    margin: 0;
}

.tkshr-faq-question {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 19px 21px;
    border: 0;
    color: var(--tkshr-ink);
    cursor: pointer;
    font: inherit;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.45;
    text-align: left;
    background: transparent;
}

.tkshr-faq-question i {
    flex: 0 0 auto;
    color: var(--tkshr-primary);
    transition: transform 220ms ease;
}

.tkshr-faq-item.active .tkshr-faq-question i {
    transform: rotate(180deg);
}

.tkshr-faq-question:focus-visible {
    outline: 3px solid rgba(0, 242, 234, 0.5);
    outline-offset: -3px;
}

.tkshr-faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 320ms ease, opacity 240ms ease;
}

.tkshr-faq-item.active .tkshr-faq-answer {
    max-height: 420px;
    opacity: 1;
}

.tkshr-faq-answer > div {
    padding: 0 21px 20px;
}

.tkshr-faq-answer p {
    margin: 0;
    padding-top: 15px;
    border-top: 1px solid var(--tkshr-line);
    color: var(--tkshr-muted);
    line-height: 1.72;
}

.tkshr-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tkshr-related-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--tkshr-line);
    border-radius: var(--tkshr-radius-md);
    color: inherit;
    background: #fff;
    box-shadow: var(--tkshr-shadow-sm);
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.tkshr-related-card:hover,
.tkshr-related-card:focus-visible {
    border-color: rgba(255, 0, 80, 0.24);
    color: inherit;
    transform: translateY(-4px);
    box-shadow: var(--tkshr-shadow-md);
}

.tkshr-related-card:focus-visible {
    outline: 3px solid rgba(0, 242, 234, 0.55);
    outline-offset: 3px;
}

.tkshr-related-icon {
    display: grid;
    width: 49px;
    height: 49px;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(145deg, var(--tkshr-primary), #ff4b82);
}

.tkshr-related-card p {
    margin: 5px 0 0;
    color: var(--tkshr-muted);
    font-size: 0.84rem;
    line-height: 1.5;
}

.tkshr-related-card > i {
    color: var(--tkshr-primary);
}

.tkshr-cta-final {
    position: relative;
    padding: 42px 0 92px;
    background: #fff;
}

.tkshr-cta-final-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    overflow: hidden;
    padding: clamp(31px, 5vw, 58px);
    border-radius: var(--tkshr-radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at 90% 18%, rgba(0, 242, 234, 0.18), transparent 30%),
        linear-gradient(120deg, var(--tkshr-deep), #25102e);
    box-shadow: var(--tkshr-shadow-lg);
}

.tkshr-cta-final-label {
    display: block;
    margin-bottom: 11px;
    color: var(--tkshr-secondary);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tkshr-cta-final h2 {
    max-width: 800px;
    color: #fff;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.tkshr-cta-final p {
    max-width: 720px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.65;
}

.tkshr-cta-final-btn {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 21px;
    border-radius: 999px;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 850;
    background: var(--tkshr-primary);
    box-shadow: 0 14px 30px rgba(255, 0, 80, 0.26);
    white-space: nowrap;
    transition: transform 180ms ease, background-color 180ms ease;
}

.tkshr-cta-final-btn:hover,
.tkshr-cta-final-btn:focus-visible {
    color: #fff;
    background: #ff286a;
    transform: translateY(-3px);
}

.tkshr-modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    box-shadow: var(--tkshr-shadow-lg);
}

.tkshr-modal-content .modal-header {
    border-bottom-color: var(--tkshr-line);
}

.tkshr-modal-content .modal-title {
    color: var(--tkshr-ink);
    font-weight: 850;
}

.tkshr-modal-content .modal-body {
    color: var(--tkshr-muted);
    line-height: 1.65;
    white-space: pre-line;
}

.tkshr-modal-btn {
    border-radius: 999px;
    color: #fff;
    font-weight: 750;
    background: var(--tkshr-primary);
}

.tkshr-modal-btn:hover,
.tkshr-modal-btn:focus-visible {
    color: #fff;
    background: var(--tkshr-primary-dark);
}

.tkshr-lightbox {
    position: fixed;
    z-index: 1090;
    inset: 0;
    display: grid;
    padding: 60px 24px 26px;
    place-items: center;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    background: rgba(5, 5, 15, 0.94);
    transition: opacity 220ms ease, visibility 220ms ease;
}

.tkshr-lightbox.active {
    visibility: visible;
    opacity: 1;
}

.tkshr-lightbox-image {
    display: block;
    max-width: min(1180px, 94vw);
    max-height: 78vh;
    border-radius: 18px;
    object-fit: contain;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
}

.tkshr-lightbox-caption {
    max-width: 900px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
}

.tkshr-lightbox-close {
    position: fixed;
    z-index: 2;
    top: 18px;
    right: 20px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
}

.tkshr-lightbox-close:focus-visible {
    outline: 3px solid var(--tkshr-secondary);
    outline-offset: 3px;
}

.tkshr-wait-screen {
    position: fixed;
    z-index: 9998;
    inset: 0;
    align-items: center;
    justify-content: center;
    background: rgba(5, 5, 15, 0.68);
}

.tkshr-wait-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px 21px;
    border-radius: 16px;
    color: #fff;
    font-weight: 750;
    background: var(--tkshr-deep-2);
    box-shadow: var(--tkshr-shadow-lg);
}

.tkshr-wait-card .spinner-border {
    width: 24px;
    height: 24px;
    border-width: 3px;
    color: var(--tkshr-secondary);
}

body.tkshr-lightbox-open {
    overflow: hidden;
}

.tkshr-motion-ready .tkshr-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 620ms ease, transform 620ms ease;
}

.tkshr-motion-ready .tkshr-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.tkshr-anim-slide-up {
    animation: tkshrSlideUp 680ms ease both;
}

.tkshr-anim-fade-in {
    animation: tkshrFadeIn 650ms ease both;
}

[data-bs-theme="dark"] .tkshr-page,
[data-bs-theme="dark"] .tkshr-section,
[data-bs-theme="dark"] .tkshr-cta-final {
    color: #ececf4;
    background: #0c0d19;
}

[data-bs-theme="dark"] .tkshr-section-soft {
    background:
        radial-gradient(circle at 12% 12%, rgba(0, 242, 234, 0.07), transparent 28%),
        #121321;
}

[data-bs-theme="dark"] .tkshr-section-heading h2,
[data-bs-theme="dark"] .tkshr-copy h2,
[data-bs-theme="dark"] .tkshr-concept-card h3,
[data-bs-theme="dark"] .tkshr-boundary-card h3,
[data-bs-theme="dark"] .tkshr-step-body h3,
[data-bs-theme="dark"] .tkshr-measure-timeline h3,
[data-bs-theme="dark"] .tkshr-related-card h3,
[data-bs-theme="dark"] .tkshr-definition-box strong,
[data-bs-theme="dark"] .tkshr-howto-note strong,
[data-bs-theme="dark"] .tkshr-faq-question,
[data-bs-theme="dark"] .tkshr-server-table td strong {
    color: #f4f4f8;
}

[data-bs-theme="dark"] .tkshr-section-heading > p,
[data-bs-theme="dark"] .tkshr-copy .tkshr-lead,
[data-bs-theme="dark"] .tkshr-copy > p,
[data-bs-theme="dark"] .tkshr-concept-card p,
[data-bs-theme="dark"] .tkshr-check-list li,
[data-bs-theme="dark"] .tkshr-step-body p,
[data-bs-theme="dark"] .tkshr-measure-timeline p,
[data-bs-theme="dark"] .tkshr-howto-note p,
[data-bs-theme="dark"] .tkshr-related-card p,
[data-bs-theme="dark"] .tkshr-faq-answer p,
[data-bs-theme="dark"] .tkshr-api-note,
[data-bs-theme="dark"] .tkshr-media-card figcaption,
[data-bs-theme="dark"] .tkshr-server-table td {
    color: #b5b7c6 !important;
}

[data-bs-theme="dark"] .tkshr-concept-card,
[data-bs-theme="dark"] .tkshr-boundary-card,
[data-bs-theme="dark"] .tkshr-step-card,
[data-bs-theme="dark"] .tkshr-measure-timeline article,
[data-bs-theme="dark"] .tkshr-related-card,
[data-bs-theme="dark"] .tkshr-faq-item,
[data-bs-theme="dark"] .tkshr-server-table-wrap,
[data-bs-theme="dark"] .tkshr-media-card {
    border-color: #2c2e3d;
    background: #161724;
}

[data-bs-theme="dark"] .tkshr-definition-box,
[data-bs-theme="dark"] .tkshr-howto-note,
[data-bs-theme="dark"] .tkshr-api-note {
    border-color: #343647;
    background: #171926;
}

[data-bs-theme="dark"] .tkshr-faq-answer p,
[data-bs-theme="dark"] .tkshr-server-table td {
    border-color: #292b3a;
}

[data-bs-theme="dark"] .tkshr-server-table tbody tr:hover {
    background: rgba(0, 242, 234, 0.045);
}

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

@keyframes tkshrFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes tkshrDropdown {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tkshrMascotFloat {
    0%,
    100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-9px) rotate(1deg); }
}

@keyframes tkshrBadgeFloat {
    0%,
    100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

@keyframes tkshrFloat1 {
    0%,
    100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@keyframes tkshrFloat2 {
    0%,
    100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes tkshrMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 9px)); }
}

@media (max-width: 1199.98px) {
    .tkshr-page .container-fluid {
        padding-inline: 28px;
    }

    .tkshr-hero {
        min-height: auto;
    }

    .tkshr-hero-title {
        font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    }

    .tkshr-step {
        padding-inline: 5px;
        font-size: 0.67rem;
    }

    .tkshr-proof-hero {
        grid-template-columns: minmax(180px, 0.86fr) minmax(190px, 1.14fr);
    }

    .tkshr-concept-grid,
    .tkshr-trigger-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tkshr-steps-grid {
        gap: 18px;
    }

    .tkshr-step-card {
        grid-template-columns: 1fr;
    }

    .tkshr-step-image,
    .tkshr-step-image img {
        min-height: 220px;
        max-height: 260px;
    }
}

@media (max-width: 991.98px) {
    .tkshr-hero {
        padding-top: 16px;
    }

    .tkshr-hero-row {
        flex-direction: column;
        gap: 28px;
    }

    .tkshr-col-form {
        order: 1;
    }

    .tkshr-col-illustration {
        order: 2;
    }

    .tkshr-split,
    .tkshr-natural-layout {
        grid-template-columns: 1fr;
    }

    .tkshr-split-reverse > :first-child,
    .tkshr-split-reverse > :last-child {
        order: initial;
    }

    .tkshr-section-deep .tkshr-split-reverse .tkshr-media-card {
        order: 2;
    }

    .tkshr-section-deep .tkshr-split-reverse .tkshr-copy {
        order: 1;
    }

    .tkshr-media-card {
        max-width: 760px;
        margin-inline: auto;
    }

    .tkshr-scenario-strip {
        grid-template-columns: 1fr;
    }

    .tkshr-scenario-list {
        justify-content: flex-start;
    }

    .tkshr-cta-final-inner {
        grid-template-columns: 1fr;
    }

    .tkshr-cta-final-btn {
        justify-self: start;
    }
}

@media (max-width: 767.98px) {
    .tkshr-page .container-fluid {
        padding-inline: 18px;
    }

    .tkshr-hero {
        padding: 32px 0 52px;
    }

    .tkshr-glass-form {
        padding: 21px 17px;
        border-radius: 23px;
    }

    .tkshr-glass-form::before {
        left: 25px;
    }

    .tkshr-form-row-2col {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tkshr-stepper {
        gap: 5px;
    }

    .tkshr-step {
        flex-direction: column;
        gap: 3px;
        border-radius: 12px;
        font-size: 0.61rem;
    }

    .tkshr-step-num {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }

    .tkshr-trust-mini {
        align-items: flex-start;
        flex-direction: column;
        padding-left: 4px;
    }

    .tkshr-hero-title {
        font-size: clamp(2.15rem, 10.5vw, 3rem);
        letter-spacing: -0.045em;
    }

    .tkshr-kw-rotator {
        gap: 7px;
    }

    .tkshr-kw {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .tkshr-proof-hero {
        grid-template-columns: 1fr;
    }

    .tkshr-proof-robot {
        min-height: 245px;
    }

    .tkshr-robot-img-sm {
        height: 245px;
    }

    .tkshr-proof-points {
        padding: 0 16px 18px;
    }

    .tkshr-livefeed-list {
        min-height: 150px;
    }

    .tkshr-livefeed-item {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .tkshr-livefeed-time {
        grid-column: 2;
    }

    .tkshr-section {
        padding: 70px 0;
    }

    .tkshr-section-heading h2,
    .tkshr-copy h2 {
        font-size: clamp(1.85rem, 8.8vw, 2.6rem);
    }

    .tkshr-concept-grid,
    .tkshr-boundary-grid,
    .tkshr-steps-grid,
    .tkshr-trigger-grid,
    .tkshr-natural-tips,
    .tkshr-related-grid {
        grid-template-columns: 1fr;
    }

    .tkshr-concept-card {
        min-height: auto;
    }

    .tkshr-scenario-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .tkshr-step-card {
        grid-template-columns: 1fr;
    }

    .tkshr-howto-note {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .tkshr-inline-cta {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .tkshr-measure-timeline article {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .tkshr-measure-timeline::before {
        left: 39px;
    }

    .tkshr-testimonial-viewport {
        mask-image: none;
    }

    .tkshr-testi-card {
        min-height: 330px;
    }

    .tkshr-faq-question {
        padding: 17px;
        font-size: 0.9rem;
    }

    .tkshr-faq-answer > div {
        padding: 0 17px 18px;
    }

    .tkshr-cta-final-inner {
        padding: 28px 22px;
    }

    .tkshr-cta-final-btn {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .tkshr-lightbox {
        padding-inline: 12px;
    }
}

@media (max-width: 420px) {
    .tkshr-form-header-icon {
        flex-basis: 45px;
        width: 45px;
        height: 45px;
    }

    .tkshr-form-header-title {
        font-size: 1.15rem;
    }

    .tkshr-form-header-sub {
        font-size: 0.82rem;
    }

    .tkshr-cta-btn {
        padding-inline: 14px;
        font-size: 0.9rem;
    }

    .tkshr-hero-info-card {
        padding: 18px;
    }

    .tkshr-hero-badge {
        align-items: flex-start;
        border-radius: 15px;
        line-height: 1.4;
    }

    .tkshr-measure-timeline article {
        grid-template-columns: 1fr;
    }

    .tkshr-measure-timeline::before {
        content: none;
    }

    .tkshr-measure-marker {
        width: 74px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tkshr-page *,
    .tkshr-page *::before,
    .tkshr-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .tkshr-testimonial-track {
        width: auto;
        overflow-x: auto;
        animation: none;
    }
}

/* ================================================================
 * REFERENCE ALIGNMENT — tang-tim-video.php
 * Giữ luồng dữ liệu riêng của dịch vụ share; đồng bộ nhịp, form và
 * hệ màu TikTok với trang dịch vụ chuẩn.
 * ================================================================ */

:root {
    --tkshr-content-bg: #0a0a1a;
    --tkshr-content-bg-2: #12122a;
    --tkshr-content-card: rgba(255, 255, 255, 0.04);
    --tkshr-content-border: rgba(255, 255, 255, 0.08);
    --tkshr-content-text: #e0e0e0;
    --tkshr-content-muted: #8a8aac;
    --tkshr-container: 1200px;
}

.tkshr-page {
    overflow-x: clip;
    color: var(--tkshr-content-text);
    background: var(--tkshr-content-bg);
}

.tkshr-page .container-fluid {
    width: 100%;
    max-width: var(--tkshr-container);
    margin-inline: auto;
    padding-inline: 0;
}

.tkshr-hero > .container-fluid {
    padding-inline: 24px;
}

.tkshr-hero-row {
    --bs-gutter-x: 30px;
}

.tkshr-glass-form {
    padding: 28px 24px;
    border: 1px solid var(--tkshr-content-border);
    border-radius: 18px;
    background: rgba(10, 10, 26, 0.94);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: static;
}

.tkshr-glass-form::before {
    content: none;
}

.tkshr-form-header {
    gap: 12px;
    margin-bottom: 16px;
}

.tkshr-form-header-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.1rem;
    background: linear-gradient(135deg, var(--tkshr-primary), var(--tkshr-secondary));
    box-shadow: none;
}

.tkshr-form-header-title {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0;
}

.tkshr-form-header-sub {
    margin: 0;
    color: var(--tkshr-content-muted);
    font-size: 0.8rem;
}

.tkshr-stepper {
    display: flex;
    gap: 4px;
    margin-bottom: 18px;
}

.tkshr-step {
    flex: 1;
    gap: 6px;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    color: var(--tkshr-content-muted);
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.5;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.03);
}

.tkshr-step-num {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    color: var(--tkshr-content-muted);
    font-size: 0.65rem;
    background: rgba(255, 255, 255, 0.08);
}

.tkshr-step.active {
    border-color: transparent;
    color: var(--tkshr-primary);
    background: rgba(255, 0, 80, 0.15);
}

.tkshr-step.active .tkshr-step-num {
    color: #fff;
    background: var(--tkshr-primary);
}

.tkshr-form-group {
    margin-bottom: 14px;
}

.tkshr-form-label {
    gap: 6px;
    margin-bottom: 5px;
    color: var(--tkshr-content-text);
    font-size: 0.82rem;
    font-weight: 600;
}

.tkshr-form-label i {
    width: auto;
    font-size: 0.8rem;
}

.tkshr-input,
.tkshr-textarea,
.custom-select-trigger,
.custom-search-input {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.9rem;
}

.tkshr-input,
.tkshr-textarea {
    padding: 10px 14px;
}

.tkshr-input::placeholder,
.tkshr-textarea::placeholder,
.custom-search-input::placeholder {
    color: var(--tkshr-content-muted);
}

.tkshr-input:focus,
.tkshr-textarea:focus,
.custom-select-trigger:focus-visible,
.custom-search-input:focus {
    border-color: var(--tkshr-primary);
    box-shadow: 0 0 0 3px rgba(255, 0, 80, 0.15);
}

.tkshr-textarea {
    min-height: 42px;
    margin-top: 0;
}

.custom-select-trigger {
    min-height: 0;
    padding: 12px 32px 12px 14px;
    justify-content: space-between;
    gap: 10px;
    overflow: hidden;
    appearance: none;
}

.custom-select-trigger .arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    flex: 0 0 auto;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid var(--tkshr-content-muted);
    border-bottom: 0;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.custom-select-wrapper.open .custom-select-trigger .arrow {
    transform: translateY(-50%) rotate(180deg);
}

.custom-select-trigger:hover {
    border-color: var(--tkshr-primary);
}

.custom-select-dropdown {
    top: 100%;
    right: auto;
    left: 0;
    width: 100%;
    min-width: 100%;
    max-width: calc(100vw - 40px);
    margin-top: 4px;
    border: 1px solid var(--tkshr-content-border);
    border-radius: 10px;
    background: rgba(13, 13, 26, 0.98);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    overflow: visible;
    z-index: 100;
}

.custom-search-container {
    padding: 8px;
    border-bottom-color: var(--tkshr-content-border);
    background: transparent;
}

.custom-search-input {
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: #fff;
    font-size: 0.85rem;
    background: rgba(255, 255, 255, 0.06);
}

.custom-option,
.custom-options-list li {
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.82rem;
    line-height: 1.4;
    white-space: normal;
    word-break: break-word;
}

.custom-option:hover,
.custom-options-list li:hover,
.custom-option.selected,
.custom-options-list li.selected {
    color: #fff;
    background: rgba(255, 0, 80, 0.13);
}

.tkshr-server-trigger {
    position: relative;
}

.tkshr-server-trigger #server-render {
    display: block;
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tkshr-glass-form #server-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.15s;
}

.tkshr-glass-form #server-list li:last-child {
    border-bottom: 0;
}

.tkshr-glass-form #server-list li strong,
.tkshr-server-trigger #server-render strong {
    color: var(--tkshr-secondary);
}

.tkshr-server-desc {
    display: none;
    margin-top: 6px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 0, 80, 0.15);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    line-height: 1.4;
    background: rgba(255, 0, 80, 0.08);
}

.tkshr-server-desc.has-content {
    display: block;
    padding: 6px 10px;
    border: 1px solid rgba(255, 0, 80, 0.15);
    border-radius: 6px;
    background: rgba(255, 0, 80, 0.08);
}

.tkshr-qty-hint {
    display: block;
    min-height: 0;
    margin-top: 3px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.7rem;
}

.tkshr-qty-row {
    align-items: stretch;
    gap: 0;
}

.tkshr-qty-row .tkshr-input {
    flex: 1 1 auto;
    min-width: 0;
    border-right: 0;
    border-radius: 10px 0 0 10px;
}

.tkshr-qty-suffix {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
    border-radius: 0 10px 10px 0;
    color: var(--tkshr-primary);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    background: rgba(255, 0, 80, 0.15);
}

.tkshr-price-row {
    padding: 6px 0;
    border: 0;
    font-size: 0.85rem;
}

.tkshr-price-label {
    color: var(--tkshr-content-muted);
}

.tkshr-price-value {
    color: var(--tkshr-secondary);
}

.tkshr-price-total {
    color: #ffd700;
    font-size: 1.05rem;
}

.tkshr-cta-btn {
    min-height: 0;
    padding: 14px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: normal;
    gap: 8px;
    background: linear-gradient(135deg, var(--tkshr-primary), #e6004a);
    box-shadow: none;
    transition: all 0.3s;
}

.tkshr-cta-btn:hover,
.tkshr-cta-btn:focus-visible {
    filter: none;
    box-shadow: 0 8px 30px rgba(255, 0, 80, 0.4);
}

.tkshr-trust-mini {
    justify-content: center;
    gap: 16px;
    margin-top: 12px;
}

.tkshr-trust-mini-item {
    color: var(--tkshr-content-muted);
    font-size: 0.72rem;
}

.tkshr-trust-mini-item i {
    color: var(--tkshr-secondary);
}

.tkshr-hero-info-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 12px 0 20px;
    padding: 16px 18px 16px 22px;
    border: 1px solid var(--tkshr-content-border);
    border-radius: 12px;
    background: rgba(13, 13, 26, 0.7);
    box-shadow: none;
}

.tkshr-hero-info-card::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 3px;
    height: auto;
    border-radius: 3px 0 0 3px;
    background: linear-gradient(180deg, var(--tkshr-primary), var(--tkshr-secondary));
}

.tkshr-hero-info-card .tkshr-hero-desc {
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.88rem;
    line-height: 1.6;
}

.tkshr-hero-info-card .tkshr-hero-anchor {
    margin: 0;
    padding-top: 12px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.82rem;
    line-height: 1.6;
}

.tkshr-breadcrumb {
    margin-bottom: 12px;
}

.tkshr-hero-badge {
    gap: 6px;
    margin-bottom: 12px;
    padding: 6px 16px;
    border-color: rgba(255, 0, 80, 0.3);
    color: var(--tkshr-primary);
    font-size: 0.82rem;
    font-weight: 600;
    background: rgba(255, 0, 80, 0.15);
}

.tkshr-hero-badge i {
    color: #ffd700;
}

.tkshr-hero-title {
    max-width: none;
    margin-bottom: 8px;
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.tkshr-gradient-text {
    background: linear-gradient(135deg, var(--tkshr-primary), var(--tkshr-secondary));
    background-clip: text;
    -webkit-background-clip: text;
}

.tkshr-kw-rotator {
    gap: 6px;
    margin: 0 0 14px;
}

.tkshr-kw {
    min-height: 0;
    padding: 4px 12px;
    border-color: rgba(255, 0, 80, 0.25);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    font-weight: 600;
    background: rgba(255, 0, 80, 0.12);
    white-space: nowrap;
}

.tkshr-proof-panel {
    margin-top: 0;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--tkshr-radius-lg);
    background: rgba(13, 13, 26, 0.92);
    box-shadow: none;
}

.tkshr-proof-hero {
    display: flex;
    min-height: 0;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tkshr-proof-robot {
    position: relative;
    display: flex;
    flex: 0 0 130px;
    width: 130px;
    height: 130px;
    min-height: 0;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.tkshr-cat-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 0, 80, 0.2) 0%, transparent 70%);
    opacity: 0.6;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.tkshr-robot-img-sm {
    position: relative;
    z-index: 2;
    width: 120px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 20px rgba(255, 0, 80, 0.25));
    animation: none;
}

.tkshr-fbadge {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 3px 8px;
    border: 1px solid rgba(255, 0, 80, 0.3);
    border-radius: 12px;
    color: #fff;
    font-size: 0.55rem;
    font-weight: 700;
    white-space: nowrap;
    background: rgba(255, 0, 80, 0.18);
    box-shadow: 0 3px 10px rgba(255, 0, 80, 0.12);
    pointer-events: none;
}

.tkshr-fbadge i {
    color: var(--tkshr-secondary);
    font-size: 0.55rem;
}

.tkshr-fb-mini-1 {
    top: -2px;
    right: -8px;
    left: auto;
    animation: tkshrFloat1 3.5s ease-in-out infinite;
}

.tkshr-fb-mini-2 {
    top: auto;
    right: auto;
    bottom: 5px;
    left: -10px;
    animation: tkshrFloat2 4s ease-in-out infinite 0.8s;
}

.tkshr-fb-mini-3 {
    top: 50%;
    right: -16px;
    bottom: auto;
    left: auto;
    border-color: rgba(0, 242, 234, 0.35);
    background: rgba(0, 242, 234, 0.2);
    opacity: 0.7;
    animation: none;
}

.tkshr-proof-stats {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.tkshr-pstat {
    padding: 10px 6px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    text-align: center;
    background: rgba(255, 255, 255, 0.04);
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.tkshr-pstat:hover {
    border-color: rgba(255, 0, 80, 0.2);
    background: rgba(255, 0, 80, 0.08);
    transform: translateY(-2px);
}

.tkshr-pstat-icon {
    margin-bottom: 4px;
    color: var(--tkshr-primary);
    font-size: 0.9rem;
}

.tkshr-pstat-num {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
}

.tkshr-pstat-label {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.62rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tkshr-livefeed {
    padding-top: 0;
    border-top: 0;
    background: transparent;
}

.tkshr-livefeed-header {
    padding: 0;
    margin-bottom: 8px;
}

.tkshr-livefeed-dot {
    background: #4caf50;
    box-shadow: none;
}

.tkshr-livefeed-title {
    color: var(--tkshr-content-muted);
    font-size: 0.75rem;
    font-weight: 600;
}

.tkshr-livefeed-list {
    display: block;
    min-height: 0;
    max-height: 180px;
    padding: 0;
    overflow: hidden;
}

.tkshr-livefeed-item {
    display: flex;
    gap: 10px;
    padding: 7px 0;
}

.tkshr-livefeed-avatar {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
}

.tkshr-livefeed-info {
    flex: 1;
}

.tkshr-livefeed-name {
    font-size: 0.78rem;
    font-weight: 600;
}

.tkshr-livefeed-detail {
    color: var(--tkshr-secondary);
    font-size: 0.68rem;
}

.tkshr-livefeed-time {
    color: var(--tkshr-content-muted);
    font-size: 0.68rem;
}

.tkshr-section {
    padding: 60px 16px;
    color: var(--tkshr-content-text);
    background: var(--tkshr-content-bg);
}

.tkshr-section-soft {
    background: var(--tkshr-content-bg-2);
}

.tkshr-section-deep {
    background:
        radial-gradient(circle at 88% 20%, rgba(255, 0, 80, 0.13), transparent 30%),
        var(--tkshr-content-bg);
}

.tkshr-section-gradient {
    background:
        radial-gradient(circle at 12% 15%, rgba(0, 242, 234, 0.1), transparent 30%),
        linear-gradient(145deg, #0a0a1a, #12122a);
}

.tkshr-section-heading {
    max-width: 860px;
    margin-bottom: 28px;
}

.tkshr-section-heading h2,
.tkshr-copy h2,
.tkshr-cta-final h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.tkshr-section-heading > p,
.tkshr-copy .tkshr-lead,
.tkshr-copy > p:not(.tkshr-lead) {
    color: var(--tkshr-content-text);
    font-size: 0.95rem;
    line-height: 1.75;
}

.tkshr-section-heading > p {
    max-width: 760px;
}

.tkshr-section-kicker {
    margin-bottom: 10px;
    color: var(--tkshr-secondary);
    font-size: 0.78rem;
}

.tkshr-split {
    gap: 40px;
}

.tkshr-definition-box,
.tkshr-benefit-card,
.tkshr-concept-card,
.tkshr-boundary-card,
.tkshr-readiness-list li,
.tkshr-readiness-note,
.tkshr-server-guide-card,
.tkshr-step-card,
.tkshr-measure-timeline article,
.tkshr-trigger-card,
.tkshr-natural-tips article,
.tkshr-related-card,
.tkshr-faq-item,
.tkshr-howto-note,
.tkshr-api-note {
    border-color: var(--tkshr-content-border);
    color: var(--tkshr-content-text);
    background: var(--tkshr-content-card);
    box-shadow: none;
}

.tkshr-definition-box strong,
.tkshr-benefit-card h3,
.tkshr-concept-card h3,
.tkshr-boundary-card h3,
.tkshr-readiness-list strong,
.tkshr-readiness-note strong,
.tkshr-server-guide-card h3,
.tkshr-step-body h3,
.tkshr-measure-timeline h3,
.tkshr-natural-tips h3,
.tkshr-related-card h3,
.tkshr-howto-note strong,
.tkshr-faq-question {
    color: #fff;
}

.tkshr-definition-box p,
.tkshr-benefit-card p,
.tkshr-concept-card p,
.tkshr-check-list li,
.tkshr-readiness-list p,
.tkshr-readiness-note p,
.tkshr-server-guide-card p,
.tkshr-step-body p,
.tkshr-measure-timeline p,
.tkshr-measure-note,
.tkshr-trigger-card > p,
.tkshr-natural-tips p,
.tkshr-natural-copy p,
.tkshr-related-card p,
.tkshr-howto-note p,
.tkshr-api-note p,
.tkshr-faq-answer p {
    color: var(--tkshr-content-text);
}

.tkshr-media-card {
    border-color: var(--tkshr-content-border);
    border-radius: 18px;
    background: var(--tkshr-content-card);
    box-shadow: none;
}

.tkshr-media-button {
    aspect-ratio: 3 / 2;
}

.tkshr-media-button img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}

.tkshr-media-card figcaption,
.tkshr-media-dark figcaption {
    color: var(--tkshr-content-muted);
    background: var(--tkshr-content-bg-2);
}

.tkshr-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.tkshr-benefit-card {
    padding: 22px 18px;
    border: 1px solid var(--tkshr-content-border);
    border-radius: 12px;
}

.tkshr-benefit-icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    place-items: center;
    border-radius: 12px;
    color: var(--tkshr-primary);
    background: linear-gradient(135deg, rgba(255, 0, 80, 0.18), rgba(0, 242, 234, 0.1));
}

.tkshr-benefit-card h3 {
    margin-bottom: 8px;
    font-size: 1rem;
}

.tkshr-benefit-card p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.65;
}

.tkshr-concept-grid {
    gap: 18px;
}

.tkshr-concept-card {
    min-height: 0;
    padding: 22px 18px;
    border: 1px solid var(--tkshr-content-border);
    border-radius: 12px;
}

.tkshr-boundary-grid {
    gap: 20px;
}

.tkshr-boundary-card {
    padding: 24px;
    border: 1px solid var(--tkshr-content-border);
    border-radius: 14px;
}

.tkshr-scenario-strip {
    border-color: var(--tkshr-content-border);
    background: rgba(255, 255, 255, 0.03);
}

.tkshr-scenario-list span {
    border-color: var(--tkshr-content-border);
    color: var(--tkshr-content-text);
    background: rgba(255, 255, 255, 0.04);
}

.tkshr-readiness-list li {
    padding: 12px;
    border: 1px solid var(--tkshr-content-border);
    border-radius: 12px;
}

.tkshr-readiness-note {
    margin-top: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 0, 80, 0.24);
    border-radius: 12px;
    background: rgba(255, 0, 80, 0.07);
}

.tkshr-readiness-note strong {
    display: block;
    margin-bottom: 5px;
}

.tkshr-readiness-note p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.65;
}

.tkshr-server-guide {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tkshr-server-guide-card {
    display: flex;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--tkshr-content-border);
    border-radius: 12px;
}

.tkshr-server-guide-card > span {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--tkshr-primary), var(--tkshr-secondary));
}

.tkshr-server-guide-card h3 {
    margin: 0 0 7px;
    font-size: 0.98rem;
}

.tkshr-server-guide-card p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.65;
}

.tkshr-api-note {
    margin-top: 18px;
    border: 1px solid var(--tkshr-content-border);
}

.tkshr-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.tkshr-step-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--tkshr-content-border);
    border-radius: 16px;
}

.tkshr-step-image,
.tkshr-step-image img {
    width: 100%;
    min-height: 0;
    max-height: none;
}

.tkshr-step-image {
    flex: none;
    aspect-ratio: 3 / 2;
    border-radius: 0;
    background: #090918;
}

.tkshr-step-image img {
    height: 100%;
    object-fit: cover;
}

.tkshr-step-body {
    flex: 1;
    padding: 20px;
}

.tkshr-step-body h3 {
    margin: 10px 0 8px;
    font-size: 1rem;
}

.tkshr-step-body p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.65;
}

.tkshr-howto-note {
    padding: 18px;
    border: 1px solid var(--tkshr-content-border);
}

.tkshr-measure-timeline article {
    border: 1px solid var(--tkshr-content-border);
}

.tkshr-measure-note {
    margin: 16px 0 0;
    padding: 14px 16px;
    border-left: 3px solid var(--tkshr-secondary);
    border-radius: 0 10px 10px 0;
    font-size: 0.86rem;
    line-height: 1.65;
    background: rgba(0, 242, 234, 0.07);
}

.tkshr-trigger-grid {
    gap: 18px;
}

.tkshr-trigger-card {
    border: 1px solid var(--tkshr-content-border);
}

.tkshr-trigger-top strong {
    color: #fff;
}

.tkshr-trigger-top small,
.tkshr-trigger-use {
    color: var(--tkshr-content-muted);
}

.tkshr-natural-tips article {
    border: 1px solid var(--tkshr-content-border);
}

.tkshr-natural-copy {
    max-width: 920px;
    margin: 24px auto 0;
    padding: 18px 20px;
    border: 1px solid var(--tkshr-content-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.tkshr-natural-copy p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.7;
}

.tkshr-natural-copy p + p {
    margin-top: 10px;
}

.tkshr-testimonials {
    padding: 50px 0;
    background:
        radial-gradient(circle at 90% 12%, rgba(255, 0, 80, 0.12), transparent 30%),
        var(--tkshr-content-bg);
}

.tkshr-testimonials::before {
    opacity: 0.2;
}

.tkshr-testimonials .tkshr-section-heading h2 {
    color: #fff;
    font-size: clamp(1.35rem, 3vw, 2rem);
}

.tkshr-testimonials .tkshr-section-heading > p {
    color: var(--tkshr-content-text);
}

.tkshr-testimonial-viewport {
    max-width: none;
    margin-top: 0;
    padding-block: 0;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.tkshr-testimonial-track {
    display: flex;
    width: max-content;
    gap: 20px;
    padding: 8px 0;
}

.tkshr-testi-row-1 {
    animation: tkshrMarquee 85s linear infinite;
}

.tkshr-testi-row-2 {
    animation: tkshrMarqueeReverse 90s linear infinite;
}

.tkshr-testi-card {
    display: block;
    flex: 0 0 340px;
    width: 340px;
    min-height: 270px;
    padding: 18px;
    border: 1px solid var(--tkshr-content-border);
    border-radius: 12px;
    color: var(--tkshr-content-text);
    background: var(--tkshr-content-card);
    box-shadow: none;
}

.tkshr-testi-card::after,
.tkshr-testi-quote {
    content: none;
    display: none;
}

.tkshr-testi-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.tkshr-testi-header > div {
    display: grid;
    gap: 1px;
}

.tkshr-testi-avatar {
    display: grid;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--tkshr-primary), var(--tkshr-secondary));
}

.tkshr-testi-name {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
}

.tkshr-testi-role {
    color: var(--tkshr-content-muted);
    font-size: 0.72rem;
}

.tkshr-testi-stars {
    margin-bottom: 6px;
    color: #ffd700;
    font-size: 0.7rem;
}

.tkshr-testi-stars .far {
    color: var(--tkshr-content-muted);
}

.tkshr-testi-tag {
    display: inline-flex;
    margin-bottom: 9px;
    padding: 4px 9px;
    border: 1px solid rgba(0, 242, 234, 0.22);
    border-radius: 999px;
    color: var(--tkshr-secondary);
    font-size: 0.68rem;
    font-weight: 700;
    background: rgba(0, 242, 234, 0.07);
}

.tkshr-testi-card > .tkshr-testi-text {
    margin: 0;
    color: var(--tkshr-content-text);
    font-size: 0.82rem;
    font-style: normal;
    line-height: 1.58;
}

.tkshr-faq-item {
    border: 1px solid var(--tkshr-content-border);
}

.tkshr-faq-item.active {
    border-color: rgba(255, 0, 80, 0.35);
}

.tkshr-faq-question {
    font-size: 0.9rem;
    background: transparent;
}

.tkshr-faq-item.active .tkshr-faq-question {
    color: var(--tkshr-primary);
    background: rgba(255, 0, 80, 0.06);
}

.tkshr-related-card {
    border: 1px solid var(--tkshr-content-border);
}

.tkshr-cta-final {
    color: var(--tkshr-content-text);
    background: var(--tkshr-content-bg);
}

.tkshr-cta-final-inner {
    border-color: var(--tkshr-content-border);
    background:
        linear-gradient(135deg, rgba(255, 0, 80, 0.12), rgba(0, 242, 234, 0.06)),
        var(--tkshr-content-bg-2);
}

@keyframes tkshrMarqueeReverse {
    from { transform: translateX(calc(-50% - 10px)); }
    to { transform: translateX(0); }
}

@media (max-width: 1199.98px) {
    .tkshr-page .container-fluid {
        padding-inline: 24px;
    }

    .tkshr-hero > .container-fluid {
        padding-inline: 24px;
    }

    .tkshr-hero-title {
        font-size: clamp(1.6rem, 3.5vw, 2.5rem);
    }

    .tkshr-step-card {
        display: flex;
    }

    .tkshr-step-image,
    .tkshr-step-image img {
        min-height: 0;
        max-height: none;
    }
}

@media (max-width: 991.98px) {
    .tkshr-hero-row {
        gap: 24px;
    }

    .tkshr-proof-hero {
        flex-direction: column;
        text-align: center;
    }

    .tkshr-proof-robot {
        flex-basis: 80px;
        width: 80px;
        height: 80px;
        margin-inline: auto;
    }

    .tkshr-robot-img-sm {
        width: 70px;
        height: auto;
    }

    .tkshr-fbadge {
        display: none;
    }

    .tkshr-proof-stats {
        width: 100%;
    }

    .tkshr-server-guide,
    .tkshr-benefit-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .tkshr-page .container-fluid {
        padding-inline: 0;
    }

    .tkshr-hero {
        padding: 10px 0 12px;
    }

    .tkshr-hero > .container-fluid {
        padding-inline: 10px;
    }

    .tkshr-glass-form {
        padding: 16px 12px;
        border-radius: 18px;
    }

    .tkshr-form-row-2col {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tkshr-hero-title {
        font-size: 1.5rem;
        letter-spacing: -0.025em;
    }

    .tkshr-kw-rotator {
        gap: 4px;
        margin-bottom: 8px;
    }

    .tkshr-kw {
        padding: 3px 8px;
        font-size: 0.62rem;
        white-space: normal;
    }

    .tkshr-proof-hero {
        flex-direction: column;
        text-align: center;
    }

    .tkshr-proof-robot {
        flex-basis: 80px;
        width: 80px;
        height: 80px;
        min-height: 0;
        margin-inline: auto;
    }

    .tkshr-robot-img-sm {
        width: 70px;
        height: auto;
    }

    .tkshr-proof-stats {
        width: 100%;
        padding: 0;
    }

    .tkshr-livefeed-list {
        min-height: 0;
    }

    .tkshr-livefeed-item {
        display: flex;
    }

    .tkshr-livefeed-time {
        grid-column: auto;
    }

    .tkshr-section {
        padding: 40px 12px;
    }

    .tkshr-section-heading h2,
    .tkshr-copy h2,
    .tkshr-cta-final h2 {
        font-size: clamp(1.3rem, 6vw, 1.65rem);
    }

    .tkshr-steps-grid,
    .tkshr-concept-grid,
    .tkshr-boundary-grid,
    .tkshr-trigger-grid,
    .tkshr-related-grid {
        grid-template-columns: 1fr;
    }

    .tkshr-step-card {
        display: flex;
        flex-direction: column;
    }

    .tkshr-step-image,
    .tkshr-step-image img {
        min-height: 0;
        max-height: none;
    }

    .tkshr-testimonials {
        padding: 40px 0;
    }

    .tkshr-testimonials .container-fluid {
        padding-inline: 12px;
    }

    .tkshr-testimonial-viewport {
        mask-image: none;
    }

    .tkshr-testi-card {
        flex-basis: 290px;
        width: 290px;
        min-height: 300px;
    }
}

@media (max-width: 575.98px) {
    .tkshr-proof-panel {
        padding: 14px;
    }

    .tkshr-form-header {
        gap: 8px;
        margin-bottom: 10px;
    }

    .tkshr-form-header-icon {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        font-size: 0.95rem;
    }

    .tkshr-form-header-title {
        font-size: 1rem;
    }

    .tkshr-form-group {
        margin-bottom: 10px;
    }

    .tkshr-form-label {
        margin-bottom: 3px;
        font-size: 0.78rem;
    }

    .tkshr-input,
    .tkshr-textarea {
        padding: 8px 12px;
        font-size: 0.85rem;
    }

    .custom-select-trigger {
        min-height: 0;
        padding: 12px 32px 12px 14px;
        font-size: 0.85rem;
    }

    .tkshr-stepper {
        flex-wrap: wrap;
    }

    .tkshr-step {
        flex-direction: row;
        padding: 6px 8px;
        font-size: 0.65rem;
    }

    .tkshr-hero-info-card {
        padding: 14px 14px 14px 18px;
    }

    .tkshr-testi-card {
        flex-basis: 270px;
        width: 270px;
        min-height: 320px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tkshr-testi-row-1,
    .tkshr-testi-row-2 {
        width: max-content;
        overflow: visible;
        animation: none;
    }
}
