:root {
  --kleeto-green: #1f7a10;
  --kleeto-green-dark: #145c0b;
  --kleeto-green-soft: #edf8e9;
  --kleeto-yellow: #ffd66b;
  --kleeto-yellow-soft: #fff6db;
  --text: #171717;
  --muted: #626262;
  --border: #eeeeee;
  --bg: #ffffff;
  --bg-soft: #fbfbf6;
  --shadow: 0 22px 54px rgba(0, 0, 0, .09);
  --radius: 24px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.62
}

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

img {
  max-width: 100%;
  display: block
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto
}

.section-pad {
  padding: 70px 0
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 99;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border)
}

.nav-wrap {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px
}

.brand img {
  height: 40px;
  width: auto
}

.brand-fallback {
  display: none;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -.06em;
  color: var(--kleeto-green)
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 700;
  color: #2a2a2a
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--kleeto-green)
}

.login-link {
  color: var(--muted)
}

.menu-btn {
  display: none;
  background: none;
  border: 0;
  padding: 8px
}

.menu-btn span {
  display: block;
  width: 25px;
  height: 2px;
  background: #111;
  margin: 5px 0
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 850;
  font-size: 14px;
  border: 1px solid transparent;
  transition: .25s ease;
  white-space: nowrap
}

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

.btn-primary {
  background: var(--kleeto-green);
  color: #fff;
  box-shadow: 0 14px 30px rgba(31, 122, 16, .24)
}

.btn-primary:hover {
  background: var(--kleeto-green-dark)
}

.btn-outline {
  border-color: #dedede;
  background: #fff;
  color: #111
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--kleeto-green);
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px
}

.eyebrow.light {
  color: #fff
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  line-height: 1.13;
  letter-spacing: -.04em
}

h1 {
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 900
}

h2 {
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 900
}

h3 {
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -.025em
}

.hero-text,
.section-head p,
.two-col p,
.faq-layout p,
.seo-copy p {
  color: var(--muted);
  font-size: 17px
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px
}

.section-head p {
  margin-top: 12px
}

.sub-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fbfbf6 100%);
  padding: 62px 0 56px
}

.sub-hero:before {
  content: "";
  position: absolute;
  right: -135px;
  top: 60px;
  width: 430px;
  height: 430px;
  border-radius: 58% 42% 52% 48%;
  background: var(--kleeto-yellow);
  opacity: .68;
  animation: morphBlob 9s ease-in-out infinite
}

.sub-hero:after {
  content: "";
  position: absolute;
  left: -160px;
  bottom: -160px;
  width: 365px;
  height: 365px;
  border-radius: 50%;
  background: var(--kleeto-green);
  opacity: .10
}

.sub-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 46px;
  align-items: center
}

.breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800
}

.breadcrumb a {
  color: var(--kleeto-green)
}

.hero-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none
}

.hero-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #333;
  font-weight: 650
}

.hero-list li:before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--kleeto-green-soft);
  color: var(--kleeto-green);
  font-weight: 900;
  flex: 0 0 auto;
  font-size: 13px
}

.hero-actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin: 30px 0 0
}
/* --- ULTIMATE CAROUSEL UNSTACK FIX --- */

