.elementor-24893 .elementor-element.elementor-element-98e2299{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e44e9e2 */:root{
  --primary:#6D28D9;
  --secondary:#10B981;
  --bg:#f5f6fb;
  --surface:#ffffff;
  --surface-soft:#f8f8fc;
  --text:#111827;
  --muted:#667085;
  --line:#e6e8f0;
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:18px;
  --shadow:0 22px 60px rgba(17,24,39,.08);
  --font:'Inter',sans-serif;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font);
  background:var(--bg);
  color:var(--text);
  line-height:1.5;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

.container{
  max-width:1220px;
  margin:0 auto;
  padding:0 24px;
}

/* header */
.header-wrap{
  padding:18px 0 0;
  position:sticky;
  top:0;
  z-index:100;
  background:linear-gradient(to bottom,rgba(245,246,251,.96),rgba(245,246,251,.82),rgba(245,246,251,0));
  backdrop-filter:blur(8px);
}

.header-inner{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
  min-height:84px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(230,232,240,.92);
  border-radius:30px;
  padding:14px 18px;
  box-shadow:var(--shadow);
}

.logo{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.logo-mark{
  width:44px;
  height:44px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:800;
  font-size:1.22rem;
  flex:none;
}

.logo-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}

.logo-text strong{
  font-size:1rem;
  font-weight:800;
  letter-spacing:-.02em;
}

.logo-text span{
  font-size:.9rem;
  color:var(--muted);
  margin-top:5px;
}

.nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
}

.nav a{
  font-size:.98rem;
  font-weight:600;
  color:#475467;
  transition:.2s ease;
}

.nav a:hover{color:var(--primary)}

.header-cta .btn{min-width:148px}

/* buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:16px;
  font-size:1rem;
  font-weight:700;
  transition:.2s ease;
  border:none;
  cursor:pointer;
}

.btn:hover{transform:translateY(-1px)}

.btn-primary{
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  color:#fff;
  box-shadow:0 12px 26px rgba(109,40,217,.16);
}

.btn-secondary{
  background:transparent;
  color:var(--text);
}

/* generic section */
.section{
  padding:84px 0;
}

.section-head{
  max-width:760px;
  margin:0 auto 40px;
  text-align:center;
}

.section-head-left{
  max-width:760px;
  margin:0 0 34px;
  text-align:left;
}

.section-kicker{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(109,40,217,.08);
  color:var(--primary);
  font-size:.88rem;
  font-weight:700;
  margin-bottom:16px;
}

.section-head h2,
.section-head-left h2{
  font-size:clamp(2rem,3vw,2.9rem);
  line-height:1.08;
  letter-spacing:-.04em;
  margin-bottom:14px;
}

.section-head p,
.section-head-left p{
  color:var(--muted);
  font-size:1.04rem;
  line-height:1.75;
}

/* ui shots */
.ui-shot{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.hero-shot{
  object-fit:cover;
  object-position:center top;
}

.product-shot{
  object-fit:cover;
  object-position:center top;
}

.developer-shot{
  object-fit:cover;
  object-position:center top;
}

/* hero */
.hero{
  padding:32px 0 84px;
}

.hero-shell{
  background:linear-gradient(135deg,#ffffff 0%,#faf8ff 58%,#f5fffb 100%);
  border:1px solid rgba(230,232,240,.88);
  border-radius:40px;
  padding:64px 56px 54px;
  box-shadow:var(--shadow);
  overflow:hidden;
  position:relative;
}

.hero-shell:before{
  content:"";
  position:absolute;
  inset:auto auto -140px -100px;
  width:320px;
  height:320px;
  background:radial-gradient(circle,rgba(109,40,217,.08),transparent 70%);
  pointer-events:none;
}

.hero-shell:after{
  content:"";
  position:absolute;
  inset:-120px -80px auto auto;
  width:280px;
  height:280px;
  background:radial-gradient(circle,rgba(16,185,129,.07),transparent 72%);
  pointer-events:none;
}

.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,520px);
  align-items:center;
  gap:56px;
  position:relative;
  z-index:1;
}

