.grecaptcha-badge {
  visibility: hidden;
}

:root {
  --landing-ink: #0b1017;
  --landing-ink-2: #101823;
  --landing-surface: #151f2b;
  --landing-surface-2: #1b2735;
  --landing-line: rgba(207, 221, 238, 0.16);
  --landing-line-strong: rgba(207, 221, 238, 0.28);
  --landing-text: #eef5f8;
  --landing-muted: #9fb0bf;
  --landing-soft: #f4f7f8;
  --landing-soft-2: #e9eef1;
  --landing-glass: rgba(255, 255, 255, 0.08);
  --landing-glass-strong: rgba(255, 255, 255, 0.14);
  --landing-green: #12ce5d;
  --landing-gold: #ffd80c;
  --landing-blue: #5d86ad;
  --landing-shadow: 0 24px 70px rgba(3, 8, 15, 0.42);
  --landing-shadow-soft: 0 18px 48px rgba(15, 27, 38, 0.12);
  --landing-radius: 8px;
}

html {
  scroll-behavior: smooth;
}

body.app-blank {
  background: var(--landing-soft);
  color: #1d2935;
}

body.app-blank a:focus-visible,
body.app-blank button:focus-visible,
body.app-blank [tabindex]:focus-visible {
  outline: 2px solid var(--landing-gold);
  outline-offset: 3px;
}

.landing-dark-bg {
  background-color: var(--landing-ink);
}

.landing-hero-shell {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.075), transparent 24%, transparent 70%, rgba(255, 216, 12, 0.035)),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(ellipse at 52% 100%, rgba(93, 134, 173, 0.18), transparent 44%),
    linear-gradient(135deg, #06090e 0%, #101722 50%, #172331 100%);
  background-size: auto, 44px 44px, 44px 44px, auto, auto;
}

.landing-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(18, 206, 93, 0.1), transparent 34%),
    linear-gradient(250deg, rgba(255, 216, 12, 0.08), transparent 32%);
  pointer-events: none;
}

.landing-hero-shell::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: linear-gradient(180deg, transparent, rgba(244, 247, 248, 0.94));
  pointer-events: none;
}

.landing-header {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(207, 221, 238, 0.08);
  background: rgba(7, 11, 16, 0.48);
  backdrop-filter: blur(16px);
}

.landing-header .menu .menu-link {
  color: rgba(238, 245, 248, 0.74);
  letter-spacing: 0;
}

.landing-header .menu .menu-link:hover,
.landing-header .menu .menu-link.active {
  color: #ffffff;
}

[data-kt-sticky-landing-header=on] .landing-header {
  border-bottom: 1px solid rgba(16, 25, 35, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 252, 0.92)) !important;
  box-shadow: 0 16px 42px rgba(16, 25, 35, 0.1);
  backdrop-filter: blur(18px);
}

[data-kt-sticky-landing-header=on] .landing-header .menu .menu-link {
  color: #243240 !important;
}

[data-kt-sticky-landing-header=on] .landing-header .menu .menu-link:hover,
[data-kt-sticky-landing-header=on] .landing-header .menu .menu-link.active {
  background: rgba(18, 206, 93, 0.08) !important;
  color: #0c6f38 !important;
}