.compliance-carousel {
  margin-top: 28px;
  overflow: hidden !important; /* Forces layout edges to clip text */
  background: linear-gradient(90deg, var(--kleeto-green-soft), #e8f5e2);
  border-radius: 16px;
  padding: 8px 0; 
  border: 1px solid #d5e8d0;
  box-shadow: 0 4px 16px rgba(31, 122, 16, .08);
  
  /* Forces the container div to be a horizontal structural block */
  display: block !important;
  width: 100% !important;
  max-width: 480px !important; /* Keeps the container box compact */
  clear: both;
}

.carousel-track {
  /* Forces absolute horizontal layout on a single flat line */
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important; 
  align-items: center !important;
  justify-content: flex-start !important;
  
  /* Forces the track layout width to expand with content, not match parent */
  width: max-content !important; 
  gap: 8px !important; 
  animation: scrollInfinite 20s linear infinite !important;
  padding: 0 10px;
  will-change: transform;
}

.carousel-item {
  /* Makes the items tiny and compact */
  flex: 0 0 auto !important; 
  white-space: nowrap !important; 
  padding: 5px 10px !important; 
  font-size: 11px !important; 
  border-radius: 8px !important;
  
  background: #fff;
  font-weight: 700;
  color: var(--kleeto-green);
  border: 1px solid #d5e8d0;
  letter-spacing: .02em;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

/* Clear out any potential media query overrides interfering below */
@media(max-width: 980px) or (max-width: 640px) {
  .compliance-carousel {
    display: block !important;
    width: 100% !important;
  }
  .carousel-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    animation: scrollInfinite 20s linear infinite !important;
  }
  .carousel-item {
    display: inline-flex !important;
    white-space: nowrap !important;
  }
}

/* Pure linear horizontal loop animation mapping */
@keyframes scrollInfinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Perfectly loops the duplicated list items */
  }
}

@media(max-width: 980px) or (max-width: 640px) {
  .compliance-carousel {
    display: block !important;
    width: 100% !important;
  }
  .carousel-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    animation: scrollInfinite 20s linear infinite !important;
  }
  .carousel-item {
    display: inline-flex !important;
    white-space: nowrap !important;
  }
}

/* --- NEW STATIC COMPLIANCE GRID --- */
/* --- PREMIUM STATIC COMPLIANCE GRID --- */

.compliance-badge-grid {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;              /* Clean layout wrapping on small screens */
  gap: 10px;                    /* Perfectly uniform spacing */
  max-width: 540px;             /* Stays perfectly inside the text layout width */
  width: 100%;
}

.badge-card {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #ffffff;
  border: 1px solid #e2efe0;    /* Super soft green border */
  border-radius: 10px;          /* Smooth modern round corners */
  box-shadow: 0 2px 6px rgba(31, 122, 16, 0.04);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}

.badge-icon {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-text {
  font-size: 12px;
  font-weight: 700;
  color: #1a5c0e;               /* Rich premium green tint */
  letter-spacing: 0.01em;
  white-space: nowrap;          /* Keeps individual names strictly unstacked */
}

/* Elegant, subtle hover premium feedback */
.badge-card:hover {
  transform: translateY(-2px);
  background: var(--kleeto-green-soft);
  border-color: #b7dfad;
  box-shadow: 0 6px 12px rgba(31, 122, 16, 0.08);
}
.proof-bar {
  position: relative;
  z-index: 3;
  margin-top: -24px
}

.proof-grid {
  background: #111;
  border-radius: 22px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  box-shadow: var(--shadow)
}

.proof-grid div {
  padding: 24px 22px;
  border-right: 1px solid rgba(255, 255, 255, .1)
}

.proof-grid div:last-child {
  border-right: 0
}

.proof-grid strong {
  display: block;
  color: var(--kleeto-yellow);
  font-size: 30px;
  line-height: 1;
  font-weight: 900
}

.proof-grid span {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 700;
  margin-top: 7px
}

.light-bg {
  background: var(--bg-soft)
}

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

.feature-card,
.solution-card,
.faq-item,
.mini-card,
.process-step,
.retention-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .052)
}

.feature-card,
.solution-card {
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: .25s ease;
  border: 1px solid#eaeaea
}

.feature-card:hover,
.solution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
  border-color: var(--kleeto-green-soft)
}

.feature-card:before {
  content: "";
  position: absolute;
  top: -80%;
  right: -80%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--kleeto-yellow);
  opacity: .05;
  transition: .3s ease
}

.feature-card:hover:before {
  top: -40%;
  right: -40%;
  opacity: .08
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--kleeto-green-soft);
  color: var(--kleeto-green);
  border-radius: 12px;
  font-weight: 900;
  margin-bottom: 14px;
  font-size: 24px;
  position: relative;
  z-index: 1;
  transition: .25s ease
}

