@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;600;700;800;900&family=Heebo:wght@500;700;800;900&display=swap');

:root {
  --tk-navy: #071b3a;
  --tk-blue: #1677f2;
  --tk-blue-2: #0a2a5f;
  --tk-soft: #f5f9ff;
  --tk-line: #dce8f7;
  --tk-green: #13b981;
  --tk-text: #102033;
  --tk-muted: #5d6c80;
  --tk-shadow: 0 18px 45px rgba(13, 55, 108, .13);
  --tk-max: 1180px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Assistant, Arial, sans-serif;
  color: var(--tk-text);
  background: var(--tk-soft);
  letter-spacing: 0;
}

.neo-main {
  background: var(--tk-soft);
}

.neo-container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#tk_hero,
[data-sector-id="tk_hero"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

#tk_services,
[data-sector-id="tk_services"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#tk_hero > .neo-container,
#tk_services > .neo-container,
[data-sector-id="tk_hero"] > .neo-container,
[data-sector-id="tk_services"] > .neo-container {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tk-wrap {
  max-width: var(--tk-max);
  margin: 0 auto;
  padding: 0 22px;
}

.tk-nav-shell {
  position: relative;
  z-index: 20;
  direction: ltr;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--tk-line);
  backdrop-filter: saturate(140%) blur(14px);
  overflow: hidden;
}

.tk-nav-shell::after {
  display: none;
}

.tk-site-nav {
  position: relative;
  z-index: 30;
  direction: ltr;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.tk-logo-text {
  display: flex;
  flex-direction: column;
  direction: rtl;
  text-decoration: none;
  color: var(--tk-navy);
  line-height: 1;
}

.tk-logo-text strong {
  font-family: Heebo, Assistant, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.tk-logo-text span {
  font-size: 13px;
  color: var(--tk-muted);
  font-weight: 800;
  margin-top: 5px;
}

.tk-nav-links {
  display: flex;
  direction: rtl;
  align-items: center;
  gap: 22px;
}

.tk-nav-links a {
  color: #203a5b;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
}

.tk-nav-links a:hover {
  color: var(--tk-blue);
}

.tk-nav-cta {
  direction: rtl;
  min-height: 42px;
  padding: 10px 15px;
  border-radius: 8px;
  background: var(--tk-blue);
  color: #fff !important;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(22, 119, 242, .20);
}

.tk-hero {
  position: relative;
  direction: ltr;
  overflow: hidden;
  min-height: 760px;
  background: #061a38;
  padding: 0;
  color: #fff;
}

.tk-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 26, 56, .08) 0%, rgba(6, 26, 56, .56) 44%, rgba(6, 26, 56, .94) 100%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0));
  z-index: 2;
  pointer-events: none;
}

.tk-hero-media {
  position: absolute;
  inset: 0;
  display: block;
  background-image: url('https://etxmedia.co.il/clients/daniel-tiktak/assets/studio-hero.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.tk-hero-canvas {
  display: none;
}

.tk-hero-3d-frame {
  display: none;
}

.tk-automation-orbit {
  display: none;
}

.tk-orbit-deck {
  position: absolute;
  inset: 8%;
  transform-style: preserve-3d;
  transform: rotateX(58deg) rotateZ(-28deg);
  animation: tkDeckFloat 9s ease-in-out infinite;
}

.tk-orbit-ring {
  position: absolute;
  inset: 4%;
  border: 1px solid rgba(143, 196, 255, .38);
  border-radius: 999px;
  box-shadow:
    0 0 44px rgba(22, 119, 242, .22),
    inset 0 0 42px rgba(19, 185, 129, .08);
}

.tk-orbit-ring:nth-child(2) {
  inset: 18%;
  border-color: rgba(19, 185, 129, .34);
  animation: tkSpinSlow 18s linear infinite;
}

.tk-orbit-ring:nth-child(3) {
  inset: 31%;
  border-color: rgba(255, 255, 255, .25);
  animation: tkSpinSlow 13s linear reverse infinite;
}

.tk-orbit-line {
  position: absolute;
  height: 1px;
  width: 62%;
  right: 20%;
  top: 50%;
  background: linear-gradient(90deg, transparent, rgba(143, 196, 255, .75), rgba(19, 185, 129, .55), transparent);
  transform-origin: center;
}

.tk-orbit-line:nth-child(4) {
  transform: rotate(32deg);
}

.tk-orbit-line:nth-child(5) {
  transform: rotate(98deg);
}

.tk-orbit-line:nth-child(6) {
  transform: rotate(154deg);
}

.tk-orbit-node {
  position: absolute;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(212, 233, 255, .78));
  border: 1px solid rgba(255, 255, 255, .76);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, .26),
    0 0 34px rgba(22, 119, 242, .26);
  color: var(--tk-blue-2);
  font-size: 25px;
  transform: translateZ(70px) rotateZ(28deg) rotateX(-58deg);
  animation: tkNodePulse 3.8s ease-in-out infinite;
}

