/** Shopify CDN: Minification failed

Line 2238:12 Expected identifier but found whitespace
Line 2238:17 Unexpected ";"

**/
/*
 * sections.css — extracted from theme sections/*.liquid
 * Generated by scraper/src/extract-section-css.ts — do not edit by hand.
 */

/* === about-home.liquid === */
.tk-about__grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
  .tk-about__copy .tk-sec__eyebrow { display: block; margin-bottom: 8px; }
  .tk-about__copy .tk-sec__title { text-align: left; }
  .tk-about__copy .tk-sec__desc { margin: 0 0 20px; max-width: 540px; }
  .tk-about__stats { list-style: none; padding: 0; margin: 0 0 24px; display: flex; gap: 24px; flex-wrap: wrap; }
  .tk-about__stats li { display: flex; flex-direction: column; }
  .tk-about__stats strong { font-size: 24px; font-weight: 900; color: var(--color-navy); letter-spacing: -.02em; line-height: 1; }
  .tk-about__stats span { font-size: 13px; color: var(--color-muted); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; margin-top: 4px; }

  .tk-about__visual {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 16px;
    overflow: hidden;
  }
  .tk-about__visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .tk-about__decor {
    width: 100%; height: 100%;
    position: relative;
    background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-brand-deep) 100%);
    display: flex; align-items: center; justify-content: center;
  }
  .tk-about__decor-block {
    position: absolute;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.04);
  }
  .tk-about__decor-block--1 { top: 20px; left: 20px; width: 50%; height: 60%; transform: rotate(-4deg); }
  .tk-about__decor-block--2 { bottom: 20px; right: 20px; width: 45%; height: 55%; transform: rotate(3deg); border-color: rgba(254,194,14,.18); background: rgba(254,194,14,.04); }
  .tk-about__decor-icon { position: relative; z-index: 1; color: var(--color-yellow); opacity: .6; }

  @media (width >= 64rem) {
    .tk-about__grid { grid-template-columns: 1fr 1fr; gap: 56px; }
    .tk-about__stats strong { font-size: 28px; }
  }

/* === ann-bar.liquid === */
.tk-ann {
    display: block;
    background: var(--color-brand-deep);
    color: rgba(255,255,255,.85);
    font-size: 13px;
    text-decoration: none;
  }
  .tk-ann--link:hover { background: var(--color-navy); }
  .tk-ann__inner {
    max-width: var(--tk-content-max, 96rem); margin-inline: auto;
    padding: 8px var(--tk-gutter, 24px);
    display: flex; align-items: center; justify-content: center;
    gap: 16px; flex-wrap: wrap;
  }
  .tk-ann__marquee-mask {
    overflow: hidden;
    padding: 8px 0;
    white-space: nowrap;
    display: flex;
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  }
  .tk-ann__marquee-track {
    display: inline-flex;
    animation: tk-ann-scroll var(--tk-marquee-speed, 24s) linear infinite;
  }
  .tk-ann__marquee-content {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding-right: 16px;
  }
  .tk-ann__marquee-mask[data-pause-hover]:hover .tk-ann__marquee-track {
    animation-play-state: paused;
  }
  @keyframes tk-ann-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
  @media (prefers-reduced-motion: reduce) {
    .tk-ann__marquee-track { animation: none; }
  }
  .tk-ann__item strong { color: var(--color-yellow); font-weight: 800; margin-right: 4px; letter-spacing: .01em; }
  .tk-ann__sep { color: rgba(255,255,255,.3); }

/* === blog-featured.liquid === */
.tk-blog-feat { background: var(--color-light); }
  .tk-blog-feat .tk-sec__head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 16px; text-align: left; }
  .tk-blog-feat__viewall { font-size: 15px; font-weight: 700; color: var(--color-blue); white-space: nowrap; }
  .tk-blog-feat__grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 16px; }
  @media (width >= 40rem) { .tk-blog-feat__grid { grid-template-columns: 1fr 1fr; gap: 20px; } }
  @media (width >= 64rem) { .tk-blog-feat__grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }

/* === brands-bar.liquid === */
.tk-brands { position: relative; overflow: hidden; background: var(--color-light); padding-block: 32px; padding-inline: var(--tk-gutter, 24px); }
  .tk-brands__inner { position: relative; z-index: 1; max-width: var(--tk-content-max, 96rem); margin-inline: auto; padding-inline: var(--tk-gutter, 24px); text-align: center; }
  .tk-brands__label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--color-tert); margin: 0 0 16px; }

  .tk-brands__marquee {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  }
  .tk-brands__list {
    list-style: none; margin: 0; padding: 0;
    display: flex; gap: 24px; align-items: center;
    justify-content: center; flex-wrap: wrap;
  }
  @media (width < 48rem) {
    .tk-brands__list {
      flex-wrap: nowrap;
      justify-content: flex-start;
      width: max-content;
      animation: tk-brands-marquee 26s linear infinite;
    }
    @keyframes tk-brands-marquee {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }
  }
  @media (width >= 48rem) {
    .tk-brands__item--clone { display: none; }
  }
  @media (prefers-reduced-motion: reduce) {
    .tk-brands__list { animation: none; }
  }

  .tk-brands__chip {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 16px 8px 8px;
    border: 1.5px solid var(--color-border);
    border-radius: 999px;
    background: var(--color-surface);
    box-shadow: 0 1px 0 rgba(0,0,0,.02);
    transition: transform .2s, border-color .2s, box-shadow .2s, background .2s;
  }
  .tk-brands__glyph {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px;
    color: var(--color-muted);
    transition: color .2s, transform .25s;
  }
  .tk-brands__glyph img { width: 100%; height: 100%; object-fit: contain; }
  .tk-brands__item:hover .tk-brands__glyph { color: var(--color-navy); transform: scale(1.1); }
  .tk-brands__mono {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: hsl(var(--tk-hue, 220) 12% 90%);
    color: hsl(var(--tk-hue, 220) 35% 30%);
    font-weight: 900; font-size: 14px;
    letter-spacing: -.02em;
    transition: background .2s, color .2s, transform .25s;
  }
  .tk-brands__name {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-muted);
    letter-spacing: .01em;
    text-transform: uppercase;
    transition: color .2s;
  }
  .tk-brands__item:hover .tk-brands__chip {
    transform: translateY(-2px);
    border-color: var(--color-brand);
    box-shadow: 0 8px 22px rgba(38,61,137,.18);
    background: var(--color-surface);
  }
  .tk-brands__item:hover .tk-brands__mono {
    background: hsl(var(--tk-hue, 220) 60% 50%);
    color: #fff;
    transform: rotate(-8deg) scale(1.06);
  }
  .tk-brands__item:hover .tk-brands__name { color: var(--color-navy); }

  .tk-brands__item img { height: 28px; width: auto; opacity: .55; filter: grayscale(1); transition: opacity .25s, filter .25s, transform .25s; }
  .tk-brands__item:hover img { opacity: 1; filter: grayscale(0); transform: translateY(-2px); }

  @media (width >= 48rem) {
    .tk-brands { padding-block: 40px; padding-inline: var(--tk-gutter, 32px); }
    .tk-brands__list { gap: 32px; }
    .tk-brands__item img { height: 36px; }
  }

/* === shared pager + empty state (used by templates/blog.liquid) === */
.tk-grid__pager {
    margin-top: 32px;
    display: flex; justify-content: space-between; align-items: center; gap: 12px;
    padding: 12px 16px;
    background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 10px;
    font-size: 15px;
  }
  .tk-grid__pager a { color: var(--color-blue); font-weight: 700; }
  .tk-grid__pager-meta { color: var(--color-muted); }

  .tk-grid__empty { text-align: center; padding: 64px 16px; }
  .tk-grid__empty-art { color: var(--color-muted); opacity: .35; margin-bottom: 16px; display: flex; justify-content: center; }
  .tk-grid__empty-art svg { display: block; }
  .tk-grid__empty h2 { font-size: 24px; font-weight: 800; color: var(--color-navy); margin: 0 0 8px; }
  .tk-grid__empty p { color: var(--color-muted); margin: 0 0 20px; line-height: 1.6; }

/* === cta-final.liquid === */
.tk-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-brand-deep) 0%, var(--color-brand) 55%, #1b2d6b 100%);
  color: #fff;
  padding-block: 88px 64px;
  padding-inline: var(--tk-gutter, 24px);
}
.tk-cta__beam {
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  opacity: .55;
}
.tk-cta__beam--1 { top: -180px; left: -120px; background: radial-gradient(circle, rgba(254,194,14,.45) 0%, transparent 70%); animation: tk-cta-float 16s ease-in-out infinite; }
.tk-cta__beam--2 { bottom: -180px; right: 12%; background: radial-gradient(circle, rgba(125,211,252,.32) 0%, transparent 70%); animation: tk-cta-float 22s ease-in-out -4s infinite reverse; }
@keyframes tk-cta-float { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(40px,-30px) scale(1.1); } }

.tk-cta__inner {
  position: relative; z-index: 1;
  max-width: var(--tk-content-max, 96rem);
  margin-inline: auto;
  padding-inline: var(--tk-gutter, 24px);
}
.tk-cta__card {
  position: relative;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  padding: 40px 24px;
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  backdrop-filter: blur(24px) saturate(140%);
  text-align: center;
  box-shadow: 0 24px 60px -20px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.15);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.tk-cta__card-left { flex: 1; }
.tk-cta__card-right { flex: 0 0 auto; display: flex; flex-direction: column; gap: 24px; align-items: center; justify-content: center; }

.tk-cta__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(254,194,14,.16);
  border: 1px solid rgba(254,194,14,.32);
  color: var(--color-yellow);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .12em;
  margin-bottom: 20px;
}
.tk-cta__eyebrow-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--color-yellow);
  box-shadow: 0 0 0 0 rgba(254,194,14,.7);
  animation: tk-cta-pulse 1.8s ease-out infinite;
}
@keyframes tk-cta-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(254,194,14,.8); }
  70%  { box-shadow: 0 0 0 10px rgba(254,194,14,0); }
  100% { box-shadow: 0 0 0 0 rgba(254,194,14,0); }
}
.tk-cta h2 {
  font-size: 32px; font-weight: 900;
  letter-spacing: -.03em; line-height: 1.1;
  margin: 0 0 16px;
  background: linear-gradient(180deg, #fff 0%, #d6e0ff 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.tk-cta p {
  font-size: 16px;
  color: rgba(255,255,255,.82);
  line-height: 1.65;
  margin: 0;
  max-width: 480px;
  margin-inline: auto;
}
.tk-cta__actions {
  display: flex; flex-direction: column; gap: 12px;
  align-items: center; justify-content: center; width: 100%;
}
.tk-cta__primary { display: inline-flex; justify-content: center; align-items: center; gap: 8px; padding-block: 16px; font-size: 16px; box-shadow: 0 12px 32px -8px rgba(254,194,14,.6); transition: transform .2s, box-shadow .2s; width: 100%; }
.tk-cta__primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -8px rgba(254,194,14,.7); }
.tk-cta__primary svg { transition: transform .2s; }
.tk-cta__primary:hover svg { transform: translateX(4px); }
.tk-cta__ghost {
  display: inline-flex; justify-content: center; align-items: center; gap: 8px;
  color: #fff; font-size: 15px; font-weight: 600;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  transition: background .15s, border-color .15s; width: 100%;
}
.tk-cta__ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); }

.tk-cta__trust {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
  align-items: center;
}
.tk-cta__trust li {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600;
  color: rgba(255,255,255,.85);
}
.tk-cta__trust svg { color: var(--color-yellow); }

@media (width >= 48rem) {
  .tk-cta { padding-block: 100px; }
  .tk-cta__card { padding: 56px 48px; }
  .tk-cta h2 { font-size: 48px; }
  .tk-cta__actions { flex-direction: row; }
  .tk-cta__primary, .tk-cta__ghost { width: auto; }
  .tk-cta__trust { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px 24px; }
}

@media (width >= 64rem) {
  .tk-cta h2 { font-size: 56px; }
  .tk-cta__card { flex-direction: row; align-items: center; justify-content: space-between; text-align: left; padding: 64px; }
  .tk-cta p { margin-inline: 0; }
  .tk-cta__card-right { align-items: flex-end; }
  .tk-cta__trust { justify-content: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  .tk-cta__beam, .tk-cta__eyebrow-dot { animation: none; }
  .tk-cta__primary, .tk-cta__primary svg, .tk-cta__ghost { transition: none; }
}

/* === customer-story.liquid === */
.tk-story__quote { max-width: 760px; margin: 0 auto 32px; background: var(--color-light); border-radius: 16px; padding: 32px; border-left: 4px solid var(--color-yellow); }
  .tk-story__quote p { font-size: 20px; font-style: italic; color: var(--color-navy); line-height: 1.6; margin: 0 0 12px; }
  .tk-story__quote footer { font-size: 15px; color: var(--color-muted); }
  .tk-story__quote strong { color: var(--color-navy); margin-right: 8px; }

  .tk-story__beforeafter { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 0 auto 32px; max-width: 960px; }
  .tk-story__beforeafter figure { position: relative; margin: 0; border-radius: 16px; overflow: hidden; background: var(--color-light); }
  .tk-story__beforeafter img { display: block; width: 100%; height: auto; }
  .tk-story__tag { position: absolute; top: 12px; left: 12px; padding: 4px 8px; background: var(--color-navy); color: #fff; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; border-radius: 999px; }
  .tk-story__tag--after { background: var(--color-yellow); color: var(--color-navy); }

  .tk-story__stats { list-style: none; padding: 24px; margin: 0 auto 32px; max-width: 720px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; text-align: center; }
  .tk-story__stats strong { display: block; font-size: 24px; font-weight: 900; color: var(--color-navy); }
  .tk-story__stats span { font-size: 13px; color: var(--color-muted); }

  .tk-story__body { max-width: 720px; margin-inline: auto; font-size: 16px; line-height: 1.7; color: var(--color-body); }
  .tk-story__cta { text-align: center; margin-top: 32px; }

  @media (width >= 40rem) {
    .tk-story__beforeafter { grid-template-columns: 1fr 1fr; gap: 16px; }
    .tk-story__stats { grid-template-columns: repeat(3, 1fr); }
  }

/* === device-finder.liquid === */
.tk-finder { position: relative; overflow: hidden; padding-block: 56px; padding-inline: var(--tk-gutter, 24px); background: var(--color-light); }
  .tk-finder .tk-finder__inner { position: relative; z-index: 1; max-width: 760px; margin-inline: auto; text-align: center; }
  .tk-finder__title {
    font-size: 26px; font-weight: 900;
    color: var(--color-navy);
    letter-spacing: -.025em;
    margin: 0 0 8px;
  }
  .tk-finder__sub {
    font-size: 15px; color: var(--color-muted);
    margin: 0 0 24px;
    line-height: 1.6;
  }
  @media (width >= 48rem) {
    .tk-finder { padding-block: 80px; }
    .tk-finder__title { font-size: 36px; }
    .tk-finder__sub { font-size: 16px; margin-bottom: 32px; }
  }


/* === faq-home.liquid === */
.tk-faq {
  position: relative;
  background:
    radial-gradient(ellipse 70% 50% at 20% 0%, rgba(38, 61, 137, 0.045) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 85% 100%, rgba(254, 194, 14, 0.05) 0%, transparent 65%);
  overflow: hidden;
}
.tk-faq::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-stone-200) 30%, var(--color-stone-200) 70%, transparent);
  pointer-events: none;
}
.tk-faq__wrap { max-width: var(--tk-content-focal, 47.5rem); position: relative; }
  /* FAQ split: standard 96rem cap (matches sections + header + footer) */
  .tk-faq--split .tk-sec__inner { max-width: var(--tk-content-max, 96rem); margin-inline: auto; }
  .tk-faq__split { display: grid; grid-template-columns: 1fr; gap: 32px; }
  .tk-faq__side .tk-sec__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--color-brand);
    background: rgba(38, 61, 137, 0.07);
    padding: 7px 14px;
    border-radius: var(--tk-mood-radius-pill, 9999px);
  }
  .tk-faq__side .tk-sec__eyebrow::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color-yellow);
    box-shadow: 0 0 0 3px rgba(254, 194, 14, 0.18);
  }
  .tk-faq__side .tk-sec__title {
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.028em;
    line-height: 1.08;
    margin: 0 0 14px;
  }
  .tk-faq__side .tk-sec__desc { margin: 0 0 20px; font-size: 15px; line-height: 1.6; color: var(--color-muted); max-width: none; }
  .tk-faq__side .btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    padding: 10px 18px;
    min-height: 44px;
    border-radius: var(--tk-mood-radius-pill, 9999px);
  }
  @media (width >= 48rem) {
    .tk-faq__side .tk-sec__title { font-size: 36px; }
  }
  @media (width >= 64rem) {
    .tk-faq__split { grid-template-columns: 340px 1fr; gap: 72px; align-items: start; max-width: 75rem; margin-inline: auto; }
    .tk-faq__side { position: sticky; top: 96px; padding-right: 8px; }
    .tk-faq__side .tk-sec__title { font-size: 40px; }
  }
  @media (width >= 80rem) {
    .tk-faq__split { grid-template-columns: 380px 1fr; gap: 96px; }
    .tk-faq__side .tk-sec__title { font-size: 44px; }
  }
  .tk-faq__list { display: flex; flex-direction: column; gap: 6px; }
  /* Compact the whole FAQ so it stops eating the homepage: shorter section
     padding, a narrower sidebar (wider 2-column accordion = fewer title wraps),
     and top-aligned items so opening one doesn't stretch its neighbour. */
  .tk-sec.tk-faq { padding-block: 40px; }
  @media (width >= 64rem) {
    .tk-sec.tk-faq { padding-block: 52px; }
    .tk-faq__split { grid-template-columns: 280px 1fr; gap: 40px; }
    .tk-faq__side { position: sticky; top: 96px; }
    .tk-faq--split .tk-faq__list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; align-items: start; }
    .tk-faq__item summary { padding: 12px 16px; }
  }
  @media (width >= 80rem) {
    .tk-faq__split { grid-template-columns: 300px 1fr; gap: 56px; }
  }
  .tk-faq__item {
    background: var(--color-surface);
    border: 1px solid var(--color-stone-200, var(--color-border));
    border-radius: var(--tk-mood-radius-card, 14px);
    overflow: hidden;
    transition: border-color var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease),
                box-shadow var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease);
  }
  .tk-faq__item:hover { border-color: var(--color-stone-300); }
  .tk-faq__item[open] {
    border-color: var(--color-stone-300);
    box-shadow: var(--tk-mood-shadow-soft);
  }
  .tk-faq__item summary {
    list-style: none;
    cursor: pointer;
    padding: 13px 18px;
    font-weight: 700;
    font-size: 15.5px;
    color: var(--color-navy);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 11px;
  }
  .tk-faq__item summary::-webkit-details-marker { display: none; }
  .tk-faq__q { line-height: 1.4; }
  /* UXv2 refinement: unified calm pill — all categories use stone-100 + muted
     text so the eye lands on the question, not the category chip. */
  .tk-faq__cat {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 92px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 10.5px; font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    background: var(--color-stone-100, rgba(0,0,0,.04));
    color: var(--color-muted);
  }
  .tk-faq__cat--selling,
  .tk-faq__cat--buying,
  .tk-faq__cat--shipping,
  .tk-faq__cat--payment,
  .tk-faq__cat--general {
    background: var(--color-stone-100, rgba(0,0,0,.04));
    color: var(--color-muted);
  }

  .tk-faq__chev { transition: transform var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease); color: var(--color-stone-300); flex-shrink: 0; }
  .tk-faq__item[open] .tk-faq__chev { color: var(--color-navy); }
  .tk-faq__item[open] .tk-faq__chev { transform: rotate(180deg); }

  /* Mobile: one compact row per item (question + chevron). The category pill is
     decorative, so hide it to save the height it cost on its own row. */
  @media (width < 48rem) {
    .tk-faq__split { gap: 18px; }
    .tk-faq__side .tk-sec__title { font-size: 30px; line-height: 1.08; margin-bottom: 8px; }
    .tk-faq__side .tk-sec__desc { margin: 0 0 14px; font-size: 14px; }
    .tk-faq__item summary {
      grid-template-columns: 1fr auto;
      gap: 10px;
      padding: 12px 14px;
      font-size: 14.5px;
    }
    .tk-faq__cat { display: none; }
    .tk-faq__q { line-height: 1.35; }
    .tk-faq__item[open] .tk-faq__body { padding: 0 14px 14px; }
    .tk-faq__body :is(p, ul, ol) { font-size: 14px; }
  }

  /* smooth height open via grid-template-rows trick */
  .tk-faq__body-wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s ease;
  }
  .tk-faq__item[open] .tk-faq__body-wrap { grid-template-rows: 1fr; }
  .tk-faq__body {
    min-height: 0;
    overflow: hidden;
    padding: 0 20px;
  }
  .tk-faq__item[open] .tk-faq__body { padding: 0 18px 16px; }
  .tk-faq__body :is(p, ul, ol) { color: var(--color-muted); font-size: 14.5px; line-height: 1.6; margin: 0 0 6px; }

  .tk-faq__vote {
    display: flex; align-items: center; gap: 8px;
    margin-top: 12px; padding-top: 12px;
    border-top: 1px dashed var(--color-border);
    font-size: 13px; color: var(--color-muted);
  }
  .tk-faq__vote button {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid var(--color-border);
    background: transparent;
    color: var(--color-navy);
    font-size: 13px; font-weight: 700;
    cursor: pointer;
    transition: background .15s, color .15s, border-color .15s;
  }
  .tk-faq__vote button:hover { background: var(--color-light); }
  .tk-faq__vote button[aria-pressed="true"][data-vote="up"]   { background: rgba(16,185,129,.16); border-color: #10b981; color: #047857; }
  .tk-faq__vote button[aria-pressed="true"][data-vote="down"] { background: rgba(239,68,68,.12); border-color: #ef4444; color: #b91c1c; }
  .tk-faq__thanks { color: #10b981; font-weight: 700; }

  .tk-faq__more { margin-top: 32px; text-align: center; font-size: 16px; color: var(--color-muted); }
  .tk-faq__more a { color: var(--color-brand); font-weight: 700; }

  @media (prefers-reduced-motion: reduce) {
    .tk-faq__body-wrap, .tk-faq__chev, .tk-faq__item { transition: none; }
  }

/* === footer.liquid === */
/* === footer.liquid (UXv2 rebuild — minimal, mood-tokens) === */
.tk-ft {
  background: var(--color-brand-deep);
  color: rgba(255, 255, 255, 0.82);
  position: relative;
  padding-inline: var(--tk-gutter, 24px);
}
/* STANDARD: parent .tk-ft owns gutter padding; inner just caps at 96rem (matches header + section pattern) */
.tk-ft [class*="__inner"] {
  max-width: var(--tk-content-max, 96rem);
  margin-inline: auto;
}
  .tk-ft__brands {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
      radial-gradient(ellipse 80% 100% at 50% 50%, rgba(254, 194, 14, 0.04) 0%, transparent 70%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 100%);
  }
  .tk-ft__brands-inner {
    max-width: var(--tk-content-max, 96rem);
    margin-inline: auto;
    padding-block: 56px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .tk-ft__brands-label {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .tk-ft__brands-label::before,
  .tk-ft__brands-label::after {
    content: "";
    width: 32px;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
  }
  .tk-ft__brands-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
  }
  .tk-ft__brands-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.72);
    transform: scale(1.4);
    transform-origin: center;
    transition: color var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease),
                transform var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease);
  }
  .tk-ft__brands-list li { padding: 0 8px; }
  .tk-ft__brands-list li:hover span {
    color: #ffffff;
    transform: scale(1.5) translateY(-2px);
  }
  @media (width < 40rem) {
    .tk-ft__brands-list { gap: 32px; }
    .tk-ft__brands-list span { transform: scale(1.2); }
    .tk-ft__brands-list li:hover span { transform: scale(1.3) translateY(-2px); }
    .tk-ft__brands-inner { padding-block: 36px 32px; gap: 20px; }
    .tk-ft__brands-label::before, .tk-ft__brands-label::after { width: 20px; }
  }

  .tk-ft__trust {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(0, 0, 0, 0.06);
  }
  .tk-ft__trust-inner {
    max-width: var(--tk-content-max, 96rem);
    margin-inline: auto;
    padding-block: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  .tk-ft__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 9999px;
    font-size: 12.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: -0.005em;
    transition: border-color var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease),
                background var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease);
  }
  .tk-ft__trust-item:hover {
    border-color: rgba(254, 194, 14, 0.40);
    background: rgba(255, 255, 255, 0.07);
  }
  .tk-ft__trust-item svg { color: var(--color-yellow); flex-shrink: 0; }

  .tk-ft a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: color var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease);
  }
  .tk-ft a:hover { color: var(--color-yellow); }

  .tk-ft__inner {
    max-width: var(--tk-content-max, 96rem);
    margin-inline: auto;
    padding-block: 56px 32px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
  @media (width >= 40rem) {
    .tk-ft__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px 32px; }
  }
  @media (width >= 64rem) {
    .tk-ft__inner {
      grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
      gap: 56px 40px;
      padding-block: 64px 40px;
    }
  }

  .tk-ft__brand { max-width: min(360px, 100%); min-width: 0; }
  .tk-ft__logo { display: inline-flex; margin-bottom: 16px; }
  .tk-ft__logo img { height: 44px; width: auto; max-width: 200px; }
  .tk-ft__tagline {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 24px;
  }

  .tk-ft__nav-group {
    display: flex;
    flex-direction: column;
  }
  @media (width >= 40rem) {
    .tk-ft__nav-group { display: contents; }
  }

  .tk-ft__news { margin: 0; }
  .tk-ft__news-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
    margin-bottom: 10px;
  }
  .tk-ft__news-row {
    display: flex;
    gap: 6px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: var(--tk-mood-radius-pill, 9999px);
    padding: 4px;
    transition: border-color var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease);
  }
  .tk-ft__news-row:focus-within {
    border-color: var(--color-yellow);
  }
  .tk-ft__news-row input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-family: inherit;
    padding: 8px 14px;
    outline: none;
    min-height: 36px;
  }
  .tk-ft__news-row input::placeholder { color: rgba(255, 255, 255, 0.40); }
  .tk-ft__news-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--color-yellow);
    color: var(--color-navy);
    border: 0;
    border-radius: var(--tk-mood-radius-pill, 9999px);
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
    transition: background var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease),
                transform var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease);
  }
  .tk-ft__news-btn svg { transition: transform var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease); }
  .tk-ft__news-btn:hover { background: var(--color-yellow-dark); transform: translateY(-1px); color: var(--color-navy); }
  .tk-ft__news-btn:hover svg { transform: translateX(2px); }
  .tk-ft__news-ok { font-size: 13px; color: var(--color-yellow); margin: 8px 0 0; }
  .tk-ft__news-err { font-size: 12.5px; color: #ffb4b4; margin: 8px 0 0; }

  .tk-ft__col { margin: 0; }
  .tk-ft__col-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    padding: 16px 0;
    cursor: pointer;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .tk-ft__col:first-of-type .tk-ft__col-h { border-top: none; }
  .tk-ft__col-h::-webkit-details-marker { display: none; }
  .tk-ft__col-icon {
    color: rgba(255, 255, 255, 0.4);
    transition: transform var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease);
  }
  details[open] .tk-ft__col-icon {
    transform: rotate(180deg);
  }
  .tk-ft__col-content {
    padding-bottom: 24px;
  }
  .tk-ft__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .tk-ft__col a {
    font-size: 14.5px;
    font-weight: 400;
    letter-spacing: -0.005em;
    color: rgba(255, 255, 255, 0.82);
  }
  @media (width >= 40rem) {
    .tk-ft__col-h {
      cursor: default;
      pointer-events: none;
      border-top: none;
      padding: 0 0 18px;
      color: rgba(255, 255, 255, 0.62);
      font-size: 11px;
    }
    .tk-ft__col-icon { display: none; }
    .tk-ft__col-content { display: block !important; padding-bottom: 0; }
  }

  .tk-ft__contact {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.10);
  }
  .tk-ft__contact-inner {
    max-width: var(--tk-content-max, 96rem);
    margin-inline: auto;
    padding-block: 28px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  @media (width >= 48rem) {
    .tk-ft__contact-inner { padding-block: 32px; gap: 32px; }
  }
  .tk-ft__map {
    width: 140px;
    height: 130px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 24px rgba(254, 194, 14, 0.18));
  }
  .tk-ft__map circle[r="9"] {
    transform-origin: 158px 118px;
    animation: tk-ft-pulse 2.6s ease-in-out infinite;
  }
  @keyframes tk-ft-pulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 0; transform: scale(2.2); }
  }
  @media (prefers-reduced-motion: reduce) {
    .tk-ft__map circle[r="9"] { animation: none; }
  }
  @media (width < 40rem) {
    .tk-ft__map { display: none; }
  }
  .tk-ft__contact-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    flex: 1;
    min-width: 0;
  }
  @media (width >= 22rem) {
    .tk-ft__contact-meta { grid-template-columns: repeat(2, 1fr); gap: 16px 20px; }
  }
  @media (width >= 48rem) {
    .tk-ft__contact-meta { grid-template-columns: repeat(2, 1fr); gap: 24px 32px; }
  }
  @media (width >= 64rem) {
    .tk-ft__contact-meta { grid-template-columns: repeat(3, 1fr); gap: 24px 40px; }
  }
  .tk-ft__contact-col {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .tk-ft__contact-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-yellow);
    margin: 0 0 4px;
  }
  .tk-ft__contact-link {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.005em;
    transition: color var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease);
  }
  .tk-ft__contact-link:hover { color: var(--color-yellow); }
  .tk-ft__contact-addr {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.45;
    margin: 0;
  }
  @media (width >= 64rem) {
    .tk-ft__contact-addr { font-size: 13.5px; line-height: 1.55; }
  }
  .tk-ft__contact-addr strong { color: #ffffff; font-weight: 600; }

  .tk-ft__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .tk-ft__bottom-inner {
    max-width: var(--tk-content-max, 96rem);
    margin-inline: auto;
    padding-block: 20px;
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    align-items: flex-start;
  }
  @media (width >= 48rem) {
    .tk-ft__bottom-inner {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding-block: 20px;
    }
  }
  .tk-ft__copy {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.62);
    margin: 0;
    line-height: 1.55;
  }
  .tk-ft__socials {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .tk-ft__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.78);
    transition: background var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease),
                color var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease);
  }
  .tk-ft__socials a:hover {
    background: var(--color-yellow);
    color: var(--color-navy);
  }

/* === grade-explainer.liquid === */
.tk-grade__grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 16px; }
  .tk-grade__card { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 8px; }
  .tk-grade__card header { display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--color-border); }
  .tk-grade__letter { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 14px; background: var(--color-yellow); color: var(--color-navy); font-size: 24px; font-weight: 900; }
  .tk-grade__card--b .tk-grade__letter { background: rgba(38,61,137,0.12); color: var(--color-blue); }
  .tk-grade__card--c .tk-grade__letter { background: rgba(75,84,93,0.12); color: var(--color-body); }
  .tk-grade__card--d .tk-grade__letter { background: rgba(75,84,93,0.08); color: var(--color-muted); }
  .tk-grade__card--f .tk-grade__letter { background: rgba(220,38,38,0.1); color: var(--color-red); }
  .tk-grade__card h3 { font-size: 16px; font-weight: 800; color: var(--color-navy); margin: 0; }
  .tk-grade__price { font-size: 13px; color: var(--color-blue); font-weight: 700; }
  .tk-grade__card > p { font-size: 16px; color: var(--color-muted); line-height: 1.6; margin: 0; }
  .tk-grade__bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
  .tk-grade__bullets li { display: flex; gap: 8px; font-size: 15px; color: var(--color-body); }
  .tk-grade__bullets li::before { content: ""; width: 16px; height: 16px; margin-top: 4px; flex-shrink: 0; background: var(--color-green); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / contain no-repeat; }
  .tk-grade__cta { text-align: center; margin-top: 32px; }
  @media (width >= 40rem) { .tk-grade__grid { grid-template-columns: 1fr 1fr; gap: 16px; } }
  @media (width >= 64rem) { .tk-grade__grid { grid-template-columns: repeat(4, 1fr); } }

