.nds-clean-landing,
.nds-clean-landing *{
  box-sizing:border-box;
}
.nds-clean-landing{
  --nds-navy:#0A1830;
  --nds-navy-2:#16213D;
  --nds-navy-3:#172245;
  --nds-teal:#14B8C4;
  --nds-teal-deep:#0D8A93;
  --nds-teal-glow:rgba(20,184,196,0.16);
  --nds-coral:#FF7A50;
  --nds-wa:#25D366;
  --nds-wa-deep:#1DA851;
  --nds-bg:#F7FAFB;
  --nds-card:#FFFFFF;
  --nds-muted:#5B6B82;
  --nds-line:#E3EAF0;
  --nds-text:#0A1830;
  direction:rtl;
  width:100%;
  min-width:0;
  background:var(--nds-bg);
  color:var(--nds-text);
  font-family:'Tajawal', Arial, sans-serif;
  line-height:1.7;
  overflow-x:hidden;
  isolation:isolate;
}
.nds-clean-landing a{
  color:inherit;
  text-decoration:none;
}
.nds-clean-landing img{
  max-width:100%;
  height:auto;
  display:block;
}
.nds-clean-landing h1,
.nds-clean-landing h2,
.nds-clean-landing h3,
.nds-clean-landing h4{
  margin:0;
  font-family:'El Messiri', Georgia, serif;
  font-weight:700;
  line-height:1.3;
  color:var(--nds-text);
}
.nds-clean-landing p{
  margin:0;
}
.nds-clean-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
}
.nds-clean-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(247,250,251,0.85);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid var(--nds-line);
}
.nds-clean-landing--mobile-apps .nds-clean-header{
  background:rgba(8,15,34,0.85);
}
.nds-clean-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  max-width:1180px;
  margin:0 auto;
  padding:16px 24px;
}
.nds-clean-logo{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  min-width:0;
  flex:0 0 auto;
}
.nds-clean-logo__image{
  width:154px;
  max-height:58px;
  object-fit:contain;
}
.nds-clean-nav__links{
  display:flex;
  align-items:center;
  gap:28px;
  font-size:15px;
  font-weight:500;
  color:var(--nds-navy-2);
}
.nds-clean-landing--mobile-apps .nds-clean-nav__links{
  color:var(--nds-muted);
}
.nds-clean-nav__links a{
  opacity:.9;
  transition:color .2s ease, opacity .2s ease;
}
.nds-clean-nav__links a:hover{
  opacity:1;
  color:var(--nds-teal-deep);
}
.nds-clean-landing--mobile-apps .nds-clean-nav__links a:hover{
  color:var(--nds-teal);
}
.nds-clean-nav__cta .nds-clean-btn{
  padding:11px 20px;
  font-size:14.5px;
}
.nds-clean-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:15px 30px;
  border-radius:12px;
  border:0;
  font-family:'Tajawal', Arial, sans-serif;
  font-weight:700;
  font-size:16px;
  line-height:1.2;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}