.tk-orbit-node:nth-child(7) {
  right: 7%;
  top: 42%;
}

.tk-orbit-node:nth-child(8) {
  right: 43%;
  top: 3%;
  color: var(--tk-green);
  animation-delay: .45s;
}

.tk-orbit-node:nth-child(9) {
  left: 4%;
  top: 45%;
  animation-delay: .9s;
}

.tk-orbit-node:nth-child(10) {
  right: 42%;
  bottom: 3%;
  color: var(--tk-green);
  animation-delay: 1.35s;
}

.tk-orbit-core {
  position: absolute;
  inset: 37%;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(145deg, #1677f2, #13b981);
  color: #fff;
  box-shadow:
    0 26px 55px rgba(0, 0, 0, .34),
    0 0 44px rgba(19, 185, 129, .42);
  transform: translateZ(96px) rotateZ(28deg) rotateX(-58deg);
  font-size: 30px;
}

.tk-orbit-card {
  display: none;
  position: absolute;
  z-index: 2;
  min-width: 178px;
  padding: 13px 15px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .90);
  border: 1px solid rgba(207, 225, 255, .72);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, .25);
  color: var(--tk-navy);
  direction: rtl;
  animation: tkFloatSoft 5.5s ease-in-out infinite;
}

.tk-orbit-card strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 4px;
}

.tk-orbit-card span {
  display: block;
  color: #45617e;
  font-size: 13px;
  line-height: 1.35;
}

.tk-orbit-card-one {
  left: 0;
  top: 20%;
}

.tk-orbit-card-two {
  right: 4%;
  bottom: 9%;
  animation-delay: 1s;
}

.tk-orbit-card-three {
  left: 24%;
  bottom: -4%;
  animation-delay: 1.8s;
}

.tk-orbit-glow {
  position: absolute;
  inset: 18%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 40% 45%, rgba(22, 119, 242, .38), transparent 48%),
    radial-gradient(circle at 62% 58%, rgba(19, 185, 129, .28), transparent 42%);
  filter: blur(18px);
  opacity: .85;
  animation: tkGlowBreath 6s ease-in-out infinite;
}

.tk-hero-grid {
  position: relative;
  z-index: 5;
  direction: ltr;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: 44px;
  align-items: center;
  min-height: 760px;
  max-width: var(--tk-max);
  text-align: right;
}

.tk-hero-copy {
  direction: rtl;
  min-width: 0;
  grid-column: 2;
  margin: 0;
  padding-right: clamp(18px, 3.5vw, 48px);
  text-align: right;
}

.tk-hero-showcase {
  display: none;
}

.tk-hero-showcase img {
  width: 100%;
  aspect-ratio: 1.16;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.tk-hero-showcase-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 13px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(207, 225, 255, .9);
  box-shadow: 0 16px 32px rgba(13, 55, 108, .16);
  color: var(--tk-navy);
  font-weight: 900;
  direction: rtl;
}

.tk-hero-showcase-badge i {
  color: var(--tk-green);
}

.tk-hero-visual-spacer {
  display: none;
}

.tk-mobile-stage {
  display: none;
}

.tk-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid #cfe1ff;
  background: rgba(255,255,255,.10);
  color: #fff;
  backdrop-filter: blur(12px);
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 18px;
  border-radius: 8px;
}