.landing-header .btn-success,
.landing-hero .btn-primary,
.landing-proof-section .btn-primary,
.landing-feature-section .btn-primary,
.landing-pricing-section .btn-primary {
  background: linear-gradient(135deg, #0fb552 0%, #12ce5d 46%, #d2b90a 100%);
  border: 0;
  color: #07100b;
  font-weight: 700;
  box-shadow: 0 14px 36px rgba(18, 206, 93, 0.22);
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.landing-header .btn-success:hover,
.landing-hero .btn-primary:hover,
.landing-proof-section .btn-primary:hover,
.landing-feature-section .btn-primary:hover,
.landing-pricing-section .btn-primary:hover {
  color: #07100b;
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(18, 206, 93, 0.28);
}

.btn-standard {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  max-width: 260px;
  min-height: 46px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: 56px;
  align-items: center;
  min-height: 720px;
  padding-top: 78px;
  padding-bottom: 72px;
}

.landing-hero__copy {
  max-width: 640px;
}

.landing-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 5px 10px;
  border: 1px solid rgba(18, 206, 93, 0.34);
  border-radius: var(--landing-radius);
  background: rgba(18, 206, 93, 0.08);
  color: #cae8d7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-title {
  margin-bottom: 20px;
  color: var(--landing-text);
  font-size: 56px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.landing-hero-tagline {
  max-width: 720px;
  text-wrap: balance;
}

.landing-proof-section .hero-title,
.landing-dbot-section .hero-title {
  color: #ffffff !important;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.42);
}

.landing-proof-section .hero-title::after,
.landing-dbot-section .hero-title::after {
  content: "";
  display: block;
  width: 112px;
  height: 2px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, transparent, var(--landing-green), var(--landing-gold), transparent);
  opacity: 0.82;
}

.landing-gradient-text {
  color: var(--landing-green);
  background: linear-gradient(90deg, var(--landing-green), var(--landing-gold));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  margin-bottom: 18px;
  color: rgba(238, 245, 248, 0.92);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

.landing-hero__text {
  max-width: 580px;
  margin-bottom: 32px;
  color: var(--landing-muted);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}

.landing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.landing-hero__actions .btn-light {
  border: 1px solid var(--landing-line);
  background: rgba(255, 255, 255, 0.08);
  color: var(--landing-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.landing-product-stage {
  position: relative;
  min-height: 540px;
  perspective: 1200px;
}

.landing-product-stage::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 4%;
  bottom: 12px;
  height: 90px;
  background: linear-gradient(90deg, transparent, rgba(18, 206, 93, 0.16), rgba(255, 216, 12, 0.1), transparent);
  filter: blur(18px);
  opacity: 0.72;
  transform: skewX(-12deg);
  pointer-events: none;
}

.landing-product-frame,
.landing-chat-frame {
  position: relative;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid var(--landing-line);
  border-radius: var(--landing-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.045) 42%, rgba(18, 206, 93, 0.08)),
    rgba(9, 14, 20, 0.82);
  box-shadow:
    0 24px 70px rgba(3, 8, 15, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.055);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  backdrop-filter: blur(14px);
}

.landing-product-frame::before,
.landing-chat-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.32), transparent 20%, transparent 76%, rgba(255, 216, 12, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 34%);
  opacity: 0.22;
  pointer-events: none;
}

.landing-product-frame::after,
.landing-chat-frame::after {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  box-shadow: inset 0 0 34px rgba(255, 255, 255, 0.035);
  pointer-events: none;
}

.landing-feature-section .card::before,
.landing-pricing-section .rounded-3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.26), transparent 18%, transparent 72%, rgba(255, 255, 255, 0.08));
  opacity: 0.16;
  pointer-events: none;
}

.landing-product-frame:hover,
.landing-chat-frame:hover {
  border-color: rgba(255, 216, 12, 0.28);
  box-shadow:
    0 28px 80px rgba(3, 8, 15, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 0 0 1px rgba(255, 216, 12, 0.08);
  transform: translateY(-4px);
}

.landing-product-frame img,
.landing-chat-frame img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(7, 11, 16, 0.18);
}

.landing-product-frame--report {
  position: absolute;
  top: 10px;
  right: 0;
  width: 74%;
  transform: rotateX(0deg) rotateY(-7deg) rotateZ(1deg);
}

.landing-product-frame--report:hover {
  transform: rotateX(0deg) rotateY(-5deg) rotateZ(0deg) translateY(-4px);
}

.landing-product-frame--report img {
  max-height: 440px;
  object-fit: cover;
  object-position: top center;
}

.landing-product-frame--chat {
  position: absolute;
  left: 0;
  bottom: 54px;
  width: 58%;
  transform: rotateX(0deg) rotateY(8deg) rotateZ(-1deg);
}

.landing-product-frame--chat:hover {
  transform: rotateX(0deg) rotateY(5deg) rotateZ(0deg) translateY(-4px);
}

.landing-product-frame--chat img {
  max-height: 310px;
  object-fit: cover;
  object-position: top center;
}