.hero-copy{
  max-width:560px;
}

.hero-badge{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 15px;
  border-radius:999px;
  background:rgba(109,40,217,.08);
  color:var(--primary);
  font-size:.9rem;
  font-weight:700;
  margin-bottom:20px;
}

.hero h1{
  font-size:clamp(3rem,4.2vw,4.25rem);
  line-height:1.04;
  letter-spacing:-.05em;
  font-weight:700;
  max-width:10.5ch;
  margin-bottom:22px;
  color:#0f172a;
}

.hero p{
  font-size:1.08rem;
  line-height:1.75;
  color:var(--muted);
  max-width:53ch;
}

.hero-actions{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin-top:28px;
}

.hero-note{
  margin-top:16px;
  font-size:.95rem;
  color:#7a8598;
}

/* hero visual */
.hero-visual{
  position:relative;
}

.hero-card{
  background:linear-gradient(135deg,#231336 0%,#6D28D9 58%,#10B981 100%);
  border-radius:34px;
  padding:18px;
  box-shadow:0 30px 80px rgba(35,19,54,.18);
}

.mock{
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(226,232,240,.92);
  min-height:400px;
}

.mock-image-only{
  min-height:auto;
  aspect-ratio:1 / 1;
}

.mock-top{
  height:62px;
  background:#fbfcfe;
  border-bottom:1px solid #e8edf4;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.mock-dots{
  display:flex;
  gap:9px;
}

.mock-dots span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#c7cfdb;
}

.mock-pill{
  padding:9px 14px;
  border-radius:999px;
  background:rgba(16,185,129,.12);
  color:#128063;
  font-size:.88rem;
  font-weight:700;
}

.mock-body{
  display:grid;
  grid-template-columns:1.05fr .8fr;
  gap:16px;
  padding:18px;
}

.mock-panel,
.mock-side{
  background:#fff;
  border:1px solid #e8edf4;
  border-radius:20px;
  padding:16px;
}

.mock-box{
  height:14px;
  background:#e9edf3;
  border-radius:999px;
  margin-bottom:12px;
}

.mock-box.big{width:92%}
.mock-box.mid{width:74%}
.mock-box.sm{width:38%}

.mock-stat{
  margin-top:16px;
  padding:14px;
  border-radius:18px;
  background:#f8fbff;
  border:1px solid #e5edf7;
}

.mock-stat-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin-top:10px;
}

.mini-card{
  padding:14px 12px;
  border-radius:16px;
  background:#fff;
  border:1px solid #e8edf4;
}

.mini-card strong{
  display:block;
  font-size:1.08rem;
  letter-spacing:-.02em;
}

.mini-card span{
  display:block;
  margin-top:6px;
  font-size:.82rem;
  color:var(--muted);
  line-height:1.4;
}

.mock-highlight{
  margin-top:16px;
  min-height:118px;
  border-radius:18px;
  border:1px dashed rgba(109,40,217,.18);
  background:linear-gradient(135deg,rgba(109,40,217,.06),rgba(16,185,129,.06));
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:18px;
  color:#5c667b;
  font-weight:600;
  line-height:1.5;
}

/* value strip */
.value-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.value-card{
  background:rgba(255,255,255,.86);
  border:1px solid rgba(230,232,240,.92);
  border-radius:24px;
  padding:24px 22px;
  box-shadow:var(--shadow);
  min-height:214px;
}

.value-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(109,40,217,.12),rgba(16,185,129,.12));
  color:var(--primary);
  font-size:.9rem;
  font-weight:800;
  margin-bottom:18px;
}

.value-card h3{
  font-size:1.08rem;
  line-height:1.25;
  letter-spacing:-.02em;
  margin-bottom:10px;
}

.value-card p{
  color:var(--muted);
  font-size:.98rem;
  line-height:1.7;
}

/* problem solution */
.section-problem{
  padding-top:38px;
}

