:root{
  --ink:#172235;
  --ink-2:#26364d;
  --muted:#64748b;
  --blue:#315cf6;
  --teal:#00aeb3;
  --mint:#25b972;
  --coral:#ff6f61;
  --amber:#ffb938;
  --violet:#7957f2;
  --paper:#ffffff;
  --soft:#f6fbff;
  --aqua:#e9fbfa;
  --peach:#fff3ed;
  --line:#dce7f4;
  --shadow:0 18px 42px rgba(24,50,82,.12);
  --shadow-strong:0 26px 70px rgba(23,34,53,.2);
  --radius:8px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:86px;overflow-x:hidden}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--paper);
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{text-decoration:none}
h1,h2,h3,h4,p{letter-spacing:0}
.section-pad{padding:92px 0}
.section-head{max-width:790px;margin-bottom:44px}
.section-head h2,.about-copy h2,.activity-copy h2,.dashboard-copy h2,.telecaller-copy h2,.leaderboard-copy h2,.app-copy h2,.compare-copy h2,.cta-box h2{
  font-size:3.1rem;
  font-weight:850;
  line-height:1.06;
  margin:0 0 16px;
}
.section-head p,.lead{color:var(--muted);font-size:1.05rem;line-height:1.75}
.section-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:13px;
  color:var(--teal);
  font-size:.78rem;
  font-weight:850;
  text-transform:uppercase;
}
.section-label:before{
  content:"";
  width:26px;
  height:3px;
  border-radius:3px;
  background:linear-gradient(90deg,var(--teal),var(--coral));
}
.btn{
  border-radius:var(--radius);
  font-weight:800;
  min-height:44px;
  min-width:0;
}
.btn-tms{
  border:0;
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--teal) 54%,var(--mint));
  box-shadow:0 14px 30px rgba(49,92,246,.22);
}
.btn-tms:hover,.btn-tms:focus{
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(49,92,246,.28);
}
.btn-soft{
  color:var(--ink);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 10px 25px rgba(31,47,70,.08);
}
.btn-soft:hover,.btn-soft:focus{color:var(--blue);border-color:#bfd0ff;background:#f8fbff}
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .75s ease,transform .75s ease;
}
.reveal.is-visible{opacity:1;transform:translateY(0)}
.screen-lift{transition:transform .45s ease,box-shadow .45s ease}
.screen-lift:hover{transform:translateY(-8px);box-shadow:0 28px 70px rgba(49,92,246,.16)}