.landing-market-strip {
  position: absolute;
  right: 28px;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 76%;
  border: 1px solid var(--landing-line);
  border-radius: var(--landing-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    rgba(7, 11, 16, 0.86);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(12px);
}

.landing-stage-chip {
  position: absolute;
  z-index: 4;
  min-width: 190px;
  padding: 12px 14px;
  border: 1px solid rgba(207, 221, 238, 0.18);
  border-radius: var(--landing-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    rgba(7, 11, 16, 0.82);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.landing-stage-chip span {
  display: block;
  color: var(--landing-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.landing-stage-chip strong {
  display: block;
  margin-top: 4px;
  color: var(--landing-text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.landing-stage-chip--source {
  top: 82px;
  left: 2px;
}

.landing-stage-chip--signal {
  right: 8px;
  bottom: 128px;
}

.landing-market-strip div {
  min-width: 0;
  padding: 15px 14px;
  border-right: 1px solid var(--landing-line);
}

.landing-market-strip div:last-child {
  border-right: 0;
}

.landing-market-strip span {
  display: block;
  color: var(--landing-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.landing-market-strip strong {
  display: block;
  margin-top: 4px;
  color: var(--landing-text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.metrics-section {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin-top: 18px;
}

.counter-card {
  position: relative;
  min-height: 116px;
  padding: 20px 18px;
  border: 1px solid var(--landing-line);
  border-radius: var(--landing-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), transparent 52%),
    rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: border-color 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}

.counter-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--landing-green), var(--landing-gold));
  opacity: 0.82;
}

.counter-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 216, 12, 0.34);
  background: rgba(255, 255, 255, 0.075);
}

.counter-number {
  display: block;
  margin-bottom: 10px;
  color: var(--landing-text);
  font-size: 34px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: 0;
}

.counter-label {
  color: var(--landing-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}

.landing-curve {
  display: none;
}

.landing-light-section {
  background:
    linear-gradient(180deg, #f8fafb 0%, #eef3f5 100%);
}

.landing-feature-section {
  padding-top: 72px;
  padding-bottom: 58px;
}

.landing-feature-section .text-center.mb-17 {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.landing-feature-section h1,
.landing-chronicle-section h1,
.landing-screener-section h1,
.landing-start-section h1,
.landing-faq-section h1 {
  color: #101923;
  letter-spacing: 0;
}

.landing-feature-section .fs-2,
.landing-start-section .text-muted,
.landing-faq-section .text-gray-600 {
  color: #536474 !important;
}

.landing-feature-intro {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.landing-feature-section .card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(26, 42, 56, 0.12);
  border-radius: var(--landing-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 251, 0.88)),
    rgba(255, 255, 255, 0.86);
  box-shadow: var(--landing-shadow-soft) !important;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-feature-section .card:hover {
  transform: translateY(-4px);
  border-color: rgba(18, 206, 93, 0.22);
  box-shadow: 0 24px 58px rgba(20, 32, 42, 0.13) !important;
}

.landing-feature-section .card-header {
  min-height: 92px;
  border-bottom: 1px solid rgba(26, 42, 56, 0.08);
  background: transparent;
}

.landing-feature-section .card-title {
  color: #101923;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
}

.landing-feature-section .card-toolbar i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(18, 206, 93, 0.24);
  border-radius: var(--landing-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent),
    rgba(18, 206, 93, 0.08);
  color: #109a48 !important;
  font-size: 24px !important;
}

.landing-feature-section .card-body {
  padding: 24px;
}

.landing-proof-section,
.landing-dbot-section,
.landing-pricing-bg,
.landing-footer-section .landing-dark-bg {
  position: relative;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(135deg, var(--landing-ink) 0%, var(--landing-ink-2) 100%);
  background-size: 56px 56px, 56px 56px, auto;
}

.landing-proof-section::before,
.landing-dbot-section::before,
.landing-pricing-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 26%, transparent 78%, rgba(18, 206, 93, 0.055));
  pointer-events: none;
}

.landing-proof-section > .container,
.landing-dbot-section > .text-center,
.landing-dbot-section > .row,
.landing-pricing-bg > .container,
.landing-coverage-pricing-band .container {
  position: relative;
  z-index: 1;
}

.landing-section-subtitle {
  max-width: 800px;
  margin: 24px auto 0;
}

.landing-section-subtitle--light {
  color: #536474 !important;
}

.landing-report-grid {
  max-width: 90%;
}

.landing-report-frame {
  max-height: 76vh;
}

.landing-report-frame img {
  max-height: 76vh;
  object-fit: cover;
  object-position: top center;
}

.landing-chronicle-section {
  padding-top: 88px;
}

.dhyana-video-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.dhyana-video-container {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.dhyana-video-frame {
  width: 960px;
  max-width: 100%;
  height: 574px;
  margin: 0 auto;
}

.dhyana-video-frame .video-js,
#chronicle_video {
  width: 100% !important;
  height: 100% !important;
}

.landing-dbot-section .tns {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 18px 28px;
  border: 1px solid rgba(207, 221, 238, 0.16);
  border-radius: var(--landing-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 34%, rgba(18, 206, 93, 0.055)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 24px 72px rgba(2, 8, 15, 0.34);
  overflow: hidden;
}

.landing-dbot-section .tns::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.18), transparent 22%, transparent 72%, rgba(255, 216, 12, 0.08));
  opacity: 0.18;
  pointer-events: none;
}

.landing-dbot-section .tns > * {
  position: relative;
  z-index: 1;
}

.landing-demo-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 760px;
  margin: 10px auto 0;
}

.landing-demo-tabs span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border: 1px solid var(--landing-line);
  border-radius: var(--landing-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), transparent),
    rgba(255, 255, 255, 0.055);
  color: rgba(238, 245, 248, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.landing-chat-frame {
  width: 100%;
  max-width: 1000px;
  max-height: 62vh;
  overflow-y: auto;
  scroll-behavior: smooth;
  border: 1px solid rgba(207, 221, 238, 0.22);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    inset 0 -56px 54px rgba(7, 11, 16, 0.12);
  scrollbar-color: rgba(255, 216, 12, 0.58) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.landing-chat-frame img {
  background: #ffffff;
}

.landing-chat-frame::-webkit-scrollbar {
  width: 9px;
}

.landing-chat-frame::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}

.landing-chat-frame::-webkit-scrollbar-thumb {
  border: 2px solid rgba(10, 15, 21, 0.88);
  border-radius: var(--landing-radius);
  background: linear-gradient(180deg, var(--landing-green), var(--landing-gold));
}

.landing-dbot-section .tns .text-center.px-5 {
  padding-right: 18px !important;
  padding-left: 18px !important;
}

.landing-dbot-section h2 {
  max-width: 780px;
  margin: 24px auto 0 !important;
  color: #f5fbfd !important;
  font-size: 26px !important;
  line-height: 1.32;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
}

#kt_team_slider_prev1,
#kt_team_slider_next1 {
  position: absolute;
  top: 50%;
  z-index: 3;
  border: 1px solid var(--landing-line);
  border-radius: var(--landing-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent),
    rgba(7, 11, 16, 0.72);
  color: var(--landing-text);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

#kt_team_slider_prev1 {
  left: 18px;
}

#kt_team_slider_next1 {
  right: 18px;
}