.feature-card:hover .feature-icon {
  background: var(--kleeto-green);
  color: #fff
}

.feature-card h3 {
  font-size: 17px;
  color: var(--kleeto-green);
  font-weight: 900;
  margin-bottom: 10px;
  position: relative;
  z-index: 1
}

.feature-card p,
.solution-card p,
.mini-card p,
.process-step p,
.retention-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
  font-size: 14px;
  position: relative;
  z-index: 1
}

.solution-card {
  position: relative;
  overflow: hidden
}

.solution-card:before {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -44px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--kleeto-yellow);
  opacity: .35
}

.solution-card a {
  position: relative;
  display: inline-flex;
  margin-top: 18px;
  color: var(--kleeto-green);
  font-weight: 900
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

.mini-card {
  padding: 28px;
  background: linear-gradient(135deg, #fff 0%, #fbfbf6 100%);
  border: 1px solid#e8e8e8;
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .08);
  transition: .3s ease;
  position: relative;
  overflow: hidden
}

.mini-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .12);
  border-color: var(--kleeto-green-soft)
}

.mini-card:before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--kleeto-yellow);
  opacity: .08;
  transition: .3s ease
}

.mini-card:hover:before {
  top: -30%;
  right: -30%
}

.mini-card h3 {
  font-size: 18px;
  color: var(--kleeto-green);
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: -.025em;
  position: relative;
  z-index: 1
}

.mini-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  margin: 0
}

.cta-inline {
  margin-top: 24px
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px
}

.industry-grid span {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .042);
  font-weight: 800
}

.industry-grid span:nth-child(odd) {
  background: var(--kleeto-green-soft)
}

.industry-grid span:nth-child(3n) {
  background: var(--kleeto-yellow-soft)
}

.table-wrap {
  overflow: auto;
  border-radius: 22px;
  box-shadow: var(--shadow);
  background: #fff;
  border: 1px solid var(--border)
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px
}

th,
td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--border);
  text-align: left
}

th {
  background: #111;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .06em
}

td:nth-child(3) {
  color: var(--kleeto-green);
  font-weight: 900
}

tr:last-child td {
  border-bottom: 0
}

.comparison-note {
  margin-top: 16px;
  color: var(--muted);
  font-weight: 700
}

.retention-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  perspective: 1200px
}

.retention-card {
  padding: 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #fbfbf6 100%);
  border: 1px solid#e8e8e8;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .35s cubic-bezier(.25, .8, .25, 1);
  transform-style: preserve-3d;
  cursor: pointer
}

.retention-card:hover {
  transform: translateY(-12px) rotateX(8deg);
  box-shadow: 0 24px 60px rgba(31, 122, 16, .16);
  border-color: var(--kleeto-green-soft)
}

.retention-card:before {
  content: "";
  position: absolute;
  top: -120%;
  left: -120%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--kleeto-yellow), .5%, transparent 70%);
  opacity: .08;
  transition: .4s ease
}

.retention-card:hover:before {
  top: -60%;
  left: -60%;
  opacity: .15
}

.retention-card h3 {
  font-size: 16px;
  font-weight: 900;
  color: var(--kleeto-green);
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  letter-spacing: -.02em
}

.retention-card .period {
  font-size: 44px;
  line-height: 1;
  color: var(--kleeto-green);
  font-weight: 900;
  margin: 12px 0 8px;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(31, 122, 16, .1)
}

.retention-card .law {
  font-weight: 800;
  color: #5b6471;
  font-size: 13px;
  position: relative;
  z-index: 2;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 12px
}

.process-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.process-step {
  padding: 24px;
  min-height: 178px
}

.process-step strong {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--kleeto-green);
  color: #fff;
  margin-bottom: 16px
}

.process-step h3 {
  font-size: 19px
}

.lifecycle-container {
  display: grid;
  gap: 16px
}