.tms-nav{
  background:rgba(255,255,255,.86);
  border-bottom:1px solid rgba(220,231,244,.72);
  backdrop-filter:blur(18px);
  box-shadow:0 10px 28px rgba(19,36,61,.05);
  transition:background .25s ease,box-shadow .25s ease;
}
.tms-nav.scrolled{
  background:rgba(255,255,255,.97);
  box-shadow:0 14px 34px rgba(19,36,61,.1);
}
.brand-logo{width:42px;height:42px;border-radius:var(--radius);object-fit:contain}
.navbar-brand{color:var(--ink)}
.navbar-brand:hover{color:var(--ink)}
.navbar-brand span{display:flex;flex-direction:column;line-height:1}
.navbar-brand strong{font-size:1.02rem}
.navbar-brand small{font-size:.65rem;color:var(--muted);font-weight:650;margin-top:5px}
.nav-link{color:#42536b;font-weight:760}
.nav-link:hover,.nav-link:focus{color:var(--blue)}
.navbar-toggler-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2823,34,53,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.mobile-menu-fallback{display:none}

.hero{
  position:relative;
  min-height:790px;
  padding:134px 0 50px;
  overflow:hidden;
  background:
    linear-gradient(135deg,#f7fbff 0%,#ebfffb 48%,#fff4ec 100%);
}
.hero-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(49,92,246,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,174,179,.06) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.7) 54%,transparent 100%);
  pointer-events:none;
}
.hero-ribbon{
  position:absolute;
  width:64vw;
  height:190px;
  border-radius:var(--radius);
  opacity:.56;
  transform:rotate(-7deg);
  pointer-events:none;
}
.hero-ribbon-one{
  right:-18vw;
  top:140px;
  background:linear-gradient(90deg,rgba(49,92,246,.11),rgba(0,174,179,.12),rgba(255,111,97,.1));
}
.hero-ribbon-two{
  left:-24vw;
  bottom:95px;
  background:linear-gradient(90deg,rgba(255,185,56,.18),rgba(37,185,114,.11));
}
.hero-inner{
  position:relative;
  min-height:590px;
}
.hero-copyblock{
  position:relative;
  z-index:3;
  width:45%;
  max-width:520px;
  padding-top:40px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#3f536d;
  font-size:.82rem;
  font-weight:850;
  text-transform:uppercase;
  margin-bottom:18px;
}
.eyebrow span{
  width:30px;
  height:3px;
  border-radius:3px;
  background:linear-gradient(90deg,var(--teal),var(--coral));
}
.hero h1{
  max-width:100%;
  margin:0;
  color:#202d40;
  font-size:3.95rem;
  line-height:1;
  font-weight:900;
  text-wrap:balance;
  overflow-wrap:break-word;
}
.hero-kicker{
  max-width:590px;
  margin:24px 0 0;
  color:#243750;
  font-size:1.28rem;
  font-weight:780;
  line-height:1.45;
}
.hero-copy{
  max-width:610px;
  color:var(--muted);
  font-size:1.04rem;
  line-height:1.78;
  margin:14px 0 0;
  overflow-wrap:break-word;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.audience-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.audience-strip span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border:1px solid rgba(100,116,139,.17);
  border-radius:var(--radius);
  background:rgba(255,255,255,.68);
  color:#42536b;
  font-size:.86rem;
  font-weight:750;
  box-shadow:0 10px 26px rgba(22,46,77,.06);
}
.audience-strip i{color:var(--teal)}
.hero-visual{
  position:absolute;
  z-index:2;
  right:0;
  top:0;
  width:54%;
  height:610px;
}
.dashboard-shell,.dashboard-browser,.feature-image{
  background:#fff;
  border:1px solid rgba(193,207,226,.75);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
}
.frame-bar{
  height:28px;
  display:flex;
  align-items:center;
  gap:7px;
  padding-left:13px;
  background:#eef4fb;
  border-bottom:1px solid #dfe8f4;
}
.frame-bar span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#a9b7c8;
}
.hero-dashboard{
  position:absolute;
  width:87%;
  right:0;
  top:132px;
  transform:perspective(1400px) rotateY(-7deg) rotateX(2deg);
  animation:dashboardDrift 8s ease-in-out infinite;
}
.phone-shell{
  position:relative;
  background:#131d33;
  border:8px solid #131d33;
  border-radius:31px;
  overflow:hidden;
  box-shadow:var(--shadow-strong);
}
.phone-shell img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top;
  border-radius:22px;
}
.phone-speaker{
  position:absolute;
  z-index:2;
  top:8px;
  left:50%;
  transform:translateX(-50%);
  width:42%;
  height:12px;
  border-radius:8px;
  background:#131d33;
}
.hero-phone{
  position:absolute;
  left:5%;
  top:0;
  width:272px;
  height:604px;
  animation:phoneFloat 6.8s ease-in-out infinite;
}
.status-badge{
  position:absolute;
  z-index:4;
  display:grid;
  grid-template-columns:42px 1fr;
  align-items:center;
  column-gap:10px;
  min-width:230px;
  padding:12px 14px;
  border-radius:var(--radius);
  background:rgba(255,255,255,.94);
  border:1px solid rgba(220,231,244,.9);
  box-shadow:0 16px 38px rgba(23,34,53,.13);
}
.status-badge i{
  grid-row:1/3;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:var(--radius);
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--teal));
  font-size:1.15rem;
}
.status-badge strong{font-size:.94rem}
.status-badge span{font-size:.78rem;color:var(--muted)}
.badge-lead{left:0;bottom:42px;animation:cardHover 7.2s ease-in-out infinite}
.badge-target{right:0;top:54px;animation:cardHover 7s ease-in-out .6s infinite}
.pulse-dot{
  position:absolute;
  width:62px;
  height:11px;
  border-radius:5px;
  background:linear-gradient(90deg,var(--coral),var(--amber));
  opacity:.82;
  animation:signalSlide 3.8s ease-in-out infinite;
}
.dot-one{right:31%;top:92px}
.dot-two{right:13%;bottom:126px;animation-delay:1.1s;background:linear-gradient(90deg,var(--teal),var(--mint))}
.hero-metrics{
  position:relative;
  z-index:4;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:10px;
}
.hero-metrics div{
  min-height:116px;
  padding:18px;
  border-radius:var(--radius);
  background:rgba(255,255,255,.9);
  border:1px solid rgba(220,231,244,.95);
  box-shadow:var(--shadow);
}
.hero-metrics i{
  color:var(--teal);
  font-size:1.25rem;
}
.hero-metrics strong{
  display:block;
  margin-top:8px;
  font-size:2rem;
  line-height:1;
  color:var(--blue);
}
.hero-metrics span{
  display:block;
  margin-top:7px;
  color:var(--muted);
  font-size:.88rem;
  font-weight:700;
}