/* === header.liquid === */
  .tk-nav {
    /* No backdrop-filter: it makes .tk-nav a containing block for fixed children,
       which broke the full-screen mobile drawer (inset:0 filled the bar, not the
       viewport). Opaque bg keeps the frosted look without the side effect. */
    background: rgba(255, 255, 255, 0.96);
    position: sticky;
    top: 0;
    z-index: 200;
    padding-inline: var(--tk-gutter, 24px);
    transition: all .3s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 4px 24px -8px rgba(13,22,64,0.04);
  }
  .tk-nav::after {
    display: none;
  }
  .tk-nav::before {
    display: none;
  }
  .tk-nav.is-scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 32px -8px rgba(13,22,64,0.1);
    border-bottom-color: rgba(0,0,0,0.08);
  }
  .tk-nav__inner { position: relative; }
  .tk-nav__links > li { position: static; }
  /* STANDARD: parent .tk-nav owns gutter padding; inner caps at 96rem (matches .tk-sec pattern) */
  .tk-nav__inner {
    display: flex;
    align-items: center;
    gap: 16px; /* mobile-safe; widens at tablet+ breakpoints */
    max-width: var(--tk-content-max, 96rem);
    margin-inline: auto;
    height: 72px; /* Slightly taller for breathing room */
  }
  .tk-nav__logo {
    display: flex;
    align-items: center;
    transition: transform .25s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding-right: 16px;
  }
  .tk-nav__logo:hover { transform: translateY(-1px); }
  .tk-nav__logo img { display: block; height: auto; max-height: var(--tk-logo-h, 56px); width: auto; max-width: 100%; transition: max-height .25s; }
  @media (width < 40rem) { .tk-nav__logo img { max-height: calc(var(--tk-logo-h, 56px) * 0.74); } }
  .tk-nav__wordmark { font-size: 18px; font-weight: 700; color: var(--color-navy); letter-spacing: -.025em; }
  .tk-nav__wordmark .text-yellow { color: var(--color-yellow); }
  .tk-nav__links {
    display: none;
    list-style: none;
    gap: 8px; /* Increased gap between links */
    padding: 0;
    margin: 0;
  }
  .tk-nav__links a {
    position: relative;
    display: inline-flex; align-items: center;
    padding: 8px 16px; /* Increased padding */
    font-size: 15px; /* Slightly larger, more readable */
    font-weight: 600; /* Bolder for premium feel */
    letter-spacing: -0.01em;
    color: var(--color-navy);
    border-radius: 8px;
    transition: color .25s ease;
    white-space: nowrap;
  }
  .tk-nav__links > li > a::after {
    display: none;
  }
  .tk-nav__links > li > a:hover,
  .tk-nav__has-mega:hover > a,
  .tk-nav__has-mega:focus-within > a { 
    color: var(--color-brand); 
    background: transparent;
    text-decoration: none;
  }
  .tk-nav__links > li > a[aria-current="page"] { 
    color: var(--color-brand); 
    background: transparent;
    font-weight: 700;
  }
  .tk-nav__chev { margin-left: 6px; transition: transform .3s cubic-bezier(0.2, 0.8, 0.2, 1); opacity: .6; }
  .tk-nav__has-mega:hover > a .tk-nav__chev,
  .tk-nav__has-mega:focus-within > a .tk-nav__chev { transform: rotate(180deg); opacity: 1; }

  .tk-mega {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(0,0,0,0.06);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 16px 48px -12px rgba(13,22,64,.15);
    padding: 32px 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scaleY(0.98);
    transform-origin: top;
    transition: opacity .25s, transform .25s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s .25s;
    z-index: 199;
  }
  .tk-mega__cols {
    max-width: var(--tk-content-max, 96rem);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px 32px;
    align-items: start;
  }
  .tk-mega__col { min-width: 0; }
  .tk-mega__col-h {
    font-size: 12px; font-weight: 800;
    text-transform: uppercase; letter-spacing: .14em;
    color: var(--color-muted);
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--color-border);
  }
  .tk-mega__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px; }
  .tk-mega__list a {
    display: flex; align-items: center; gap: 8px;
    padding: 8px 8px;
    font-size: 15px;
    color: var(--color-navy);
    font-weight: 600;
    border-radius: 8px;
    transition: background .15s, color .15s, padding .15s;
  }
  .tk-mega__list a:hover {
    background: color-mix(in srgb, var(--color-yellow) 12%, transparent);
    color: var(--color-brand);
    padding-left: 16px;
  }
  .tk-mega__leaf-label { flex: 1; min-width: 0; }
  .tk-mega__leaf-glyph {
    display: inline-flex; align-items: center; justify-content: center;
    width: 18px; height: 18px;
    color: var(--color-muted);
    flex-shrink: 0;
    transition: color .2s, transform .2s;
  }
  .tk-mega__leaf-glyph img { width: 100%; height: 100%; object-fit: contain; }
  .tk-mega__list a:hover .tk-mega__leaf-glyph { color: var(--color-brand); transform: scale(1.15); }
  .tk-mega__leaf-tag {
    font-size: 9.5px; font-weight: 900;
    padding: 2px 8px;
    border-radius: 999px;
    background: var(--color-yellow);
    color: var(--color-navy);
    letter-spacing: .05em;
  }


  /* ───────────────────────────────────────────────────────────────
     UXv2 mega menu v2 (tek-quaf) — Shopify-native, mood-token only.
     Per-trigger grid variants (.tk-mega--v2-{phone|tablet|mac|console})
     differ in column counts but share row / price / feature card styles.
     ─────────────────────────────────────────────────────────────── */
  .tk-mega.tk-mega--v2 {
    padding: 24px 24px 28px;
    border-top: 1px solid var(--color-stone-200);
    border-bottom: 0;
    box-shadow: var(--tk-mood-shadow-elev, 0 22px 60px -28px rgba(13,22,64,.14));
    box-sizing: border-box;
  }
  .tk-mega--v2 .tk-mega__cols {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
    max-width: var(--tk-content-max, 96rem);
    margin-inline: auto;
    box-sizing: border-box;
  }
  /* desktop column layouts per trigger — minmax(0, X) so tracks shrink
     gracefully on narrow viewports instead of overflowing. */
  @media (width >= 64rem) {
    .tk-mega--v2-phone .tk-mega__cols   { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 280px); gap: 32px; }
    .tk-mega--v2-tablet .tk-mega__cols  { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 280px); gap: 32px; }
    .tk-mega--v2-mac .tk-mega__cols     { grid-template-columns: minmax(0, 1fr) minmax(0, 280px); gap: 32px; max-width: 760px; margin-inline: auto; }
    .tk-mega--v2-console .tk-mega__cols { grid-template-columns: minmax(0, 1fr) minmax(0, 280px); gap: 32px; max-width: 760px; margin-inline: auto; }
  }
  @media (width >= 48rem) and (max-width: 1023px) {
    .tk-mega--v2-phone .tk-mega__cols,
    .tk-mega--v2-tablet .tk-mega__cols { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; }
    .tk-mega--v2-phone .tk-mega__feat,
    .tk-mega--v2-tablet .tk-mega__feat { grid-column: 1 / -1; min-height: auto; }
  }

  .tk-mega--v2 .tk-mega__col-h {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-stone-300);
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-stone-200);
  }

  .tk-mega__list--prices {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .tk-mega__list--prices li { margin: 0; }
  .tk-mega__list--prices a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    margin: 0 -10px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--color-navy);
    background: transparent;
    transition: background var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease),
                padding-left var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease);
    text-decoration: none;
  }
  .tk-mega__list--prices a:hover {
    background: var(--color-stone-50);
    padding-left: 16px;
  }
  .tk-mega__list--prices a > span:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
  }
  .tk-mega__price {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-brand);
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: -0.005em;
  }

  .tk-mega__feat {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(145deg, var(--color-navy) 0%, #091233 100%);
    color: #ffffff;
    border-radius: var(--tk-mood-radius-card, 16px);
    padding: 18px 20px;
    min-height: 120px;
    min-width: 0;
    overflow: hidden;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease),
                box-shadow var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease);
  }
  .tk-mega__feat-eyebrow { word-wrap: break-word; overflow-wrap: break-word; }
  .tk-mega__feat:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px -16px rgba(15, 20, 35, 0.35);
  }
  .tk-mega__feat-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-yellow);
    margin: 0;
  }
  .tk-mega__feat-cta {
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.005em;
  }
  .tk-mega__feat:hover .tk-mega__feat-cta { color: var(--color-yellow); }

  /* product col: thumb + info */
  .tk-mega__list--products { gap: 4px; }
  .tk-mega__list--products a {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 8px;
    align-items: center;
  }
  .tk-mega__list--products a:hover { padding-left: 8px; }
  .tk-mega__thumb {
    width: 48px; height: 48px;
    background: var(--color-light);
    border-radius: 8px;
    overflow: hidden;
    display: inline-flex; align-items: center; justify-content: center;
    transition: transform .25s;
  }
  .tk-mega__list--products a:hover .tk-mega__thumb { transform: scale(1.06) rotate(-3deg); }
  .tk-mega__thumb img { width: 92%; height: 92%; object-fit: contain; }
  .tk-mega__info { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
  .tk-mega__info strong {
    font-size: 14px; font-weight: 700;
    color: var(--color-navy);
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .tk-mega__info span {
    font-size: 12px; font-weight: 700;
    color: var(--color-brand);
    letter-spacing: -.01em;
  }

  .tk-mega__feature {
    position: relative;
    display: flex; flex-direction: column;
    background: linear-gradient(160deg, var(--color-brand-deep) 0%, var(--color-brand) 100%);
    border: 1px solid color-mix(in srgb, var(--color-brand) 20%, transparent);
    border-radius: 14px;
    padding: 16px;
    color: #fff;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s;
  }
  .tk-mega__feature:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -14px rgba(13,22,64,.4); }
  .tk-mega__feature::before {
    content: "";
    position: absolute; top: -30%; right: -20%;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(254,194,14,.3) 0%, transparent 70%);
    pointer-events: none;
  }
  .tk-mega__feature img {
    position: relative; display: block;
    width: 100%; height: auto;
    margin-bottom: 12px;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,.3));
  }
  .tk-mega__feature strong {
    position: relative;
    font-size: 16px; font-weight: 800;
    color: #fff;
    letter-spacing: -.01em;
    margin-bottom: 8px;
  }
  .tk-mega__feature p {
    position: relative;
    font-size: 13px; color: rgba(255,255,255,.78);
    margin: 0 0 12px; line-height: 1.6;
  }
  .tk-mega__feature-cta {
    position: relative;
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 13px; font-weight: 800;
    color: var(--color-yellow);
    margin-top: auto;
    padding: 8px 12px;
    background: rgba(254,194,14,.14);
    border-radius: 999px;
    align-self: flex-start;
    transition: background .15s, padding .2s;
  }
  .tk-mega__feature:hover .tk-mega__feature-cta { background: var(--color-yellow); color: var(--color-navy); padding-right: 16px; }

  .tk-nav__has-mega:hover > .tk-mega,
  .tk-nav__has-mega:focus-within > .tk-mega {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scaleY(1);
    transition-delay: 0s;
  }
  .tk-nav__has-mega:hover > a,
  .tk-nav__has-mega:focus-within > a { color: var(--color-blue); }
  .tk-nav__actions {
    display: flex; align-items: center;
    gap: 8px;
    margin-left: auto;
    padding-left: 16px;
    position: relative;
  }
  .tk-nav__actions::before {
    content: "";
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 1px; height: 26px;
    background: var(--color-border);
    display: none;
  }
  @media (width >= 48rem) {
    .tk-nav__actions::before { display: block; }
  }
  .tk-nav__search-btn {
    width: 42px; height: 42px;
    border: 0;
    background: transparent;
    color: var(--color-navy);
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    transition: background .15s, transform .15s, color .15s;
  }
  .tk-nav__search-btn:hover { background: var(--color-light); color: var(--color-brand); transform: scale(1.06); }
  .tk-nav__search-btn:active { transform: scale(.96); }
  .tk-nav__cta { display: none; }
  .tk-nav__cta.btn-cta {
    padding: 10px 18px;
    font-size: 13.5px;
    font-weight: 600;
    min-height: 40px;
    box-shadow: 0 4px 12px -4px rgba(254,194,14,.4);
    transition: transform .2s, box-shadow .2s;
  }
  .tk-nav__cta.btn-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 16px -4px rgba(254,194,14,.5); }
  .tk-nav__hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px; height: 44px;
    border-radius: 8px;
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    color: var(--color-navy);
    cursor: pointer;
  }
  .tk-nav__hamburger:hover { background: rgba(0,0,0,0.04); }
  .tk-nav__hamburger[aria-expanded="true"] { background: rgba(0,0,0,0.06); }

  /* tablet+ : show inline links + CTA */
  .tk-nav__logo { flex-shrink: 1; min-width: 0; }
  .tk-nav__actions { flex-shrink: 0; }
  @media (width >= 64rem) {
    .tk-nav__inner { gap: 12px; height: 76px; flex-wrap: nowrap; }
    .tk-nav__logo img { max-height: calc(var(--tk-logo-h, 56px) * 0.9); max-width: 100%; }
    .tk-nav__links {
      display: flex;
      flex: 0 1 auto;
      min-width: 0;
      margin: 0 0 0 12px;
      flex-wrap: nowrap;
    }
    .tk-nav__links li { flex-shrink: 1; min-width: 0; }
    .tk-nav__cta { display: inline-flex; }
    .tk-nav__hamburger { display: none; }
  }
  @media (width >= 80rem) {
    .tk-nav__inner { gap: 16px; height: 80px; }
    .tk-nav__logo img { max-height: var(--tk-logo-h, 56px); max-width: 100%; }
  }
  /* compress at narrow-desktop band so all items fit w/o overlap */
  @media (width >= 64rem) and (max-width: 1279px) {
    .tk-nav__links a { padding: 8px 8px; font-size: 13px; }
    .tk-nav__cta.btn-cta { padding: 8px 14px; font-size: 12.5px; min-height: 36px; }
    .tk-nav__search-btn { width: 36px; height: 36px; }
    .tk-nav__actions { gap: 6px; padding-left: 8px; }
    .tk-nav__actions::before { display: none; }
  }
  /* below 1024 collapses to hamburger (CTA + logo only) */
  @media (width >= 48rem) and (max-width: 1023px) {
    .tk-nav__inner { gap: 12px; height: 72px; }
    .tk-nav__logo img { max-height: calc(var(--tk-logo-h, 56px) * 0.82); max-width: 100%; }
    .tk-nav__links { display: none; }
    .tk-nav__cta { display: inline-flex; }
    .tk-nav__cta.btn-cta { padding: 8px 14px; font-size: 12.5px; min-height: 36px; }
  }

  /* mega on tablet+: hide mobile inline children */
  @media (width >= 48rem) {
    .tk-mega__cols { grid-template-columns: 1fr 1fr; gap: 32px 32px; }
  }
  @media (width >= 64rem) {
    .tk-mega { padding-block: 32px; }
    .tk-mega__cols { grid-template-columns: 1fr 1.2fr 1fr 280px; gap: 32px 40px; }
  }
  @media (width < 48rem) {
    .tk-mega { display: none; }
  }

  /* mobile drawer open: render mega inline as collapsed details under parent link */
  @media (width < 48rem) {
    .tk-nav__links.is-open .tk-nav__has-mega { display: block; padding: 0; }
    .tk-nav__links.is-open .tk-nav__has-mega > a { display: flex; justify-content: space-between; align-items: center; }
    .tk-nav__links.is-open .tk-nav__has-mega > a .tk-nav__chev { transition: transform .2s; }
    .tk-nav__links.is-open .tk-nav__has-mega.is-expanded > a .tk-nav__chev { transform: rotate(180deg); }
    .tk-nav__links.is-open .tk-nav__has-mega.is-expanded .tk-mega {
      display: block;
      position: static;
      opacity: 1; visibility: visible; transform: none;
      box-shadow: none; border: 0;
      background: transparent;
      padding: 4px 0 16px;
    }
    .tk-nav__links.is-open .tk-mega__cols { display: flex; flex-direction: column; gap: 16px; padding: 0; }
    .tk-nav__links.is-open .tk-mega__col-h { margin-bottom: 8px; padding-bottom: 8px; font-size: 10.5px; }
    .tk-nav__links.is-open .tk-mega__list a { padding: 12px 16px; font-size: 15px; }
    .tk-nav__links.is-open .tk-mega__list--products a { grid-template-columns: 40px 1fr; gap: 8px; padding: 8px 12px; }
    .tk-nav__links.is-open .tk-mega__thumb { width: 40px; height: 40px; }
    .tk-nav__links.is-open .tk-mega__feature { padding: 16px; }
    .tk-nav__links.is-open .tk-mega__feature img { max-height: 100px; object-fit: contain; }
  }

  /* mobile drawer (open state) */
  .tk-nav__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(13,22,64,.45);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 198;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s;
  }
  body.tk-nav-open .tk-nav__backdrop { opacity: 1; pointer-events: auto; }
  .tk-nav__links.is-open {
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: fixed;
    inset: 0;
    background: var(--color-surface);
    /* Items start below the live header height (set by JS); panel covers the
       whole viewport so page content can never bleed through. */
    padding: calc(var(--tk-drawer-top, 68px) + 12px) 16px 32px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.18);
    z-index: 199;
    animation: tk-nav-slide .25s cubic-bezier(.2,.8,.2,1);
    overflow-y: auto;
  }
  /* Keep the bar opaque + the logo/close above the full-screen drawer (they're
     siblings of the drawer inside __inner, so lift them past its z-index). */
  body.tk-nav-open .tk-nav { background: #fff; }
  body.tk-nav-open .tk-nav__logo,
  body.tk-nav-open .tk-nav__actions { position: relative; z-index: 201; }
  @keyframes tk-nav-slide {
    from { transform: translateY(-8px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
  }
  .tk-nav__links.is-open a {
    font-size: 17px;
    padding: 16px 8px;
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
    transition: padding .15s;
  }
  .tk-nav__links.is-open a:hover { padding-left: 16px; }
  .tk-nav__links.is-open a:last-child { border-bottom: none; }

  body.tk-nav-open { overflow: hidden; }

/* === how-it-works.liquid === */
.tk-hiw { position: relative; overflow: hidden; background: var(--color-light); }
  .tk-hiw .tk-sec__inner { position: relative; z-index: 1; }
  .tk-hiw__steps {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-template-columns: 1fr; gap: 16px;
    counter-reset: step;
    position: relative;
  }
  .tk-hiw__line {
    position: absolute;
    left: 50%; top: 0; bottom: 0;
    width: 2px;
    background: var(--color-border);
    transform: translateX(-50%);
    z-index: 0;
    overflow: hidden;
    border-radius: 999px;
    display: none;
  }
  .tk-hiw__line-fill {
    display: block;
    width: 100%; height: 0%;
    background: linear-gradient(180deg, var(--color-brand) 0%, var(--color-yellow) 100%);
    box-shadow: 0 0 12px rgba(254,194,14,.4);
    transition: height .25s linear;
  }
  .tk-hiw__step {
    position: relative; z-index: 1;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 18px;
    padding: 24px;
    transition: transform .3s, border-color .3s, box-shadow .3s;
    transition-delay: var(--tk-delay, 0ms);
  }
  .tk-hiw__step:hover { transform: translateY(-4px); border-color: var(--color-brand); box-shadow: 0 16px 32px -12px rgba(13,22,64,.18); }
  .tk-hiw__step-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
  .tk-hiw__num {
    position: relative;
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--color-yellow); color: var(--color-navy);
    font-weight: 900; font-size: 18px;
    box-shadow: 0 6px 16px rgba(254,194,14,.4);
    transition: transform .35s cubic-bezier(.2,.8,.2,1);
  }
  .tk-hiw__num-bg {
    position: absolute; inset: -6px;
    border-radius: 50%;
    background: var(--color-yellow);
    opacity: 0;
    z-index: -1;
    animation: tk-hiw-ring 2.4s ease-out infinite;
  }
  .tk-hiw__step:hover .tk-hiw__num { transform: scale(1.08) rotate(-6deg); }
  @keyframes tk-hiw-ring {
    0%   { transform: scale(1);   opacity: .35; }
    100% { transform: scale(1.7); opacity: 0; }
  }
  .tk-hiw__time {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(38,61,137,0.08);
    color: var(--color-brand);
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px; font-weight: 800; letter-spacing: .04em;
  }
  .tk-hiw__time-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--color-brand);
    box-shadow: 0 0 0 0 rgba(38,61,137,.6);
    animation: tk-hiw-pulse 1.8s ease-out infinite;
  }
  @keyframes tk-hiw-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(38,61,137,.6); }
    70%  { box-shadow: 0 0 0 8px rgba(38,61,137,0); }
    100% { box-shadow: 0 0 0 0 rgba(38,61,137,0); }
  }
  .tk-hiw__step-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--color-light) 0%, rgba(38,61,137,.08) 100%);
    color: var(--color-brand);
    margin-bottom: 12px;
  }
  .tk-hiw__step h2 { font-size: 16px; font-weight: 800; color: var(--color-navy); margin: 0 0 8px; letter-spacing: -.01em; }
  .tk-hiw__step p { font-size: 15px; color: var(--color-muted); line-height: 1.65; margin: 0 0 8px; }
  .tk-hiw__bullets { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-direction: column; gap: 8px; }
  .tk-hiw__bullets li { display: flex; align-items: flex-start; gap: 8px; font-size: 15px; color: var(--color-body); line-height: 1.6; }
  .tk-hiw__bullets li::before {
    content: ""; flex-shrink: 0; margin-top: 4px;
    width: 14px; height: 14px;
    background: var(--color-green);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / contain no-repeat;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / contain no-repeat;
  }
  .tk-hiw__cta { margin-top: 32px; text-align: center; }
  @media (width >= 48rem) {
    .tk-hiw__steps { grid-template-columns: repeat(3, 1fr); gap: 24px; }
    /* 4 steps wrap 3+1 in a 3-col grid — give them their own row (2x2 on tablet). */
    .tk-hiw__steps[data-count="4"] { grid-template-columns: repeat(2, 1fr); }
    .tk-hiw__step { padding: 32px; }
  }
  @media (width >= 64rem) {
    .tk-hiw__steps[data-count="4"] { grid-template-columns: repeat(4, 1fr); }
    .tk-hiw__line {
      display: block;
      left: 0; right: 0; top: 38px; bottom: auto;
      width: auto; height: 2px;
      transform: none;
    }
    .tk-hiw__line-fill {
      width: 0; height: 100%;
      transition: width .25s linear;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .tk-hiw__num-bg, .tk-hiw__time-dot { animation: none; }
    .tk-hiw__step, .tk-hiw__num { transition: none; }
  }

/* === impact-band.liquid === */
.tk-impact { background: var(--color-light); }
  .tk-impact__grid {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  }
  .tk-impact__card {
    background: var(--color-surface); border: 1px solid var(--color-border);
    border-radius: 16px; padding: 20px;
    display: flex; flex-direction: column; gap: 4px;
    text-align: center; align-items: center;
  }
  .tk-impact__icon {
    width: 48px; height: 48px; border-radius: 12px;
    background: rgba(22,163,74,.12); color: var(--color-green);
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 8px;
  }
  .tk-impact__card strong {
    font-size: 28px; font-weight: 900;
    color: var(--color-navy); letter-spacing: -.02em; line-height: 1;
  }
  .tk-impact__label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--color-muted); margin-top: 2px; }
  .tk-impact__note { font-size: 12px; color: var(--color-muted); line-height: 1.6; margin: 8px 0 0; }
  .tk-impact__cta { text-align: center; margin-top: 24px; }
  @media (width >= 40rem) { .tk-impact__grid { grid-template-columns: repeat(4, 1fr); gap: 16px; } }
  @media (width >= 64rem) { .tk-impact__card strong { font-size: 36px; } }

/* === model-faq.liquid === */
.tk-mfaq__wrap { max-width: 760px; }
  .tk-mfaq__list { display: flex; flex-direction: column; gap: 8px; }
  .tk-mfaq__item {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color .25s, box-shadow .25s, transform .25s;
  }
  .tk-mfaq__item:hover { border-color: rgba(38,61,137,.3); transform: translateY(-1px); }
  .tk-mfaq__item[open] { border-color: var(--color-brand); box-shadow: 0 12px 28px -14px rgba(13,22,64,.18); }
  .tk-mfaq__item summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 20px;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-navy);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
  }
  .tk-mfaq__item summary::-webkit-details-marker { display: none; }
  .tk-mfaq__item summary::marker { display: none; content: ""; }
  .tk-mfaq__q { line-height: 1.4; }
  .tk-mfaq__chev { transition: transform .25s; color: var(--color-brand); flex-shrink: 0; }
  .tk-mfaq__item[open] .tk-mfaq__chev { transform: rotate(180deg); }

  .tk-mfaq__body-wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s ease;
  }
  .tk-mfaq__item[open] .tk-mfaq__body-wrap { grid-template-rows: 1fr; }
  .tk-mfaq__body {
    min-height: 0;
    overflow: hidden;
    padding: 0 20px;
  }
  .tk-mfaq__item[open] .tk-mfaq__body { padding: 0 20px 20px; }
  .tk-mfaq__body :is(p, ul, ol) { color: var(--color-muted); font-size: 15px; line-height: 1.7; margin: 0 0 8px; }
  .tk-mfaq__body :is(p, ul, ol):last-child { margin-bottom: 0; }

  @media (prefers-reduced-motion: reduce) {
    .tk-mfaq__body-wrap, .tk-mfaq__chev, .tk-mfaq__item { transition: none; }
  }

/* === model-hero.liquid === */
.tk-mhero { background: linear-gradient(135deg, var(--color-brand) 0%, var(--color-brand-deep) 100%); color: #fff; padding-block: 32px; padding-inline: var(--tk-gutter, 24px); }
  .tk-mhero__inner { max-width: var(--tk-content-max, 96rem); margin-inline: auto; padding-inline: var(--tk-gutter, 24px); }
  .tk-mhero__crumbs { font-size: 13px; color: rgba(255,255,255,.6); display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 16px; }
  .tk-mhero__crumbs a { color: rgba(255,255,255,.65); }
  .tk-mhero__crumbs [aria-current] { color: #fff; }

  .tk-mhero__cols { display: grid; grid-template-columns: 1fr; gap: 24px; }
  .tk-mhero__tag { display: inline-block; background: rgba(254,194,14,.14); border: 1px solid rgba(254,194,14,.25); color: var(--color-yellow); font-size: 13px; font-weight: 700; padding: 4px 8px; border-radius: 999px; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .08em; }
  .tk-mhero__h1 { font-size: 32px; font-weight: 900; line-height: 1.06; letter-spacing: -.025em; margin: 0 0 12px; }
  .tk-mhero__h1 em { color: var(--color-yellow); font-style: normal; }
  .tk-mhero__sub { font-size: 15px; color: rgba(255,255,255,.78); line-height: 1.6; margin: 0 0 16px; max-width: 480px; }
  .tk-mhero__price { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 16px 16px; margin-bottom: 20px; display: flex; flex-direction: column; }
  .tk-mhero__price-label { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.6); font-weight: 700; }
  .tk-mhero__price strong { font-size: 32px; font-weight: 900; color: var(--color-yellow); letter-spacing: -.02em; margin: 2px 0; }
  .tk-mhero__price small { font-size: 13px; color: rgba(255,255,255,.6); }

  .tk-mhero__media { display: flex; flex-direction: column; align-items: center; gap: 16px; }
  .tk-mhero__render {
    position: relative;
    padding: 32px 0;
    background: radial-gradient(circle at 50% 40%, rgba(254,194,14,.18) 0%, transparent 60%);
  }
  .tk-mhero__render img { display: block; max-width: 280px; height: auto; }
  .tk-mhero__card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    padding: 16px 16px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    width: 100%;
    max-width: 320px;
  }
  .tk-mhero__card-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 8px 0;
    font-size: 15px;
    color: rgba(255,255,255,.85);
  }
  .tk-mhero__card-row + .tk-mhero__card-row { border-top: 1px solid rgba(255,255,255,.1); }
  .tk-mhero__card-row strong { color: var(--color-yellow); font-size: 17px; font-weight: 800; }
  .tk-mhero__card-foot {
    margin-top: 8px; padding-top: 8px;
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: 12px; color: rgba(255,255,255,.5);
    text-transform: uppercase; letter-spacing: .08em;
    text-align: center;
  }

  @media (width >= 48rem) {
    .tk-mhero { padding-block: 56px; }
    .tk-mhero__cols { grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
    .tk-mhero__h1 { font-size: 44px; }
    .tk-mhero__sub { font-size: 16px; }
  }

/* === model-prices.liquid === */
.tk-mprice__widget { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 16px; padding: 16px; box-shadow: var(--shadow-md); margin-bottom: 32px; max-width: 600px; margin-left: auto; margin-right: auto; }
  .tk-mprice__table { overflow-x: auto; }
  .tk-mprice__table table { width: 100%; border-collapse: collapse; min-width: 480px; background: var(--color-surface); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
  .tk-mprice__table th, .tk-mprice__table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--color-border); font-size: 15px; }
  .tk-mprice__table thead th { background: var(--color-light); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--color-muted); }
  .tk-mprice__table tbody th { font-weight: 700; color: var(--color-navy); background: var(--color-light); }
  .tk-mprice__table tbody td { font-weight: 600; color: var(--color-navy); }

