:root {
  color-scheme: light;
  background: #f5f5f7;
  --tfj-brand: #418efe;
  --tfj-brand-hover: #0b6cff;
  --tfj-brand-soft: #eef4ff;
  --tfj-focus-ring: rgba(65, 142, 254, .24);
  --tfj-landing-text: #111827;
  --tfj-landing-line: #dfe3ea;
  --tfj-disabled-text: #94a3b8;
  --tfj-disabled-surface: #f1f5f9;
  --tfj-landing-soft-shadow: 0 12px 34px rgba(17, 24, 39, .08);
  --tfj-font-suit: "SUIT Variable", "SUIT", -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background: #f5f5f7;
  color: #111827;
  font-family: var(--tfj-font-suit) !important;
  line-height: 1.5;
  letter-spacing: 0;
  word-break: keep-all;
}

html,
body,
#root,
#root *,
#root *::before,
#root *::after {
  font-family: var(--tfj-font-suit) !important;
}

a {
  color: inherit;
  text-decoration: none;
}

:where(a[href], button, [role="button"], select):focus-visible {
  outline: 3px solid var(--tfj-focus-ring);
  outline-offset: 3px;
}

button,
input,
textarea,
select {
  font: inherit;
}

button:not(:disabled),
[role="button"]:not([aria-disabled="true"]),
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
[type="reset"]:not(:disabled),
a[href],
select:not(:disabled),
input[type="checkbox"]:not(:disabled),
input[type="radio"]:not(:disabled) {
  cursor: pointer;
}

button:disabled,
[role="button"][aria-disabled="true"] {
  cursor: not-allowed;
  border-color: var(--tfj-landing-line) !important;
  background: var(--tfj-disabled-surface) !important;
  color: var(--tfj-disabled-text) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
}

img,
svg,
iframe {
  max-width: 100%;
}

#root {
  min-height: 100dvh;
}

.tfj-mobile-landing {
  min-height: 100dvh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f7f8fb 0%, #eef3f8 52%, #ffffff 100%);
  color: #111827;
}

.tfj-mobile-landing-head {
  height: calc(54px + env(safe-area-inset-top));
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 14px;
  padding: env(safe-area-inset-top) 18px 8px;
  flex: 0 0 auto;
}

.tfj-mobile-landing-brand,
.tfj-mobile-landing-login {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 950;
}

.tfj-mobile-landing-brand {
  gap: 8px;
  min-width: 0;
  color: #111827;
  font-size: 15px;
}

.tfj-mobile-landing-brand img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.tfj-mobile-landing-login {
  flex: 0 0 auto;
  padding: 0 15px;
  background: #111827;
  color: #fff;
  font-size: 13px;
}

.tfj-mobile-landing-hero {
  padding: 8px 20px 4px;
  flex: 0 0 auto;
}

.tfj-mobile-landing-kicker {
  margin: 0 0 10px;
  color: #418efe;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
}

.tfj-mobile-landing-hero h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(31px, 9.2vw, 41px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: 0;
}

.tfj-mobile-landing-hero h1 span {
  display: block;
}

.tfj-mobile-card-zone {
  min-height: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: clamp(12px, 2.8dvh, 42px) 0 clamp(8px, 1.8dvh, 22px);
}

.tfj-mobile-card-rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding: 18px;
  padding: 2px 18px 4px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.tfj-mobile-card-rail::-webkit-scrollbar {
  display: none;
}

.tfj-mobile-feature-card {
  --card-accent: #418efe;
  position: relative;
  min-width: min(82vw, 340px);
  height: clamp(360px, calc(100dvh - 318px), 540px);
  display: block;
  overflow: hidden;
  scroll-snap-align: center;
  border: 1px solid rgba(203, 213, 225, .78);
  border-radius: 28px;
  background: #e5e7eb;
  box-shadow: 0 22px 55px rgba(15, 23, 42, .11);
  transform: scale(.97);
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.tfj-mobile-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, .74) 0%, rgba(15, 23, 42, .44) 24%, rgba(15, 23, 42, .08) 52%, rgba(255, 255, 255, .72) 100%),
    linear-gradient(90deg, rgba(15, 23, 42, .18), rgba(15, 23, 42, 0) 52%);
  pointer-events: none;
}