.about-section{
  background:#fff;
}
.about-layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  align-items:center;
  gap:52px;
}
.about-copy .lead{
  max-width:650px;
}
.about-card-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:28px;
}
.about-card{
  display:grid;
  grid-template-columns:42px 1fr;
  align-items:start;
  column-gap:14px;
  min-height:auto;
  padding:18px;
  border-radius:var(--radius);
  background:#f8fbff;
  border:1px solid var(--line);
}
.about-card i{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:var(--radius);
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--teal));
  font-size:1.2rem;
}
.about-card:nth-child(2) i{background:linear-gradient(135deg,var(--coral),var(--violet))}
.about-card:nth-child(3) i{background:linear-gradient(135deg,var(--mint),var(--teal))}
.about-card h3{
  margin:0 0 8px;
  font-size:1.05rem;
  font-weight:850;
}
.about-card p{
  grid-column:2;
  margin:0;
  color:var(--muted);
  font-size:.9rem;
  line-height:1.6;
}
.example-card{
  margin-top:16px;
  padding:18px;
  border-radius:var(--radius);
  background:linear-gradient(135deg,#ecfffb,#fff7ef);
  border:1px solid rgba(0,174,179,.18);
}
.example-card strong{
  display:block;
  margin-bottom:7px;
  color:var(--ink);
  font-weight:900;
}
.example-card p{
  margin:0;
  color:#3f536d;
  line-height:1.68;
}
.about-visual{
  position:relative;
  min-height:540px;
}
.about-flow-graphic{
  width:100%;
  height:auto;
}
.about-image-card{
  position:absolute;
  right:24px;
  top: 280px;
  bottom:0;
  width:260px;
  overflow:hidden;
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow);
}
.about-image-card img{
  width:100%;
  height:278px;
  object-fit:cover;
  object-position:top;
}

.audience-section{background:#fff}
.role-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.role-card{
  min-height:245px;
  padding:24px;
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:linear-gradient(180deg,#fff,#f8fbff);
  box-shadow:0 14px 34px rgba(25,45,72,.07);
}
.role-card i{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:var(--radius);
  color:#fff;
  background:linear-gradient(135deg,var(--teal),var(--blue));
  font-size:1.35rem;
}
.role-card:nth-child(2) i{background:linear-gradient(135deg,var(--coral),var(--violet))}
.role-card:nth-child(3) i{background:linear-gradient(135deg,var(--amber),var(--coral))}
.role-card:nth-child(4) i{background:linear-gradient(135deg,var(--mint),var(--teal))}
.role-card h3{
  margin:0 0 10px;
  font-size:1.18rem;
  font-weight:850;
}
.role-card p{margin:0;color:var(--muted);line-height:1.65}

.sector-section{
  background:linear-gradient(135deg,#f8fbff 0%,#ecfffb 52%,#fff7ef 100%);
}
.sector-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.sector-card{
  position:relative;
  min-height:235px;
  padding:24px;
  border-radius:var(--radius);
  background:rgba(255,255,255,.88);
  border:1px solid rgba(220,231,244,.92);
  box-shadow:0 14px 34px rgba(25,45,72,.07);
  overflow:hidden;
}
.sector-card:after{
  content:"";
  position:absolute;
  right:-36px;
  top:-36px;
  width:110px;
  height:110px;
  border-radius:50%;
  background:linear-gradient(135deg,rgba(49,92,246,.12),rgba(0,174,179,.12));
}
.sector-card i{
  position:relative;
  z-index:1;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:var(--radius);
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--teal));
  font-size:1.35rem;
}
.sector-card:nth-child(2) i{background:linear-gradient(135deg,var(--mint),var(--teal))}
.sector-card:nth-child(3) i{background:linear-gradient(135deg,var(--violet),var(--blue))}
.sector-card:nth-child(4) i{background:linear-gradient(135deg,var(--amber),var(--coral))}
.sector-card:nth-child(5) i{background:linear-gradient(135deg,var(--coral),var(--violet))}
.sector-card:nth-child(6) i{background:linear-gradient(135deg,var(--teal),var(--mint))}
.sector-card h3{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  font-size:1.16rem;
  font-weight:850;
}
.sector-card p{
  position:relative;
  z-index:1;
  margin:0;
  color:var(--muted);
  line-height:1.65;
}
.compact-sector-grid .sector-card{
  min-height:205px;
}

.activity-section{
  position:relative;
  padding:102px 0;
  overflow:hidden;
  background:
    linear-gradient(135deg,#fbfdff 0%,#eafffb 52%,#fff6f0 100%);
}
.activity-section:before{
  content:"";
  position:absolute;
  inset:54px 0 auto;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--teal),var(--coral),transparent);
  opacity:.28;
}
.activity-wrap{
  position:relative;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  gap:54px;
}
.activity-copy h2{max-width:610px}
.activity-copy .lead{max-width:590px}
.activity-points{
  display:grid;
  gap:12px;
  max-width:560px;
  margin-top:28px;
}
.activity-points div{
  display:grid;
  grid-template-columns:46px 1fr;
  column-gap:13px;
  padding:16px;
  border-radius:var(--radius);
  background:rgba(255,255,255,.82);
  border:1px solid rgba(220,231,244,.92);
  box-shadow:0 12px 28px rgba(22,46,77,.07);
}
.activity-points i{
  grid-row:1/3;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:var(--radius);
  background:var(--aqua);
  color:var(--teal);
  font-size:1.25rem;
}
.activity-points strong{font-size:1rem}
.activity-points span{color:var(--muted);font-size:.91rem;line-height:1.55}
.activity-device{
  position:relative;
  min-height:720px;
}
.activity-device:before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:460px;
  height:560px;
  transform:translate(-50%,-50%) rotate(-7deg);
  border:1px solid rgba(49,92,246,.16);
  border-radius:var(--radius);
  background:rgba(255,255,255,.34);
}
.activity-phone{
  width:342px;
  height:704px;
  margin:0 auto;
  animation:phoneFloat 6.8s ease-in-out infinite;
}
.activity-card{
  position:absolute;
  z-index:3;
  display:grid;
  grid-template-columns:40px 1fr;
  column-gap:10px;
  min-width:218px;
  padding:12px 14px;
  border-radius:var(--radius);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.activity-card i{
  grid-row:1/3;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:var(--radius);
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--teal));
}
.activity-card strong{font-size:.9rem}
.activity-card span{font-size:.76rem;color:var(--muted)}
.activity-card-one{left:0;top:82px;animation:cardHover 7s ease-in-out infinite}
.activity-card-two{right:0;top:286px;animation:cardHover 7.4s ease-in-out .6s infinite}
.activity-card-three{left:18px;bottom:96px;animation:cardHover 7.8s ease-in-out 1.1s infinite}