.lifecycle-steps-card,
.lifecycle-content-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 32px;
  box-shadow: var(--shadow)
}

.lifecycle-steps-card {
  padding: 16px 14px
}

.lifecycle-content-card {
  padding: 28px 24px 22px
}

.lifecycle-steps {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 6px
}

.lifecycle-step {
  border: 0;
  background: transparent;
  border-radius: 26px;
  padding: 16px 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-width: 150px;
  cursor: pointer;
  transition: .25s ease
}

.lifecycle-step:hover {
  transform: translateY(-2px)
}

.lifecycle-step.active {
  background: #edf2e8
}

.step-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #dfe7dc;
  color: #5d6672;
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03)
}

.lifecycle-step.active .step-icon {
  background: var(--kleeto-green);
  color: #fff;
  box-shadow: 0 14px 28px rgba(26, 124, 18, .18)
}

.step-label {
  font-weight: 850;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  color: #4d5766
}

.lifecycle-step.active .step-label {
  color: var(--kleeto-green)
}

.step-connector {
  color: #d8d8d8;
  font-size: 32px;
  font-weight: 300;
  flex: 0 0 auto
}

.lifecycle-panel {
  display: none
}

.lifecycle-panel.active {
  display: block
}

.lifecycle-panel h3 {
  font-size: clamp(30px, 3.5vw, 42px);
  color: var(--kleeto-green);
  margin-bottom: 14px
}

.lifecycle-panel>p {
  font-size: 17px;
  color: var(--muted);
  margin: 0;
  max-width: 900px
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px
}

.grid-item {
  border: 1px solid #ded196;
  border-radius: 22px;
  padding: 16px 14px 16px;
  background: linear-gradient(180deg, #f7efcb 0%, #efe1aa 100%);
  text-align: center;
  min-height: 126px;
  box-shadow: 0 10px 22px rgba(17, 17, 17, .04)
}

.grid-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--kleeto-green);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  line-height: 1;
  margin: 0 auto 12px
}

.grid-item strong {
  display: block;
  color: #111;
  font-size: 17px;
  line-height: 1.35
}

.grid-item p {
  font-size: 15px;
  color: #5b6471;
  margin: 8px 0 0
}

.faq-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 44px
}

.faq-list {
  display: grid;
  gap: 14px
}

.faq-item {
  overflow: hidden
}

.faq-item button {
  width: 100%;
  border: 0;
  background: #fff;
  cursor: pointer;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  font: inherit;
  font-weight: 900;
  color: #111
}

.faq-item button span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--kleeto-green-soft);
  color: var(--kleeto-green);
  font-size: 22px;
  flex: 0 0 auto;
  transition: .2s
}

.faq-item div {
  display: none;
  padding: 0 22px 20px
}

.faq-item.active div {
  display: block
}

.faq-item.active button span {
  transform: rotate(45deg);
  background: var(--kleeto-yellow-soft);
  color: #111
}

.demo-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #1f7a10 0%, #145c0b 100%);
  color: #fff;
  position: relative;
  overflow: hidden
}

.demo-cta:before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 214, 107, .15), transparent 70%);
  animation: floatBlob 8s ease-in-out infinite
}

.demo-cta:after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .08), transparent 70%);
  animation: floatBlob 10s ease-in-out infinite reverse
}

.demo-box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  padding: 40px;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .2)
}

.demo-box>div {
  flex: 1
}

.demo-box h2 {
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  margin-bottom: 16px
}

.demo-box p:not(.eyebrow) {
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.7
}

.demo-box p.eyebrow {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 12px
}

.demo-box .btn-primary {
  background: #fff;
  color: var(--kleeto-green);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
  font-weight: 900;
  padding: 14px 28px;
  transition: .3s ease;
  border: 2px solid#fff
}

.demo-box .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .3);
  background: var(--kleeto-yellow);
  color: #111
}

@keyframes floatBlob {

  0%,
  100% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(20px, -20px)
  }
}