.problem-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.problem-card{
  position:relative;
  background:#fff;
  border:1px solid rgba(230,232,240,.92);
  border-radius:28px;
  padding:30px 28px 28px;
  box-shadow:var(--shadow);
}

.problem-card-solution{
  background:linear-gradient(135deg,#ffffff 0%,#faf8ff 56%,#f5fffb 100%);
}

.problem-label{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(17,24,39,.05);
  color:#475467;
  font-size:.84rem;
  font-weight:700;
  margin-bottom:18px;
}

.problem-card h3{
  font-size:1.36rem;
  line-height:1.15;
  letter-spacing:-.03em;
  margin-bottom:18px;
}

.problem-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:14px;
}

.problem-card li{
  position:relative;
  padding-left:28px;
  color:var(--muted);
  font-size:1rem;
  line-height:1.7;
}

.problem-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.62rem;
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--primary),var(--secondary));
}

/* how it works */
.steps-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.step-card{
  background:#fff;
  border:1px solid rgba(230,232,240,.92);
  border-radius:28px;
  padding:28px 24px;
  box-shadow:var(--shadow);
}

.step-number{
  width:42px;
  height:42px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(109,40,217,.12),rgba(16,185,129,.12));
  color:var(--primary);
  font-size:.98rem;
  font-weight:800;
  margin-bottom:18px;
}

.step-card h3{
  font-size:1.18rem;
  line-height:1.22;
  letter-spacing:-.02em;
  margin-bottom:12px;
}

.step-card p{
  color:var(--muted);
  font-size:1rem;
  line-height:1.72;
}

/* product section */
.section-product{
  padding-top:28px;
}

.product-shell{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);
  gap:28px;
  align-items:center;
}

.product-copy{
  max-width:520px;
}

.product-copy h2{
  font-size:clamp(2rem,3vw,2.9rem);
  line-height:1.08;
  letter-spacing:-.04em;
  margin-bottom:14px;
}

.product-copy p{
  color:var(--muted);
  font-size:1.04rem;
  line-height:1.75;
}

.product-points{
  display:grid;
  gap:14px;
  margin-top:24px;
}

.product-point{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(230,232,240,.92);
  border-radius:22px;
  padding:20px;
}

.product-point h3{
  font-size:1.04rem;
  line-height:1.2;
  letter-spacing:-.02em;
  margin-bottom:8px;
}

.product-point p{
  font-size:.98rem;
  line-height:1.7;
}

.product-card{
  background:linear-gradient(135deg,#231336 0%,#6D28D9 58%,#10B981 100%);
  border-radius:34px;
  padding:18px;
  box-shadow:0 30px 80px rgba(35,19,54,.18);
}

.product-window{
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(226,232,240,.92);
}

.product-window-image{
  aspect-ratio:1 / 1;
}

.product-topbar{
  height:62px;
  background:#fbfcfe;
  border-bottom:1px solid #e8edf4;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.product-dots{
  display:flex;
  gap:9px;
}

.product-dots span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#c7cfdb;
}

.product-tag{
  padding:9px 14px;
  border-radius:999px;
  background:rgba(109,40,217,.08);
  color:var(--primary);
  font-size:.88rem;
  font-weight:700;
}

.product-body{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:16px;
  padding:18px;
}

.product-sidebar,
.product-panel{
  border:1px solid #e8edf4;
  border-radius:20px;
  background:#fff;
  padding:16px;
}

.product-main{
  display:grid;
  gap:14px;
}

.product-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.p-stat{
  padding:16px 14px;
  border-radius:18px;
  background:#f8fbff;
  border:1px solid #e5edf7;
}

.p-stat strong{
  display:block;
  font-size:1.18rem;
  letter-spacing:-.02em;
}

.p-stat span{
  display:block;
  margin-top:6px;
  font-size:.84rem;
  color:var(--muted);
  line-height:1.4;
}

.s-line{
  height:14px;
  background:#e9edf3;
  border-radius:999px;
  margin-bottom:12px;
}

.s-line.lg{width:92%}
.s-line.md{width:74%}
.s-line.sm{width:38%}