.workflow-section{background:#fff}
.workflow-rail{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}
.workflow-rail:before{
  content:"";
  position:absolute;
  left:7%;
  right:7%;
  top:48px;
  height:3px;
  background:linear-gradient(90deg,var(--teal),var(--blue),var(--coral),var(--amber));
}
.flow-card{
  position:relative;
  min-height:218px;
  padding:24px 18px;
  border-radius:var(--radius);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 14px 34px rgba(25,45,72,.07);
}
.flow-card b{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  color:#fff;
  border-radius:var(--radius);
  background:var(--ink);
}
.flow-card i{
  position:absolute;
  right:18px;
  top:25px;
  color:var(--teal);
  font-size:1.4rem;
}
.flow-card h3{
  margin:0 0 10px;
  font-size:1.12rem;
  font-weight:850;
}
.flow-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.6}

.feature-showcase{background:#f8fbff}
.compact-feature-section{
  background:#f8fbff;
}
.product-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.product-card{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  align-items:stretch;
  overflow:hidden;
  min-height:270px;
  border-radius:var(--radius);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 14px 34px rgba(25,45,72,.07);
}
.product-card img{
  width:100%;
  height:100%;
  min-height:270px;
  object-fit:cover;
  object-position:left top;
  border-right:1px solid #edf2f8;
}
.product-card div{
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.product-card i{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  margin-bottom:16px;
  border-radius:var(--radius);
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--teal));
  font-size:1.25rem;
}
.product-card:nth-child(2) i{background:linear-gradient(135deg,var(--coral),var(--violet))}
.product-card:nth-child(3) i{background:linear-gradient(135deg,var(--mint),var(--teal))}
.product-card:nth-child(4) i{background:linear-gradient(135deg,var(--amber),var(--coral))}
.product-card h3{
  margin:0 0 8px;
  font-size:1.22rem;
  font-weight:850;
}
.product-card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}
.feature-row{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  align-items:center;
  gap:52px;
  padding:58px 0;
  border-top:1px solid var(--line);
}
.feature-row.reverse .feature-copy{order:2}
.feature-no{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  margin-bottom:18px;
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--teal));
  border-radius:var(--radius);
  font-weight:850;
}
.feature-copy h3{
  max-width:560px;
  margin:0 0 14px;
  font-size:2.2rem;
  line-height:1.12;
  font-weight:850;
}
.feature-copy p{
  max-width:560px;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.72;
}
.feature-image img{width:100%}
.clean-list{
  list-style:none;
  padding:0;
  margin:20px 0 0;
}
.clean-list li{
  position:relative;
  padding:8px 0 8px 30px;
  font-weight:740;
  color:#33455f;
}
.clean-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:12px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:var(--mint);
}
.clean-list li:after{
  content:"";
  position:absolute;
  left:6px;
  top:16px;
  width:6px;
  height:9px;
  border:solid #fff;
  border-width:0 2px 2px 0;
  transform:rotate(45deg);
}

.dashboard-section{
  padding:96px 0;
  background:linear-gradient(135deg,#ffffff 0%,#eefbff 54%,#f6fff7 100%);
}
.dashboard-panel{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  align-items:center;
  gap:46px;
}
.dashboard-copy p{max-width:520px;color:var(--muted);line-height:1.75}
.dashboard-browser{box-shadow:0 26px 65px rgba(22,46,77,.14)}
.dashboard-browser img{width:100%}

.telecaller-section{background:#fff}
.telecaller-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:62px;
}
.phone-gallery{
  position:relative;
  min-height:640px;
}
.gallery-phone{
  position:absolute;
  width:240px;
  height:532px;
}
.main-phone{
  left:50%;
  top:24px;
  transform:translateX(-50%);
  z-index:3;
  animation:centerPhoneFloat 7s ease-in-out infinite;
}
.back-phone{
  left:4%;
  top:72px;
  z-index:1;
  opacity:.9;
  transform:rotate(-8deg);
}
.front-phone{
  right:5%;
  bottom:0;
  z-index:2;
  transform:rotate(7deg);
}
.benefit-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:28px;
}
.benefit-grid>div{
  padding:18px;
  border-radius:var(--radius);
  background:#f8fbff;
  border:1px solid var(--line);
}
.benefit-grid i{
  color:var(--teal);
  font-size:1.35rem;
}
.benefit-grid h3{
  margin:10px 0 6px;
  font-size:1rem;
  font-weight:850;
}
.benefit-grid p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.55}

