:root{
  --ink:#111021;--muted:#666178;--line:rgba(36,28,72,.12);--surface:#fff;
  --violet:#7557f6;--violet-2:#9a7cff;--cyan:#55d9ff;--lime:#c9ff67;--coral:#ff8f78;
  --dark:#11101e;--dark-2:#19162a;--soft:#f7f5ff;--shadow:0 30px 90px rgba(44,31,101,.16);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fbfaff;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}
.site-shell{width:min(1180px,calc(100% - 36px));margin:0 auto}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative;z-index:20}.brand{display:flex;align-items:center;gap:11px;font-weight:900;letter-spacing:-.04em;font-size:22px}.brand img{width:36px;height:36px;border-radius:11px;box-shadow:0 8px 22px rgba(117,87,246,.28)}.navlinks{display:flex;align-items:center;gap:24px;color:#514b65;font-weight:700;font-size:14px}.navlinks a:hover{color:#7657f7}.nav-cta{background:#151326;color:#fff;padding:11px 16px;border-radius:12px;box-shadow:0 10px 24px rgba(21,19,38,.16)}
.hero-wrap{position:relative;padding:26px 0 72px}.hero-glow{position:absolute;inset:-180px -20vw auto; height:650px;background:radial-gradient(circle at 25% 45%,rgba(117,87,246,.24),transparent 42%),radial-gradient(circle at 76% 32%,rgba(85,217,255,.19),transparent 35%),radial-gradient(circle at 58% 80%,rgba(201,255,103,.14),transparent 30%);filter:blur(10px);pointer-events:none}.hero{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center;min-height:620px}.eyebrow{display:inline-flex;gap:9px;align-items:center;padding:8px 11px;border:1px solid rgba(117,87,246,.18);background:rgba(255,255,255,.72);backdrop-filter:blur(12px);border-radius:999px;color:#6847e3;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px rgba(201,255,103,.2)}h1{font-size:clamp(58px,6.7vw,92px);line-height:.92;letter-spacing:-.07em;margin:22px 0 24px;max-width:720px}.gradient-word{background:linear-gradient(90deg,#6847e3,#7e5cff 40%,#16a8d8 85%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy p{font-size:20px;line-height:1.58;color:#625c72;max-width:670px;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:14px;padding:14px 19px;font-weight:900;border:1px solid transparent;cursor:pointer}.btn-primary{background:#171427;color:white;box-shadow:0 18px 34px rgba(23,20,39,.18)}.btn-primary:hover{transform:translateY(-1px)}.btn-secondary{background:white;border-color:var(--line);color:#3c3650}.microproof{display:flex;gap:18px;flex-wrap:wrap;margin-top:22px;color:#6a6477;font-size:13px;font-weight:750}.microproof span{display:inline-flex;align-items:center;gap:7px}.check{display:inline-grid;place-items:center;width:19px;height:19px;border-radius:7px;background:#edfbd8;color:#4d7c0f;font-size:12px;font-weight:1000}
.product-stage{position:relative;min-height:510px}.orb{position:absolute;border-radius:999px;filter:blur(1px)}.orb.one{width:160px;height:160px;background:linear-gradient(135deg,#bdaeff,#7c5df5);right:-26px;top:12px;opacity:.42}.orb.two{width:120px;height:120px;background:linear-gradient(135deg,#c9ff67,#7ff0bb);left:-34px;bottom:20px;opacity:.5}.browser{position:relative;margin-top:42px;border:1px solid rgba(33,25,68,.14);background:rgba(255,255,255,.93);backdrop-filter:blur(16px);border-radius:24px;box-shadow:0 38px 100px rgba(63,45,126,.20);overflow:hidden;transform:rotate(1deg)}.browser-bar{height:47px;background:#171522;display:flex;align-items:center;padding:0 16px;gap:7px}.dot{width:9px;height:9px;border-radius:50%}.dot.r{background:#ff8577}.dot.y{background:#ffd55f}.dot.g{background:#8cdf73}.url{margin-left:8px;background:#272438;color:#aaa5bf;border-radius:8px;padding:7px 12px;font-size:10px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.browser-body{display:grid;grid-template-columns:1fr 180px;min-height:405px}.fake-page{padding:24px}.fake-title{font-size:17px;font-weight:900;margin-bottom:18px}.row{display:grid;grid-template-columns:1fr 1.25fr;gap:12px;padding:10px 0;border-bottom:1px solid #eeeaf7;font-size:11px}.row b{color:#514b64}.row span{color:#716b7b}.side-demo{background:linear-gradient(180deg,#fbfaff,#f4f0ff);border-left:1px solid #ebe6f7;padding:15px 12px}.mini-brand{font-weight:900;font-size:12px;display:flex;align-items:center;gap:6px}.mini-logo{width:24px;height:24px;border-radius:8px;background:linear-gradient(135deg,#6847e3,#9f7cff);color:#fff;display:grid;place-items:center}.fusion-tag{margin-top:16px;color:#6b49e3;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.fusion-title{font-weight:950;font-size:15px;line-height:1.1;margin:5px 0 12px}.source-card,.dest-card{border:1px solid #e7e0fb;background:white;border-radius:11px;padding:9px;margin-bottom:8px}.source-card strong,.dest-card strong{display:block;font-size:9px;margin-bottom:3px}.source-card span,.dest-card span{font-size:8px;color:#7a7485}.conflict{border:1px solid #ffd59c;background:#fff9ed;color:#7a541d;border-radius:10px;padding:9px;font-size:8px;line-height:1.45;margin:10px 0}.fill-btn{background:linear-gradient(90deg,#6e50ee,#8565f7);color:#fff;border-radius:9px;padding:9px;text-align:center;font-size:9px;font-weight:900}.float-card{position:absolute;background:#fff;border:1px solid rgba(117,87,246,.16);border-radius:15px;box-shadow:0 16px 40px rgba(59,43,119,.16);padding:12px 14px;font-size:11px;font-weight:850;animation:float 4.5s ease-in-out infinite}.float-card.fc1{left:-34px;top:14px}.float-card.fc2{right:-24px;bottom:8px;animation-delay:-2s}.float-card em{font-style:normal;color:#6f4cf1}.spark{display:inline-block;width:8px;height:8px;border-radius:3px;margin-right:6px;background:var(--lime)}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.trust-strip{padding:18px 0 70px}.trust-card{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.trust-pill{padding:10px 14px;border-radius:999px;background:white;border:1px solid var(--line);color:#615a72;font-size:12px;font-weight:800;box-shadow:0 8px 26px rgba(53,40,101,.05)}
.section{padding:86px 0}.section.alt{background:linear-gradient(180deg,#f8f6ff,#fff)}.section-head{max-width:760px;margin-bottom:34px}.kicker{color:#6f4df0;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.14em}.section h2{font-size:clamp(38px,5vw,62px);line-height:1;letter-spacing:-.055em;margin:10px 0 14px}.section-head p{color:#676073;font-size:18px;line-height:1.55;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.feature{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 14px 45px rgba(64,45,124,.06);min-height:205px}.iconbox{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;margin-bottom:22px;font-weight:1000}.icon-purple{background:#eee9ff;color:#6745e4}.icon-lime{background:#f0ffd4;color:#5a8307}.icon-cyan{background:#e6faff;color:#0782a5}.icon-coral{background:#fff0ec;color:#d55338}.feature h3{margin:0 0 9px;font-size:18px;letter-spacing:-.02em}.feature p{margin:0;color:#6d6678;line-height:1.55;font-size:14px}
.fusion-panel{display:grid;grid-template-columns:.92fr 1.08fr;gap:30px;background:#171522;color:white;border-radius:30px;padding:34px;overflow:hidden;position:relative}.fusion-panel:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(117,87,246,.28),transparent 68%);right:-90px;top:-100px}.fusion-copy{padding:18px}.fusion-copy h3{font-size:42px;letter-spacing:-.045em;line-height:1.02;margin:10px 0 16px}.fusion-copy p{color:#c9c3da;line-height:1.6;margin:0 0 20px}.bullet{display:flex;align-items:flex-start;gap:10px;margin:12px 0;color:#ece8f6;font-size:14px}.bullet i{font-style:normal;color:#c9ff67}.fusion-flow{position:relative;z-index:1;background:#211e32;border:1px solid #302b46;border-radius:22px;padding:18px}.flow-source{display:flex;gap:10px}.flow-box{flex:1;background:#29263a;border:1px solid #38334d;border-radius:14px;padding:13px}.flow-box label{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#9a92ae;margin-bottom:8px}.flow-box strong{font-size:13px}.connector{text-align:center;color:#9e91ff;font-size:22px;padding:8px}.flow-merge{background:linear-gradient(135deg,#7657f6,#5f42d9);border-radius:16px;padding:15px}.flow-merge label{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#ddd6ff}.merge-row{display:flex;justify-content:space-between;font-size:11px;padding-top:9px}.merge-row span{color:#eae5ff}.merge-row b{color:#c9ff67}.flow-dest{margin-top:10px;background:#fff;color:#211c31;border-radius:14px;padding:13px;font-size:12px;font-weight:850}.flow-dest small{display:block;color:#746d81;font-weight:650;margin-top:4px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;counter-reset:step}.step{position:relative;padding:28px 24px 24px;border-radius:22px;background:#fff;border:1px solid var(--line)}.step:before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#171522;color:white;font-weight:900;margin-bottom:34px}.step h3{font-size:21px;margin:0 0 8px;letter-spacing:-.025em}.step p{margin:0;color:#6a6375;line-height:1.55}
.demo-section{padding:88px 0}.demo-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:32px;align-items:center}.demo-copy h2{font-size:52px;line-height:1;letter-spacing:-.055em;margin:8px 0 15px}.demo-copy p{font-size:17px;line-height:1.6;color:#686174}.video-card{position:relative;border-radius:26px;background:#151322;padding:11px;box-shadow:0 34px 80px rgba(37,28,73,.24)}.video-screen{aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:radial-gradient(circle at 20% 20%,#3c2d7b,#1d1933 48%,#11101e);position:relative;display:grid;place-items:center}.video-lines{position:absolute;inset:0;opacity:.45;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:36px 36px}.play{position:relative;z-index:2;width:86px;height:86px;border:none;border-radius:50%;background:#fff;color:#6243df;display:grid;place-items:center;font-size:30px;box-shadow:0 18px 48px rgba(0,0,0,.32);cursor:pointer}.video-label{position:absolute;bottom:22px;left:22px;color:white;z-index:2}.video-label strong{display:block;font-size:17px}.video-label span{font-size:12px;color:#c6bfd5}.video-note{font-size:12px;color:#7a7286;margin-top:10px}.demo-modal{position:fixed;inset:0;background:rgba(13,11,25,.72);backdrop-filter:blur(10px);z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.demo-modal.open{display:flex}.modal-card{width:min(720px,100%);background:#fff;border-radius:24px;padding:28px;box-shadow:0 30px 100px rgba(0,0,0,.3)}.modal-top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.modal-top h3{margin:0;font-size:28px;letter-spacing:-.04em}.close{border:0;background:#f0edf7;border-radius:10px;width:36px;height:36px;cursor:pointer;font-weight:900}.demo-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.demo-beat{padding:14px;border:1px solid var(--line);border-radius:14px}.demo-beat b{display:block;font-size:13px;margin-bottom:5px}.demo-beat span{font-size:12px;color:#6b6476}.modal-hint{margin-top:18px;padding:13px 14px;border-radius:13px;background:#f6f3ff;color:#625878;font-size:13px;line-height:1.5}
.cta{padding:80px 0 100px}.cta-card{background:linear-gradient(135deg,#6f50ef,#7758f4 44%,#2769d5 115%);color:white;border-radius:30px;padding:52px;display:flex;justify-content:space-between;gap:30px;align-items:center;box-shadow:0 32px 80px rgba(104,72,222,.28)}.cta-card h2{font-size:44px;margin:0 0 10px;letter-spacing:-.05em}.cta-card p{margin:0;color:#e8e2ff;font-size:16px}.cta-card .btn{background:white;color:#3d2b8f;white-space:nowrap}.launch-note{font-size:11px;opacity:.8;margin-top:8px;text-align:center}
.footer{border-top:1px solid var(--line);padding:28px 0 44px}.footer-row{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;color:#716a7c;font-size:13px}.footer-links{display:flex;gap:18px}
.legal-shell{width:min(900px,calc(100% - 36px));margin:0 auto;padding-bottom:80px}.legal-hero{padding:60px 0 26px}.legal-hero h1{font-size:56px;margin:8px 0 12px}.legal-hero p{font-size:17px;color:#6c6577;line-height:1.6}.legal-card{background:white;border:1px solid var(--line);border-radius:24px;padding:38px;box-shadow:0 18px 60px rgba(53,40,105,.08)}.legal-card h2{margin:34px 0 10px;font-size:21px}.legal-card h2:first-child{margin-top:0}.legal-card p,.legal-card li{color:#5e5868;line-height:1.72}.legal-card a{color:#6847e3;text-decoration:underline}.legal-note{padding:15px 16px;background:#f5f2ff;border:1px solid #e6defc;border-radius:14px;color:#5b5370}.faq{display:grid;gap:12px}.faq details{border:1px solid var(--line);border-radius:16px;background:#fff;padding:16px 18px}.faq summary{font-weight:850;cursor:pointer}.faq p{margin-bottom:0}
@media(max-width:980px){.hero{grid-template-columns:1fr;padding-top:40px}.product-stage{min-height:auto}.browser{max-width:670px;margin:20px auto 0}.feature-grid{grid-template-columns:repeat(2,1fr)}.fusion-panel,.demo-wrap{grid-template-columns:1fr}.navlinks a:not(.nav-cta){display:none}}
@media(max-width:640px){.site-shell,.legal-shell{width:min(100% - 24px,1180px)}.nav{height:68px}.hero-wrap{padding-top:0}.hero{gap:26px;min-height:auto;padding:32px 0}.hero-copy p{font-size:17px}h1{font-size:54px}.browser-body{grid-template-columns:1fr}.side-demo{display:none}.float-card{display:none}.feature-grid,.steps,.demo-timeline{grid-template-columns:1fr}.fusion-panel{padding:20px}.flow-source{flex-direction:column}.cta-card{padding:34px 24px;flex-direction:column;align-items:flex-start}.cta-card h2{font-size:36px}.legal-card{padding:24px}.legal-hero h1{font-size:44px}.demo-copy h2{font-size:42px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* === SkipPaste launch video section === */
.demo-live{
  position:relative;
  overflow:hidden;
  padding:104px 0 112px;
  background:
    radial-gradient(circle at 18% 0%,rgba(117,87,246,.14),transparent 34%),
    radial-gradient(circle at 85% 82%,rgba(85,217,255,.12),transparent 30%),
    linear-gradient(180deg,#fbfaff 0%,#f6f4fc 100%);
  border-top:1px solid rgba(117,87,246,.08);
  border-bottom:1px solid rgba(117,87,246,.08)
}
.demo-live:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background-image:
    linear-gradient(rgba(117,87,246,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(117,87,246,.05) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,transparent,black 20%,black 80%,transparent)
}
.demo-live .site-shell{position:relative;z-index:1}
.demo-live-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:34px;
  margin-bottom:34px
}
.demo-live-head h2{
  margin:8px 0 14px;
  font-size:clamp(46px,5.2vw,68px);
  line-height:.98;
  letter-spacing:-.055em
}
.demo-live-head p{
  max-width:760px;
  margin:0;
  color:#676073;
  font-size:18px;
  line-height:1.62
}
.demo-live-proof{
  flex:0 0 auto;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
  max-width:340px
}
.demo-live-proof span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 11px;
  border:1px solid rgba(117,87,246,.14);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  box-shadow:0 8px 24px rgba(55,39,109,.06);
  color:#5f5870;
  font-size:11px;
  font-weight:850
}
.demo-live-proof i{
  display:grid;
  place-items:center;
  width:19px;
  height:19px;
  border-radius:7px;
  background:#ede8ff;
  color:#6847e3;
  font-style:normal;
  font-size:10px;
  font-weight:950
}
.video-showcase{
  border:1px solid rgba(47,34,96,.12);
  border-radius:30px;
  padding:14px;
  background:rgba(255,255,255,.76);
  box-shadow:0 38px 100px rgba(54,39,108,.16);
  backdrop-filter:blur(18px)
}
.video-frame{
  overflow:hidden;
  border-radius:21px;
  background:#11101c;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 22px 55px rgba(19,15,38,.22)
}
.video-frame-top{
  height:46px;
  display:grid;
  grid-template-columns:90px 1fr 90px;
  align-items:center;
  gap:8px;
  padding:0 16px;
  background:linear-gradient(180deg,#1c1929,#15131f);
  color:#bdb7cb;
  border-bottom:1px solid rgba(255,255,255,.06)
}
.video-dots{display:flex;gap:7px}
.video-dots span{width:9px;height:9px;border-radius:50%;background:#ff8275}
.video-dots span:nth-child(2){background:#ffd35c}
.video-dots span:nth-child(3){background:#8bdc72}
.video-frame-title{
  text-align:center;
  font-size:11px;
  font-weight:750;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}
.video-duration{
  justify-self:end;
  padding:5px 8px;
  border-radius:8px;
  background:rgba(255,255,255,.07);
  color:#eeeaf6;
  font-size:10px;
  font-weight:850
}
.demo-video{
  width:100%;
  aspect-ratio:16/9;
  display:block;
  background:#090813;
  object-fit:contain
}
.demo-value-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  padding:14px 2px 2px
}
.demo-value{
  min-height:88px;
  display:flex;
  gap:11px;
  align-items:flex-start;
  padding:15px;
  border:1px solid #ebe7f4;
  border-radius:16px;
  background:#fff
}
.demo-value-icon{
  flex:0 0 auto;
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:linear-gradient(135deg,#eee9ff,#e9f9ff);
  color:#6847e3;
  font-size:14px;
  font-weight:1000
}
.demo-value strong{display:block;font-size:12px;color:#332e40;margin:1px 0 4px}
.demo-value small{display:block;color:#797283;font-size:10px;line-height:1.45}
.demo-closing-line{
  margin:12px 2px 2px;
  padding:17px 19px;
  display:flex;
  align-items:center;
  gap:12px;
  border-radius:17px;
  background:#171522;
  color:white
}
.demo-closing-mark{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:11px;
  background:linear-gradient(135deg,#6847e3,#9c7cff);
  font-weight:950
}
.demo-closing-line strong{display:block;font-size:14px}
.demo-closing-line div>span{display:block;margin-top:3px;color:#bbb4ca;font-size:11px}

@media(max-width:980px){
  .demo-live-head{align-items:flex-start;flex-direction:column}
  .demo-live-proof{justify-content:flex-start;max-width:none}
  .demo-value-row{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .demo-live{padding:72px 0 78px}
  .demo-live-head h2{font-size:44px}
  .demo-live-head p{font-size:16px}
  .video-showcase{padding:8px;border-radius:22px}
  .video-frame{border-radius:16px}
  .video-frame-top{height:40px;grid-template-columns:60px 1fr 50px;padding:0 10px}
  .video-frame-title{font-size:9px}
  .demo-value-row{grid-template-columns:1fr}
  .demo-closing-line{align-items:flex-start}
}