#kt_team_slider_prev1:hover,
#kt_team_slider_next1:hover {
  background: rgba(18, 206, 93, 0.12);
  color: var(--landing-green);
}

.landing-start-section {
  padding-top: 82px;
  padding-bottom: 34px;
}

.landing-start-section img {
  filter: saturate(0.82);
}

.landing-start-section--dark {
  position: relative;
  overflow: hidden;
}

.landing-start-section--dark::before {
  content: none;
}

.landing-start-section--dark .container {
  position: relative;
  z-index: 1;
}

.landing-start-section--dark .container.mb-50 {
  margin-bottom: 0 !important;
}

.landing-start-section--dark h1 {
  color: #f5fbfd;
}

.landing-start-section--dark .text-gray-900 {
  color: #f5fbfd !important;
}

.landing-start-section--dark .text-muted {
  color: rgba(224, 235, 240, 0.72) !important;
}

.landing-start-section--dark a {
  color: var(--landing-green);
}

.landing-start-section--dark img {
  opacity: 0.9;
  filter: saturate(0.82) brightness(0.92);
}

.landing-coverage-pricing-band .landing-pricing-section .py-20 {
  padding-top: 36px !important;
}

.landing-start-section .badge-light-success {
  border: 1px solid rgba(18, 206, 93, 0.24);
  background-color: rgba(18, 206, 93, 0.1) !important;
  color: #0f9d49 !important;
}

.landing-screener-section {
  padding-top: 86px;
  padding-bottom: 88px;
}

.landing-screener-section .container {
  max-width: 1480px;
}

.landing-screener-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 56px;
  align-items: center;
}

.landing-screener-copy {
  max-width: 600px;
}

.landing-eyebrow--light {
  color: #167247;
}