.tk-h1 {
  font-family: Heebo, Assistant, Arial, sans-serif;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.06;
  margin: 0 0 18px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 900;
  max-width: 680px;
  overflow-wrap: break-word;
}

.tk-title-accent {
  color: #7db9ff;
}

.tk-title-green {
  color: #33e0a1;
}

.tk-lead {
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
  color: rgba(234, 243, 255, .90);
  max-width: 660px;
  margin: 0 0 28px;
}

.tk-actions {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.tk-btn {
  direction: rtl;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: normal;
}

.tk-btn:hover {
  transform: translateY(-2px);
}

.tk-btn-primary {
  background: var(--tk-blue);
  color: #fff !important;
  box-shadow: 0 14px 26px rgba(22, 119, 242, .24);
}

.tk-btn-ghost {
  background: #fff;
  color: var(--tk-blue-2) !important;
  border-color: #cfe1ff;
}

.tk-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
  margin: 0;
}

.tk-proof {
  direction: rtl;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(207, 225, 255, .28);
  backdrop-filter: blur(14px);
  padding: 14px;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(13, 55, 108, .06);
}

.tk-proof strong {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 3px;
}

.tk-proof span {
  display: block;
  color: rgba(234, 243, 255, .74);
  font-size: 14px;
}

.tk-photo-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--tk-line);
  border-radius: 12px;
  padding: 12px;
  box-shadow: var(--tk-shadow);
  overflow: hidden;
}

.tk-photo-card img,
.tk-hero-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  display: block;
}

.tk-photo-card img {
  object-fit: cover;
  object-position: center;
}

.tk-hero-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tk-floating {
  direction: rtl;
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 28px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--tk-line);
  padding: 14px 16px;
  border-radius: 8px;
  box-shadow: 0 14px 26px rgba(13, 55, 108, .12);
  max-width: 250px;
}

.tk-floating strong {
  display: block;
  color: var(--tk-navy);
  margin-bottom: 3px;
}

.tk-floating span {
  color: var(--tk-muted);
  font-size: 14px;
}

.tk-section {
  padding: 76px 0;
  background: #fff;
}

.tk-visual-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.tk-visual-card {
  position: relative;
  min-height: 320px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--tk-line);
  box-shadow: var(--tk-shadow);
  background: #fff;
}

.tk-visual-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}

.tk-visual-card:hover img {
  transform: scale(1.045);
}

.tk-visual-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(207,225,255,.95);
  border-radius: 10px;
  padding: 14px 16px;
  backdrop-filter: blur(14px);
}

.tk-visual-caption strong {
  display: block;
  color: var(--tk-navy);
  font-size: 20px;
  font-weight: 900;
}

.tk-visual-caption span {
  display: block;
  color: var(--tk-muted);
  margin-top: 4px;
}

.tk-work-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 20px;
  margin-bottom: 24px;
  align-items: stretch;
}

.tk-work-visual,
.tk-work-shot,
.tk-work-copy {
  border: 1px solid var(--tk-line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--tk-shadow);
}

.tk-work-visual {
  position: relative;
  min-height: 460px;
}

.tk-work-visual img,
.tk-work-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tk-work-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 27, 58, .82));
}

.tk-work-label {
  position: absolute;
  right: 22px;
  left: 22px;
  bottom: 20px;
  z-index: 2;
  color: #fff;
}

.tk-work-label strong {
  display: block;
  font-family: Heebo, Assistant, Arial, sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 8px;
}

.tk-work-label span {
  display: block;
  color: rgba(234, 243, 255, .84);
  max-width: 560px;
  font-size: 17px;
}

.tk-work-stack {
  display: grid;
  gap: 20px;
}

.tk-work-shot {
  min-height: 220px;
}

.tk-work-copy {
  grid-column: 1 / -1;
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  box-shadow: 0 12px 28px rgba(13, 55, 108, .06);
}

.tk-work-point {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #34465d;
  font-weight: 800;
}

.tk-work-point i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--tk-blue);
  background: #eaf3ff;
}