.site-footer {
  background: #111;
  color: rgba(255, 255, 255, .72);
  padding: 30px 0
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap
}

.footer-grid p {
  margin: 0
}

/* Hero 3D system */
.three-d-stage {
  min-height: 430px;
  perspective: 1200px;
  display: grid;
  place-items: center
}

.visual-scene {
  position: relative;
  width: min(430px, 100%);
  height: 410px;
  transform-style: preserve-3d;
  animation: stageFloat 6s ease-in-out infinite
}

.visual-scene:before {
  content: "";
  position: absolute;
  inset: 38px;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .93), rgba(255, 246, 219, .9));
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .15);
  transform: rotateX(58deg) rotateZ(-28deg)
}

.floating-dot {
  position: absolute;
  border-radius: 50%;
  animation: dotDrift 7s ease-in-out infinite
}

.dot-green {
  background: var(--kleeto-green);
  width: 18px;
  height: 18px;
  right: 86px;
  top: 50px
}

.dot-yellow {
  background: var(--kleeto-yellow);
  width: 28px;
  height: 28px;
  left: 42px;
  top: 82px;
  animation-delay: 1s
}

.dot-dark {
  background: #111;
  width: 12px;
  height: 12px;
  right: 175px;
  bottom: 34px;
  animation-delay: 1.7s
}

.orbit-badge {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 22px;
  background: #111;
  color: #fff;
  box-shadow: 0 20px 44px rgba(0, 0, 0, .22);
  font-weight: 900;
  padding: 13px 18px;
  min-width: 130px;
  animation: badgeFloat 4.5s ease-in-out infinite
}

.orbit-badge span {
  display: block;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 700
}

.badge-one {
  right: 10px;
  bottom: 104px
}

.badge-two {
  left: 18px;
  bottom: 32px;
  background: var(--kleeto-yellow);
  color: #111;
  animation-duration: 5.2s;
  animation-direction: reverse
}

.badge-two span {
  color: rgba(0, 0, 0, .62)
}

.doc-stack {
  position: absolute;
  left: 60px;
  top: 92px;
  width: 210px;
  height: 270px;
  transform: rotateX(58deg) rotateZ(-28deg) translateZ(60px);
  transform-style: preserve-3d
}

.doc-layer {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .13);
  overflow: hidden
}

.doc-layer:nth-child(1) {
  transform: translateZ(70px)
}

.doc-layer:nth-child(2) {
  transform: translate(20px, 20px) translateZ(34px);
  opacity: .9
}

.doc-layer:nth-child(3) {
  transform: translate(40px, 40px) translateZ(0);
  opacity: .75
}

.doc-layer:before {
  content: "";
  display: block;
  height: 54px;
  background: linear-gradient(90deg, var(--kleeto-green), var(--kleeto-green-dark))
}

.doc-line {
  height: 10px;
  border-radius: 999px;
  background: #e9ece8;
  margin: 18px 22px
}

.doc-line.short {
  width: 58%
}

.doc-line.mid {
  width: 78%
}

.floating-cube {
  position: absolute;
  right: 48px;
  top: 78px;
  width: 88px;
  height: 88px;
  transform-style: preserve-3d;
  animation: spinCube 9s linear infinite
}

.cube-face {
  position: absolute;
  width: 88px;
  height: 88px;
  background: rgba(31, 122, 16, .92);
  border: 1px solid rgba(255, 255, 255, .32);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 25px;
  box-shadow: 0 16px 32px rgba(31, 122, 16, .22)
}

.cube-face.front {
  transform: translateZ(44px)
}

.cube-face.back {
  transform: rotateY(180deg) translateZ(44px)
}

.cube-face.right {
  transform: rotateY(90deg) translateZ(44px);
  background: rgba(255, 214, 107, .95);
  color: #111
}

.cube-face.left {
  transform: rotateY(-90deg) translateZ(44px)
}

.cube-face.top {
  transform: rotateX(90deg) translateZ(44px);
  background: rgba(255, 214, 107, .95);
  color: #111
}

