:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fbfaf9;--surface-1:#fff;--surface-2:#f1efec;--border:#e3e1dc;--text:#16151a;--text-muted:#6b6a73;--accent:#4c6bf5;--accent-hover:#3a54d6;--accent-tint:#e9edff;--accent-cyan:#7c93ff;--accent-deep:#2f45e0;--accent-lead:#c77a1e;--accent-success:#1e9e5a;--font-serif:"Fraunces", Georgia, serif;--max-width:1200px;--section-padding:clamp(3rem, 8vw, 6rem);--inline-padding:clamp(1.25rem, 5vw, 3rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}html,body{background:var(--bg);width:100%;color:var(--text);margin:0;padding:0;font-family:Inter,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{background-image:radial-gradient(900px 500px at 50% 0,#4c6bf50f,#0000 70%),radial-gradient(circle at 1px 1px,#0000000a 1px,#0000 0);background-size:100% 100%,4px 4px;position:relative}#app{width:100%;position:relative}h1,h2,h3{letter-spacing:-.02em;margin:0;font-weight:600}.display{font-family:var(--font-serif);letter-spacing:-.01em;font-weight:500}p{margin:0}a{color:inherit;text-decoration:none}.container{max-width:var(--max-width);padding-inline:var(--inline-padding);width:100%;margin-inline:auto}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:inline-block}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:transform .2s,background .2s;display:inline-flex}.btn .icon{font-size:1.125rem}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--surface-1);border-color:var(--border);color:var(--text)}.icon{width:1em;height:1em;display:inline-block}.icon svg{width:100%;height:100%}.icon img{object-fit:contain;width:100%;height:100%;display:block}.snap-container{scroll-snap-type:y mandatory;height:100vh;overflow-y:scroll}.snap-slide{scroll-snap-align:start;scroll-snap-stop:always;height:100vh;padding:var(--section-padding) var(--inline-padding);border-top:1px solid var(--border);flex-direction:column;justify-content:center;display:flex}.snap-slide:first-child{border-top:none}#features-root,#trust-root{justify-content:flex-start;padding-top:clamp(6rem,14vh,9rem);padding-bottom:clamp(3rem,8vw,6rem)}#trust-root{position:relative}#narrative-root{justify-content:flex-start;padding:clamp(5.5rem,12vh,7rem) 0 clamp(1.5rem,4vh,2.5rem)}#cta-footer-root{justify-content:space-between;padding:clamp(6rem,13vh,8rem) 0 0}@media (width<=768px),(prefers-reduced-motion:reduce){.snap-container{scroll-snap-type:none;height:auto;overflow-y:visible}.snap-slide{height:auto;min-height:100vh}}.snap-dots{z-index:90;flex-direction:column;gap:.75rem;display:flex;position:fixed;top:50%;right:clamp(.75rem,2vw,1.75rem);transform:translateY(-50%)}.snap-dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .3s,transform .3s}.snap-dot.is-active{width:10px;height:10px}.snap-dot:hover{background:var(--accent-tint)}.snap-dot.is-active{background:var(--accent);transform:scale(1.3)}@media (width<=768px),(prefers-reduced-motion:reduce){.snap-dots{display:none}}.nav{z-index:100;padding:1rem var(--inline-padding);box-shadow:none;background:0 0;border:1px solid #0000;border-radius:0;justify-content:space-between;align-items:center;margin-inline:0;transition:background .35s,border-color .35s,box-shadow .35s,margin .35s,border-radius .35s,top .35s;display:flex;position:fixed;top:0;left:0;right:0}.nav.nav--floating{-webkit-backdrop-filter:blur(16px)saturate(160%);background:#fff9;border-color:#ffffff80;border-radius:999px;margin-inline:clamp(.75rem,3vw,2rem);top:.75rem;box-shadow:0 8px 32px -12px #16151a2e}.nav__brand{align-items:center;gap:.5rem;display:inline-flex}.nav__logo-mark{flex-shrink:0;width:28px;height:28px}.nav__logo{font-family:var(--font-serif);letter-spacing:-.01em;font-size:1.25rem;font-weight:600}.nav__links{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav__links a{color:var(--text-muted);font-size:.9375rem;transition:color .2s}.nav__links a:hover{color:var(--text)}.nav__links a.is-active{color:var(--accent);font-weight:600}.nav__actions{align-items:center;gap:.625rem;display:inline-flex}.nav__actions .btn{padding:.5rem 1.125rem;font-size:.875rem}@media (width<=600px){.nav__actions .btn-secondary{display:none}}@media (width<=768px){.nav__links{display:none}}.hero{max-width:var(--max-width);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;width:100%;margin-inline:auto;display:grid;position:relative}.hero__content h1{font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.1}.hero__highlight{border:2px solid var(--accent);color:var(--accent);vertical-align:middle;border-radius:.4em;padding:.05em .35em;font-family:Inter,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.7em;font-weight:600;line-height:1;display:inline-block}.hero__subhead{color:var(--text-muted);max-width:480px;margin-top:1.25rem;font-size:clamp(1rem,1.6vw,1.125rem);line-height:1.6}.hero__actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.hero__visual{perspective:1200px;justify-content:center;align-items:center;height:420px;display:flex;position:relative}.hero__dashboard{opacity:.35;width:130%;max-width:680px;transform-style:preserve-3d;z-index:0;border-radius:16px;margin:auto;position:absolute;inset:0;transform:rotateX(6deg)rotateY(-8deg);box-shadow:0 30px 60px -20px #16151a59}.hero__mock-wrap{z-index:1;transform-style:preserve-3d;position:relative;transform:rotateX(6deg)rotateY(-8deg)}.hero__orbit{z-index:1;filter:drop-shadow(0 10px 16px #16151a4d);width:52px;height:52px;position:absolute}.hero__orbit .icon{width:100%;height:100%}@media (width<=768px){.hero{grid-template-columns:1fr}.hero__visual{height:320px}}#problem-root{position:relative;overflow:hidden}.problem{max-width:var(--max-width);margin-inline:auto;text-align:center;width:100%;margin-bottom:17rem}.problem h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}.problem__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.problem__body{color:var(--text-muted);margin-top:1rem;font-size:1.125rem}.problem__phones-crop{justify-content:center;align-items:flex-start;height:380px;padding-top:1.5rem;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:visible}.problem__phones-crop:after{content:"";background:linear-gradient(to bottom, transparent, var(--bg));pointer-events:none;z-index:1;height:50%;position:absolute;inset:auto 0 0}.problem__phones{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem 1.25rem;display:flex}.problem__phone{cursor:pointer;flex-direction:column;align-items:center;gap:.75rem;transition:filter .25s;display:flex}.problem__phone-frame{aspect-ratio:9/19.5;border:5px solid var(--text);background:var(--accent-tint);border-radius:20px;width:210px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 16px 30px -16px #16151a59}.problem__phone:hover .problem__phone-frame{box-shadow:0 12px 36px 6px var(--brand-shadow,#4c6bf599);transform:scale(1.06)}.problem__phone-notch{background:var(--text);z-index:1;border-radius:0 0 8px 8px;width:40%;height:12px;position:absolute;top:0;left:50%;transform:translate(-50%)}.problem__phone-screen{background-color:var(--accent-tint);position:absolute;inset:0}.problem__phone-image{object-fit:cover;width:100%;height:100%}.problem__phone-label{color:var(--text-muted);font-size:.8125rem;font-weight:600}.narrative{flex-direction:column;flex:1;width:90%;min-height:0;margin-inline:auto;display:flex;position:relative}.narrative__stage{flex-direction:column;flex:1;min-height:0;padding-inline:clamp(3.5rem,8vw,6rem);display:flex;position:relative}.narrative__card{-webkit-backdrop-filter:blur(18px)saturate(160%);background:#ffffff80;border:1px solid #fff9;border-radius:28px;flex-direction:column;flex:1;justify-content:center;width:100%;min-height:0;padding:3rem clamp(2rem,6vw,4rem);display:flex;position:relative;overflow-y:auto;box-shadow:0 30px 60px -30px #16151a33}.narrative--starter .narrative__card{overflow-y:visible}.narrative__arrow{-webkit-backdrop-filter:blur(14px)saturate(160%);width:56px;height:56px;color:var(--text);cursor:pointer;z-index:2;background:#ffffff8c;border:1px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s,box-shadow .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 12px 28px -14px #16151a40}.narrative__arrow:hover{color:var(--accent);background:#fffc;box-shadow:0 16px 32px -12px #16151a4d}.narrative__arrow:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.narrative__arrow svg{width:22px;height:22px}.narrative__arrow--prev{left:0;transform:translateY(-50%)rotate(180deg)}.narrative__arrow--next{right:0}@media (width<=768px){.narrative__arrow{display:none}}.narrative__scene-title{text-align:center;margin-bottom:2.5rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}.narrative__card .grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:3rem;display:grid}.narrative__progress{gap:.5rem;margin-bottom:2.5rem;display:flex}.narrative__segment{background:var(--border);cursor:pointer;border:none;border-radius:999px;flex:1;height:5px;padding:0;transition:background .3s;overflow:hidden}.narrative__segment:hover{background:var(--accent-tint)}.narrative__segment-fill{background:var(--accent);transform-origin:0;border-radius:999px;width:100%;height:100%;transform:scaleX(0)}.narrative__starter{grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;display:grid}.narrative__starter-copy h3{max-width:32ch;margin-top:1.25rem;font-size:clamp(1.25rem,2.6vw,1.6rem)}.narrative__starter-copy p{color:var(--text-muted);margin-top:.625rem;font-size:1rem;line-height:1.6}.narrative__explore{margin-top:1.5rem}.narrative__starter-figure{justify-content:center;display:flex;position:relative}.narrative__starter-figure .mark-figure{z-index:1;width:330px;position:relative}.narrative__starter-icon{z-index:0;animation:4s ease-in-out infinite narrative-icon-float;position:absolute;top:8%;right:4%}.narrative__thought{background:var(--surface-1);border:2px solid var(--border);border-radius:999px;justify-content:center;align-items:center;max-width:150px;padding:.75rem 1.125rem;display:flex;box-shadow:0 10px 24px -12px #16151a40}.narrative__starter-badge{z-index:0;filter:drop-shadow(0 10px 20px #16151a40);border-radius:12px;width:48px;height:48px;animation:4s ease-in-out .6s infinite narrative-icon-float;position:absolute;top:45%;left:2%}.narrative__thought-text{text-align:left;color:var(--text);font-size:.75rem;font-weight:600;line-height:1.3}.narrative__thought-dot{background:var(--surface-1);border:2px solid var(--border);border-radius:50%;position:absolute}.narrative__thought-dot--md{width:16px;height:16px;bottom:-20px;left:28px}.narrative__thought-dot--sm{width:9px;height:9px;bottom:-34px;left:16px}@keyframes narrative-icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@media (prefers-reduced-motion:reduce){.narrative__starter-icon{animation:none}}.narrative__starter-chips{flex-wrap:wrap;gap:.5rem;margin:1.5rem 0 1rem;display:flex}.narrative__chip{border:1px solid var(--border);background:var(--surface-1);color:var(--text-muted);cursor:pointer;border-radius:999px;padding:.5rem .875rem;font-size:.8125rem;transition:border-color .2s,color .2s}.narrative__chip:hover{border-color:var(--accent);color:var(--accent)}.mock-typing{background:var(--surface-1);border:1px solid var(--border);border-radius:14px;align-items:center;gap:4px;width:fit-content;margin-bottom:.5rem;padding:.625rem .875rem;display:none}.mock-typing i{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite typing-bounce}.mock-typing i:nth-child(2){animation-delay:.15s}.mock-typing i:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.narrative__copy{min-height:160px;position:relative}.narrative__step-copy{opacity:0;pointer-events:none;transition:opacity .35s,transform .35s;position:absolute;inset:0;transform:translateY(16px)}.narrative__step-copy.is-active{opacity:1;pointer-events:auto;position:relative;transform:translateY(0)}.narrative__step-icon{justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;display:flex}.narrative__step-icon .icon{width:44px;height:44px}.narrative__step-icon--accent{color:var(--accent)}.narrative__step-icon--green{color:var(--accent-success)}.narrative__step-copy h3{max-width:26ch;font-size:clamp(1.25rem,2.5vw,1.5rem)}.narrative__step-copy p{color:var(--text-muted);margin-top:.625rem;font-size:1rem;line-height:1.6}.narrative__step-actions{align-items:center;gap:.875rem;margin-top:1.5rem;display:flex}.narrative__step-cta{position:relative}.narrative__cta-badge{color:#fff;border:2px solid var(--bg);background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:27px;height:27px;padding:0 6px;font-size:1.03rem;font-weight:700;display:inline-flex;position:absolute;top:-9px;right:-9px}.narrative__call-timer{font-variant-numeric:tabular-nums;color:var(--text);-webkit-backdrop-filter:blur(16px)saturate(160%);background:#ffffff80;border:1px solid #fff9;border-radius:999px;align-items:center;padding:.75rem 1.125rem;font-size:.9375rem;font-weight:600;display:inline-flex;box-shadow:0 8px 24px -12px #16151a4d}.btn-danger{color:#fff;background:#f43f5e}.btn-danger:hover{background:#e11d48}.narrative__visual{height:440px;position:relative}.narrative__mock{opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .35s,transform .35s;display:flex;position:absolute;inset:0;transform:translateY(16px)scale(.98)}.narrative__mock.is-active{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.mock-card{background:var(--surface-1);border:1px solid var(--border);border-radius:16px;width:100%;max-width:320px;padding:1.25rem;box-shadow:0 30px 70px -12px #16151a73}.mock-phone{background:var(--surface-2);border:1px solid var(--border);border-radius:24px;width:100%;max-width:280px;padding:1.25rem 1rem;box-shadow:0 20px 40px -20px #16151a26}.mock-bubble{border-radius:14px;max-width:85%;margin-bottom:.5rem;padding:.625rem .875rem;font-size:.875rem;line-height:1.4;display:inline-block}.mock-bubble--in{background:var(--surface-1);border:1px solid var(--border)}.mock-bubble--out{background:var(--accent);color:#fff;width:fit-content;margin-left:auto;display:block}.mock-video{aspect-ratio:9/12;background:linear-gradient(160deg, var(--surface-2), var(--surface-1));border:1px solid var(--border);border-radius:16px;width:min(100%,240px);position:relative;overflow:hidden}.mock-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.mock-badge--lead{color:var(--accent-lead);background:#c77a1e1f}.mock-badge--customer{color:var(--accent-success);background:#1e9e5a1f}.mock-badge--ai{background:var(--accent-tint);color:var(--accent)}.mark-avatar{background:url(/mark-avatar.png) center 15% / cover no-repeat, var(--accent-tint);border:3px solid var(--accent-cyan);border-radius:50%;flex-shrink:0;display:inline-block}.mark-avatar--sm{border-width:2px;width:28px;height:28px}.mark-avatar--md{width:56px;height:56px}.mark-avatar--lg{width:84px;height:84px}.mark-figure{aspect-ratio:2/3;background-color:#0000;background-position:bottom;background-repeat:no-repeat;background-size:contain;width:220px}.mark-figure--barefoot{background-image:url(/mark-barefoot.png)}.mark-figure--shoes{background-image:url(/mark-shoes.png)}.ig-dm,.call,.success{text-align:left;width:100%;max-width:360px}.ig-frame{text-align:left;width:100%;max-width:480px;height:100%;position:relative}.ig-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8125rem;font-weight:700;display:inline-flex}.ig-avatar--brand{background:#16151a}.ig-avatar--mark{background:url(/mark-avatar.png) center 15% / cover no-repeat, var(--accent-tint);border:2px solid var(--accent-cyan)}.ig-avatar--sm{width:26px;height:26px;font-size:.6875rem}.ig-post{background:var(--surface-1);border:1px solid var(--border);opacity:.4;z-index:1;border-radius:14px;flex-direction:column;width:80%;height:100%;display:flex;position:absolute;top:5%;left:-5%;overflow:hidden}.ig-post__head{align-items:center;gap:.625rem;padding:.625rem .75rem;display:flex}.ig-post__ids{flex-direction:column;line-height:1.2;display:flex}.ig-post__name{font-size:.8125rem;font-weight:600}.ig-post__sub{color:var(--text-muted);font-size:.6875rem}.ig-post__more{color:var(--text-muted);margin-left:auto}.ig-post__media{color:#fff;background:linear-gradient(#0000 45%,#0000008c),url(/shoes.jpeg) 50%/cover no-repeat;flex:1;align-items:flex-end;min-height:0;padding:.75rem;font-size:.75rem;font-weight:600;display:flex}.ig-post__meta{padding:.625rem .75rem;font-size:.75rem;line-height:1.5}.ig-post__likes{font-weight:600;display:block}.ig-post__cap{color:var(--text)}.ig-comments-wrap{z-index:2;flex-direction:column;gap:.625rem;width:64%;display:flex;position:absolute;top:0;right:0}.ig-reply-alert{z-index:3;cursor:pointer;background:var(--accent);color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;animation:3s ease-in-out infinite ig-reply-alert-float;display:flex;position:absolute;bottom:0;left:0;transform:translate(-30%,30%);box-shadow:0 12px 28px -10px #4c6bf599}@keyframes ig-reply-alert-float{0%,to{transform:translate(-30%,30%)}50%{transform:translate(-30%,calc(30% - 14px))}}.ig-reply-alert .icon{width:22px;height:22px}.ig-comments{background:var(--surface-1);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:0 34px 70px -14px #16151a8c}.ig-comments__head{border-bottom:1px solid var(--border);padding:.75rem;font-size:.8125rem;font-weight:700}.ig-comment{gap:.625rem;padding:.75rem;display:flex}.ig-comment[hidden]{display:none}.ig-comment--reply,.mock-typing--reply{margin-left:46px}.ig-comment--muted{opacity:.5}.ig-comment__row{font-size:.8125rem}.ig-tick{color:var(--accent)}.ig-comment__text{margin-top:2px;font-size:.8125rem}.ig-comment__meta{color:var(--text-muted);margin-top:4px;font-size:.6875rem}.ig-comments__chips{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.ig-comments__chips .narrative__chip{box-shadow:0 12px 24px -14px #16151a59}.ig-comments__input{border-top:1px solid var(--border);align-items:center;gap:.5rem;padding:.625rem .75rem;display:flex}.ig-comments__field{min-width:0;font:inherit;color:var(--text);background:0 0;border:none;flex:1;font-size:.8125rem}.ig-comments__field:focus-visible{outline:none}.ig-comments__field::placeholder{color:var(--text-muted)}.ig-comments__post{background:var(--accent);font:inherit;color:#fff;cursor:pointer;border:none;border-radius:999px;flex-shrink:0;padding:.375rem .875rem;font-size:.8125rem;font-weight:600}.ig-dm{background:var(--surface-1);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 20px 40px -22px #16151a38}.ig-dm__head{border-bottom:1px solid var(--border);align-items:center;gap:.625rem;padding:.75rem;display:flex}.ig-dm__ids{flex-direction:column;line-height:1.2;display:flex}.ig-dm__name{font-size:.8125rem;font-weight:600}.ig-dm__status{color:var(--text-muted);font-size:.6875rem}.ig-dm__icons{color:var(--text-muted);gap:.375rem;margin-left:auto;display:inline-flex}.ig-dm__icons .icon{width:18px;height:18px}.ig-dm__body{flex-direction:column;gap:.5rem;max-height:260px;padding:.875rem .75rem;display:flex;overflow-y:auto}.ig-bubble{border-radius:16px;max-width:80%;padding:.5rem .75rem;font-size:.8125rem;line-height:1.35}.ig-bubble--in{background:var(--surface-2);border-bottom-left-radius:4px;align-self:flex-start}.ig-bubble--out{color:#fff;background:#3b82f6;border-bottom-right-radius:4px;align-self:flex-end}.ig-dm__input{border-top:1px solid var(--border);align-items:center;gap:.5rem;padding:.625rem .75rem;display:flex}.ig-dm__field{min-width:0;font:inherit;color:var(--text);background:0 0;border:none;flex:1;font-size:.8125rem}.ig-dm__field:focus-visible{outline:none}.ig-dm__field::placeholder{color:var(--text-muted)}.ig-dm__send{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.ig-dm__send .icon{width:14px;height:14px}.crm-crop{border-radius:28px;width:100%;max-width:560px;height:100%;overflow:hidden;box-shadow:0 30px 60px -20px #0f172b59}.crm{background:#f1f5f9;align-items:stretch;width:760px;height:620px;display:flex}.crm__sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:300px;display:flex}.crm__main{background:#f1f5f9;flex:1}.crm__head{align-items:center;gap:.75rem;padding:.875rem;display:flex}.crm__logo{border-radius:10px;flex-shrink:0;width:32px;height:32px}.crm__ids{flex-direction:column;line-height:1.25;display:flex}.crm__name{color:#0f172b;font-size:.875rem;font-weight:600}.crm__sub{color:#62748e;font-size:.6875rem}.crm__search{color:#717182;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.5rem;margin:0 .875rem .625rem;padding:.5rem .75rem;font-size:.75rem;display:flex}.crm__search .icon{color:#90a1b9;flex-shrink:0;width:15px;height:15px}.crm__filter{color:#90a1b9;justify-content:space-between;align-items:center;padding:.25rem .875rem .5rem;font-size:.6875rem;font-weight:500;display:flex}.crm__filter-label{text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.25rem;display:inline-flex}.crm__filter-label .icon{width:12px;height:12px}.crm__new{color:#62748e;background:#f1f5f9;border-radius:999px;padding:.125rem .5rem}.crm__list{flex-direction:column;gap:.5rem;padding:0 .5rem;display:flex}.crm__row{border-radius:14px;align-items:center;gap:.625rem;padding:.625rem;display:flex}.crm__row--active{background:#eef7ff}.crm__row--ghost{background:#f1f5f999;height:52px}.crm__row-ids{flex-direction:column;line-height:1.25;display:flex}.crm__row-name{color:#0f172b;font-size:.875rem;font-weight:600}.crm__row-handle{color:#62748e;font-size:.6875rem}.crm__badge{color:#e60076;background:#fdf2f8;border:1px solid #fccee8;border-radius:999px;flex-shrink:0;margin-left:auto;padding:.125rem .5625rem;font-size:.6875rem}.crm__foot{color:#62748e;border-top:1px solid #e2e8f0;align-items:center;gap:.5rem;margin-top:auto;padding:.8125rem .875rem;font-size:.75rem;display:flex}.crm__dot{background:#00bc7d;border-radius:50%;width:8px;height:8px}.call{min-height:380px;position:relative}.call .mark-avatar,.call__orb{position:absolute}.call .mark-avatar:before,.call .mark-avatar:after,.call__orb:before,.call__orb:after{content:"";border:3px solid var(--accent-cyan);pointer-events:none;border-radius:50%;animation:2.4s ease-out infinite call-ring;position:absolute;inset:0}.call .mark-avatar:after{animation-delay:1.2s}.call__orb:before,.call__orb:after{border-color:var(--accent)}.call__orb:after{animation-delay:1.2s}@keyframes call-ring{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.call .mark-avatar{z-index:3;width:220px;height:220px;animation:2.4s ease-in-out infinite call-avatar-pulse;top:6%;left:2%}@keyframes call-avatar-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.call__orb{z-index:3;border-radius:50%;justify-content:center;align-items:center;width:192px;height:192px;animation:2.4s ease-in-out infinite call-orb-pulse;display:flex;bottom:6%;right:2%;box-shadow:0 20px 48px -12px #4c6bf580}.call__orb svg,.call__orb img{width:100%;height:100%;display:block}@keyframes call-orb-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.success{justify-content:center;align-items:center;min-height:280px;display:flex;position:relative}.narrative__confetti-piece{pointer-events:none;z-index:5;border-radius:2px;width:8px;height:14px;position:absolute;top:0}.success .mark-figure{width:320px}.success__card{background:var(--accent-tint);border-radius:28px;align-items:center;gap:1.25rem;padding:1.5rem 1.75rem;display:flex;position:absolute;bottom:22%;right:-4%;box-shadow:0 32px 64px -18px #16151a4d}.success__avatar{background:var(--accent-success);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;font-size:1.75rem;font-weight:700;display:inline-flex}.success__ids{flex-direction:column;line-height:1.2;display:flex}.success__name{font-size:1.625rem;font-weight:700}.success__handle{color:var(--text-muted);font-size:1.375rem}.success__badge{border:1px solid var(--accent-success);color:var(--accent-success);border-radius:999px;padding:.4rem 1rem;font-size:1.375rem;font-weight:600}@media (width<=768px){.narrative{width:100%}.narrative__stage{padding-inline:0}.narrative__card{padding:2rem 1.25rem}.narrative__card .grid{grid-template-columns:1fr;gap:2rem}.narrative__copy{min-height:0}.narrative__step-copy{opacity:1;pointer-events:auto;margin-bottom:2rem;position:relative;inset:auto;transform:none}.narrative__visual{height:auto;min-height:320px;margin-bottom:2rem}.narrative__mock{opacity:1;pointer-events:auto;position:relative;transform:none}.ig-frame,.crm-crop{height:320px}.narrative__progress{display:none}.narrative__starter{grid-template-columns:1fr;gap:1.5rem}.narrative__starter-figure{display:none}}@media (width<=768px),(prefers-reduced-motion:reduce){.ig-comments__chips,.ig-comments__input{display:none}}.features{max-width:var(--max-width);width:100%;margin-inline:auto}.features h2{text-align:center;font-size:clamp(1.75rem,3.5vw,2.5rem)}.features__subhead{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:1.125rem}.features__field{height:560px;margin-top:2.5rem;position:relative}.features__logo{border-radius:50%;width:90px;height:90px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 44px -16px #16151a59}.feature-card{perspective:1200px;width:min(280px,42vw);height:240px;position:absolute}.feature-card__inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s;position:relative}.feature-card:hover .feature-card__inner{transform:rotateY(180deg)}.feature-card__face{backface-visibility:hidden;-webkit-backdrop-filter:blur(14px)saturate(160%);text-align:center;background:#ffffff8c;border:1px solid #fff9;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;padding:1.75rem 1.5rem;display:flex;position:absolute;inset:0;box-shadow:0 20px 40px -20px #16151a40}.feature-card__face--back{transform:rotateY(180deg)}.feature-card__face .icon{color:var(--accent);margin-bottom:1rem;font-size:1.75rem}.feature-card__face h3{font-size:1.0625rem}.feature-card__face p{color:var(--text-muted);margin-top:.5rem;font-size:.9375rem;line-height:1.5}.feature-card__face--back p{color:var(--text);margin-top:0}@media (width<=768px){.features__field{flex-direction:column;gap:1.25rem;height:auto;display:flex;position:static}.features__logo{display:none}.feature-card{width:100%;position:static;transform:none!important}}.trust{width:100%;max-width:100%}.trust .container{max-width:var(--max-width);padding-bottom:180px}.trust h2{text-align:left;margin-top:4rem;margin-bottom:1rem;margin-left:calc(-1 * var(--inline-padding));font-size:clamp(1.25rem,2.5vw,1.75rem)}.trust__subhead{max-width:46ch;margin:0 0 2.5rem;margin-left:calc(-1 * var(--inline-padding));text-align:left;color:var(--text-muted);font-size:1.0625rem}.trust__layout{grid-template-columns:.7fr 1.3fr;align-items:start;gap:2rem;display:grid}.trust__faq-card{width:100%;max-width:380px;margin-left:calc(-1 * var(--inline-padding));background:var(--surface-1);border:1px solid var(--border);border-radius:20px;justify-self:start;padding:.5rem 1.5rem;box-shadow:0 20px 40px -26px #16151a40}.trust__faq-item{border-bottom:1px solid var(--border)}.trust__faq-item:last-child{border-bottom:none}.trust__faq-question{width:100%;font:inherit;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.125rem 0;font-size:.9375rem;font-weight:600;display:flex}.trust__faq-question .icon{color:var(--text-muted);flex-shrink:0;transition:transform .25s}.trust__faq-item.is-open .trust__faq-question .icon{color:var(--accent);transform:rotate(180deg)}.trust__faq-answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.trust__faq-item.is-open .trust__faq-answer{grid-template-rows:1fr}.trust__faq-answer>div{overflow:hidden}.trust__faq-answer p{color:var(--text-muted);margin:0 0 1.125rem;font-size:.9375rem;line-height:1.6}.trust__field{height:480px;position:relative;overflow:hidden}.trust__card{border:1px solid var(--border);background:var(--surface-1);white-space:nowrap;border-radius:14px;align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:inline-flex;position:absolute;box-shadow:0 12px 24px -18px #16151a33}.trust__card-icon{flex-shrink:0;font-size:1.75rem}.trust__card-name{color:var(--text);font-size:.8125rem;font-weight:600}.trust__card-snippet{color:var(--text-muted);font-size:.8125rem}.trust__logo{z-index:1;filter:drop-shadow(0 18px 36px #4c6bf566);width:170px;height:170px;animation:4.5s ease-in-out infinite trust-logo-float;position:absolute;bottom:200px;left:66%;transform:translate(-50%)}@keyframes trust-logo-float{0%,to{transform:translate(-50%)translateY(0)rotate(-5deg)}50%{transform:translate(-50%)translateY(-16px)rotate(5deg)}}@media (prefers-reduced-motion:reduce){.trust__logo{animation:none}}.trust__screen{background:var(--text);z-index:1;border-radius:16px 16px 0 0;width:min(640px,82vw);height:264px;padding:12px 12px 0;position:absolute;bottom:0;left:66%;overflow:hidden;transform:translate(-50%);box-shadow:0 -20px 50px -20px #16151a66}.trust__screen-body{object-fit:cover;object-position:top center;border-radius:6px 6px 0 0;width:100%;height:100%}@media (width<=768px){.trust__layout{grid-template-columns:1fr}.trust h2,.trust__subhead{margin-left:0}.trust__faq-card{max-width:100%;margin-left:0}.trust__screen{left:50%}.trust__field{height:380px}.trust__card{padding:.625rem .875rem}}.cta-footer{max-width:var(--max-width);width:100%;padding-inline:var(--inline-padding);margin-inline:auto}.contact{grid-template-columns:.8fr 1.2fr;align-items:center;gap:3.5rem;display:grid}.contact__intro h2{font-size:clamp(1.75rem,3.5vw,2.75rem);line-height:1.1}.contact__subhead{max-width:42ch;color:var(--text-muted);margin-top:1rem;font-size:1.0625rem;line-height:1.6}.contact__form{-webkit-backdrop-filter:blur(18px)saturate(160%);background:#ffffff80;border:1px solid #fff9;border-radius:24px;flex-direction:column;gap:1rem;padding:2rem;display:flex;box-shadow:0 30px 60px -30px #16151a33}.contact__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact__field{flex-direction:column;gap:.375rem;display:flex}.contact__field span{color:var(--text);font-size:.8125rem;font-weight:600}.contact__field input,.contact__field textarea{border:1px solid var(--border);background:var(--surface-1);font:inherit;color:var(--text);resize:none;border-radius:10px;padding:.625rem .75rem;font-size:.875rem}.contact__field input:focus-visible,.contact__field textarea:focus-visible{border-color:var(--accent);outline:none}.contact__submit{align-self:flex-end;margin-top:.25rem}.compare{text-align:center}.compare h2{font-size:clamp(1.5rem,3vw,2.25rem)}.compare__subhead{max-width:46ch;color:var(--text-muted);margin:1rem auto 0;font-size:1.0625rem}.compare__cards{text-align:left;grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin-top:2rem;display:grid}.compare__col{flex-direction:column;display:flex;position:relative}.compare__col--with .compare-card{z-index:1;position:relative}.compare__logo{z-index:0;opacity:.5;filter:drop-shadow(0 16px 30px #4c6bf559);width:120px;height:120px;animation:4s ease-in-out infinite compare-logo-float;position:absolute;top:-44px;right:-44px}@keyframes compare-logo-float{0%,to{transform:translateY(0)rotate(-6deg)}50%{transform:translateY(-16px)rotate(6deg)}}@media (prefers-reduced-motion:reduce){.compare__logo{animation:none}}.compare__drops{pointer-events:none;height:220px;position:absolute;top:0;left:0;right:0;overflow:hidden}.compare__drop{border:1px solid var(--border);background:var(--surface-1);white-space:nowrap;border-radius:12px;align-items:center;gap:.625rem;padding:.625rem .875rem;display:inline-flex;position:absolute;box-shadow:0 12px 24px -18px #16151a33}.compare__drop-icon{flex-shrink:0;font-size:1.375rem}.compare__drop-name{color:var(--text);font-size:.75rem;font-weight:600}.compare__drop-snippet{color:var(--text-muted);font-size:.75rem}.compare-card{border:1px solid var(--border);border-radius:20px;padding:1.75rem}.compare-card--without{background:var(--surface-2)}.compare-card--with{-webkit-backdrop-filter:blur(18px)saturate(160%);border-color:var(--accent);background:#ffffff80;box-shadow:0 24px 48px -26px #4c6bf559}.compare-card__badge{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;margin-bottom:1.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.compare-card--without .compare-card__badge{background:var(--surface-1);color:var(--text-muted)}.compare-card--with .compare-card__badge{background:var(--accent);color:#fff}.compare-card__pricing{background:var(--accent-tint);border:1px solid #4c6bf533;border-radius:14px;margin-bottom:1.25rem;padding:1rem 1.25rem}.compare-card__price{align-items:baseline;gap:.25rem;margin-bottom:.25rem;display:flex}.compare-card__amount{letter-spacing:-.02em;color:var(--text);font-size:2.5rem;font-weight:700}.compare-card__period{color:var(--text-muted);font-size:1rem;font-weight:600}.compare-card__price-note{color:var(--text-muted);font-size:.8125rem}.compare-card__list{flex-direction:column;gap:.875rem;margin:0;padding:0;list-style:none;display:flex}.compare-card__list li{align-items:flex-start;gap:.625rem;font-size:.9375rem;line-height:1.4;display:flex}.compare-card__list .icon{flex-shrink:0;width:18px;height:18px;margin-top:.125rem}.compare-card--without .compare-card__list .icon{color:var(--text-muted)}.compare-card--with .compare-card__list .icon{color:var(--accent-success)}.compare-card__cta{width:100%;margin-top:1.5rem}.compare-card__cta .icon{font-size:1.125rem}.footer{width:100%;padding:3rem var(--inline-padding);-webkit-backdrop-filter:blur(18px)saturate(160%);color:var(--text-muted);background:#ffffff80;border-top:1px solid #fff9;margin-top:1rem;font-size:.875rem}.footer__inner{max-width:var(--max-width);width:100%;margin-inline:auto}.footer__top{flex-wrap:wrap;justify-content:space-between;gap:4rem;display:flex}.footer__brand{max-width:260px}.footer__logo{width:36px;height:36px;margin-bottom:.875rem}.footer__social{gap:.75rem;margin-top:1rem;display:flex}.footer__social .icon{width:28px;height:28px}.footer__grid{flex-wrap:wrap;gap:5rem;display:flex}.footer__col h4{text-transform:uppercase;letter-spacing:.06em;color:var(--text);margin-bottom:.75rem;font-size:.8125rem;font-weight:600}.footer__col ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer__col a:hover{color:var(--text)}.footer__col--newsletter{min-width:220px}.footer__col--newsletter p{margin-top:.375rem;line-height:1.5}.footer__newsletter-form{border:1px solid var(--border);background:var(--surface-1);border-radius:999px;margin-top:.875rem;display:flex;overflow:hidden}.footer__newsletter-form input{min-width:0;font:inherit;color:var(--text);background:0 0;border:none;flex:1;padding:.625rem .875rem;font-size:.8125rem}.footer__newsletter-form input:focus-visible{outline:none}.footer__newsletter-form button{background:var(--accent);color:#fff;font:inherit;cursor:pointer;white-space:nowrap;border:none;padding:0 1rem;font-size:.8125rem;font-weight:600}.footer__bottom{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.5rem;font-size:.8125rem}@media (width<=768px){.compare__cards{grid-template-columns:1fr}.compare__logo{width:84px;height:84px;right:-12px}.contact{grid-template-columns:1fr;gap:2rem}}@media (width<=600px){.contact__row{grid-template-columns:1fr}.footer__grid{flex-direction:column;gap:1.5rem}}