.tk-scroll-lab {
  position: relative;
  overflow: clip;
  padding: 96px 0 110px;
  background:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(135deg, #071b3a 0%, #071b3a 48%, #0b2d63 100%);
  background-size: 48px 48px, 48px 48px, auto;
  color: #fff;
}

.tk-scroll-head {
  direction: rtl;
  max-width: 820px;
  margin-bottom: 42px;
}

.tk-scroll-head .tk-kicker {
  border-color: rgba(207, 225, 255, .26);
}

.tk-scroll-head h2 {
  font-family: Heebo, Assistant, Arial, sans-serif;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.08;
  margin: 0 0 14px;
  color: #fff;
  font-weight: 900;
}

.tk-scroll-head p {
  max-width: 720px;
  color: rgba(234, 243, 255, .78);
  font-size: 19px;
  line-height: 1.6;
  margin: 0;
}

.tk-scroll-grid {
  direction: ltr;
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.tk-sticky-lab {
  direction: rtl;
  position: sticky;
  top: 90px;
  min-height: 72vh;
  display: grid;
  place-items: center;
}

.tk-device-stage {
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 1.08;
  perspective: 1200px;
}

.tk-main-monitor {
  position: absolute;
  inset: 5% 4% 20% 4%;
  border-radius: 18px;
  background: #06152e;
  border: 1px solid rgba(207, 225, 255, .28);
  box-shadow:
    0 36px 80px rgba(0, 0, 0, .42),
    0 0 80px rgba(22, 119, 242, .20);
  overflow: hidden;
  transform: rotateY(-10deg) rotateX(3deg);
  transform-origin: center;
}

.tk-monitor-top {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  background: rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(207, 225, 255, .14);
}

.tk-monitor-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(234, 243, 255, .78);
}

.tk-monitor-dot:nth-child(2) {
  background: #1677f2;
}

.tk-monitor-dot:nth-child(3) {
  background: #13b981;
}

.tk-monitor-image {
  position: relative;
  height: calc(100% - 40px);
  overflow: hidden;
}

.tk-monitor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.03);
}

.tk-monitor-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 27, 58, .10), rgba(7, 27, 58, .44)),
    linear-gradient(180deg, transparent 50%, rgba(7, 27, 58, .62));
}

.tk-monitor-stand {
  position: absolute;
  left: 38%;
  right: 38%;
  bottom: 10%;
  height: 13%;
  background: linear-gradient(180deg, rgba(234, 243, 255, .24), rgba(234, 243, 255, .05));
  border: 1px solid rgba(207, 225, 255, .16);
  border-radius: 0 0 10px 10px;
  transform: skewX(-6deg);
}

.tk-monitor-base {
  position: absolute;
  left: 28%;
  right: 28%;
  bottom: 6%;
  height: 5%;
  border-radius: 999px;
  background: rgba(234, 243, 255, .18);
  border: 1px solid rgba(207, 225, 255, .14);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
}

.tk-mini-phone {
  position: absolute;
  right: -2%;
  bottom: 15%;
  width: 28%;
  aspect-ratio: 9 / 17;
  border-radius: 24px;
  padding: 8px;
  background: #081a36;
  border: 1px solid rgba(207, 225, 255, .28);
  box-shadow: 0 28px 56px rgba(0, 0, 0, .40);
  transform: rotateZ(-5deg) rotateY(-14deg);
  animation: tkFloatSoft 5.8s ease-in-out infinite;
}

.tk-mini-phone img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  display: block;
}

.tk-dashboard-chip {
  position: absolute;
  left: 0;
  top: 13%;
  width: 210px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(207, 225, 255, .72);
  color: var(--tk-navy);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .34);
  direction: rtl;
  animation: tkFloatSoft 6.2s ease-in-out infinite;
}

.tk-dashboard-chip i {
  color: var(--tk-green);
  margin-left: 8px;
}

.tk-dashboard-chip strong {
  display: block;
  font-size: 17px;
  font-weight: 900;
}

.tk-dashboard-chip span {
  display: block;
  color: #52697f;
  margin-top: 4px;
  font-size: 13px;
}