.nds-clean-btn--primary{
  background:linear-gradient(135deg,var(--nds-teal),var(--nds-teal-deep));
  color:#fff;
  box-shadow:0 10px 30px -8px var(--nds-teal-glow);
}
.nds-clean-btn--primary:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 36px -8px rgba(20,184,196,.35);
}
.nds-clean-btn--wa{
  background:var(--nds-wa);
  color:#fff;
  box-shadow:0 10px 30px -8px rgba(37,211,102,.35);
}
.nds-clean-btn--wa:hover{
  transform:translateY(-2px);
  background:var(--nds-wa-deep);
  color:#fff;
}
.nds-clean-btn--ghost{
  background:transparent;
  color:var(--nds-text);
  border:1.5px solid var(--nds-line);
}
.nds-clean-landing--mobile-apps .nds-clean-btn--ghost{
  color:#fff;
}
.nds-clean-btn--ghost:hover{
  border-color:var(--nds-teal);
  color:var(--nds-teal-deep);
}
.nds-clean-landing--mobile-apps .nds-clean-btn--ghost:hover{
  color:var(--nds-teal);
}
.nds-clean-btn--white{
  position:relative;
  background:#fff;
  color:var(--nds-navy);
}
.nds-clean-cta-band .nds-clean-btn--white,
.nds-clean-cta-band .nds-clean-btn--white:visited{
  background:#fff;
  color:var(--nds-navy) !important;
}
.nds-clean-btn--white:hover{
  transform:translateY(-2px);
}
.nds-clean-cta-band .nds-clean-btn--white:hover,
.nds-clean-cta-band .nds-clean-btn--white:focus{
  background:#fff;
  color:var(--nds-navy) !important;
  box-shadow:0 14px 34px -12px rgba(255,255,255,.45);
}
.nds-clean-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
  color:var(--nds-teal-deep);
  font-size:13.5px;
  font-weight:700;
  letter-spacing:.5px;
}
.nds-clean-landing--mobile-apps .nds-clean-eyebrow{
  color:var(--nds-teal);
}
.nds-clean-eyebrow:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--nds-coral);
  display:inline-block;
  flex:0 0 auto;
}
.nds-clean-eyebrow--center{
  justify-content:center;
}
.nds-clean-hero{
  position:relative;
  overflow:hidden;
  padding:80px 0 60px;
}
.nds-clean-hero:before{
  content:"";
  position:absolute;
  inset:-200px -200px auto auto;
  width:600px;
  height:600px;
  border-radius:50%;
  background:radial-gradient(circle,var(--nds-teal-glow),transparent 70%);
  z-index:-1;
}
.nds-clean-landing--mobile-apps .nds-clean-hero:before{
  inset:-250px -250px auto auto;
  width:650px;
  height:650px;
}
.nds-clean-landing--mobile-apps .nds-clean-hero:after{
  content:"";
  position:absolute;
  bottom:-200px;
  left:-150px;
  width:450px;
  height:450px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,122,80,.12),transparent 70%);
  z-index:-1;
}
.nds-clean-hero__grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:50px;
  align-items:center;
}
.nds-clean-landing--mobile-apps .nds-clean-hero__grid{
  grid-template-columns:1fr .85fr;
}
.nds-clean-hero h1{
  margin-bottom:20px;
  font-size:46px;
  color:var(--nds-text);
}
.nds-clean-hero h1 span{
  color:var(--nds-teal-deep);
}
.nds-clean-landing--mobile-apps .nds-clean-hero h1 span{
  color:var(--nds-teal);
}
.nds-clean-hero__sub{
  max-width:480px;
  margin-bottom:30px !important;
  color:var(--nds-muted);
  font-size:17.5px;
}
.nds-clean-hero__ctas{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:28px;
}
.nds-clean-hero__ctas--center{
  justify-content:center;
  position:relative;
}
.nds-clean-trust-strip{
  display:flex;
  gap:22px;
  flex-wrap:wrap;
  color:var(--nds-muted);
  font-size:13.5px;
  font-weight:500;
}
.nds-clean-trust-strip span{
  display:flex;
  align-items:center;
  gap:7px;
}
.nds-clean-dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--nds-teal);
  display:inline-block;
}
.nds-clean-browser-stage{
  position:relative;
  height:420px;
}
.nds-clean-bw{
  position:absolute;
  background:#fff;
  border-radius:16px;
  box-shadow:0 30px 60px -20px rgba(10,24,48,.22);
  border:1px solid var(--nds-line);
  overflow:hidden;
}
.nds-clean-bw--1{
  top:0;
  right:0;
  width:82%;
  z-index:2;
  animation:ndsCleanFloatBrowserOne 6s ease-in-out infinite;
}
.nds-clean-bw--2{
  bottom:0;
  left:0;
  width:62%;
  z-index:1;
  opacity:.75;
  transform:scale(.92);
  animation:ndsCleanFloatBrowserTwo 7s ease-in-out infinite;
}
.nds-clean-bw__bar{
  display:flex;
  align-items:center;
  gap:6px;
  padding:10px 14px;
  background:#F1F5F8;
  border-bottom:1px solid var(--nds-line);
}
.nds-clean-bw__bar i{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#D8E0E7;
}
.nds-clean-bw__body{
  padding:20px;
}
.nds-clean-bw__line{
  height:10px;
  border-radius:5px;
  background:#EAF0F4;
  margin-bottom:10px;
}
.nds-clean-bw__line--short{
  width:55%;
}
.nds-clean-bw__block{
  height:90px;
  border-radius:10px;
  margin-top:14px;
  background:linear-gradient(135deg,var(--nds-teal-glow),#fff);
  border:1px solid var(--nds-line);
}
.nds-clean-badge-float{
  position:absolute;
  top:8%;
  left:-4%;
  background:var(--nds-navy);
  color:#fff;
  border-radius:12px;
  padding:10px 14px;
  box-shadow:0 14px 30px -10px rgba(10,24,48,.3);
  font-size:13px;
  font-weight:700;
  display:flex;
  align-items:center;
  gap:8px;
  animation:ndsCleanFloatBadge 5.5s ease-in-out infinite;
  z-index:3;
}
.nds-clean-landing--mobile-apps .nds-clean-badge-float{
  top:14%;
  left:0;
  background:#fff;
  color:#0A1830;
  box-shadow:0 14px 30px -10px rgba(0,0,0,.4);
  z-index:4;
}
.nds-clean-badge-float__ic{
  width:22px;
  height:22px;
  border-radius:6px;
  background:var(--nds-teal);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:12px;
}
.nds-clean-landing--mobile-apps .nds-clean-badge-float__ic{
  background:var(--nds-wa);
}
.nds-clean-phone-stage{
  position:relative;
  height:480px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.nds-clean-ph{
  position:absolute;
  width:188px;
  height:380px;
  border-radius:34px;
  padding:10px;
  box-shadow:0 30px 60px -20px rgba(0,0,0,.6);
}
.nds-clean-ph--1{
  background:var(--nds-navy-3);
  right:50%;
  transform:translateX(60%);
  z-index:3;
  animation:ndsCleanFloatPhoneOne 6s ease-in-out infinite;
}
.nds-clean-ph--2{
  background:#0A1A30;
  right:10%;
  transform:translateX(0) scale(.88);
  opacity:.65;
  z-index:1;
  animation:ndsCleanFloatPhoneTwo 7s ease-in-out infinite;
}
.nds-clean-ph__screen{
  width:100%;
  height:100%;
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  padding:16px 13px;
  color:#0A1830;
}
.nds-clean-ph__bar{
  width:38%;
  height:6px;
  border-radius:3px;
  background:var(--nds-teal);
  margin-bottom:16px;
}
.nds-clean-ph__bar--accent{
  background:var(--nds-coral);
}
.nds-clean-ph__card{
  height:78px;
  border-radius:12px;
  background:linear-gradient(135deg,var(--nds-navy-3),var(--nds-navy));
  margin-bottom:12px;
}
.nds-clean-ph__card--dark{
  background:linear-gradient(135deg,#1A2747,#0A1830);
}
.nds-clean-ph__row{
  display:flex;
  gap:8px;
  margin-top:8px;
}
.nds-clean-ph__row div{
  flex:1;
  height:34px;
  border-radius:9px;
  background:#EEF3F6;
}
.nds-clean-stack-strip{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  padding:26px 0;
  border-top:1px solid var(--nds-line);
  border-bottom:1px solid var(--nds-line);
}
.nds-clean-stack-pill{
  background:var(--nds-card);
  border:1px solid var(--nds-line);
  padding:10px 20px;
  border-radius:30px;
  font-size:14px;
  font-weight:700;
  color:var(--nds-teal-deep);
}
.nds-clean-landing--mobile-apps .nds-clean-stack-pill{
  color:var(--nds-teal);
}
.nds-clean-section{
  padding:90px 0;
}
.nds-clean-process-plain{
  padding-top:0;
}
.nds-clean-section-head{
  max-width:620px;
  margin-bottom:50px;
}
.nds-clean-section-head--center{
  margin:0 auto 50px;
  text-align:center;
}
.nds-clean-section-head h2{
  font-size:32px;
}
.nds-clean-section-head p{
  margin-top:12px;
  color:var(--nds-muted);
  font-size:16px;
}
.nds-clean-feat-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.nds-clean-feat-card{
  background:var(--nds-card);
  border:1.5px solid var(--nds-line);
  border-radius:18px;
  padding:28px;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nds-clean-feat-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 40px -22px rgba(10,24,48,.15);
}
.nds-clean-landing--mobile-apps .nds-clean-feat-card:hover{
  box-shadow:none;
  border-color:var(--nds-teal);
}
.nds-clean-feat-icon{
  width:48px;
  height:48px;
  border-radius:12px;
  background:var(--nds-teal-glow);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  color:var(--nds-teal-deep);
  margin-bottom:18px;
}
.nds-clean-landing--mobile-apps .nds-clean-feat-icon{
  color:var(--nds-teal);
}
.nds-clean-feat-card h4{
  margin-bottom:8px;
  font-size:17px;
}
.nds-clean-feat-card p{
  color:var(--nds-muted);
  font-size:14px;
}
.nds-clean-process-section{
  background:var(--nds-navy);
  color:#fff;
}
.nds-clean-process-section .nds-clean-section-head h2,
.nds-clean-process-section .nds-clean-process-card h4{
  color:#fff;
}
.nds-clean-process-section .nds-clean-section-head p{
  color:#9FB0C8;
}
.nds-clean-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.nds-clean-process-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:28px 22px;
}
.nds-clean-landing--mobile-apps .nds-clean-process-card{
  background:var(--nds-card);
  border:1px solid var(--nds-line);
}
.nds-clean-process-num{
  margin-bottom:16px;
  color:var(--nds-teal);
  font-family:'El Messiri', Georgia, serif;
  font-size:34px;
  line-height:1;
  font-weight:700;
}
.nds-clean-process-card h4{
  margin-bottom:10px;
  font-size:17.5px;
}
.nds-clean-process-card p{
  color:#A9B8CE;
  font-size:14px;
}
.nds-clean-landing--mobile-apps .nds-clean-process-card p{
  color:var(--nds-muted);
}
.nds-clean-wa-grid{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:50px;
  align-items:center;
}
.nds-clean-wa-section{
  background:linear-gradient(180deg,var(--nds-navy-2),var(--nds-navy));
}
.nds-clean-landing--mobile-apps .nds-clean-wa-grid{
  grid-template-columns:.95fr 1.05fr;
}
.nds-clean-wa-visual{
  position:relative;
  overflow:hidden;
  min-height:380px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:linear-gradient(160deg,var(--nds-navy),var(--nds-navy-2));
  border-radius:24px;
  padding:40px;
}
.nds-clean-wa-visual:after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle,var(--nds-teal-glow),transparent 70%);
  top:-60px;
  left:-60px;
}
.nds-clean-wa-visual__badge{
  position:relative;
  width:fit-content;
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(37,211,102,.15);
  color:var(--nds-wa);
  padding:8px 16px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  margin-bottom:20px;
}
.nds-clean-wa-visual h3{
  position:relative;
  margin-bottom:14px;
  color:#fff;
  font-size:26px;
}
.nds-clean-wa-visual p{
  position:relative;
  color:#A9B8CE;
  font-size:15px;
  margin-bottom:24px;
}
.nds-clean-wa-visual__steps{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.nds-clean-wa-visual__steps div{
  display:flex;
  align-items:center;
  gap:12px;
  color:#E5EDF2;
  font-size:14px;
}
.nds-clean-wa-visual__steps span{
  width:26px;
  height:26px;
  min-width:26px;
  border-radius:50%;
  background:var(--nds-teal);
  color:var(--nds-navy);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:13px;
}
.nds-clean-chat-mock{
  background:#0B141A;
  border-radius:22px;
  padding:18px;
  box-shadow:0 30px 60px -20px rgba(0,0,0,.6);
  max-width:380px;
}
.nds-clean-chat-head{
  display:flex;
  align-items:center;
  gap:10px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(255,255,255,.08);
  margin-bottom:14px;
}
.nds-clean-chat-head--brand{
  justify-content:space-between;
  gap:14px;
}
.nds-clean-chat-logo{
  display:block;
  width:auto;
  max-width:155px;
  max-height:44px;
  object-fit:contain;
}
.nds-clean-chat-status{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--nds-wa);
  font-size:12px;
  line-height:1;
  white-space:nowrap;
}
.nds-clean-chat-status:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--nds-wa);
  box-shadow:0 0 0 4px rgba(37,211,102,.12);
}
.nds-clean-chat-avatar{
  width:38px;
  height:38px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--nds-teal),var(--nds-navy-3));
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  color:#06231f;
}
.nds-clean-chat-head h5{
  margin:0;
  color:#fff;
  font-size:14.5px;
}
.nds-clean-chat-head span:not(.nds-clean-chat-status){
  color:var(--nds-wa);
  font-size:12px;
}
.nds-clean-bubble{
  max-width:80%;
  padding:10px 14px;
  border-radius:14px;
  font-size:13.5px;
  margin-bottom:10px;
  line-height:1.6;
}
.nds-clean-bubble--in{
  background:#1F2C34;
  color:#E9EDEF;
  border-bottom-right-radius:4px;
  margin-right:0;
}
.nds-clean-bubble--out{
  background:#005C4B;
  color:#E9EDEF;
  border-bottom-left-radius:4px;
  margin-left:0;
  margin-right:auto;
}
.nds-clean-lead-form{
  background:var(--nds-card);
  border:1.5px solid var(--nds-line);
  border-radius:22px;
  padding:36px;
}
.nds-clean-lead-form h3{
  margin-bottom:8px;
  font-size:22px;
}
.nds-clean-lead-form>p{
  color:var(--nds-muted);
  font-size:14.5px;
  margin-bottom:24px;
}
.nds-clean-country-toggle{
  display:flex;
  gap:10px;
  margin-bottom:18px;
}
.nds-clean-country-pill{
  flex:1;
  text-align:center;
  padding:12px;
  border-radius:12px;
  border:1.5px solid var(--nds-line);
  cursor:pointer;
  font-family:'Tajawal', Arial, sans-serif;
  font-weight:700;
  font-size:14.5px;
  color:var(--nds-muted);
  transition:all .2s ease;
  background:transparent;
}
.nds-clean-country-pill--active{
  border-color:var(--nds-teal);
  color:var(--nds-teal-deep);
  background:var(--nds-teal-glow);
}
.nds-clean-landing--mobile-apps .nds-clean-country-pill--active{
  color:var(--nds-teal);
}
.nds-clean-field{
  margin-bottom:16px;
}
.nds-clean-field label{
  display:block;
  color:var(--nds-muted);
  font-size:13.5px;
  margin-bottom:7px;
  font-weight:500;
}
.nds-clean-field input,
.nds-clean-field select,
.nds-clean-field textarea{
  width:100%;
  background:var(--nds-bg);
  border:1.5px solid var(--nds-line);
  border-radius:10px;
  padding:13px 14px;
  color:var(--nds-text);
  font-family:'Tajawal', Arial, sans-serif;
  font-size:14.5px;
  outline:none;
  transition:border-color .2s ease;
}
.nds-clean-landing--mobile-apps .nds-clean-field input,
.nds-clean-landing--mobile-apps .nds-clean-field select,
.nds-clean-landing--mobile-apps .nds-clean-field textarea{
  background:var(--nds-navy-2);
  color:#fff;
}
.nds-clean-field input:focus,
.nds-clean-field select:focus,
.nds-clean-field textarea:focus{
  border-color:var(--nds-teal);
}
.nds-clean-field textarea{
  resize:vertical;
  min-height:80px;
}
.nds-clean-lead-form .nds-clean-btn{
  width:100%;
  margin-top:6px;
}
.nds-clean-form-note{
  color:var(--nds-muted);
  font-size:12.5px;
  margin-top:14px;
  text-align:center;
}
.nds-clean-faq-list{
  max-width:760px;
  margin:0 auto;
}
.nds-clean-faq-item{
  border-bottom:1px solid var(--nds-line);
  padding:22px 0;
}
.nds-clean-faq-q{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--nds-text);
  cursor:pointer;
  text-align:right;
  font-family:'Tajawal', Arial, sans-serif;
  font-size:16.5px;
  font-weight:700;
}
.nds-clean-faq-icon{
  width:26px;
  height:26px;
  min-width:26px;
  border-radius:50%;
  border:1.5px solid var(--nds-line);
  display:flex;
  align-items:center;
  justify-content:center;
  font-style:normal;
  font-size:14px;
  color:var(--nds-teal-deep);
  transition:transform .3s ease, border-color .3s ease;
}
.nds-clean-landing--mobile-apps .nds-clean-faq-icon{
  color:var(--nds-teal);
}
.nds-clean-faq-item.nds-clean-faq-item--open .nds-clean-faq-icon{
  transform:rotate(45deg);
  border-color:var(--nds-teal);
}
.nds-clean-faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease, padding-top .35s ease;
  color:var(--nds-muted);
  font-size:14.5px;
  line-height:1.8;
}
.nds-clean-faq-item.nds-clean-faq-item--open .nds-clean-faq-a{
  max-height:260px;
  padding-top:14px;
}
.nds-clean-cta-band{
  position:relative;
  overflow:hidden;
  margin:0 24px;
  background:linear-gradient(135deg,var(--nds-teal-deep),var(--nds-navy));
  border-radius:28px;
  padding:60px 50px;
  text-align:center;
  color:#fff;
}
.nds-clean-landing--mobile-apps .nds-clean-cta-band{
  background:linear-gradient(135deg,var(--nds-teal-deep),var(--nds-navy-3));
}
.nds-clean-cta-band:before{
  content:"";
  position:absolute;
  width:400px;
  height:400px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.08),transparent 70%);
  top:-150px;
  right:-100px;
}
.nds-clean-cta-band h2{
  position:relative;
  margin-bottom:14px;
  color:#fff;
  font-size:32px;
}
.nds-clean-cta-band p{
  position:relative;
  color:#D7E6E8;
  margin-bottom:30px;
  font-size:16px;
}
.nds-clean-landing--mobile-apps .nds-clean-cta-band p{
  color:#D7F3EE;
}
.nds-clean-cta-note{
  position:relative;
  margin-top:20px;
  color:#BFD8DA;
  font-size:13.5px;
}
.nds-clean-footer{
  padding:60px 0 30px;
  color:var(--nds-muted);
  font-size:14.5px;
}
.nds-clean-landing--mobile-apps .nds-clean-footer{
  border-top:1px solid var(--nds-line);
  margin-top:40px;
}
.nds-clean-footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:40px;
  margin-bottom:40px;
}
.nds-clean-footer-logo{
  margin-bottom:14px;
}
.nds-clean-footer p{
  max-width:280px;
}
.nds-clean-footer h5{
  color:var(--nds-text);
  font-weight:700;
  font-size:15px;
  margin:0 0 16px;
}
.nds-clean-footer ul{
  list-style:none;
  padding:0;
  margin:0;
}
.nds-clean-footer li{
  margin-bottom:10px;
}
.nds-clean-footer a:hover{
  color:var(--nds-teal-deep);
}
.nds-clean-landing--mobile-apps .nds-clean-footer a:hover{
  color:var(--nds-teal);
}
.nds-clean-footer-bottom{
  border-top:1px solid var(--nds-line);
  padding-top:24px;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  font-size:13px;
}
.nds-clean-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease, transform .7s ease;
}
.nds-clean-reveal.nds-clean-show{
  opacity:1;
  transform:translateY(0);
}
.nds-clean-mobile-cta{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index:60;
  background:#fff;
  border-top:1px solid var(--nds-line);
  padding:12px 16px;
  display:none;
  gap:10px;
  box-shadow:0 -8px 24px -12px rgba(10,24,48,.18);
}
.nds-clean-landing--mobile-apps .nds-clean-mobile-cta{
  background:var(--nds-navy-2);
}
.nds-clean-mobile-cta .nds-clean-btn{
  flex:1;
  padding:13px;
}
@keyframes ndsCleanFloatBrowserOne{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes ndsCleanFloatBrowserTwo{0%,100%{transform:scale(.92) translateY(0)}50%{transform:scale(.92) translateY(10px)}}
@keyframes ndsCleanFloatBadge{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(-2deg)}}
@keyframes ndsCleanFloatPhoneOne{0%,100%{transform:translateX(60%) translateY(0)}50%{transform:translateX(60%) translateY(-12px)}}
@keyframes ndsCleanFloatPhoneTwo{0%,100%{transform:translateX(0) scale(.88) translateY(0)}50%{transform:translateX(0) scale(.88) translateY(10px)}}
@media (prefers-reduced-motion: reduce){
  .nds-clean-landing *,
  .nds-clean-landing *:before,
  .nds-clean-landing *:after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
  .nds-clean-reveal{
    opacity:1;
    transform:none;
  }
}
@media (max-width:980px){
  .nds-clean-hero__grid,
  .nds-clean-landing--mobile-apps .nds-clean-hero__grid,
  .nds-clean-wa-grid,
  .nds-clean-landing--mobile-apps .nds-clean-wa-grid{
    grid-template-columns:1fr;
  }
  .nds-clean-hero h1{
    font-size:32px;
  }
  .nds-clean-browser-stage{
    height:320px;
    margin-top:20px;
  }
  .nds-clean-phone-stage{
    height:340px;
    margin-top:10px;
  }
  .nds-clean-ph{
    width:150px;
    height:300px;
  }
  .nds-clean-chat-mock{
    margin:0 auto;
  }
  .nds-clean-chat-logo{
    max-width:140px;
    max-height:40px;
  }
}
@media (max-width:880px){
  .nds-clean-landing--mobile-nav-hidden .nds-clean-nav__links{
    display:none;
  }
  .nds-clean-feat-grid,
  .nds-clean-process-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width:760px){
  .nds-clean-footer-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .nds-clean-landing{
    padding-bottom:70px;
  }
  .nds-clean-mobile-cta{
    display:flex;
  }
  .nds-clean-nav{
    gap:14px;
  }
  .nds-clean-nav__cta .nds-clean-btn{
    padding:10px 14px;
  }
  .nds-clean-logo__image{
    max-width:138px;
  }
}
@media (max-width:560px){
  .nds-clean-wrap{
    padding:0 18px;
  }
  .nds-clean-hero{
    padding:64px 0 46px;
  }
  .nds-clean-feat-grid,
  .nds-clean-process-grid{
    grid-template-columns:1fr;
  }
  .nds-clean-lead-form,
  .nds-clean-wa-visual{
    padding:28px 20px;
  }
  .nds-clean-cta-band{
    margin:0 16px;
    padding:44px 24px;
  }
  .nds-clean-country-toggle{
    flex-direction:column;
  }
}