/* === newsletter.liquid === */
.tk-news {
    position: relative; overflow: hidden;
    background: linear-gradient(135deg, var(--color-brand) 0%, var(--color-brand-deep) 100%);
    color: #fff;
    padding-block: 48px;
    padding-inline: var(--tk-gutter, 24px);
  }
  .tk-news__inner { position: relative; z-index: 1; max-width: var(--tk-content-max, 96rem); margin-inline: auto; display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
  @media (width >= 64rem) {
    .tk-news__inner { grid-template-columns: 1fr 1.1fr; gap: 56px; }
  }
  .tk-news__beam { position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(80px); opacity: .55; pointer-events: none; z-index: 0; }
  .tk-news__beam--1 { top: -160px; left: -120px; background: radial-gradient(circle, rgba(254,194,14,.4) 0%, transparent 70%); }
  .tk-news__beam--2 { bottom: -160px; right: -100px; background: radial-gradient(circle, rgba(125,211,252,.32) 0%, transparent 70%); }

  .tk-news__art {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 3/2;
    display: none;
  }
  @media (width >= 64rem) { .tk-news__art { display: block; } }
  .tk-news__art img { width: 100%; height: 100%; object-fit: cover; }

  .tk-news__copy { text-align: left; }
  .tk-news__eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(254,194,14,.16);
    border: 1px solid rgba(254,194,14,.32);
    color: var(--color-yellow);
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px; font-weight: 800;
    text-transform: uppercase; letter-spacing: .14em;
    margin-bottom: 16px;
  }
  .tk-news__eyebrow-dot {
    width: 6px; height: 6px; border-radius: 50%; background: var(--color-yellow);
    box-shadow: 0 0 0 0 rgba(254,194,14,.7);
    animation: tk-news-pulse 1.8s ease-out infinite;
  }
  @keyframes tk-news-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(254,194,14,.8); }
    70%  { box-shadow: 0 0 0 10px rgba(254,194,14,0); }
    100% { box-shadow: 0 0 0 0 rgba(254,194,14,0); }
  }
  .tk-news h2 { font-size: 32px; font-weight: 900; letter-spacing: -.025em; line-height: 1.15; margin: 0 0 8px; }
  @media (width >= 48rem) { .tk-news h2 { font-size: 36px; } }
  .tk-news__sub { font-size: 16px; color: rgba(255,255,255,.78); line-height: 1.65; margin: 0 0 16px; }
  .tk-news__benefits { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 8px; }
  .tk-news__benefits li { display: flex; align-items: center; gap: 8px; font-size: 15px; color: rgba(255,255,255,.88); font-weight: 600; }
  .tk-news__benefits svg { color: var(--color-yellow); flex-shrink: 0; }
  .tk-news__form { display: flex; gap: 8px; flex-wrap: wrap; }
  .tk-news__form input {
    flex: 1; min-width: 220px;
    padding: 14px 16px;
    min-height: 48px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font-family: inherit; font-size: 16px;
  }
  .tk-news__form input::placeholder { color: rgba(255,255,255,.5); }
  .tk-news__form input:focus { outline: 2px solid var(--color-yellow); outline-offset: -1px; border-color: transparent; }
  .tk-news__form .btn-cta { padding: 12px 20px; }
  .tk-news__terms { font-size: 12px; color: rgba(255,255,255,.45); margin: 16px 0 0; }
  .tk-news__ok { background: rgba(254,194,14,.16); border: 1px solid rgba(254,194,14,.3); color: var(--color-yellow); padding: 12px 16px; border-radius: 999px; font-weight: 700; font-size: 16px; margin: 0; }
  .tk-news__err { color: #ffb4b4; font-size: 13px; margin: 8px 0 0; }
  @media (width >= 48rem) { .tk-news { padding-block: 80px; } .tk-news h2 { font-size: 32px; } }

/* === page-contact.liquid === */
.tk-contact__wrap { max-width: 960px; }
  .tk-contact__grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
  .tk-contact__details { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
  .tk-contact__details li { display: flex; flex-direction: column; gap: 2px; }
  .tk-contact__details strong { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--color-muted); }
  .tk-contact__details a { font-size: 17px; color: var(--color-navy); font-weight: 700; }
  .tk-contact__details a:hover { color: var(--color-blue); }
  .tk-contact__details span { font-size: 15px; color: var(--color-muted); }

  .tk-contact__form { display: flex; flex-direction: column; gap: 12px; padding: 20px; background: var(--color-light); border-radius: 16px; }
  .tk-contact__form label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--color-muted); }
  .tk-contact__form input, .tk-contact__form textarea {
    font-family: inherit; font-size: 16px; color: var(--color-navy);
    padding: 14px 16px;
    min-height: 48px;
    border: 1px solid var(--color-border); border-radius: 10px;
    background: var(--color-surface);
  }
  .tk-contact__form textarea { min-height: 120px; }
  .tk-contact__form input:focus, .tk-contact__form textarea:focus { outline: 2px solid var(--color-blue); outline-offset: -1px; border-color: transparent; }
  .tk-contact__form button { margin-top: 4px; }

  .tk-contact__success { background: rgba(22,163,74,.1); border: 1px solid rgba(22,163,74,.3); color: var(--color-green); padding: 16px; border-radius: 8px; }
  .tk-contact__error { background: rgba(220,38,38,.1); border: 1px solid rgba(220,38,38,.3); color: var(--color-red); padding: 16px; border-radius: 8px; }

  @media (width >= 48rem) {
    .tk-contact__grid { grid-template-columns: 1fr 1.5fr; gap: 48px; align-items: start; }
  }

/* === page-track.liquid === */
.tk-track { padding-block: 32px 64px; padding-inline: var(--tk-gutter, 24px); background: var(--color-light); min-height: 60vh; }
  .tk-track__inner { max-width: 520px; margin-inline: auto; }
  .tk-track__head { text-align: center; margin-bottom: 24px; }
  .tk-track__head h1 { font-size: 32px; font-weight: 900; color: var(--color-navy); margin: 8px 0; letter-spacing: -.02em; }
  .tk-track__head p { font-size: 15px; color: var(--color-muted); margin: 0; line-height: 1.6; }
  .tk-track__form { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 12px; }
  .tk-track__form label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--color-muted); }
  .tk-track__form input { padding: 14px 16px; min-height: 48px; border: 1px solid var(--color-border); border-radius: 8px; font-family: inherit; font-size: 16px; background: var(--color-surface); }
  .tk-track__form input:focus { outline: 2px solid var(--color-blue); outline-offset: -1px; }
  .tk-track__form button { margin-top: 8px; }
  .tk-track__result { margin-top: 16px; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 12px; padding: 16px; }
  .tk-track__loading { color: var(--color-muted); font-size: 16px; margin: 0; }
  .tk-track__msg strong { display: block; font-size: 16px; color: var(--color-navy); margin-bottom: 8px; }
  .tk-track__msg p { font-size: 16px; color: var(--color-body); line-height: 1.6; margin: 0 0 8px; }
  .tk-track__msg em { color: var(--color-navy); font-style: normal; font-weight: 700; }
  .tk-track__hint { font-size: 13px; color: var(--color-muted); text-align: center; margin: 16px 0 0; }
  .tk-track__hint a { color: var(--color-blue); font-weight: 600; }

/* === page-widget.liquid === */
html, body { background: var(--color-surface); margin: 0; }
  .tk-widget { padding: 16px; max-width: 480px; margin-inline: auto; }
  .tk-widget__head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 8px; border-bottom: 1px solid var(--color-border); margin-bottom: 16px; }
  .tk-widget__head strong { font-size: 15px; font-weight: 800; color: var(--color-navy); }
  .tk-widget__head a { font-size: 13px; color: var(--color-muted); }

/* === partner-cta.liquid === */
.tk-partner__tiers { list-style: none; padding: 0; margin: 0 0 40px; display: grid; grid-template-columns: 1fr; gap: 16px; }
  .tk-partner__tier { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 16px; padding: 24px; }
  .tk-partner__icon {
    width: 44px; height: 44px; border-radius: 12px;
    background: rgba(38,61,137,0.08); color: var(--color-blue);
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 12px;
  }
  .tk-partner__tier h3 { font-size: 16px; font-weight: 800; color: var(--color-navy); margin: 0 0 8px; }
  .tk-partner__tier p { font-size: 16px; color: var(--color-muted); line-height: 1.6; margin: 0 0 8px; }
  .tk-partner__commission { font-size: 13px; color: var(--color-blue); font-weight: 700; margin-top: 4px; }

  .tk-partner__form { max-width: 540px; margin-inline: auto; background: var(--color-light); border-radius: 16px; padding: 32px; }
  .tk-partner__form h2 { font-size: 20px; font-weight: 800; color: var(--color-navy); margin: 0 0 16px; }
  .tk-partner__form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--color-muted); }
  .tk-partner__form input, .tk-partner__form select, .tk-partner__form textarea {
    padding: 14px 16px; min-height: 48px; border: 1px solid var(--color-border); border-radius: 8px;
    background: var(--color-surface); font-family: inherit; font-size: 16px; color: var(--color-navy);
  }
  .tk-partner__form textarea { min-height: 120px; }
  .tk-partner__ok { background: rgba(22,163,74,.1); color: var(--color-green); padding: 12px; border-radius: 8px; font-weight: 700; }

  @media (width >= 48rem) { .tk-partner__tiers { grid-template-columns: repeat(3, 1fr); gap: 20px; } }

/* === path-explainer.liquid === */
.tk-path__cols { display: grid; grid-template-columns: 1fr; gap: 16px; }
  .tk-path__col {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 24px;
    display: flex; flex-direction: column; gap: 16px;
  }
  .tk-path__col--sell { border-top: 4px solid var(--color-yellow); }
  .tk-path__col--buy { border-top: 4px solid var(--color-brand); }

  .tk-path__art {
    position: relative;
    aspect-ratio: 3/2;
    border-radius: 12px;
    overflow: hidden;
    margin: -8px -8px 0;
  }
  .tk-path__art--sell { background: linear-gradient(135deg, rgba(254,194,14,.12) 0%, rgba(254,194,14,.05) 100%); }
  .tk-path__art--buy  { background: linear-gradient(135deg, rgba(38,61,137,.12) 0%, rgba(38,61,137,.05) 100%); }
  .tk-path__art img {
    width: 100%; height: 100%;
    object-fit: contain;
    padding: 16px;
    box-sizing: border-box;
  }
  .tk-path__art-chip {
    position: absolute; bottom: 12px; right: 12px;
    background: var(--color-navy); color: #fff;
    font-size: 12px; font-weight: 800;
    padding: 4px 12px;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(13,22,64,.25);
  }
  .tk-path__col--sell .tk-path__art-chip { background: var(--color-yellow); color: var(--color-navy); }
  .tk-path__col header { display: flex; align-items: center; gap: 12px; }
  .tk-path__col h3 { font-size: 20px; font-weight: 800; color: var(--color-navy); margin: 0; }
  .tk-path__col-icon {
    width: 44px; height: 44px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 12px;
    background: rgba(38,61,137,0.08);
    color: var(--color-blue);
  }
  .tk-path__col--sell .tk-path__col-icon { background: rgba(254,194,14,.14); color: var(--color-navy); }

  .tk-path__steps, .tk-path__benefits { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
  .tk-path__steps li, .tk-path__benefits li { display: flex; gap: 12px; align-items: flex-start; }
  .tk-path__num {
    flex-shrink: 0;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--color-yellow);
    color: var(--color-navy);
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 900; font-size: 14px;
  }
  .tk-path__benefits svg { color: var(--color-blue); flex-shrink: 0; margin-top: 2px; }
  .tk-path__col strong { display: block; font-size: 15px; font-weight: 700; color: var(--color-navy); margin-bottom: 2px; }
  .tk-path__col p { font-size: 15px; color: var(--color-muted); line-height: 1.6; margin: 0; }

  .tk-path__col .btn-cta, .tk-path__col .btn-ghost { margin-top: 8px; align-self: flex-start; }

  @media (width >= 48rem) {
    .tk-path__cols { grid-template-columns: 1fr 1fr; gap: 24px; }
    .tk-path__col { padding: 32px; }
  }

/* === popular-models.liquid === */
  .tk-pop__grid {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: repeat(var(--pop-cols-m, 2), 1fr); gap: 20px;
  }
  
  /* ── Carousel layout ─────────────────────────────────────────────── */
  .tk-pop--carousel .tk-sec__inner {
    --_gap: calc(50vw - 50%);
  }
  .tk-pop--carousel .tk-pop__grid {
    display: flex; overflow-x: auto; overflow-y: hidden;
    scroll-snap-type: x mandatory; scroll-behavior: smooth;
    gap: 16px; padding-bottom: 8px;
    grid-template-columns: unset;
    --_card-w: clamp(240px, 72vw, 320px);
    width: calc(50vw + 50%);
    max-width: none;
  }
  .tk-pop--carousel .tk-pop__grid::after {
    content: ""; display: block; flex: 0 0 var(--_gap);
  }
  @media (width >= 40rem) {
    .tk-pop--carousel .tk-pop__grid { --_card-w: clamp(220px, 38vw, 300px); gap: 20px; }
  }
  @media (width >= 64rem) {
    .tk-pop--carousel .tk-pop__grid { --_card-w: clamp(200px, 26vw, 320px); gap: 24px; }
  }
  .tk-pop--carousel .tk-pop__grid::-webkit-scrollbar { display: none; }
  .tk-pop--carousel .tk-pop__card { flex: 0 0 var(--_card-w); scroll-snap-align: start; }
  
  /* Mobile auto-carousel for grid mode if mobile columns = 1 or overflow */
  @media (width < 40rem) {
    .tk-pop--grid .tk-pop__grid {
      display: flex;
      grid-template-columns: none;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      gap: 16px;
      padding: 4px 16px 16px;
      margin: 0 -16px;
      scroll-padding: 16px;
    }
    .tk-pop--grid .tk-pop__grid::-webkit-scrollbar { display: none; }
    .tk-pop--grid .tk-pop__card { flex: 0 0 calc(100vw / var(--pop-cols-m, 2) - 24px); scroll-snap-align: start; }
  }

  /* Product Card */
  .tk-pop__card {
    position: relative;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 20px;
    display: flex; flex-direction: column;
    transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s, border-color .25s;
    overflow: hidden;
    isolation: isolate;
  }
  .tk-pop__glow {
    position: absolute; inset: 0;
    border-radius: 20px;
    background: radial-gradient(ellipse at top, rgba(254,194,14,.08) 0%, transparent 60%);
    opacity: 0;
    transition: opacity .35s;
    pointer-events: none;
    z-index: 0;
  }
  .tk-pop__card:hover {
    transform: translateY(-5px);
    border-color: rgba(38,61,137,.25);
    box-shadow: 0 20px 50px -12px rgba(13,22,64,.18), 0 4px 14px rgba(13,22,64,.06);
  }
  .tk-pop__card:hover .tk-pop__glow { opacity: 1; }
  .tk-pop__card:hover .tk-pop__thumb img { transform: scale(1.05); }
  .tk-pop__card:hover .tk-pop__cta { background: var(--color-brand); }
  .tk-pop__card:hover .tk-pop__cta svg { transform: translateX(4px); }

  /* Badges */
  .tk-pop__badge {
    position: absolute; top: 12px; right: 12px;
    background: var(--color-yellow); color: var(--color-navy);
    font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase;
    padding: 3px 10px; border-radius: 999px;
    box-shadow: 0 4px 12px rgba(254,194,14,.4);
    z-index: 3;
  }
  .tk-pop__save {
    position: absolute; top: 12px; left: 12px;
    background: #10b981; color: #fff;
    font-size: 11px; font-weight: 900; letter-spacing: -.01em;
    padding: 3px 9px; border-radius: 999px;
    box-shadow: 0 4px 12px rgba(16,185,129,.4);
    z-index: 3;
  }

  /* Image area — full width, square ratio, light gradient bg */
  .tk-pop__thumb {
    position: relative;
    display: flex; align-items: center; justify-content: center;
    aspect-ratio: 1;
    background: linear-gradient(160deg, #f4f5f8 0%, #eceef5 100%);
    overflow: hidden;
    border-radius: 0;
  }
  .tk-pop__halo {
    position: absolute; inset: 15%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254,194,14,.2) 0%, transparent 60%);
    opacity: 0;
    transform: scale(.6);
    transition: opacity .35s, transform .35s;
    pointer-events: none;
  }
  .tk-pop__thumb img {
    position: relative;
    display: block; width: 100%; height: 100%;
    object-fit: contain; object-position: center;
    padding: 10%;
    box-sizing: border-box;
    /* Normalise mixed sources: white-boxed product shots blend into the card bg
       so they sit uniformly next to full-bleed transparent renders. */
    mix-blend-mode: multiply;
    transition: transform .4s cubic-bezier(.2,.8,.2,1);
    transform-origin: center;
  }
  .tk-pop__thumb svg { position: relative; }

  /* Info section */
  .tk-pop__info {
    padding: 16px 18px 18px;
    display: flex; flex-direction: column; flex: 1;
    position: relative; z-index: 1;
  }
  .tk-pop__eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--color-muted); font-weight: 700; margin: 0 0 4px; }
  .tk-pop__name { font-size: 15px; font-weight: 800; color: var(--color-navy); margin: 0 0 12px; line-height: 1.25; min-height: 2.5em; }
  .tk-pop__price { display: flex; gap: 4px; align-items: baseline; margin: 0 0 14px; }
  .tk-pop__price span { font-size: 11px; color: var(--color-muted); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-right: 4px; }
  .tk-pop__price strong { font-size: 22px; font-weight: 900; color: var(--color-navy); letter-spacing: -.03em; }
  /* Whole card is the click target — CTA's stretched overlay covers the card. */
  .tk-pop__card { cursor: pointer; }
  .tk-pop__cta::after { content: ""; position: absolute; inset: 0; z-index: 1; }
  .tk-pop__cta {
    margin-top: auto;
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 10px 16px;
    background: var(--color-navy); color: #fff;
    border-radius: 12px;
    font-size: 14px; font-weight: 700;
    transition: background .2s;
    text-align: center;
  }
  .tk-pop__cta svg { transition: transform .2s; flex-shrink: 0; }
  .tk-pop__foot { margin-top: 32px; text-align: center; }

  @media (width >= 40rem) {
    .tk-pop__grid { grid-template-columns: repeat(var(--pop-cols-t, 3), 1fr); gap: 20px; }
  }
  @media (width >= 64rem) {
    .tk-pop__grid { grid-template-columns: repeat(var(--pop-cols-d, 4), 1fr); gap: 24px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .tk-pop__card, .tk-pop__thumb img, .tk-pop__halo, .tk-pop__glow, .tk-pop__cta { transition: none; }
  }

/* === featured-products.liquid === */

/* ── Section shell ──────────────────────────────────────────────── */
.tk-fp { background: var(--color-light); }
.tk-fp__toolbar { max-width: 480px; margin: 0 auto 28px; }

    display: flex; align-items: center; gap: 10px;
    padding: 10px 16px;
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-full, 100px);
    background: var(--color-surface);
    color: var(--color-muted);
    transition: border-color var(--tk-mood-dur-fast, 160ms);
    cursor: text;
  }
  .tk-hub__search:focus-within { border-color: var(--color-navy); }
  .tk-hub__search svg { flex-shrink: 0; }
  .tk-hub__search input {
    flex: 1; border: none; background: transparent; outline: none;
    font-size: 15px; color: var(--color-navy); font-family: var(--font-sans);
  }
  .tk-hub__search input::placeholder { color: var(--color-muted); }
  .tk-hub__clear {
    display: inline-flex; align-items: center; justify-content: center;
    width: 24px; height: 24px; border-radius: 50%;
    background: var(--color-stone-200, #e5e5df);
    color: var(--color-navy); flex-shrink: 0;
    transition: background var(--tk-mood-dur-fast, 160ms);
  }
  .tk-hub__clear:hover { background: var(--color-stone-300, #c9c9c0); }

/* ── Grid — mobile-first, columns via CSS custom properties ─────── */
/* Liquid passes --fp-cols-m / --fp-cols-t / --fp-cols-d via style=  */
.tk-fp__grid {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(var(--fp-cols-m, 1), 1fr);
  gap: 16px;
}
@media (width >= 40rem) {
  .tk-fp__grid { grid-template-columns: repeat(var(--fp-cols-t, 2), 1fr); gap: 20px; }
}
@media (width >= 64rem) {
  .tk-fp__grid { grid-template-columns: repeat(var(--fp-cols-d, 4), 1fr); gap: 24px; }
}
/* Grid mode → flex so a partial last row centres (no left-aligned orphans).
   Column counts still come from the section settings (--fp-cols-m/t/d), so the
   layout obeys the editor's Columns sliders. List/carousel modes keep their own. */
.tk-fp:not(.tk-fp--list):not(.tk-fp--carousel) .tk-fp__grid {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch;
  --fp-g: 16px; gap: var(--fp-g);
}
.tk-fp:not(.tk-fp--list):not(.tk-fp--carousel) .tk-fp__grid > * {
  flex: 0 1 calc((100% - (var(--fp-cols-m, 2) - 1) * var(--fp-g)) / var(--fp-cols-m, 2));
}
@media (width >= 40rem) {
  .tk-fp:not(.tk-fp--list):not(.tk-fp--carousel) .tk-fp__grid { --fp-g: 20px; }
  .tk-fp:not(.tk-fp--list):not(.tk-fp--carousel) .tk-fp__grid > * { flex-basis: calc((100% - (var(--fp-cols-t, 3) - 1) * var(--fp-g)) / var(--fp-cols-t, 3)); }
}
@media (width >= 64rem) {
  .tk-fp:not(.tk-fp--list):not(.tk-fp--carousel) .tk-fp__grid { --fp-g: 24px; }
  .tk-fp:not(.tk-fp--list):not(.tk-fp--carousel) .tk-fp__grid > * { flex-basis: calc((100% - (var(--fp-cols-d, 4) - 1) * var(--fp-g)) / var(--fp-cols-d, 4)); }
}

/* ── List layout ─────────────────────────────────────────────────── */
.tk-fp--list .tk-fp__grid { grid-template-columns: 1fr; gap: 12px; }
.tk-fp--list .tk-fp__card { flex-direction: row; align-items: stretch; }
.tk-fp--list .tk-fp__img-wrap {
  aspect-ratio: 1; width: 110px; flex-shrink: 0;
  border-radius: var(--tk-mood-radius-card) 0 0 var(--tk-mood-radius-card);
}
@media (width >= 40rem) { .tk-fp--list .tk-fp__img-wrap { width: 160px; } }
.tk-fp--list .tk-fp__body {
  flex-direction: row; align-items: center; flex-wrap: wrap; gap: 12px;
  padding: 14px 18px;
}
.tk-fp--list .tk-fp__brand  { margin: 0; }
.tk-fp--list .tk-fp__model  { margin: 0; flex: 1 1 auto; }
.tk-fp--list .tk-fp__price-row { margin: 0; }
.tk-fp--list .tk-fp__cta   { margin-top: 0; min-width: 140px; }

/* ── Carousel layout ─────────────────────────────────────────────── */
.tk-fp--carousel .tk-sec__inner {
  --_gap: calc(50vw - 50%);
}
.tk-fp--carousel .tk-fp__carousel { position: relative; }
.tk-fp--carousel .tk-fp__grid {
  display: flex; overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  gap: 16px; padding-bottom: 8px;
  grid-template-columns: unset;
  --_card-w: clamp(240px, 72vw, 320px);
  width: calc(50vw + 50%);
  max-width: none;
}
.tk-fp--carousel .tk-fp__grid::after {
  content: ""; display: block; flex: 0 0 var(--_gap);
}
@media (width >= 40rem) {
  .tk-fp--carousel .tk-fp__grid { --_card-w: clamp(220px, 38vw, 300px); gap: 20px; }
}
@media (width >= 64rem) {
  .tk-fp--carousel .tk-fp__grid { --_card-w: clamp(200px, 26vw, 320px); gap: 24px; }
}
.tk-fp--carousel .tk-fp__grid::-webkit-scrollbar { display: none; }
.tk-fp--carousel .tk-fp__card { flex: 0 0 var(--_card-w); scroll-snap-align: start; }

/* Mobile (<40rem): render the price grid as a clean scannable list (single column,
   thumb + model + up-to price + chevron, hairline dividers). Whole row is tappable. */
@media (max-width: 39.99rem) {
  .tk-fp:not(.tk-fp--list):not(.tk-fp--carousel) .tk-fp__grid {
    display: block; --fp-g: 0;
    border: 1px solid var(--color-stone-200); border-radius: 16px;
    overflow: hidden; background: var(--color-surface);
    box-shadow: var(--tk-mood-shadow-soft);
  }
  .tk-fp:not(.tk-fp--list):not(.tk-fp--carousel) .tk-fp__grid > .tk-fp__card {
    flex: none; width: auto;
    display: grid; grid-template-columns: 46px 1fr auto; grid-template-rows: auto auto;
    align-items: center; column-gap: 12px; row-gap: 2px;
    border: 0; border-bottom: 1px solid var(--color-stone-200);
    border-radius: 0; box-shadow: none; transform: none;
    padding: 11px 14px; overflow: visible;
  }
  .tk-fp__grid > .tk-fp__card:last-child { border-bottom: 0; }
  .tk-fp__card:hover { transform: none; box-shadow: none; border-color: var(--color-stone-200); }
  .tk-fp__card:active { background: var(--color-stone-50); }
  .tk-fp__card .tk-fp__img-wrap {
    grid-column: 1; grid-row: 1 / 3;
    width: 46px; height: 46px; aspect-ratio: 1;
    border-radius: 10px; background: var(--color-stone-50);
  }
  .tk-fp__card .tk-fp__img-wrap img { padding: 8%; }
  .tk-fp__card .tk-fp__body { display: contents; }
  .tk-fp__card .tk-fp__brand,
  .tk-fp__card .tk-fp__lock,
  .tk-fp__card .tk-fp__disc,
  .tk-fp__card .tk-fp__badge { display: none; }
  .tk-fp__card .tk-fp__model {
    grid-column: 2; grid-row: 1; align-self: end;
    min-height: 0; margin: 0; font-size: 14.5px; line-height: 1.25;
  }
  .tk-fp__card .tk-fp__price-row {
    grid-column: 2; grid-row: 2; align-self: start;
    margin: 0; justify-content: flex-start; gap: 6px; flex-wrap: nowrap;
  }
  .tk-fp__card .tk-fp__price-val { font-size: 15px; }
  .tk-fp__card .tk-fp__price-label { font-size: 10px; }
  .tk-fp__card .tk-fp__cta {
    grid-column: 3; grid-row: 1 / 3; justify-self: end;
    margin: 0; width: 34px; height: 34px; min-height: 0;
    padding: 0; border-radius: 50%;
    background: var(--color-light); color: var(--color-brand);
  }
  .tk-fp__card .tk-fp__cta-label { display: none; }
}

.tk-fp__nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--color-surface);
  border: 1.5px solid var(--color-border);
  color: var(--color-navy); box-shadow: var(--shadow-sm);
  transition: background  var(--tk-mood-dur-fast) var(--tk-mood-ease),
              border-color var(--tk-mood-dur-fast) var(--tk-mood-ease),
              box-shadow   var(--tk-mood-dur-fast) var(--tk-mood-ease);
}
.tk-fp__nav:hover {
  background: var(--color-navy); color: #fff;
  border-color: var(--color-navy); box-shadow: var(--shadow-md);
}
.tk-fp__nav--prev { left: -22px; }
.tk-fp__nav--next { right: -22px; }
@media (width < 48rem) { .tk-fp__nav { display: none; } }

.tk-fp__dots { display: flex; justify-content: center; gap: 6px; margin-top: 20px; }
.tk-fp__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--color-stone-200);
  transition: background var(--tk-mood-dur-fast) var(--tk-mood-ease),
              transform  var(--tk-mood-dur-fast) var(--tk-mood-ease);
}
.tk-fp__dot.is-active { background: var(--color-navy); transform: scale(1.45); }

/* ── Card ────────────────────────────────────────────────────────── */
.tk-fp__card {
  position: relative;
  container-type: inline-size;
  background: var(--color-surface);
  border: 1px solid var(--color-stone-200);
  border-radius: var(--tk-mood-radius-card);
  overflow: hidden; display: flex; flex-direction: column;
  box-shadow: var(--tk-mood-shadow-soft);
  transition: transform    var(--tk-mood-dur-base) var(--tk-mood-ease),
              box-shadow   var(--tk-mood-dur-base) var(--tk-mood-ease),
              border-color var(--tk-mood-dur-base) var(--tk-mood-ease);
}
.tk-fp__card:hover {
  transform: translateY(-4px);
  border-color: rgba(38, 61, 137, .18);
  box-shadow: var(--tk-mood-shadow-elev);
}
.tk-fp__card[hidden] { display: none; }

/* ── Badges ──────────────────────────────────────────────────────── */
.tk-fp__disc {
  position: absolute; top: 12px; left: 12px; z-index: 4;
  background: var(--color-green); color: #fff;
  font-family: var(--font-sans); font-size: 10.5px; font-weight: 800; letter-spacing: .02em;
  padding: 3px 9px; border-radius: var(--radius-full);
  box-shadow: 0 3px 10px rgba(22, 163, 74, .32);
}
.tk-fp__badge {
  position: absolute; top: 12px; right: 12px; z-index: 4;
  background: var(--color-yellow); color: var(--color-navy);
  font-family: var(--font-sans); font-size: 10px; font-weight: 900;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--radius-full);
  box-shadow: 0 3px 10px rgba(254, 194, 14, .38);
}

/* ── Image wrap ──────────────────────────────────────────────────── */
.tk-fp__img-wrap {
  display: block; aspect-ratio: 1;
  background: linear-gradient(150deg, var(--color-stone-50) 0%, var(--color-stone-100) 100%);
  overflow: hidden; position: relative; flex-shrink: 0;
}
.tk-fp__img-wrap img {
  display: block; width: 100%; height: 100%;
  object-fit: contain; object-position: center;
  padding: 14%; box-sizing: border-box;
  mix-blend-mode: multiply;
  transition: transform var(--tk-mood-dur-slow) var(--tk-mood-ease);
  transform-origin: center;
}
.tk-fp__card:hover .tk-fp__img-wrap img { transform: scale(1.07); }
.tk-fp__placeholder {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%; color: var(--color-stone-300);
}

/* ── Body ────────────────────────────────────────────────────────── */
.tk-fp__body { padding: 14px 16px 18px; display: flex; flex-direction: column; flex: 1; }
@media (width >= 40rem) { .tk-fp__body { padding: 16px 18px 20px; } }

/* Brand — matches .tk-sec__eyebrow pattern */
.tk-fp__brand {
  font-family: var(--font-sans); font-size: 10.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--color-tert); margin: 0 0 4px;
}

/* Model — matches .how-title / .cat-name pattern */
.tk-fp__model {
  font-family: var(--font-sans); font-size: 14px; font-weight: 700;
  color: var(--color-navy); line-height: 1.25; letter-spacing: -.01em;
  margin: 0 0 12px;
  /* Reserve two lines so 1- and 2-line model names keep cards the same height. */
  min-height: 2.5em;
}
@media (width >= 40rem) { .tk-fp__model { font-size: 15px; margin-bottom: 14px; } }

.tk-fp__price-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 8px; margin-bottom: 14px; flex-wrap: wrap;
}
.tk-fp__price { display: flex; align-items: baseline; gap: 4px; margin: 0; }
.tk-fp__price-label {
  font-family: var(--font-sans); font-size: 10.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em; color: var(--color-muted);
}
/* matches .price-big / .hero-stat-num pattern at card scale */
.tk-fp__price-val {
  font-family: var(--font-sans); font-size: 20px; font-weight: 800;
  color: var(--color-navy); letter-spacing: -.02em; line-height: 1;
}
@media (width >= 40rem) { .tk-fp__price-val { font-size: 22px; } }

/* Lock pill — matches green badge pattern */
.tk-fp__lock {
  font-family: var(--font-sans); font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  color: var(--color-green); background: rgba(22, 163, 74, .1);
  padding: 3px 8px; border-radius: var(--radius-full); white-space: nowrap;
}