.landing-screener-subtitle {
  max-width: 600px;
  margin-right: 0;
  margin-left: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.48;
}

.landing-screener-steps {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.landing-screener-step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(26, 42, 56, 0.1);
  border-radius: var(--landing-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 250, 251, 0.72)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 34px rgba(15, 27, 38, 0.08);
}

.landing-screener-step span {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(18, 206, 93, 0.24);
  border-radius: var(--landing-radius);
  background: rgba(18, 206, 93, 0.09);
  color: #0f7f3d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.landing-screener-step strong {
  display: block;
  margin-bottom: 4px;
  color: #142231;
  font-size: 17px;
  font-weight: 900;
}

.landing-screener-step p {
  margin-bottom: 0;
  color: #536474;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.landing-screener-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.landing-screener-actions .btn-light {
  border: 1px solid rgba(26, 42, 56, 0.13);
  background: rgba(255, 255, 255, 0.82);
  color: #142231;
}

.landing-screener-visuals {
  min-width: 0;
}

.landing-screener-frame {
  border-color: rgba(26, 42, 56, 0.13);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 27, 38, 0.13);
}

.landing-screener-frame img {
  display: block;
  width: 100%;
  height: auto;
  background: #ffffff;
}

.landing-image-preview-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.landing-image-preview-trigger:focus-visible {
  outline: 2px solid var(--landing-gold);
  outline-offset: 4px;
}

.landing-screener-frame--main {
  margin-bottom: 14px;
}

.landing-screener-frame--main img {
  max-height: 540px;
  object-fit: cover;
  object-position: top center;
}

.landing-screener-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.landing-screener-preview-grid .landing-screener-frame img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.landing-image-preview-modal .modal-content {
  border: 1px solid rgba(207, 221, 238, 0.18);
  border-radius: var(--landing-radius);
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(3, 8, 15, 0.45);
}

.landing-image-preview-modal .modal-dialog {
  max-width: min(1760px, 96vw);
}

.landing-image-preview-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 22px rgba(3, 8, 15, 0.18);
}

.landing-image-preview-modal .modal-body {
  padding: 8px;
  background: #ffffff;
}

.landing-image-preview-modal img {
  display: block;
  width: 100%;
  max-height: 92vh;
  object-fit: contain;
  background: #ffffff;
}

.landing-pricing-section .rounded-3 {
  position: relative;
  border-radius: var(--landing-radius) !important;
  box-shadow: 0 18px 48px rgba(4, 10, 18, 0.22);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-pricing-anchor {
  scroll-margin-top: 112px;
}

.landing-pricing-section .rounded-3:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 66px rgba(4, 10, 18, 0.28);
}

.landing-pricing-section .bg-body {
  border: 1px solid rgba(207, 221, 238, 0.2);
  background: rgba(255, 255, 255, 0.94) !important;
}

.landing-pricing-section .bg-primary {
  border: 1px solid rgba(255, 216, 12, 0.24);
  background:
    linear-gradient(135deg, rgba(18, 206, 93, 0.24), rgba(255, 216, 12, 0.08)),
    var(--landing-surface) !important;
}

.landing-pricing-section .landing-plan-card--featured {
  border-color: rgba(18, 206, 93, 0.32);
}

.landing-plan-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(18, 206, 93, 0.28);
  border-radius: var(--landing-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), transparent),
    rgba(18, 206, 93, 0.12);
  color: #0f7f3d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.landing-pricing-section .nav-group {
  border: 1px solid var(--landing-line) !important;
  border-radius: var(--landing-radius);
  background: rgba(255, 255, 255, 0.08) !important;
}

.landing-faq-section {
  padding-top: 88px;
  padding-bottom: 72px;
}

.landing-faq-section .collapsible {
  border-radius: var(--landing-radius);
}

.landing-faq-section .collapsible:hover {
  background: rgba(18, 206, 93, 0.05);
}

.landing-faq-section table {
  width: 100%;
  margin-top: 14px;
  border-collapse: collapse;
}

.landing-faq-section th,
.landing-faq-section td {
  border: 1px solid rgba(26, 42, 56, 0.14) !important;
  padding: 8px;
}

.landing-faq-section th {
  background: rgba(16, 25, 35, 0.06);
  color: #101923;
  font-weight: 800;
}