.tfj-mobile-feature-card.is-active {
  border-color: color-mix(in srgb, var(--card-accent) 34%, rgba(203, 213, 225, .78));
  box-shadow: 0 26px 70px rgba(15, 23, 42, .16);
  transform: scale(1);
}

.tfj-mobile-card-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #e5e7eb;
}

.tfj-mobile-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.94) contrast(.96);
}

.tfj-mobile-card-panel {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  min-height: 0;
  padding: 30px 28px 110px;
  border: 0;
  background: transparent;
}

.tfj-mobile-card-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 13px;
}

.tfj-mobile-card-meta span {
  min-width: 0;
  display: block;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.1;
}

.tfj-mobile-card-meta span {
  color: rgba(255, 255, 255, .9);
}

.tfj-mobile-card-panel h2 {
  margin: 0;
  max-width: 280px;
  color: #fff;
  font-size: clamp(28px, 7.6vw, 34px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 2px 24px rgba(15, 23, 42, .35);
}

.tfj-mobile-card-panel p {
  display: none;
}

.tfj-mobile-card-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px 0;
}

.tfj-mobile-card-dots {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.tfj-mobile-card-dots button {
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.tfj-mobile-card-dots button::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #cbd5e1;
  transition: width .22s ease, background .22s ease;
}

.tfj-mobile-card-dots button[aria-current="true"]::before {
  width: 22px;
  background: var(--tfj-brand);
}

.tfj-mobile-landing-actions {
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 8px 18px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(226, 232, 240, .9);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.tfj-mobile-primary-link,
.tfj-mobile-secondary-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 950;
}

.tfj-mobile-primary-link {
  background: var(--tfj-brand);
  color: #fff;
  box-shadow: 0 14px 32px rgba(65, 142, 254, .22);
}

.tfj-mobile-primary-link:hover {
  background: var(--tfj-brand-hover);
}

.tfj-mobile-primary-link:active,
.tfj-mobile-secondary-link:active {
  transform: translateY(1px);
}

.tfj-mobile-secondary-link {
  padding: 0 16px;
  border: 1px solid #d8dee8;
  background: #fff;
  color: #111827;
}

.tfj-mobile-secondary-link:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}