.leaderboard-section{
  padding:96px 0;
  background:linear-gradient(135deg,#fff8ee 0%,#f2fffb 52%,#f6f4ff 100%);
}
.leaderboard-layout{
  display:grid;
  grid-template-columns:1fr .8fr;
  align-items:center;
  gap:54px;
}
.leaderboard-copy{max-width:620px}
.leaderboard-phone{
  width:310px;
  margin:0 auto;
  padding:8px;
  border-radius:32px;
  background:#131d33;
  box-shadow:var(--shadow-strong);
  animation:phoneFloat 7.2s ease-in-out .4s infinite;
}
.leaderboard-phone img{
  border-radius:24px;
  height:650px;
  width:100%;
  object-fit:cover;
  object-position:top;
}
.rank-demo{
  display:grid;
  gap:10px;
  margin-top:28px;
  max-width:520px;
}
.rank-demo div{
  display:grid;
  grid-template-columns:44px 1fr auto;
  align-items:center;
  gap:12px;
  padding:13px 15px;
  border-radius:var(--radius);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 28px rgba(22,46,77,.06);
}
.rank-demo span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:var(--radius);
  color:#332200;
  background:linear-gradient(135deg,var(--amber),#ffe58b);
  font-weight:900;
}
.rank-demo b{font-weight:850}
.rank-demo em{font-style:normal;color:var(--teal);font-weight:800}

.context-section{background:#fff}
.app-section{
  background:#fff;
}
.app-layout{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  align-items:center;
  gap:44px;
}
.app-copy{
  max-width:560px;
}
.app-screen-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.app-screen-grid .app-show-card{
  padding:12px;
}
.app-screen-grid .app-show-card img{
  height:350px;
}
.compact-rank{
  max-width:100%;
}
.context-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.app-show-card{
  min-height:100%;
  padding:14px;
  border-radius:var(--radius);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 14px 34px rgba(25,45,72,.07);
}
.app-show-card span{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:42px;
  color:#25364c;
  font-weight:850;
}
.app-show-card span i{color:var(--blue)}
.app-show-card img{
  width:100%;
  height:500px;
  object-fit:cover;
  object-position:top;
  border-radius:var(--radius);
  border:1px solid #eef2f7;
}

.comparison-section{
  padding:92px 0;
  background:#f8fbff;
}
.compact-comparison{
  padding:78px 0;
}
.compare-layout{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  align-items:center;
  gap:34px;
}
.compare-copy h2{
  margin-bottom:0;
}
.compare-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.compare-card{
  padding:28px;
  border-radius:var(--radius);
  border:1px solid var(--line);
  box-shadow:0 14px 34px rgba(25,45,72,.07);
}
.compare-card.bad{background:#fff6f6}
.compare-card.good{background:#f1fff7}
.compare-card h3{
  margin:0;
  font-size:1.55rem;
  font-weight:850;
}
.compare-flow{
  display:flex;
  flex-direction:column;
  gap:9px;
  margin-top:18px;
}
.compare-flow span{
  padding:12px 14px;
  border-radius:var(--radius);
  background:#fff;
  border:1px solid rgba(38,53,72,.08);
  font-weight:760;
}
.compare-flow i{
  align-self:center;
  color:#9aa8b7;
}

.faq-section{
  background:#fff;
}
.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.faq-card{
  min-height:190px;
  padding:24px;
  border-radius:var(--radius);
  background:#f8fbff;
  border:1px solid var(--line);
  box-shadow:0 14px 34px rgba(25,45,72,.07);
}
.faq-card h3{
  margin:0 0 10px;
  color:#202d40;
  font-size:1.1rem;
  line-height:1.35;
  font-weight:850;
}
.faq-card p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
}

.cta-section{
  padding:92px 0;
  background:#fff;
}
.cta-box{
  position:relative;
  overflow:hidden;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  padding:42px;
  border-radius:var(--radius);
  color:var(--ink);
  background:
    linear-gradient(135deg,#ecfffb,#f8fbff 50%,#fff4ed);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.cta-box:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.65) 46%,transparent 68%);
  transform:translateX(-120%);
  animation:shine 6s ease-in-out infinite;
  pointer-events:none;
}
.cta-box p{color:var(--muted);margin-bottom:0}
.cta-actions{
  position:relative;
  z-index:2;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
  min-width:340px;
}

.site-footer{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg,#101b2b 0%,#132a3f 58%,#0d3a42 100%);
  color:#e9f2ff;
  padding:58px 0 24px;
}
.site-footer:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,#000,transparent);
}
.site-footer .container{position:relative;z-index:1}
.footer-main{
  display:grid;
  grid-template-columns:1.35fr .72fr .9fr .9fr;
  gap:34px;
  align-items:start;
}
.footer-logo-wrap{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#fff;
}
.footer-logo-wrap:hover{color:#fff}
.footer-logo{width:58px;height:58px;border-radius:var(--radius);object-fit:contain}
.footer-logo-wrap strong,.footer-logo-wrap small{display:block}
.footer-logo-wrap strong{font-size:1.18rem}
.footer-logo-wrap small{margin-top:4px;color:#b9c9d8;font-size:.72rem;font-weight:700}
.footer-brand p,.footer-contact p{
  max-width:420px;
  margin:18px 0 0;
  color:#b9c9d8;
  line-height:1.7;
}
.footer-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.footer-badges span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 10px;
  border-radius:var(--radius);
  color:#dff8ff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.1);
  font-size:.78rem;
  font-weight:750;
}
.footer-col h3,.footer-contact h3{
  margin:0 0 16px;
  color:#fff;
  font-size:1rem;
  font-weight:850;
}
.footer-col a,.footer-col span,.footer-email{
  display:flex;
  align-items:center;
  min-height:28px;
  color:#b9c9d8;
  font-size:.92rem;
  font-weight:650;
}
.footer-col a:hover,.footer-email:hover{color:#66eee6}
.footer-contact .btn{margin-top:16px}
.footer-email{
  gap:8px;
  margin-top:14px;
}
.footer-bottom{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:18px;
  max-width:820px;
  margin-top:42px;
  padding-top:22px;
  padding-right:210px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#a9b6c8;
  font-size:.86rem;
}
.footer-bottom-copy{
  display:grid;
  gap:6px;
  line-height:1.6;
}
.footer-bottom-copy span:first-child{
  color:#dbe7f5;
  font-weight:760;
}
.footer-bottom-links{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
  gap:10px 14px;
  line-height:1.6;
}
.footer-bottom a{color:#dff8ff;font-weight:800}
.footer-bottom a:hover{color:#66eee6}

.terms-page{background:#f8fbff}
.terms-hero{
  position:relative;
  padding:136px 0 62px;
  background:
    linear-gradient(135deg,#f7fbff 0%,#eafffb 52%,#fff4ed 100%);
  overflow:hidden;
}
.terms-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(49,92,246,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,174,179,.06) 1px,transparent 1px);
  background-size:42px 42px;
}
.terms-hero-card{
  position:relative;
  max-width:860px;
  padding:34px;
  border-radius:var(--radius);
  background:rgba(255,255,255,.82);
  border:1px solid rgba(220,231,244,.9);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.terms-hero h1{
  margin:0 0 14px;
  font-size:3.65rem;
  line-height:1;
  font-weight:900;
  color:#202d40;
}
.terms-hero p{
  max-width:720px;
  margin:0;
  color:var(--muted);
  font-size:1.08rem;
  line-height:1.75;
}
.terms-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.terms-meta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:var(--radius);
  background:#fff;
  border:1px solid var(--line);
  color:#3f536d;
  font-weight:750;
  font-size:.86rem;
}
.terms-meta i{color:var(--teal)}
.terms-main{padding:72px 0 92px}
.terms-layout{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:28px;
  align-items:start;
}
.terms-sidebar{
  position:sticky;
  top:104px;
  padding:20px;
  border-radius:var(--radius);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 14px 34px rgba(25,45,72,.07);
}
.terms-sidebar strong{
  display:block;
  margin-bottom:12px;
  color:var(--ink);
  font-weight:850;
}
.terms-sidebar a{
  display:block;
  padding:9px 0;
  color:var(--muted);
  border-top:1px solid #edf2f8;
  font-weight:720;
}
.terms-sidebar a:hover{color:var(--blue)}
.terms-content{
  padding:34px;
  border-radius:var(--radius);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 14px 34px rgba(25,45,72,.07);
}
.terms-content section+section{
  margin-top:30px;
  padding-top:28px;
  border-top:1px solid #edf2f8;
}
.terms-content h2{
  margin:0 0 10px;
  color:#202d40;
  font-size:1.35rem;
  font-weight:850;
}
.terms-content p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}
.terms-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.floating-wa{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:1000;
  display:flex;
  align-items:center;
  gap:9px;
  padding:13px 16px;
  border-radius:var(--radius);
  color:#fff;
  background:#20b858;
  box-shadow:0 14px 35px rgba(32,184,88,.28);
  font-weight:800;
}
.floating-wa:hover{color:#fff;transform:translateY(-2px)}
.floating-wa i{font-size:1.2rem}
.mobile-bottom{display:none}

.demo-modal{
  position:relative;
  padding:26px;
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-strong);
}
.demo-modal .btn-close{position:absolute;right:18px;top:18px}
.demo-modal h3{
  margin:6px 0 10px;
  font-size:2rem;
  line-height:1.12;
  font-weight:850;
}
.demo-modal p{color:var(--muted)}
.demo-modal label{
  margin-bottom:6px;
  color:#33455f;
  font-size:.82rem;
  font-weight:780;
}
.demo-modal .form-control,.demo-modal .form-select{
  min-height:50px;
  border-radius:var(--radius);
  border-color:#cfdbea;
}
.demo-modal .form-control:focus,.demo-modal .form-select:focus{
  border-color:var(--blue);
  box-shadow:0 0 0 .2rem rgba(49,92,246,.14);
}

@keyframes phoneFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}
@keyframes centerPhoneFloat{
  0%,100%{transform:translateX(-50%) translateY(0)}
  50%{transform:translateX(-50%) translateY(-12px)}
}
@keyframes dashboardDrift{
  0%,100%{transform:perspective(1400px) rotateY(-7deg) rotateX(2deg) translateY(0)}
  50%{transform:perspective(1400px) rotateY(-7deg) rotateX(2deg) translateY(-10px)}
}
@keyframes cardHover{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-9px)}
}
@keyframes signalSlide{
  0%,100%{transform:translateX(0);opacity:.56}
  50%{transform:translateX(24px);opacity:1}
}
@keyframes shine{
  0%,62%{transform:translateX(-120%)}
  100%{transform:translateX(120%)}
}

@media(max-width:1199px){
  .hero h1{font-size:3.45rem}
  .hero-copyblock{width:46%;max-width:500px}
  .hero-visual{width:55%;right:-1%}
  .hero-phone{width:238px;height:528px}
  .hero-dashboard{top:128px}
  .status-badge{min-width:205px}
  .about-card-grid{grid-template-columns:1fr}
  .about-card{min-height:auto}
  .product-card{grid-template-columns:1fr}
  .product-card img{height:230px;min-height:230px;border-right:0;border-bottom:1px solid #edf2f8}
  .app-screen-grid{grid-template-columns:repeat(2,1fr)}
  .activity-phone{width:316px;height:650px}
  .activity-device{min-height:680px}
  .gallery-phone{width:218px;height:484px}
}
@media(max-width:991px){
  html{scroll-padding-top:76px}
  .section-pad{padding:78px 0}
  .section-head h2,.about-copy h2,.activity-copy h2,.dashboard-copy h2,.telecaller-copy h2,.leaderboard-copy h2,.app-copy h2,.compare-copy h2,.cta-box h2{font-size:2.55rem}
  .tms-nav .container{display:flex;flex-wrap:wrap}
  .navbar-toggler{
    width:42px;
    height:42px;
    position:fixed!important;
    top:14px;
    right:14px;
    z-index:1300;
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    margin-left:auto;
    border-radius:var(--radius);
    background:#fff;
    box-shadow:0 8px 22px rgba(19,36,61,.08);
  }
  .navbar-toggler:before{
    content:"";
    width:19px;
    height:2px;
    border-radius:2px;
    background:var(--ink);
    box-shadow:0 -6px 0 var(--ink),0 6px 0 var(--ink);
  }
  .navbar-toggler-icon{display:none}
  .navbar-collapse{flex-basis:100%;padding-top:12px}
  .navbar-nav{padding:12px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
  .mobile-menu-fallback{
    position:fixed;
    top:14px;
    right:14px;
    z-index:1400;
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid var(--line);
    border-radius:var(--radius);
    background:#fff;
    box-shadow:0 8px 22px rgba(19,36,61,.08);
  }
  .mobile-menu-fallback span{
    width:19px;
    height:2px;
    border-radius:2px;
    background:var(--ink);
    box-shadow:0 -6px 0 var(--ink),0 6px 0 var(--ink);
  }
  .hero{padding-top:118px;min-height:auto}
  .hero-inner{min-height:auto}
  .hero-copyblock{width:100%;max-width:760px;padding-top:0}
  .hero h1{font-size:3.45rem}
  .hero-visual{
    position:relative;
    width:100%;
    height:570px;
    margin-top:42px;
  }
  .hero-dashboard{width:82%;right:0;top:120px}
  .hero-phone{left:3%;width:238px;height:528px}
  .badge-target{right:0;top:28px}
  .badge-lead{left:14px;bottom:30px}
  .hero-metrics{grid-template-columns:repeat(2,1fr);margin-top:28px}
  .about-layout,.app-layout,.compare-layout{grid-template-columns:1fr}
  .about-visual{min-height:auto}
  .about-flow-graphic{max-width:720px;margin:0 auto;display:block}
  .about-image-card{position:relative;right:auto;bottom:auto;width:100%;max-width:360px;margin:-12px auto 0}
  .role-grid{grid-template-columns:repeat(2,1fr)}
  .sector-grid{grid-template-columns:repeat(2,1fr)}
  .activity-wrap,.dashboard-panel,.telecaller-layout,.leaderboard-layout{grid-template-columns:1fr}
  .activity-device{min-height:680px}
  .workflow-rail{grid-template-columns:repeat(2,1fr)}
  .workflow-rail:before{display:none}
  .feature-row,.feature-row.reverse{grid-template-columns:1fr;gap:26px}
  .feature-row.reverse .feature-copy{order:0}
  .dashboard-copy{max-width:660px}
  .phone-gallery{max-width:620px;margin:0 auto}
  .context-grid{grid-template-columns:1fr 1fr}
  .faq-grid{grid-template-columns:1fr}
  .footer-main{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
  .footer-bottom{max-width:none;padding-right:0}
  .footer-bottom-links{justify-content:flex-start}
  .terms-layout{grid-template-columns:1fr}
  .terms-sidebar{position:static}
  .cta-box{flex-direction:column;align-items:flex-start}
  .cta-actions{justify-content:flex-start;min-width:0}
  .floating-wa{display:none}
  .mobile-bottom{
    width:100vw;
    display:grid;
    grid-template-columns:1fr 1fr;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:1200;
    background:#fff;
    border-top:1px solid var(--line);
    box-shadow:0 -12px 28px rgba(12,30,50,.1);
  }
  .mobile-bottom button,.mobile-bottom a{
    min-width:0;
    min-height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:0;
    color:var(--ink);
    background:#fff;
    text-align:center;
    font-weight:850;
    white-space:normal;
  }
  .mobile-bottom button{background:#20b858;color:#fff}
  .mobile-bottom a{justify-content:flex-start;padding-left:28px}
  body{padding-bottom:54px}
}
@media(max-width:767px){
  .section-head h2,.about-copy h2,.activity-copy h2,.dashboard-copy h2,.telecaller-copy h2,.leaderboard-copy h2,.app-copy h2,.compare-copy h2,.cta-box h2{font-size:2.12rem}
  .hero{padding-top:104px}
  .hero-copyblock{width:100%;max-width:calc(100vw - 24px)}
  .hero h1{font-size:2.04rem;line-height:1.1;text-wrap:wrap}
  .hero-kicker{font-size:1.02rem}
  .hero-copy{font-size:.95rem;line-height:1.65}
  .hero-actions{margin-top:20px}
  .hero-actions .btn{width:100%;white-space:normal;line-height:1.25;padding-left:12px;padding-right:12px;font-size:.96rem;overflow-wrap:anywhere}
  .audience-strip{display:none}
  .hero-visual{height:520px;margin-top:26px}
  .hero-dashboard{
    width:88%;
    right:-16%;
    top:132px;
    transform:perspective(1200px) rotateY(-5deg) rotateX(1deg);
  }
  .hero-phone{left:0;width:204px;height:454px}
  .status-badge{display:none}
  .pulse-dot{display:none}
  .hero-metrics{grid-template-columns:repeat(2,1fr)}
  .hero-metrics div{min-height:104px;padding:14px}
  .role-grid,.sector-grid,.product-grid,.app-screen-grid,.workflow-rail,.benefit-grid,.compare-grid,.context-grid{grid-template-columns:1fr}
  .about-flow-graphic{display:none}
  .about-image-card{margin-top:10px}
  .app-screen-grid .app-show-card img{height:430px}
  .activity-section{padding:78px 0}
  .activity-device{min-height:auto;padding-top:20px}
  .activity-device:before{display:none}
  .activity-phone{width:284px;height:584px}
  .activity-card{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    margin:12px auto 0;
    width:100%;
    max-width:330px;
  }
  .feature-copy h3{font-size:1.72rem}
  .phone-gallery{min-height:590px}
  .gallery-phone{width:198px;height:440px}
  .main-phone{left:46%}
  .back-phone{left:0;top:88px}
  .front-phone{right:0;bottom:6px}
  .leaderboard-phone{width:284px}
  .leaderboard-phone img{height:596px}
  .app-show-card img{height:430px}
  .footer-main{grid-template-columns:1fr;gap:26px}
  .footer-bottom{font-size:.82rem}
  .terms-hero{padding-top:104px}
  .terms-hero-card{padding:24px 20px}
  .terms-hero h1{font-size:2.35rem}
  .terms-content{padding:24px 20px}
  .terms-page .tms-nav .btn-tms{display:none}
  .cta-box{padding:26px 20px}
  .cta-actions{width:100%}
  .cta-actions .btn{width:100%}
}
@media(max-width:575px){
  .hero-copyblock,.hero h1,.hero-kicker,.hero-copy,.hero-actions{max-width:360px}
  .hero h1{font-size:1.86rem}
  .hero-actions .btn{font-size:.94rem}
  .navbar-brand small{display:none}
  .navbar-brand{min-width:0}
  .mobile-menu-fallback{
    left:min(calc(100vw - 56px),334px);
    right:auto;
  }
  .terms-hero-card{max-width:100%;padding:22px 20px}
  .terms-hero h1{max-width:320px;font-size:2rem;line-height:1.08;overflow-wrap:anywhere}
  .terms-hero p{max-width:310px;font-size:.96rem;line-height:1.65;overflow-wrap:break-word}
  .terms-meta span{width:100%;font-size:.82rem}
  .terms-page .navbar-brand small{display:none}
  .terms-page .tms-nav .ms-auto{display:none!important}
  .terms-page .btn-soft{padding-left:10px;padding-right:10px}
}
@media(max-width:420px){
  .hero-copyblock,.hero h1,.hero-kicker,.hero-copy,.hero-actions{max-width:330px}
  .hero h1{font-size:1.72rem}
  .hero-visual{height:486px}
  .hero-dashboard{width:95%;right:-34%;top:124px}
  .hero-phone{width:190px;height:424px}
  .hero-metrics div{min-height:98px}
  .activity-phone{width:258px;height:532px}
  .phone-gallery{min-height:550px}
  .gallery-phone{width:176px;height:392px}
}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}