.tk-flow-pulse {
  position: absolute;
  inset: 19% 16% 24% 9%;
  border: 1px solid rgba(143, 196, 255, .30);
  border-radius: 28px;
  transform: rotateY(-10deg) rotateX(3deg);
}

.tk-flow-pulse::before,
.tk-flow-pulse::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #13b981;
  box-shadow: 0 0 0 10px rgba(19, 185, 129, .16);
  animation: tkPulseTravel 4.5s ease-in-out infinite;
}

.tk-flow-pulse::before {
  right: 14%;
  top: 24%;
}

.tk-flow-pulse::after {
  left: 18%;
  bottom: 20%;
  animation-delay: 1.4s;
}

.tk-flow-steps {
  direction: rtl;
  display: grid;
  gap: 26px;
  padding-top: 10px;
}

.tk-flow-step {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(207, 225, 255, .16);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .20);
  backdrop-filter: blur(12px);
}

.tk-flow-step::before {
  content: attr(data-step);
  position: absolute;
  top: 22px;
  left: 22px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #1677f2;
  color: #fff;
  font-weight: 900;
}

.tk-flow-step i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #13b981;
  background: rgba(19, 185, 129, .12);
  border: 1px solid rgba(19, 185, 129, .22);
  font-size: 23px;
  margin-bottom: 18px;
}

.tk-flow-step h3 {
  font-family: Heebo, Assistant, Arial, sans-serif;
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.12;
  margin: 0 0 12px;
  font-weight: 900;
}

.tk-flow-step p {
  color: rgba(234, 243, 255, .76);
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.tk-flow-step strong {
  color: #fff;
}

.tk-section-soft {
  background: var(--tk-soft);
}

.tk-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.tk-head h2 {
  font-family: Heebo, Assistant, Arial, sans-serif;
  color: var(--tk-navy);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  margin: 0;
  font-weight: 900;
}

.tk-head p {
  max-width: 610px;
  margin: 0;
  color: var(--tk-muted);
  font-size: 18px;
}

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

.tk-card {
  background: #fff;
  border: 1px solid var(--tk-line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(13, 55, 108, .06);
  transition: transform .22s ease, box-shadow .22s ease;
}

.tk-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(13, 55, 108, .10);
}

.tk-card i {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  background: #eaf3ff;
  color: var(--tk-blue);
  font-size: 20px;
  margin-bottom: 18px;
}

.tk-card h3 {
  color: var(--tk-navy);
  font-size: 22px;
  margin: 0 0 9px;
  font-weight: 900;
}

.tk-card p {
  color: var(--tk-muted);
  margin: 0;
}

.tk-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.tk-step {
  background: #fff;
  border: 1px solid var(--tk-line);
  border-radius: 8px;
  padding: 18px;
}

.tk-step b {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  background: var(--tk-blue);
  color: #fff;
  border-radius: 50%;
  margin-bottom: 12px;
}

.tk-step h3 {
  font-size: 18px;
  color: var(--tk-navy);
  margin: 0 0 8px;
}

.tk-step p {
  font-size: 15px;
  color: var(--tk-muted);
  margin: 0;
}

.tk-story-grid {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: center;
}

.tk-story-img {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--tk-line);
  box-shadow: var(--tk-shadow);
  background: #fff;
  padding: 12px;
}

.tk-story-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.tk-story-copy {
  background: #fff;
  border: 1px solid var(--tk-line);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(13, 55, 108, .07);
}

.tk-quote {
  font-size: 28px;
  line-height: 1.35;
  font-weight: 900;
  color: var(--tk-navy);
  margin: 0 0 18px;
}

.tk-story-copy p {
  color: #34465d;
  font-size: 18px;
  margin: 0 0 14px;
}

.tk-band {
  background: linear-gradient(135deg, var(--tk-navy), #0e4cab);
  color: #fff;
  border-radius: 12px;
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  box-shadow: var(--tk-shadow);
}

.tk-band h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  margin: 0 0 8px;
}

.tk-band p {
  color: #dcebff;
  margin: 0;
  font-size: 18px;
}

.tk-faq {
  display: grid;
  gap: 12px;
}

.tk-faq details {
  background: #fff;
  border: 1px solid var(--tk-line);
  border-radius: 8px;
  padding: 18px;
}