@media (max-width: 767px) {
  #ch-plugin,
  #ch-plugin-core,
  iframe[src*="channel.io"],
  iframe[src*="channel-talk"],
  iframe[title*="Channel"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 390px) {
  .tfj-mobile-landing-hero {
    padding-top: 4px;
  }

  .tfj-mobile-card-zone {
    padding-top: clamp(8px, 2dvh, 24px);
    padding-bottom: clamp(6px, 1.4dvh, 16px);
  }

  .tfj-mobile-feature-card {
    min-width: min(84vw, 318px);
    height: clamp(340px, calc(100dvh - 300px), 500px);
    border-radius: 24px;
  }

  .tfj-mobile-card-panel {
    padding: 26px 24px 92px;
  }

  .tfj-mobile-card-panel h2 {
    font-size: clamp(26px, 7.6vw, 31px);
  }

  .tfj-mobile-card-panel p {
    font-size: 13px;
  }

  .tfj-mobile-card-controls {
    padding-inline: 18px;
  }
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.tfj-demo-showcase {
  position: relative;
  min-height: clamp(660px, 55vw, 900px);
  overflow: hidden;
  padding: clamp(14px, 1.7vw, 24px);
  border: 1px solid var(--tfj-landing-line);
  border-radius: 30px;
  background: #f2f3f7;
  box-shadow: var(--tfj-landing-soft-shadow);
}

@media (min-width: 761px) {
  .tfj-demo-showcase--classroom {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

.tfj-demo-control-panel {
  position: absolute;
  top: 50%;
  left: clamp(18px, 2.7vw, 42px);
  z-index: 3;
  width: min(230px, 18vw);
  min-width: 174px;
  max-height: calc(100% - clamp(28px, 3.4vw, 48px));
  transform: translateY(-50%);
  pointer-events: none;
}

.tfj-demo-rail {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: clamp(4px, .42vw, 7px);
  max-height: inherit;
  overflow: visible;
  padding: 3px;
  scrollbar-width: none;
  pointer-events: auto;
}

.tfj-demo-rail::-webkit-scrollbar {
  display: none;
}

.tfj-demo-tab {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: clamp(7px, .68vw, 9px);
  width: max-content;
  max-width: 100%;
  padding: 0 clamp(10px, .95vw, 13px);
  border: 1px solid var(--tfj-landing-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: var(--tfj-landing-text);
  font: inherit;
  font-size: clamp(11px, .76vw, 14px);
  font-weight: 950;
  text-align: left;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .06), inset 0 1px 0 rgba(255, 255, 255, .84);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    width .34s cubic-bezier(.2, .8, .2, 1),
    min-height .34s cubic-bezier(.2, .8, .2, 1),
    padding .34s cubic-bezier(.2, .8, .2, 1),
    border-radius .34s cubic-bezier(.2, .8, .2, 1),
    background .24s ease,
    border-color .24s ease,
    transform .24s ease,
    box-shadow .24s ease;
}

.tfj-demo-tab::before {
  content: "+";
  width: clamp(18px, 1.48vw, 22px);
  height: clamp(18px, 1.48vw, 22px);
  display: grid;
  place-items: center;
  flex: 0 0 clamp(18px, 1.48vw, 22px);
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
  transition: opacity .18s ease, transform .22s ease, width .22s ease, flex-basis .22s ease;
}

.tfj-demo-tab:hover {
  background: rgba(255, 255, 255, .86);
  transform: translateX(2px);
}

.tfj-demo-tab.active {
  width: min(230px, 100%);
  min-height: clamp(56px, 4.5vw, 72px);
  align-items: flex-start;
  padding: clamp(10px, .9vw, 13px);
  border-color: rgba(210, 216, 226, .54);
  border-radius: 17px;
  background: rgba(232, 234, 239, .74);
  color: #242933;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .1), inset 0 1px 0 rgba(255, 255, 255, .74);
  transform: none;
}

.tfj-demo-tab.active::before {
  width: 0;
  flex-basis: 0;
  opacity: 0;
  transform: scale(.7);
  border-width: 0;
}

.tfj-demo-tab-label,
.tfj-demo-tab-copy {
  display: block;
  transition: opacity .22s ease, transform .28s cubic-bezier(.2, .8, .2, 1);
}

.tfj-demo-tab-label {
  white-space: nowrap;
}

.tfj-demo-tab-copy {
  position: absolute;
  inset: clamp(10px, .9vw, 13px);
  margin: 0;
  opacity: 0;
  transform: translateY(10px);
  color: #242933;
  font-size: clamp(12px, .9vw, 15px);
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0;
  word-break: keep-all;
  pointer-events: none;
}

.tfj-demo-tab.active .tfj-demo-tab-label {
  opacity: 0;
  transform: translateY(-8px);
}

.tfj-demo-tab.active .tfj-demo-tab-copy {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .08s;
}

.tfj-demo-tab.is-switching {
  animation: tfj-demo-pill-pop .32s cubic-bezier(.2, .8, .2, 1);
}

@keyframes tfj-demo-pill-pop {
  0% {
    transform: scale(.985);
  }

  55% {
    transform: scale(1.018);
  }

  100% {
    transform: scale(1);
  }
}

.tfj-demo-screen {
  position: absolute;
  inset: clamp(14px, 1.7vw, 24px);
  overflow: hidden;
  border: 12px solid #111827;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(17, 24, 39, .18);
}

.tfj-demo-screen-bar {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  background: #111827;
  color: #f8fafc;
  font-size: 12px;
  font-weight: 900;
}

.tfj-demo-screen-dots {
  display: inline-flex;
  gap: 7px;
}

.tfj-demo-screen-dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .34);
}

.tfj-demo-viewport {
  width: 100%;
  height: calc(100% - 34px);
  min-height: 0;
  overflow: hidden;
  background: #fff;
}

.tfj-demo-screen iframe {
  display: block;
  width: 1280px;
  height: 900px;
  max-width: none;
  border: 0;
  background: #fff;
  transform: scale(var(--demo-scale, 1));
  transform-origin: top left;
}

.tfj-demo-viewport > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  background: #fff;
}

@media (max-width: 1060px) {
  .tfj-demo-control-panel {
    width: min(210px, 22vw);
    min-width: 156px;
  }
}

@media (max-width: 760px) {
  .tfj-demo-showcase {
    min-height: 640px;
    padding: 12px;
    border-radius: 22px;
  }

  .tfj-demo-control-panel {
    top: 50%;
    left: 16px;
    width: min(170px, 42vw);
    min-width: 0;
  }

  .tfj-demo-rail {
    gap: 5px;
  }

  .tfj-demo-tab {
    min-height: 44px;
    padding: 0 10px;
    font-size: 11px;
    gap: 7px;
  }

  .tfj-demo-tab::before {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
    font-size: 14px;
  }

  .tfj-demo-tab.active {
    min-height: 58px;
    padding: 10px;
    border-radius: 15px;
  }

  .tfj-demo-tab-copy {
    inset: 11px;
    font-size: 11px;
    line-height: 1.34;
  }

  .tfj-demo-screen {
    border-width: 8px;
    border-radius: 20px;
  }
}

.tfj-pricing-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 112px 0 104px;
  border-block: 1px solid rgba(191, 213, 255, .55);
  background: linear-gradient(180deg, #fbfdff 0%, #eef4ff 48%, #f8faff 100%);
}

.tfj-pricing-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .5;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(65, 142, 254, .2) 1px, transparent 1.2px);
  background-size: 25px 25px;
  mask-image: linear-gradient(180deg, transparent, #000 24%, #000 76%, transparent);
}