.cube-face.bottom {
  transform: rotateX(-90deg) translateZ(44px)
}

.visual-offboarding .exit-door {
  position: absolute;
  left: 120px;
  top: 80px;
  width: 150px;
  height: 220px;
  background: #111;
  border-radius: 24px 24px 12px 12px;
  transform: rotateX(58deg) rotateZ(-28deg) translateZ(80px);
  box-shadow: 0 26px 50px rgba(0, 0, 0, .18)
}

.visual-offboarding .exit-door:before {
  content: "EXIT";
  position: absolute;
  top: 22px;
  left: 28px;
  color: var(--kleeto-yellow);
  font-size: 30px;
  font-weight: 900
}

.visual-offboarding .exit-door:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 100px;
  width: 16px;
  height: 16px;
  background: var(--kleeto-yellow);
  border-radius: 50%
}

.visual-offboarding .vault {
  position: absolute;
  right: 72px;
  bottom: 96px;
  width: 130px;
  height: 92px;
  border-radius: 22px;
  background: #fff;
  border: 10px solid var(--kleeto-green);
  transform: rotateX(58deg) rotateZ(-28deg) translateZ(118px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .16)
}

.visual-offboarding .vault:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 5px solid #111;
  border-radius: 50%
}

.visual-invoice .invoice-sheet {
  position: absolute;
  left: 80px;
  top: 80px;
  width: 220px;
  height: 260px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, .08);
  transform: rotateX(58deg) rotateZ(-28deg) translateZ(70px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .15);
  overflow: hidden
}

.visual-invoice .invoice-sheet:before {
  content: "INVOICE";
  display: block;
  background: var(--kleeto-green);
  color: #fff;
  padding: 18px 20px;
  font-weight: 900;
  letter-spacing: .08em
}

.visual-invoice .invoice-sheet span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #e8e8e8;
  margin: 20px
}

.visual-invoice .coin {
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--kleeto-yellow);
  display: grid;
  place-items: center;
  color: #111;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .18);
  animation: coinFlip 4s ease-in-out infinite
}

.visual-invoice .coin.one {
  right: 70px;
  top: 86px
}

.visual-invoice .coin.two {
  right: 98px;
  bottom: 105px;
  animation-delay: 1.2s
}

.visual-contract .contract-card {
  position: absolute;
  left: 82px;
  top: 88px;
  width: 250px;
  height: 240px;
  background: #fff;
  border-radius: 26px;
  border: 1px solid rgba(0, 0, 0, .08);
  transform: rotateX(58deg) rotateZ(-28deg) translateZ(66px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .15);
  overflow: hidden
}

.visual-contract .contract-card:before {
  content: "CONTRACT";
  display: block;
  background: #111;
  color: #fff;
  padding: 17px 20px;
  font-weight: 900;
  letter-spacing: .08em
}

.visual-contract .stamp {
  position: absolute;
  right: 62px;
  bottom: 92px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 8px solid var(--kleeto-green);
  background: rgba(255, 255, 255, .88);
  display: grid;
  place-items: center;
  color: var(--kleeto-green);
  font-weight: 900;
  transform: rotate(-18deg);
  box-shadow: 0 18px 35px rgba(0, 0, 0, .16);
  animation: stampPulse 2.8s ease-in-out infinite
}

.visual-contract .pen {
  position: absolute;
  left: 142px;
  bottom: 86px;
  width: 170px;
  height: 18px;
  background: #111;
  border-radius: 999px;
  transform: rotate(-34deg);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18)
}

.visual-contract .pen:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 1px;
  border-left: 24px solid var(--kleeto-yellow);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}

.visual-legal .scale-base {
  position: absolute;
  left: 178px;
  top: 92px;
  width: 42px;
  height: 230px;
  background: #111;
  border-radius: 999px;
  transform: translateZ(70px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .15)
}