.tk-faq summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--tk-navy);
  font-size: 18px;
}

.tk-faq p {
  color: var(--tk-muted);
  margin: 10px 0 0;
}

.tk-form-shell {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr);
  gap: 26px;
  align-items: start;
}

.tk-form-copy {
  background: linear-gradient(180deg, #fff, #f0f7ff);
  border: 1px solid var(--tk-line);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(13, 55, 108, .07);
}

.tk-form-copy h2 {
  font-size: clamp(30px, 4vw, 48px);
  color: var(--tk-navy);
  margin: 0 0 12px;
}

.tk-form-copy p {
  color: #34465d;
  font-size: 18px;
}

.tk-mini-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.tk-mini {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #34465d;
}

.tk-mini i {
  color: var(--tk-green);
  margin-top: 4px;
}

.tk-form-note {
  background: #fff;
  border: 1px solid var(--tk-line);
  border-radius: 8px;
  padding: 22px;
  box-shadow: var(--tk-shadow);
}

.tk-form-note h3 {
  color: var(--tk-navy);
  margin: 0 0 8px;
  font-size: 24px;
}

.tk-form-note p {
  margin: 0;
  color: var(--tk-muted);
}

.tk-lead-form-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 22px;
}

.tk-lead-form-card {
  background: #fff;
  border: 1px solid var(--tk-line);
  border-radius: 12px;
  box-shadow: var(--tk-shadow);
  padding: 28px;
}

.tk-lead-form-card h3 {
  font-family: Heebo, Assistant, Arial, sans-serif;
  color: var(--tk-navy);
  font-size: 32px;
  line-height: 1.15;
  margin: 0 0 8px;
  font-weight: 900;
}

.tk-lead-form-card p {
  color: var(--tk-muted);
  font-size: 17px;
  margin: 0 0 20px;
}

.tk-smart-form {
  display: grid;
  gap: 14px;
}

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

.tk-field {
  display: grid;
  gap: 7px;
  font-weight: 800;
  color: #203a5b;
}

.tk-field-full {
  grid-column: 1 / -1;
}

.tk-field input,
.tk-field textarea {
  width: 100%;
  border: 1px solid #cfe1ff;
  border-radius: 8px;
  background: #f9fcff;
  color: var(--tk-text);
  font: inherit;
  font-size: 16px;
  padding: 13px 14px;
  outline: none;
  transition: border .2s ease, box-shadow .2s ease, background .2s ease;
}

.tk-field textarea {
  min-height: 118px;
  resize: vertical;
}

.tk-field input:focus,
.tk-field textarea:focus {
  background: #fff;
  border-color: var(--tk-blue);
  box-shadow: 0 0 0 4px rgba(22, 119, 242, .10);
}

.tk-submit {
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  background: var(--tk-blue);
  color: #fff;
  font: inherit;
  font-weight: 900;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(22, 119, 242, .24);
}

.tk-form-privacy {
  font-size: 14px !important;
  color: var(--tk-muted) !important;
  margin: 0 !important;
}

.tk-muted-line {
  border-top: 1px solid var(--tk-line);
  padding-top: 12px;
}

@keyframes tkFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tkFloatSoft {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes tkGlowSweep {
  0% {
    transform: translateX(-120%) rotate(12deg);
    opacity: 0;
  }

  30% {
    opacity: .65;
  }

  70% {
    opacity: .35;
  }

  100% {
    transform: translateX(120%) rotate(12deg);
    opacity: 0;
  }
}

@keyframes tkPulseDot {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(19, 185, 129, .28);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(19, 185, 129, 0);
  }
}