.tfj-pricing-glow {
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  pointer-events: none;
}

.tfj-pricing-glow-left {
  top: 40px;
  left: -270px;
  background: radial-gradient(circle, rgba(65, 142, 254, .22), transparent 68%);
}

.tfj-pricing-glow-right {
  right: -270px;
  bottom: -160px;
  background: radial-gradient(circle, rgba(11, 108, 255, .18), transparent 68%);
}

.tfj-pricing-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
  align-items: end;
  gap: clamp(36px, 6vw, 88px);
  margin-bottom: 64px;
}

.tfj-pricing-heading { max-width: 760px; }

.tfj-pricing-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(3.35rem, 5.8vw, 5.35rem);
  font-weight: 950;
  line-height: .94;
  letter-spacing: -.055em;
}

.tfj-pricing-heading h2 em { color: var(--tfj-brand-hover); font-style: normal; }

.tfj-pricing-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: #526175;
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 600;
  line-height: 1.7;
}

.tfj-pricing-guide {
  position: relative;
  min-height: 196px;
  overflow: hidden;
  border: 1px solid rgba(191, 213, 255, .95);
  border-radius: 32px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 22px 60px rgba(45, 101, 183, .14);
  backdrop-filter: blur(18px);
}

.tfj-pricing-guide::before {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -95px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(65, 142, 254, .28), transparent 70%);
}

.tfj-pricing-guide-copy { position: relative; z-index: 2; width: 65%; padding: 28px 0 28px 28px; }

.tfj-pricing-guide-copy > span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid #bfd5ff;
  border-radius: 999px;
  background: #eef4ff;
  color: #0b6cff;
  font-size: 11px;
  font-weight: 950;
}

.tfj-pricing-guide-copy strong {
  display: block;
  margin-top: 14px;
  color: #0f172a;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.32;
  letter-spacing: -.025em;
}