.visual-legal .scale-base:before {
  content: "";
  position: absolute;
  left: -84px;
  top: 34px;
  width: 210px;
  height: 12px;
  background: var(--kleeto-green);
  border-radius: 999px
}

.visual-legal .pan {
  position: absolute;
  width: 100px;
  height: 70px;
  border: 6px solid var(--kleeto-yellow);
  border-top: 0;
  border-radius: 0 0 60px 60px;
  top: 160px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .13)
}

.visual-legal .pan.left {
  left: 70px;
  animation: tiltPan 4s ease-in-out infinite
}

.visual-legal .pan.right {
  right: 70px;
  animation: tiltPan 4s ease-in-out infinite reverse
}

.visual-legal .folder3d {
  position: absolute;
  right: 80px;
  bottom: 78px;
  width: 180px;
  height: 120px;
  background: #fff;
  border-radius: 14px 24px 24px 24px;
  border: 1px solid var(--border);
  transform: rotateX(58deg) rotateZ(-28deg) translateZ(62px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, .14)
}

.visual-legal .folder3d:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 18px;
  width: 82px;
  height: 32px;
  background: var(--kleeto-yellow);
  border-radius: 12px 12px 0 0
}

.visual-nomination .family-card {
  position: absolute;
  left: 80px;
  top: 88px;
  width: 240px;
  height: 230px;
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(0, 0, 0, .08);
  transform: rotateX(58deg) rotateZ(-28deg) translateZ(70px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px
}

.visual-nomination .person {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--kleeto-green);
  position: relative
}

.visual-nomination .person:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 62px;
  width: 74px;
  height: 70px;
  border-radius: 34px 34px 10px 10px;
  background: var(--kleeto-green-soft)
}

.visual-nomination .person.small {
  width: 42px;
  height: 42px;
  background: var(--kleeto-yellow)
}

.visual-nomination .shield {
  position: absolute;
  right: 74px;
  bottom: 86px;
  width: 116px;
  height: 136px;
  background: var(--kleeto-green);
  clip-path: polygon(50% 0, 100% 18%, 88% 80%, 50% 100%, 12% 80%, 0 18%);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  box-shadow: 0 20px 42px rgba(0, 0, 0, .16)
}

.visual-signature .sign-doc {
  position: absolute;
  left: 70px;
  top: 78px;
  width: 250px;
  height: 270px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, .08);
  transform: rotateX(58deg) rotateZ(-28deg) translateZ(68px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .15);
  overflow: hidden
}

.visual-signature .sign-doc:before {
  content: "eHastakshar";
  display: block;
  background: var(--kleeto-green);
  color: #fff;
  padding: 18px 20px;
  font-weight: 900
}

.visual-signature .sig-line {
  position: absolute;
  left: 118px;
  bottom: 142px;
  width: 170px;
  height: 56px;
  border-bottom: 6px solid #111;
  border-radius: 50%;
  transform: rotate(-13deg);
  animation: writeSig 3.2s ease-in-out infinite
}

.visual-signature .otp {
  position: absolute;
  right: 54px;
  top: 88px;
  background: #111;
  color: #fff;
  border-radius: 22px;
  padding: 18px 20px;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .2);
  animation: badgeFloat 4s ease-in-out infinite
}

.visual-signature .otp span {
  display: block;
  color: var(--kleeto-yellow);
  font-size: 12px;
  letter-spacing: .08em
}

@keyframes stageFloat {

  0%,
  100% {
    transform: translateY(0) rotateY(-5deg)
  }

  50% {
    transform: translateY(-14px) rotateY(5deg)
  }
}

@keyframes spinCube {
  from {
    transform: rotateX(-18deg) rotateY(0deg)
  }

  to {
    transform: rotateX(-18deg) rotateY(360deg)
  }
}

@keyframes badgeFloat {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-12px)
  }
}

@keyframes morphBlob {

  0%,
  100% {
    border-radius: 58% 42% 52% 48%;
    transform: rotate(0)
  }

  50% {
    border-radius: 38% 62% 45% 55%;
    transform: rotate(8deg)
  }
}