.landing-footer-section .landing-dark-separator {
  border-color: var(--landing-line);
}

.landing-footer-section a {
  color: var(--landing-muted);
}

.landing-footer-section a:hover {
  color: var(--landing-text);
}

.landing-motion-ready .landing-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

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

  .landing-product-frame,
  .landing-chat-frame,
  .landing-feature-section .card,
  .landing-pricing-section .rounded-3,
  .landing-header .btn-success,
  .landing-hero .btn-primary,
  .landing-proof-section .btn-primary,
  .landing-feature-section .btn-primary,
  .landing-pricing-section .btn-primary,
  .landing-reveal {
    transition: none !important;
  }

  .landing-motion-ready .landing-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1199.98px) {
  .landing-hero {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: 0;
    padding-top: 62px;
  }

  .landing-hero__copy {
    max-width: 760px;
  }

  .landing-product-stage {
    min-height: 500px;
  }

  .landing-stage-chip--source {
    top: 68px;
  }

  .landing-stage-chip--signal {
    bottom: 116px;
  }

  .metrics-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .hero-title {
    font-size: 44px;
  }

  .hero-subtitle {
    font-size: 22px;
  }

  .landing-product-stage {
    min-height: auto;
  }

  .landing-product-frame--report,
  .landing-product-frame--chat,
  .landing-market-strip {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-bottom: 18px;
    transform: none;
  }

  .landing-market-strip {
    margin-bottom: 0;
  }

  .landing-stage-chip {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-bottom: 12px;
  }

  .landing-product-frame--report img,
  .landing-product-frame--chat img {
    max-height: 340px;
  }

  .landing-report-grid {
    max-width: 100%;
  }

  .dhyana-video-frame {
    height: auto;
  }

  .dhyana-video-frame .video-js,
  #chronicle_video {
    display: block;
    height: auto !important;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 767.98px) {
  .landing-hero {
    display: flex;
    flex-direction: column;
    padding-top: 42px;
    padding-bottom: 50px;
  }

  .landing-hero__copy {
    order: 1;
  }

  .landing-product-stage {
    order: 2;
    width: 100%;
  }

  .metrics-section {
    order: 3;
  }

  .hero-title {
    font-size: 36px;
    line-height: 1.1;
  }

  .hero-subtitle {
    font-size: 19px;
  }

  .landing-hero__text {
    font-size: 16px;
  }

  .landing-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn-standard {
    width: 100%;
    max-width: none;
  }

  .landing-product-frame--chat,
  .landing-stage-chip {
    display: none;
  }

  .landing-product-frame--report {
    margin-bottom: 12px;
  }

  .landing-product-frame--report img {
    max-height: 300px;
    object-fit: cover;
    object-position: top center;
  }

  .metrics-section {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .counter-card {
    min-height: 96px;
  }

  .landing-market-strip {
    display: flex;
    gap: 0;
    overflow-x: auto;
    margin-bottom: 0;
  }

  .landing-market-strip div {
    flex: 0 0 auto;
    min-width: 154px;
    padding: 10px 12px;
    border-right: 0;
    border-bottom: 0;
  }

  .landing-market-strip div:last-child {
    border-bottom: 0;
  }

  .landing-market-strip span {
    font-size: 10px;
  }

  .landing-market-strip strong {
    font-size: 12px;
  }

  .landing-feature-section,
  .landing-chronicle-section,
  .landing-screener-section,
  .landing-start-section,
  .landing-faq-section {
    padding-top: 54px;
    padding-bottom: 44px;
  }

  .landing-screener-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .landing-screener-copy {
    max-width: none;
  }

  .landing-screener-subtitle {
    max-width: none;
    font-size: 19px;
  }

  .landing-screener-frame--main img {
    max-height: 360px;
  }

  .landing-screener-preview-grid {
    grid-template-columns: 1fr;
  }

  .landing-screener-preview-grid .landing-screener-frame img {
    max-height: 220px;
  }

  .landing-chat-frame {
    max-height: 58vh;
  }

  .landing-dbot-section .tns {
    padding: 12px 10px 68px;
  }

  #kt_team_slider_prev1,
  #kt_team_slider_next1 {
    top: auto;
    bottom: 18px;
  }

  #kt_team_slider_prev1 {
    left: calc(50% - 54px);
  }

  #kt_team_slider_next1 {
    right: calc(50% - 54px);
  }
}