.tfj-pricing-guide-copy p { margin: 8px 0 0; color: #64748b; font-size: 13px; font-weight: 620; line-height: 1.5; }

.tfj-pricing-guide img {
  position: absolute;
  z-index: 1;
  right: -20px;
  bottom: -20px;
  width: 166px;
  height: 166px;
  object-fit: contain;
  filter: drop-shadow(0 14px 14px rgba(15, 23, 42, .13));
}

.tfj-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.tfj-pricing-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 510px;
  flex-direction: column;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(203, 213, 225, .9);
  border-radius: 30px;
  background: rgba(255, 255, 255, .95);
  color: #0f172a;
  box-shadow: 0 20px 54px rgba(15, 23, 42, .09);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.tfj-pricing-card:hover { transform: translateY(-5px); border-color: rgba(65, 142, 254, .65); box-shadow: 0 26px 70px rgba(39, 91, 170, .16); }

.tfj-pricing-card.is-featured {
  z-index: 2;
  border-color: transparent;
  background: radial-gradient(circle at 88% 10%, rgba(255, 255, 255, .22), transparent 29%), linear-gradient(145deg, #0b6cff, #418efe 58%, #5f9fff);
  color: #fff;
  box-shadow: 0 30px 74px rgba(11, 108, 255, .31);
  transform: translateY(-14px);
}

.tfj-pricing-card.is-featured:hover { transform: translateY(-20px); box-shadow: 0 36px 84px rgba(11, 108, 255, .37); }

.tfj-pricing-card.is-pro {
  border-color: #bfd5ff;
  background: radial-gradient(circle at 100% 0%, rgba(65, 142, 254, .14), transparent 30%), linear-gradient(180deg, #fff, #f8fbff);
}

.tfj-pricing-popular {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 6px 14px 7px;
  border-radius: 0 0 13px 13px;
  background: rgba(255, 255, 255, .95);
  color: #0b6cff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .04em;
  transform: translateX(-50%);
  white-space: nowrap;
}

.tfj-pricing-card-topline { display: flex; align-items: center; justify-content: flex-end; }

.tfj-pricing-card-badge {
  display: grid;
  min-height: 30px;
  place-items: center;
  border: 1px solid #dbe6f8;
  background: #f5f8fd;
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
}

.tfj-pricing-card-badge { padding: 0 12px; border-radius: 999px; color: #475569; }

.tfj-pricing-card.is-featured .tfj-pricing-card-badge { border-color: rgba(255, 255, 255, .24); background: rgba(255, 255, 255, .14); color: #fff; }

.tfj-pricing-card.is-pro .tfj-pricing-card-badge { border-color: #0f172a; background: #0f172a; color: #fff; }

.tfj-pricing-card h3 { margin: 27px 0 0; color: inherit; font-size: 37px; font-weight: 950; line-height: 1; letter-spacing: -.04em; }

.tfj-pricing-card-note { min-height: 48px; margin: 12px 0 0; color: #64748b; font-size: 15px; font-weight: 650; line-height: 1.55; }
.tfj-pricing-card.is-featured .tfj-pricing-card-note { color: rgba(255, 255, 255, .8); }

.tfj-pricing-price { display: flex; align-items: baseline; margin: 28px 0 0; color: inherit; line-height: 1; white-space: nowrap; }
.tfj-pricing-price strong { font-size: clamp(50px, 4.6vw, 66px); font-weight: 950; letter-spacing: -.065em; }
.tfj-pricing-price > span { margin-left: 4px; font-size: 20px; font-weight: 900; }
.tfj-pricing-price small { margin-left: 9px; color: #64748b; font-size: 13px; font-weight: 750; }
.tfj-pricing-card.is-featured .tfj-pricing-price small { color: rgba(255, 255, 255, .72); }

.tfj-pricing-capacity {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 27px;
  overflow: hidden;
  border: 1px solid #dce8fb;
  border-radius: 18px;
  background: #f4f8ff;
}

.tfj-pricing-capacity > div { min-width: 0; padding: 15px 16px; }
.tfj-pricing-capacity > div + div { border-left: 1px solid #dce8fb; }
.tfj-pricing-capacity span, .tfj-pricing-capacity strong { display: block; }
.tfj-pricing-capacity span { color: #6b7c93; font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.tfj-pricing-capacity strong { margin-top: 5px; overflow: hidden; color: #0f172a; font-size: 16px; font-weight: 950; text-overflow: ellipsis; white-space: nowrap; }

.tfj-pricing-card.is-featured .tfj-pricing-capacity { border-color: rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .12); }
.tfj-pricing-card.is-featured .tfj-pricing-capacity > div + div { border-left-color: rgba(255, 255, 255, .2); }
.tfj-pricing-card.is-featured .tfj-pricing-capacity span { color: rgba(255, 255, 255, .67); }
.tfj-pricing-card.is-featured .tfj-pricing-capacity strong { color: #fff; }

.tfj-pricing-benefits { display: grid; gap: 14px; margin: 24px 0 0; padding: 0; list-style: none; }
.tfj-pricing-benefits li { display: flex; align-items: center; gap: 12px; min-width: 0; }

.tfj-pricing-benefits li > span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  border-radius: 50%;
  background: #e8f1ff;
  color: #0b6cff;
  font-size: 13px;
  font-weight: 950;
}

.tfj-pricing-benefits li > div { min-width: 0; }
.tfj-pricing-benefits small, .tfj-pricing-benefits strong { display: block; }
.tfj-pricing-benefits small { color: #8290a3; font-size: 10px; font-weight: 800; line-height: 1.2; }
.tfj-pricing-benefits strong { margin-top: 2px; overflow: hidden; color: #253248; font-size: 14px; font-weight: 850; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.tfj-pricing-card.is-featured .tfj-pricing-benefits li > span { background: rgba(255, 255, 255, .16); color: #fff; }
.tfj-pricing-card.is-featured .tfj-pricing-benefits small { color: rgba(255, 255, 255, .62); }
.tfj-pricing-card.is-featured .tfj-pricing-benefits strong { color: #fff; }

.tfj-pricing-assurance {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  padding: 20px 22px;
  border: 1px solid #bfd5ff;
  border-radius: 24px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 46px rgba(45, 101, 183, .1);
}

.tfj-pricing-assurance-icon { display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid #cfe0ff; border-radius: 20px; background: #eef4ff; }
.tfj-pricing-assurance-icon img { display: block; width: 42px; height: 42px; }
.tfj-pricing-assurance-copy strong, .tfj-pricing-assurance-copy span { display: block; }
.tfj-pricing-assurance-copy strong { color: #0f172a; font-size: 16px; font-weight: 950; }
.tfj-pricing-assurance-copy span { margin-top: 4px; color: #64748b; font-size: 13px; font-weight: 650; }

.tfj-pricing-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 20px;
  border: 1px solid var(--tfj-brand-hover);
  border-radius: 15px;
  background: var(--tfj-brand-hover);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 25px rgba(11, 108, 255, .22);
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
  white-space: nowrap;
}

.tfj-pricing-cta:hover { background: #075fdc; box-shadow: 0 15px 30px rgba(11, 108, 255, .29); transform: translateY(-2px); }

@media (max-width: 1120px) {
  .tfj-pricing-intro { grid-template-columns: minmax(0, 1fr) 340px; gap: 34px; }
  .tfj-pricing-card { padding: 24px; }
  .tfj-pricing-price strong { font-size: 52px; }
}

@media (max-width: 1023px) {
  .tfj-pricing-section { padding: 88px 0; }
  .tfj-pricing-intro { grid-template-columns: 1fr; margin-bottom: 46px; }
  .tfj-pricing-guide { width: 100%; max-width: 620px; }
  .tfj-pricing-grid { max-width: 680px; grid-template-columns: 1fr; margin: 0 auto; }
  .tfj-pricing-card, .tfj-pricing-card.is-featured, .tfj-pricing-card.is-featured:hover { min-height: 0; transform: none; }
  .tfj-pricing-card:hover { transform: translateY(-4px); }
  .tfj-pricing-assurance { max-width: 680px; grid-template-columns: auto minmax(0, 1fr); margin-inline: auto; }
  .tfj-pricing-cta { grid-column: 1 / -1; }
}

@media (max-width: 639px) {
  .tfj-pricing-section { padding: 72px 0; }
  .tfj-pricing-heading h2 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .tfj-pricing-lead { font-size: 15px; }
  .tfj-pricing-guide { min-height: 178px; border-radius: 26px; }
  .tfj-pricing-guide-copy { width: 70%; padding: 23px 0 23px 22px; }
  .tfj-pricing-guide-copy strong { font-size: 17px; }
  .tfj-pricing-guide-copy p { font-size: 12px; }
  .tfj-pricing-guide img { right: -24px; width: 136px; height: 136px; }
  .tfj-pricing-card { padding: 22px; border-radius: 26px; }
  .tfj-pricing-price strong { font-size: 48px; }
  .tfj-pricing-benefits strong { font-size: 13px; }
  .tfj-pricing-assurance { grid-template-columns: 1fr; padding: 20px; }
  .tfj-pricing-assurance-icon { display: none; }
  .tfj-pricing-cta { grid-column: auto; }
}

.tfj-review-dot {
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.tfj-review-dot::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d1d5db;
  transition: background-color .18s ease, transform .18s ease;
}

.tfj-review-dot:hover::before {
  background: #9ca3af;
}

.tfj-review-dot.is-active::before {
  background: var(--tfj-brand);
  transform: scale(1.12);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .tfj-mobile-feature-card,
  .tfj-mobile-card-dots button::before,
  .tfj-demo-tab,
  .tfj-review-dot::before {
    transition: none;
  }
}


noscript {
  display: block;
  max-width: 720px;
  margin: 120px auto;
  padding: 0 24px;
  color: #374151;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