@keyframes tkDeckFloat {
  0%,
  100% {
    transform: rotateX(58deg) rotateZ(-28deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotateX(62deg) rotateZ(-18deg) translate3d(0, -16px, 22px);
  }
}

@keyframes tkSpinSlow {
  to {
    transform: rotate(360deg);
  }
}

@keyframes tkNodePulse {
  0%,
  100% {
    transform: translateZ(70px) rotateZ(28deg) rotateX(-58deg) scale(1);
    filter: saturate(1);
  }

  50% {
    transform: translateZ(92px) rotateZ(28deg) rotateX(-58deg) scale(1.05);
    filter: saturate(1.25);
  }
}

@keyframes tkGlowBreath {
  0%,
  100% {
    transform: scale(.95);
    opacity: .62;
  }

  50% {
    transform: scale(1.08);
    opacity: .96;
  }
}

@keyframes tkPulseTravel {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(.9);
    opacity: .55;
  }

  50% {
    transform: translate3d(28px, -18px, 0) scale(1.25);
    opacity: 1;
  }
}

@keyframes tkStepView {
  0% {
    opacity: .36;
    transform: translateY(34px) scale(.97);
  }

  38%,
  72% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: .48;
    transform: translateY(-24px) scale(.98);
  }
}

@keyframes tkDeviceView {
  0% {
    transform: translateY(20px) scale(.97);
  }

  48% {
    transform: translateY(0) scale(1);
  }

  100% {
    transform: translateY(-12px) scale(1.02);
  }
}

.tk-hero-grid,
.tk-card,
.tk-step,
.tk-story-copy,
.tk-band,
.tk-form-shell,
.tk-lead-form-card {
  animation: tkFadeUp .7s cubic-bezier(.16, 1, .3, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  scroll-behavior: auto !important;
  }
}

@supports (animation-timeline: view()) {
  .tk-flow-step {
    animation: tkStepView both linear;
    animation-timeline: view();
    animation-range: entry 8% cover 54%;
  }

  .tk-device-stage {
    animation: tkDeviceView both linear;
    animation-timeline: view();
    animation-range: entry 0% exit 100%;
  }
}