.product-placeholder{
  min-height:220px;
  border-radius:18px;
  margin-top:14px;
  border:1px dashed rgba(109,40,217,.18);
  background:linear-gradient(135deg,rgba(109,40,217,.06),rgba(16,185,129,.06));
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:18px;
  color:#5c667b;
  font-weight:600;
  line-height:1.5;
}

/* features */
.features-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.feature-card{
  background:#fff;
  border:1px solid rgba(230,232,240,.92);
  border-radius:24px;
  padding:24px 22px;
  box-shadow:var(--shadow);
  min-height:198px;
}

.feature-card h3{
  font-size:1.08rem;
  line-height:1.24;
  letter-spacing:-.02em;
  margin-bottom:10px;
}

.feature-card p{
  color:var(--muted);
  font-size:.98rem;
  line-height:1.72;
}

/* why it fits */
.fit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.fit-card{
  background:linear-gradient(135deg,#ffffff 0%,#faf8ff 56%,#f5fffb 100%);
  border:1px solid rgba(230,232,240,.92);
  border-radius:24px;
  padding:26px 22px;
  box-shadow:var(--shadow);
  min-height:200px;
}

.fit-card h3{
  font-size:1.12rem;
  line-height:1.24;
  letter-spacing:-.02em;
  margin-bottom:10px;
}

.fit-card p{
  color:var(--muted);
  font-size:.98rem;
  line-height:1.72;
}

/* developer */
.developer-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,360px);
  gap:24px;
  align-items:stretch;
}

.developer-copy{
  background:#fff;
  border:1px solid rgba(230,232,240,.92);
  border-radius:28px;
  padding:34px 30px;
  box-shadow:var(--shadow);
}

.developer-copy h2{
  font-size:clamp(2rem,3vw,2.9rem);
  line-height:1.08;
  letter-spacing:-.04em;
  margin-bottom:14px;
}

.developer-copy p{
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.8;
}

.developer-secondary{
  margin-top:14px;
}

.developer-actions{
  margin-top:24px;
}

.developer-card{
  background:linear-gradient(135deg,#231336 0%,#6D28D9 58%,#10B981 100%);
  border-radius:28px;
  padding:18px;
  box-shadow:0 30px 80px rgba(35,19,54,.18);
}

.developer-card-image{
  padding:18px;
}

.developer-card-inner{
  background:#fff;
  border-radius:22px;
  min-height:100%;
  padding:28px 24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(226,232,240,.92);
}

.developer-card-inner-image{
  padding:0;
  overflow:hidden;
}

.developer-badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(109,40,217,.08);
  color:var(--primary);
  font-size:.88rem;
  font-weight:700;
  margin-bottom:16px;
  width:max-content;
}

.developer-card h3{
  font-size:1.3rem;
  line-height:1.2;
  letter-spacing:-.03em;
  margin-bottom:12px;
}

.developer-card p{
  color:var(--muted);
  font-size:.98rem;
  line-height:1.7;
}

/* faq */
.faq-list{
  max-width:920px;
  margin:0 auto;
  display:grid;
  gap:14px;
}

.faq-item{
  background:#fff;
  border:1px solid rgba(230,232,240,.92);
  border-radius:22px;
  box-shadow:var(--shadow);
  overflow:hidden;
}

.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:22px 24px;
  font-size:1.02rem;
  font-weight:700;
  line-height:1.5;
  position:relative;
}

.faq-item summary::-webkit-details-marker{display:none}

.faq-item summary:after{
  content:"+";
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  font-size:1.3rem;
  color:var(--primary);
  font-weight:500;
}

.faq-item[open] summary:after{
  content:"−";
}

.faq-content{
  padding:0 24px 22px;
}

.faq-content p{
  color:var(--muted);
  font-size:.98rem;
  line-height:1.75;
}

/* final cta */
.section-cta{
  padding-top:32px;
}

