/* Generated from inline styles in site HTML pages. */

/* index.html */
body.page-home {
      --tk-bg: #edf3fa;
      --tk-surface: #ffffff;
      --tk-surface-soft: #f5f9ff;
      --tk-text: #17253b;
      --tk-muted: #627189;
      --tk-line: #d8e2ef;
      --tk-brand: #1f5faa;
      --tk-brand-dark: #143d72;
      --tk-brand-soft: #eaf2ff;
      --tk-shadow: 0 22px 48px rgba(19, 42, 74, 0.12);
      --tk-radius: 1.25rem;
    }

    body.page-home {
      font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
      color: var(--tk-text);
      background:
        radial-gradient(860px 360px at -10% -10%, rgba(75, 135, 215, 0.16), transparent 60%),
        radial-gradient(760px 340px at 110% 0%, rgba(100, 177, 236, 0.16), transparent 56%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 44%, #e8eef7 100%);
    }

    body.page-home .navbar-shell,
    body.page-home .hero-card,
    body.page-home .tk-card,
    body.page-home .cta-card {
      background: rgba(255, 255, 255, 0.88);
      border: 1px solid var(--tk-line);
      box-shadow: var(--tk-shadow);
      border-radius: var(--tk-radius);
    }

    body.page-home .navbar-shell {
      position: relative;
      z-index: 1100;
      backdrop-filter: blur(8px);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 250, 255, 0.88) 100%);
    }

    body.page-home .brand-logo {
      width: 62px;
      height: 62px;
      object-fit: contain;
    }

    body.page-home .brand-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 74px;
      height: 74px;
      border-radius: 1.15rem;
      background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
      border: 1px solid var(--tk-line);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    body.page-home .brand-meta {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      padding: .35rem .7rem;
      border-radius: 999px;
      background: var(--tk-brand-soft);
      color: var(--tk-brand-dark);
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: .04em;
      text-transform: uppercase;
      margin-bottom: .45rem;
    }

    body.page-home .brand-title {
      color: var(--tk-brand-dark);
      font-size: 1.18rem;
      line-height: 1.05;
    }

    body.page-home .brand-subtitle {
      color: var(--tk-muted);
      font-size: 0.94rem;
    }

    body.page-home .navbar-nav {
      gap: .45rem;
    }

    body.page-home .navbar-nav .nav-link {
      display: inline-flex;
      align-items: center;
      min-height: 2.8rem;
      padding: .55rem .95rem !important;
      border-radius: 999px;
      color: var(--tk-brand-dark);
    }

    body.page-home .navbar-nav .nav-link:hover,
    body.page-home .navbar-nav .nav-link:focus,
    body.page-home .navbar-nav .show > .nav-link {
      background: var(--tk-brand-soft);
      color: var(--tk-brand-dark);
    }

    body.page-home .dropdown-menu {
      z-index: 1200;
      border: 1px solid var(--tk-line);
      border-radius: 1rem;
      box-shadow: 0 18px 36px rgba(19, 42, 74, 0.12);
      padding: .5rem;
    }

    body.page-home .dropdown-item {
      border-radius: .8rem;
      padding: .7rem .85rem;
      font-weight: 600;
      color: var(--tk-text);
    }

    body.page-home .dropdown-item:hover,
    body.page-home .dropdown-item:focus {
      background: var(--tk-brand-soft);
      color: var(--tk-brand-dark);
    }

    body.page-home .hero-card {
      overflow: hidden;
      position: relative;
      background:
        linear-gradient(92deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 36%, rgba(255, 255, 255, 0.46) 64%, rgba(19, 37, 59, 0.18) 100%),
        url("assets/images/tablet-user03.jpg") right center / cover no-repeat,
        radial-gradient(circle at 82% 18%, rgba(78, 145, 221, 0.22), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 248, 255, 0.92) 100%);
    }

    body.page-home .hero-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.64), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(20, 61, 114, 0.08) 100%);
      pointer-events: none;
    }

    body.page-home .hero-card > .row {
      position: relative;
      z-index: 1;
    }

    body.page-home .hero-art {
      width: 100%;
      border-radius: 1rem;
      border: 1px solid var(--tk-line);
      background: #fff;
      box-shadow: 0 14px 32px rgba(19, 42, 74, 0.08);
    }

    body.page-home .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .45rem .8rem;
      border-radius: 999px;
      background: var(--tk-brand-soft);
      color: var(--tk-brand-dark);
      font-size: .82rem;
      font-weight: 700;
      letter-spacing: .01em;
    }

    body.page-home .hero-title {
      color: #11213a;
      font-size: clamp(2.35rem, 5vw, 4.25rem);
      line-height: .94;
      letter-spacing: -.05em;
      text-shadow: 0 2px 14px rgba(255, 255, 255, 0.28);
    }

    body.page-home .hero-lead,
    body.page-home .text-muted-tk {
      color: var(--tk-muted);
    }

    body.page-home .btn-tk-primary {
      background: linear-gradient(180deg, #2d79d8 0%, #1f62b5 100%);
      border-color: #2d6fbe;
      color: #fff;
    }

    body.page-home .btn-tk-primary:hover,
    body.page-home .btn-tk-primary:focus {
      background: linear-gradient(180deg, #2b73ce 0%, #1d5aa8 100%);
      border-color: #275fa8;
      color: #fff;
    }

    body.page-home .btn-tk-soft {
      background: #f8fbff;
      border-color: var(--tk-line);
      color: var(--tk-text);
    }

    body.page-home .btn-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .6rem;
    }

    body.page-home .btn-icon i {
      font-size: 1rem;
      line-height: 1;
    }

    body.page-home .feature-icon {
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background:
        linear-gradient(180deg, #eef4ff 0%, #dfeaff 100%);
      color: var(--tk-brand);
      font-size: 1.45rem;
      font-weight: 700;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 10px 20px rgba(46, 99, 176, 0.12);
    }

    body.page-home .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      padding: .42rem .8rem;
      border-radius: 999px;
      background: rgba(234, 242, 255, 0.9);
      color: var(--tk-brand-dark);
      font-size: .8rem;
      font-weight: 800;
      letter-spacing: .05em;
      text-transform: uppercase;
    }

    body.page-home .section-intro {
      max-width: 42rem;
    }

    body.page-home .section-intro h2 {
      font-size: clamp(1.9rem, 3vw, 2.7rem);
      line-height: 1.02;
      letter-spacing: -.035em;
      margin: .9rem 0 .8rem;
      color: #11213a;
    }

    body.page-home .section-intro p {
      color: var(--tk-muted);
      font-size: 1.05rem;
      line-height: 1.65;
      margin: 0;
    }

    body.page-home .summary-card {
      padding: 1.35rem 1.45rem !important;
      min-height: 100%;
      background:
        radial-gradient(circle at top right, rgba(81, 145, 222, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 255, 0.94) 100%);
    }

    body.page-home .summary-label {
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: var(--tk-brand);
      margin-bottom: .35rem;
    }

    body.page-home .summary-value {
      display: block;
      font-size: clamp(1.5rem, 2.2vw, 2rem);
      line-height: 1;
      font-weight: 800;
      color: #11213a;
      margin-bottom: .45rem;
    }

    body.page-home .summary-text {
      color: var(--tk-muted);
      font-size: .96rem;
      line-height: 1.55;
      margin: 0;
    }

    body.page-home .tk-card {
      background:
        radial-gradient(circle at top right, rgba(81, 145, 222, 0.1), transparent 78%),
        linear-gradient(180deg, #ffffff 34%, #f7fbff 40%);
    }

    body.page-home .feature-card {
      padding: 2rem 1.9rem !important;
      min-height: 100%;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    body.page-home .feature-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 28px 52px rgba(19, 42, 74, 0.14);
      border-color: #c7d8ec;
    }

    body.page-home .feature-card .section-title {
      font-size: 1.65rem;
      line-height: 1.08;
      margin-bottom: .8rem;
    }

    body.page-home .feature-card .text-muted-tk {
      font-size: 1.02rem;
      line-height: 1.55;
      max-width: 28rem;
    }

    body.page-home .hero-side-card {
      position: relative;
      border-radius: 1.7rem;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.96) 100%);
      border: 1px solid rgba(216, 226, 239, 0.94);
      box-shadow:
        0 28px 60px rgba(19, 42, 74, 0.16),
        0 8px 22px rgba(58, 111, 187, 0.08);
    }

    body.page-home .hero-side-card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: radial-gradient(circle at top right, rgba(92, 157, 233, 0.14), transparent 34%);
      pointer-events: none;
    }

    body.page-home .hero-side-card > * {
      position: relative;
      z-index: 1;
    }

    body.page-home .card-visual {
      width: 100%;
      border-radius: 1.35rem;
      border: 1px solid #cfdded;
      background: #fff;
      margin-bottom: 1.4rem;
      box-shadow:
        0 20px 42px rgba(19, 42, 74, 0.14),
        0 0 0 10px rgba(255, 255, 255, 0.52);
    }

    body.page-home .showcase-card {
      padding: 2.1rem 2.1rem 2.25rem !important;
      background:
        radial-gradient(circle at top right, rgba(98, 163, 233, 0.14), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    }

    body.page-home .showcase-card .section-title {
      font-size: clamp(2rem, 3vw, 3rem);
      line-height: 1.04;
      letter-spacing: -.03em;
    }

    body.page-home .showcase-card .text-muted-tk {
      font-size: 1.02rem;
      line-height: 1.65;
      max-width: 52rem;
    }

    body.page-home .highlight-card {
      padding: 2rem 1.9rem !important;
      background:
        radial-gradient(circle at top left, rgba(92, 157, 233, 0.16), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    }

    body.page-home .highlight-card .section-title {
      font-size: 1.7rem;
      line-height: 1.08;
      margin-bottom: 1.4rem;
    }

    body.page-home .highlight-card .text-muted-tk {
      font-size: 1.04rem;
      line-height: 1.65;
    }

    body.page-home .highlight-thumb {
      width: 100%;
      aspect-ratio: 16 / 10;
      object-fit: cover;
      border-radius: 1.2rem;
      border: 1px solid #cfdded;
      box-shadow: 0 16px 34px rgba(19, 42, 74, 0.12);
      margin-bottom: 1.35rem;
    }

    body.page-home .highlight-card .btn {
      min-height: 3.4rem;
    }

    body.page-home .partner-badge {
      width: 100%;
      max-width: 260px;
      border-radius: 1rem;
      border: 1px solid var(--tk-line);
      background: #fff;
      box-shadow: 0 12px 24px rgba(19, 42, 74, 0.08);
    }

    body.page-home .hero-play-badge {
      max-width: 300px;
      padding: .2rem;
      border-radius: 1.15rem;
      background: rgba(255, 255, 255, 0.76);
      box-shadow: 0 10px 24px rgba(19, 42, 74, 0.08);
    }

    body.page-home .section-title {
      color: var(--tk-brand-dark);
    }

    body.page-home .app-badge {
      display: inline-flex;
      align-items: center;
      min-height: 2rem;
      padding: .3rem .75rem;
      border-radius: 999px;
      background: var(--tk-brand-soft);
      color: var(--tk-brand-dark);
      font-size: .78rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .04em;
    }

    body.page-home .cta-card {
      background:
        radial-gradient(circle at top left, rgba(92, 157, 233, 0.14), transparent 50%),
        linear-gradient(180deg, rgba(235, 243, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
    }

    body.page-home .tk-card:nth-of-type(3n + 1) {
      background:
        radial-gradient(circle at top right, rgba(81, 145, 222, 0.12), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    }

    body.page-home .tk-card:nth-of-type(3n + 2) {
      background:
        radial-gradient(circle at top left, rgba(118, 168, 232, 0.12), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    }

    body.page-home .tk-card:nth-of-type(3n + 3) {
      background:
        radial-gradient(circle at bottom right, rgba(63, 129, 213, 0.12), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

    body.page-home .contact-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    body.page-home .contact-list li + li {
      margin-top: .65rem;
    }

    body.page-home .contact-shell {
      background:
        radial-gradient(circle at top right, rgba(92, 157, 233, 0.16), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    }

    body.page-home .contact-panel {
      padding: 1.15rem 1.2rem;
      border-radius: 1.1rem;
      border: 1px solid #d8e2ef;
      background: rgba(255, 255, 255, 0.72);
    }

    body.page-home .contact-panel strong {
      color: var(--tk-brand-dark);
    }

    body.page-home footer {
      color: var(--tk-muted);
    }

    @media (max-width: 991.98px) {
      body.page-home .navbar-shell {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
      }

      body.page-home .brand-mark {
        width: 58px;
        height: 58px;
        border-radius: 1rem;
      }

      body.page-home .brand-logo {
        width: 48px;
        height: 48px;
      }

      body.page-home .navbar-brand {
        flex: 1 1 auto;
        min-width: 0;
        margin-right: 0 !important;
      }

      body.page-home .navbar-brand > span:last-child {
        min-width: 0;
      }

      body.page-home .brand-title {
        font-size: 1rem;
      }

      body.page-home .brand-subtitle {
        display: none !important;
      }

      body.page-home .navbar-toggler {
        flex: 0 0 auto;
        margin-left: auto;
        padding: .45rem .7rem;
        border-radius: .9rem;
        border: 1px solid var(--tk-line);
        background: rgba(255, 255, 255, 0.92);
      }

      body.page-home .navbar-collapse {
        margin-top: .9rem !important;
      }

      body.page-home .navbar-nav {
        gap: .2rem;
      }

      body.page-home .navbar-nav .nav-link {
        width: 100%;
        justify-content: flex-start;
      }

      body.page-home .hero-card {
        background:
          radial-gradient(circle at top right, rgba(64, 129, 213, 0.14), transparent 32%),
          linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 248, 255, 0.92) 100%);
      }

      body.page-home .hero-card,
      body.page-home .tk-card,
      body.page-home .cta-card {
        border-radius: 1.1rem;
      }

      body.page-home .hero-title {
        font-size: clamp(2.1rem, 10vw, 3.2rem);
        line-height: .98;
        letter-spacing: -.045em;
      }

      body.page-home .hero-lead {
        font-size: 1.25rem !important;
        line-height: 1.45;
        max-width: 26rem !important;
      }

      body.page-home .eyebrow {
        font-size: .78rem;
      }

      body.page-home .hero-play-badge {
        max-width: 260px;
      }

      body.page-home .hero-side-card {
        border-radius: 1.35rem;
      }

      body.page-home .summary-value {
        font-size: 1.45rem;
      }

      body.page-home .section-intro h2 {
        font-size: clamp(1.7rem, 8vw, 2.3rem);
      }

      body.page-home .section-intro p,
      body.page-home .showcase-card .text-muted-tk,
      body.page-home .highlight-card .text-muted-tk {
        font-size: .98rem;
      }

    }

    @media (max-width: 575.98px) {
      body.page-home .container.py-4.py-lg-5 {
        padding-top: 1rem !important;
        padding-bottom: 1.5rem !important;
      }

      body.page-home .navbar-shell {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
      }

      body.page-home .navbar-brand {
        gap: .75rem !important;
      }

      body.page-home .hero-card,
      body.page-home .contact-shell,
      body.page-home .cta-card,
      body.page-home .showcase-card,
      body.page-home .highlight-card,
      body.page-home .summary-card,
      body.page-home .feature-card {
        padding: 1.25rem !important;
      }

      body.page-home .hero-card .row,
      body.page-home .row.g-4 {
        --bs-gutter-y: 1rem;
      }

      body.page-home .hero-title {
        margin-top: .9rem !important;
        margin-bottom: .9rem !important;
      }

      body.page-home .hero-lead {
        margin-bottom: 1.1rem !important;
      }

      body.page-home .btn-lg {
        min-height: 3.35rem;
        font-size: 1.02rem;
      }

      body.page-home .card-visual,
      body.page-home .hero-art,
      body.page-home .highlight-thumb {
        border-radius: 1rem;
      }
    }

/* tk-orders.html */
body.page-tk-orders {
      --tk-text: #17253b;
      --tk-muted: #627189;
      --tk-line: #d8e2ef;
      --tk-brand: #1f5faa;
      --tk-brand-dark: #143d72;
      --tk-brand-soft: #eaf2ff;
      --tk-shadow: 0 22px 48px rgba(19, 42, 74, 0.12);
      --tk-radius: 1.25rem;
    }

    body.page-tk-orders {
      font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
      color: var(--tk-text);
      background:
        radial-gradient(860px 360px at -10% -10%, rgba(75, 135, 215, 0.16), transparent 60%),
        radial-gradient(760px 340px at 110% 0%, rgba(100, 177, 236, 0.16), transparent 56%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 44%, #e8eef7 100%);
    }

    body.page-tk-orders .navbar-shell,
    body.page-tk-orders .hero-card,
    body.page-tk-orders .tk-card,
    body.page-tk-orders .cta-card {
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid var(--tk-line);
      box-shadow: var(--tk-shadow);
      border-radius: var(--tk-radius);
    }

    body.page-tk-orders .navbar-shell {
      position: relative;
      z-index: 1100;
      backdrop-filter: blur(8px);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 250, 255, 0.88) 100%);
    }

    body.page-tk-orders .brand-logo {
      width: 62px;
      height: 62px;
      object-fit: contain;
    }

    body.page-tk-orders .brand-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 74px;
      height: 74px;
      border-radius: 1.15rem;
      background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
      border: 1px solid var(--tk-line);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    body.page-tk-orders .brand-meta {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      padding: .35rem .7rem;
      border-radius: 999px;
      background: var(--tk-brand-soft);
      color: var(--tk-brand-dark);
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: .04em;
      text-transform: uppercase;
      margin-bottom: .45rem;
    }

    body.page-tk-orders .brand-title {
      color: var(--tk-brand-dark);
      font-size: 1.18rem;
      line-height: 1.05;
    }

    body.page-tk-orders .brand-subtitle,
    body.page-tk-orders .text-muted-tk {
      color: var(--tk-muted);
      font-size: 0.94rem;
    }

    body.page-tk-orders .navbar-nav {
      gap: .45rem;
    }

    body.page-tk-orders .navbar-nav .nav-link {
      display: inline-flex;
      align-items: center;
      min-height: 2.8rem;
      padding: .55rem .95rem !important;
      border-radius: 999px;
      color: var(--tk-brand-dark);
    }

    body.page-tk-orders .navbar-nav .nav-link:hover,
    body.page-tk-orders .navbar-nav .nav-link:focus,
    body.page-tk-orders .navbar-nav .show > .nav-link {
      background: var(--tk-brand-soft);
      color: var(--tk-brand-dark);
    }

    body.page-tk-orders .dropdown-menu {
      z-index: 1200;
      border: 1px solid var(--tk-line);
      border-radius: 1rem;
      box-shadow: 0 18px 36px rgba(19, 42, 74, 0.12);
      padding: .5rem;
    }

    body.page-tk-orders .dropdown-item {
      border-radius: .8rem;
      padding: .7rem .85rem;
      font-weight: 600;
      color: var(--tk-text);
    }

    body.page-tk-orders .dropdown-item:hover,
    body.page-tk-orders .dropdown-item:focus {
      background: var(--tk-brand-soft);
      color: var(--tk-brand-dark);
    }

    body.page-tk-orders .hero-card {
      overflow: hidden;
      position: relative;
      background:
        linear-gradient(92deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0.48) 66%, rgba(19, 37, 59, 0.18) 100%),
        url("assets/images/tablet-user01.jpg") right center / cover no-repeat,
        radial-gradient(circle at 82% 18%, rgba(78, 145, 221, 0.2), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 248, 255, 0.92) 100%);
    }

    body.page-tk-orders .hero-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.64), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(20, 61, 114, 0.08) 100%);
      pointer-events: none;
    }

    body.page-tk-orders .hero-card > .row {
      position: relative;
      z-index: 1;
    }

    body.page-tk-orders .eyebrow,
    body.page-tk-orders .app-badge {
      display: inline-flex;
      align-items: center;
      min-height: 2rem;
      padding: .35rem .8rem;
      border-radius: 999px;
      background: var(--tk-brand-soft);
      color: var(--tk-brand-dark);
      font-size: .8rem;
      font-weight: 800;
      letter-spacing: .03em;
    }

    body.page-tk-orders .hero-title,
    body.page-tk-orders .section-title {
      color: #11213a;
    }

    body.page-tk-orders .hero-title {
      font-size: clamp(2.3rem, 5vw, 4rem);
      line-height: .95;
      letter-spacing: -.05em;
      text-shadow: 0 2px 14px rgba(255, 255, 255, 0.25);
    }

    body.page-tk-orders .hero-art,
    body.page-tk-orders .card-visual {
      width: 100%;
      border-radius: 1rem;
      border: 1px solid var(--tk-line);
      background: #fff;
    }

    body.page-tk-orders .card-visual {
      margin-bottom: 1rem;
      border-radius: 1.35rem;
      border: 1px solid #cfdded;
      box-shadow:
        0 20px 42px rgba(19, 42, 74, 0.14),
        0 0 0 10px rgba(255, 255, 255, 0.52);
    }

    body.page-tk-orders .partner-badge {
      width: 100%;
      max-width: 260px;
      border-radius: 1rem;
      border: 1px solid var(--tk-line);
      background: #fff;
      box-shadow: 0 12px 24px rgba(19, 42, 74, 0.08);
    }

    body.page-tk-orders .hero-badge-row {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      align-items: center;
    }

    body.page-tk-orders .hero-badge-row .partner-badge {
      max-width: 240px;
    }

    body.page-tk-orders .btn-tk-primary {
      background: linear-gradient(180deg, #2d79d8 0%, #1f62b5 100%);
      border-color: #2d6fbe;
      color: #fff;
    }

    body.page-tk-orders .btn-tk-primary:hover,
    body.page-tk-orders .btn-tk-primary:focus {
      background: linear-gradient(180deg, #2b73ce 0%, #1d5aa8 100%);
      border-color: #275fa8;
      color: #fff;
    }

    body.page-tk-orders .btn-tk-soft {
      background: #f8fbff;
      border-color: var(--tk-line);
      color: var(--tk-text);
    }

    body.page-tk-orders .btn-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .6rem;
    }

    body.page-tk-orders .btn-icon i {
      font-size: 1rem;
      line-height: 1;
    }

    body.page-tk-orders .feature-icon {
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background:
        linear-gradient(180deg, #eef4ff 0%, #dfeaff 100%);
      color: var(--tk-brand);
      font-size: 1.3rem;
      font-weight: 700;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 10px 20px rgba(46, 99, 176, 0.12);
    }

    body.page-tk-orders .tk-card {
      background:
        radial-gradient(circle at top right, rgba(81, 145, 222, 0.1), transparent 78%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    }

    body.page-tk-orders .cta-card {
      background:
        radial-gradient(circle at top left, rgba(92, 157, 233, 0.14), transparent 50%),
        linear-gradient(180deg, rgba(235, 243, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
    }

    body.page-tk-orders .feature-card {
      padding: 2rem 1.9rem !important;
      min-height: 100%;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    body.page-tk-orders .feature-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 28px 52px rgba(19, 42, 74, 0.14);
      border-color: #c7d8ec;
    }

    body.page-tk-orders .feature-card .section-title {
      font-size: 1.58rem;
      line-height: 1.08;
      margin-bottom: .8rem;
    }

    body.page-tk-orders .feature-card .text-muted-tk {
      font-size: 1.01rem;
      line-height: 1.58;
    }

    body.page-tk-orders .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      padding: .42rem .8rem;
      border-radius: 999px;
      background: rgba(234, 242, 255, 0.9);
      color: var(--tk-brand-dark);
      font-size: .8rem;
      font-weight: 800;
      letter-spacing: .05em;
      text-transform: uppercase;
    }

    body.page-tk-orders .section-intro {
      max-width: 42rem;
    }

    body.page-tk-orders .section-intro h2 {
      font-size: clamp(1.9rem, 3vw, 2.7rem);
      line-height: 1.02;
      letter-spacing: -.035em;
      margin: .9rem 0 .8rem;
      color: #11213a;
    }

    body.page-tk-orders .section-intro p {
      color: var(--tk-muted);
      font-size: 1.05rem;
      line-height: 1.65;
      margin: 0;
    }

    body.page-tk-orders .summary-card {
      padding: 1.35rem 1.45rem !important;
      min-height: 100%;
      background:
        radial-gradient(circle at top right, rgba(81, 145, 222, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 255, 0.94) 100%);
    }

    body.page-tk-orders .summary-label {
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: var(--tk-brand);
      margin-bottom: .35rem;
    }

    body.page-tk-orders .summary-value {
      display: block;
      font-size: clamp(1.45rem, 2.2vw, 1.95rem);
      line-height: 1.02;
      font-weight: 800;
      color: #11213a;
      margin-bottom: .45rem;
    }

    body.page-tk-orders .summary-text {
      color: var(--tk-muted);
      font-size: .96rem;
      line-height: 1.55;
      margin: 0;
    }

    body.page-tk-orders .showcase-card {
      padding: 2.1rem 2.1rem 2.25rem !important;
      background:
        radial-gradient(circle at top right, rgba(98, 163, 233, 0.14), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    }

    body.page-tk-orders .showcase-card .section-title {
      font-size: clamp(2rem, 3vw, 2.8rem);
      line-height: 1.04;
      letter-spacing: -.03em;
    }

    body.page-tk-orders .showcase-card .text-muted-tk {
      font-size: 1.02rem;
      line-height: 1.65;
      max-width: 52rem;
    }

    body.page-tk-orders .access-card {
      padding: 2rem 1.9rem !important;
      background:
        radial-gradient(circle at top left, rgba(92, 157, 233, 0.16), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    }

    body.page-tk-orders .access-card .section-title {
      font-size: 1.7rem;
      line-height: 1.08;
      margin-bottom: 1.2rem;
    }

    body.page-tk-orders .access-card .partner-badge + .partner-badge {
      margin-top: .85rem;
    }

    body.page-tk-orders .demo-card {
      position: relative;
      overflow: hidden;
      padding: 2.1rem 2.1rem 2.25rem !important;
      background:
        linear-gradient(100deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 42%, rgba(248, 251, 255, 0.86) 58%, rgba(20, 61, 114, 0.2) 100%),
        url("assets/images/tablet-user03.jpg") right center / cover no-repeat,
        radial-gradient(circle at top left, rgba(92, 157, 233, 0.16), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    }

    body.page-tk-orders .demo-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.68), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(20, 61, 114, 0.08) 100%);
      pointer-events: none;
    }

    body.page-tk-orders .demo-card > .row {
      position: relative;
      z-index: 1;
    }

    body.page-tk-orders .demo-card .section-title {
      font-size: clamp(1.9rem, 3vw, 2.6rem);
      line-height: 1.04;
      letter-spacing: -.03em;
    }

    body.page-tk-orders .demo-card .text-muted-tk {
      font-size: 1rem;
      line-height: 1.62;
    }

    body.page-tk-orders .demo-form .form-label {
      font-weight: 700;
      color: var(--tk-brand-dark);
      margin-bottom: .45rem;
    }

    body.page-tk-orders .demo-form {
      padding: 1.35rem;
      border-radius: 1.4rem;
      border: 1px solid rgba(217, 230, 245, 0.92);
      background: rgba(255, 255, 255, 0.82);
      backdrop-filter: blur(10px);
      box-shadow: 0 18px 38px rgba(19, 42, 74, 0.08);
    }

    body.page-tk-orders .demo-form .form-control {
      min-height: 3.15rem;
      border-radius: 1rem;
      border-color: var(--tk-line);
      background: rgba(255, 255, 255, 0.9);
      box-shadow: none;
    }

    body.page-tk-orders .demo-form textarea.form-control {
      min-height: 8rem;
      resize: vertical;
    }

    body.page-tk-orders .demo-note {
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      padding: .75rem .95rem;
      border-radius: 1rem;
      border: 1px solid #d9e6f5;
      background: rgba(255, 255, 255, 0.78);
      color: var(--tk-muted);
      font-size: .95rem;
    }

    body.page-tk-orders .demo-alert {
      display: none;
      margin-bottom: 1rem;
      padding: .95rem 1rem;
      border-radius: 1rem;
      font-weight: 600;
    }

    body.page-tk-orders .demo-alert.is-visible {
      display: block;
    }

    body.page-tk-orders .demo-alert-success {
      border: 1px solid #cfe8d7;
      background: #eefaf1;
      color: #1f6b3d;
    }

    body.page-tk-orders .demo-alert-error {
      border: 1px solid #efd0d0;
      background: #fff3f3;
      color: #9a3636;
    }

    body.page-tk-orders .captcha-card {
      padding: 1rem 1rem .9rem;
      border-radius: 1rem;
      border: 1px solid #d9e6f5;
      background: rgba(255, 255, 255, 0.82);
    }

    body.page-tk-orders .captcha-inline {
      display: flex;
      align-items: center;
      gap: .75rem;
      flex-wrap: nowrap;
    }

    body.page-tk-orders .captcha-question {
      display: inline-flex;
      align-items: center;
      color: var(--tk-brand-dark);
      font-weight: 700;
      white-space: nowrap;
      margin: 0;
    }

    body.page-tk-orders .captcha-input {
      width: 104px;
      min-width: 104px;
    }

    body.page-tk-orders .hp-field {
      position: absolute !important;
      left: -9999px !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
    }

    @media (max-width: 991.98px) {
      body.page-tk-orders .navbar-shell {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
      }

      body.page-tk-orders .brand-mark {
        width: 58px;
        height: 58px;
        border-radius: 1rem;
      }

      body.page-tk-orders .brand-logo {
        width: 48px;
        height: 48px;
      }

      body.page-tk-orders .navbar-brand {
        flex: 1 1 auto;
        min-width: 0;
        margin-right: 0 !important;
      }

      body.page-tk-orders .navbar-brand > span:last-child {
        min-width: 0;
      }

      body.page-tk-orders .brand-title {
        font-size: 1rem;
      }

      body.page-tk-orders .brand-subtitle {
        display: none !important;
      }

      body.page-tk-orders .navbar-toggler {
        flex: 0 0 auto;
        margin-left: auto;
        padding: .45rem .7rem;
        border-radius: .9rem;
        border: 1px solid var(--tk-line);
        background: rgba(255, 255, 255, 0.92);
      }

      body.page-tk-orders .navbar-collapse {
        margin-top: .9rem !important;
      }

      body.page-tk-orders .navbar-nav {
        gap: .2rem;
      }

      body.page-tk-orders .navbar-nav .nav-link {
        width: 100%;
        justify-content: flex-start;
      }

      body.page-tk-orders .hero-card {
        background:
          radial-gradient(circle at top right, rgba(64, 129, 213, 0.14), transparent 32%),
          linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 248, 255, 0.92) 100%);
      }

      body.page-tk-orders .demo-card {
        background:
          linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.95) 52%, rgba(255, 255, 255, 0.92) 100%),
          url("assets/images/tablet-user03.jpg") center top / cover no-repeat,
          linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
      }

      body.page-tk-orders .hero-card,
      body.page-tk-orders .tk-card,
      body.page-tk-orders .cta-card {
        border-radius: 1.1rem;
      }

      body.page-tk-orders .hero-title {
        font-size: clamp(2rem, 10vw, 3rem);
        line-height: .98;
      }

      body.page-tk-orders .hero-badge-row .partner-badge {
        max-width: 220px;
      }

      body.page-tk-orders .section-intro h2 {
        font-size: clamp(1.7rem, 8vw, 2.3rem);
      }
    }

    @media (max-width: 575.98px) {
      body.page-tk-orders .container.py-4.py-lg-5 {
        padding-top: 1rem !important;
        padding-bottom: 1.5rem !important;
      }

      body.page-tk-orders .navbar-shell {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
      }

      body.page-tk-orders .navbar-brand {
        gap: .75rem !important;
      }

      body.page-tk-orders .hero-card,
      body.page-tk-orders .showcase-card,
      body.page-tk-orders .access-card,
      body.page-tk-orders .demo-card,
      body.page-tk-orders .summary-card,
      body.page-tk-orders .feature-card,
      body.page-tk-orders .cta-card {
        padding: 1.25rem !important;
      }

      body.page-tk-orders .hero-title {
        margin-top: .9rem !important;
        margin-bottom: .9rem !important;
      }

      body.page-tk-orders .text-muted-tk.fs-5 {
        font-size: 1.12rem !important;
        line-height: 1.45;
      }

      body.page-tk-orders .btn-lg {
        min-height: 3.35rem;
        font-size: 1.02rem;
      }

      body.page-tk-orders .demo-form {
        padding: 1rem;
      }
    }

    body.page-tk-orders footer {
      color: var(--tk-muted);
    }

/* tk-orders-manual.html */
body.page-tk-orders-manual {
      --bg: #eef4fb;
      --panel: rgba(255, 255, 255, 0.94);
      --panel-strong: #ffffff;
      --ink: #1f2937;
      --muted: #5c6f89;
      --line: #d7e1ee;
      --brand: #1958a6;
      --brand-dark: #113c72;
      --brand-soft: #e9f2ff;
      --soft: #eef4fc;
      --radius: 20px;
      --radius-sm: 14px;
      --shadow: 0 24px 50px rgba(17, 42, 76, 0.12);
    }

    body.page-tk-orders-manual * { box-sizing: border-box; }

    html,
    body.page-tk-orders-manual {
      margin: 0;
      padding: 0;
      min-height: 100%;
    }

    body.page-tk-orders-manual {
      font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
      background:
        radial-gradient(900px 420px at -10% -10%, rgba(71, 133, 216, 0.24), transparent 60%),
        radial-gradient(860px 420px at 110% 0%, rgba(88, 171, 235, 0.2), transparent 58%),
        linear-gradient(180deg, #f8fbff 0%, #edf3fa 42%, #e7eef7 100%);
      color: var(--ink);
    }

    body.page-tk-orders-manual a {
      color: inherit;
      text-decoration: none;
    }

    body.page-tk-orders-manual .page {
      width: min(1080px, calc(100% - 32px));
      margin: 0 auto;
      padding: 22px 0 40px;
    }

    body.page-tk-orders-manual .topbar {
      border: 1px solid rgba(215, 225, 238, 0.9);
      border-radius: 18px;
      backdrop-filter: blur(8px);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 250, 255, 0.88) 100%);
      box-shadow: 0 10px 24px rgba(17, 42, 76, 0.06);
    }

    body.page-tk-orders-manual .brand-logo {
      width: 62px;
      height: 62px;
      object-fit: contain;
    }

    body.page-tk-orders-manual .brand-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 74px;
      height: 74px;
      border-radius: 1.15rem;
      background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
      border: 1px solid var(--line);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    body.page-tk-orders-manual .brand-meta {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      padding: .35rem .7rem;
      border-radius: 999px;
      background: var(--brand-soft);
      color: var(--brand-dark);
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: .04em;
      text-transform: uppercase;
      margin-bottom: .45rem;
    }

    body.page-tk-orders-manual .brand-title {
      color: var(--brand-dark);
      font-size: 1.18rem;
      line-height: 1.05;
    }

    body.page-tk-orders-manual .brand-subtitle {
      color: var(--muted);
      font-size: 0.94rem;
    }

    body.page-tk-orders-manual .navbar-nav {
      gap: .45rem;
    }

    body.page-tk-orders-manual .navbar-nav .nav-link {
      display: inline-flex;
      align-items: center;
      min-height: 2.8rem;
      padding: .55rem .95rem !important;
      border-radius: 999px;
      color: var(--ink);
    }

    body.page-tk-orders-manual .navbar-nav .nav-link:hover,
    body.page-tk-orders-manual .navbar-nav .nav-link:focus,
    body.page-tk-orders-manual .navbar-nav .show > .nav-link {
      background: var(--brand-soft);
      color: var(--brand-dark);
    }

    body.page-tk-orders-manual .dropdown-menu {
      z-index: 1200;
      border: 1px solid var(--line);
      border-radius: 1rem;
      box-shadow: 0 18px 36px rgba(19, 42, 74, 0.12);
      padding: .5rem;
    }

    body.page-tk-orders-manual .dropdown-item {
      border-radius: .8rem;
      padding: .7rem .85rem;
      font-weight: 600;
      color: var(--ink);
    }

    body.page-tk-orders-manual .dropdown-item:hover,
    body.page-tk-orders-manual .dropdown-item:focus {
      background: var(--brand-soft);
      color: var(--brand-dark);
    }

    body.page-tk-orders-manual .header, body.page-tk-orders-manual .card {
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: 16px;
      box-shadow: var(--shadow);
    }

    body.page-tk-orders-manual .header {
      padding: 26px 28px;
      margin: 18px 0 16px;
      background:
        radial-gradient(circle at top right, rgba(64, 129, 213, 0.12), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.97) 0%, rgba(244, 249, 255, 0.94) 100%);
    }

    body.page-tk-orders-manual .header-brand {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 12px;
    }

    body.page-tk-orders-manual .header-copy {
      min-width: 0;
    }

    body.page-tk-orders-manual .header-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 10px;
      padding: 7px 12px;
      border-radius: 999px;
      background: var(--brand-soft);
      color: var(--brand-dark);
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.01em;
    }

    body.page-tk-orders-manual .header h1 {
      margin: 0 0 10px;
      font-size: clamp(2rem, 4vw, 2.7rem);
      line-height: 1.02;
      letter-spacing: -0.03em;
      color: var(--brand);
    }

    body.page-tk-orders-manual .header p {
      margin: 0;
      line-height: 1.58;
      color: var(--muted);
      font-size: 1rem;
      max-width: 62ch;
    }

    body.page-tk-orders-manual .header-actions {
      margin-top: 14px;
    }

    body.page-tk-orders-manual .grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    body.page-tk-orders-manual .card {
      padding: 18px 20px;
    }

    body.page-tk-orders-manual .full {
      grid-column: 1 / -1;
    }

    body.page-tk-orders-manual h2 {
      margin: 0 0 10px;
      font-size: 1.05rem;
      color: var(--brand);
    }

    body.page-tk-orders-manual p {
      margin: 0;
      line-height: 1.45;
    }

    body.page-tk-orders-manual ul, body.page-tk-orders-manual ol {
      margin: 10px 0 0 18px;
      padding: 0;
    }

    body.page-tk-orders-manual li {
      margin: 6px 0;
      line-height: 1.42;
    }

    body.page-tk-orders-manual .table {
      display: grid;
      grid-template-columns: 180px 1fr;
      gap: 8px 12px;
      margin-top: 10px;
    }

    body.page-tk-orders-manual .cell {
      padding: 7px 0;
      border-bottom: 1px solid #edf2f7;
    }

    body.page-tk-orders-manual .label {
      font-weight: 600;
    }

    body.page-tk-orders-manual .field-table {
      display: grid;
      grid-template-columns: 180px 1fr;
      gap: 6px 12px;
      margin-top: 10px;
    }

    body.page-tk-orders-manual .field-name,
    body.page-tk-orders-manual .field-desc {
      padding: 7px 0;
      border-bottom: 1px solid #edf2f7;
      line-height: 1.4;
    }

    body.page-tk-orders-manual .field-name {
      font-weight: 600;
    }

    body.page-tk-orders-manual .subsection {
      margin-top: 14px;
      padding-top: 12px;
      border-top: 1px solid #edf2f7;
    }

    body.page-tk-orders-manual .subsection h3 {
      margin: 0 0 6px;
      font-size: 0.97rem;
      color: #264e82;
    }

    body.page-tk-orders-manual .subsection p {
      color: var(--muted);
    }

    body.page-tk-orders-manual details.howto {
      margin-top: 12px;
      border: 1px solid #e3ebf5;
      border-radius: 12px;
      background: #fbfdff;
      overflow: hidden;
    }

    body.page-tk-orders-manual details.howto[open] {
      background: #ffffff;
      border-color: #d3deec;
    }

    body.page-tk-orders-manual details.howto summary {
      list-style: none;
      cursor: pointer;
      padding: 12px 14px;
      font-weight: 600;
      color: var(--brand);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    body.page-tk-orders-manual details.howto summary::-webkit-details-marker {
      display: none;
    }

    body.page-tk-orders-manual details.howto summary::after {
      content: "+";
      flex: 0 0 auto;
      font-size: 1.1rem;
      color: #456b9d;
    }

    body.page-tk-orders-manual details.howto[open] summary::after {
      content: "-";
    }

    .howto-body.page-tk-orders-manual {
      padding: 0 14px 14px;
      border-top: 1px solid #edf2f7;
    }

    body.page-tk-orders-manual code {
      font-family: Consolas, monospace;
      background: var(--soft);
      border-radius: 6px;
      padding: 1px 6px;
    }

    body.page-tk-orders-manual .footer {
      margin-top: 16px;
      text-align: center;
      color: var(--muted);
      font-size: 0.88rem;
      padding: 12px 6px 0;
    }

    @media (max-width: 900px) {
      body.page-tk-orders-manual .page {
        width: min(100% - 20px, 1080px);
        padding-top: 14px;
      }

      body.page-tk-orders-manual .topbar {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
      }

      body.page-tk-orders-manual .brand-mark {
        width: 58px;
        height: 58px;
        border-radius: 1rem;
      }

      body.page-tk-orders-manual .brand-logo {
        width: 48px;
        height: 48px;
      }

      body.page-tk-orders-manual .navbar-brand {
        flex: 1 1 auto;
        min-width: 0;
        margin-right: 0 !important;
      }

      body.page-tk-orders-manual .navbar-brand > span:last-child {
        min-width: 0;
      }

      body.page-tk-orders-manual .brand-title {
        font-size: 1rem;
      }

      body.page-tk-orders-manual .brand-subtitle {
        display: none !important;
      }

      body.page-tk-orders-manual .navbar-toggler {
        flex: 0 0 auto;
        margin-left: auto;
        padding: .45rem .7rem;
        border-radius: .9rem;
        border: 1px solid var(--line);
        background: rgba(255, 255, 255, 0.92);
      }

      body.page-tk-orders-manual .navbar-collapse {
        margin-top: .9rem !important;
      }

      body.page-tk-orders-manual .navbar-nav {
        gap: .2rem;
      }

      body.page-tk-orders-manual .navbar-nav .nav-link {
        width: 100%;
        justify-content: flex-start;
      }

      body.page-tk-orders-manual .grid {
        grid-template-columns: 1fr;
      }

      body.page-tk-orders-manual .table {
        grid-template-columns: 1fr;
      }

      body.page-tk-orders-manual .field-table {
        grid-template-columns: 1fr;
      }

      body.page-tk-orders-manual .header-brand {
        align-items: flex-start;
      }

      body.page-tk-orders-manual .header,
      body.page-tk-orders-manual .card {
        border-radius: 1.05rem;
      }

      body.page-tk-orders-manual .header {
        padding: 20px 18px;
      }

      body.page-tk-orders-manual .card {
        padding: 16px 16px;
      }
    }

    @media (max-width: 575.98px) {
      body.page-tk-orders-manual .header h1 {
        font-size: clamp(1.7rem, 9vw, 2.2rem);
      }

      body.page-tk-orders-manual .header p,
      body.page-tk-orders-manual .field-name,
      body.page-tk-orders-manual .field-desc,
      body.page-tk-orders-manual li,
      body.page-tk-orders-manual p {
        font-size: .96rem;
      }
    }

    @media print {
      body.page-tk-orders-manual { background: #fff; }
      body.page-tk-orders-manual .page { width: auto; margin: 0; }
    }

/* tk-orders-privacy.html */
body.page-tk-orders-privacy {
      --bg: #eef4fb;
      --panel: rgba(255, 255, 255, 0.94);
      --panel-strong: #ffffff;
      --text: #142033;
      --muted: #5c6f89;
      --line: #d7e1ee;
      --brand: #1958a6;
      --brand-dark: #113c72;
      --brand-soft: #e9f2ff;
      --shadow: 0 24px 50px rgba(17, 42, 76, 0.12);
      --radius: 20px;
      --radius-sm: 14px;
    }

    body.page-tk-orders-privacy * { box-sizing: border-box; }

    html,
    body.page-tk-orders-privacy {
      margin: 0;
      padding: 0;
      min-height: 100%;
    }

    body.page-tk-orders-privacy {
      font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
      color: var(--text);
      background:
        radial-gradient(900px 420px at -10% -10%, rgba(71, 133, 216, 0.24), transparent 60%),
        radial-gradient(860px 420px at 110% 0%, rgba(88, 171, 235, 0.2), transparent 58%),
        linear-gradient(180deg, #f8fbff 0%, #edf3fa 42%, #e7eef7 100%);
    }

    body.page-tk-orders-privacy a {
      color: inherit;
      text-decoration: none;
    }

    body.page-tk-orders-privacy .page {
      width: min(1080px, calc(100% - 32px));
      margin: 0 auto;
      padding: 22px 0 40px;
    }

    body.page-tk-orders-privacy .topbar {
      backdrop-filter: blur(8px);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 250, 255, 0.88) 100%);
    }

    body.page-tk-orders-privacy .brand-logo {
      width: 62px;
      height: 62px;
      object-fit: contain;
    }

    body.page-tk-orders-privacy .brand-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 74px;
      height: 74px;
      border-radius: 1.15rem;
      background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
      border: 1px solid var(--line);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    body.page-tk-orders-privacy .brand-meta {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      padding: .35rem .7rem;
      border-radius: 999px;
      background: var(--brand-soft);
      color: var(--brand-dark);
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: .04em;
      text-transform: uppercase;
      margin-bottom: .45rem;
    }

    body.page-tk-orders-privacy .brand-title {
      color: var(--brand-dark);
      font-size: 1.18rem;
      line-height: 1.05;
    }

    body.page-tk-orders-privacy .brand-subtitle {
      color: var(--muted);
      font-size: 0.94rem;
    }

    body.page-tk-orders-privacy .navbar-nav {
      gap: .45rem;
    }

    body.page-tk-orders-privacy .navbar-nav .nav-link {
      display: inline-flex;
      align-items: center;
      min-height: 2.8rem;
      padding: .55rem .95rem !important;
      border-radius: 999px;
      color: var(--brand-dark);
    }

    body.page-tk-orders-privacy .navbar-nav .nav-link:hover,
    body.page-tk-orders-privacy .navbar-nav .nav-link:focus,
    body.page-tk-orders-privacy .navbar-nav .show > .nav-link {
      background: var(--brand-soft);
      color: var(--brand-dark);
    }

    body.page-tk-orders-privacy .dropdown-menu {
      z-index: 1200;
      border: 1px solid var(--line);
      border-radius: 1rem;
      box-shadow: 0 18px 36px rgba(19, 42, 74, 0.12);
      padding: .5rem;
    }

    body.page-tk-orders-privacy .dropdown-item {
      border-radius: .8rem;
      padding: .7rem .85rem;
      font-weight: 600;
      color: var(--text);
    }

    body.page-tk-orders-privacy .dropdown-item:hover,
    body.page-tk-orders-privacy .dropdown-item:focus {
      background: var(--brand-soft);
      color: var(--brand-dark);
    }

    body.page-tk-orders-privacy .hero,
    body.page-tk-orders-privacy .section,
    body.page-tk-orders-privacy .contact-card {
      border: 1px solid rgba(215, 225, 238, 0.92);
      background: var(--panel);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    body.page-tk-orders-privacy .hero {
      margin-top: 18px;
      padding: 34px;
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 249, 255, 0.92) 100%);
    }

    body.page-tk-orders-privacy .hero::after {
      content: "";
      position: absolute;
      inset: auto -60px -80px auto;
      width: 220px;
      height: 220px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(63, 129, 214, 0.16), transparent 70%);
      pointer-events: none;
    }

    body.page-tk-orders-privacy .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 14px;
      padding: 7px 12px;
      border-radius: 999px;
      background: var(--brand-soft);
      color: var(--brand-dark);
      font-size: 0.84rem;
      font-weight: 700;
    }

    body.page-tk-orders-privacy h1 {
      margin: 0;
      font-size: clamp(2rem, 4vw, 3.4rem);
      line-height: 1.02;
      color: #10213a;
      letter-spacing: -0.03em;
      max-width: 12ch;
    }

    body.page-tk-orders-privacy .hero p {
      margin: 16px 0 0;
      max-width: 66ch;
      font-size: 1.03rem;
      line-height: 1.62;
      color: var(--muted);
    }

    body.page-tk-orders-privacy .meta {
      display: inline-flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 20px;
    }

    body.page-tk-orders-privacy .meta-chip {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 8px 12px;
      border-radius: 999px;
      border: 1px solid #d9e6f5;
      background: rgba(255, 255, 255, 0.86);
      color: var(--brand-dark);
      font-size: 0.9rem;
      font-weight: 700;
    }

    body.page-tk-orders-privacy .layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 300px;
      gap: 18px;
      margin-top: 18px;
    }

    body.page-tk-orders-privacy .section {
      padding: 28px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 251, 255, 0.9) 100%);
    }

    body.page-tk-orders-privacy .section h2 {
      margin: 0 0 16px;
      font-size: 1.45rem;
      color: var(--brand-dark);
    }

    body.page-tk-orders-privacy .policy-item + .policy-item {
      margin-top: 18px;
      padding-top: 18px;
      border-top: 1px solid #e4ecf5;
    }

    body.page-tk-orders-privacy .policy-item h3 {
      margin: 0 0 10px;
      font-size: 1.02rem;
      color: var(--brand);
    }

    body.page-tk-orders-privacy .policy-item p,
    body.page-tk-orders-privacy .policy-item li {
      color: var(--muted);
      line-height: 1.62;
      font-size: 0.98rem;
    }

    body.page-tk-orders-privacy .policy-item ul {
      margin: 10px 0 0 18px;
      padding: 0;
    }

    body.page-tk-orders-privacy .contact-card {
      padding: 22px;
      align-self: start;
      background: linear-gradient(180deg, rgba(15, 75, 148, 0.98) 0%, rgba(16, 61, 116, 0.96) 100%);
      color: #fff;
    }

    body.page-tk-orders-privacy .contact-card h2 {
      margin: 0 0 14px;
      font-size: 1.2rem;
    }

    body.page-tk-orders-privacy .contact-card p,
    body.page-tk-orders-privacy .contact-card li {
      color: rgba(255, 255, 255, 0.84);
      line-height: 1.58;
      font-size: 0.95rem;
    }

    body.page-tk-orders-privacy .contact-card ul {
      margin: 0;
      padding-left: 18px;
    }

    body.page-tk-orders-privacy .contact-card a {
      color: #fff;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    body.page-tk-orders-privacy .footer {
      margin-top: 18px;
      padding: 12px 6px 0;
      text-align: center;
      color: var(--muted);
      font-size: 0.88rem;
    }

    @media (max-width: 980px) {
      body.page-tk-orders-privacy .layout {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 720px) {
      body.page-tk-orders-privacy .page {
        width: min(100% - 20px, 1080px);
        padding-top: 14px;
      }

      body.page-tk-orders-privacy .topbar {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
      }

      body.page-tk-orders-privacy .brand-mark {
        width: 58px;
        height: 58px;
        border-radius: 1rem;
      }

      body.page-tk-orders-privacy .brand-logo {
        width: 48px;
        height: 48px;
      }

      body.page-tk-orders-privacy .navbar-brand {
        flex: 1 1 auto;
        min-width: 0;
        margin-right: 0 !important;
        gap: .75rem !important;
      }

      body.page-tk-orders-privacy .navbar-brand > span:last-child {
        min-width: 0;
      }

      body.page-tk-orders-privacy .brand-title {
        font-size: 1rem;
      }

      body.page-tk-orders-privacy .brand-subtitle {
        display: none !important;
      }

      body.page-tk-orders-privacy .navbar-toggler {
        flex: 0 0 auto;
        margin-left: auto;
        padding: .45rem .7rem;
        border-radius: .9rem;
        border: 1px solid var(--line);
        background: rgba(255, 255, 255, 0.92);
      }

      body.page-tk-orders-privacy .navbar-collapse {
        margin-top: .9rem !important;
      }

      body.page-tk-orders-privacy .navbar-nav {
        gap: .2rem;
      }

      body.page-tk-orders-privacy .navbar-nav .nav-link {
        width: 100%;
        justify-content: flex-start;
      }

      body.page-tk-orders-privacy .hero,
      body.page-tk-orders-privacy .section,
      body.page-tk-orders-privacy .contact-card {
        padding: 18px;
        border-radius: 1.05rem;
      }

      body.page-tk-orders-privacy h1 {
        font-size: clamp(1.8rem, 9vw, 2.4rem);
        max-width: none;
      }

      body.page-tk-orders-privacy .hero p,
      body.page-tk-orders-privacy .policy-item p,
      body.page-tk-orders-privacy .policy-item li,
      body.page-tk-orders-privacy .contact-card li {
        font-size: .96rem;
      }
    }

/* tk-picker-privacy.html */
body.page-tk-picker-privacy {
      --bg: #eef4fb;
      --panel: rgba(255, 255, 255, 0.94);
      --panel-strong: #ffffff;
      --text: #142033;
      --muted: #5c6f89;
      --line: #d7e1ee;
      --brand: #1958a6;
      --brand-dark: #113c72;
      --brand-soft: #e9f2ff;
      --shadow: 0 24px 50px rgba(17, 42, 76, 0.12);
      --radius: 20px;
      --radius-sm: 14px;
    }

    body.page-tk-picker-privacy * { box-sizing: border-box; }

    html,
    body.page-tk-picker-privacy {
      margin: 0;
      padding: 0;
      min-height: 100%;
    }

    body.page-tk-picker-privacy {
      font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
      color: var(--text);
      background:
        radial-gradient(900px 420px at -10% -10%, rgba(71, 133, 216, 0.24), transparent 60%),
        radial-gradient(860px 420px at 110% 0%, rgba(88, 171, 235, 0.2), transparent 58%),
        linear-gradient(180deg, #f8fbff 0%, #edf3fa 42%, #e7eef7 100%);
    }

    body.page-tk-picker-privacy a {
      color: inherit;
      text-decoration: none;
    }

    body.page-tk-picker-privacy .page {
      width: min(1080px, calc(100% - 32px));
      margin: 0 auto;
      padding: 22px 0 40px;
    }

    body.page-tk-picker-privacy .topbar {
      backdrop-filter: blur(8px);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 250, 255, 0.88) 100%);
    }

    body.page-tk-picker-privacy .brand-logo {
      width: 62px;
      height: 62px;
      object-fit: contain;
    }

    body.page-tk-picker-privacy .brand-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 74px;
      height: 74px;
      border-radius: 1.15rem;
      background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
      border: 1px solid var(--line);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    body.page-tk-picker-privacy .brand-title {
      color: var(--brand-dark);
      font-size: 1.18rem;
      line-height: 1.05;
    }

    body.page-tk-picker-privacy .brand-subtitle {
      color: var(--muted);
      font-size: 0.94rem;
    }

    body.page-tk-picker-privacy .navbar-nav {
      gap: .45rem;
    }

    body.page-tk-picker-privacy .navbar-nav .nav-link {
      display: inline-flex;
      align-items: center;
      min-height: 2.8rem;
      padding: .55rem .95rem !important;
      border-radius: 999px;
      color: var(--brand-dark);
    }

    body.page-tk-picker-privacy .navbar-nav .nav-link:hover,
    body.page-tk-picker-privacy .navbar-nav .nav-link:focus,
    body.page-tk-picker-privacy .navbar-nav .show > .nav-link {
      background: var(--brand-soft);
      color: var(--brand-dark);
    }

    body.page-tk-picker-privacy .dropdown-menu {
      z-index: 1200;
      border: 1px solid var(--line);
      border-radius: 1rem;
      box-shadow: 0 18px 36px rgba(19, 42, 74, 0.12);
      padding: .5rem;
    }

    body.page-tk-picker-privacy .dropdown-item {
      border-radius: .8rem;
      padding: .7rem .85rem;
      font-weight: 600;
      color: var(--text);
    }

    body.page-tk-picker-privacy .dropdown-item:hover,
    body.page-tk-picker-privacy .dropdown-item:focus {
      background: var(--brand-soft);
      color: var(--brand-dark);
    }

    body.page-tk-picker-privacy .hero,
    body.page-tk-picker-privacy .section,
    body.page-tk-picker-privacy .contact-card {
      border: 1px solid rgba(215, 225, 238, 0.92);
      background: var(--panel);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    body.page-tk-picker-privacy .hero {
      margin-top: 18px;
      padding: 34px;
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 249, 255, 0.92) 100%);
    }

    body.page-tk-picker-privacy .hero::after {
      content: "";
      position: absolute;
      inset: auto -60px -80px auto;
      width: 220px;
      height: 220px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(63, 129, 214, 0.16), transparent 70%);
      pointer-events: none;
    }

    body.page-tk-picker-privacy .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 14px;
      padding: 7px 12px;
      border-radius: 999px;
      background: var(--brand-soft);
      color: var(--brand-dark);
      font-size: 0.84rem;
      font-weight: 700;
    }

    body.page-tk-picker-privacy h1 {
      margin: 0;
      font-size: clamp(2rem, 4vw, 3.4rem);
      line-height: 1.02;
      color: #10213a;
      letter-spacing: -0.03em;
      max-width: 12ch;
    }

    body.page-tk-picker-privacy .hero p {
      margin: 16px 0 0;
      max-width: 66ch;
      font-size: 1.03rem;
      line-height: 1.62;
      color: var(--muted);
    }

    body.page-tk-picker-privacy .meta {
      display: inline-flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 20px;
    }

    body.page-tk-picker-privacy .meta-chip {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 8px 12px;
      border-radius: 999px;
      border: 1px solid #d9e6f5;
      background: rgba(255, 255, 255, 0.86);
      color: var(--brand-dark);
      font-size: 0.9rem;
      font-weight: 700;
    }

    body.page-tk-picker-privacy .layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 300px;
      gap: 18px;
      margin-top: 18px;
    }

    body.page-tk-picker-privacy .section {
      padding: 28px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 251, 255, 0.9) 100%);
    }

    body.page-tk-picker-privacy .section h2 {
      margin: 0 0 16px;
      font-size: 1.45rem;
      color: var(--brand-dark);
    }

    body.page-tk-picker-privacy .policy-item + .policy-item {
      margin-top: 18px;
      padding-top: 18px;
      border-top: 1px solid #e4ecf5;
    }

    body.page-tk-picker-privacy .policy-item h3 {
      margin: 0 0 10px;
      font-size: 1.02rem;
      color: var(--brand);
    }

    body.page-tk-picker-privacy .policy-item p,
    body.page-tk-picker-privacy .policy-item li {
      color: var(--muted);
      line-height: 1.62;
      font-size: 0.98rem;
    }

    body.page-tk-picker-privacy .policy-item ul {
      margin: 10px 0 0 18px;
      padding: 0;
    }

    body.page-tk-picker-privacy .contact-card {
      padding: 24px;
      align-self: start;
      background:
        radial-gradient(circle at top right, rgba(88, 171, 235, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 251, 255, 0.92) 100%);
    }

    body.page-tk-picker-privacy .contact-card h2 {
      margin: 0 0 12px;
      font-size: 1.18rem;
      color: var(--brand-dark);
    }

    body.page-tk-picker-privacy .contact-card ul {
      margin: 0;
      padding-left: 18px;
    }

    body.page-tk-picker-privacy .contact-card li {
      color: var(--muted);
      line-height: 1.58;
      margin: 6px 0;
      font-size: 0.96rem;
    }

    body.page-tk-picker-privacy .footer {
      margin-top: 16px;
      text-align: center;
      color: var(--muted);
      font-size: 0.9rem;
      padding: 12px 6px 0;
    }

    @media (max-width: 960px) {
      body.page-tk-picker-privacy .layout {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 720px) {
      body.page-tk-picker-privacy .page {
        width: min(100% - 20px, 1080px);
        padding-top: 14px;
      }

      body.page-tk-picker-privacy .topbar {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
      }

      body.page-tk-picker-privacy .brand-mark {
        width: 58px;
        height: 58px;
        border-radius: 1rem;
      }

      body.page-tk-picker-privacy .brand-logo {
        width: 48px;
        height: 48px;
      }

      body.page-tk-picker-privacy .navbar-brand {
        flex: 1 1 auto;
        min-width: 0;
        margin-right: 0 !important;
        gap: .75rem !important;
      }

      body.page-tk-picker-privacy .navbar-brand > span:last-child {
        min-width: 0;
      }

      body.page-tk-picker-privacy .brand-title {
        font-size: 1rem;
      }

      body.page-tk-picker-privacy .brand-subtitle {
        display: none !important;
      }

      body.page-tk-picker-privacy .navbar-toggler {
        flex: 0 0 auto;
        margin-left: auto;
        padding: .45rem .7rem;
        border-radius: .9rem;
        border: 1px solid var(--line);
        background: rgba(255, 255, 255, 0.92);
      }

      body.page-tk-picker-privacy .navbar-collapse {
        margin-top: .9rem !important;
      }

      body.page-tk-picker-privacy .navbar-nav {
        gap: .2rem;
      }

      body.page-tk-picker-privacy .navbar-nav .nav-link {
        width: 100%;
        justify-content: flex-start;
      }

      body.page-tk-picker-privacy .hero,
      body.page-tk-picker-privacy .section,
      body.page-tk-picker-privacy .contact-card {
        padding: 18px;
        border-radius: 1.05rem;
      }

      body.page-tk-picker-privacy h1 {
        font-size: clamp(1.8rem, 9vw, 2.4rem);
        max-width: none;
      }

      body.page-tk-picker-privacy .hero p,
      body.page-tk-picker-privacy .policy-item p,
      body.page-tk-picker-privacy .policy-item li,
      body.page-tk-picker-privacy .contact-card li {
        font-size: .96rem;
      }
    }

