:root{
  --bg:#f7f8fb;
  --text:#10131a;
  --muted:#697083;
  --line:#e3e7ee;
  --white:#fff;
  --navy:#101827;
  --blue:#4c5fff;
  --blue2:#744cff;
  --cyan:#40d9ff;
  --shadow:0 24px 70px rgba(23,32,61,.12);
  --radius:24px;
}
*{box-sizing:border-box}
*{min-width:0}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"DM Sans",sans-serif;
  color:var(--text);
  background:var(--bg);
  overflow-x:hidden;
}
img,svg{max-width:100%}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 40px));max-width:100%;margin:auto}
.ambient{position:fixed;border-radius:50%;filter:blur(100px);opacity:.28;pointer-events:none;z-index:-1}
.ambient-one{width:420px;height:420px;background:#a9b8ff;top:-170px;right:-90px}
.ambient-two{width:360px;height:360px;background:#c6f4ff;top:470px;left:-210px}
.nav-wrap{
  position:sticky;top:0;z-index:50;
  background:rgba(247,248,251,.78);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(220,225,235,.8);
}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;font:800 20px "Manrope";letter-spacing:0}
.brand-mark{
  width:34px;height:34px;border-radius:11px;display:grid;place-items:center;
  color:white;background:linear-gradient(135deg,var(--blue),var(--blue2));
  box-shadow:0 9px 22px rgba(76,95,255,.35)
}
.brand-dot{color:var(--blue)}
.nav-links{display:flex;gap:30px;color:#4f5667;font-size:14px;font-weight:600}
.nav-links a:hover{color:var(--blue)}
.nav-check{display:none}
.menu-toggle{display:none}
.mobile-menu{display:none}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  border-radius:12px;padding:14px 20px;font-weight:700;transition:.22s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-small{padding:10px 16px;background:#111827;color:white;font-size:14px}
.btn-primary{
  color:#fff;background:linear-gradient(135deg,var(--blue),var(--blue2));
  box-shadow:0 14px 30px rgba(76,95,255,.28)
}
.btn-ghost{background:#fff;border:1px solid var(--line)}
.hero{padding:92px 0 56px}
.eyebrow{
  display:flex;align-items:center;gap:9px;color:var(--blue);
  font-size:12px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase
}
.eyebrow span{width:22px;height:2px;background:currentColor;border-radius:99px}
.eyebrow.light{color:#91a0ff}
.eyebrow.centered{justify-content:center}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:66px;align-items:center;margin-top:24px}
h1,h2,h3{font-family:"Manrope",sans-serif}
h1{
  margin:0;font-size:clamp(46px,5.5vw,75px);line-height:1.03;letter-spacing:0
}
h1 em{
  font-style:normal;background:linear-gradient(135deg,var(--blue),var(--blue2));
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero-lead{font-size:19px;line-height:1.7;color:var(--muted);max-width:660px;margin:25px 0 0}
.hero-actions{display:flex;gap:12px;margin-top:31px}
.trust-row{display:flex;align-items:center;gap:14px;margin-top:32px}
.trust-row p{font-size:13px;line-height:1.5;color:var(--muted);margin:0}
.trust-row strong{color:#262c38}
.avatar-stack{display:flex}
.avatar-stack span{
  width:34px;height:34px;border:2px solid white;border-radius:50%;display:grid;place-items:center;
  margin-left:-8px;background:#eef1f8;color:#596173;font-size:10px;font-weight:800
}
.avatar-stack span:first-child{margin-left:0;background:#d8ddff}
.avatar-stack span:nth-child(2){background:#d8f5ff}
.avatar-stack span:nth-child(3){background:#efe3ff}
.avatar-stack span:last-child{background:#111827;color:#fff}
.hero-card{
  position:relative;background:#fff;border:1px solid #e8ebf2;border-radius:28px;
  padding:14px;box-shadow:var(--shadow);transform:rotate(1.2deg);max-width:100%
}
.window-bar{height:40px;display:flex;align-items:center;padding:0 10px;color:#9aa1af;font-size:11px}
.dots{display:flex;gap:6px;margin-right:38%}
.dots i{width:8px;height:8px;border-radius:50%;background:#e6e9ef}
.mock-content{height:390px;border-radius:19px;background:linear-gradient(145deg,#f4f7ff,#eef0f7);display:flex;overflow:hidden}
.mock-sidebar{width:92px;background:#151c2a;padding:24px 15px}
.mini-logo{width:25px;height:25px;border-radius:8px;background:linear-gradient(135deg,var(--blue),#8c63ff);margin-bottom:34px}
.side-line{height:7px;background:#4a5365;border-radius:10px;margin:17px 0}
.side-line.active{background:#7380ff}
.side-line.short{width:60%}
.mock-main{flex:1;padding:28px}
.mock-top{display:flex;justify-content:space-between;align-items:center}
.label-line{width:62px;height:6px;background:#c7ccda;border-radius:10px}
.title-line{width:154px;height:16px;background:#293043;border-radius:10px;margin-top:10px}
.mock-button{width:74px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--blue),var(--blue2))}
.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0 15px}
.stat-card,.chart-card{background:white;border:1px solid #e4e8f0;border-radius:15px;padding:15px}
.stat-card span{display:block;width:24px;height:24px;border-radius:8px;background:#e4e7ff}
.stat-card strong{display:block;width:54px;height:13px;background:#343b4c;border-radius:6px;margin:13px 0 7px}
.stat-card small{display:block;width:36px;height:6px;background:#d8dce6;border-radius:6px}
.chart-card{height:205px}
.chart-title{width:98px;height:8px;background:#cfd4df;border-radius:8px}
.bars{height:145px;display:flex;gap:9px;align-items:flex-end;padding-top:19px}
.bars i{flex:1;border-radius:6px 6px 3px 3px;background:linear-gradient(180deg,#7c87ff,#5365ff)}
.free-badge{
  position:absolute;right:-23px;bottom:30px;width:132px;height:90px;border-radius:18px;
  background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;
  box-shadow:0 22px 40px rgba(17,24,39,.3);transform:rotate(-5deg)
}
.free-badge span{font:800 31px "Manrope";color:#8ea1ff}
.free-badge div{font-size:10px;line-height:1.15;letter-spacing:1.2px}
.free-badge strong{font-size:15px}
.hero-note{
  margin-top:62px;border:1px solid #dde2ec;background:rgba(255,255,255,.72);border-radius:18px;
  display:flex;gap:14px;align-items:center;padding:19px 22px;box-shadow:0 12px 35px rgba(29,39,68,.05)
}
.hero-note p{margin:0;color:#5f6677;font-size:14px;line-height:1.6}
.note-icon{width:28px;height:28px;flex:0 0 28px;border-radius:9px;display:grid;place-items:center;background:#dff9eb;color:#13834b;font-weight:900}
.logo-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.logo-strip .container{min-height:100px;display:flex;align-items:center;gap:46px}
.logo-strip p{font-size:11px;letter-spacing:2px;font-weight:800;color:#a0a6b3}
.logo-items{display:grid;grid-template-columns:repeat(6,1fr);width:100%;gap:20px}
.logo-items span{font:700 15px "Manrope";color:#4c5361;text-align:center}
.section{padding:118px 0}
.section-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:90px;align-items:end;margin-bottom:50px}
.section-head h2,.faq-intro h2,.work-copy h2,.final-card h2,.cta-inner h2{
  font-size:clamp(36px,4vw,53px);line-height:1.08;letter-spacing:0;margin:14px 0 0
}
.section-head>p{margin:0;color:var(--muted);line-height:1.8}
.section-head.centered{display:block;text-align:center;max-width:760px;margin:0 auto 50px}
.section-head.centered>p{margin:18px auto 0;max-width:700px}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.step-card{
  min-height:295px;padding:25px;border:1px solid var(--line);border-radius:20px;background:#fff;position:relative;
  transition:.25s ease
}
.step-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(30,39,67,.08)}
.step-card.featured{background:linear-gradient(150deg,#5365ff,#764bff);color:#fff;border-color:transparent}
.step-num{font-size:11px;font-weight:800;letter-spacing:1px;color:#a0a7b4}
.featured .step-num{color:#cbd0ff}
.step-icon{
  width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#f0f2f8;
  margin:60px 0 22px;font-size:20px;font-weight:800
}
.featured .step-icon{background:rgba(255,255,255,.14)}
.step-card h3{font-size:20px;margin:0 0 10px;letter-spacing:0}
.step-card p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}
.featured p{color:#e1e4ff}
.dark-section{background:#111827;color:white;padding:110px 0;position:relative;overflow:hidden}
.dark-section:before{
  content:"";position:absolute;width:600px;height:600px;border-radius:50%;
  background:radial-gradient(circle,rgba(86,101,255,.35),transparent 65%);right:-130px;top:-200px
}
.work-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:80px;align-items:center;position:relative}
.work-copy p{color:#aab2c2;line-height:1.8;font-size:17px}
.work-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:32px 0}
.work-stats div{border-left:1px solid #354052;padding-left:17px}
.work-stats strong{display:block;font:700 18px "Manrope"}
.work-stats span{display:block;font-size:11px;color:#8f99aa;margin-top:5px}
.text-link{color:#9da9ff;font-weight:700}
.text-link span{margin-left:7px}
.product-card{position:relative;background:#202a3b;border:1px solid #39445a;border-radius:28px;padding:15px;box-shadow:0 35px 80px rgba(0,0,0,.32)}
.screen-preview{height:440px;background:linear-gradient(150deg,#eef1f7,#cfd7e7);border-radius:20px;overflow:hidden;position:relative}
.screen-nav{height:58px;background:white;display:flex;align-items:center;gap:28px;padding:0 25px}
.screen-brand{font:800 18px "Manrope";color:#111827;margin-right:auto}
.screen-nav span:not(.screen-brand){width:40px;height:6px;background:#d8dde6;border-radius:6px}
.screen-copy{padding:48px 38px;width:62%}
.screen-pill{width:75px;height:18px;border-radius:9px;background:#ccd2ff}
.screen-h1{width:265px;height:23px;background:#1f2937;border-radius:8px;margin-top:18px}
.screen-h1.short{width:205px;margin-top:9px}
.screen-p{width:230px;height:8px;background:#9aa4b5;border-radius:8px;margin-top:21px}
.screen-p.small{width:180px;margin-top:8px}
.screen-actions{display:flex;gap:9px;margin-top:25px}
.screen-actions i{width:86px;height:30px;border-radius:9px;background:#5868ff}
.screen-actions i:last-child{background:white;border:1px solid #cfd4de}
.recorder-box{position:absolute;right:28px;bottom:29px;width:56%;height:230px;background:#fff;border-radius:16px;box-shadow:0 22px 40px rgba(33,44,69,.22);padding:9px}
.browser-top{display:flex;gap:5px;height:24px;align-items:center}
.browser-top i{width:6px;height:6px;background:#d9dde5;border-radius:50%}
.video-area{height:185px;border-radius:10px;background:linear-gradient(145deg,#1f2937,#38465f);display:grid;place-items:center}
.play{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:white;color:#5365ff;padding-left:4px}
.record-dot{position:absolute;width:15px;height:15px;background:#ff4b58;border:4px solid #fff;border-radius:50%;top:25px;right:25px;z-index:2}
.built-label{position:absolute;left:-24px;bottom:36px;background:#5b68ff;padding:11px 15px;border-radius:8px;font-size:10px;font-weight:900;letter-spacing:1.3px;transform:rotate(-4deg)}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.services-grid article{padding:28px;background:#fff;border:1px solid var(--line);border-radius:20px}
.services-grid article>div{width:43px;height:43px;border-radius:13px;background:#eef0ff;color:var(--blue);display:grid;place-items:center;font-size:20px;font-weight:900}
.services-grid h3{font-size:18px;margin:22px 0 9px}
.services-grid p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}
.cta-band{background:linear-gradient(135deg,#4c5fff,#744cff);color:white;padding:56px 0}
.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.cta-kicker{font-size:10px;font-weight:900;letter-spacing:2px;color:#d9dcff}
.cta-inner h2{font-size:36px;margin-top:10px}
.btn-light{background:#fff;color:#192033;white-space:nowrap}
.faq-section{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;align-items:start}
.faq-intro{position:sticky;top:110px}
.faq-intro p{color:var(--muted);line-height:1.7}
.faq-intro>a{display:inline-block;margin-top:7px;color:var(--blue);font-weight:700}
.faq-list details{border-bottom:1px solid #dfe3eb;padding:0}
.faq-list summary{
  cursor:pointer;list-style:none;font:700 17px "Manrope";padding:23px 0;
  display:flex;align-items:center;justify-content:space-between;gap:20px
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary span{font:400 25px "DM Sans";color:#8b92a0;transition:.2s}
.faq-list details[open] summary span{transform:rotate(45deg);color:var(--blue)}
.faq-list details p{color:var(--muted);line-height:1.75;margin:-4px 45px 24px 0}
.final-cta{padding-bottom:110px}
.final-card{
  position:relative;overflow:hidden;background:#111827;color:#fff;border-radius:30px;
  padding:86px 30px;text-align:center
}
.final-glow{position:absolute;width:430px;height:430px;border-radius:50%;background:#5365ff;filter:blur(130px);opacity:.38;left:50%;top:50%;transform:translate(-50%,-50%)}
.final-card>*:not(.final-glow){position:relative}
.final-card p{color:#aeb7c8;font-size:17px;margin:18px 0 28px}
.final-card .btn{min-width:180px}
footer{background:#fff;border-top:1px solid var(--line);padding:38px 0 22px}
.footer-inner{display:flex;align-items:center;gap:35px}
.footer-inner p{color:#8a91a0;font-size:13px}
.footer-links{margin-left:auto;display:flex;gap:25px;color:#656d7d;font-size:13px;font-weight:600}
.copyright{border-top:1px solid #edf0f4;margin-top:27px;padding-top:19px;color:#a2a8b3;font-size:11px}
@media (max-width:950px){
  .nav-links{display:none}
  .menu-toggle{
    width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;
    display:grid;place-items:center;padding:0;box-shadow:0 10px 25px rgba(29,39,68,.06)
  }
  .menu-toggle span{width:18px;height:2px;background:#111827;border-radius:99px;display:block;transition:.2s ease}
  .menu-toggle span:first-child{transform:translateY(4px)}
  .menu-toggle span:last-child{transform:translateY(-4px)}
  .nav-wrap.menu-open .menu-toggle span:first-child,
  .nav-wrap:has(.nav-check:checked) .menu-toggle span:first-child{transform:translateY(1px) rotate(45deg)}
  .nav-wrap.menu-open .menu-toggle span:last-child,
  .nav-wrap:has(.nav-check:checked) .menu-toggle span:last-child{transform:translateY(-1px) rotate(-45deg)}
  .mobile-menu{
    display:grid;grid-template-columns:1fr;gap:4px;padding:0 0 16px;
    max-height:0;overflow:hidden;opacity:0;transition:max-height .24s ease,opacity .2s ease,padding .24s ease
  }
  .nav-wrap.menu-open .mobile-menu,
  .nav-wrap:has(.nav-check:checked) .mobile-menu{max-height:320px;opacity:1;padding-bottom:16px}
  .mobile-menu a:not(.btn){
    display:flex;align-items:center;min-height:44px;border-bottom:1px solid rgba(224,229,239,.9);
    color:#3f4656;font-weight:700
  }
  .mobile-menu .mobile-cta{display:flex;margin-top:10px;background:#111827;color:white}
  .hero{padding-top:65px}
  .hero-grid,.section-head,.work-grid,.faq-section{grid-template-columns:1fr;gap:42px}
  .hero-card{max-width:650px;width:100%;margin:0 auto}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .faq-intro{position:static}
  .logo-items{grid-template-columns:repeat(3,1fr)}
  .logo-strip .container{padding:28px 0;align-items:flex-start}
  .work-stats{max-width:620px}
}
@media (max-width:640px){
  .container{width:min(100% - 24px,1180px)}
  .nav{height:66px}
  .brand{font-size:18px}
  .brand-mark{width:31px;height:31px;border-radius:10px}
  .nav>.btn-small{display:none}
  .mobile-menu .btn-small{display:flex}
  .hero{padding:46px 0 42px}
  .eyebrow{font-size:10px;letter-spacing:1px;line-height:1.4}
  .eyebrow span{width:16px}
  .hero-grid{gap:32px;margin-top:18px}
  h1{font-size:38px;line-height:1.08;letter-spacing:0}
  .hero-lead{font-size:16px;line-height:1.6;margin-top:18px}
  .hero-actions{flex-direction:column}
  .btn{width:100%;min-height:48px;padding:13px 16px;text-align:center}
  .hero-actions .btn{width:100%}
  .trust-row{align-items:flex-start;margin-top:25px}
  .hero-card{border-radius:20px;padding:10px;transform:none}
  .window-bar{height:34px;padding:0 6px}
  .dots{margin-right:auto}
  .window-bar span{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .mock-content{height:255px;border-radius:14px}
  .mock-sidebar{width:60px;padding:18px 10px}
  .mini-logo{margin-bottom:24px}
  .mock-main{padding:16px;min-width:0}
  .mock-button{width:58px;height:26px}
  .title-line{width:130px}
  .stat-grid{grid-template-columns:1fr 1fr}
  .stat-card:last-child{display:none}
  .stat-card,.chart-card{padding:12px;border-radius:12px}
  .chart-card{height:128px}
  .bars{height:78px;gap:6px}
  .free-badge{right:10px;bottom:12px;width:110px;height:72px;border-radius:14px;transform:rotate(-3deg)}
  .free-badge span{font-size:25px}
  .free-badge div{font-size:9px}
  .free-badge strong{font-size:13px}
  .hero-note{margin-top:34px;align-items:flex-start;padding:16px;border-radius:14px}
  .logo-strip .container{display:block}
  .logo-items{grid-template-columns:repeat(2,1fr);margin-top:20px}
  .logo-items span{text-align:left}
  .section{padding:82px 0}
  .section-head{margin-bottom:32px}
  .section-head h2,.faq-intro h2,.work-copy h2,.final-card h2,.cta-inner h2{font-size:31px;line-height:1.13;letter-spacing:0}
  .steps-grid,.services-grid{grid-template-columns:1fr}
  .step-card{min-height:auto;padding:22px}
  .step-icon{margin:32px 0 18px}
  .dark-section{padding:80px 0}
  .work-grid{gap:38px}
  .work-stats{grid-template-columns:1fr;gap:16px}
  .product-card{border-radius:20px;padding:10px}
  .screen-preview{height:305px;border-radius:15px}
  .screen-nav{height:48px;gap:14px;padding:0 16px}
  .screen-nav span:not(.screen-brand){width:28px}
  .screen-copy{width:88%;padding:30px 18px}
  .screen-h1{width:min(210px,78vw)}
  .screen-h1.short{width:min(170px,62vw)}
  .screen-p{width:min(205px,72vw)}
  .screen-p.small{width:min(160px,56vw)}
  .screen-actions i{width:68px}
  .recorder-box{right:14px;bottom:16px;width:74%;height:154px;border-radius:13px}
  .video-area{height:112px}
  .play{width:44px;height:44px}
  .record-dot{top:19px;right:19px}
  .built-label{left:12px;bottom:12px;transform:none;font-size:9px}
  .cta-inner{flex-direction:column;align-items:flex-start}
  .cta-inner .btn{width:100%}
  .faq-list summary{font-size:15px}
  .faq-list details p{margin:-4px 0 22px 0}
  .final-card{padding:65px 20px}
  .footer-inner{flex-direction:column;align-items:flex-start;gap:16px}
  .footer-links{width:100%;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
}
@media (max-width:380px){
  .container{width:min(100% - 20px,1180px)}
  h1{font-size:34px}
  .section-head h2,.faq-intro h2,.work-copy h2,.final-card h2,.cta-inner h2{font-size:28px}
  .mock-content{height:232px}
  .mock-sidebar{display:none}
  .chart-card{height:118px}
  .screen-preview{height:285px}
  .recorder-box{width:82%}
}