.cta-shell{
  background:linear-gradient(135deg,#ffffff 0%,#faf8ff 58%,#f5fffb 100%);
  border:1px solid rgba(230,232,240,.92);
  border-radius:34px;
  padding:52px 32px;
  box-shadow:var(--shadow);
  text-align:center;
}

.cta-shell h2{
  font-size:clamp(2.1rem,3vw,3rem);
  line-height:1.08;
  letter-spacing:-.04em;
  margin-bottom:14px;
}

.cta-shell p{
  max-width:720px;
  margin:0 auto;
  color:var(--muted);
  font-size:1.05rem;
  line-height:1.8;
}

.cta-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
  margin-top:28px;
}

.cta-note{
  margin-top:18px;
  font-size:.95rem;
  color:#7a8598;
}

/* footer */
.site-footer{
  padding:28px 0 42px;
}

.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid rgba(230,232,240,.92);
  padding-top:22px;
}

.footer-left a,
.footer-right a{
  font-size:.95rem;
  color:var(--muted);
  transition:.2s ease;
}

.footer-left a:hover,
.footer-right a:hover{
  color:var(--primary);
}

/* responsive */
@media (max-width:1100px){
  .header-inner{
    grid-template-columns:auto auto;
    justify-content:space-between;
  }

  .nav{display:none}

  .hero-shell{
    padding:46px 34px;
  }

  .hero-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .hero-copy{max-width:none}

  .value-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .problem-grid{
    grid-template-columns:1fr;
  }

  .steps-grid{
    grid-template-columns:1fr;
  }

  .product-shell{
    grid-template-columns:1fr;
  }

  .product-copy{max-width:none}

  .features-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .fit-grid{
    grid-template-columns:1fr;
  }

  .developer-shell{
    grid-template-columns:1fr;
  }
}

@media (max-width:720px){
  .container{
    padding:0 18px;
  }

  .header-wrap{
    padding-top:12px;
  }

  .header-inner{
    min-height:76px;
    padding:12px 14px;
    border-radius:22px;
  }

  .logo-text span{
    display:none;
  }

  .btn{
    min-height:46px;
    padding:0 18px;
    font-size:.95rem;
  }

  .hero{
    padding:20px 0 60px;
  }

  .hero-shell{
    padding:32px 22px 28px;
    border-radius:28px;
  }

  .hero h1{
    font-size:clamp(2.35rem,10vw,3.1rem);
    max-width:100%;
    margin-bottom:18px;
  }

  .hero p{
    font-size:1rem;
    line-height:1.7;
  }

  .hero-actions{
    gap:12px;
  }

  .mock{
    min-height:350px;
  }

  .mock-image-only{
    min-height:auto;
    aspect-ratio:auto;
  }

  .value-strip{
    grid-template-columns:1fr;
    gap:14px;
  }

  .value-card{
    padding:22px 18px;
    min-height:auto;
  }

  .problem-card{
    padding:24px 20px 22px;
    border-radius:22px;
  }

  .section-head-left{
    margin-bottom:24px;
  }

  .steps-grid{
    gap:14px;
  }

  .step-card{
    padding:24px 20px;
    border-radius:22px;
  }

  .product-point{
    padding:18px;
    border-radius:18px;
  }

  .product-card{
    border-radius:26px;
    padding:14px;
  }

  .product-window{
    border-radius:18px;
  }

  .product-window-image{
    aspect-ratio:auto;
  }

  .features-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .feature-card{
    padding:22px 18px;
    min-height:auto;
  }

  .fit-card{
    padding:22px 18px;
    min-height:auto;
  }

  .developer-copy{
    padding:28px 22px;
    border-radius:22px;
  }

  .developer-card-inner{
    border-radius:18px;
  }

  .faq-item summary{
    padding:20px 18px;
    padding-right:46px;
  }

  .faq-item summary:after{
    right:18px;
  }

  .faq-content{
    padding:0 18px 18px;
  }

  .cta-shell{
    padding:34px 20px;
    border-radius:26px;
  }

  .cta-actions{
    gap:12px;
  }

  .footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}/* End custom CSS */