@keyframes dotDrift {

  0%,
  100% {
    transform: translate3d(0, 0, 0)
  }

  50% {
    transform: translate3d(16px, -20px, 0)
  }
}

@keyframes coinFlip {

  0%,
  100% {
    transform: rotateY(0) translateY(0)
  }

  50% {
    transform: rotateY(180deg) translateY(-16px)
  }
}

@keyframes stampPulse {

  0%,
  100% {
    transform: rotate(-18deg) scale(1)
  }

  50% {
    transform: rotate(-18deg) scale(1.08)
  }
}

@keyframes tiltPan {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-14px)
  }
}

@keyframes writeSig {
  0% {
    width: 0;
    opacity: .4
  }

  55% {
    width: 170px;
    opacity: 1
  }

  100% {
    width: 170px;
    opacity: .85
  }
}

@media(max-width:1120px) {
  .main-nav {
    gap: 12px;
    font-size: 13px
  }

  .lifecycle-step {
    min-width: 150px;
    padding: 18px 14px 16px
  }

  .step-label {
    font-size: 14px
  }

  .lifecycle-content-card {
    padding: 34px 30px
  }

  .feature-grid,
  .solution-grid {
    gap: 16px
  }
}

@media(max-width:980px) {
  .menu-btn {
    display: block
  }

  .main-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    padding: 18px 20px;
    background: #fff;
    border-bottom: 1px solid var(--border);
    display: none;
    flex-direction: column;
    align-items: flex-start
  }

  .main-nav.open {
    display: flex
  }

  .sub-hero-grid,
  .two-col,
  .faq-layout,
  .demo-box {
    grid-template-columns: 1fr
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .feature-grid,
  .solution-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .industry-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .retention-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .sub-hero:before,
  .sub-hero:after {
    opacity: .35
  }

  .three-d-stage {
    min-height: 360px
  }

  .visual-scene {
    height: 380px
  }

  .demo-box {
    gap: 24px;
    padding: 28px
  }

  .demo-box .btn {
    width: 100%
  }

  .step-connector {
    display: none
  }

  .lifecycle-step {
    min-width: 200px
  }

  .lifecycle-content-card {
    padding: 30px 24px
  }

  .content-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
  }
}

@media(max-width:640px) {
  .container {
    width: min(100% - 28px, 1180px)
  }

  .section-pad {
    padding: 56px 0
  }

  .sub-hero {
    padding: 52px 0 48px
  }

  .hero-actions {
    flex-direction: column
  }

  .btn {
    width: 100%
  }

  .proof-grid,
  .feature-grid,
  .solution-grid,
  .industry-grid,
  .mini-grid,
  .retention-grid,
  .content-grid {
    grid-template-columns: 1fr
  }

  .nav-wrap {
    height: 74px
  }

  .main-nav {
    top: 74px
  }

  .brand img {
    height: 36px
  }

  h1 {
    font-size: 32px
  }

  h2 {
    font-size: 26px
  }

  .hero-text,
  .section-head p,
  .two-col p,
  .faq-layout p,
  .seo-copy p {
    font-size: 16px
  }

  .three-d-stage {
    min-height: 310px;
    transform: scale(.78);
    transform-origin: center
  }

  .visual-scene {
    height: 360px
  }

  .breadcrumb {
    flex-wrap: wrap
  }

  .demo-box .btn {
    width: 100%
  }

  .lifecycle-steps-card {
    padding: 18px 14px
  }

  .lifecycle-step {
    min-width: 210px
  }

  .lifecycle-content-card {
    padding: 24px 18px
  }

  .lifecycle-panel h3 {
    font-size: 28px
  }

  .step-icon {
    width: 52px;
    height: 52px;
    font-size: 22px
  }

  .grid-item {
    min-height: auto
  }

  .retention-card {
    padding: 20px;
    transform: none !important
  }

  .retention-card:hover {
    transform: translateY(-6px) !important
  }
}