@media (max-width: 980px) {
  .tk-hero-grid,
  .tk-head,
  .tk-story-grid,
  .tk-form-shell,
  .tk-band {
    display: block;
  }

  .tk-hero-grid {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
    padding-top: 46px;
    padding-bottom: 54px;
  }

  .tk-mobile-stage {
    display: block;
    position: relative;
    width: min(100%, 338px);
    margin: 28px auto 0;
    direction: rtl;
  }

  .tk-mobile-frame {
    position: relative;
    min-height: 365px;
    border: 1px solid var(--tk-line);
    border-radius: 16px;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(7, 27, 58, .02), rgba(7, 27, 58, .18)),
      url('https://etxmedia.co.il/clients/daniel-tiktak/assets/daniel-studio.jpg');
    background-size: cover;
    background-position: center top;
    box-shadow: 0 22px 50px rgba(13, 55, 108, .18);
    animation: tkFloatSoft 5.8s ease-in-out infinite;
  }

  .tk-mobile-frame::after {
    content: "";
    position: absolute;
    inset: -40% auto -40% -40%;
    width: 42%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .52), transparent);
    animation: tkGlowSweep 4.2s ease-in-out infinite;
    pointer-events: none;
  }

  .tk-mobile-status {
    position: absolute;
    right: 14px;
    left: 14px;
    bottom: 14px;
    display: grid;
    gap: 10px;
    z-index: 2;
  }

  .tk-status-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 54px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(207, 225, 255, .95);
    box-shadow: 0 12px 24px rgba(7, 27, 58, .13);
    backdrop-filter: blur(12px);
  }

  .tk-status-card strong {
    display: block;
    color: var(--tk-navy);
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .tk-status-card span {
    display: block;
    color: var(--tk-muted);
    font-size: 13px;
    line-height: 1.25;
  }

  .tk-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--tk-green);
    flex: 0 0 auto;
    animation: tkPulseDot 2.2s ease-in-out infinite;
  }

  .tk-mobile-path {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .tk-path-chip {
    min-height: 58px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 9px 7px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #cfe1ff;
    box-shadow: 0 10px 22px rgba(13, 55, 108, .08);
    color: var(--tk-navy);
    font-weight: 900;
    font-size: 14px;
    line-height: 1.2;
  }

  .tk-path-chip i {
    color: var(--tk-blue);
    margin-bottom: 4px;
  }

  .tk-photo-card,
  .tk-story-img,
  .tk-form-note {
    margin-top: 22px;
  }

  .tk-proof-row,
  .tk-grid-3,
  .tk-steps,
  .tk-form-grid {
    grid-template-columns: 1fr;
  }

  .tk-hero-grid {
    min-height: auto;
  }

  .tk-hero {
    min-height: auto;
    background: linear-gradient(180deg, #061a38 0%, #0b2b5f 58%, #eef7ff 100%);
    padding: 0;
  }

  .tk-hero::after {
    display: block;
    background: linear-gradient(180deg, rgba(6,26,56,.70), rgba(6,26,56,.42) 62%, rgba(238,247,255,.04));
  }

  .tk-hero-media {
    display: block;
    opacity: .36;
    background-position: center top;
  }

  .tk-hero-canvas {
    display: none;
  }

  .tk-hero-3d-frame {
    display: none;
  }

  .tk-automation-orbit {
    display: none;
  }

  .tk-orbit-card {
    display: none;
  }

  .tk-orbit-node {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    font-size: 20px;
  }

  .tk-hero-copy {
    color: #fff;
    text-align: center;
    grid-column: auto;
    padding-right: 0;
  }

  .tk-kicker {
    color: var(--tk-navy);
    background: #fff;
  }

  .tk-h1 {
    color: #fff;
  }

  .tk-lead {
    color: rgba(234, 243, 255, .9);
  }

  .tk-actions {
    justify-content: center;
  }

  .tk-proof {
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(12px);
  }

  .tk-hero-showcase {
    display: none;
  }

  .tk-hero-showcase-badge {
    right: 18px;
    bottom: 18px;
    font-size: 14px;
  }

  .tk-proof strong {
    color: var(--tk-navy);
  }

  .tk-proof span {
    color: var(--tk-muted);
  }

  .tk-visual-strip {
    grid-template-columns: 1fr;
  }

  .tk-work-showcase,
  .tk-scroll-grid,
  .tk-work-copy {
    grid-template-columns: 1fr;
  }

  .tk-scroll-lab {
    padding: 64px 0;
    overflow: hidden;
  }

  .tk-scroll-head {
    margin-bottom: 28px;
  }

  .tk-sticky-lab {
    position: relative;
    top: auto;
    min-height: auto;
    margin-bottom: 28px;
  }

  .tk-device-stage {
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .tk-main-monitor {
    inset: 3% 0 22% 0;
    border-radius: 14px;
    transform: none;
  }

  .tk-mini-phone {
    width: 30%;
    right: -1%;
    bottom: 17%;
    border-radius: 18px;
  }

  .tk-dashboard-chip {
    left: 4%;
    top: 9%;
    width: 172px;
    padding: 11px 12px;
  }

  .tk-dashboard-chip strong {
    font-size: 14px;
  }

  .tk-flow-pulse {
    display: none;
  }

  .tk-flow-steps {
    gap: 16px;
  }

  .tk-flow-step {
    min-height: auto;
    padding: 24px 18px;
    border-radius: 12px;
  }

  .tk-flow-step::before {
    top: 18px;
    left: 18px;
  }

  .tk-work-visual {
    min-height: 330px;
  }

  .tk-work-shot {
    min-height: 230px;
  }

  .tk-hero-visual-spacer {
    display: none;
  }

  .tk-section {
    padding: 54px 0;
  }

  .tk-floating {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 12px 0 0;
  }

  .tk-band .tk-btn {
    margin-top: 18px;
  }

  .tk-head p {
    margin-top: 10px;
  }

  .tk-h1 {
    font-size: 40px;
  }

  .tk-lead {
    font-size: 18px;
  }

  .tk-btn {
    width: 100%;
  }

  .tk-actions {
    display: grid;
  }

  .tk-photo-card img,
  .tk-hero-photo {
    aspect-ratio: 4 / 4.7;
  }

  .tk-nav-links {
    display: none;
  }

  .tk-site-nav {
    min-height: 66px;
  }

  .tk-logo-text strong {
    font-size: 22px;
  }

  .tk-lead-form-card {
    padding: 20px;
  }

  .tk-lead-form-card h3 {
    font-size: 27px;
  }
}