/* ── CTA — pill style same as .btn-cta / .btn-next ─────────────── */
.tk-fp__cta {
  margin-top: auto;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 16px; min-height: 44px;
  background: var(--color-navy); color: #fff;
  border-radius: var(--radius-full);
  font-family: var(--font-sans); font-size: 14px; font-weight: 700;
  letter-spacing: -.005em; line-height: 1.2; text-decoration: none;
  transition: background var(--tk-mood-dur-fast) var(--tk-mood-ease),
              box-shadow  var(--tk-mood-dur-fast) var(--tk-mood-ease);
}
.tk-fp__cta { white-space: nowrap; }
.tk-fp__cta-label { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
/* Whole card is the click target — the CTA's stretched overlay covers the card. */
.tk-fp__card { cursor: pointer; }
.tk-fp__cta::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.tk-fp__cta svg { flex-shrink: 0; transition: transform var(--tk-mood-dur-fast) var(--tk-mood-ease); }
/* Card too narrow for the label → collapse the CTA to an icon-only pill. */
@container (max-width: 168px) {
  .tk-fp__cta-label { display: none; }
  .tk-fp__cta { gap: 0; padding-inline: 0; aspect-ratio: 1 / 1; min-width: 44px; width: 44px; margin-inline: auto; }
}
.tk-fp__card:hover .tk-fp__cta {
  background: var(--color-brand);
  box-shadow: 0 4px 16px rgba(38, 61, 137, .28);
}
.tk-fp__card:hover .tk-fp__cta svg { transform: translateX(4px); }

/* ── Footer / Empty ──────────────────────────────────────────────── */
.tk-fp__foot { margin-top: 40px; text-align: center; }
.tk-fp__empty {
  text-align: center; padding: 40px 16px;
  font-family: var(--font-sans); font-size: 16px;
  color: var(--color-muted); line-height: 1.6;
}

/* ── Reduced motion ──────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .tk-fp__card, .tk-fp__img-wrap img,
  .tk-fp__cta, .tk-fp__cta svg,
  .tk-fp__nav, .tk-fp__dot { transition: none; }
}

/* === press-kit.liquid === */
.tk-press__grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
  .tk-press__card { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 16px; padding: 24px; }
  .tk-press__card h2 { font-size: 16px; font-weight: 800; color: var(--color-navy); margin: 0 0 8px; }
  .tk-press__card p { font-size: 16px; color: var(--color-muted); line-height: 1.6; margin: 0 0 12px; }
  .tk-press__card ul { list-style: none; padding: 0; margin: 0 0 12px; display: flex; flex-direction: column; gap: 8px; }
  .tk-press__card li { display: flex; gap: 8px; align-items: center; font-size: 15px; color: var(--color-navy); }
  .tk-press__card strong { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--color-muted); min-width: 80px; }
  .tk-press__card code { background: var(--color-light); padding: 2px 8px; border-radius: 4px; font-size: 13px; }
  .tk-press__card img { background: var(--color-light); border-radius: 8px; padding: 4px 8px; }

  .tk-press__coverage li { flex-direction: column; align-items: flex-start; gap: 2px; border-bottom: 1px solid var(--color-border); padding: 8px 0; }
  .tk-press__coverage li:last-child { border-bottom: none; }
  .tk-press__coverage a { display: flex; flex-direction: column; gap: 2px; color: var(--color-navy); }
  .tk-press__coverage strong { color: var(--color-blue); font-size: 13px; min-width: 0; }
  .tk-press__coverage span { font-size: 15px; font-weight: 700; }
  .tk-press__coverage time { font-size: 13px; color: var(--color-muted); }

  @media (width >= 48rem) {
    .tk-press__grid { grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
    .tk-press__card--wide { grid-column: 1 / -1; }
  }

/* === quote-widget.liquid === */
.tk-qwsec__wrap { max-width: 600px; }
  .tk-qwsec__card { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 16px; padding: 16px; box-shadow: var(--shadow-md); }

/* === sales-banner.liquid === */
.tk-sales { background: var(--color-navy); color: #fff; }
  .tk-sales__row { max-width: var(--tk-content-max, 96rem); margin-inline: auto; padding: 16px var(--tk-gutter, 24px); display: flex; gap: 16px; align-items: center; flex-wrap: wrap; justify-content: center; font-size: 15px; }
  .tk-sales__msg strong { color: var(--color-yellow); margin-right: 8px; }
  .tk-sales__countdown { font-family: ui-monospace, monospace; background: rgba(255,255,255,.1); padding: 4px 8px; border-radius: 8px; font-size: 13px; letter-spacing: .04em; }
  .tk-sales__countdown span { font-weight: 800; color: var(--color-yellow); }
  .tk-sales .btn-cta { padding: 8px 16px; font-size: 13px; }

/* === sell-categories.liquid === */
/* Wide-box base: section padding scales w/ --tk-gutter.
   Inner caps at 96rem (1536px = Tailwind v4 max-w-screen-2xl standard).
   Use .tk-sec__inner--narrow for prose/CTA, .tk-sec__inner--wide for hero/footer. */
.tk-sec { padding-block: 56px; padding-inline: var(--tk-gutter, 24px); }
  .tk-sec__inner { width: 100%; max-width: var(--tk-content-max, 96rem); margin-inline: auto; }
  .tk-sec__inner--narrow { max-width: var(--tk-content-narrow, 80rem); margin-inline: auto; }
  @media (width >= 80rem) {
    .tk-sec { padding-block: 68px; }
  }
  @media (width >= 96rem) {
    .tk-sec { padding-block: 80px; }
  }
  .tk-sec__head { margin-bottom: 32px; }
  .tk-sec__head.ctr { text-align: center; }
  .tk-sec__eyebrow { display: inline-block; font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; color: var(--color-muted); margin-bottom: 12px; }
  .tk-sec__title { font-size: 30px; font-weight: 700; color: var(--color-navy); letter-spacing: -.022em; line-height: 1.12; margin: 0 0 8px; }
  .tk-sec__desc { font-size: 16px; color: var(--color-muted); line-height: 1.7; max-width: 560px; margin-inline: auto; }

  .tk-cats__grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  @media (width >= 40rem) { .tk-cats__grid { grid-template-columns: repeat(4, 1fr); gap: 16px; } }
  .tk-cat {
    position: relative;
    display: flex; flex-direction: column; gap: 10px;
    background: #ffffff;
    border: 1px solid var(--color-stone-200, var(--color-border));
    border-radius: var(--tk-mood-radius-card, 16px);
    padding: 20px 18px 18px;
    color: var(--color-navy);
    overflow: hidden;
    isolation: isolate;
    transition: border-color var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease),
                box-shadow var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease),
                transform var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease);
  }
  .tk-cat:hover {
    border-color: var(--color-stone-300);
    box-shadow: var(--tk-mood-shadow-elev);
    transform: translateY(-2px);
  }
  .tk-cat__glow {
    position: absolute; inset: 0;
    background: radial-gradient(circle at 100% 0%, rgba(254,194,14,.06) 0%, transparent 50%);
    opacity: 0;
    transition: opacity var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease);
    pointer-events: none;
    z-index: -1;
  }
  .tk-cat:hover .tk-cat__glow { opacity: 1; }
  .tk-cat__count {
    position: absolute; top: 10px; right: 10px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--color-muted);
    font-size: 10px; font-weight: 600;
    padding: 4px 9px;
    border-radius: 9999px;
    border: 1px solid var(--color-stone-200);
    letter-spacing: 0.04em;
    box-shadow: none;
    z-index: 2;
  }
  .tk-cat__icon {
    color: var(--color-brand);
    display: inline-flex; align-items: center; justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 180px;
    margin: 0 auto 8px;
    background: var(--color-stone-50, #FAFAF7);
    border-radius: var(--tk-mood-radius-card, 14px);
    transition: transform var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease);
    overflow: hidden;
  }
  .tk-cat__icon img,
  .tk-cat__icon svg {
    display: block;
    width: 100%; height: 100%;
    object-fit: contain;
    padding: 16%;
    box-sizing: border-box;
  }
  .tk-cat__photo { width: 100%; height: 100%; object-fit: contain; max-width: none; max-height: none; padding: 12%; box-sizing: border-box; mix-blend-mode: multiply; }
  @media (width < 40rem) {
    .tk-cats__grid { grid-template-columns: 1fr; gap: 10px; }
    .tk-cat { flex-direction: row; align-items: center; gap: 14px; padding: 10px 12px; }
    .tk-cat__icon { width: 76px; max-width: 76px; height: 76px; margin: 0; flex-shrink: 0; }
    .tk-cat__icon img, .tk-cat__icon svg, .tk-cat__photo { padding: 9%; }
    .tk-cat__title { min-height: 0; align-items: center; font-size: 16px; flex: 1; }
    .tk-cat__from { display: none; }
    .tk-cat__count { display: none; }
    .tk-cat__arrow {
      position: static; opacity: 1; transform: none;
      margin-left: auto; flex-shrink: 0;
      background: var(--color-light); color: var(--color-brand);
    }
    .tk-cat:hover .tk-cat__icon { transform: none; }
  }
  .tk-cat:hover .tk-cat__photo { transform: translateY(-3px) scale(1.03); }
  .tk-cat__title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.005em;
    line-height: 1.2;
    min-height: 2.4em;
    display: flex;
    align-items: flex-end;
  }
  .tk-cat__from { font-size: 13px; color: var(--color-muted); font-weight: 500; }
  .tk-cat__from strong { color: var(--color-navy); font-size: 14px; font-weight: 700; letter-spacing: -0.01em; }
  .tk-cat__arrow {
    position: absolute; bottom: 14px; right: 14px;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--color-light);
    color: var(--color-brand);
    display: inline-flex; align-items: center; justify-content: center;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .25s, transform .25s, background .25s, color .25s;
  }
  .tk-cat:hover {
    transform: translateY(-4px);
    border-color: var(--color-brand);
    box-shadow: 0 18px 40px -12px rgba(13,22,64,.22);
  }
  .tk-cat:hover .tk-cat__glow { opacity: 1; }
  .tk-cat:hover .tk-cat__icon { transform: translateY(-4px) rotate(-4deg) scale(1.08); }
  .tk-cat:hover .tk-cat__arrow { opacity: 1; transform: translateX(0); background: var(--color-yellow); color: var(--color-navy); }

  @media (width >= 40rem) {
    .tk-cats__grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .tk-cats__grid[data-count="2"] { grid-template-columns: repeat(2, 1fr); max-width: 600px; margin-left: auto; margin-right: auto; }
    .tk-cats__grid[data-count="5"] { grid-template-columns: repeat(5, 1fr); }
  }
  @media (width >= 64rem) {
    .tk-sec__title { font-size: 36px; }
    .tk-cats__grid { grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .tk-cat { padding: 32px 24px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .tk-cat, .tk-cat__icon, .tk-cat__arrow, .tk-cat__glow { transition: none; }
  }

/* === sell-condition-guide.liquid === */
.tk-cgrade { position: relative; overflow: hidden; background: var(--color-light); }
  .tk-cgrade .tk-sec__inner { position: relative; z-index: 1; }
  .tk-cgrade__grid {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  }
  .tk-cgrade__card {
    position: relative;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 24px 16px 16px;
    text-align: center;
    transition: transform .3s, border-color .3s, box-shadow .3s;
    transition-delay: var(--tk-delay, 0ms);
    overflow: hidden;
  }
  .tk-cgrade__card::before {
    content: "";
    position: absolute; top: 0; left: 0; right: 0;
    height: 4px;
  }
  .tk-cgrade__card--flawless::before { background: #10b981; }
  .tk-cgrade__card--good::before     { background: #FEC20E; }
  .tk-cgrade__card--fair::before     { background: #f97316; }
  .tk-cgrade__card--poor::before     { background: #dc2626; }
  .tk-cgrade__card:hover { transform: translateY(-4px); border-color: var(--color-brand); box-shadow: 0 16px 30px -12px rgba(13,22,64,.18); }
  .tk-cgrade__card:hover .tk-cgrade__illu img { transform: translateY(-3px) scale(1.06); }
  .tk-cgrade__illu {
    height: 110px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 12px;
  }
  .tk-cgrade__illu img {
    max-width: 80px; max-height: 100px;
    transition: transform .35s cubic-bezier(.2,.8,.2,1);
  }
  .tk-cgrade__tier {
    display: inline-block;
    font-size: 12px; font-weight: 900;
    text-transform: uppercase; letter-spacing: .12em;
    color: var(--color-navy);
    padding: 4px 8px;
    background: var(--color-light);
    border-radius: 999px;
    margin-bottom: 8px;
  }
  .tk-cgrade__price { font-size: 13px; color: var(--color-muted); margin: 0 0 8px; }
  .tk-cgrade__price strong { color: var(--color-brand); font-weight: 800; font-size: 15px; }
  .tk-cgrade__bullets {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 4px;
    text-align: left;
  }
  .tk-cgrade__bullets li {
    font-size: 13px; color: var(--color-body); line-height: 1.6;
    padding-left: 16px;
    position: relative;
  }
  .tk-cgrade__bullets li::before {
    content: "";
    position: absolute; left: 0; top: 8px;
    width: 8px; height: 2px;
    background: var(--color-brand);
    border-radius: 999px;
  }
  .tk-cgrade__note { margin-top: 24px; text-align: center; font-size: 15px; color: var(--color-muted); }
  .tk-cgrade__note strong { color: var(--color-navy); }
  @media (width >= 48rem) {
    .tk-cgrade__grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  }

/* === sell-data-safety.liquid === */
.tk-dsafe { background: var(--color-light); }
  .tk-dsafe__split { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
  .tk-dsafe__art {
    position: relative;
    background: linear-gradient(135deg, var(--color-brand-deep) 0%, var(--color-brand) 100%);
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 3/2;
  }
  .tk-dsafe__art img { width: 100%; height: 100%; display: block; object-fit: cover; }
  .tk-dsafe__copy .tk-sec__title { text-align: left; }
  .tk-dsafe__copy .tk-sec__desc { margin: 0 0 16px; max-width: 480px; }
  .tk-dsafe__points {
    list-style: none; padding: 0; margin: 0 0 16px;
    display: flex; flex-direction: column; gap: 16px;
  }
  .tk-dsafe__point { display: flex; gap: 16px; align-items: flex-start; }
  .tk-dsafe__check {
    flex-shrink: 0;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: rgba(16,185,129,.16);
    color: #047857;
    display: inline-flex; align-items: center; justify-content: center;
  }
  .tk-dsafe__point strong { display: block; font-size: 16px; font-weight: 800; color: var(--color-navy); margin-bottom: 2px; letter-spacing: -.01em; }
  .tk-dsafe__point p { font-size: 15px; color: var(--color-muted); line-height: 1.6; margin: 0; }
  .tk-dsafe__cta { display: inline-flex; align-items: center; gap: 4px; margin-bottom: 16px; }
  .tk-dsafe__badges {
    list-style: none; padding: 16px 0 0; margin: 0;
    display: flex; flex-wrap: wrap; gap: 8px;
    border-top: 1px solid var(--color-border);
  }
  .tk-dsafe__badges li {
    font-size: 12px; font-weight: 800;
    letter-spacing: .06em; text-transform: uppercase;
    color: var(--color-muted);
    padding: 4px 8px;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: var(--color-surface);
  }
  @media (width >= 64rem) {
    .tk-dsafe__split { grid-template-columns: 1.05fr 1fr; gap: 56px; }
  }

/* === sell-imei-helper.liquid === */
.tk-imei { position: relative; overflow: hidden; }
  .tk-imei .tk-sec__inner { position: relative; z-index: 1; }
  .tk-imei__grid {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: 1fr; gap: 16px;
    counter-reset: imei;
  }
  .tk-imei__card {
    position: relative;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 18px;
    padding: 24px 24px;
    text-align: center;
    transition: transform .3s, border-color .3s, box-shadow .3s;
    transition-delay: var(--tk-delay, 0ms);
  }
  .tk-imei__card:hover { transform: translateY(-4px); border-color: var(--color-brand); box-shadow: 0 18px 32px -14px rgba(13,22,64,.18); }
  .tk-imei__num {
    position: absolute; top: 18px; left: 18px;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--color-yellow);
    color: var(--color-navy);
    font-weight: 900; font-size: 15px;
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 14px rgba(254,194,14,.4);
  }
  .tk-imei__illu {
    width: 130px; height: 160px;
    margin: 0 auto 12px;
  }
  .tk-imei__card h3 { font-size: 16px; font-weight: 800; color: var(--color-navy); margin: 0 0 8px; letter-spacing: -.01em; }
  .tk-imei__card p { font-size: 16px; color: var(--color-muted); line-height: 1.6; margin: 0; }
  .tk-imei__note { text-align: center; margin-top: 32px; font-size: 15px; color: var(--color-muted); }
  .tk-imei__note strong { color: var(--color-navy); }
  .tk-imei__note a { color: var(--color-brand); font-weight: 700; }
  @media (width >= 48rem) {
    .tk-imei__grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  }

/* === sell-payment-methods.liquid === */
.tk-paym { position: relative; overflow: hidden; }
  .tk-paym .tk-sec__inner { position: relative; z-index: 1; }
  .tk-paym__grid {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: 1fr; gap: 16px;
  }
  .tk-paym__card {
    position: relative;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 18px;
    padding: 32px 24px 24px;
    text-align: center;
    overflow: hidden;
    transition: transform .3s, border-color .3s, box-shadow .3s;
    transition-delay: var(--tk-delay, 0ms);
  }
  .tk-paym__card:hover { transform: translateY(-5px); border-color: var(--color-brand); box-shadow: 0 18px 36px -14px rgba(13,22,64,.18); }
  .tk-paym__card.is-recommended { border-color: var(--color-yellow); background: linear-gradient(180deg, rgba(254,194,14,.05) 0%, var(--color-surface) 100%); }
  .tk-paym__ribbon {
    position: absolute; top: 14px; right: -36px;
    background: var(--color-yellow); color: var(--color-navy);
    padding: 4px 40px;
    font-size: 10.5px; font-weight: 900;
    letter-spacing: .12em; text-transform: uppercase;
    transform: rotate(34deg);
    box-shadow: 0 4px 10px rgba(254,194,14,.4);
  }
  .tk-paym__bonus {
    position: absolute; top: 16px; left: 16px;
    background: #047857; color: #fff;
    font-size: 12px; font-weight: 900;
    padding: 4px 8px;
    border-radius: 999px;
    box-shadow: 0 4px 10px rgba(16,185,129,.4);
  }
  .tk-paym__logo {
    width: 64px; height: 64px;
    margin: 0 auto 16px;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--color-light);
    border-radius: 16px;
    transition: transform .3s;
  }
  .tk-paym__card:hover .tk-paym__logo { transform: scale(1.08) rotate(-4deg); }
  .tk-paym__card h3 { font-size: 16px; font-weight: 800; color: var(--color-navy); margin: 0 0 8px; letter-spacing: -.01em; }
  .tk-paym__time {
    font-size: 13px; font-weight: 800;
    text-transform: uppercase; letter-spacing: .08em;
    color: var(--color-brand);
    margin: 0 0 8px;
  }
  .tk-paym__body { font-size: 15px; color: var(--color-muted); line-height: 1.6; margin: 0; }
  @media (width >= 48rem) {
    .tk-paym__grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  }

/* === sell-shipping-guide.liquid === */
.tk-ship { background: var(--color-light); }
  .tk-ship__grid {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: 1fr; gap: 16px;
    position: relative;
  }
  .tk-ship__line {
    position: absolute;
    left: 26px; top: 26px; bottom: 26px;
    width: 2px;
    background: var(--color-border);
    border-radius: 999px;
    display: none;
    overflow: hidden;
  }
  .tk-ship__line-fill {
    display: block; width: 100%; height: 0%;
    background: linear-gradient(180deg, var(--color-brand) 0%, var(--color-yellow) 100%);
    transition: height .3s linear;
  }
  .tk-ship__step {
    position: relative;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 20px 20px 20px 64px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
    transition-delay: var(--tk-delay, 0ms);
  }
  .tk-ship__step:hover { transform: translateY(-3px); border-color: var(--color-brand); box-shadow: 0 14px 28px -12px rgba(13,22,64,.18); }
  .tk-ship__num {
    position: absolute; left: 16px; top: 18px;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--color-yellow); color: var(--color-navy);
    font-weight: 900; font-size: 16px;
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 14px rgba(254,194,14,.4);
    z-index: 1;
  }
  .tk-ship__icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(38,61,137,.08) 0%, rgba(254,194,14,.06) 100%);
    color: var(--color-brand);
    margin-bottom: 8px;
  }
  .tk-ship__step h3 { font-size: 16px; font-weight: 800; color: var(--color-navy); margin: 0 0 8px; letter-spacing: -.01em; }
  .tk-ship__step p { font-size: 15px; color: var(--color-muted); line-height: 1.6; margin: 0 0 8px; }
  .tk-ship__tip {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 12px; font-weight: 700;
    color: #047857;
    background: rgba(16,185,129,.1);
    padding: 4px 8px;
    border-radius: 999px;
  }
  .tk-ship__tip svg { color: #10b981; }
  @media (width >= 48rem) {
    .tk-ship__grid { grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .tk-ship__line {
      left: 0; right: 0; top: 38px; bottom: auto;
      width: auto; height: 2px;
      display: block;
    }
    .tk-ship__line-fill { width: 0; height: 100%; transition: width .3s linear; }
    .tk-ship__step { padding: 56px 16px 16px; text-align: center; }
    .tk-ship__num { position: absolute; left: 50%; top: 18px; transform: translateX(-50%); }
    .tk-ship__icon { margin: 0 auto 8px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .tk-ship__step { transition: none; }
  }

/* === stats-band.liquid === */
.tk-stats {
    position: relative; overflow: hidden;
    background: var(--color-brand-deep);
    color: #fff;
    padding-block: 40px;
    padding-inline: var(--tk-gutter, 24px);
  }
  .tk-stats__beam {
    position: absolute; left: -20%; right: -20%; top: -50%;
    height: 200%;
    background: radial-gradient(ellipse at 50% 50%, rgba(254,194,14,.18) 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
    animation: tk-stats-glide 14s ease-in-out infinite;
  }
  @keyframes tk-stats-glide {
    0%, 100% { transform: translateX(-8%); }
    50%      { transform: translateX(10%); }
  }
  .tk-stats__inner { position: relative; z-index: 1; max-width: var(--tk-content-max, 96rem); margin-inline: auto; padding-inline: var(--tk-gutter, 24px); }
  .tk-stats__title {
    font-size: 13px; font-weight: 800;
    text-transform: uppercase; letter-spacing: .14em;
    margin: 0 0 24px; text-align: center;
    color: var(--color-yellow);
    opacity: .9;
  }
  .tk-stats__grid {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
    text-align: center;
  }
  .tk-stats__item {
    transition-delay: var(--tk-delay, 0ms);
  }
  .tk-stats__num { display: block; }
  .tk-stats__item strong {
    display: inline-block;
    font-size: 32px; font-weight: 900;
    letter-spacing: -.03em; line-height: 1;
    background: linear-gradient(180deg, #fff 0%, #d6e0ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
  .tk-stats__bar {
    display: block;
    height: 4px;
    width: 60%;
    margin: 12px auto 8px;
    background: rgba(255,255,255,.12);
    border-radius: 999px;
    overflow: hidden;
  }
  .tk-stats__bar-fill {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--color-yellow) 0%, #f59e0b 100%);
    border-radius: 999px;
    box-shadow: 0 0 12px rgba(254,194,14,.6);
    transition: width 1.6s cubic-bezier(.2,.8,.2,1) .2s;
  }
  .tk-stats__item.is-revealed .tk-stats__bar-fill,
  .tk-stats__item[data-revealed] .tk-stats__bar-fill { width: var(--tk-fill, 78%); }
  .tk-stats__lbl {
    display: block;
    font-size: 13px; font-weight: 600;
    color: rgba(255,255,255,.72);
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  /* ticker */
  .tk-stats__ticker {
    display: flex; align-items: center; gap: 12px;
    margin-top: 32px;
    padding: 8px 16px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(13,22,64,.45);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    border-radius: 999px;
    overflow: hidden;
  }
  .tk-stats__live {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 900; letter-spacing: .14em;
    color: var(--color-yellow);
    flex-shrink: 0;
  }
  .tk-stats__live-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 0 0 rgba(239,68,68,.7);
    animation: tk-stats-pulse 1.8s ease-out infinite;
  }
  @keyframes tk-stats-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(239,68,68,.8); }
    70%  { box-shadow: 0 0 0 10px rgba(239,68,68,0); }
    100% { box-shadow: 0 0 0 0 rgba(239,68,68,0); }
  }
  .tk-stats__ticker-mask {
    flex: 1; overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  }
  .tk-stats__ticker-track {
    display: inline-flex;
    gap: 32px;
    white-space: nowrap;
    animation: tk-stats-scroll 36s linear infinite;
    padding-left: 0;
  }
  .tk-stats__pay { font-size: 13px; color: rgba(255,255,255,.85); font-weight: 500; }
  .tk-stats__pay strong { color: var(--color-yellow); font-weight: 800; }
  @keyframes tk-stats-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }

  @media (width >= 40rem) {
    .tk-stats { padding-block: 56px; }
    .tk-stats__grid { grid-template-columns: repeat(4, 1fr); gap: 32px; }
    .tk-stats__item strong { font-size: 42px; }
    .tk-stats__lbl { font-size: 14px; }
  }
  @media (width >= 64rem) {
    .tk-stats { padding-block: 80px; }
    .tk-stats__item strong { font-size: 52px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .tk-stats__ticker-track, .tk-stats__live-dot { animation: none; }
    .tk-stats__bar-fill { transition: none; width: var(--tk-fill, 78%); }
  }

/* === testimonials.liquid === */
.tk-tst { position: relative; overflow: hidden; background: var(--color-light); }
  .tk-tst .tk-sec__inner { position: relative; z-index: 1; }
  .tk-tst__grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 16px; }
  .tk-tst__card {
    position: relative;
    background: var(--color-surface);
    padding: 32px 24px 24px;
    border-radius: 18px;
    border: 1px solid var(--color-border);
    transition: transform .25s, border-color .25s, box-shadow .25s;
    overflow: hidden;
    transition-delay: var(--tk-delay, 0ms);
  }
  .tk-tst__card:hover {
    transform: translateY(-4px);
    border-color: rgba(38,61,137,.3);
    box-shadow: 0 18px 36px -12px rgba(13,22,64,.18);
  }
  .tk-tst__quotemark {
    position: absolute;
    top: -8px; right: 14px;
    font-family: Georgia, serif;
    font-size: 112px;
    line-height: 1;
    color: var(--color-yellow);
    opacity: .14;
    font-weight: 900;
    user-select: none;
    pointer-events: none;
  }
  .tk-tst__head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; position: relative; z-index: 1; }
  .tk-tst__avatar {
    width: 48px; height: 48px; border-radius: 50%;
    flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center;
    color: #fff; font-weight: 800; font-size: 16px; letter-spacing: -.02em;
    object-fit: cover;
    border: 2px solid var(--color-surface);
    box-shadow: 0 4px 10px rgba(13,22,64,.15);
  }
  .tk-tst__avatar--initials { font-family: var(--font-sans); }
  .tk-tst__stars { color: var(--color-yellow); display: flex; gap: 4px; margin-left: auto; }
  .tk-tst__star { display: inline-flex; opacity: 0; transform: scale(.5); transition: opacity .35s, transform .35s; transition-delay: calc(var(--tk-i, 0) * 90ms); }
  .tk-tst__star svg { display: block; filter: drop-shadow(0 1px 2px rgba(254,194,14,.4)); }
  .tk-tst__card.is-revealed .tk-tst__star,
  .tk-tst__card[data-revealed] .tk-tst__star { opacity: 1; transform: scale(1); }
  .tk-tst__card blockquote {
    font-size: 16px; line-height: 1.7;
    color: var(--color-navy);
    margin: 0 0 16px;
    position: relative; z-index: 1;
    quotes: "\201C" "\201D";
  }
  .tk-tst__card blockquote::before { content: open-quote; }
  .tk-tst__card blockquote::after  { content: close-quote; }
  .tk-tst__card footer {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--color-border);
    position: relative; z-index: 1;
  }
  .tk-tst__card footer > div { display: flex; flex-direction: column; }
  .tk-tst__card footer strong { font-size: 15px; color: var(--color-navy); font-weight: 800; }
  .tk-tst__card footer span { font-size: 13px; color: var(--color-muted); }
  .tk-tst__verified {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 12px; font-weight: 800;
    padding: 4px 8px 4px 8px;
    border-radius: 999px;
    background: rgba(16,185,129,.12);
    color: #047857;
    letter-spacing: .02em;
  }
  .tk-tst__verified svg { display: block; }
  @media (width >= 40rem) { .tk-tst__grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
  @media (width >= 64rem) { .tk-tst__grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
  @media (prefers-reduced-motion: reduce) {
    .tk-tst__card, .tk-tst__star { transition: none; }
    .tk-tst__star { opacity: 1; transform: none; }
  }

/* === trust-band.liquid (UXv2 mood elevation) === */
.tk-trust {
  position: relative;
  background:
    radial-gradient(ellipse 60% 80% at 50% 50%, rgba(38, 61, 137, 0.04) 0%, transparent 70%),
    linear-gradient(180deg, transparent 0%, var(--color-stone-50, #fafaf9) 50%, transparent 100%);
  border: 0;
  padding-block: 56px;
  padding-inline: var(--tk-gutter, 24px);
  overflow: hidden;
}
  .tk-trust__inner {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 14px 28px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--color-stone-200);
    border-radius: var(--tk-mood-radius-pill, 9999px);
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.8) inset,
      0 4px 16px -4px rgba(15, 20, 35, 0.04),
      0 12px 32px -16px rgba(15, 20, 35, 0.08);
  }
  .tk-trust {
    text-align: center;
  }
  .tk-trust__inner-wrap { display: block; }
  .tk-trust__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-navy);
    letter-spacing: 0.005em;
  }
  .tk-trust__icon { display: inline-flex; color: var(--color-brand); flex-shrink: 0; }
  .tk-trust__icon svg { display: block; }
  .tk-trust__item strong { font-weight: 600; color: var(--color-navy); }
  .tk-trust__sep {
    display: none;
    width: 1px;
    align-self: stretch;
    background: linear-gradient(180deg, transparent, var(--color-stone-200) 30%, var(--color-stone-200) 70%, transparent);
  }
  .tk-trust__rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-navy);
  }
  .tk-trust__rating-label { color: var(--color-muted); font-weight: 500; }
  .tk-trust__stars { color: var(--color-yellow); display: inline-flex; gap: 2px; }
  .tk-trust__stars svg { display: block; }
  @media (width >= 48rem) {
    .tk-trust__inner {
      flex-direction: row;
      gap: 28px;
      padding: 12px 28px;
    }
    .tk-trust__sep { display: block; }
  }
  @media (width >= 80rem) {
    .tk-trust { padding-block: 80px; }
    .tk-trust__inner {
      gap: 40px;
      padding: 16px 40px;
    }
    .tk-trust__item { font-size: 14px; }
  }
  @media (width < 40rem) {
    .tk-trust__inner {
      border-radius: var(--tk-mood-radius-card, 16px);
      padding-block: 20px;
    }
  }

/* === trustpilot-widget.liquid === */
.tk-tp__wrap { max-width: 880px; }
  .tk-tp__fallback { text-align: center; margin: 16px 0 0; }

/* === why-us.liquid === */
.tk-why__split { display: grid; grid-template-columns: 1fr; gap: 32px; }
  .tk-why__copy .tk-sec__eyebrow { display: block; margin-bottom: 8px; }
  .tk-why__copy .tk-sec__title { text-align: left; }
  .tk-why__copy .tk-sec__desc { margin: 0 0 16px; max-width: 480px; }
  .tk-why__copy .btn-cta { margin-bottom: 20px; }

  .tk-why__photo {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-brand-deep) 100%);
  }
  .tk-why__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .tk-why__photo::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(13,22,64,.55) 100%);
    pointer-events: none;
  }
  .tk-why__photo-placeholder {
    display: flex; align-items: center; justify-content: center;
    width: 100%; height: 100%; color: rgba(255,255,255,.3);
  }
  .tk-why__photo-ribbon {
    position: absolute; bottom: 14px; left: 14px; z-index: 1;
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 16px;
    background: rgba(255,255,255,.95);
    border-radius: 999px;
    color: var(--color-navy);
    font-size: 13px; font-weight: 800;
  }
  .tk-why__photo-ribbon svg { color: var(--color-green); }

  .tk-why__stack {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column;
    gap: 16px;
    position: relative;
    counter-reset: tk-step;
  }
  .tk-why__rail {
    position: absolute;
    left: 31px; top: 30px; bottom: 30px;
    width: 2px;
    background: var(--color-border);
    border-radius: 999px;
    overflow: hidden;
    pointer-events: none;
  }
  .tk-why__rail-fill {
    display: block;
    width: 100%; height: 0%;
    background: linear-gradient(180deg, var(--color-brand) 0%, var(--color-yellow) 100%);
    box-shadow: 0 0 10px rgba(254,194,14,.4);
    transition: height .25s linear;
  }
  .tk-why__card {
    position: relative;
    display: flex; gap: 16px; align-items: flex-start;
    padding: 16px 16px 16px 20px;
    border-radius: 16px;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    transition: transform .25s, border-color .25s, box-shadow .25s;
  }
  .tk-why__card:hover { transform: translateX(4px); border-color: var(--color-brand); box-shadow: 0 12px 26px -10px rgba(13,22,64,.18); }
  .tk-why__step {
    position: absolute;
    left: 20px; top: 18px;
    width: 26px; height: 26px;
    border-radius: 50%;
    background: var(--color-yellow);
    color: var(--color-navy);
    font-size: 13px; font-weight: 900;
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 10px rgba(254,194,14,.5);
    z-index: 1;
    /* hidden until tablet+ where rail is visible */
    display: none;
  }
  .tk-why__icon {
    flex-shrink: 0;
    width: 44px; height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(38,61,137,.12) 0%, rgba(254,194,14,.08) 100%);
    color: var(--color-brand);
    display: inline-flex; align-items: center; justify-content: center;
    transition: background .25s, transform .25s;
  }
  .tk-why__card:hover .tk-why__icon { background: var(--color-brand); color: var(--color-yellow); transform: rotate(-6deg) scale(1.06); }
  .tk-why__icon svg { display: block; }
  .tk-why__card h3 {
    font-family: var(--font-sans);
    font-size: 16px; font-weight: 800;
    color: var(--color-navy); margin: 0 0 4px; letter-spacing: -.01em;
  }
  .tk-why__card p {
    font-family: var(--font-sans);
    font-size: 15px; color: var(--color-muted); line-height: 1.6; margin: 0;
  }

  @media (width >= 40rem) {
    .tk-why__step { display: inline-flex; }
    .tk-why__card { padding-left: 64px; }
    .tk-why__icon { display: none; }
    .tk-why__rail { left: 33px; }
  }

  .tk-why--grid .tk-why__grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 16px; }
  .tk-why__card--centered { flex-direction: column; align-items: flex-start; }

  @media (width >= 64rem) {
    /* For split layout, constrain the max-width to avoid excessive empty space on wide screens */
    .tk-why__split { grid-template-columns: 5fr 7fr; gap: 64px; align-items: center; }
    .tk-why__photo { margin-top: 12px; }
  }
  @media (width >= 40rem) { .tk-why--grid .tk-why__grid { grid-template-columns: 1fr 1fr; gap: 20px; } }
  @media (width >= 64rem) { .tk-why--grid .tk-why__grid { grid-template-columns: repeat(4, 1fr); } }

  /* V42a — generation chip toolbar + inline search (brand-models, popular-models) */
  .tk-hub__toolbar {
    display: flex; flex-direction: column; gap: 12px;
    position: sticky; top: 60px; z-index: 5;
    background: var(--color-light, #F7F8FA);
    padding: 12px 0;
    margin: 0 0 16px;
  }
  @media (width >= 48rem) {
    .tk-hub__toolbar { flex-direction: row; align-items: center; gap: 20px; }
  }
  .tk-hub__search {
    position: relative; flex: 1 1 auto; min-width: 0;
    display: flex; align-items: center; gap: 8px;
    background: var(--color-surface, #fff);
    border: 1.5px solid var(--color-border);
    border-radius: 999px;
    padding: 8px 16px;
    color: var(--color-muted, #6b7280);
  }
  .tk-hub__search:focus-within { border-color: var(--color-brand, #263D89); color: var(--color-navy); }
  .tk-hub__search input {
    flex: 1 1 auto; min-width: 0;
    border: 0; background: transparent;
    font: inherit; font-size: 16px; color: var(--color-navy);
    outline: none;
  }
  .tk-hub__search input::-webkit-search-cancel-button { display: none; }
  .tk-hub__clear {
    border: 0; background: transparent; cursor: pointer; padding: 4px;
    color: var(--color-muted, #6b7280); display: inline-flex; align-items: center; justify-content: center;
    border-radius: 999px;
  }
  .tk-hub__clear:hover { color: var(--color-navy); background: var(--color-border); }
  .tk-hub__chips {
    display: flex; gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 4px 0;
    max-width: 100%;
  }
  .tk-hub__chips::-webkit-scrollbar { display: none; }
  .tk-hub__chip {
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding: 8px 16px;
    border: 1.5px solid var(--color-border);
    border-radius: 999px;
    background: var(--color-surface, #fff);
    font-size: 14px; font-weight: 700; color: var(--color-body);
    cursor: pointer; font-family: inherit; white-space: nowrap;
    transition: background .15s, border-color .15s, color .15s;
  }
  .tk-hub__chip.is-active { background: var(--color-navy); border-color: var(--color-navy); color: #fff; }
  .tk-hub__chip:hover:not(.is-active) { border-color: var(--color-navy); }
  .tk-hub__chip:focus-visible { outline: 2px solid var(--color-brand, #263D89); outline-offset: 2px; }
  .tk-hub__empty { text-align: center; color: var(--color-muted); padding: 32px 16px; font-size: 16px; }
  .tk-hub__grid li[hidden] { display: none; }

  /* popular-models inline search reuses .tk-hub__search */
  .tk-pop__toolbar { margin: 0 auto 20px; max-width: 480px; }
  .tk-pop__card[hidden] { display: none; }
  .tk-pop__empty { text-align: center; color: var(--color-muted); padding: 24px 16px; font-size: 16px; }

  /* ==========================================================================
     V52 — Sell checkout (tk-co__*) — minimal Stripe/Shopify-checkout style
     2-col responsive · sticky summary · mobile bottom CTA bar · token-based spacing
     ========================================================================== */
  .tk-co {
    background: var(--color-light, #F7F8FA);
    color: var(--color-navy, #1F252D);
    font-family: var(--font-sans, Inter, system-ui, sans-serif);
    min-height: 100vh;
    padding-bottom: 120px; /* mobile bar clearance */
  }
  @media (width >= 48rem) { .tk-co { padding-bottom: var(--tk-space-9); } }

  /* HEADER */
  .tk-co__header {
    position: sticky; top: 0; z-index: 30;
    display: grid; grid-template-columns: 1fr auto 1fr;
    align-items: center; gap: var(--tk-space-3);
    padding: var(--tk-space-3) var(--tk-space-4);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--color-border, #e6eaf0);
  }
  .tk-co__back {
    display: inline-flex; align-items: center; gap: var(--tk-space-2);
    font-size: 15px; font-weight: 600; color: var(--color-body, #4B545D);
    text-decoration: none; transition: color .15s;
    justify-self: start;
  }
  .tk-co__back:hover { color: var(--color-navy); }
  .tk-co__brand {
    display: flex; flex-direction: column; align-items: center; gap: 0;
    text-decoration: none; line-height: 1.1;
  }
  .tk-co__brand strong { font-size: 16px; font-weight: 900; color: var(--color-navy); letter-spacing: -.02em; }
  .tk-co__brand em { font-style: normal; font-size: 10.5px; font-weight: 600; color: var(--color-muted, #6b7280); text-transform: uppercase; letter-spacing: .08em; }
  .tk-co__header-help {
    display: inline-flex; align-items: center; gap: var(--tk-space-2);
    font-size: 14px; font-weight: 700; color: var(--color-brand, #263D89);
    text-decoration: none; justify-self: end;
  }
  .tk-co__header-help:hover { text-decoration: underline; }
  @media (width < 40rem) {
    .tk-co__header-help span { display: none; }
    .tk-co__brand em { display: none; }
  }

  /* PROGRESS */
  .tk-co__progress {
    max-width: var(--tk-content-max, 96rem); margin: var(--tk-space-5) auto 0;
    padding: 0 var(--tk-gutter, 24px);
  }
  .tk-co__progress-meta {
    display: flex; justify-content: space-between; align-items: center;
    font-size: 12px; font-weight: 700; color: var(--color-muted, #6b7280);
    text-transform: uppercase; letter-spacing: .08em;
    margin-bottom: var(--tk-space-2);
  }
  .tk-co__progress-track {
    height: 4px; border-radius: 4px; background: var(--color-border, #e6eaf0);
    overflow: hidden;
  }
  .tk-co__progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--color-brand, #263D89) 0%, var(--color-yellow, #FEC20E) 100%);
    transition: width .4s;
  }

  /* GRID LAYOUT */
  .tk-co__grid {
    max-width: var(--tk-content-max, 96rem);
    margin-inline: auto;
    padding: var(--tk-space-5) var(--tk-gutter, 24px) var(--tk-space-7);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--tk-space-6);
  }
  @media (width >= 64rem) {
    .tk-co__grid {
      grid-template-columns: 1.4fr 1fr;
      gap: var(--tk-space-9);
      padding: var(--tk-space-7) var(--tk-space-7) var(--tk-space-9);
    }
  }

  .tk-co__main { min-width: 0; }

  /* SECTIONS */
  .tk-co__section {
    background: #fff;
    border-radius: 14px;
    padding: var(--tk-space-6);
    margin-bottom: var(--tk-space-5);
    box-shadow: 0 1px 2px rgba(13, 22, 64, 0.04);
  }
  @media (width >= 48rem) {
    .tk-co__section { padding: var(--tk-space-7); }
  }
  .tk-co__section--secure {
    background: linear-gradient(180deg, #fff 0%, #fafbff 100%);
  }
  .tk-co__section--fallback {
    background: linear-gradient(180deg, #fffaef 0%, #fff5dc 100%);
    border: 1px solid rgba(254, 194, 14, .25);
  }
  .tk-co__section-head { margin-bottom: var(--tk-space-5); }
  .tk-co__section-eyebrow {
    display: inline-block;
    font-size: 12px; font-weight: 800; color: var(--color-muted, #6b7280);
    letter-spacing: .12em; text-transform: uppercase;
    margin-bottom: var(--tk-space-1);
  }
  .tk-co__section-title {
    display: flex; align-items: center; gap: var(--tk-space-2);
    font-size: 19px; font-weight: 800; color: var(--color-navy);
    letter-spacing: -.015em; margin: 0;
  }
  .tk-co__section-title strong { color: #b45309; }
  .tk-co__section-title svg { color: var(--color-brand); }
  .tk-co__section-optional {
    font-size: 12px; font-weight: 600; color: var(--color-muted, #6b7280);
    background: var(--color-light, #F7F8FA);
    padding: 2px var(--tk-space-2);
    border-radius: 999px;
    margin-left: var(--tk-space-2);
    text-transform: uppercase; letter-spacing: .06em;
  }
  .tk-co__section-sub {
    font-size: 15px; color: var(--color-body, #4B545D);
    line-height: 1.6; margin: var(--tk-space-2) 0 0;
  }
  .tk-co__section-sub code {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    background: var(--color-light, #F7F8FA);
    padding: 1px var(--tk-space-2); border-radius: 4px;
    font-size: 13px; color: var(--color-navy);
  }

  /* Subgroup — used to split Contact + Return address inside merged section 01 */
  .tk-co__subgroup {
    padding-top: var(--tk-space-5);
    margin-top: var(--tk-space-5);
    border-top: 1px dashed var(--color-border, #e6eaf0);
  }
  .tk-co__subgroup:first-of-type {
    padding-top: 0; margin-top: 0; border-top: 0;
  }
  .tk-co__subgroup-title {
    display: flex; align-items: baseline; gap: var(--tk-space-2); flex-wrap: wrap;
    font-size: 15px; font-weight: 800; color: var(--color-navy);
    margin: 0 0 var(--tk-space-4);
    text-transform: uppercase; letter-spacing: .06em;
  }
  .tk-co__subgroup-note {
    font-size: 12px; font-weight: 600; color: var(--color-muted, #6b7280);
    text-transform: none; letter-spacing: 0;
  }

  /* FIELDS */
  .tk-co__row { display: grid; gap: var(--tk-space-3); margin-bottom: var(--tk-space-3); }
  .tk-co__row--2 { grid-template-columns: 1fr 1fr; }
  @media (width < 29.94rem) {
    .tk-co__row--2 { grid-template-columns: 1fr; }
  }
  .tk-co__photos { display: flex; flex-direction: column; gap: var(--tk-space-3); }
  .tk-co__photos-trigger {
    display: flex; align-items: center; gap: var(--tk-space-3);
    padding: var(--tk-space-5);
    border: 2px dashed rgba(38, 61, 137, 0.25);
    border-radius: 12px; background: rgba(38, 61, 137, 0.02);
    cursor: pointer; transition: border-color .15s, background .15s, transform .15s;
    justify-content: center;
    text-align: center;
  }
  .tk-co__photos-trigger:hover { border-color: var(--color-brand); background: rgba(38, 61, 137, 0.06); transform: translateY(-2px); }
  .tk-co__photos-trigger > svg { color: var(--color-brand); flex-shrink: 0; }
  .tk-co__photos-trigger > span { display: flex; flex-direction: column; gap: 2px; }
  .tk-co__photos-trigger strong { font-size: 15px; font-weight: 700; color: var(--color-navy); }
  .tk-co__photos-trigger em { font-size: 13px; color: var(--color-muted); font-style: normal; }
  .tk-co__photos-list {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
    gap: var(--tk-space-2);
  }
  .tk-co__photos-list:empty { display: none; }
  .tk-co__photo-thumb {
    position: relative; aspect-ratio: 1/1; border-radius: 8px; overflow: hidden;
    background: var(--color-light); border: 1px solid var(--color-border);
  }
  .tk-co__photo-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .tk-co__photo-thumb button {
    position: absolute; top: 4px; right: 4px;
    width: 22px; height: 22px; border-radius: 50%;
    border: 0; background: rgba(0,0,0,0.65); color: #fff;
    font-size: 14px; line-height: 1; cursor: pointer; padding: 0;
  }
  .tk-co__photo-thumb span {
    position: absolute; bottom: 4px; left: 4px;
    font-size: 10px; color: #fff; background: rgba(0,0,0,0.55);
    padding: 2px 6px; border-radius: 4px;
  }
  .tk-co__photos-error {
    font-size: 13px; color: #dc2626; margin: 0;
  }

  .tk-co__field {
    display: flex; flex-direction: column;
    gap: var(--tk-space-2);
    margin-bottom: var(--tk-space-3);
  }
  .tk-co__field:last-child { margin-bottom: 0; }
  .tk-co__field > span {
    font-size: 13px; font-weight: 700;
    color: var(--color-muted, #6b7280);
    text-transform: uppercase; letter-spacing: .06em;
  }
  .tk-co__field input,
  .tk-co__field select {
    width: 100%; box-sizing: border-box;
    padding: 12px var(--tk-space-3);
    border: 1.5px solid var(--color-border, #e6eaf0);
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    font-family: inherit;
    color: var(--color-navy);
    transition: border-color .15s, box-shadow .15s;
  }
  .tk-co__field input::placeholder { color: #b9bec8; }
  .tk-co__field input:focus,
  .tk-co__field select:focus {
    outline: none;
    border-color: var(--color-brand);
    box-shadow: 0 0 0 3px rgba(38, 61, 137, 0.12);
  }
  .tk-co__field input.is-invalid {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.10);
  }
  .tk-co__field select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><path d='M3 5l4 4 4-4' stroke='%231F252D' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right var(--tk-space-3) center;
    padding-right: var(--tk-space-7);
  }

  /* RADIO CARDS */
  .tk-co__mockfill {
    display: inline-flex; align-items: center; gap: 6px;
    margin-bottom: var(--tk-space-3);
    padding: 6px 12px;
    background: rgba(254, 194, 14, .14);
    border: 1px dashed rgba(254, 194, 14, .6);
    border-radius: 999px;
    font-family: inherit;
    font-size: 12px; font-weight: 800;
    color: #7a4b00;
    cursor: pointer;
    letter-spacing: .02em;
    transition: background .15s;
  }
  .tk-co__mockfill:hover { background: rgba(254, 194, 14, .25); }
  .tk-co__radios { display: flex; flex-direction: column; gap: var(--tk-space-3); margin-bottom: var(--tk-space-5); }
  .tk-co__radios:last-child { margin-bottom: 0; }
  [data-co-payout-fields], [data-co-locations] { padding-top: var(--tk-space-2); }
  .tk-co__rcard {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: var(--tk-space-3);
    padding: var(--tk-space-4) var(--tk-space-4);
    border: 1.5px solid var(--color-border, #e6eaf0);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s, background .15s, transform .15s;
  }
  .tk-co__rcard:hover { border-color: #c9d2e8; transform: translateY(-1px); }
  .tk-co__rcard input[type="radio"] {
    flex-shrink: 0;
    width: 20px; height: 20px;
    accent-color: var(--color-brand);
    cursor: pointer;
    grid-column: 1;
  }
  .tk-co__rcard-icon {
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--color-brand);
    grid-column: 1;
  }
  .tk-co__rcard input[type="radio"] + .tk-co__rcard-icon { display: none; }
  .tk-co__rcard-body { display: flex; flex-direction: column; gap: 2px; grid-column: 2; min-width: 0; }
  .tk-co__rcard-body strong { font-size: 16px; font-weight: 700; color: var(--color-navy); }
  .tk-co__rcard-body em { font-style: normal; font-size: 14px; color: var(--color-body, #4B545D); line-height: 1.4; }
  .tk-co__rcard-tag {
    grid-column: 3;
    font-size: 10.5px; font-weight: 800;
    color: #16a34a;
    background: rgba(22, 163, 74, 0.10);
    padding: 3px var(--tk-space-2);
    border-radius: 999px;
    text-transform: uppercase; letter-spacing: .06em;
    white-space: nowrap;
  }
  .tk-co__rcard.is-checked {
    border-color: var(--color-brand);
    background: #f5f8ff;
    box-shadow: 0 0 0 1px var(--color-brand);
  }

  /* LOCATIONS PICKER */
  .tk-co__locations {
    margin-top: var(--tk-space-4);
    padding: var(--tk-space-4);
    background: var(--color-light, #F7F8FA);
    border-radius: 10px;
  }
  .tk-co__locations[hidden] { display: none; }
  .tk-co__locations-label {
    font-size: 13px; font-weight: 700; color: var(--color-muted, #6b7280);
    text-transform: uppercase; letter-spacing: .06em;
    margin: 0 0 var(--tk-space-3);
  }
  .tk-co__location-list { display: flex; flex-direction: column; gap: var(--tk-space-2); }
  .tk-co__loc {
    display: grid; grid-template-columns: auto 1fr;
    align-items: flex-start; gap: var(--tk-space-3);
    padding: var(--tk-space-3) var(--tk-space-4);
    background: #fff;
    border: 1.5px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color .15s, background .15s;
  }
  .tk-co__loc:hover { border-color: #c9d2e8; }
  .tk-co__loc.is-checked {
    border-color: var(--color-brand);
    background: #f5f8ff;
  }
  .tk-co__loc input[type="radio"] {
    flex-shrink: 0; margin-top: 3px;
    width: 18px; height: 18px;
    accent-color: var(--color-brand);
    cursor: pointer;
  }
  .tk-co__loc-body { display: flex; flex-direction: column; gap: 2px; }
  .tk-co__loc-body strong { font-size: 15px; font-weight: 700; color: var(--color-navy); }
  .tk-co__loc-body em { font-style: normal; font-size: 13px; color: var(--color-body, #4B545D); line-height: 1.4; }
  .tk-co__loc-hours { font-size: 13px; color: var(--color-muted, #6b7280); font-weight: 600; }

  /* ID VERIFICATION PLACEHOLDER (UXv2 tek-8seh / AC-08) */
  .tk-co__idverify {
    margin: var(--tk-space-4) 0 0;
    background: var(--color-stone-50);
    border: 1px solid var(--color-stone-200);
    border-radius: var(--tk-mood-radius-card);
    transition: box-shadow var(--tk-mood-dur-fast) var(--tk-mood-ease);
  }
  .tk-co__idverify[open] { box-shadow: var(--tk-mood-shadow-soft); }
  .tk-co__idverify-summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    color: var(--color-navy);
  }
  .tk-co__idverify-summary::-webkit-details-marker { display: none; }
  .tk-co__idverify-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    background: rgba(38, 61, 137, 0.08);
    color: var(--color-brand);
    flex-shrink: 0;
  }
  .tk-co__idverify-label {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
  }
  .tk-co__idverify-label strong { font-size: 14px; font-weight: 700; color: var(--color-navy); }
  .tk-co__idverify-meta { font-size: 12.5px; font-weight: 500; color: var(--color-muted); }
  .tk-co__idverify-chev { color: var(--color-stone-300); transition: transform var(--tk-mood-dur-fast) var(--tk-mood-ease); }
  .tk-co__idverify[open] .tk-co__idverify-chev { transform: rotate(180deg); }
  .tk-co__idverify-body {
    padding: 0 18px 18px;
    color: var(--color-body);
    font-size: 13.5px;
    line-height: 1.6;
  }
  .tk-co__idverify-body p { margin: 0 0 10px; }
  .tk-co__idverify-body ul {
    margin: 0;
    padding-left: 18px;
    list-style: disc;
  }
  .tk-co__idverify-body ul li { margin: 4px 0; }
  .tk-co__idverify-body em { font-style: normal; font-weight: 600; color: var(--color-navy); }

  /* TERMS */
  .tk-co__terms {
    display: flex; align-items: flex-start; gap: var(--tk-space-3);
    padding: var(--tk-space-4) 0;
    font-size: 15px; line-height: 1.6; color: var(--color-body, #4B545D);
    cursor: pointer;
  }
  .tk-co__terms input[type="checkbox"] {
    flex-shrink: 0; margin-top: 3px;
    width: 18px; height: 18px;
    accent-color: var(--color-brand);
    cursor: pointer;
  }
  .tk-co__terms a { color: var(--color-brand); font-weight: 600; }
  .tk-co__terms a:hover { text-decoration: underline; }

  /* SUBMIT */
  .tk-co__submit {
    display: flex; align-items: center; justify-content: center; gap: var(--tk-space-3);
    width: 100%;
    padding: var(--tk-space-5) var(--tk-space-6);
    background: var(--color-yellow, #FEC20E);
    color: var(--color-navy);
    border: 0; border-radius: 14px;
    font-size: 16.5px; font-weight: 800; font-family: inherit;
    cursor: pointer;
    box-shadow: 0 4px 24px rgba(254, 194, 14, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transition: transform .15s, box-shadow .15s, opacity .15s;
  }
  .tk-co__submit:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 6px 32px rgba(254, 194, 14, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }
  .tk-co__submit:disabled { opacity: .45; cursor: not-allowed; box-shadow: none; }
  .tk-co__submit-label { display: inline-flex; align-items: center; gap: var(--tk-space-2); }
  .tk-co__submit-sep { color: rgba(31, 37, 45, 0.4); }
  .tk-co__submit-label strong { font-weight: 900; }
  @media (width < 48rem) {
    /* Hide desktop submit on mobile — sticky bar handles it */
    .tk-co__submit { display: none; }
  }

  .tk-co__disclaimer {
    text-align: center;
    font-size: 13px; line-height: 1.6;
    color: var(--color-muted, #6b7280);
    margin: var(--tk-space-4) 0 0;
  }

  /* SIDEBAR — summary + trust + signal */
  .tk-co__sidebar {
    display: flex; flex-direction: column; gap: var(--tk-space-5);
  }
  @media (width >= 64rem) {
    .tk-co__sidebar {
      position: sticky; top: 80px;
      align-self: start;
      max-height: calc(100vh - 100px);
      overflow-y: auto;
      scrollbar-width: thin;
    }
  }

  /* Summary card — yellow top accent */
  .tk-co__sum {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(13, 22, 64, 0.04), 0 4px 16px rgba(13, 22, 64, 0.04);
    position: relative;
  }
  .tk-co__sum::before {
    content: ""; display: block; height: 4px;
    background: linear-gradient(90deg, var(--color-yellow) 0%, #ffd64d 100%);
  }
  .tk-co__sum-h {
    font-size: 13px; font-weight: 800;
    color: var(--color-muted, #6b7280);
    text-transform: uppercase; letter-spacing: .12em;
    margin: var(--tk-space-5) var(--tk-space-5) var(--tk-space-4);
  }
  .tk-co__sum-device {
    display: flex; align-items: center; gap: var(--tk-space-3);
    padding: 0 var(--tk-space-5) var(--tk-space-4);
    border-bottom: 1px solid var(--color-border, #e6eaf0);
    margin-bottom: var(--tk-space-4);
  }
  .tk-co__sum-thumb {
    width: 56px; height: 56px;
    border-radius: 12px;
    background: var(--color-light, #F7F8FA);
    display: flex; align-items: center; justify-content: center;
    color: var(--color-brand);
    flex-shrink: 0;
  }
  .tk-co__sum-device-meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
  .tk-co__sum-device-meta strong {
    font-size: 16px; font-weight: 700; color: var(--color-navy);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
  .tk-co__sum-device-meta span {
    font-size: 13px; color: var(--color-muted, #6b7280);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
  .tk-co__sum-rows {
    margin: 0;
    padding: 0 var(--tk-space-5) var(--tk-space-4);
    display: flex; flex-direction: column; gap: var(--tk-space-2);
  }
  .tk-co__sum-row {
    display: flex; justify-content: space-between; align-items: center;
    font-size: 15px;
  }
  .tk-co__sum-row dt { color: var(--color-body, #4B545D); }
  .tk-co__sum-row dd { margin: 0; font-weight: 700; color: var(--color-navy); }
  .tk-co__sum-row[hidden] { display: none; }
  .tk-co__sum-bonus { color: #16a34a !important; }
  .tk-co__sum-total {
    display: flex; justify-content: space-between; align-items: baseline;
    padding: var(--tk-space-4) var(--tk-space-5);
    background: linear-gradient(180deg, #fafbfc 0%, #f4f6fb 100%);
    border-top: 1px solid var(--color-border, #e6eaf0);
  }
  .tk-co__sum-total span {
    font-size: 13px; font-weight: 700;
    color: var(--color-muted, #6b7280);
    text-transform: uppercase; letter-spacing: .06em;
  }
  .tk-co__sum-total strong {
    font-size: 28px; font-weight: 900;
    color: var(--color-navy);
    letter-spacing: -.025em;
  }

  /* Trust card */
  .tk-co__trustcard {
    background: #fff;
    border-radius: 14px;
    padding: var(--tk-space-5);
    box-shadow: 0 1px 2px rgba(13, 22, 64, 0.04);
  }
  .tk-co__trustlist {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: var(--tk-space-3);
  }
  .tk-co__trustlist li {
    display: flex; align-items: center; gap: var(--tk-space-3);
    font-size: 15px; color: var(--color-navy);
  }
  .tk-co__trustlist svg {
    color: #16a34a;
    flex-shrink: 0;
    background: rgba(22, 163, 74, 0.10);
    border-radius: 999px;
    padding: 4px;
    width: 24px; height: 24px;
    box-sizing: content-box;
  }

  /* Signal card — rating + legal + help */
  .tk-co__signal {
    background: #fff;
    border-radius: 14px;
    padding: var(--tk-space-5);
    box-shadow: 0 1px 2px rgba(13, 22, 64, 0.04);
    text-align: center;
  }
  .tk-co__rating {
    display: flex; flex-direction: column; align-items: center; gap: var(--tk-space-1);
    padding-bottom: var(--tk-space-4);
    border-bottom: 1px solid var(--color-border, #e6eaf0);
    margin-bottom: var(--tk-space-4);
  }
  .tk-co__rating > strong { font-size: 28px; font-weight: 900; color: var(--color-navy); letter-spacing: -.02em; }
  .tk-co__stars { display: inline-flex; gap: 2px; color: var(--color-yellow); }
  .tk-co__rating em { font-style: normal; font-size: 13px; color: var(--color-muted, #6b7280); font-weight: 600; }
  .tk-co__legal {
    font-size: 13px; line-height: 1.6;
    color: var(--color-muted, #6b7280);
    margin: 0 0 var(--tk-space-4);
  }
  .tk-co__help-chip {
    display: inline-flex; align-items: center; gap: var(--tk-space-2);
    padding: var(--tk-space-2) var(--tk-space-3);
    background: var(--color-light, #F7F8FA);
    color: var(--color-brand);
    border-radius: 999px;
    font-size: 14px; font-weight: 700;
    text-decoration: none;
    transition: background .15s;
  }
  .tk-co__help-chip:hover { background: #e6eaf0; }

  /* MOBILE STICKY BOTTOM BAR */
  .tk-co__mobilebar {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 40;
    display: flex; align-items: center; gap: var(--tk-space-3);
    padding: var(--tk-space-3) var(--tk-space-4) calc(var(--tk-space-3) + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--color-border, #e6eaf0);
    box-shadow: 0 -8px 24px rgba(13, 22, 64, 0.08);
  }
  .tk-co__mobilebar-amt {
    display: flex; flex-direction: column; gap: 0;
    min-width: 0; flex-shrink: 0;
  }
  .tk-co__mobilebar-amt span {
    font-size: 10.5px; font-weight: 700;
    color: var(--color-muted, #6b7280);
    text-transform: uppercase; letter-spacing: .06em;
  }
  .tk-co__mobilebar-amt strong {
    font-size: 19px; font-weight: 900; color: var(--color-navy);
    letter-spacing: -.02em;
  }
  .tk-co__mobilebar-btn {
    flex: 1;
    display: inline-flex; align-items: center; justify-content: center; gap: var(--tk-space-2);
    padding: var(--tk-space-4) var(--tk-space-4);
    background: var(--color-yellow);
    color: var(--color-navy);
    border: 0; border-radius: 999px;
    font-size: 16px; font-weight: 800; font-family: inherit;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(254, 194, 14, 0.35);
    transition: opacity .15s;
  }
  .tk-co__mobilebar-btn:disabled { opacity: .5; cursor: not-allowed; }
  @media (width >= 48rem) { .tk-co__mobilebar { display: none; } }

  @media (prefers-reduced-motion: reduce) {
    .tk-co__rcard, .tk-co__submit, .tk-co__progress-fill { transition: none !important; }
    .tk-co__rcard:hover { transform: none; }
    .tk-co__submit:hover:not(:disabled) { transform: none; }
  }

  /* Confirmation page (UXv2 mood) */
  .tk-co--confirm { padding-top: var(--tk-space-7); }
  .tk-co__confirm {
    background: var(--color-stone-50, #fff);
    border: 1px solid var(--color-stone-200, var(--color-border, #e6eaf0));
    border-radius: var(--tk-mood-radius-card, 16px);
    padding: var(--tk-space-7) var(--tk-space-6);
    text-align: center;
    max-width: 640px;
    margin-inline: auto;
    box-shadow: var(--tk-mood-shadow-elev);
  }
  @media (width >= 64rem) {
    .tk-co__confirm {
      max-width: var(--tk-content-max, 96rem);
      padding: var(--tk-space-9) var(--tk-gutter, 48px);
    }
  }
  @media (width >= 80rem) {
    .tk-co__confirm { max-width: none; margin-inline: auto; padding-inline: var(--tk-gutter, 24px); }
  }
  .tk-co__confirm-ic {
    width: 88px;
    height: 88px;
    border-radius: 999px;
    background: rgba(43, 169, 100, .12);
    color: #2BA964;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 var(--tk-space-5);
    position: relative;
    transform: scale(0);
  }
  .tk-co__confirm-ic.is-in {
    animation: tk-bounce-in 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  }
  .tk-co__confirm-ic.is-in::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 2px solid #2BA964;
    opacity: 0;
    animation: tk-burst 0.8s ease-out 0.2s forwards;
  }
  @keyframes tk-bounce-in {
    0% { transform: scale(0); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
  }
  @keyframes tk-burst {
    0% { transform: scale(1); opacity: 0.8; border-width: 10px; }
    100% { transform: scale(1.5); opacity: 0; border-width: 0; }
  }
  .tk-co__confirm h1 {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 var(--tk-space-2);
    color: var(--color-navy);
  }
  .tk-co__confirm-sub {
    font-size: 15px;
    color: var(--color-body, #4B545D);
    margin: 0 0 var(--tk-space-4);
  }
  .tk-co__confirm-sub strong {
    font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
    background: var(--color-light, #F7F8FA);
    border: 1px solid var(--color-border, #e6eaf0);
    border-radius: 6px;
    padding: 2px var(--tk-space-2);
    color: var(--color-navy);
  }
  .tk-co__confirm-body {
    font-size: 15px;
    color: var(--color-body, #4B545D);
    margin: 0 0 var(--tk-space-5);
    line-height: 1.6;
  }
  .tk-co__confirm-card {
    text-align: left;
    margin: 0 auto var(--tk-space-6);
    max-width: 480px;
  }
  .tk-co__confirm-next {
    list-style: none;
    margin: 0 auto var(--tk-space-6);
    padding: 0;
    text-align: left;
    max-width: 480px;
    display: grid;
    gap: var(--tk-space-2);
  }
  .tk-co__confirm-next li {
    display: flex;
    align-items: center;
    gap: var(--tk-space-2);
    font-size: 15px;
    color: var(--color-navy);
    background: var(--color-light, #F7F8FA);
    padding: var(--tk-space-3) var(--tk-space-4);
    border-radius: 10px;
  }
  .tk-co__confirm-next li svg { color: var(--color-brand, #263D89); flex: 0 0 auto; }
  /* ── Offer received: quote card, device card, logistics ── */
  .tk-co__confirm-h1 { font-size: 32px; font-weight: 900; color: var(--color-navy); margin: var(--tk-space-3) 0 var(--tk-space-2); text-align: center; letter-spacing: -.02em; }
  .tk-co__quote-card {
    display: flex; flex-direction: column; align-items: center; gap: var(--tk-space-1);
    margin: var(--tk-space-5) auto;
    padding: var(--tk-space-6) var(--tk-space-7);
    background: linear-gradient(135deg, #fec20e 0%, #ffd84d 100%);
    border-radius: 16px;
    box-shadow: 
      0 12px 28px -8px rgba(254, 194, 14, .45),
      inset 0 0 0 2px rgba(255,255,255,0.4),
      inset 0 0 0 6px rgba(254, 194, 14, 0.2);
    border: 2px dashed rgba(255, 255, 255, 0.6);
    max-width: 420px; text-align: center;
    position: relative;
    overflow: hidden;
  }
  .tk-co__quote-card::before,
  .tk-co__quote-card::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    background: var(--color-surface, #fff);
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .tk-co__quote-card::before {
    left: -12px;
    box-shadow: inset -2px 0 3px rgba(0,0,0,0.06);
  }
  .tk-co__quote-card::after {
    right: -12px;
    box-shadow: inset 2px 0 3px rgba(0,0,0,0.06);
  }
  .tk-co__quote-label { font-size: 12px; font-weight: 800; color: var(--color-navy); text-transform: uppercase; letter-spacing: .12em; }
  .tk-co__quote-amount { font-size: 56px; font-weight: 900; color: var(--color-navy); letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; text-shadow: 0 2px 4px rgba(0,0,0,0.1); margin: 4px 0; }
  .tk-co__quote-sub { font-size: 13px; color: rgba(13, 22, 64, .85); font-weight: 700; }

  .tk-co__device-card {
    margin: var(--tk-space-5) 0;
    background: #fff; border: 1px solid var(--color-border);
    border-radius: 14px; padding: var(--tk-space-5);
    text-align: left;
  }
  .tk-co__device-card[hidden] { display: none; }
  .tk-co__device-list {
    list-style: none; margin: var(--tk-space-5) 0; padding: 0;
    display: flex; flex-direction: column; gap: var(--tk-space-3);
    text-align: left;
  }
  .tk-co__device-list[hidden] { display: none; }
  .tk-co__device-li {
    display: flex; align-items: center; gap: var(--tk-space-3);
    background: #fff; border: 1px solid var(--color-border);
    border-radius: 12px; padding: var(--tk-space-4);
  }
  .tk-co__device-li-body { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
  .tk-co__device-li-body strong { font-size: 15px; font-weight: 700; color: var(--color-navy); overflow-wrap: anywhere; }
  .tk-co__device-li-body span { font-size: 13px; color: var(--color-body); overflow-wrap: anywhere; }
  .tk-co__device-li-price { font-size: 16px; font-weight: 800; color: var(--color-brand); white-space: nowrap; }
  .tk-co__device-head {
    display: flex; align-items: center; gap: var(--tk-space-4);
    padding-bottom: var(--tk-space-4);
    border-bottom: 1px dashed var(--color-border);
  }
  .tk-co__device-thumb {
    flex-shrink: 0; width: 56px; height: 56px;
    border-radius: 12px; background: var(--color-light);
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--color-brand); overflow: hidden;
  }
  .tk-co__device-thumb img { width: 100%; height: 100%; object-fit: contain; }
  .tk-co__device-meta { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
  .tk-co__device-brand { font-size: 11px; font-weight: 800; color: var(--color-muted); text-transform: uppercase; letter-spacing: .08em; }
  .tk-co__device-brand:empty { display: none; }
  .tk-co__device-name { font-size: 18px; font-weight: 800; color: var(--color-navy); line-height: 1.2; }
  .tk-co__device-cond {
    flex-shrink: 0; align-self: center;
    display: inline-flex; align-items: center;
    padding: 6px var(--tk-space-3);
    background: var(--color-light);
    border: 1px solid var(--color-border);
    border-radius: 999px;
    font-size: 13px; font-weight: 800;
    color: var(--color-navy);
    text-transform: capitalize;
  }
  .tk-co__device-specs {
    display: grid; grid-template-columns: 1fr 1fr; gap: var(--tk-space-3) var(--tk-space-5);
    margin: var(--tk-space-4) 0 0;
  }
  .tk-co__device-specs:empty { display: none; }
  .tk-co__device-specs > div { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
  .tk-co__device-specs dt { font-size: 11px; font-weight: 800; color: var(--color-muted); text-transform: uppercase; letter-spacing: .08em; }
  .tk-co__device-specs dd { margin: 0; font-size: 15px; font-weight: 600; color: var(--color-navy); }
  .tk-co__device-faults {
    margin-top: var(--tk-space-4); padding-top: var(--tk-space-4);
    border-top: 1px dashed var(--color-border);
  }
  .tk-co__device-faults-label { display: block; font-size: 11px; font-weight: 800; color: var(--color-muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: var(--tk-space-2); }
  .tk-co__device-faults-list { display: flex; flex-wrap: wrap; gap: var(--tk-space-2); }
  .tk-co__fault-chip {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 4px 10px; border-radius: 999px;
    background: rgba(220, 38, 38, .08); color: #991b1b;
    border: 1px solid rgba(220, 38, 38, .25);
    font-size: 13px; font-weight: 600;
  }
  .tk-co__fault-chip em { font-style: normal; font-weight: 800; }

  .tk-co__logistics {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--tk-space-3);
    margin: var(--tk-space-5) 0;
  }
  @media (width >= 48rem) {
    .tk-co__logistics { grid-template-columns: repeat(3, 1fr); }
  }
  .tk-co__logi-card {
    display: flex; align-items: flex-start; gap: var(--tk-space-3);
    padding: var(--tk-space-4);
    background: #fff; border: 1px solid var(--color-border);
    border-radius: 12px;
    text-align: left;
  }
  .tk-co__logi-icon {
    flex-shrink: 0; width: 32px; height: 32px;
    border-radius: 8px; background: rgba(38, 61, 137, .08);
    color: var(--color-brand);
    display: inline-flex; align-items: center; justify-content: center;
  }
  .tk-co__logi-card > div { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
  .tk-co__logi-label { font-size: 11px; font-weight: 800; color: var(--color-muted); text-transform: uppercase; letter-spacing: .08em; }
  .tk-co__logi-card strong { font-size: 15px; font-weight: 800; color: var(--color-navy); }
  .tk-co__logi-card em { font-style: normal; font-size: 12px; color: var(--color-muted); font-weight: 500; }

  .tk-co__confirm-reusely { margin-top: var(--tk-space-3); font-size: 12px; color: var(--color-muted); text-align: center; }
  .tk-co__confirm-reusely code { font-family: var(--font-mono); font-size: 11px; color: var(--color-muted); }
  .tk-co__label-cta { display: inline-flex; gap: var(--tk-space-2); margin: var(--tk-space-3) auto; }

  .tk-co__confirm-cta {
    display: flex;
    gap: var(--tk-space-3);
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: var(--tk-space-5);
  }

/* === policy.liquid (V48) === */
.tk-policy {
  background: var(--color-light);
  padding: var(--tk-sec-pad-mobile) var(--tk-space-4);
}
.tk-policy__inner {
  max-width: 800px;
  margin-inline: auto;
  background: var(--color-surface, #fff);
  border: 1px solid var(--color-border, #e6eaf0);
  border-radius: var(--tk-space-3);
  padding: var(--tk-space-7) var(--tk-space-6);
}
@media (width >= 48rem) {
  .tk-policy { padding-block: var(--tk-sec-pad-tablet); padding-inline: var(--tk-gutter, 32px); }
  .tk-policy__inner { padding: var(--tk-space-9) var(--tk-space-9); }
}
@media (width >= 64rem) {
  .tk-policy { padding-block: var(--tk-sec-pad-desktop); padding-inline: var(--tk-gutter, 48px); }
}
.tk-policy__crumbs {
  display: flex; align-items: center; gap: var(--tk-space-2);
  font-size: 14px; color: var(--color-muted, #6b7280);
  margin-bottom: var(--tk-space-5);
}
.tk-policy__crumbs a { color: var(--color-brand); font-weight: 600; text-decoration: none; }
.tk-policy__crumbs a:hover { text-decoration: underline; }
.tk-policy__crumbs span[aria-current] { color: var(--color-navy); font-weight: 600; }
.tk-policy__head { margin-bottom: var(--tk-space-7); padding-bottom: var(--tk-space-5); border-bottom: 1px solid var(--color-border); }
.tk-policy__h1 { font-size: 32px; font-weight: 900; letter-spacing: -.025em; color: var(--color-navy); margin: 0 0 var(--tk-space-2); }
@media (width >= 48rem) { .tk-policy__h1 { font-size: 40px; } }
.tk-policy__sub { font-size: 14px; color: var(--color-muted); margin: 0; font-weight: 500; }
.tk-policy__body { font-size: 16px; line-height: 1.7; color: var(--color-body); }
.tk-policy__body h1, .tk-policy__body h2, .tk-policy__body h3, .tk-policy__body h4 { color: var(--color-navy); font-weight: 800; letter-spacing: -.015em; margin: var(--tk-space-7) 0 var(--tk-space-3); }
.tk-policy__body h2 { font-size: 22px; padding-top: var(--tk-space-3); }
.tk-policy__body h3 { font-size: 18px; }
.tk-policy__body h4 { font-size: 16px; text-transform: uppercase; letter-spacing: .04em; color: var(--color-muted); }
.tk-policy__body p { margin: 0 0 var(--tk-space-4); }
.tk-policy__body ul, .tk-policy__body ol { margin: 0 0 var(--tk-space-4); padding-left: var(--tk-space-5); }
.tk-policy__body li { margin-bottom: var(--tk-space-2); }
.tk-policy__body a { color: var(--color-brand); font-weight: 600; }
.tk-policy__body strong { color: var(--color-navy); font-weight: 700; }
.tk-policy__body hr { border: 0; border-top: 1px solid var(--color-border); margin: var(--tk-space-7) 0; }
.tk-policy__body blockquote { margin: var(--tk-space-5) 0; padding: var(--tk-space-4) var(--tk-space-5); border-left: 3px solid var(--color-brand); background: var(--color-light); border-radius: 0 var(--tk-space-2) var(--tk-space-2) 0; font-style: italic; }
.tk-policy__body table { width: 100%; border-collapse: collapse; margin: var(--tk-space-4) 0; font-size: 15px; }
.tk-policy__body th, .tk-policy__body td { padding: var(--tk-space-3) var(--tk-space-4); border: 1px solid var(--color-border); text-align: left; }
.tk-policy__body th { background: var(--color-light); font-weight: 700; color: var(--color-navy); }
.tk-policy__contact {
  margin-top: var(--tk-space-9);
  padding: var(--tk-space-6);
  background: linear-gradient(135deg, rgba(38,61,137,.04), rgba(254,194,14,.06));
  border: 1px solid var(--color-border);
  border-radius: var(--tk-space-3);
}
.tk-policy__contact h2 { font-size: 18px; font-weight: 800; color: var(--color-navy); margin: 0 0 var(--tk-space-2); }
.tk-policy__contact p { font-size: 15px; color: var(--color-muted); margin: 0 0 var(--tk-space-4); }
.tk-policy__contact-list { list-style: none; padding: 0; margin: 0 0 var(--tk-space-5); display: flex; flex-direction: column; gap: var(--tk-space-2); font-size: 15px; }
.tk-policy__contact-list li { display: flex; align-items: center; gap: var(--tk-space-3); color: var(--color-body); }
.tk-policy__contact-list a { color: var(--color-brand); font-weight: 600; text-decoration: none; }
.tk-policy__contact-list a:hover { text-decoration: underline; }
.tk-policy__contact-list svg { color: var(--color-brand); flex-shrink: 0; }
.tk-policy__trust {
  list-style: none; padding: var(--tk-space-5) 0 0;
  margin: var(--tk-space-7) 0 0;
  border-top: 1px solid var(--color-border);
  display: flex; gap: var(--tk-space-3); flex-wrap: wrap; justify-content: center;
}
.tk-policy__trust li {
  display: inline-flex; align-items: center; gap: var(--tk-space-2);
  font-size: 13px; font-weight: 600; color: var(--color-body);
  padding: var(--tk-space-2) var(--tk-space-4);
  background: var(--color-light);
  border-radius: 999px;
}
.tk-policy__trust svg { color: var(--color-brand); }

/* ============================================================
   Hero split v2 (V48) — asymmetric copy + device cluster
   ============================================================ */
.tk-h2 {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: var(--tk-sec-pad-mobile) var(--tk-space-4);
  background:
    radial-gradient(ellipse at 80% 20%, rgba(38,61,137,.95) 0%, rgba(13,22,64,1) 70%),
    linear-gradient(140deg, #0d1640 0%, #1b2d6b 50%, #0d1640 100%);
}
@media (width >= 48rem) { .tk-h2 { padding: var(--tk-sec-pad-tablet) var(--tk-space-7); } }
@media (width >= 64rem) { .tk-h2 { padding: var(--tk-sec-pad-desktop) var(--tk-space-7); } }

/* atmospheric blobs */
.tk-h2__blob {
  position: absolute; border-radius: 50%; filter: blur(80px);
  opacity: .25; pointer-events: none; z-index: 1;
}
.tk-h2__blob--1 { width: 480px; height: 480px; background: var(--color-yellow); top: -120px; right: -80px; }
.tk-h2__blob--2 { width: 360px; height: 360px; background: var(--color-brand); bottom: -100px; left: -80px; opacity: .35; }
.tk-h2__noise {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/></svg>");
  opacity: .04; mix-blend-mode: overlay; pointer-events: none; z-index: 0;
}

.tk-h2__inner { position: relative; z-index: 2; max-width: var(--tk-content-max, 96rem); margin-inline: auto; padding-inline: var(--tk-gutter, 24px); }

/* trust strip — top */
.tk-h2__trust {
  list-style: none; padding: 0; margin: 0 0 var(--tk-space-7);
  display: flex; gap: var(--tk-space-5); flex-wrap: wrap;
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,.78);
}
.tk-h2__trust li { display: inline-flex; align-items: center; gap: var(--tk-space-2); }
.tk-h2__trust svg { color: var(--color-yellow); }

/* layout grid */
.tk-h2__grid {
  display: grid; grid-template-columns: 1fr; gap: var(--tk-space-9);
  align-items: center;
}
@media (width >= 64rem) {
  .tk-h2__grid { grid-template-columns: 1.5fr 1fr; gap: var(--tk-space-10); }
}

/* copy */
.tk-h2__eyebrow {
  display: inline-block;
  background: rgba(254,194,14,.14);
  border: 1px solid rgba(254,194,14,.3);
  color: var(--color-yellow);
  font-size: 12px; font-weight: 700;
  padding: var(--tk-space-1) var(--tk-space-3);
  border-radius: 999px;
  text-transform: uppercase; letter-spacing: .08em;
  margin-bottom: var(--tk-space-5);
}
.tk-h2__h1 {
  font-size: 36px; font-weight: 900; letter-spacing: -.035em; line-height: 1.04;
  margin: 0 0 var(--tk-space-5);
}
.tk-h2__h1-line { display: block; }
.tk-h2__h1-line--accent {
  background: linear-gradient(90deg, #FEC20E 0%, #FFD64D 40%, #FEC20E 80%);
  background-size: 200% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: tk-h2-sweep 6s linear infinite;
}
@keyframes tk-h2-sweep {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@media (width >= 48rem) { .tk-h2__h1 { font-size: 52px; } }
@media (width >= 64rem) { .tk-h2__h1 { font-size: 64px; } }
.tk-h2__sub {
  font-size: 16px; line-height: 1.6;
  color: rgba(255,255,255,.82);
  max-width: 480px;
  margin: 0 0 var(--tk-space-7);
}
@media (width >= 48rem) { .tk-h2__sub { font-size: 18px; } }

/* CTAs */
.tk-h2__cta { display: flex; gap: var(--tk-space-5); align-items: center; flex-wrap: wrap; }
.tk-h2__cta-primary {
  display: inline-flex; align-items: center; gap: var(--tk-space-2);
  padding: var(--tk-space-3) var(--tk-space-6);
  font-size: 16px; font-weight: 800;
  box-shadow: 0 4px 24px rgba(254,194,14,.35), inset 0 1px 0 rgba(255,255,255,.4);
  transition: transform .2s, box-shadow .2s;
}
.tk-h2__cta-primary:hover { transform: translateY(-1px) scale(1.02); box-shadow: 0 6px 32px rgba(254,194,14,.5), inset 0 1px 0 rgba(255,255,255,.5); }
.tk-h2__cta-link {
  display: inline-flex; align-items: center; gap: var(--tk-space-2);
  color: rgba(255,255,255,.85); font-size: 15px; font-weight: 700;
  position: relative;
}
.tk-h2__cta-link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 1px; background: rgba(255,255,255,.4);
  transform: scaleX(0); transform-origin: left;
  transition: transform .2s;
}
.tk-h2__cta-link:hover::after { transform: scaleX(1); }
.tk-h2__cta-link:hover { color: #fff; }
.tk-h2__cta-link svg { transition: transform .2s; }
.tk-h2__cta-link:hover svg { transform: translateX(3px); }

/* device cluster */
.tk-h2__cluster {
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
}
.tk-h2__halo {
  position: absolute; inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254,194,14,.18) 0%, rgba(254,194,14,0) 70%);
  filter: blur(20px);
  z-index: 0;
}
.tk-h2__device {
  position: absolute;
  filter: drop-shadow(0 24px 48px rgba(13,22,64,.45));
  animation: tk-h2-float 6s ease-in-out infinite;
}
.tk-h2__device--front {
  width: 55%; height: auto;
  transform: rotate(-8deg) translateZ(0);
  animation-delay: 0s;
  z-index: 3;
}
.tk-h2__device--back-left {
  width: 42%; height: auto;
  left: 0; top: 10%;
  transform: rotate(-12deg);
  opacity: .85;
  animation-delay: -2s;
  z-index: 1;
}
.tk-h2__device--back-right {
  width: 38%; height: auto;
  right: 4%; bottom: 8%;
  transform: rotate(8deg);
  opacity: .9;
  animation-delay: -4s;
  z-index: 2;
}
@keyframes tk-h2-float {
  0%, 100% { transform: translateY(0) rotate(var(--rot, 0deg)); }
  50% { transform: translateY(-8px) rotate(var(--rot, 0deg)); }
}
.tk-h2__device--front { --rot: -8deg; }
.tk-h2__device--back-left { --rot: -12deg; }
.tk-h2__device--back-right { --rot: 8deg; }

/* mobile — hide back-right device, simpler cluster */
@media (width < 48rem) {
  .tk-h2__cluster { max-height: 320px; aspect-ratio: 1.4 / 1; }
  .tk-h2__device--back-right { display: none; }
  .tk-h2__device--front { width: 48%; }
  .tk-h2__device--back-left { width: 38%; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .tk-h2__device, .tk-h2__h1-line--accent, .tk-h2__cta-primary { animation: none !important; transition: none !important; }
  .tk-h2__cta-primary:hover { transform: none; }
}

/* ============================================================
   PATH EXPLAINER V2 (V49) — tilted device mockups, no borders
   ============================================================ */
.tk-pe2 {
  background: var(--color-light);
  padding: var(--tk-sec-pad-mobile) 16px;
  position: relative;
  overflow: hidden;
}
@media (width >= 48rem) {
  .tk-pe2 { padding: var(--tk-sec-pad-tablet) 32px; }
}
@media (width >= 64rem) {
  .tk-pe2 { padding: var(--tk-sec-pad-desktop) 32px; }
}
.tk-pe2__inner {
  max-width: var(--tk-content-max, 96rem);
  margin-inline: auto;
  padding-inline: var(--tk-gutter, 24px);
}

/* Header */
.tk-pe2__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--tk-space-9);
}
.tk-pe2__title {
  font-family: var(--font-sans, Inter), system-ui, sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 900;
  color: var(--color-navy);
  margin: 0 0 var(--tk-space-3);
}
.tk-pe2__sub {
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.6;
  color: var(--color-body);
  max-width: 540px;
  margin-inline: auto;
}

/* Stage */
.tk-pe2__stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--tk-space-7);
  align-items: center;
  justify-items: center;
}
@media (width >= 64rem) {
  .tk-pe2__stage {
    grid-template-columns: 1fr auto 1fr;
    gap: var(--tk-space-9);
  }
}

/* Path link (no border, no card) */
.tk-pe2__path {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: var(--tk-space-6) var(--tk-space-4);
  width: 100%;
  max-width: 360px;
  isolation: isolate;
  transition: transform 0.3s ease;
}
@media (width >= 64rem) {
  .tk-pe2__path { max-width: none; }
}

/* Halos */
.tk-pe2__halo {
  position: absolute;
  inset: -10%;
  z-index: 0;
  pointer-events: none;
  filter: blur(40px);
  transition: opacity 0.3s ease;
  opacity: 0.85;
}
.tk-pe2__halo--sell {
  background: radial-gradient(circle at 50% 45%, rgba(254, 194, 14, 0.18) 0%, transparent 70%);
}
.tk-pe2__halo--buy {
  background: radial-gradient(circle at 50% 45%, rgba(38, 61, 137, 0.25) 0%, transparent 70%);
}
.tk-pe2__path:hover .tk-pe2__halo { opacity: 1; }

/* Device container */
.tk-pe2__device {
  position: relative;
  z-index: 1;
  margin-bottom: var(--tk-space-7);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 320px;
}
@media (width >= 48rem) {
  .tk-pe2__device { min-height: 440px; }
}

/* ---------- iPhone mockup (SELL) ---------- */
.tk-pe2__phone-frame {
  position: relative;
  width: 220px;
  aspect-ratio: 220 / 440;
  border-radius: 32px;
  background: linear-gradient(160deg, #1c1c1e, #3a3a3c);
  box-shadow:
    0 30px 60px rgba(13, 22, 64, 0.25),
    inset 0 0 0 2px rgba(255, 255, 255, 0.08);
  padding: 8px;
  transform: rotate(-15deg);
  animation: tk-pe2-float 6s ease-in-out infinite;
  transition: transform 0.4s ease;
}
@media (width < 48rem) {
  .tk-pe2__phone-frame { width: 165px; transform: rotate(-15deg) scale(0.85); }
}
.tk-pe2__path--sell:hover .tk-pe2__phone-frame {
  transform: rotate(-12deg) translateY(-4px);
}
.tk-pe2__phone-notch {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 24px;
  background: #000;
  border-radius: 14px;
  z-index: 2;
}
.tk-pe2__phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafbfc;
  border-radius: 24px;
  padding: var(--tk-space-4);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tk-pe2__screen-header {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-navy);
  text-align: right;
  margin-bottom: var(--tk-space-7);
  margin-top: var(--tk-space-2);
  letter-spacing: 0.02em;
}
.tk-pe2__screen-body {
  display: flex;
  flex-direction: column;
  gap: var(--tk-space-2);
  align-items: flex-start;
}
.tk-pe2__screen-amount {
  font-size: 32px;
  font-weight: 900;
  color: var(--color-navy);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: var(--tk-space-1);
}
.tk-pe2__screen-meta {
  font-size: 12px;
  color: var(--color-body);
  line-height: 1.4;
}
.tk-pe2__screen-meta--small {
  font-size: 10px;
  opacity: 0.75;
}
.tk-pe2__screen-bar {
  width: 100%;
  height: 8px;
  background: #e6eaf0;
  border-radius: 4px;
  margin-top: var(--tk-space-2);
}
.tk-pe2__screen-bar--short { width: 60%; }

/* Badges */
.tk-pe2__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--tk-inline-xs);
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}
.tk-pe2__badge--success {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}
.tk-pe2__badge--stock {
  background: rgba(38, 61, 137, 0.1);
  color: var(--color-brand);
  font-size: 10px;
  padding: 4px 10px;
  align-self: flex-start;
  margin-bottom: var(--tk-space-2);
}

/* Floating coin */
.tk-pe2__coin {
  position: absolute;
  top: 10%;
  right: 8%;
  z-index: 3;
  filter: drop-shadow(0 6px 12px rgba(13, 22, 64, 0.25));
  animation: tk-pe2-orbit 4s ease-in-out infinite;
}

/* ---------- MacBook mockup (BUY) ---------- */
.tk-pe2__laptop-frame {
  position: relative;
  width: 100%;
  max-width: 360px;
  transform: rotate(12deg);
  animation: tk-pe2-float 6s ease-in-out infinite;
  animation-delay: -3s;
  transition: transform 0.4s ease;
}
@media (width < 48rem) {
  .tk-pe2__laptop-frame { max-width: 280px; transform: rotate(12deg) scale(0.85); }
}
.tk-pe2__path--buy:hover .tk-pe2__laptop-frame {
  transform: rotate(9deg) translateY(-4px);
}
.tk-pe2__laptop-screen {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #1c1c1e;
  border-radius: 8px 8px 4px 4px;
  padding: 6px;
  box-shadow:
    0 30px 60px rgba(13, 22, 64, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.tk-pe2__lscreen-header {
  display: flex;
  align-items: center;
  gap: var(--tk-inline-sm);
  background: #2c2c2e;
  padding: 6px 8px;
  border-radius: 4px 4px 0 0;
}
.tk-pe2__lscreen-dots {
  display: flex;
  gap: var(--tk-inline-xs);
}
.tk-pe2__lscreen-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5f56;
}
.tk-pe2__lscreen-dots span:nth-child(2) { background: #ffbd2e; }
.tk-pe2__lscreen-dots span:nth-child(3) { background: #27c93f; }
.tk-pe2__lscreen-url {
  flex: 1;
  text-align: center;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
  padding: 2px 8px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.tk-pe2__lscreen-body {
  background: #f7f8fa;
  padding: var(--tk-space-3);
  border-radius: 0 0 4px 4px;
  height: calc(100% - 28px);
  display: flex;
  flex-direction: column;
  gap: var(--tk-space-2);
}
.tk-pe2__lscreen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--tk-inline-sm);
  flex: 1;
}
.tk-pe2__lscreen-tile {
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  background: linear-gradient(135deg, #cbd5e1, #94a3b8);
}
.tk-pe2__lscreen-tile--yellow { background: linear-gradient(135deg, #fde68a, var(--color-yellow)); }
.tk-pe2__lscreen-tile--navy { background: linear-gradient(135deg, #3b5cb8, var(--color-brand)); }
.tk-pe2__lscreen-tile--dark { background: linear-gradient(135deg, #4b5563, var(--color-navy)); }
.tk-pe2__lscreen-tile--blue { background: linear-gradient(135deg, #93c5fd, #3b82f6); }

.tk-pe2__laptop-base {
  position: relative;
  width: calc(100% + 24px);
  margin-left: -12px;
  height: 6px;
  background: linear-gradient(180deg, #b8bcc4 0%, #7a7e85 100%);
  border-radius: 0 0 6px 6px;
  clip-path: polygon(2% 0, 98% 0, 100% 100%, 0 100%);
  box-shadow: 0 4px 8px rgba(13, 22, 64, 0.15);
}

/* Floating shopping bag */
.tk-pe2__bag {
  position: absolute;
  top: 8%;
  right: 4%;
  z-index: 3;
  filter: drop-shadow(0 6px 12px rgba(13, 22, 64, 0.25));
  animation: tk-pe2-orbit 4s ease-in-out infinite;
  animation-delay: -2s;
}

/* Arrow connector */
.tk-pe2__arrow {
  width: 120px;
  height: 40px;
  z-index: 1;
  transform: rotate(90deg);
}
@media (width >= 64rem) {
  .tk-pe2__arrow {
    width: 140px;
    height: 50px;
    transform: none;
  }
}
.tk-pe2__arrow-path {
  animation: tk-pe2-arrow-flow 2s linear infinite;
}

/* Caption */
.tk-pe2__caption {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--tk-space-2);
}
.tk-pe2__caption-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}
.tk-pe2__caption-label--sell { color: #b48008; }
.tk-pe2__caption-label--buy { color: var(--color-brand); }
.tk-pe2__caption-title {
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 800;
  color: var(--color-navy);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.tk-pe2__caption-sub {
  font-size: 15px;
  color: var(--color-body);
  line-height: 1.6;
  max-width: 280px;
}
.tk-pe2__caption-cta {
  display: inline-flex;
  align-items: center;
  gap: var(--tk-inline-xs);
  margin-top: var(--tk-space-2);
  font-size: 15px;
  font-weight: 700;
  color: var(--color-navy);
  position: relative;
}
.tk-pe2__caption-cta::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--color-yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.tk-pe2__path:hover .tk-pe2__caption-cta::after { transform: scaleX(1); }

/* Animations */
@keyframes tk-pe2-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -6px; }
}
@keyframes tk-pe2-orbit {
  0%, 100% { translate: 0 0; }
  25% { translate: 3px -4px; }
  50% { translate: 0 -8px; }
  75% { translate: -3px -4px; }
}
@keyframes tk-pe2-arrow-flow {
  to { stroke-dashoffset: -16; }
}

/* Reduced motion guard */
@media (prefers-reduced-motion: reduce) {
  .tk-pe2__phone-frame,
  .tk-pe2__laptop-frame,
  .tk-pe2__coin,
  .tk-pe2__bag,
  .tk-pe2__arrow-path,
  .tk-pe2__caption-cta::after,
  .tk-pe2__halo {
    animation: none !important;
    transition: none !important;
  }
  .tk-pe2__path:hover .tk-pe2__phone-frame { transform: rotate(-15deg); }
  .tk-pe2__path:hover .tk-pe2__laptop-frame { transform: rotate(12deg); }
}

/* ================================================================
   V54 — UX polish sweep (2026-05-16)
   Submit-offer error/hint/loading, offer-received celebration,
   404 quicklinks
   ================================================================ */

/* --- submit-offer: inline error, cta hint, loading state --- */
.tk-co__err {
  display: block;
  margin-top: var(--tk-space-1);
  font-size: 13px;
  font-weight: 600;
  color: #c0392b;
  line-height: 1.45;
}
.tk-co__field input.is-invalid,
.tk-co__field select.is-invalid {
  border-color: #c0392b;
  box-shadow: 0 0 0 2px rgba(192, 57, 43, .12);
}
.tk-co__submit-wrap {
  display: flex; flex-direction: column; gap: var(--tk-space-2);
  margin-top: var(--tk-space-5);
}
.tk-co__cta-hint {
  font-size: 13px;
  color: var(--color-muted);
  margin: 0;
  text-align: center;
  line-height: 1.5;
}
.tk-co__submit-spinner {
  display: inline-block;
  width: 16px; height: 16px;
  border: 2px solid rgba(255, 255, 255, .35);
  border-top-color: #fff;
  border-radius: 999px;
  animation: tk-co-spin .7s linear infinite;
  margin-left: var(--tk-space-2);
}
.tk-co__submit.is-loading { opacity: .85; cursor: progress; }
.tk-co__submit.is-loading svg { display: none; }
@keyframes tk-co-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .tk-co__submit-spinner { animation-duration: 2s; }
}
/* Sticky mobile bar — pad form so last content isn't hidden */
@media (width < 64rem) {
  .tk-co__form { padding-bottom: var(--tk-space-11); }
}
/* Focus-visible on all interactive elements */
.tk-co__form input:focus-visible,
.tk-co__form select:focus-visible,
.tk-co__form textarea:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 1px;
}
.tk-co__rcard:focus-within {
  box-shadow: 0 0 0 2px var(--color-brand);
}

/* --- offer-received: orderid pill, timeline, share buttons, celebrate anim --- */
.tk-co__confirm-ic.is-in svg {
  animation: tk-co-pop 700ms cubic-bezier(.22, 1.4, .36, 1) both;
}
@keyframes tk-co-pop {
  0%   { opacity: 0; transform: scale(.55); }
  60%  { opacity: 1; transform: scale(1.08); }
  100% { opacity: 1; transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .tk-co__confirm-ic.is-in svg { animation: none; }
}

.tk-co__orderid {
  display: inline-flex; align-items: center; gap: var(--tk-space-2);
  margin: 0 auto var(--tk-space-5);
  padding: var(--tk-space-2) var(--tk-space-3);
  background: var(--color-light);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  max-width: 100%;
}
.tk-co__orderid-label {
  font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .08em;
  color: var(--color-muted);
}
.tk-co__orderid-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 15px; font-weight: 800;
  color: var(--color-navy);
  letter-spacing: .04em;
  user-select: all;
}
.tk-co__orderid-copy {
  display: inline-flex; align-items: center; gap: var(--tk-space-1);
  padding: var(--tk-space-1) var(--tk-space-3);
  min-height: 32px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  font-size: 13px; font-weight: 700;
  font-family: inherit;
  color: var(--color-navy);
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
}
.tk-co__orderid-copy:hover { background: var(--color-yellow); border-color: var(--color-yellow); }
.tk-co__orderid-copy:focus-visible { outline: 2px solid var(--color-brand); outline-offset: 2px; }
.tk-co__orderid-copy.is-copied { background: #d4f5e0; border-color: #2ecc71; color: #1e7a45; }

.tk-co__timeline {
  list-style: none; padding: 0;
  margin: var(--tk-space-7) 0 var(--tk-space-7);
  display: grid; gap: var(--tk-space-4);
  text-align: left;
  position: relative;
}
.tk-co__timeline::before {
  content: "";
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 33px; /* 16 (pad) + 18 (half of 36) - 1 */
  width: 2px;
  background: var(--color-border);
  z-index: 0;
}
.tk-co__timeline-step {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: var(--tk-space-3);
  align-items: start;
  padding: var(--tk-space-4);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.tk-co__timeline-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  background: var(--color-navy);
  color: var(--color-yellow);
  border-radius: 999px;
  font-size: 16px; font-weight: 900;
}
.tk-co__timeline-body strong {
  display: block;
  font-size: 16px; font-weight: 800;
  color: var(--color-navy);
  margin-bottom: var(--tk-space-1);
}
.tk-co__timeline-body span {
  display: block;
  font-size: 14px;
  color: var(--color-muted);
  line-height: 1.55;
}
@media (width >= 64rem) {
  .tk-co__timeline {
    grid-template-columns: repeat(3, 1fr);
  }
  .tk-co__timeline::before {
    top: 33px; /* 16 (pad) + 18 - 1 */
    left: 36px;
    right: 36px;
    height: 2px;
    width: auto;
    bottom: auto;
  }
}

.tk-co__share {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: var(--tk-space-2);
  margin: var(--tk-space-6) 0 var(--tk-space-4);
}
.tk-co__share-label {
  font-size: 13px; font-weight: 700;
  color: var(--color-muted);
}
.tk-co__share-btn {
  display: inline-flex; align-items: center; gap: var(--tk-space-2);
  padding: var(--tk-space-2) var(--tk-space-4);
  min-height: 36px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  font-size: 13px; font-weight: 700;
  color: var(--color-navy);
  transition: background .15s, border-color .15s, transform .15s;
  text-decoration: none;
}
.tk-co__share-btn:hover { background: var(--color-light); transform: translateY(-1px); }
.tk-co__share-btn:focus-visible { outline: 2px solid var(--color-brand); outline-offset: 2px; }

/* --- Confirmation: timeline meta (logistics inline w/ step) --- */
.tk-co__timeline-meta {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 6px;
  margin-top: var(--tk-space-2);
  padding-top: var(--tk-space-2);
  border-top: 1px dashed var(--color-border);
  font-size: 12px; font-style: normal; font-weight: 600;
  color: var(--color-navy);
  line-height: 1.45;
}
.tk-co__timeline-meta > svg {
  color: var(--color-brand);
  flex-shrink: 0;
  margin-right: 2px;
}
.tk-co__timeline-meta > span:empty { display: none; }
.tk-co__timeline-meta > span + span:not(:empty)::before {
  content: '·';
  margin: 0 4px 0 2px;
  color: var(--color-muted);
}

/* --- Confirmation: photo upload promoted block --- */
.tk-co__confirm-photos {
  margin-bottom: var(--tk-space-5);
  padding: var(--tk-space-5);
  background: linear-gradient(180deg, #fffbeb 0%, #fff 100%);
  border: 1px solid #fde68a;
  border-radius: 14px;
  display: flex; flex-direction: column; gap: var(--tk-space-3);
  text-align: left;
}
.tk-co__photos-header strong {
  display: block;
  font-size: 16px; font-weight: 800;
  color: var(--color-navy);
  margin-bottom: 4px;
}
.tk-co__photos-header p {
  font-size: 14px;
  color: var(--color-body);
  line-height: 1.5;
  margin: 0;
}

/* --- Confirmation: collapsed footer band --- */
.tk-co__confirm-footer {
  margin-top: var(--tk-space-7);
  padding-top: var(--tk-space-5);
  border-top: 1px solid var(--color-border);
  display: flex; flex-direction: column; align-items: center;
  gap: var(--tk-space-3);
  text-align: center;
}
.tk-co__confirm-footer-help {
  display: inline-flex; align-items: center; gap: var(--tk-space-2);
  font-size: 14px;
  color: var(--color-muted);
}
.tk-co__confirm-footer-help > svg { color: var(--color-brand); }
.tk-co__confirm-footer-help a {
  color: var(--color-navy);
  font-weight: 700;
  text-decoration: none;
}
.tk-co__confirm-footer-help a:hover { text-decoration: underline; }
.tk-co__confirm-footer-sep { color: var(--color-border); margin: 0 6px; }

.tk-co__share-toggle {
  font-size: 13px;
}
.tk-co__share-toggle > summary {
  cursor: pointer;
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  color: var(--color-muted);
  font-weight: 600;
  list-style: none;
}
.tk-co__share-toggle > summary::-webkit-details-marker { display: none; }
.tk-co__share-toggle > summary:hover {
  background: var(--color-light);
  color: var(--color-navy);
}
.tk-co__share-toggle[open] > summary { color: var(--color-navy); }
.tk-co__share-toggle .tk-co__share {
  margin: var(--tk-space-3) 0 0;
}

.tk-co__confirm-footer-ref {
  font-size: 12px;
  color: var(--color-muted);
  margin: 0;
}
.tk-co__confirm-footer-ref code {
  font-family: ui-monospace, monospace;
  background: var(--color-light);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  color: var(--color-navy);
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* --- 404 template --- */
.tk-404 {
  padding: var(--tk-space-10) var(--tk-space-4);
  background: var(--color-light);
  min-height: 60vh;
  display: flex; align-items: center;
}
.tk-404__inner { max-width: 720px; margin-inline: auto; text-align: center; width: 100%; }
.tk-404__code {
  font-size: 96px; font-weight: 900;
  color: #a67c00;
  letter-spacing: -.04em; line-height: 1;
  margin: 0 0 var(--tk-space-3);
}
.tk-404__title {
  font-size: 28px; font-weight: 900;
  color: var(--color-navy);
  margin: 0 0 var(--tk-space-2);
  letter-spacing: -.02em;
}
.tk-404__title-soft {
  display: block;
  font-weight: 600;
  color: var(--color-muted);
  font-size: 18px;
  margin-top: var(--tk-space-2);
}
.tk-404__sub {
  font-size: 16px; line-height: 1.6;
  color: var(--color-muted);
  margin: 0 0 var(--tk-space-7);
}
.tk-404__quicklinks {
  list-style: none; padding: 0; margin: 0 0 var(--tk-space-7);
  display: grid; gap: var(--tk-space-3);
  text-align: left;
}
.tk-404__quicklinks a {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: var(--tk-space-3);
  align-items: center;
  padding: var(--tk-space-4) var(--tk-space-5);
  min-height: 64px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  color: var(--color-navy);
  transition: border-color .15s, transform .15s, box-shadow .15s;
  text-decoration: none;
}
.tk-404__quicklinks a:hover {
  border-color: var(--color-yellow);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -10px rgba(38, 61, 137, .25);
}
.tk-404__quicklinks a:focus-visible {
  outline: 2px solid var(--color-brand); outline-offset: 2px;
}
.tk-404__ql-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  background: var(--color-light);
  border-radius: 10px;
  color: var(--color-brand);
}
.tk-404__ql-body strong {
  display: block;
  font-size: 16px; font-weight: 800;
}
.tk-404__ql-body span {
  display: block;
  font-size: 14px; color: var(--color-muted);
  margin-top: 2px;
}
.tk-404__search {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: var(--tk-space-5);
  margin: 0 0 var(--tk-space-6);
  text-align: left;
}
.tk-404__search-label {
  display: block;
  font-size: 13px; font-weight: 800;
  color: var(--color-muted);
  text-transform: uppercase; letter-spacing: .06em;
  margin-bottom: var(--tk-space-2);
}
.tk-404__search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--tk-space-2);
}
.tk-404__search input {
  min-height: 44px;
  padding: var(--tk-space-3) var(--tk-space-4);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  font-size: 16px; font-family: inherit;
  color: var(--color-navy);
}
.tk-404__search input:focus-visible {
  outline: 2px solid var(--color-brand); outline-offset: 1px;
  border-color: var(--color-brand);
}
.tk-404__home {
  margin: 0;
  font-size: 14px;
}
.tk-404__home a {
  display: inline-flex; align-items: center; gap: var(--tk-space-2);
  color: var(--color-brand);
  font-weight: 700;
  text-decoration: none;
  min-height: 44px;
  padding: var(--tk-space-2) var(--tk-space-3);
}
.tk-404__home a:hover { text-decoration: underline; }
@media (width >= 48rem) {
  .tk-404__code { font-size: 144px; }
  .tk-404__title { font-size: 38px; }
  .tk-404__title-soft { font-size: 22px; }
  .tk-404__quicklinks { grid-template-columns: 1fr 1fr; }
}

/* ──────────────────────────────────────────────────────────────────────── */
/* TKSearch — shared search-to-sell component                              */
/* See .t/arch/tk-search/constraints.yaml                                  */
/* ──────────────────────────────────────────────────────────────────────── */
.tk-search { position: relative; width: 100%; max-width: 640px; margin-inline: auto; }
.tk-search__field {
  display: flex; align-items: center; gap: var(--tk-space-3);
  padding: 0 var(--tk-space-3);
  height: 52px;
  background: #fff;
  border: 1.5px solid var(--color-border);
  border-radius: 14px;
  cursor: text;
  transition: border-color .18s ease, box-shadow .18s ease, transform .14s ease;
}
.tk-search__field:hover { border-color: var(--color-navy); }
.tk-search__field:focus-within {
  border-color: var(--color-brand);
  box-shadow: 0 0 0 4px rgba(38, 61, 137, .14), 0 8px 24px rgba(38, 61, 137, .08);
}
.tk-search__field:active { transform: translateY(1px); }
@media (prefers-reduced-motion: reduce) {
  .tk-search__field { transition: none; }
  .tk-search__field:active { transform: none; }
}
.tk-search__icon {
  flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--color-muted);
  transition: color .18s ease;
}
.tk-search__field:focus-within .tk-search__icon { color: var(--color-brand); }
.tk-search__input {
  flex: 1; min-width: 0;
  height: 100%;
  border: 0; background: transparent;
  font-family: inherit; font-size: 16px; font-weight: 500;
  color: var(--color-navy);
  /* Hard-suppress browser native focus ring — .tk-search__field provides the visual */
  outline: none !important;
  outline-offset: 0;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none; appearance: none;
}
.tk-search__input:focus,
.tk-search__input:focus-visible,
.tk-search__input:active {
  outline: none !important;
  box-shadow: none !important;
}
.tk-search__input::placeholder { color: var(--color-muted); font-weight: 500; }
.tk-search__input::-webkit-search-cancel-button,
.tk-search__input::-webkit-search-decoration,
.tk-search__input::-webkit-search-results-button,
.tk-search__input::-webkit-search-results-decoration { -webkit-appearance: none; appearance: none; display: none; }
.tk-search__input::-ms-clear,
.tk-search__input::-ms-reveal { display: none; width: 0; height: 0; }
.tk-search__input:-webkit-autofill,
.tk-search__input:-webkit-autofill:hover,
.tk-search__input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: var(--color-navy);
  transition: background-color 5000s ease-in-out 0s;
}
.tk-search__clear {
  flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  background: var(--color-light); border: 0; border-radius: 50%;
  color: var(--color-muted); cursor: pointer;
  outline: none;
  transition: background .15s ease, color .15s ease, transform .12s ease;
  -webkit-tap-highlight-color: transparent;
}
.tk-search__clear:hover { background: rgba(220, 38, 38, .12); color: #dc2626; }
.tk-search__clear:active { transform: scale(.92); }
.tk-search__clear:focus-visible { box-shadow: 0 0 0 3px rgba(38, 61, 137, .25); }
@media (prefers-reduced-motion: reduce) { .tk-search__clear { transition: none; } .tk-search__clear:active { transform: none; } }
.tk-search__spinner {
  flex-shrink: 0;
  width: 18px; height: 18px;
  border: 2px solid var(--color-border);
  border-top-color: var(--color-brand);
  border-radius: 50%;
  animation: tkSearchSpin .7s linear infinite;
}
@keyframes tkSearchSpin { to { transform: rotate(360deg); } }

.tk-search__list {
  list-style: none; margin: var(--tk-space-2) 0 0; padding: var(--tk-space-2);
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .12);
  max-height: 320px; overflow-y: auto;
  position: absolute; left: 0; right: 0; z-index: 100;
}
.tk-search__opt {
  position: relative;
  display: flex; align-items: center; gap: var(--tk-space-3);
  padding: var(--tk-space-2) var(--tk-space-3);
  border-radius: 8px;
  cursor: pointer;
  transition: background .14s ease, transform .12s ease;
  -webkit-tap-highlight-color: transparent;
}
.tk-search__opt:hover,
.tk-search__opt.is-active {
  background: var(--color-light);
}
.tk-search__opt.is-active::before {
  content: '';
  position: absolute; left: 0; top: 8px; bottom: 8px; width: 3px;
  background: var(--color-brand);
  border-radius: 0 3px 3px 0;
}
.tk-search__opt:active { transform: scale(.985); background: rgba(38, 61, 137, .07); }
@media (prefers-reduced-motion: reduce) {
  .tk-search__opt { transition: none; }
  .tk-search__opt:active { transform: none; }
}
.tk-search__list-thumb {
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  background: var(--color-light);
  border-radius: 8px;
  overflow: hidden;
}
.tk-search__list-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.tk-search__list { text-align: left; }
.tk-search__list-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; text-align: left; }
.tk-search__list-name {
  font-size: 14px; font-weight: 700; color: var(--color-navy);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.tk-search__list-meta {
  display: inline-flex; gap: var(--tk-space-2); align-items: center;
  font-size: 12px; color: var(--color-muted);
}
.tk-search__list-cat { text-transform: uppercase; letter-spacing: .04em; font-weight: 700; }
.tk-search__list-price strong { color: var(--color-brand); font-weight: 800; }
.tk-search__list-arrow {
  flex-shrink: 0; color: var(--color-muted); font-size: 16px;
}
.tk-search__opt.is-active .tk-search__list-arrow,
.tk-search__opt:hover .tk-search__list-arrow { color: var(--color-brand); }
.tk-search__empty {
  padding: var(--tk-space-4);
  text-align: center;
  font-size: 14px; color: var(--color-muted);
}

/* Finder variant — prominent search-to-sell field with a fused submit button */
.tk-search--finder { max-width: 600px; }
.tk-search--finder .tk-search__field {
  height: 62px;
  padding: 0 7px 0 var(--tk-space-4, 18px);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .07);
}
.tk-search--finder .tk-search__field:focus-within {
  box-shadow: 0 0 0 4px rgba(38, 61, 137, .14), 0 16px 38px rgba(38, 61, 137, .12);
}
.tk-search--finder .tk-search__input { font-size: 17px; }
.tk-search__submit {
  flex-shrink: 0;
  display: inline-flex; align-items: center; gap: 8px;
  height: 48px; padding: 0 22px;
  background: var(--color-brand, #263D89);
  color: #fff;
  border: 0; border-radius: 12px;
  font-family: inherit; font-size: 15px; font-weight: 700; letter-spacing: -.01em;
  cursor: pointer; white-space: nowrap;
  transition: background .16s ease, transform .12s ease, box-shadow .16s ease;
  -webkit-tap-highlight-color: transparent;
}
.tk-search__submit:hover { background: var(--color-brand-deep, #0d1640); box-shadow: 0 6px 18px rgba(38, 61, 137, .32); }
.tk-search__submit:active { transform: scale(.97); }
.tk-search__submit:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(38, 61, 137, .35); }
.tk-search__submit svg { width: 18px; height: 18px; }
@media (prefers-reduced-motion: reduce) { .tk-search__submit { transition: none; } .tk-search__submit:active { transform: none; } }
@media (max-width: 560px) {
  .tk-search--finder .tk-search__field { height: 56px; }
  .tk-search__submit { padding: 0 15px; }
  .tk-search__submit-label { display: none; }
}

/* Hero CTA (trade-in page header) → jumps to the device search */
html { scroll-behavior: smooth; }
.tk-cats { scroll-margin-top: 92px; }
.tk-pghd__cta {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 24px; padding: 14px 26px;
  background: var(--color-yellow, #FEC20E); color: var(--color-navy, #1F252D);
  border-radius: 999px; font-weight: 800; font-size: 16px; text-decoration: none;
  box-shadow: 0 8px 22px rgba(254, 194, 14, .34);
  transition: transform .14s ease, box-shadow .16s ease, background .16s ease;
}
.tk-pghd__cta:hover { background: var(--color-yellow-dark, #E5AE0C); transform: translateY(-1px); box-shadow: 0 10px 26px rgba(254, 194, 14, .42); }
.tk-pghd__cta:active { transform: translateY(0); }
.tk-pghd__cta svg { width: 16px; height: 16px; }
.tk-pghd__trust {
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center;
  gap: 8px 20px; margin: 18px 0 0; padding: 0;
}
.tk-pghd__trust li {
  position: relative; font-size: 13.5px; font-weight: 600; color: var(--color-muted, #77838f);
}
.tk-pghd__trust li:not(:last-child)::after {
  content: '·'; position: absolute; right: -12px; color: var(--color-stone-300, #C9C9C0);
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .tk-pghd__cta { transition: none; } }

/* Tighten the gap between About-partner and the search section */
.tk-partner { padding-bottom: clamp(28px, 3.2vw, 44px); }
.tk-cats { padding-top: clamp(24px, 3vw, 40px); }

/* Rotating sales slogans under the section title */
.tk-rotator { position: relative; display: grid; }
.tk-rotator__item {
  grid-area: 1 / 1; margin: 0;
  opacity: 0; transform: translateY(7px);
  /* No transition on inactive → outgoing slogan vanishes instantly (no ghost overlap) */
}
.tk-rotator__item.is-active {
  opacity: 1; transform: none;
  transition: opacity .5s ease, transform .5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .tk-rotator__item.is-active { transition: none; }
}

/* Sell-categories — search sits on a soft brand-tinted panel + trust chips */
.tk-cats__search {
  position: relative;
  max-width: 680px; margin: 38px auto 0;
  padding: 28px 20px 16px;
  background: linear-gradient(180deg, rgba(38, 61, 137, .055), rgba(38, 61, 137, .02));
  border: 1px solid var(--color-border, #e6eaf0);
  border-radius: 22px;
}
/* Animated aurora glow behind the panel */
.tk-cats__search::before {
  content: ''; position: absolute; inset: -26px -18px; z-index: 0; pointer-events: none;
  background:
    radial-gradient(42% 58% at 16% 18%, rgba(38, 61, 137, .22), transparent 72%),
    radial-gradient(46% 64% at 86% 88%, rgba(254, 194, 14, .26), transparent 72%);
  filter: blur(28px); border-radius: 44px;
  animation: tkAurora 9s ease-in-out infinite alternate;
}
@keyframes tkAurora {
  from { transform: translate3d(-7px, -5px, 0) scale(1); }
  to   { transform: translate3d(9px, 7px, 0) scale(1.07); }
}
.tk-cats__search > .tk-cats__trust { position: relative; z-index: 1; }
.tk-cats__search > .tk-search { position: relative; z-index: 3; }
/* Mascot — friendly device-bot peeking over the panel, pointing at the search */
.tk-cats__mascot svg { display: block; width: 100%; height: 100%; }
.tk-cats__mascot {
  position: absolute; top: -74px; left: -12px; width: 100px; height: 100px;
  z-index: 4; pointer-events: none;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, .18));
  animation: tkMascotFloat 3.6s ease-in-out infinite;
}
@keyframes tkMascotFloat {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50%      { transform: translateY(-7px) rotate(-1deg); }
}
.tk-cats__mascot .tk-mascot__arm {
  transform-box: fill-box; transform-origin: 12% 6%;
  animation: tkMascotPoint 1.7s ease-in-out infinite;
}
@keyframes tkMascotPoint {
  0%, 100% { transform: rotate(-7deg); }
  50%      { transform: rotate(9deg); }
}
@media (prefers-reduced-motion: reduce) {
  .tk-cats__search::before,
  .tk-cats__mascot,
  .tk-cats__mascot .tk-mascot__arm { animation: none; }
}
.tk-cats__search .tk-search,
.tk-cats__search .tk-search--finder { max-width: 100%; }
.tk-cats__search .tk-search--finder .tk-search__field { box-shadow: 0 6px 18px rgba(15, 23, 42, .06); }
.tk-cats__trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px;
  margin: 16px 0 2px; padding: 0; list-style: none;
}
.tk-cats__trust li {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13.5px; font-weight: 600; color: var(--color-body, #4B545D);
}
.tk-cats__trust svg { width: 18px; height: 18px; color: var(--color-yellow-dark, #E5AE0C); flex-shrink: 0; }
.tk-cats__trustline { margin: 16px auto 2px; max-width: 52ch; text-align: center; font-size: 13.5px; font-weight: 500; line-height: 1.5; color: var(--color-body, #4B545D); }
@media (max-width: 560px) {
  .tk-cats__search { padding: 26px 14px 12px; border-radius: 18px; margin-top: 48px; }
  .tk-cats__trust { gap: 6px 16px; }
  .tk-cats__trust li { font-size: 13px; }
  .tk-cats__mascot { width: 64px; height: 64px; top: -42px; left: 2px; }
}

/* Variant tweaks */
.tk-search--wizard { max-width: 720px; }
.tk-search--widget { max-width: 100%; }
.tk-search--widget .tk-search__field { height: 48px; border-radius: 10px; }
.tk-search--header { max-width: 360px; }
.tk-search--header .tk-search__field { height: 40px; border-radius: 8px; }

/* ──────────────────────────────────────────────────────────────────────── */
/* Product sell-hero — templates/product.json                              */
/* ──────────────────────────────────────────────────────────────────────── */
.tk-psell { padding-block: var(--tk-space-9); padding-inline: var(--tk-gutter, 24px); background: var(--color-light); }
.tk-psell__inner { max-width: var(--tk-content-max, 96rem); margin-inline: auto; padding-inline: var(--tk-gutter, 24px); }
.tk-psell__crumbs {
  display: flex; gap: var(--tk-space-2); align-items: center;
  font-size: 13px; color: var(--color-muted);
  margin-bottom: var(--tk-space-5);
}
.tk-psell__crumbs a { color: var(--color-muted); text-decoration: none; }
.tk-psell__crumbs a:hover { color: var(--color-brand); }
.tk-psell__cols {
  display: grid; grid-template-columns: 1fr; gap: var(--tk-space-7);
  align-items: center;
}
.tk-psell__tag {
  display: inline-block;
  padding: var(--tk-space-1) var(--tk-space-3);
  background: var(--color-yellow);
  color: var(--color-navy);
  font-size: 12px; font-weight: 800;
  border-radius: 6px;
  text-transform: uppercase; letter-spacing: .06em;
  margin-bottom: var(--tk-space-4);
}
.tk-psell__h1 {
  font-size: 36px; font-weight: 900;
  color: var(--color-navy);
  letter-spacing: -.025em;
  line-height: 1.1;
  margin: 0 0 var(--tk-space-4);
}
.tk-psell__h1 em { font-style: normal; color: var(--color-brand); }
.tk-psell__sub {
  font-size: 16px; line-height: 1.6;
  color: var(--color-body);
  margin: 0 0 var(--tk-space-5);
}
.tk-psell__price {
  display: inline-flex; flex-direction: column;
  padding: var(--tk-space-3) var(--tk-space-5);
  background: #fff;
  border: 1.5px solid var(--color-border);
  border-radius: 12px;
  margin-bottom: var(--tk-space-5);
}
.tk-psell__price-label {
  font-size: 11px; font-weight: 800; color: var(--color-muted);
  text-transform: uppercase; letter-spacing: .06em;
}
.tk-psell__price strong { font-size: 32px; font-weight: 900; color: var(--color-brand); margin: 2px 0; }
.tk-psell__price small { font-size: 12px; color: var(--color-muted); }
.tk-psell__cta { display: flex; gap: var(--tk-space-3); flex-wrap: wrap; margin-bottom: var(--tk-space-5); }
.tk-psell__trust {
  list-style: none; margin: 0; padding: 0;
  display: flex; gap: var(--tk-space-5); flex-wrap: wrap;
  font-size: 13px; color: var(--color-muted); font-weight: 600;
}
.tk-psell__trust li {
  display: inline-flex; align-items: center; gap: var(--tk-space-1);
}
.tk-psell__trust li::before {
  content: '\2713'; color: #16a34a; font-weight: 900;
}
.tk-psell__media {
  display: flex; align-items: center; justify-content: center;
  background: #fff;
  border-radius: 16px;
  padding: var(--tk-space-5);
  box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}
.tk-psell__img { width: 100%; height: auto; max-width: 480px; object-fit: contain; }

@media (width >= 64rem) {
  .tk-psell { padding-block: var(--tk-space-11); padding-inline: var(--tk-gutter, 48px); }
  .tk-psell__cols { grid-template-columns: 1fr 1fr; gap: var(--tk-space-10); }
  .tk-psell__h1 { font-size: 48px; }
}

/* ──────────────────────────────────────────────────────────────────────── */
/* Product sell INLINE configurator — templates/product.json (replaces wizard step 2) */
/* ──────────────────────────────────────────────────────────────────────── */
.tk-pcfg {
  padding-block: 56px;
  padding-inline: var(--tk-gutter, 24px);
  background:
    radial-gradient(ellipse at 20% 0%, rgba(38, 61, 137, 0.05) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 100%, rgba(254, 194, 14, 0.05) 0%, transparent 60%),
    linear-gradient(180deg, var(--color-stone-50, #FAFAF7) 0%, #ffffff 60%);
}
@media (width >= 48rem) { .tk-pcfg { padding-block: 88px; } }
@media (width >= 80rem) { .tk-pcfg { padding-block: 112px; } }

.tk-pcfg__inner { max-width: var(--tk-content-max, 96rem); margin-inline: auto; }

.tk-pcfg__split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (width >= 64rem) {
  .tk-pcfg__split { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 64px; align-items: start; }
}
@media (width >= 80rem) {
  .tk-pcfg__split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 96px; }
}

/* LEFT: media + name */
.tk-pcfg__media { display: flex; flex-direction: column; gap: 20px; position: relative; }
@media (width >= 64rem) { .tk-pcfg__media { position: sticky; top: 96px; } }

.tk-pcfg__back {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 13px; font-weight: 600; color: var(--color-muted);
  text-decoration: none; align-self: flex-start;
  padding: 6px 12px; border-radius: 999px;
  transition: background var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease), color var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease);
}
.tk-pcfg__back:hover { background: var(--color-stone-100); color: var(--color-navy); }

.tk-pcfg__media img {
  display: block;
  width: 100%;
  max-width: 540px;
  height: auto;
  margin-inline: auto;
  filter: drop-shadow(0 24px 48px rgba(15, 20, 35, 0.10));
}
.tk-pcfg__media-fallback { font-size: 120px; text-align: center; opacity: 0.6; }

.tk-pcfg__media-meta { text-align: center; }
.tk-pcfg__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--color-brand);
  background: rgba(38, 61, 137, 0.07);
  padding: 8px 16px;
  border-radius: 9999px;
  margin-bottom: 12px;
}
.tk-pcfg__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--color-yellow);
  box-shadow: 0 0 0 3px rgba(254, 194, 14, 0.20);
}
.tk-pcfg__h1 {
  font-size: 32px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.1;
  color: var(--color-navy); margin: 0 0 8px;
}
@media (width >= 48rem) { .tk-pcfg__h1 { font-size: 40px; } }
@media (width >= 80rem) { .tk-pcfg__h1 { font-size: 48px; } }
.tk-pcfg__sub { font-size: 14px; color: var(--color-body); margin: 0; line-height: 1.55; }

/* RIGHT: configurator */
.tk-pcfg__config { display: flex; flex-direction: column; gap: 24px; min-width: 0; }

.tk-pcfg__loading { display: flex; flex-direction: column; gap: 20px; }
.tk-pcfg__skel {
  background: linear-gradient(90deg, var(--color-stone-100, #f2f2ee) 0%, var(--color-stone-50, #fafaf7) 50%, var(--color-stone-100, #f2f2ee) 100%);
  background-size: 200% 100%;
  animation: tk-pcfg-shimmer 1.4s ease-in-out infinite;
  border-radius: 12px;
}
.tk-pcfg__skel--row { height: 48px; }
.tk-pcfg__skel--grid { height: 180px; }
@keyframes tk-pcfg-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.tk-pcfg__error {
  display: flex; flex-direction: column; gap: 8px;
  padding: 20px;
  background: rgba(220, 38, 38, 0.06);
  border: 1px solid rgba(220, 38, 38, 0.2);
  border-radius: 12px;
}
.tk-pcfg__error strong { color: var(--color-red); }

.tk-pcfg__groups { display: flex; flex-direction: column; gap: 20px; }
.tk-pcfg__group { display: flex; flex-direction: column; gap: 10px; }
.tk-pcfg__label {
  margin: 0;
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--color-navy);
}

.tk-pcfg__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.tk-pcfg__chip {
  display: inline-flex; align-items: center;
  padding: 10px 16px;
  background: #ffffff;
  border: 1.5px solid var(--color-stone-200);
  border-radius: 999px;
  font-family: inherit; font-size: 14px; font-weight: 600;
  color: var(--color-navy);
  cursor: pointer;
  transition: border-color var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease),
              background var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease),
              transform var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease);
}
.tk-pcfg__chip:hover { border-color: var(--color-navy); }
.tk-pcfg__chip.is-active {
  background: var(--color-navy);
  border-color: var(--color-navy);
  color: #ffffff;
}

.tk-pcfg__cond-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (width >= 40rem) { .tk-pcfg__cond-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; } }
.tk-pcfg__cond-card {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 16px 10px 12px;
  background: #ffffff;
  border: 1.5px solid var(--color-stone-200);
  border-radius: 14px;
  font-family: inherit;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: border-color var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease),
              transform var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease),
              box-shadow var(--tk-mood-dur-base, 240ms) var(--tk-mood-ease, ease);
}
.tk-pcfg__cond-card::before {
  content: "";
  position: absolute; inset: -1px;
  background: radial-gradient(circle at 50% 0%, rgba(254, 194, 14, 0.14) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.tk-pcfg__cond-card:hover::before, .tk-pcfg__cond-card.is-active::before { opacity: 1; }
.tk-pcfg__cond-card:hover { border-color: var(--color-stone-300); transform: translateY(-2px); box-shadow: var(--tk-mood-shadow-soft); }
.tk-pcfg__cond-card.is-active {
  border-color: var(--color-navy);
  box-shadow: var(--tk-mood-shadow-glow-brand), var(--tk-mood-shadow-elev);
}
.tk-pcfg__cond-art { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 64px; }
.tk-pcfg__cond-art img { width: 100%; height: 100%; object-fit: contain; }
.tk-pcfg__cond-card strong { font-size: 14px; font-weight: 700; color: var(--color-navy); }
.tk-pcfg__cond-price { font-size: 13px; font-weight: 700; color: var(--color-brand); }
.tk-pcfg__cond-card.is-active .tk-pcfg__cond-price { color: var(--color-navy); }

.tk-pcfg__faults { display: flex; flex-direction: column; gap: 16px; }
.tk-pcfg__faults-q { display: flex; flex-direction: column; gap: 8px; }
.tk-pcfg__faults-h { margin: 0; font-size: 12.5px; font-weight: 700; color: var(--color-navy); }
.tk-pcfg__faults-list { display: flex; flex-direction: column; gap: 6px; }
.tk-pcfg__fault {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 14px;
  background: var(--color-stone-50, #fafaf7);
  border: 1px solid var(--color-stone-200);
  border-radius: 10px;
  font-size: 13.5px; color: var(--color-navy);
  cursor: pointer;
  transition: border-color var(--tk-mood-dur-fast, 160ms) var(--tk-mood-ease, ease);
}
.tk-pcfg__fault:hover { border-color: var(--color-stone-300); }
.tk-pcfg__fault.is-checked { border-color: var(--color-brand); background: rgba(38, 61, 137, 0.04); }
.tk-pcfg__fault input { accent-color: var(--color-brand); flex-shrink: 0; }
.tk-pcfg__fault-name { flex: 1; }
.tk-pcfg__fault-amt { font-weight: 700; font-size: 13px; color: var(--color-red); flex-shrink: 0; }
.tk-pcfg__fault-amt--up { color: var(--color-green); }

.tk-pcfg__price-bar {
  position: sticky;
  bottom: 16px;
  z-index: 10;
  display: flex; align-items: center; gap: 16px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid var(--color-stone-200);
  border-radius: 18px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 8px 24px -8px rgba(15, 20, 35, 0.12),
    0 20px 48px -16px rgba(15, 20, 35, 0.18);
}
.tk-pcfg__price-meta { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.tk-pcfg__price-label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-body); }
.tk-pcfg__price-value { font-size: 28px; font-weight: 800; color: var(--color-navy); letter-spacing: -0.022em; line-height: 1; }
.tk-pcfg__price-meta small { font-size: 11px; color: var(--color-muted); }
.tk-pcfg__cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 14px 24px;
  flex-shrink: 0;
}
.tk-pcfg__cta:disabled {
  background: var(--color-stone-100);
  color: var(--color-stone-300);
  cursor: not-allowed;
  box-shadow: none;
}
@media (width < 40rem) {
  .tk-pcfg__price-bar { padding: 12px 14px; gap: 10px; border-radius: 14px; }
  .tk-pcfg__price-value { font-size: 22px; }
  .tk-pcfg__cta { padding: 12px 16px; font-size: 13px; }
}

.tk-mega--v2 .tk-mega__cols--2 { grid-template-columns: 1fr; gap: 24px; }
.tk-mega--v2 .tk-mega__cols--3 { grid-template-columns: 1fr; gap: 24px; }
.tk-mega--v2 .tk-mega__cols--4 { grid-template-columns: 1fr; gap: 24px; }
.tk-mega--v2 .tk-mega__cols--5 { grid-template-columns: 1fr; gap: 24px; }
@media (width >= 48rem) {
  .tk-mega--v2 .tk-mega__cols--2 { grid-template-columns: minmax(0, 1fr) minmax(0, 280px); gap: 32px; }
  .tk-mega--v2 .tk-mega__cols--3 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 280px); gap: 28px; }
  .tk-mega--v2 .tk-mega__cols--4 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 280px); gap: 24px; }
  .tk-mega--v2 .tk-mega__cols--5 { grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(0, 280px); gap: 24px; }
}
@media (width >= 64rem) {
  .tk-mega--v2 .tk-mega__cols--2 { grid-template-columns: minmax(280px, 360px) minmax(0, 320px); gap: 40px; justify-content: center; max-width: 100%; }
  .tk-mega--v2 .tk-mega__cols--3 { grid-template-columns: repeat(2, minmax(280px, 340px)) minmax(0, 320px); gap: 40px; justify-content: center; max-width: 100%; }
  .tk-mega--v2 .tk-mega__cols--4 { grid-template-columns: repeat(3, minmax(240px, 320px)) minmax(0, 320px); gap: 36px; justify-content: center; max-width: 100%; }
  .tk-mega--v2 .tk-mega__cols--5 { grid-template-columns: repeat(4, minmax(220px, 280px)) minmax(0, 320px); gap: 32px; justify-content: center; max-width: 100%; }
}

.tk-mega--v2 .tk-mega__feat-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--color-navy);
  letter-spacing: -0.01em;
  margin: 6px 0 8px;
  line-height: 1.2;
}
.tk-mega--v2 .tk-mega__feat-desc {
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-body, #4B545D);
  margin: 0 0 12px;
}
.tk-mega--v2 .tk-mega__more {
  font-weight: 600;
  color: var(--color-brand, #263D89);
}
.tk-mega--v2 .tk-mega__more::after { content: " →"; }

.tk-mega--v2 .tk-mega__feat {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border-radius: 14px;
  background: var(--color-navy, #1F252D);
  color: #fff;
  text-decoration: none;
  min-height: 280px;
  position: relative;
  overflow: hidden;
}
.tk-mega--v2 .tk-mega__feat--img { padding: 16px; }
.tk-mega--v2 .tk-mega__feat-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  margin: 0 0 4px;
}
.tk-mega--v2 .tk-mega__feat-media img {
  width: 100%;
  height: auto;
  max-height: 140px;
  object-fit: contain;
  display: block;
}
.tk-mega--v2 .tk-mega__feat-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tk-mega--v2 .tk-mega__feat-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-yellow, #FEC20E);
}
.tk-mega--v2 .tk-mega__feat-title {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.tk-mega--v2 .tk-mega__feat-desc {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 4px 0 8px;
}
.tk-mega--v2 .tk-mega__feat-cta {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-top: auto;
}
.tk-mega--v2 .tk-mega__feat:hover { background: #2a3140; }


.tk-mega--v2 .tk-mega__list--prices li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  text-decoration: none;
  color: var(--color-navy, #1F252D);
  font-size: 14px;
  min-width: 0;
}
.tk-mega--v2 .tk-mega__leaf-name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tk-mega--v2 .tk-mega__price {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 13px;
  color: var(--color-brand, #263D89);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.tk-mega--v2 .tk-mega__list--prices li a:hover { color: var(--color-brand, #263D89); }
.tk-mega--v2 .tk-mega__leaf { display: flex; align-items: center; gap: 12px; }
.tk-mega--v2 .tk-mega__leaf-thumb {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--color-light, #f5f6f8);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.tk-mega--v2 .tk-mega__leaf-thumb img { width: 100%; height: 100%; object-fit: contain; }

.tk-mega.tk-mega--v2 {
  padding-inline: var(--tk-gutter, 24px);
}
.tk-mega--v2 .tk-mega__cols {
  max-width: 1400px;
  margin-inline: auto;
}


.tk-mega--v2 a.tk-mega__feat {
  box-sizing: border-box;
  width: 100%;
}
.tk-mega--v2 a.tk-mega__feat > * {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.tk-mega--v2 a.tk-mega__feat .tk-mega__feat-eyebrow,
.tk-mega--v2 a.tk-mega__feat .tk-mega__feat-title,
.tk-mega--v2 a.tk-mega__feat .tk-mega__feat-desc,
.tk-mega--v2 a.tk-mega__feat .tk-mega__feat-cta {
  display: block;
  text-align: left;
  padding-inline: 0;
}
.tk-mega--v2 a.tk-mega__feat .tk-mega__feat-media { padding: 12px; }

/* === Mega menu polish (V01) === */
.tk-nav__has-mega > a {
  position: relative;
  transition: color 180ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1));
}
.tk-nav__has-mega > a > span,
.tk-nav__has-mega > a {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1.5px;
  transition: background-size 220ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1)),
              color 180ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1));
}
.tk-nav__has-mega:hover > a,
.tk-nav__has-mega:focus-within > a,
.tk-nav__has-mega.is-open > a {
  color: var(--color-brand, #263D89);
  background-size: calc(100% - 14px) 1.5px;
}
.tk-nav__has-mega > a .tk-nav__chev {
  background-image: none;
  transition: transform 200ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1)),
              opacity 200ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1));
}
.tk-nav__has-mega:hover > a .tk-nav__chev,
.tk-nav__has-mega:focus-within > a .tk-nav__chev,
.tk-nav__has-mega.is-open > a .tk-nav__chev {
  transform: rotate(180deg);
  opacity: .9;
}

.tk-mega.tk-mega--v2 {
  background: #ffffff;
  border-top: 1px solid var(--color-stone-200, #e6eaf0);
  border-bottom: 0;
  box-shadow: 0 24px 60px -16px rgba(15, 20, 35, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 180ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1)),
              transform 180ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1)),
              visibility 0s linear 180ms;
}
.tk-nav__has-mega:hover > .tk-mega.tk-mega--v2,
.tk-nav__has-mega:focus-within > .tk-mega.tk-mega--v2,
.tk-nav__has-mega.is-open > .tk-mega.tk-mega--v2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 180ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1)),
              transform 180ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1)),
              visibility 0s linear 0s;
  will-change: transform, opacity;
}

.tk-mega--v2 .tk-mega__col-h {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-muted, #6b7280);
  padding-bottom: 8px;
  margin: 0 0 10px;
  border-bottom: 1px solid var(--color-stone-100, #f1f3f6);
}

.tk-mega--v2 .tk-mega__list--prices li a {
  position: relative;
  padding: 10px 12px;
  margin: 0;
  border-radius: 8px;
  color: var(--color-navy, #1F252D);
  background-image: none;
  text-decoration: none;
  text-decoration-line: none;
  transition: background-color 150ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1)),
              color 150ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1));
}
.tk-mega--v2 .tk-mega__list--prices li a,
.tk-mega--v2 .tk-mega__list--prices li a:hover,
.tk-mega--v2 .tk-mega__list--prices li a:focus,
.tk-mega--v2 .tk-mega__list--prices li a:visited {
  background-image: none !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
}
.tk-mega--v2 .tk-mega__list--prices li a::after {
  content: "→";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  font-size: 13px;
  color: var(--color-brand, #263D89);
  transition: opacity 150ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1)),
              transform 150ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1));
  pointer-events: none;
}
.tk-mega--v2 .tk-mega__list--prices li a:hover {
  background-color: var(--color-stone-50, #f7f8fa);
  color: var(--color-navy, #1F252D);
}
.tk-mega--v2 .tk-mega__list--prices li a:hover::after {
  opacity: 1;
  transform: translate(4px, -50%);
}
.tk-mega--v2 .tk-mega__list--prices li a:hover .tk-mega__price {
  color: var(--color-brand-deep, #0d1640);
}
.tk-mega--v2 .tk-mega__list--prices li a[aria-current="page"] {
  border-left: 2px solid var(--color-brand, #263D89);
  padding-left: 10px;
}

.tk-mega--v2 .tk-mega__more {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--color-stone-100, #f1f3f6);
  font-weight: 700;
  color: var(--color-brand, #263D89);
  text-decoration: none;
  transition: color 150ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1));
}
.tk-mega--v2 .tk-mega__more::after {
  content: " →";
  display: inline-block;
  transition: transform 200ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1));
}
.tk-mega--v2 .tk-mega__more:hover { color: var(--color-brand-deep, #0d1640); }
.tk-mega--v2 .tk-mega__more:hover::after { transform: translateX(4px); }

.tk-mega--v2 .tk-mega__feat {
  position: relative;
  overflow: hidden;
  transition: transform 250ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1)),
              box-shadow 250ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1));
}
.tk-mega--v2 .tk-mega__feat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.08) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 250ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1));
  pointer-events: none;
  z-index: 1;
}
.tk-mega--v2 .tk-mega__feat > * { position: relative; z-index: 2; }
.tk-mega--v2 .tk-mega__feat:hover {
  transform: scale(1.015);
  box-shadow: 0 20px 40px -18px rgba(15, 20, 35, 0.4);
}
.tk-mega--v2 .tk-mega__feat:hover::before { transform: translateX(100%); }
.tk-mega--v2 .tk-mega__feat-media img {
  transition: transform 250ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1));
}
.tk-mega--v2 .tk-mega__feat:hover .tk-mega__feat-media img { transform: scale(1.04); }
.tk-mega--v2 .tk-mega__feat-eyebrow {
  transition: color 250ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1));
}
.tk-mega--v2 .tk-mega__feat:hover .tk-mega__feat-eyebrow {
  color: var(--color-yellow, #FEC20E);
}
.tk-mega--v2 .tk-mega__feat-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.tk-mega--v2 .tk-mega__feat-cta::after {
  content: "→";
  display: inline-block;
  margin-left: 2px;
  transition: transform 200ms var(--tk-mood-ease, cubic-bezier(.2,.8,.2,1));
}
.tk-mega--v2 .tk-mega__feat:hover .tk-mega__feat-cta::after { transform: translateX(4px); }

@media (prefers-reduced-motion: reduce) {
  .tk-nav__has-mega > a,
  .tk-nav__has-mega > a > span,
  .tk-nav__has-mega > a .tk-nav__chev,
  .tk-mega.tk-mega--v2,
  .tk-mega--v2 .tk-mega__list--prices li a,
  .tk-mega--v2 .tk-mega__list--prices li a::after,
  .tk-mega--v2 .tk-mega__more,
  .tk-mega--v2 .tk-mega__more::after,
  .tk-mega--v2 .tk-mega__feat,
  .tk-mega--v2 .tk-mega__feat::before,
  .tk-mega--v2 .tk-mega__feat-media img,
  .tk-mega--v2 .tk-mega__feat-eyebrow,
  .tk-mega--v2 .tk-mega__feat-cta::after {
    transition-duration: 0ms;
    animation-duration: 0ms;
  }
  .tk-mega--v2 .tk-mega__feat:hover,
  .tk-mega--v2 .tk-mega__feat:hover .tk-mega__feat-media img,
  .tk-mega--v2 .tk-mega__feat:hover::before,
  .tk-mega--v2 .tk-mega__list--prices li a:hover::after,
  .tk-mega--v2 .tk-mega__more:hover::after {
    transform: none;
  }
}

/* === V62 product page === */
.tk-pgal { padding-block: var(--tk-space-5, 20px); padding-inline: var(--tk-gutter, 24px); background: transparent; border-bottom: 0; }
.tk-pgal__inner { max-width: 420px; margin-inline: auto; display: grid; gap: var(--tk-space-3, 12px); grid-template-columns: 1fr; }
.tk-pgal__hero { aspect-ratio: 1 / 1; max-width: 360px; margin-inline: auto; width: 100%; background: var(--color-stone-50, #fafaf7); border-radius: 16px; overflow: hidden; position: relative; }
.tk-pgal__hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.tk-pgal__hero:hover img { transform: scale(1.04); }
.tk-pgal__placeholder { color: var(--color-stone-300, #d1d5db); display: inline-flex; }
.tk-pgal__thumbs { list-style: none; padding: 0; margin: 0; display: flex; gap: var(--tk-space-2, 8px); flex-wrap: wrap; justify-content: center; }
.tk-pgal__thumb-wrap { list-style: none; }
.tk-pgal__thumb { width: 60px; height: 60px; min-width: 44px; min-height: 44px; border-radius: 10px; border: 1.5px solid var(--color-stone-200, #e6eaf0); background: var(--color-stone-50, #fafaf7); padding: 0; cursor: pointer; transition: border-color 150ms; overflow: hidden; }
.tk-pgal__thumb img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; }
.tk-pgal__thumb.is-active, .tk-pgal__thumb:hover, .tk-pgal__thumb:focus-visible { border-color: var(--color-brand, #263D89); outline: none; }

.tk-ptrust { padding-block: var(--tk-space-6, 24px); padding-inline: var(--tk-gutter, 24px); background: var(--color-light, #F7F8FA); }
.tk-ptrust__inner { max-width: var(--tk-content-max, 96rem); margin-inline: auto; display: grid; gap: var(--tk-space-3, 12px); grid-template-columns: 1fr; }
@media (width >= 64rem) { .tk-ptrust__inner { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
.tk-ptrust__row { display: flex; align-items: center; gap: var(--tk-space-3, 12px); padding: var(--tk-space-3, 12px) var(--tk-space-4, 16px); background: #fff; border: 1px solid var(--color-stone-200, #e6eaf0); border-radius: 12px; text-decoration: none; color: var(--color-navy, #1F252D); min-height: 64px; }
a.tk-ptrust__row:hover { border-color: var(--color-brand, #263D89); }
.tk-ptrust__icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(38, 61, 137, 0.08); color: var(--color-brand, #263D89); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tk-ptrust__label { font-size: 14px; color: var(--color-navy, #1F252D); font-weight: 600; line-height: 1.4; }

.tk-pbuy__vgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--tk-space-3, 12px); }
@media (width >= 48rem) { .tk-pbuy__vgrid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.tk-pbuy__vcard { min-height: 64px; padding: var(--tk-space-3, 12px) var(--tk-space-4, 16px); border: 1.5px solid var(--color-stone-200, #e6eaf0); background: #fff; border-radius: 12px; font-size: 18px; font-weight: 700; color: var(--color-navy, #1F252D); cursor: pointer; transition: border-color 150ms, background 150ms, color 150ms; display: inline-flex; align-items: center; justify-content: center; text-align: center; line-height: 1.2; }
@media (width >= 64rem) { .tk-pbuy__vcard { font-size: 20px; } }
.tk-pbuy__vcard:hover { border-color: var(--color-brand, #263D89); }
.tk-pbuy__vcard:focus-visible { outline: 2px solid var(--color-brand, #263D89); outline-offset: 2px; }
.tk-pbuy__vcard[aria-checked="true"], .tk-pbuy__vcard.is-active { background: var(--color-navy, #1F252D); border-color: var(--color-navy, #1F252D); color: #fff; }

.tk-pbuy__fault-req { display: inline-block; margin-left: var(--tk-space-2, 8px); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; color: var(--color-yellow-deep, #B07A00); background: rgba(254, 194, 14, 0.18); padding: 2px 6px; border-radius: 4px; }

@media (width >= 64rem) {
  .tk-pgal__inner { grid-template-columns: 1fr; max-width: 460px; }
  .tk-pgal__hero { max-width: 400px; }
}

.tk-pbuy__gallery { display: flex; flex-direction: column; gap: var(--tk-space-3, 12px); margin-bottom: var(--tk-space-4, 16px); }
.tk-pbuy__gallery-hero { aspect-ratio: 1 / 1; max-width: 100%; background: var(--color-stone-50, #fafaf7); border: 1px solid var(--color-stone-200, #e6eaf0); border-radius: 16px; overflow: hidden; position: relative; }
.tk-pbuy__gallery-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; padding: 16%; box-sizing: border-box; transition: transform .35s cubic-bezier(.2,.8,.2,1); transform-origin: center; }
.tk-pbuy__gallery-hero:hover img { transform: scale(1.04); }
.tk-pbuy__gallery-thumbs { list-style: none; padding: 0; margin: 0; display: flex; gap: var(--tk-space-2, 8px); flex-wrap: wrap; justify-content: center; }
.tk-pbuy__gallery-thumb { width: 56px; height: 56px; min-width: 44px; min-height: 44px; border-radius: 10px; border: 1.5px solid var(--color-stone-200, #e6eaf0); background: var(--color-stone-50, #fafaf7); padding: 0; cursor: pointer; transition: border-color 150ms; overflow: hidden; }
.tk-pbuy__gallery-thumb img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; padding: 6%; box-sizing: border-box; }
.tk-pbuy__gallery-thumb.is-active, .tk-pbuy__gallery-thumb:hover { border-color: var(--color-brand, #263D89); }


/* === about-partner.liquid === */
/* Mobile-first: single column → 2-col split at 64rem. Container inherits .tk-sec__inner. */
.tk-partner__grid { display: grid; gap: 32px; }
  @media (width >= 64rem) {
    .tk-partner__grid { grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
  }

.tk-partner__body { margin-inline: 0; max-width: none; }

/* Stat band — three figures w/ icons, content-hugging for an even, tight lockup */
.tk-partner__stats { display: flex; align-items: flex-end; flex-wrap: nowrap; margin: 14px 0 32px; }
.tk-partner__stat { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 0 clamp(18px, 3vw, 30px); }
.tk-partner__stat:first-child { padding-left: 0; }
.tk-partner__stat:last-child { padding-right: 0; }
.tk-partner__stat + .tk-partner__stat { border-left: 1px solid var(--color-stone-200, var(--color-border)); }
.tk-partner__stat-num { font-size: clamp(36px, 5.4vw, 58px); font-weight: 800; line-height: .9; letter-spacing: -.035em; color: var(--color-navy); white-space: nowrap; }
.tk-partner__stat--accent .tk-partner__stat-num { color: #a67c00; }
.tk-partner__stat-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--color-muted); margin-top: 10px; white-space: nowrap; }
.tk-partner__headline { font-size: clamp(23px, 2.8vw, 32px); font-weight: 800; line-height: 1.12; letter-spacing: -.02em; color: var(--color-navy); margin: 0 0 16px; }
@media (width < 26rem) {
  .tk-partner__stat { padding: 0 14px; }
  .tk-partner__stat-num { font-size: 32px; }
  .tk-partner__stat-label { font-size: 10px; letter-spacing: .06em; }
}

.tk-partner__stores { list-style: none; margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 10px; }
  @media (width >= 40rem) { .tk-partner__stores { grid-template-columns: 1fr 1fr; gap: 12px 24px; } }
.tk-partner__store { display: flex; }
.tk-partner__store-row {
  width: 100%; display: flex; align-items: center; gap: 10px;
  text-align: left; background: transparent;
  border: 1px solid transparent; border-radius: 12px;
  padding: 8px 12px; cursor: pointer; font: inherit; color: inherit;
  transition: background .18s ease, border-color .18s ease;
  -webkit-tap-highlight-color: transparent;
}
.tk-partner__store-row:hover { background: var(--color-stone-50, #FAFAF7); }
.tk-partner__store-row.is-active { background: rgba(38, 61, 137, .06); border-color: rgba(38, 61, 137, .14); }
.tk-partner__store-row:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(38, 61, 137, .25); }
.tk-partner__pin { flex: none; color: var(--color-brand, #263D89); transition: color .18s ease; }
.tk-partner__store-row.is-active .tk-partner__pin { color: var(--color-yellow-dark, #E5AE0C); }
.tk-partner__store-text { display: flex; flex-direction: column; line-height: 1.3; }
.tk-partner__store-text strong { font-size: 15px; color: var(--color-navy); font-weight: 600; }
.tk-partner__store-text span { font-size: 13px; color: var(--color-muted); }
.tk-partner__store-arrow {
  margin-left: auto; flex: none; color: var(--color-brand, #263D89);
  opacity: 0; transform: translateX(-4px);
  transition: opacity .18s ease, transform .18s ease;
}
.tk-partner__store-row:hover .tk-partner__store-arrow,
.tk-partner__store-row.is-active .tk-partner__store-arrow { opacity: 1; transform: none; }

.tk-partner__store--cta { display: flex; align-items: center; }
.tk-partner__cta { margin: 0; }

/* Right column wraps card + badges strip */
.tk-partner__side { display: flex; flex-direction: column; gap: 16px; }

/* Trust badges strip — sits below the proof card, fills the right column */
.tk-partner__badges {
  list-style: none; margin: 0; padding: 18px 22px;
  display: grid; grid-template-columns: 1fr; gap: 12px;
  background: #ffffff;
  border: 1px solid var(--color-stone-200, var(--color-border));
  border-radius: var(--tk-mood-radius-card, 16px);
  box-shadow: 0 1px 3px rgba(16, 24, 40, .04);
}
  @media (width >= 40rem) { .tk-partner__badges { grid-template-columns: 1fr 1fr; gap: 12px 20px; } }
.tk-partner__badge { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--color-navy); }
.tk-partner__badge-ic { flex: none; display: inline-flex; color: var(--color-brand, #263D89); }

/* Proof card */
.tk-partner__proof {
  background: #ffffff;
  border: 1px solid var(--color-stone-200, var(--color-border));
  border-radius: var(--tk-mood-radius-card, 16px);
  padding: 28px 24px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, .04);
}
.tk-partner__brandrow { display: flex; align-items: center; }
.tk-partner__logo { height: 40px; width: auto; display: block; }
.tk-partner__rating { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-top: 18px; padding-bottom: 22px; border-bottom: 1px solid var(--color-stone-200, var(--color-border)); }
.tk-partner__stars { height: 20px; width: auto; display: block; }
.tk-partner__rating-text { font-size: 14px; color: var(--color-muted); }
.tk-partner__rating-text strong { color: var(--color-navy); font-weight: 700; }
.tk-partner__rating--link { text-decoration: none; transition: opacity .15s ease; }
.tk-partner__rating--link:hover { opacity: .72; }
.tk-partner__rating--link:hover .tk-partner__rating-text { text-decoration: underline; }

/* Dynamic store card — switches per selected store, with a fade-in on swap */
.tk-partner__storecard.is-in { animation: tkProofIn .4s ease both; }
@keyframes tkProofIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.tk-partner__cardhead { display: flex; align-items: center; gap: 14px; }
.tk-partner__cardhead .tk-partner__logo { height: 34px; width: auto; flex: none; display: block; }
.tk-partner__cardhead-text { min-width: 0; }
.tk-partner__store-name { font-size: 18px; font-weight: 800; color: var(--color-navy); letter-spacing: -.01em; margin: 0 0 1px; line-height: 1.2; }
.tk-partner__store-addr { font-size: 13.5px; color: var(--color-muted); margin: 0; }
.tk-partner__storecard .tk-partner__rating { margin-top: 16px; }
.tk-partner__quote {
  margin: 16px 0 0; padding: 12px 14px;
  background: var(--color-stone-50, #FAFAF7);
  border-left: 3px solid var(--color-yellow, #FEC20E);
  border-radius: 0 10px 10px 0;
}
.tk-partner__quote[hidden] { display: none; }
.tk-partner__quote-text { display: block; font-size: 13.5px; line-height: 1.5; color: var(--color-navy); font-style: italic; }
.tk-partner__quote-text:not(:empty)::before { content: '“'; }
.tk-partner__quote-text:not(:empty)::after { content: '”'; }
.tk-partner__quote-author { display: block; margin-top: 6px; font-size: 12.5px; font-weight: 700; color: var(--color-muted); font-style: normal; }
@media (prefers-reduced-motion: reduce) { .tk-partner__storecard.is-in { animation: none; } }

.tk-partner__team-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: var(--color-muted); margin: 22px 0 16px; }
.tk-partner__team { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 12px; }
  @media (width >= 40rem) { .tk-partner__team { grid-template-columns: repeat(4, 1fr); gap: 16px 10px; } }
.tk-partner__member { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 7px; }
.tk-partner__avatar { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; background: var(--color-light, #f4f5f7); flex: none; }
.tk-partner__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tk-partner__member strong { font-size: 13px; color: var(--color-navy); font-weight: 600; line-height: 1.2; }
.tk-partner__member span { font-size: 12px; color: var(--color-muted); line-height: 1.3; }

/* === Mobile density pass: horizontal-scroll carousels + tighter section rhythm === */
@media (width < 48rem) {
  .tk-sec { padding-block: 44px; }
}
@media (width < 40rem) {
  /* Testimonials: compact swipe carousel (one card, centered, slim symmetric peek) */
  .tk-tst__grid {
    display: flex; flex-wrap: nowrap; overflow-x: auto;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    gap: 12px; padding-bottom: 8px;
    margin-inline: calc(var(--tk-gutter, 16px) * -1);
    padding-inline: var(--tk-gutter, 16px);
    scrollbar-width: none;
  }
  .tk-tst__grid::-webkit-scrollbar { display: none; }
  .tk-tst__card { flex: 0 0 86%; scroll-snap-align: center; }

  /* Payment methods: compact horizontal rows on mobile (short, no sideways cut-off) */
  .tk-paym__grid { grid-template-columns: 1fr; gap: 10px; }
  .tk-paym__card {
    display: grid; grid-template-columns: 46px 1fr; column-gap: 14px; row-gap: 0;
    align-items: center; padding: 12px 16px; text-align: left;
  }
  .tk-paym__logo { grid-column: 1; grid-row: 1 / 4; width: 46px; height: 46px; margin: 0; border-radius: 12px; align-self: center; }
  .tk-paym__card h3 { grid-column: 2; grid-row: 1; margin: 0; font-size: 15px; }
  .tk-paym__time { grid-column: 2; grid-row: 2; margin: 1px 0; font-size: 11px; }
  .tk-paym__body { grid-column: 2; grid-row: 3; margin: 0; font-size: 12.5px; line-height: 1.4; }
  .tk-paym__ribbon, .tk-paym__bonus { display: none; }

  /* Store list: single-column stack on mobile (interactive tap targets) */
  .tk-partner__stores { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .tk-partner__store { flex: none; }
}

/* === Mobile density pass 2: overflow fix + shipping/how-it-works carousels === */
@media (width < 40rem) {
  /* Stop carousel intrinsic width from blowing out about-partner columns */
  .tk-partner__grid > * { min-width: 0; }

  /* how-it-works -> swipe carousel (hide vertical rail) */
  .tk-ship__line,
  .tk-hiw__line { display: none; }
  .tk-hiw__steps {
    display: flex; flex-wrap: nowrap; overflow-x: auto;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    gap: 12px; padding-bottom: 8px;
    margin-inline: calc(var(--tk-gutter, 16px) * -1);
    padding-inline: var(--tk-gutter, 16px);
    scrollbar-width: none;
  }
  .tk-hiw__steps::-webkit-scrollbar { display: none; }
  .tk-hiw__steps > .tk-hiw__step { flex: 0 0 84%; scroll-snap-align: start; min-width: 0; }

  /* Shipping-guide: compact horizontal rows on mobile (no sideways cut-off) */
  .tk-ship__grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .tk-ship__step {
    display: grid; grid-template-columns: auto 44px 1fr; column-gap: 12px; row-gap: 0;
    align-items: center; padding: 14px 16px; text-align: left;
  }
  .tk-ship__num { position: static; transform: none; grid-column: 1; grid-row: 1 / 4; align-self: center; }
  .tk-ship__icon { grid-column: 2; grid-row: 1 / 4; width: 44px; height: 44px; margin: 0; align-self: center; }
  .tk-ship__step h3 { grid-column: 3; grid-row: 1; margin: 0 0 2px; font-size: 14.5px; }
  .tk-ship__step p { grid-column: 3; grid-row: 2; margin: 0 0 6px; font-size: 12.5px; line-height: 1.45; }
  .tk-ship__tip { grid-column: 3; grid-row: 3; }
}

/* Perf (Intel Mac 2018-19): honour reduced-motion + pause off-screen infinite
   animations so idle sections stop compositing on integrated GPUs. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
.tk-offscreen, .tk-offscreen *, .tk-offscreen *::before, .tk-offscreen *::after {
  animation-play-state: paused !important;
}
