.redesign-home{--blue:#2d5ace;--blue-hover:#2248a8;--blue-wash:#f4f6fc;--blue-ice:#eaeffa;--navy:#0F2C3F;--text-body:#0F2C3F;--text-muted:#7a8fa0;--text-light:#9aabb8;--white:#ffffff;--green:#10b981;--border:rgba(45,90,206,0.06);--radius:16px;--radius-sm:10px;--font-display:"Cormorant",Georgia,serif;--font-body:"Montserrat",system-ui,sans-serif;font-family:Montserrat,system-ui,sans-serif;font-size:16px;color:var(--navy);background:var(--white);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;overflow-x:clip}.redesign-home img{max-width:100%}.redesign-home h1,.redesign-home h2,.redesign-home h3,.redesign-home h4{font-weight:600}.redesign-home p{margin:0}.redesign-home .section-label{font-family:var(--font-body);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--blue);margin-bottom:12px}.redesign-home .rd-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:18px 48px;display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:rgba(234,239,250,.92);border-bottom:1px solid var(--border)}.redesign-home .nav-logo{font-family:Cormorant,Georgia,serif!important;font-size:29px;color:var(--navy);text-decoration:none;display:inline-flex;align-items:center;flex-shrink:0}.redesign-home .nav-logo img{height:55px!important;width:auto!important;max-width:none}.redesign-home .nav-logo .u{color:var(--blue)}.redesign-home .nav-cta{display:inline-flex;align-items:center;gap:6px;padding:11px 26px;background:var(--blue);color:var(--white);border-radius:50px;font-family:Montserrat,system-ui,sans-serif;font-weight:600;font-size:14px;text-decoration:none;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.redesign-home .nav-cta:hover{background:var(--blue-hover);transform:translateY(-1px);box-shadow:0 4px 14px rgba(45,90,206,.25)}.rd-nav .nav-links{display:flex;align-items:center;gap:48px;flex-shrink:0;margin-left:120px;margin-right:auto}.rd-nav .nav-link{font-family:Montserrat,system-ui,sans-serif;font-size:18px;font-weight:500;color:var(--navy);text-decoration:none;transition:color .2s ease;white-space:nowrap}.rd-nav .nav-link:hover{color:var(--blue)}.rd-nav .nav-chevron{font-size:25px;margin-left:6px;transition:transform .2s ease;display:inline-block;line-height:1}.rd-nav .nav-link-group{position:relative;display:inline-flex;align-items:center}.rd-nav .nav-link-group:hover .nav-chevron{transform:rotate(180deg)}.rd-nav .nav-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%,-4px);background:var(--white);padding:8px 0;border-radius:12px;border:1px solid var(--border);box-shadow:0 12px 32px rgba(15,44,63,.12);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;min-width:200px;z-index:110;margin-top:8px}.rd-nav .nav-link-group:hover .nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.rd-nav .nav-dropdown-item{display:block;padding:10px 20px;font-family:Montserrat,system-ui,sans-serif;font-size:15px;font-weight:500;color:var(--navy);text-decoration:none;transition:background .15s ease,color .15s ease;white-space:nowrap}.rd-nav .nav-dropdown-item:hover{background:rgba(45,90,206,.06);color:var(--blue)}.redesign-home .nav-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.redesign-home .nav-login{font-family:Montserrat,system-ui,sans-serif;font-size:14px;font-weight:600;color:#2D5ACE;background:transparent;border:1.5px solid #2d5ace;padding:10px 24px;border-radius:50px;text-decoration:none;transition:background .2s,color .2s;white-space:nowrap}.redesign-home .nav-login:hover{background:#2D5ACE;color:#FFFFFF}.redesign-home .nav-hamburger{display:none;background:none;border:none;cursor:pointer;color:var(--navy);padding:4px;flex-shrink:0}.redesign-home .nav-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200;opacity:0;pointer-events:none;transition:opacity .3s ease}.redesign-home .nav-drawer-overlay.open{opacity:1;pointer-events:auto}.redesign-home .nav-drawer{position:fixed;top:0;right:0;bottom:0;width:280px;background:var(--white);z-index:201;padding:24px;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px rgba(0,0,0,.1);display:flex;flex-direction:column}.redesign-home .nav-drawer.open{transform:translateX(0)}.redesign-home .nav-drawer-close{background:none;border:none;cursor:pointer;color:var(--navy);align-self:flex-end;padding:4px;margin-bottom:32px}.redesign-home .nav-drawer-links{display:flex;flex-direction:column;gap:16px}.redesign-home .nav-drawer-login{font-family:Montserrat,system-ui,sans-serif;font-size:15px;font-weight:600;color:#2D5ACE;background:transparent;border:1.5px solid #2d5ace;padding:14px 24px;border-radius:50px;text-decoration:none;text-align:center;transition:background .2s,color .2s}.redesign-home .nav-drawer-login:hover{background:#2D5ACE;color:#FFFFFF}.nav-drawer .nav-drawer-link{font-family:Montserrat,system-ui,sans-serif;font-size:16px;font-weight:500;color:var(--navy);text-decoration:none;padding:8px 0;transition:color .2s ease}.nav-drawer .nav-drawer-link:hover{color:var(--blue)}.redesign-home .nav-drawer-cta{display:flex;align-items:center;justify-content:center;gap:6px;padding:14px 24px;background:var(--blue);color:var(--white);border-radius:50px;font-family:Montserrat,system-ui,sans-serif;font-weight:600;font-size:15px;text-decoration:none;transition:background .2s}.redesign-home .nav-drawer-cta:hover{background:var(--blue-hover)}.redesign-home .hero{padding:160px 48px 60px;text-align:center;background:linear-gradient(180deg,#e8edf8 0,#f2f5fc 60%,var(--white) 100%);position:relative}.redesign-home .hero h1{font-family:Cormorant,Georgia,serif!important;font-size:clamp(47px,6.7vw,85px)!important;line-height:1.22!important;font-weight:600!important;color:var(--navy);max-width:800px;margin:0 auto 24px;animation:rdFadeUp .7s ease forwards}.redesign-home .hero-subheadline{font-family:Cormorant,Georgia,serif;font-size:clamp(28px,7.5vw,36px)!important;font-weight:600;line-height:1.22!important;color:var(--navy); /* !important pair guards against the legacy mobile p { font-size/line-height !important } flattener */margin:-6px auto 22px;animation:rdFadeUp .7s ease .06s both}.redesign-home .btn-cta{display:inline-flex;align-items:center;gap:8px;padding:18px 44px;background:var(--blue);color:var(--white);border:none;border-radius:50px;font-size:17px;font-weight:600;font-family:Montserrat,system-ui,sans-serif;text-decoration:none;cursor:pointer;transition:all .25s ease}.redesign-home .btn-cta:hover{background:var(--blue-hover);transform:translateY(-2px);box-shadow:0 8px 28px rgba(45,90,206,.25)}.redesign-home .btn-cta .arrow{font-size:17px;transition:transform .2s ease}.redesign-home .btn-cta:hover .arrow{transform:translate(2px,-2px)}.redesign-home .hero-microcopy{font-family:Montserrat,system-ui,sans-serif;font-size:13px;color:var(--text-muted);margin-top:24px;animation:rdFadeUp .7s ease .44s both}.redesign-home .f-prep-card{background:var(--white);border:1px solid rgba(45,90,206,.14);border-radius:var(--radius);padding:28px;max-width:380px;margin:0 auto;text-align:left;box-shadow:0 10px 30px rgba(15,44,63,.08)}.redesign-home .f-prep-head{font-family:Montserrat,system-ui,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--blue);margin-bottom:6px}.redesign-home .f-prep-meta{font-size:13px;color:var(--text-muted);padding-bottom:14px;margin-bottom:14px;border-bottom:1px dashed rgba(45,90,206,.18)}.redesign-home .f-prep-line{font-size:14px;line-height:1.55;color:var(--text-body);padding:7px 0}.redesign-home .f-prep-line span{display:block;font-family:Montserrat,system-ui,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:2px}@keyframes prepPop{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.redesign-home .feature-row.visible .f-prep-anim{animation:prepPop .45s ease both}.redesign-home .feature-row.visible .f-prep-anim:first-child{animation-delay:.1s}.redesign-home .feature-row.visible .f-prep-anim:nth-child(2){animation-delay:.25s}.redesign-home .feature-row.visible .f-prep-anim:nth-child(3){animation-delay:.45s}.redesign-home .feature-row.visible .f-prep-anim:nth-child(4){animation-delay:.65s}.redesign-home .feature-row.visible .f-prep-anim:nth-child(5){animation-delay:.85s}.redesign-home .f6-card{background:var(--white);border:1px solid rgba(45,90,206,.14);border-radius:var(--radius);padding:28px;max-width:420px;margin:0 auto;text-align:left;box-shadow:0 10px 30px rgba(15,44,63,.08)}.redesign-home .f6-head{font-family:Montserrat,system-ui,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--blue);margin-bottom:4px}.redesign-home .f6-meta{font-size:13px;color:var(--text-muted);padding-bottom:14px;margin-bottom:6px;border-bottom:1px dashed rgba(45,90,206,.18)}.redesign-home .f6-row{display:flex;align-items:center;gap:14px;padding:14px 0}.redesign-home .f6-row+.f6-row{border-top:1px solid rgba(15,44,63,.05)}.redesign-home .f6-icon{width:38px;height:38px;border-radius:10px;background:var(--blue-ice);display:flex;align-items:center;justify-content:center;flex-shrink:0}.redesign-home .f6-icon svg{width:18px;height:18px;stroke:var(--blue);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.redesign-home .f6-icon img{width:20px;height:auto}.redesign-home .f6-detail{flex:1;min-width:0}.redesign-home .f6-line{font-size:14px;color:var(--navy)}.redesign-home .f6-line strong{font-weight:700}.redesign-home .f6-sub{font-size:12.5px;color:var(--text-muted);margin-top:2px}.redesign-home .f6-status{font-family:Montserrat,system-ui,sans-serif;font-size:11px;font-weight:700;letter-spacing:.5px;padding:5px 10px;border-radius:50px;flex-shrink:0}.redesign-home .f6-status-done{background:rgba(45,90,206,.1);color:var(--blue)}.redesign-home .f6-status-working{background:var(--blue);color:var(--white)}.redesign-home .f6-status-wrap{position:relative;flex-shrink:0;min-width:92px;height:26px}.redesign-home .f6-status-wrap .f6-status{position:absolute;right:0;top:0;white-space:nowrap;opacity:0}@keyframes f6Row1Life{0%,3%{opacity:.35}8%,to{opacity:1}}@keyframes f6Row2Life{0%,28%{opacity:.35}33%,to{opacity:1}}@keyframes f6Row3Life{0%,53%{opacity:.35}58%,to{opacity:1}}@keyframes f6Work1{0%,4%{opacity:0}22%,8%{opacity:1}26%,to{opacity:0}}@keyframes f6Done1{0%,24%{opacity:0;transform:scale(.85)}28%,98%{opacity:1;transform:scale(1)}to{opacity:0}}@keyframes f6Work2{0%,29%{opacity:0}33%,47%{opacity:1}51%,to{opacity:0}}@keyframes f6Done2{0%,49%{opacity:0;transform:scale(.85)}53%,98%{opacity:1;transform:scale(1)}to{opacity:0}}@keyframes f6Work3{0%,54%{opacity:0}58%,72%{opacity:1}76%,to{opacity:0}}@keyframes f6Done3{0%,74%{opacity:0;transform:scale(.85)}78%,98%{opacity:1;transform:scale(1)}to{opacity:0}}.redesign-home .feature-row.visible .f6-row-1{animation:f6Row1Life 10s ease infinite}.redesign-home .feature-row.visible .f6-row-2{animation:f6Row2Life 10s ease infinite}.redesign-home .feature-row.visible .f6-row-3{animation:f6Row3Life 10s ease infinite}.redesign-home .feature-row.visible .f6-row-1 .f6-status-working{animation:f6Work1 10s ease infinite}.redesign-home .feature-row.visible .f6-row-1 .f6-status-done{animation:f6Done1 10s ease infinite}.redesign-home .feature-row.visible .f6-row-2 .f6-status-working{animation:f6Work2 10s ease infinite}.redesign-home .feature-row.visible .f6-row-2 .f6-status-done{animation:f6Done2 10s ease infinite}.redesign-home .feature-row.visible .f6-row-3 .f6-status-working{animation:f6Work3 10s ease infinite}.redesign-home .feature-row.visible .f6-row-3 .f6-status-done{animation:f6Done3 10s ease infinite}.redesign-home .adapt-step-body h4{font-family:Montserrat,system-ui,sans-serif;font-size:16px;font-weight:700;color:var(--navy);margin:4px 0 6px}@keyframes ctxRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.redesign-home .feature-row.visible .ctx-anim{animation:ctxRise .55s ease both}.redesign-home .feature-row.visible .ctx-msg-user.ctx-anim{animation-delay:.15s}.redesign-home .feature-row.visible .ctx-msg-ai.ctx-anim{animation-delay:1s}.redesign-home .feature-row.visible .ctx-item.ctx-anim:first-of-type{animation-delay:1.8s}.redesign-home .feature-row.visible .ctx-item.ctx-anim:nth-of-type(2){animation-delay:2.5s}.redesign-home .feature-row.visible .ctx-item.ctx-anim:nth-of-type(3){animation-delay:3.2s}.redesign-home .integrations{padding:32px 48px 48px;text-align:center;animation:rdFadeUp .7s ease .36s both}.redesign-home .integrations p{font-size:11px;text-transform:uppercase;letter-spacing:2.5px;color:var(--text-light);font-weight:600;margin-bottom:20px}.redesign-home .logo-row{display:flex;justify-content:center;align-items:center;gap:36px;flex-wrap:wrap}.redesign-home .logo-row img{height:28px!important;width:auto!important;max-width:120px;object-fit:contain;filter:grayscale(1) opacity(.7)}.redesign-home .video-section{padding:60px 48px 100px;max-width:960px;margin:0 auto}.redesign-home .video-wrapper{position:relative;width:100%;aspect-ratio:16/9;background:var(--navy);border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(15,44,63,.12);cursor:pointer}.redesign-home .video-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.redesign-home .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.redesign-home .yt-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;border:none;cursor:pointer;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px rgba(0,0,0,.3);transition:transform .2s ease,background .2s ease;z-index:2}.redesign-home .yt-play:hover{transform:translate(-50%,-50%) scale(1.1);background:#fff}.redesign-home .yt-play svg{width:28px;height:28px;fill:var(--navy);margin-left:4px}.redesign-home .problem-stat{font-family:Cormorant,Georgia,serif;font-size:72px;line-height:1;color:var(--blue);margin-bottom:16px;font-weight:600}.redesign-home .problem-source{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:var(--text-light);font-style:normal;letter-spacing:.4px}.redesign-home .problem-tagline{font-family:Cormorant,Georgia,serif;font-size:clamp(34px,4.5vw,54px);font-weight:600;line-height:1.15;color:var(--navy);margin-top:96px}.redesign-home .problem-closing{font-family:Cormorant,Georgia,serif!important;font-size:clamp(34px,4.5vw,54px)!important;font-weight:600;color:var(--navy);line-height:1.22;max-width:760px;margin:20px auto 0}.redesign-home .features-section{padding:100px 48px;max-width:1200px;margin:0 auto}.redesign-home .features-header{text-align:center;margin-bottom:72px}.redesign-home .features-header h2{font-family:Cormorant,Georgia,serif!important;font-size:clamp(34px,4.5vw,54px)!important;color:var(--navy);margin-bottom:16px;font-weight:600}.redesign-home .features-header p:not(.section-label){font-size:17px!important;color:var(--text-body);max-width:520px;margin:0 auto;line-height:1.6;font-family:Montserrat,system-ui,sans-serif}.redesign-home .feature-row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:80px;scroll-margin-top:110px}.redesign-home .feature-row:nth-child(2n) .feature-visual{order:-1}.redesign-home .feature-row:last-child{margin-bottom:0}.redesign-home .feature-tag{display:inline-block;font-family:var(--font-body);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--blue);background:var(--blue-ice);padding:5px 14px;border-radius:4px;margin-bottom:16px}.redesign-home .feature-content h3{font-family:Cormorant,Georgia,serif!important;font-size:clamp(27px,3.4vw,36px)!important;color:var(--navy);margin-bottom:14px;line-height:1.25;font-weight:600}.redesign-home .feature-content p{font-size:15px!important;color:var(--text-body);line-height:1.7;margin-bottom:14px}.redesign-home .feature-more-link{display:inline-flex;align-items:center;gap:5px;font-size:14px;font-weight:600;color:var(--blue);text-decoration:none;margin-bottom:20px;transition:gap .2s}.redesign-home .feature-more-link:hover{gap:8px}.redesign-home .feature-more-link span{font-size:15px}.redesign-home .feature-highlights{display:none}.redesign-home .feature-visual{background:var(--blue-wash);border-radius:16px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);overflow:hidden}.redesign-home .feature-visual-inner{text-align:center}.redesign-home .feature-visual-icon{font-size:48px;margin-bottom:10px}.redesign-home .feature-visual-label{font-size:13px;color:var(--text-light)}.redesign-home .coming-soon-tag{background:var(--blue-ice);color:var(--blue)}.redesign-home .f1-mockup-frame{width:100%;height:100%;background:var(--blue-wash);border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.redesign-home .f1-chat-area{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding:24px 24px 16px;gap:14px;overflow:hidden}.redesign-home .f1-msg{display:flex;gap:10px;animation:f1-msgIn .4s ease both}.redesign-home .f1-msg-user{flex-direction:row-reverse}.redesign-home .f1-msg:first-child{animation-delay:.2s}.redesign-home .f1-msg:nth-child(2){animation-delay:.8s}@keyframes f1-msgIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.redesign-home .f1-msg-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.redesign-home .f1-msg-user .f1-msg-avatar{background:var(--blue);color:white}.redesign-home .f1-msg-ai .f1-msg-avatar{background:none;padding:0;overflow:hidden}.redesign-home .f1-msg-bubble{padding:12px 16px;border-radius:16px;max-width:340px;font-size:13px;line-height:1.6}.redesign-home .f1-msg-user .f1-msg-bubble{background:var(--blue);color:white;border-bottom-right-radius:4px}.redesign-home .f1-msg-ai .f1-msg-bubble{background:var(--white);color:var(--text-body);border-bottom-left-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.redesign-home .f1-msg-voice{display:flex;align-items:center;gap:10px}.redesign-home .f1-msg-voice-play{width:28px;height:28px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.redesign-home .f1-msg-voice-play svg{width:12px;height:12px;fill:white}.redesign-home .f1-msg-voice-wave{display:flex;align-items:center;gap:2px;flex:1}.redesign-home .f1-msg-voice-wave span{width:2.5px;border-radius:2px;background:rgba(255,255,255,.45)}.redesign-home .f1-msg-voice-time{font-size:11px;opacity:.7}.redesign-home .f1-msg-label{font-size:10px;font-weight:600;margin-bottom:5px;opacity:.6}.redesign-home .f1-crm-card{margin-top:8px;padding:10px 14px;background:var(--blue-wash);border-radius:10px;border:1px solid var(--blue-ice)}.redesign-home .f1-crm-card-row{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--text-body);padding:3px 0}.redesign-home .f1-crm-card-row .f1-label{color:var(--text-muted);font-weight:500}.redesign-home .f1-crm-card-row .f1-value{font-weight:600}.redesign-home .f1-crm-btns{display:flex;gap:8px;margin-top:10px}.redesign-home .f1-crm-btn{padding:6px 14px;border-radius:6px;font-size:11px;font-weight:600;font-family:var(--font-body);border:none;cursor:pointer}.redesign-home .f1-crm-btn-yes{background:var(--blue);color:white}.redesign-home .f1-crm-btn-no{background:var(--blue-ice);color:var(--text-muted)}.redesign-home .f1-input-bar{padding:14px 24px 20px;display:flex;flex-direction:column;align-items:center;gap:12px;border-top:1px solid var(--border);background:rgba(255,255,255,.5)}.redesign-home .f1-waveform{display:flex;align-items:center;gap:2.5px;height:28px;justify-content:center;width:200px}.redesign-home .f1-wave-bar{width:3px;border-radius:3px;background:var(--blue)}.redesign-home .f1-wave-bar:first-child{animation:f1-wb .8s ease-in-out 0s infinite}.redesign-home .f1-wave-bar:nth-child(2){animation:f1-wb .7s ease-in-out .05s infinite}.redesign-home .f1-wave-bar:nth-child(3){animation:f1-wb .9s ease-in-out .02s infinite}.redesign-home .f1-wave-bar:nth-child(4){animation:f1-wb .6s ease-in-out .08s infinite}.redesign-home .f1-wave-bar:nth-child(5){animation:f1-wb 1s ease-in-out .01s infinite}.redesign-home .f1-wave-bar:nth-child(6){animation:f1-wb .75s ease-in-out .06s infinite}.redesign-home .f1-wave-bar:nth-child(7){animation:f1-wb .85s ease-in-out .04s infinite}.redesign-home .f1-wave-bar:nth-child(8){animation:f1-wb .65s ease-in-out .09s infinite}.redesign-home .f1-wave-bar:nth-child(9){animation:f1-wb .95s ease-in-out .03s infinite}.redesign-home .f1-wave-bar:nth-child(10){animation:f1-wb .7s ease-in-out .07s infinite}.redesign-home .f1-wave-bar:nth-child(11){animation:f1-wb .8s ease-in-out .02s infinite}.redesign-home .f1-wave-bar:nth-child(12){animation:f1-wb .6s ease-in-out .1s infinite}.redesign-home .f1-wave-bar:nth-child(13){animation:f1-wb .9s ease-in-out .04s infinite}.redesign-home .f1-wave-bar:nth-child(14){animation:f1-wb .75s ease-in-out .06s infinite}.redesign-home .f1-wave-bar:nth-child(15){animation:f1-wb .85s ease-in-out .03s infinite}.redesign-home .f1-wave-bar:nth-child(16){animation:f1-wb .7s ease-in-out .08s infinite}.redesign-home .f1-wave-bar:nth-child(17){animation:f1-wb .65s ease-in-out .05s infinite}.redesign-home .f1-wave-bar:nth-child(18){animation:f1-wb .9s ease-in-out .02s infinite}.redesign-home .f1-wave-bar:nth-child(19){animation:f1-wb .8s ease-in-out .07s infinite}.redesign-home .f1-wave-bar:nth-child(20){animation:f1-wb .75s ease-in-out .04s infinite}.redesign-home .f1-wave-bar:nth-child(21){animation:f1-wb .85s ease-in-out .06s infinite}.redesign-home .f1-wave-bar:nth-child(22){animation:f1-wb .7s ease-in-out .03s infinite}.redesign-home .f1-wave-bar:nth-child(23){animation:f1-wb .65s ease-in-out .09s infinite}.redesign-home .f1-wave-bar:nth-child(24){animation:f1-wb .9s ease-in-out .01s infinite}.redesign-home .f1-wave-bar:nth-child(10),.redesign-home .f1-wave-bar:nth-child(11),.redesign-home .f1-wave-bar:nth-child(12),.redesign-home .f1-wave-bar:nth-child(13),.redesign-home .f1-wave-bar:nth-child(14),.redesign-home .f1-wave-bar:nth-child(15){background:#4a72e0}@keyframes f1-wb{0%,to{height:4px;opacity:.35}50%{height:22px;opacity:1}}.redesign-home .f1-mic-btn{width:44px;height:44px;border-radius:50%;background:#ef4444;border:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;animation:f1-micGlow 1.5s ease infinite}.redesign-home .f1-mic-btn .f1-mic-stop{width:14px;height:14px;background:white;border-radius:3px}@keyframes f1-micGlow{0%,to{box-shadow:0 0 0 0 rgba(239,68,68,.3)}50%{box-shadow:0 0 0 8px rgba(239,68,68,0)}}.redesign-home .f2-mockup-frame{--wa-green:#075e54;--wa-green-light:#128c7e;--wa-bg:#ece5dd;--wa-outgoing:#dcf8c6;--wa-incoming:#ffffff;--wa-text:#303030;--wa-time:#8696a0;--wa-text-light:#667781;width:100%;height:100%;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.redesign-home .f2-wa-header{background:var(--wa-green);padding:12px 16px;display:flex;align-items:center;gap:10px;flex-shrink:0}.redesign-home .f2-wa-header-back svg{width:18px;height:18px;stroke:white;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.redesign-home .f2-wa-header-avatar{width:32px;height:32px;border-radius:50%;background:var(--wa-green-light);display:flex;align-items:center;justify-content:center;color:white;font-size:12px;font-weight:700}.redesign-home .f2-wa-header-info{flex:1}.redesign-home .f2-wa-header-name{font-size:14px;font-weight:600;color:white}.redesign-home .f2-wa-header-status{font-size:10px;color:rgba(255,255,255,.7)}.redesign-home .f2-wa-header-actions{display:flex;gap:14px}.redesign-home .f2-wa-header-actions svg{width:18px;height:18px;stroke:white;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.redesign-home .f2-wa-chat{flex:1;background:var(--wa-bg);background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c8bfb0' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");padding:14px 16px;display:flex;flex-direction:column;gap:6px;overflow:hidden}.redesign-home .f2-wa-date{text-align:center;margin-bottom:2px}.redesign-home .f2-wa-date span{display:inline-block;background:rgba(255,255,255,.85);padding:3px 12px;border-radius:8px;font-size:10px;color:var(--wa-text-light);font-weight:500;box-shadow:0 1px 2px rgba(0,0,0,.06)}.redesign-home .f2-wa-bubble{max-width:72%;padding:6px 8px 3px;border-radius:8px;font-size:12px;line-height:1.5;color:var(--wa-text)}.redesign-home .f2-wa-bubble-out{background:var(--wa-outgoing);align-self:flex-end;border-top-right-radius:2px}.redesign-home .f2-wa-bubble-in{background:var(--wa-incoming);align-self:flex-start;border-top-left-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.04)}.redesign-home .f2-wa-sender{font-size:11px;font-weight:600;color:var(--blue);margin-bottom:1px}.redesign-home .f2-wa-voice{display:flex;align-items:center;gap:6px;padding:3px 0}.redesign-home .f2-wa-voice-row{display:flex;align-items:center;gap:6px;width:100%}.redesign-home .f2-wa-voice-play{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.redesign-home .f2-wa-voice-play-out{background:var(--wa-green-light)}.redesign-home .f2-wa-voice-play-in{background:var(--wa-time)}.redesign-home .f2-wa-voice-play svg{width:10px;height:10px;fill:white}.redesign-home .f2-wa-voice-wave{display:flex;align-items:center;gap:1.5px;flex:1;height:18px}.redesign-home .f2-wa-voice-wave-out span{background:var(--wa-green-light);opacity:.6}.redesign-home .f2-wa-voice-wave-in span{background:var(--wa-time);opacity:.5}.redesign-home .f2-wa-voice-wave span{width:2px;border-radius:2px}.redesign-home .f2-wa-voice-dur{font-size:10px;color:var(--wa-time);flex-shrink:0}.redesign-home .f2-wa-time{font-size:9px;color:var(--wa-time);text-align:right;margin-top:1px;display:flex;align-items:center;justify-content:flex-end;gap:2px}.redesign-home .f2-wa-time svg{width:12px;height:12px;stroke:#53bdeb;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.redesign-home .f2-wa-text-msg{padding:3px 3px 1px}.redesign-home .f2-wa-action{display:inline-flex;align-items:center;gap:4px;margin-top:4px;padding:3px 8px;background:rgba(45,90,206,.1);border-radius:4px;font-size:10px;font-weight:600;color:var(--blue)}.redesign-home .f2-wa-action svg{width:10px;height:10px;stroke:var(--blue);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.redesign-home .f2-wa-input{background:var(--wa-bg);padding:6px 10px;display:flex;align-items:center;gap:6px;flex-shrink:0}.redesign-home .f2-wa-input-field{flex:1;background:white;border-radius:20px;padding:8px 14px;font-size:12px;color:var(--wa-text-light);display:flex;align-items:center;gap:6px}.redesign-home .f2-wa-input-field svg{width:18px;height:18px;stroke:var(--wa-time);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.redesign-home .f2-wa-input-mic{width:38px;height:38px;border-radius:50%;background:var(--wa-green-light);border:none;display:flex;align-items:center;justify-content:center}.redesign-home .f2-wa-input-mic svg{width:18px;height:18px;stroke:white;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.redesign-home .f2-wh1{height:3px}.redesign-home .f2-wh2{height:7px}.redesign-home .f2-wh3{height:11px}.redesign-home .f2-wh4{height:14px}.redesign-home .f2-wh5{height:5px}.redesign-home .f2-wh6{height:12px}.redesign-home .f2-wh7{height:9px}.redesign-home .f2-wh8{height:16px}.redesign-home .f2-wh9{height:6px}.redesign-home .f2-wh10{height:2px}.redesign-home .f2-wh11{height:10px}.redesign-home .f2-wh12{height:13px}.redesign-home .f2-msg-anim{opacity:0;transform:translateY(12px);animation:f2-msgPop .4s ease forwards}.redesign-home .f2-msg-anim:first-child{animation-delay:.3s}.redesign-home .f2-msg-anim:nth-child(2){animation-delay:.8s}.redesign-home .f2-msg-anim:nth-child(3){animation-delay:2s}@keyframes f2-msgPop{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.redesign-home .f4-mockup-frame{--red:#ef4444;--red-bg:#fef2f2;--amber:#f59e0b;width:100%;height:100%;border-radius:16px;overflow:hidden;background:#fff;border:1px solid var(--border);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px 48px}.redesign-home .f4-deal-header{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.redesign-home .f4-deal-name{font-size:13px;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:8px}.redesign-home .f4-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;animation:f4-dotColor 4s ease 2.5s forwards}@keyframes f4-dotColor{0%{background:#ef4444}to{background:#10b981}}.redesign-home .f4-deal-value{font-size:12px;font-weight:600;color:var(--text-muted)}.redesign-home .f4-health-section{width:100%;margin-bottom:14px}.redesign-home .f4-health-label-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.redesign-home .f4-health-title{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.redesign-home .f4-health-value{font-size:28px;font-weight:700;color:#ef4444;font-variant-numeric:tabular-nums;animation:f4-valueColor 4s ease 2.5s forwards}@keyframes f4-valueColor{0%{color:#ef4444}to{color:#10b981}}.redesign-home .f4-health-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:#fef2f2;color:#ef4444;margin-left:8px;vertical-align:middle;animation:f4-badgeSwap 4s ease 2.5s forwards}@keyframes f4-badgeSwap{0%{background:#fef2f2;color:#ef4444}to{background:#ecfdf5;color:#10b981}}.redesign-home .f4-bar-track{width:100%;height:14px;background:#f1f2f3;border-radius:8px;overflow:hidden}.redesign-home .f4-bar-fill{height:100%;border-radius:8px;background:#ef4444;width:44%;animation:f4-barGrow 4s ease 2.5s forwards;position:relative}@keyframes f4-barGrow{0%{width:44%;background:#ef4444}40%{background:#f59e0b}to{width:82%;background:#10b981}}.redesign-home .f4-bar-fill:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:f4-shimmer 2s ease infinite}@keyframes f4-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.redesign-home .f4-reco-card{width:100%;padding:16px 18px;border-radius:12px;border:1.5px solid rgba(45,90,206,.12);background:var(--blue-ice);margin-bottom:10px;opacity:0;animation:f4-recoIn .5s ease 1.2s forwards}@keyframes f4-recoIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.redesign-home .f4-reco-tag{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.redesign-home .f4-reco-tag svg{width:12px;height:12px;stroke:var(--blue);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.redesign-home .f4-reco-text{font-size:14px;font-weight:600;color:var(--navy);line-height:1.5;margin-bottom:6px}.redesign-home .f4-reco-sub{font-size:11px;color:var(--text-muted);line-height:1.4}.redesign-home .f4-result-row{width:100%;display:flex;align-items:center;gap:10px;opacity:0;animation:f4-resultIn .5s ease 6.5s forwards}@keyframes f4-resultIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.redesign-home .f4-result-check{width:22px;height:22px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.redesign-home .f4-result-check svg{width:12px;height:12px;stroke:white;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.redesign-home .f4-result-text{font-size:12px;font-weight:600;color:var(--green)}.redesign-home .f5-mockup-frame{--tint-dim:rgba(169,194,247,0.12);--tint-mid:rgba(169,194,247,0.25);--text-faint:rgba(169,194,247,0.45);width:100%;height:100%;border-radius:16px;overflow:hidden;background:var(--navy);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.redesign-home .f5-mockup-frame:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 38%,rgba(169,194,247,.04) 0,transparent 65%);pointer-events:none}.redesign-home .f5-call-area{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.redesign-home .f5-phone-circle,.redesign-home .f5-phone-wrap{position:relative;width:72px;height:72px}.redesign-home .f5-phone-circle{border-radius:50%;background:var(--tint-dim);display:flex;align-items:center;justify-content:center;z-index:2;animation:f5-phoneShake .5s ease-in-out 0s 3,f5-phoneSettle .4s ease 1.5s forwards}@keyframes f5-phoneShake{0%,to{transform:rotate(0deg)}15%{transform:rotate(-10deg)}30%{transform:rotate(10deg)}45%{transform:rotate(-6deg)}60%{transform:rotate(6deg)}75%{transform:rotate(-3deg)}}@keyframes f5-phoneSettle{to{background:var(--tint-mid)}}.redesign-home .f5-phone-circle svg{width:28px;height:28px;stroke:#a9c2f7;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.redesign-home .f5-ring{position:absolute;top:50%;left:50%;width:72px;height:72px;margin:-36px 0 0 -36px;border-radius:50%;border:1.5px solid #a9c2f7;opacity:0;pointer-events:none}.redesign-home .f5-ring-1{animation:f5-ringPulse .75s ease-out 0s 2}.redesign-home .f5-ring-2{animation:f5-ringPulse .75s ease-out .2s 2}.redesign-home .f5-ring-3{animation:f5-ringPulse .75s ease-out .4s 2}@keyframes f5-ringPulse{0%{width:72px;height:72px;margin:-36px 0 0 -36px;opacity:.5}to{width:130px;height:130px;margin:-65px 0 0 -65px;opacity:0}}.redesign-home .f5-calling-text{animation:f5-fadeIn .2s ease .2s forwards,f5-fadeOut .3s ease 1.5s forwards}.redesign-home .f5-calling-text,.redesign-home .f5-connected-text{margin-top:18px;font-size:11px;font-weight:700;color:#a9c2f7;letter-spacing:3px;text-transform:uppercase;opacity:0}.redesign-home .f5-connected-text{animation:f5-fadeIn .3s ease 2s forwards}.redesign-home .f5-call-timer{margin-top:6px;font-size:11px;font-weight:500;color:var(--text-faint);font-variant-numeric:tabular-nums;opacity:0;animation:f5-fadeIn .3s ease 2.3s forwards}.redesign-home .f5-transcript{margin-top:48px;opacity:0;animation:f5-transcriptIn .8s ease 3.2s forwards;z-index:1;padding:0 24px;max-width:440px;text-align:center}@keyframes f5-transcriptIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.redesign-home .f5-transcript-line{display:inline;font-size:16px;font-weight:500;color:#aebfcb;line-height:1.8}.redesign-home .f5-cursor{display:inline-block;width:2px;height:17px;background:#aebfcb;margin-left:3px;vertical-align:text-bottom;animation:f5-blink .8s step-end infinite}@keyframes f5-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f5-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes f5-blink{0%,to{opacity:1}50%{opacity:0}}.redesign-home .replaces-section{padding:100px 48px;background:var(--white);text-align:center}.redesign-home .replaces-section h2{font-family:Cormorant,Georgia,serif!important;font-size:clamp(34px,4.5vw,54px)!important;color:var(--navy);margin-bottom:12px;font-weight:600;line-height:1.22}.redesign-home .replaces-section>p{font-size:17px!important;color:var(--text-body);margin-bottom:56px;line-height:1.6}.redesign-home .replaces-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:40px;max-width:960px;margin:0 auto;align-items:stretch}.redesign-home .replaces-old{background:var(--blue-ice);border-radius:var(--radius);padding:36px 32px;text-align:left}.redesign-home .replaces-old-title{font-size:14px;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-light);font-weight:600;margin-bottom:24px}.redesign-home .replaces-old-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--white);border-radius:var(--radius-sm);margin-bottom:10px}.redesign-home .replaces-old-item:last-child{margin-bottom:0}.redesign-home .replaces-old-item-text{display:flex;flex-direction:column}.redesign-home .replaces-old-item-text strong{font-size:15px;color:var(--navy);font-weight:600}.redesign-home .replaces-old-item-text span{font-size:13px;color:var(--text-light)}.redesign-home .replaces-old-item-icon{display:flex;align-items:center;justify-content:center;width:40px;flex-shrink:0}.redesign-home .brand-icon{filter:grayscale(1) opacity(.7);display:block}.redesign-home .replaces-arrow{display:flex;align-items:center;justify-content:center}.redesign-home .replaces-arrow svg{width:40px;height:40px;stroke:var(--text-light);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.redesign-home .replaces-new{background:var(--navy);border-radius:var(--radius);padding:36px 32px;text-align:left}.redesign-home .replaces-new-title{font-size:14px;text-transform:uppercase;letter-spacing:1.5px;color:var(--blue);font-weight:600;margin-bottom:24px}.redesign-home .replaces-new-item{display:flex;align-items:center;gap:14px;padding:14px 16px;background:rgba(255,255,255,.06);border-radius:var(--radius-sm);margin-bottom:10px}.redesign-home .replaces-new-item:last-child{margin-bottom:0}.redesign-home .replaces-new-check{width:24px;height:24px;background:rgba(169,194,247,.16);color:#a9c2f7;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.redesign-home .replaces-new-check svg{width:14px;height:14px;stroke:#a9c2f7;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.redesign-home .replaces-new-item-text strong{font-size:15px;color:var(--white);font-weight:600;display:block}.redesign-home .replaces-new-item-text span{font-size:13px;color:#aebfcb}.redesign-home .usecases-section-full{background:var(--navy)}.redesign-home .usecases-section{padding:100px 48px;color:var(--white);max-width:1200px;margin:0 auto}.redesign-home .usecases-section .section-label{color:var(--blue);text-align:center}.redesign-home .usecases-section h2{font-family:Cormorant,Georgia,serif!important;font-size:clamp(34px,4.5vw,54px)!important;text-align:center;margin-bottom:12px;font-weight:600}.redesign-home .usecases-section>p{font-size:17px!important;color:#aebfcb;text-align:center;margin-bottom:48px}.redesign-home .usecase-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:48px}.redesign-home .usecase-tab{padding:10px 24px;border-radius:50px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#aebfcb;font-family:var(--font-body);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.redesign-home .usecase-tab.active,.redesign-home .usecase-tab:hover{background:var(--blue);color:var(--white);border-color:var(--blue)}.redesign-home .usecase-content{display:none;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.redesign-home .usecase-content.active{display:grid}.redesign-home .usecase-visual{background:rgba(255,255,255,.05);border-radius:var(--radius);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.08);overflow:hidden}.redesign-home .usecase-visual img{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.redesign-home .usecase-text h3{font-family:Cormorant,Georgia,serif!important;font-size:31px!important;margin-bottom:16px;line-height:1.2;font-weight:600}.redesign-home .usecase-text p{font-size:15px!important;color:#aebfcb;line-height:1.7;margin-bottom:24px}.redesign-home .usecase-points{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.redesign-home .usecase-points span{font-size:14px;color:#aebfcb;display:flex;align-items:center;gap:10px}.redesign-home .usecase-points span:before{content:"";width:6px;height:6px;background:var(--blue);border-radius:50%;flex-shrink:0}.redesign-home .btn-cta-light{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:var(--blue);color:var(--white);border-radius:50px;font-size:15px;font-weight:600;font-family:Montserrat,system-ui,sans-serif;text-decoration:none;transition:all .2s}.redesign-home .btn-cta-light:hover{background:var(--blue-hover);transform:translateY(-1px)}.redesign-home .security-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1280px;margin:48px auto 0}.redesign-home .security-badge{display:flex;align-items:flex-start;gap:14px;padding:24px;background:rgba(15,44,63,.03);border:1px solid rgba(15,44,63,.08);border-radius:var(--radius-sm);transition:all .2s;min-width:0}.redesign-home .security-badge:hover{background:rgba(15,44,63,.05);border-color:rgba(15,44,63,.14)}.redesign-home .security-badge-icon{width:44px;height:44px;background:rgba(15,44,63,.06);border-radius:10px;display:flex;align-items:center;justify-content:center}.redesign-home .security-badge-icon svg{width:22px;height:22px;stroke:var(--navy);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.redesign-home .sec-item-mark{height:48px;width:auto;margin-top:18px;display:block}.redesign-home .sec-item-mark--iso{height:40px}.redesign-home .security-badge-text{text-align:left;min-width:0;flex:1}.redesign-home .security-badge-text strong{display:block;font-size:16px;color:var(--navy);font-weight:700;margin-bottom:2px}.redesign-home .security-badge-text span{display:block;font-size:13px;color:rgba(15,44,63,.55);line-height:1.5}.redesign-home .security-badge-accent{color:var(--blue);font-weight:700}.redesign-home .ctx-mockup{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden;background:var(--blue-wash);border-radius:16px}.redesign-home .ctx-chat-area{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding:24px 24px 16px;gap:14px;overflow:hidden}.redesign-home .ctx-msg{display:flex;gap:10px;opacity:0;animation:ctxMsgIn .4s ease forwards}.redesign-home .ctx-msg-user{flex-direction:row-reverse}.redesign-home .ctx-msg:first-child{animation-delay:.3s}.redesign-home .ctx-msg:nth-child(2){animation-delay:1.2s}@keyframes ctxMsgIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.redesign-home .ctx-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.redesign-home .ctx-msg-user .ctx-avatar{background:var(--blue);color:white}.redesign-home .ctx-msg-ai .ctx-avatar{background:var(--white);overflow:hidden}.redesign-home .ctx-msg-ai .ctx-avatar img{width:100%;height:100%;object-fit:contain}.redesign-home .ctx-bubble{padding:10px 14px;border-radius:16px;max-width:90%;font-size:12px;line-height:1.6}.redesign-home .ctx-msg-user .ctx-bubble{background:var(--blue);color:white;border-bottom-right-radius:4px}.redesign-home .ctx-msg-ai .ctx-bubble{background:var(--white);color:var(--text-body);border-bottom-left-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.redesign-home .ctx-bubble-label{font-size:10px;font-weight:600;margin-bottom:4px;opacity:.6}.redesign-home .ctx-card{margin-top:8px;border-radius:10px;border:1px solid #eaeffa;overflow:hidden}.redesign-home .ctx-card-header{padding:7px 12px;background:#eaeffa;font-size:10px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.8px;display:flex;align-items:center;gap:5px}.redesign-home .ctx-card-header svg{width:11px;height:11px;stroke:var(--blue);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.redesign-home .ctx-card-items{background:var(--blue-wash)}.redesign-home .ctx-item{padding:8px 12px;display:flex;align-items:flex-start;gap:10px;opacity:0;animation:ctxItemIn .3s ease forwards}.redesign-home .ctx-item:first-child{animation-delay:1.8s}.redesign-home .ctx-item:nth-child(2){animation-delay:2.3s}.redesign-home .ctx-item:nth-child(3){animation-delay:2.8s}.redesign-home .ctx-item+.ctx-item{border-top:1px solid rgba(45,90,206,.06)}@keyframes ctxItemIn{0%{opacity:0;transform:translateX(-6px)}to{opacity:1;transform:translateX(0)}}.redesign-home .ctx-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.redesign-home .ctx-icon-call{background:var(--blue-ice);font-size:14px}.redesign-home .ctx-icon-email,.redesign-home .ctx-icon-wa{background:var(--blue-ice)}.redesign-home .ctx-icon img{width:18px;height:18px;object-fit:contain}.redesign-home .ctx-detail{flex:1;min-width:0}.redesign-home .ctx-source{font-size:10px;font-weight:600;color:#7a8fa0;margin-bottom:2px}.redesign-home .ctx-source span{color:#a3b4c4;font-weight:400}.redesign-home .ctx-text{font-size:11px;color:var(--text-body);line-height:1.4}.rd-footer{background:var(--navy,#0F2C3F);padding:64px clamp(48px,5vw,120px) 32px}.rd-footer .footer-grid{display:grid;grid-template-columns:minmax(340px,1fr) 2fr;gap:48px;margin:0 0 48px}.rd-footer .footer-links-wrap{display:grid;grid-template-columns:repeat(3,max-content);justify-content:end;gap:32px 72px;align-items:start;width:100%}.rd-footer .footer-social{display:flex;gap:12px;margin-top:16px;padding-left:8px}.rd-footer .footer-social a{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;opacity:1;transition:opacity .2s}.rd-footer .footer-social a:hover{opacity:.7}.rd-footer .footer-brand .nav-logo img{height:40px!important;width:auto!important;max-width:none}.rd-footer .footer-brand p{font-size:14px;color:#aebfcb;line-height:1.6;margin-top:16px;padding-left:8px}.rd-footer .footer-col h4{font-family:Montserrat,system-ui,sans-serif;font-size:12px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:var(--white,#ffffff);margin:0 0 14px}.rd-footer .footer-col a{display:block;font-size:14px;color:#aebfcb;text-decoration:none;margin-bottom:20px;transition:color .2s}.rd-footer .footer-col a:last-child{margin-bottom:0}.rd-footer .footer-col a:hover{color:var(--white,#ffffff)}.rd-footer .footer-stores{margin-top:24px;padding-left:8px}.rd-footer .footer-stores-label{font-family:Montserrat,system-ui,sans-serif;font-size:12px;font-weight:500;letter-spacing:.6px;text-transform:uppercase;color:#7e93a2;margin:0 0 10px}.rd-footer .footer-stores-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.rd-footer .footer-store-link{display:inline-block;line-height:0;transition:transform .2s ease,opacity .2s ease}.rd-footer .footer-store-link:hover{transform:translateY(-2px);opacity:.85}.rd-footer .footer-store-link img{display:block;width:auto!important;max-width:none!important}.rd-footer .footer-store-link-apple img{height:40px!important}.rd-footer .footer-store-link-google img{height:58px!important}.rd-footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.08)}.rd-footer .footer-bottom p{font-size:13px;color:#7e93a2}.rd-footer .footer-bottom-links a{font-size:13px;color:#7e93a2;text-decoration:none;margin-left:24px}.rd-footer .footer-bottom-links a:hover{color:var(--white,#ffffff)}@keyframes rdFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.redesign-home .scroll-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.redesign-home .scroll-reveal.visible{opacity:1;transform:translateY(0)}.redesign-home .scroll-reveal:not(.visible) .f1-mic-dot,.redesign-home .scroll-reveal:not(.visible) .f1-msg,.redesign-home .scroll-reveal:not(.visible) .f1-wave-bar,.redesign-home .scroll-reveal:not(.visible) .f2-msg-anim,.redesign-home .scroll-reveal:not(.visible) .f4-bar-fill,.redesign-home .scroll-reveal:not(.visible) .f4-bar-fill:after,.redesign-home .scroll-reveal:not(.visible) .f4-dot,.redesign-home .scroll-reveal:not(.visible) .f4-health-badge,.redesign-home .scroll-reveal:not(.visible) .f4-health-value,.redesign-home .scroll-reveal:not(.visible) .f4-reco-card,.redesign-home .scroll-reveal:not(.visible) .f4-result-row,.redesign-home .scroll-reveal:not(.visible) .f5-call-timer,.redesign-home .scroll-reveal:not(.visible) .f5-calling-text,.redesign-home .scroll-reveal:not(.visible) .f5-connected-text,.redesign-home .scroll-reveal:not(.visible) .f5-cursor,.redesign-home .scroll-reveal:not(.visible) .f5-phone-circle,.redesign-home .scroll-reveal:not(.visible) .f5-ring-1,.redesign-home .scroll-reveal:not(.visible) .f5-ring-2,.redesign-home .scroll-reveal:not(.visible) .f5-ring-3,.redesign-home .scroll-reveal:not(.visible) .f5-transcript{animation-play-state:paused!important}.redesign-home .scroll-reveal.visible .f1-mic-dot,.redesign-home .scroll-reveal.visible .f1-msg,.redesign-home .scroll-reveal.visible .f1-wave-bar,.redesign-home .scroll-reveal.visible .f2-msg-anim,.redesign-home .scroll-reveal.visible .f4-bar-fill,.redesign-home .scroll-reveal.visible .f4-bar-fill:after,.redesign-home .scroll-reveal.visible .f4-dot,.redesign-home .scroll-reveal.visible .f4-health-badge,.redesign-home .scroll-reveal.visible .f4-health-value,.redesign-home .scroll-reveal.visible .f4-reco-card,.redesign-home .scroll-reveal.visible .f4-result-row,.redesign-home .scroll-reveal.visible .f5-call-timer,.redesign-home .scroll-reveal.visible .f5-calling-text,.redesign-home .scroll-reveal.visible .f5-connected-text,.redesign-home .scroll-reveal.visible .f5-cursor,.redesign-home .scroll-reveal.visible .f5-phone-circle,.redesign-home .scroll-reveal.visible .f5-ring-1,.redesign-home .scroll-reveal.visible .f5-ring-2,.redesign-home .scroll-reveal.visible .f5-ring-3,.redesign-home .scroll-reveal.visible .f5-transcript{animation-play-state:running!important}@media (max-width:1024px){.rd-footer .footer-links-wrap{grid-template-columns:repeat(2,minmax(0,1fr));max-width:480px}}@media (max-width:900px){.redesign-home .feature-row,.redesign-home .replaces-grid,.redesign-home .usecase-content.active{grid-template-columns:1fr}.redesign-home .feature-row:nth-child(2n) .feature-visual{order:0}.redesign-home .replaces-grid{gap:20px}.redesign-home .replaces-arrow svg{transform:rotate(90deg)}.rd-footer .footer-grid{grid-template-columns:1fr 1fr}.redesign-home .feature-visual{aspect-ratio:auto;height:auto;min-height:300px;overflow:hidden}.redesign-home .f1-mockup-frame,.redesign-home .f2-mockup-frame,.redesign-home .f4-mockup-frame,.redesign-home .f5-mockup-frame{height:auto;min-height:300px}.redesign-home .f5-transcript{margin-top:24px}.redesign-home .f5-transcript-line{font-size:14px}}@media (max-width:768px){.redesign-home .rd-nav{padding:14px 20px}.redesign-home .nav-logo img{height:40px!important}.redesign-home .hero{padding:130px 24px 50px}.redesign-home .hero h1{font-size:clamp(38px,10vw,58px)!important}.redesign-home .features-header h2{font-size:clamp(34px,9vw,54px)!important}.redesign-home .features-header p:not(.section-label){font-size:17px!important}.redesign-home .feature-content h3{font-size:clamp(29px,7.8vw,36px)!important}.redesign-home .feature-content p{font-size:16px!important;line-height:1.7}.redesign-home .problem-stat{font-size:63px}.redesign-home .replaces-section h2{font-size:clamp(34px,9vw,54px)!important}.redesign-home .replaces-section>p{font-size:17px!important}.redesign-home .usecases-section h2{font-size:clamp(34px,9vw,54px)!important}.redesign-home .usecases-section>p{font-size:17px!important}.redesign-home .usecase-text h3{font-size:29px!important}.redesign-home .usecase-text p{font-size:16px!important}.redesign-home .features-section,.redesign-home .final-cta,.redesign-home .integrations,.redesign-home .replaces-section,.redesign-home .security-banner,.redesign-home .usecases-section,.redesign-home .video-section{padding-left:24px;padding-right:24px}.redesign-home .usecase-tabs{flex-wrap:wrap;justify-content:center;gap:8px;padding-bottom:8px}.redesign-home .usecase-tabs::-webkit-scrollbar{display:none}.redesign-home .usecase-tab{white-space:nowrap}.rd-footer{padding:48px 24px 24px}.rd-footer .footer-grid{grid-template-columns:1fr;gap:32px}.rd-footer .footer-links-wrap{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px;max-width:none;margin-left:0}.rd-footer .footer-brand{max-width:100%}.rd-footer .footer-brand p,.rd-footer .footer-social,.rd-footer .footer-stores{padding-left:0}.rd-footer .footer-col a{min-height:0;margin-bottom:0;padding:12px 0}.rd-footer .footer-col h4{margin-bottom:2px}.rd-footer .footer-brand .nav-logo img{height:40px!important}.rd-footer .footer-bottom{flex-direction:column;gap:12px;text-align:center}.rd-footer .footer-bottom-links{display:flex;gap:16px}.rd-footer .footer-bottom-links a{margin-left:0}.redesign-home .feature-visual{overflow:hidden}}@media (max-width:1280px){.rd-nav .nav-links{margin-left:56px;gap:32px}.rd-nav .nav-link{font-size:16px}.rd-nav .nav-chevron{font-size:20px;margin-left:4px}}@media (max-width:1080px){.rd-nav .nav-links{display:none}.redesign-home .nav-hamburger{display:block}.redesign-home .nav-right{margin-left:auto}}@media (max-width:900px){.redesign-home .security-badges{grid-template-columns:repeat(2,1fr);max-width:720px}}@media (max-width:480px){.redesign-home .security-badges{max-width:480px}.redesign-home .nav-right{display:none}.redesign-home .nav-hamburger{display:block}.redesign-home .btn-cta{padding:16px 32px;font-size:15px}.redesign-home .security-badges{grid-template-columns:1fr}}@media (max-width:600px){.redesign-home .faq-hero{padding:110px 24px 32px!important}.redesign-home .faq-list{padding:40px 24px 60px!important}}.rd-nav.rd-nav-overlay{transition:background .35s ease,border-color .35s ease}.rd-nav.rd-nav-overlay:not(.rd-nav-scrolled){background:transparent;border-bottom-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.rd-nav.rd-nav-overlay:not(.rd-nav-scrolled) .nav-link{color:#fff}.rd-nav.rd-nav-overlay:not(.rd-nav-scrolled) .nav-link:hover{color:#a9c2f7}.redesign-home .rd-nav-overlay:not(.rd-nav-scrolled) .nav-login{color:#fff;border-color:rgba(255,255,255,.55)}.redesign-home .rd-nav-overlay:not(.rd-nav-scrolled) .nav-login:hover{background:#fff;color:#0F2C3F}.redesign-home .rd-nav-overlay:not(.rd-nav-scrolled) .nav-hamburger{color:#fff}.redesign-home .hero-cinematic{height:185svh;padding:0;background:#0A1B28;position:relative}.redesign-home .hero-pin{position:sticky;top:0;height:100svh;padding:clamp(96px,17svh,168px) 48px 0;display:flex;align-items:flex-start;justify-content:center;overflow:clip;text-align:center}.redesign-home .hero-stage{position:absolute;inset:0}.redesign-home .hero-photo{position:absolute;left:50%;top:0;transform:translateX(-50%);width:max(125%,calc(100svh * 11008 / 6144 * 1.25));aspect-ratio:11008/6144}.redesign-home .hero-photo-img{display:block;width:100%;height:100%;object-fit:cover}.redesign-home .hero-photo:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(10,27,40,.88),rgba(10,27,40,.72) 30%,rgba(10,27,40,.44) 48%,rgba(10,27,40,.12) 62%,rgba(10,27,40,0) 74%)}.redesign-home .hero-laptop-screen{position:absolute;left:41.95%;top:49.87%;width:16.08%;height:18.95%;overflow:hidden;z-index:1}@media (max-height:820px) and (min-width:901px){.redesign-home .hero-photo{width:max(150%,calc(100svh * 11008 / 6144 * 1.5))}}@media (max-width:900px){.redesign-home .hero-photo{width:max(100%,calc(100svh * 2263 / 4900));aspect-ratio:2263/4900}.redesign-home .hero-laptop-screen{left:10.91%;top:62%;width:78.17%;height:23.76%}.redesign-home .hero-photo:after{background:linear-gradient(180deg,rgba(10,27,40,.9),rgba(10,27,40,.82) 38%,rgba(10,27,40,.66) 58%,rgba(10,27,40,.3) 70%,rgba(10,27,40,0) 80%)}}.redesign-home .hero-screen-hi{display:block;width:100%;height:100%;object-fit:fill}.redesign-home .hero-cinematic h1{font-size:clamp(38px,4.6vw,62px)!important;margin-bottom:10px}.redesign-home .hero-cinematic .hero-subheadline{font-size:clamp(21px,2vw,26px)!important;margin:0 auto 12px}.redesign-home .hero-cinematic .hero-sub{font-size:17px!important;line-height:1.6;max-width:680px;margin-bottom:20px}.redesign-home .hero-cinematic .hero-microcopy{margin-top:8px}.redesign-home .hero-cinematic .btn-cta{padding:15px 36px;font-size:16px}.redesign-home .hero-pin:after{content:"";position:absolute;left:0;right:0;bottom:0;height:58%;background:linear-gradient(180deg,rgba(10,27,40,0),rgba(10,27,40,.34) 55%,rgba(10,27,40,.85));pointer-events:none}.redesign-home .hero-inner{position:relative;z-index:1}.redesign-home .hero-cinematic h1{color:#fff;text-shadow:0 2px 40px rgba(7,21,34,.5)}.redesign-home .hero-cinematic .hero-kicker,.redesign-home .hero-cinematic h1 .accent,.redesign-home .hero-cinematic h1 em{color:#fff}.redesign-home .hero-cinematic .hero-subheadline{color:#dbe6f2}.redesign-home .hero-cinematic .hero-sub{color:#e4edf6;font-weight:500;text-shadow:0 1px 24px rgba(7,21,34,.55)}.redesign-home .hero-cinematic .hero-secondary{color:#a9c2f7}.redesign-home .hero-cinematic .hero-secondary:hover{border-bottom-color:#a9c2f7}.redesign-home .hero-cinematic .hero-microcopy{color:rgba(255,255,255,.82)}@media (max-width:480px){.redesign-home .hero-cinematic h1{font-size:clamp(28px,7.6vw,34px)!important;margin-bottom:8px}.redesign-home .hero-cinematic .hero-sub{font-size:13.5px!important;line-height:1.55;margin-bottom:14px}.redesign-home .hero-cinematic .hero-kicker{font-size:10.5px;margin-bottom:10px}.redesign-home .hero-cinematic .hero-microcopy{display:none}.redesign-home .hero-cinematic .btn-cta{padding:12px 26px;font-size:14px}.redesign-home .hero-cinematic .hero-cta-wrapper{gap:12px}}.redesign-home .dash-section{background:linear-gradient(180deg,#0A1B28,#0F2C3F 70%,#0A1B28);padding:60px 48px 140px;margin-top:-1px;position:relative}.redesign-home .dash-frame-wrap{--p:0;max-width:1120px;margin:0 auto;perspective:1400px;position:relative;z-index:2}.redesign-home .dash-frame{transform-origin:50% 0;transform:rotateX(calc((1 - var(--p)) * 10deg)) translateY(calc((1 - var(--p)) * 50px)) scale(calc(.96 + var(--p) * .04));opacity:calc(.5 + var(--p) * .5);will-change:transform,opacity;display:grid;grid-template-columns:216px 1fr;min-height:540px;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#11293b,#0c2130);border:1px solid rgba(169,194,247,.16);box-shadow:0 50px 120px rgba(4,12,20,.65),0 12px 36px rgba(4,12,20,.4)}.redesign-home .hd-sidebar{border-right:1px solid rgba(169,194,247,.1);padding:26px 20px;background:rgba(7,21,34,.45)}.redesign-home .hd-logo{height:30px!important;width:auto!important;display:block;margin:0 0 30px 8px}.redesign-home .hd-nav{display:flex;flex-direction:column;gap:4px}.redesign-home .hd-nav-item{font-family:Montserrat,system-ui,sans-serif;font-size:13px;font-weight:500;color:#8fa5b6;padding:9px 12px;border-radius:8px}.redesign-home .hd-nav-active{background:rgba(45,90,206,.28);color:#dfe9f2;font-weight:600}.redesign-home .hd-main{padding:26px 30px;display:flex;flex-direction:column;gap:22px;text-align:left}.redesign-home .hd-topbar{display:flex;align-items:center;gap:18px}.redesign-home .hd-title{font-family:Cormorant,Georgia,serif;font-size:26px;font-weight:600;color:#fff}.redesign-home .hd-search{flex:1;max-width:340px;margin-left:auto;font-size:12.5px;color:#7e93a2;background:rgba(169,194,247,.08);border:1px solid rgba(169,194,247,.12);border-radius:50px;padding:8px 16px}.redesign-home .hd-avatar{width:32px;height:32px;border-radius:50%;background:#2d5ace;color:#fff;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center}.redesign-home .hd-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.redesign-home .hd-tile{background:rgba(169,194,247,.06);border:1px solid rgba(169,194,247,.1);border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;gap:6px}.redesign-home .hd-tile-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#7e93a2}.redesign-home .hd-tile-value{font-size:24px;font-weight:600;color:#fff;font-variant-numeric:tabular-nums}.redesign-home .hd-list{border:1px solid rgba(169,194,247,.1);border-radius:12px;overflow:hidden}.redesign-home .hd-row{display:grid;grid-template-columns:1.6fr 1fr auto auto;gap:16px;align-items:center;padding:13px 18px;font-size:13px}.redesign-home .hd-row+.hd-row{border-top:1px solid rgba(169,194,247,.08)}.redesign-home .hd-row-name{color:#dfe9f2;font-weight:600}.redesign-home .hd-row-owner{color:#8fa5b6}.redesign-home .hd-row-value{color:#dfe9f2;font-variant-numeric:tabular-nums;text-align:right}.redesign-home .hd-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;padding:4px 10px;border-radius:50px;justify-self:end;min-width:84px;text-align:center}.redesign-home .hd-badge-good{background:rgba(16,185,129,.16);color:#4ade80}.redesign-home .hd-badge-watch{background:rgba(245,158,11,.16);color:#fbbf24}.redesign-home .hd-badge-risk{background:rgba(239,68,68,.16);color:#f87171}.redesign-home .hd-strip{display:flex;align-items:center;gap:10px;background:rgba(45,90,206,.16);border:1px solid rgba(45,90,206,.3);border-radius:10px;padding:12px 18px;font-size:13px;color:#dfe9f2}.redesign-home .hd-strip-dot{width:8px;height:8px;border-radius:50%;background:#a9c2f7;flex-shrink:0;animation:hdPulse 2s ease infinite}@keyframes hdPulse{0%,to{box-shadow:0 0 0 0 rgba(169,194,247,.4)}50%{box-shadow:0 0 0 6px rgba(169,194,247,0)}}.redesign-home .hd-strip-link{margin-left:auto;color:#a9c2f7;font-weight:600}.redesign-home .features-showcase{background:var(--navy);padding:0}.redesign-home .fs-scroller{position:relative}.redesign-home .fs-pin{position:sticky;top:0;height:100svh;display:flex;flex-direction:column;justify-content:center;padding-top:96px;overflow:clip}.redesign-home .fs-viewport{position:relative;flex:1 1 auto;min-height:0;width:100%;overflow:hidden}.redesign-home .fs-rail{justify-content:center;gap:0;margin:0 auto 40px}.redesign-home .fs-rail,.redesign-home .fs-rail-stop{display:flex;align-items:center}.redesign-home .fs-rail-stop+.fs-rail-stop:before{content:"";width:52px;height:2px;margin:0 12px;background:var(--fsline,rgba(169,194,247,.22))}.redesign-home .fs-rail-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(169,194,247,.35);transition:background .3s ease,border-color .3s ease,transform .3s ease}.redesign-home .fs-rail-num{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:600;letter-spacing:2px;color:rgba(169,194,247,.4);margin-left:8px;transition:color .3s ease}.redesign-home .fs-rail-stop.is-on .fs-rail-dot{border-color:#a9c2f7}.redesign-home .fs-rail-stop.is-on .fs-rail-num{color:rgba(169,194,247,.7)}.redesign-home .fs-rail-stop.is-active .fs-rail-dot{background:#a9c2f7;transform:scale(1.25)}.redesign-home .fs-rail-stop.is-active .fs-rail-num{color:#fff}.redesign-home .fs-header{text-align:center;max-width:760px;margin:0 auto 44px}.redesign-home .fs-header .section-label{color:#a9c2f7}.redesign-home .fs-header h2{font-family:Cormorant,Georgia,serif!important;font-size:clamp(30px,3.4vw,46px)!important;color:#fff;font-weight:600;line-height:1.22}.redesign-home .fs-route{--fsw:620px;--fsk:1;--fsdot:7px;--fsline:rgba(169,194,247,0.22);position:absolute;inset:0}.redesign-home .fs-stop{margin-bottom:0;position:absolute;inset:0;display:grid;grid-template-columns:minmax(300px,460px) var(--fsw);justify-content:center;align-items:center;gap:clamp(40px,5vw,76px);text-align:left;opacity:0;transition:none;will-change:transform,opacity;scroll-margin-top:110px}.redesign-home .fs-stop:first-child{opacity:1}.redesign-home .fs-stop-copy{max-width:460px}.redesign-home .fs-dot{display:none}.redesign-home .fs-stop-head{position:relative;height:14px;margin-bottom:22px}.redesign-home .fs-dot{position:absolute;left:0;top:0;width:14px;height:14px;border-radius:50%;border:2px solid #a9c2f7;background:var(--navy)}.redesign-home .fs-num{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:600;letter-spacing:4px;line-height:14px;color:#a9c2f7}.redesign-home .fs-stop h3{font-family:Cormorant,Georgia,serif!important;font-size:clamp(34px,3.4vw,48px)!important;color:#fff;margin-bottom:16px;line-height:1.12;font-weight:600}.redesign-home .fs-stop .fs-desc{font-size:16px!important;color:#aebfcb;line-height:1.75;margin-bottom:26px}.redesign-home .fs-stop .feature-more-link{color:#a9c2f7;font-size:15px}.redesign-home .fs-stop-visual{position:relative;width:var(--fsw);aspect-ratio:4/3;border-radius:14px;overflow:hidden;box-shadow:0 30px 70px rgba(4,12,20,.55)}.redesign-home .fs-stop-visual-inner{position:absolute;top:0;left:0;width:620px;transform:scale(var(--fsk));transform-origin:0 0}.redesign-home .fs-stop .feature-visual{width:620px;max-width:none;border-color:rgba(169,194,247,.12)}@media (max-width:900px){.redesign-home .hero-cinematic{height:100svh}.redesign-home .hero-pin{position:static;height:100svh;padding:84px 24px 0}.redesign-home .hero-stage{transform:none!important}.redesign-home .hero-cinematic .hero-subheadline{font-size:20px!important}.redesign-home .hero-cinematic .hero-sub{font-size:14px!important;line-height:1.6;margin-bottom:16px}.redesign-home .hero-cinematic .hero-microcopy{font-size:12px;margin-top:6px}.redesign-home .hero-cinematic .btn-cta{padding:13px 30px;font-size:15px}.redesign-home .dash-section{padding:40px 20px 90px;margin-top:-1px}.redesign-home .dash-frame{grid-template-columns:1fr;min-height:0}.redesign-home .hd-sidebar{display:none}.redesign-home .hd-main{padding:18px 16px;gap:14px}.redesign-home .hd-search{display:none}.redesign-home .hd-tiles{grid-template-columns:1fr;gap:8px}.redesign-home .hd-tile{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px}.redesign-home .hd-tile-label{letter-spacing:.6px}.redesign-home .hd-tile-value{font-size:18px}.redesign-home .hd-row{grid-template-columns:1fr auto auto;gap:10px;padding:12px 14px}.redesign-home .hd-row-owner{display:none}.redesign-home .hd-badge{min-width:0;padding:3px 8px;font-size:9px}.redesign-home .hd-strip{font-size:12px;padding:10px 14px}.redesign-home .fs-stop-visual{box-shadow:0 16px 44px rgba(4,12,20,.4)}}.redesign-home .fs-pin .fs-index{--fsw:340px;--fsk:0.5484;position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:90px 40px 24px;opacity:0;visibility:hidden;transition:none;will-change:transform,opacity}.redesign-home .fs-index-grid{display:grid;grid-template-columns:repeat(3,var(--fsw));column-gap:56px;row-gap:64px;transform:scale(var(--fsixs,1));transform-origin:center center}.redesign-home .fs-card{display:block;width:var(--fsw);text-align:left}.redesign-home .fs-index .fs-num{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:600;letter-spacing:4px;color:#a9c2f7;margin-bottom:14px}.redesign-home .fs-index h3{font-family:Cormorant,Georgia,serif!important;font-size:30px!important;color:#fff;margin-bottom:16px;line-height:1.15;font-weight:600}.redesign-home .fs-index .fs-stop-visual{margin-bottom:18px;box-shadow:0 22px 54px rgba(4,12,20,.5)}.redesign-home .fs-index .feature-visual{width:620px;max-width:none;border-color:rgba(169,194,247,.12)}.redesign-home .fs-index .feature-more-link{color:#a9c2f7;font-size:15px}@media (min-width:1100px) and (max-width:1399px){.redesign-home .fs-route{--fsw:540px;--fsk:0.871}}@media (min-width:1100px) and (max-height:880px){.redesign-home .fs-route{--fsw:540px;--fsk:0.871}.redesign-home .fs-header{margin-bottom:26px}.redesign-home .fs-header h2{font-size:clamp(28px,2.8vw,38px)!important}.redesign-home .fs-rail{margin-bottom:28px}}@media (min-width:1100px) and (max-height:780px){.redesign-home .fs-route{--fsw:460px;--fsk:0.7419}.redesign-home .fs-stop h3{font-size:clamp(30px,2.8vw,38px)!important}}@media (max-width:1099px){.redesign-home .features-showcase{padding:0 0 32px}.redesign-home .fs-scroller{height:auto!important}.redesign-home .fs-pin{position:static;height:auto;display:block;overflow:visible;padding:80px 24px 0}.redesign-home .fs-pin .fs-index,.redesign-home .fs-rail{display:none}.redesign-home .fs-viewport{position:static;overflow:visible}.redesign-home .fs-route{position:static;display:block;width:auto;padding:0;max-width:620px;margin:0 auto}.redesign-home .fs-stop{position:static;display:block;opacity:1!important;transform:none!important;visibility:visible!important}.redesign-home .fs-stop-copy{max-width:none}.redesign-home .fs-dot{display:block}.redesign-home .fs-stop:before{content:"";position:absolute;z-index:0;background:var(--fsline)}.redesign-home .fs-stop:nth-child(6):before{display:none}.redesign-home .fs-stop:nth-child(6) .fs-dot{background:#a9c2f7}.redesign-home .fs-stop+.fs-stop{margin-top:56px}.redesign-home .fs-stop{width:auto;margin-left:34px;position:relative}.redesign-home .fs-stop:before{left:-27px;top:6px;width:2px;height:calc(100% + 56px)}.redesign-home .fs-dot{left:-34px}.redesign-home .fs-num{position:absolute;left:0;top:0}.redesign-home .fs-stop h3{font-size:clamp(28px,4vw,38px)!important}.redesign-home .fs-stop .fs-desc{font-size:16px!important}.redesign-home .fs-stop .feature-more-link{display:inline-block;margin-bottom:22px}.redesign-home .fs-stop-visual{width:auto;aspect-ratio:auto;overflow:visible;box-shadow:none}.redesign-home .fs-stop-visual-inner{position:static;width:100%;transform:none}.redesign-home .fs-stop .feature-visual{width:100%;box-shadow:0 22px 54px rgba(4,12,20,.5)}}@media (max-width:900px) and (max-height:700px){.redesign-home .hero-cinematic .hero-microcopy{display:none}}@media (prefers-reduced-motion:reduce){.redesign-home .hero-cinematic{height:auto}.redesign-home .hero-pin{position:static;height:100svh}.redesign-home .hero-stage{transform:none!important}.redesign-home .dash-frame{transform:none;opacity:1}.redesign-home .scroll-reveal{opacity:1;transform:none;transition:none}.redesign-home .fs-scroller{height:auto!important}.redesign-home .fs-pin{position:static;height:auto;display:block;overflow:visible;padding:96px 48px 0}.redesign-home .fs-pin .fs-index,.redesign-home .fs-rail{display:none}.redesign-home .fs-viewport{position:static;overflow:visible}.redesign-home .fs-route{position:static;display:block;width:auto;padding:0;max-width:620px;margin:0 auto}.redesign-home .fs-stop{position:relative;display:block;width:auto;margin-left:34px;opacity:1!important;transform:none!important;visibility:visible!important}.redesign-home .fs-stop-copy{max-width:none}.redesign-home .fs-stop+.fs-stop{margin-top:56px}.redesign-home .fs-dot{display:block;left:-34px}.redesign-home .fs-stop:before{content:"";position:absolute;z-index:0;left:-27px;top:6px;width:2px;height:calc(100% + 56px);background:var(--fsline)}.redesign-home .fs-stop:nth-child(6):before{display:none}.redesign-home .fs-stop:nth-child(6) .fs-dot{background:#a9c2f7}.redesign-home .fs-num{position:absolute;left:0;top:0}.redesign-home .fs-stop .feature-more-link{display:inline-block;margin-bottom:22px}.redesign-home .fs-stop-visual{width:auto;aspect-ratio:auto;overflow:visible;box-shadow:none}.redesign-home .fs-stop-visual-inner{position:static;width:100%;transform:none}.redesign-home .fs-stop .feature-visual{width:100%;box-shadow:0 22px 54px rgba(4,12,20,.5)}}.redesign-home .iq-visual{background:#eef0f4}.redesign-home .iq-frame{position:relative;width:100%;height:100%;padding:16px;overflow:hidden;font-family:Montserrat,system-ui,sans-serif;color:#2c3440;text-align:left}.redesign-home .iq-tabs{display:flex;gap:8px;margin-bottom:12px}.redesign-home .iq-tabs span{padding:6px 16px;border-radius:9px;background:#fff;font-size:10.5px;font-weight:600;color:#4a5568;box-shadow:0 1px 2px rgba(20,30,45,.06)}.redesign-home .iq-tabs .iq-tab-active{background:#6d78e0;color:#fff}.redesign-home .iq-card{background:#fff;border-radius:12px;padding:4px 0;box-shadow:0 2px 10px rgba(20,30,45,.05)}.redesign-home .iq-row,.redesign-home .iq-thead{display:grid;grid-template-columns:1.5fr .9fr .6fr .9fr 46px;gap:8px;align-items:center;padding:8px 14px}.redesign-home .iq-thead{font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#6b7280;padding-bottom:4px}.redesign-home .iq-row{font-size:10px;border-top:1px solid #f0f2f5}.redesign-home .iq-row .iq-c-name{font-weight:600}.redesign-home .iq-row .iq-c-amt,.redesign-home .iq-row .iq-c-co,.redesign-home .iq-row .iq-c-st{color:#4a5568}.redesign-home .iq-score{display:inline-block;font-style:normal;font-size:9px;font-weight:700;padding:2px 8px;border-radius:50px}.redesign-home .iq-score-risk{background:#fbe4e2;color:#d64541}.redesign-home .iq-score-won{background:#ddf3e6;color:#21a06b}.redesign-home .iq-row-hl{background:transparent}.redesign-home .iq-expand{overflow:hidden;max-height:0;opacity:0;padding:0 14px;background:#fff}.redesign-home .iq-risk-title{font-size:11px;font-weight:700;margin:6px 0 3px}.redesign-home .iq-risk-sub{font-size:9px;color:#6b7280;margin-bottom:8px}.redesign-home .iq-risk-sub span{color:#6d78e0;font-weight:600}.redesign-home .iq-sug{display:flex;align-items:center;gap:8px;border:1px solid #eceff3;border-radius:8px;padding:7px 10px;margin-bottom:5px;font-size:9.5px;opacity:0;transform:translateY(6px)}.redesign-home .iq-sug-txt{flex:1;font-weight:500}.redesign-home .iq-impact{font-style:normal;font-size:8px;font-weight:700;color:#b9861d;background:#fdf3d8;padding:2px 8px;border-radius:50px}.redesign-home .iq-act b,.redesign-home .iq-sug b{font-size:8.5px;font-weight:700;color:#2c3440;border:1px solid #dfe3ea;border-radius:7px;padding:4px 9px;background:#fff;white-space:nowrap}.redesign-home .iq-expand-foot{font-size:8.5px;color:#6d78e0;font-weight:600;padding:3px 0 9px}.redesign-home .iq-drawer{position:absolute;top:0;right:0;bottom:0;width:58%;background:#fff;box-shadow:-12px 0 34px rgba(20,30,45,.16);padding:14px 16px;transform:translateX(103%);border-radius:12px 0 0 12px}.redesign-home .iq-dr-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.redesign-home .iq-dr-title{font-size:11.5px;font-weight:700}.redesign-home .iq-dr-meta{font-size:9px;color:#6b7280;margin:3px 0 10px}.redesign-home .iq-dr-label{font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#6b7280;margin:8px 0 6px}.redesign-home .iq-sig{display:grid;grid-template-columns:82px 1fr 44px;gap:8px;align-items:center;margin-bottom:5px;font-size:8.5px}.redesign-home .iq-sig span{color:#2c3440;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.redesign-home .iq-track{height:5px;background:#edeff3;overflow:hidden}.redesign-home .iq-fill,.redesign-home .iq-track{display:block;border-radius:4px;font-style:normal}.redesign-home .iq-fill{height:100%;background:#34b371;width:0}.redesign-home .iq-sig u{text-decoration:none;color:#8a94a3;text-align:right;font-size:8px}.redesign-home .iq-sig .iq-good{color:#21a06b;font-weight:600}.redesign-home .iq-dr-note{font-size:8px;color:#8a94a3;margin:6px 0 2px;line-height:1.5}.redesign-home .iq-act{display:flex;align-items:center;gap:8px;border:1px solid #eceff3;border-radius:8px;padding:7px 10px;margin-bottom:5px;font-size:9.5px}.redesign-home .iq-act span{flex:1;font-weight:500}.redesign-home .iq-dim{position:absolute;inset:0;background:#101722;opacity:0;pointer-events:none}.redesign-home .iq-modal{position:absolute;left:7%;top:9%;width:52%;background:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 24px 60px rgba(16,23,34,.3);opacity:0;transform:translateY(8px) scale(.96)}.redesign-home .iq-m-title{font-size:12px;font-weight:700;margin-bottom:3px}.redesign-home .iq-m-sub{font-size:8.5px;color:#6b7280;line-height:1.5;margin-bottom:8px}.redesign-home .iq-m-label{font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#6b7280;margin:6px 0 3px}.redesign-home .iq-m-field{border:1px solid #dfe3ea;border-radius:7px;padding:6px 9px;font-size:9.5px;color:#2c3440;background:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.redesign-home .iq-m-field-focus{border-color:#6d78e0;box-shadow:0 0 0 2px rgba(109,120,224,.18)}.redesign-home .iq-m-btns{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:12px}.redesign-home .iq-m-btns span{font-size:9.5px;font-weight:600;color:#4a5568}.redesign-home .iq-m-go{font-size:9.5px;font-weight:700;color:#fff;background:#6d78e0;border-radius:8px;padding:7px 14px}.redesign-home .iq-toast{position:absolute;left:16px;bottom:14px;display:flex;align-items:center;gap:6px;background:#103826;color:#bff0d6;font-size:9px;font-weight:600;padding:7px 12px;border-radius:8px;opacity:0;transform:translateY(8px)}.redesign-home .iq-toast svg{width:11px;height:11px;stroke:#4ade80;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.redesign-home .iq-cursor{position:absolute;left:60%;top:16%;width:17px;height:17px;z-index:6;pointer-events:none}.redesign-home .iq-cursor svg{width:100%;height:100%;fill:#101722;stroke:#fff;stroke-width:1.4}.redesign-home .iq-cursor-ring{position:absolute;top:-6px;left:-6px;width:28px;height:28px;border-radius:50%;border:2px solid #6d78e0;opacity:0;transform:scale(.4)}@keyframes iqRowHl{0%,6%{background:transparent}9%,94%{background:#f8efe2}to{background:transparent}}@keyframes iqExpand{0%,11%{max-height:0;opacity:0}16%,92%{max-height:220px;opacity:1}97%,to{max-height:0;opacity:0}}@keyframes iqSugIn1{0%,16%{opacity:0;transform:translateY(6px)}18%,93%{opacity:1;transform:translateY(0)}97%,to{opacity:0}}@keyframes iqSugIn2{0%,18%{opacity:0;transform:translateY(6px)}20%,93%{opacity:1;transform:translateY(0)}97%,to{opacity:0}}@keyframes iqSugIn3{0%,20%{opacity:0;transform:translateY(6px)}22%,93%{opacity:1;transform:translateY(0)}97%,to{opacity:0}}@keyframes iqDrawerIn{0%,26%{transform:translateX(103%)}32%,91%{transform:translateX(0)}97%,to{transform:translateX(103%)}}@keyframes iqFillA{0%,35%{width:0}41%,to{width:78%}}@keyframes iqFillB{0%,37%{width:0}43%,to{width:70%}}@keyframes iqFillC{0%,39%{width:0}44%,to{width:16%}}@keyframes iqDimIn{0%,55%{opacity:0}59%,84%{opacity:.3}88%,to{opacity:0}}@keyframes iqModalIn{0%,55%{opacity:0;transform:translateY(8px) scale(.96)}59%,84%{opacity:1;transform:translateY(0) scale(1)}88%,to{opacity:0;transform:translateY(8px) scale(.96)}}@keyframes iqGoPress{0%,77%{transform:scale(1)}78.5%{transform:scale(.92)}80%,to{transform:scale(1)}}@keyframes iqActPress{0%,51%{transform:scale(1)}52.5%{transform:scale(.92)}54%,to{transform:scale(1)}}@keyframes iqToastIn{0%,85%{opacity:0;transform:translateY(8px)}88%,95%{opacity:1;transform:translateY(0)}98%,to{opacity:0}}@keyframes iqCursorMove{0%{left:60%;top:16%}11%,7%{left:31%;top:23%}17%{left:25%;top:48%}25%{left:42%;top:56%}33%{left:66%;top:42%}46%,54%{left:87%;top:74%}62%{left:60%;top:58%}70%,82%{left:47%;top:60%}92%{left:54%;top:76%}to{left:60%;top:16%}}@keyframes iqRingPulse{0%,7.6%{opacity:0;transform:scale(.4)}8.4%{opacity:.7;transform:scale(.6)}10%{opacity:0;transform:scale(1.25)}10.1%,51.6%{opacity:0;transform:scale(.4)}52.4%{opacity:.7;transform:scale(.6)}54%{opacity:0;transform:scale(1.25)}54.1%,77.6%{opacity:0;transform:scale(.4)}78.4%{opacity:.7;transform:scale(.6)}80%{opacity:0;transform:scale(1.25)}80.1%,to{opacity:0;transform:scale(.4)}}.redesign-home .feature-row.visible .iq-row-hl{animation:iqRowHl 16s linear infinite}.redesign-home .feature-row.visible .iq-expand{animation:iqExpand 16s ease infinite}.redesign-home .feature-row.visible .iq-sug-1{animation:iqSugIn1 16s ease infinite}.redesign-home .feature-row.visible .iq-sug-2{animation:iqSugIn2 16s ease infinite}.redesign-home .feature-row.visible .iq-sug-3{animation:iqSugIn3 16s ease infinite}.redesign-home .feature-row.visible .iq-drawer{animation:iqDrawerIn 16s cubic-bezier(.4,0,.2,1) infinite}.redesign-home .feature-row.visible .iq-fill-1{animation:iqFillA 16s ease infinite}.redesign-home .feature-row.visible .iq-fill-2{animation:iqFillB 16s ease infinite}.redesign-home .feature-row.visible .iq-fill-3{animation:iqFillC 16s ease infinite}.redesign-home .feature-row.visible .iq-dim{animation:iqDimIn 16s ease infinite}.redesign-home .feature-row.visible .iq-modal{animation:iqModalIn 16s ease infinite}.redesign-home .feature-row.visible .iq-m-go{animation:iqGoPress 16s ease infinite}.redesign-home .feature-row.visible .iq-act-go{animation:iqActPress 16s ease infinite}.redesign-home .feature-row.visible .iq-toast{animation:iqToastIn 16s ease infinite}.redesign-home .feature-row.visible .iq-cursor{animation:iqCursorMove 16s ease-in-out infinite}.redesign-home .feature-row.visible .iq-cursor-ring{animation:iqRingPulse 16s linear infinite}@media (max-width:900px){.redesign-home .iq-visual{height:430px}.redesign-home .iq-frame{padding:12px}.redesign-home .iq-row,.redesign-home .iq-thead{grid-template-columns:1.5fr .6fr 46px;padding:8px 10px}.redesign-home .iq-c-co,.redesign-home .iq-c-st{display:none}.redesign-home .iq-drawer{width:82%}.redesign-home .iq-modal{left:4%;width:74%}}@media (prefers-reduced-motion:reduce){.redesign-home .feature-row.visible .iq-row-hl{animation:none;background:#f8efe2}.redesign-home .feature-row.visible .iq-expand{animation:none;max-height:220px;opacity:1}.redesign-home .feature-row.visible .iq-sug-1,.redesign-home .feature-row.visible .iq-sug-2,.redesign-home .feature-row.visible .iq-sug-3{animation:none;opacity:1;transform:none}.redesign-home .feature-row.visible .iq-act-go,.redesign-home .feature-row.visible .iq-cursor,.redesign-home .feature-row.visible .iq-cursor-ring,.redesign-home .feature-row.visible .iq-dim,.redesign-home .feature-row.visible .iq-drawer,.redesign-home .feature-row.visible .iq-fill-1,.redesign-home .feature-row.visible .iq-fill-2,.redesign-home .feature-row.visible .iq-fill-3,.redesign-home .feature-row.visible .iq-m-go,.redesign-home .feature-row.visible .iq-modal,.redesign-home .feature-row.visible .iq-toast{animation:none}}.redesign-home .wa2-frame{position:relative;width:100%;height:100%;background:#0d141b;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;font-family:Montserrat,system-ui,sans-serif;text-align:left}.redesign-home .wa2-header{display:flex;align-items:center;gap:10px;background:#222c35;padding:11px 14px;flex-shrink:0;z-index:2}.redesign-home .wa2-back{width:17px;height:17px;stroke:#e6edf3;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.redesign-home .wa2-avatar{width:32px;height:32px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.redesign-home .wa2-avatar img{width:22px;height:22px;object-fit:contain}.redesign-home .wa2-h-info{flex:1;min-width:0}.redesign-home .wa2-h-info b{display:block;font-size:13.5px;font-weight:700;color:#f2f6f9}.redesign-home .wa2-h-info i{display:block;font-style:normal;font-size:10px;color:#9fb0bc}.redesign-home .wa2-h-icons{display:flex;align-items:center;gap:15px}.redesign-home .wa2-h-icons svg{width:16px;height:16px;stroke:#e6edf3;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.redesign-home .wa2-h-icons svg:last-child{fill:#e6edf3;stroke:none}.redesign-home .wa2-chat{position:relative;flex:1;background:#0d141b}.redesign-home .wa2-scene{position:absolute;inset:0;padding:14px 12px;display:flex;flex-direction:column;gap:10px}.redesign-home .wa2-scene-b,.redesign-home .wa2-scene-c{opacity:0;pointer-events:none}.redesign-home .wa2-bub{max-width:86%;border-radius:12px;padding:8px 10px;font-size:10.5px;line-height:1.55;color:#e8eef3;position:relative;opacity:0;transform:translateY(8px)}.redesign-home .wa2-in{background:#2a333d;align-self:flex-start;border-top-left-radius:3px}.redesign-home .wa2-out{background:#43594d;align-self:flex-end;border-top-right-radius:3px}.redesign-home .wa2-time{display:flex;align-items:center;justify-content:flex-end;gap:3px;font-size:8px;color:#a6b6ad;margin-top:3px}.redesign-home .wa2-in .wa2-time{color:#93a1ad}.redesign-home .wa2-time svg{width:11px;height:11px;stroke:#53bdeb;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.redesign-home .wa2-voice{display:grid;grid-template-columns:34px 14px 1fr auto;align-items:center;gap:8px;width:86%}.redesign-home .wa2-vavatar{grid-row:1/3;position:relative;width:34px;height:34px;border-radius:50%;background:#97a4ad;display:flex;align-items:flex-end;justify-content:center;overflow:visible}.redesign-home .wa2-vavatar svg:first-child{width:24px;height:24px;fill:#e8eef3;stroke:none}.redesign-home .wa2-vmic{position:absolute;right:-4px;bottom:-2px;width:13px!important;height:13px!important;fill:none!important;stroke:#6d9ce0;stroke-width:2.4}.redesign-home .wa2-play{width:14px;height:14px;fill:#c3ccc7}.redesign-home .wa2-wave{display:flex;align-items:center;gap:1.5px;height:20px}.redesign-home .wa2-wave i{width:2px;border-radius:2px;background:#c3ccc7}.redesign-home .wa2-wave i:nth-child(4n+1){height:6px}.redesign-home .wa2-wave i:nth-child(4n+2){height:14px}.redesign-home .wa2-wave i:nth-child(4n+3){height:9px}.redesign-home .wa2-wave i:nth-child(4n){height:16px}.redesign-home .wa2-vdur{grid-column:3;font-size:8px;color:#c3ccc7}.redesign-home .wa2-voice .wa2-time{grid-column:4;grid-row:2;margin:0}.redesign-home .wa2-btn{display:block;text-align:center;font-size:12px;font-weight:700;color:#57a35e;border-top:1px solid rgba(255,255,255,.09);margin:7px -10px 0;padding:8px 10px 2px}.redesign-home .wa2-skip{opacity:.75;padding-top:7px}.redesign-home .wa2-sentcard b{display:block;font-size:12px;font-weight:700}.redesign-home .wa2-sentcard i{display:block;font-style:normal;font-size:10.5px;color:#b9c6bf;margin-top:2px}.redesign-home .wa2-card ul{list-style:none;margin:6px 0 0 6px;padding:0}.redesign-home .wa2-card li{font-size:10.5px;margin-bottom:2px}.redesign-home .wa2-card li:before{content:"- "}.redesign-home .wa2-card li em{font-style:normal;color:#6fa8dc}.redesign-home .wa2-hint{margin-top:6px}.redesign-home .wa2-savemsg{font-size:11px;min-width:96px}.redesign-home .wa2-form{position:absolute;inset:0;z-index:3;background:#10181f;padding:12px 18px;transform:translateY(103%)}.redesign-home .wa2-f-top{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:700;color:#e8eef3;justify-content:center;position:relative;margin-bottom:10px}.redesign-home .wa2-f-top span{position:absolute;left:0;font-size:14px;font-weight:400;color:#9fb0bc}.redesign-home .wa2-f-title{font-size:17px;font-weight:800;color:#f2f6f9;margin-bottom:10px}.redesign-home .wa2-f-label{display:block;font-size:8.5px;color:#9fb0bc;margin:0 0 -6px 12px;position:relative;z-index:1;background:#10181f;width:fit-content;padding:0 5px}.redesign-home .wa2-f-field{border:1px solid #3a4652;border-radius:9px;padding:8px 12px;font-size:12px;font-weight:600;color:#f2f6f9;margin-bottom:9px}.redesign-home .wa2-f-empty{color:#57646f;font-weight:400}.redesign-home .wa2-f-submit{display:block;text-align:center;background:#4d685a;color:#fff;font-size:12.5px;font-weight:700;border-radius:50px;padding:10px;margin-top:12px}.redesign-home .wa2-cursor{position:absolute;left:68%;top:18%;width:17px;height:17px;z-index:6;pointer-events:none}.redesign-home .wa2-cursor svg{width:100%;height:100%;fill:#f2f6f9;stroke:#10181f;stroke-width:1.4}.redesign-home .wa2-ring{position:absolute;top:-6px;left:-6px;width:28px;height:28px;border-radius:50%;border:2px solid #57a35e;opacity:0;transform:scale(.4)}@keyframes wa2SceneA{0%,52%{opacity:1}56%,to{opacity:0}}@keyframes wa2SceneB{0%,56%{opacity:0}59%,71%{opacity:1}75%,to{opacity:0}}@keyframes wa2SceneC{0%,75%{opacity:0}78%,94%{opacity:1}98%,to{opacity:0}}@keyframes wa2Pop1{0%,2%{opacity:0;transform:translateY(8px)}5%,to{opacity:1;transform:translateY(0)}}@keyframes wa2Pop2{0%,10%{opacity:0;transform:translateY(8px)}13%,to{opacity:1;transform:translateY(0)}}@keyframes wa2Pop3{0%,47%{opacity:0;transform:translateY(8px)}50%,to{opacity:1;transform:translateY(0)}}@keyframes wa2PopNow{0%{opacity:0;transform:translateY(8px)}3%,to{opacity:1;transform:translateY(0)}}@keyframes wa2Save1{0%,66%{opacity:0;transform:translateY(8px)}68%,to{opacity:1;transform:translateY(0)}}@keyframes wa2Save2{0%,89%{opacity:0;transform:translateY(8px)}91%,to{opacity:1;transform:translateY(0)}}@keyframes wa2FormIn{0%,23%{transform:translateY(103%)}27%,43%{transform:translateY(0)}47%,to{transform:translateY(103%)}}@keyframes wa2CursorMove{0%{left:68%;top:18%}14%,22%{left:34%;top:66%}30%{left:46%;top:84%}36%,44%{left:49%;top:82%}54%{left:40%;top:66%}60%,66%{left:33%;top:63%}76%{left:38%;top:76%}84%,89%{left:34%;top:79%}95%{left:60%;top:50%}to{left:68%;top:18%}}@keyframes wa2RingPulse{0%,19.6%{opacity:0;transform:scale(.4)}20.4%{opacity:.7;transform:scale(.6)}22%{opacity:0;transform:scale(1.25)}22.1%,41.6%{opacity:0;transform:scale(.4)}42.4%{opacity:.7;transform:scale(.6)}44%{opacity:0;transform:scale(1.25)}44.1%,64.6%{opacity:0;transform:scale(.4)}65.4%{opacity:.7;transform:scale(.6)}67%{opacity:0;transform:scale(1.25)}67.1%,87.6%{opacity:0;transform:scale(.4)}88.4%{opacity:.7;transform:scale(.6)}90%{opacity:0;transform:scale(1.25)}90.1%,to{opacity:0;transform:scale(.4)}}.redesign-home .feature-row.visible .wa2-scene-a{animation:wa2SceneA 20s ease infinite}.redesign-home .feature-row.visible .wa2-scene-b{animation:wa2SceneB 20s ease infinite}.redesign-home .feature-row.visible .wa2-scene-c{animation:wa2SceneC 20s ease infinite}.redesign-home .feature-row.visible .wa2-voice{animation:wa2Pop1 20s ease infinite}.redesign-home .feature-row.visible .wa2-drafted{animation:wa2Pop2 20s ease infinite}.redesign-home .feature-row.visible .wa2-sentcard{animation:wa2Pop3 20s ease infinite}.redesign-home .feature-row.visible .wa2-card{animation:wa2PopNow 20s ease infinite}.redesign-home .feature-row.visible .wa2-savemsg-1{animation:wa2Save1 20s ease infinite}.redesign-home .feature-row.visible .wa2-savemsg-2{animation:wa2Save2 20s ease infinite}.redesign-home .feature-row.visible .wa2-form{animation:wa2FormIn 20s cubic-bezier(.4,0,.2,1) infinite}.redesign-home .feature-row.visible .wa2-cursor{animation:wa2CursorMove 20s ease-in-out infinite}.redesign-home .feature-row.visible .wa2-ring{animation:wa2RingPulse 20s linear infinite}@media (max-width:900px){.redesign-home .fs-stop .feature-visual:has(.wa2-frame){height:460px}.redesign-home .wa2-bub{max-width:92%}}@media (prefers-reduced-motion:reduce){.redesign-home .feature-row.visible .wa2-card,.redesign-home .feature-row.visible .wa2-cursor,.redesign-home .feature-row.visible .wa2-drafted,.redesign-home .feature-row.visible .wa2-form,.redesign-home .feature-row.visible .wa2-ring,.redesign-home .feature-row.visible .wa2-savemsg-1,.redesign-home .feature-row.visible .wa2-savemsg-2,.redesign-home .feature-row.visible .wa2-scene-a,.redesign-home .feature-row.visible .wa2-scene-b,.redesign-home .feature-row.visible .wa2-scene-c,.redesign-home .feature-row.visible .wa2-sentcard,.redesign-home .feature-row.visible .wa2-voice{animation:none}.redesign-home .feature-row.visible .wa2-drafted,.redesign-home .feature-row.visible .wa2-voice{opacity:1;transform:none}}.redesign-home .oa-visual{background:#f2f3f6}.redesign-home .oa-frame{position:relative;width:100%;height:100%;display:flex;font-family:Montserrat,system-ui,sans-serif;color:#2c3440;text-align:left;overflow:hidden}.redesign-home .oa-palette{width:178px;flex-shrink:0;padding:14px 12px;background:#fff;border-right:1px solid #e5e8ee}.redesign-home .oa-p-label{font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#7c8794;margin:4px 0 7px}.redesign-home .oa-p-card+.oa-p-label,.redesign-home .oa-p-label+.oa-p-label{margin-top:14px}.redesign-home .oa-p-card{display:flex;align-items:center;gap:8px;background:#f1f2f6;border:1px solid transparent;border-radius:10px;padding:7px 9px;margin-bottom:7px}.redesign-home .oa-p-card b{display:block;font-size:10px;font-weight:700}.redesign-home .oa-p-card i{display:block;font-style:normal;font-size:8px;color:#7c8794}.redesign-home .oa-p-ic{width:24px;height:24px;border-radius:7px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-style:normal}.redesign-home .oa-ic-blue{background:#e3e6fb;color:#5b6bd6}.redesign-home .oa-ic-sand{background:#f4e8d4;color:#b98a1d}.redesign-home .oa-ic-green{background:#ddf0e3;color:#2f9e63}.redesign-home .oa-canvas{position:relative;flex:1;background-image:radial-gradient(#d9dde5 1px,transparent 0);background-size:18px 18px}.redesign-home .oa-quiet{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 26px}.redesign-home .oa-quiet-mark{color:#5b6bd6;font-size:20px;margin-bottom:6px}.redesign-home .oa-quiet-title{font-family:Cormorant,Georgia,serif;font-size:21px;font-weight:600;color:#2c3440;margin-bottom:8px}.redesign-home .oa-quiet p{font-size:9.5px;color:#5a6472;line-height:1.6}.redesign-home .oa-flow{position:absolute;inset:0;padding:18px 26px;display:flex;flex-direction:column;align-items:center;opacity:0}.redesign-home .oa-node,.redesign-home .oa-slot{width:100%;max-width:250px;border-radius:11px;padding:9px 12px;font-size:9px;position:relative}.redesign-home .oa-slot{border:1.5px dashed #b9c0cc;color:#7c8794;height:46px;padding:0}.redesign-home .oa-slot-done,.redesign-home .oa-slot-empty{position:absolute;inset:0;padding:6px 12px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.45;column-gap:3px;flex-wrap:wrap;row-gap:0;align-content:center}.redesign-home .oa-quiet p b,.redesign-home .oa-slot-empty b{color:#4a5568}.redesign-home .oa-slot-done{opacity:0;gap:8px;text-align:left;justify-content:flex-start}.redesign-home .oa-slot-done b{font-size:10px;color:#2c3440}.redesign-home .oa-slot-done i{display:block;font-style:normal;font-size:8.5px;color:#2f9e63}.redesign-home .oa-check{margin-left:auto;width:16px;height:16px;border-radius:50%;background:#2f9e63;color:#fff;font-size:9px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.redesign-home .oa-node{background:#fff;border:1px solid #e0e4ea;box-shadow:0 2px 8px rgba(30,40,60,.06);display:flex;align-items:center;gap:8px}.redesign-home .oa-node b{display:block;font-size:10.5px}.redesign-home .oa-node i{display:block;font-style:normal;font-size:8.5px;color:#7c8794}.redesign-home .oa-arrow{width:1px;height:16px;background:#c6ccd6;margin:3px 0}.redesign-home .oa-go{width:100%;max-width:250px;text-align:center;background:#e4e7ec;color:#8b95a2;border-radius:50px;font-size:11px;font-weight:700;padding:9px;margin-top:2px;display:flex;align-items:center;justify-content:center;gap:6px;transition:none}.redesign-home .oa-go-tri{font-size:9px}.redesign-home .oa-go-note{font-size:8px;color:#98a1ad;margin-top:6px}.redesign-home .oa-ghost{z-index:5;opacity:0;gap:7px;background:#fff;border:1.5px solid #5b6bd6;border-radius:10px;padding:6px 10px;box-shadow:0 10px 26px rgba(30,40,60,.18)}.redesign-home .oa-ghost,.redesign-home .oa-plus{position:absolute;display:flex;align-items:center;font-size:10px}.redesign-home .oa-plus{right:-7px;bottom:-7px;width:15px;height:15px;border-radius:50%;background:#2f9e63;color:#fff;text-decoration:none;justify-content:center}.redesign-home .oa-dim{position:absolute;inset:0;z-index:6;background:#1a2230;opacity:0;pointer-events:none}.redesign-home .oa-modal{position:absolute;left:8%;right:8%;top:10%;z-index:7;background:#fff;border-radius:13px;padding:14px 16px;box-shadow:0 24px 60px rgba(16,23,34,.28);opacity:0;transform:translateY(8px) scale(.97)}.redesign-home .oa-m-title{font-family:Cormorant,Georgia,serif;font-size:16px;font-weight:700;margin-bottom:9px}.redesign-home .oa-m-bubble{background:#f1f2f6;border-radius:10px;padding:10px 12px;font-size:9.5px;line-height:1.6;color:#3d4754;margin-bottom:26px}.redesign-home .oa-m-inputrow{display:flex;gap:8px;align-items:stretch}.redesign-home .oa-m-input{flex:1;border:1.5px solid #5b6bd6;border-radius:9px;padding:8px 10px;font-size:9px;line-height:1.5;color:#2c3440;min-height:32px}.redesign-home .oa-type-2{opacity:0}.redesign-home .oa-caret{display:inline-block;width:1.5px;height:10px;background:#2c3440;vertical-align:text-bottom;animation:oaBlink .8s step-end infinite}@keyframes oaBlink{0%,to{opacity:1}50%{opacity:0}}.redesign-home .oa-m-send{align-self:center;background:#6d78e0;color:#fff;border-radius:9px;font-size:10px;font-weight:700;padding:9px 16px;flex-shrink:0}.redesign-home .oa-who-tabs{display:flex;gap:5px;background:#f1f2f6;border-radius:9px;padding:4px;margin-bottom:10px}.redesign-home .oa-who-tabs span{flex:1;text-align:center;font-size:8.5px;font-weight:600;color:#7c8794;padding:5px 2px;border-radius:7px}.redesign-home .oa-tab-on{background:#fff;color:#2c3440;box-shadow:0 1px 3px rgba(30,40,60,.12)}.redesign-home .oa-who-row{display:flex;align-items:center;gap:9px;border:1px solid #e0e4ea;border-radius:9px;padding:7px 10px;margin-bottom:6px}.redesign-home .oa-who-on{border-color:#5b6bd6}.redesign-home .oa-who-row b{display:block;font-size:10px}.redesign-home .oa-who-row i{display:block;font-style:normal;font-size:8.5px;color:#7c8794}.redesign-home .oa-cb{width:15px;height:15px;border-radius:4px;border:1.5px solid #c6ccd6;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:9px;color:#fff}.redesign-home .oa-cb-on{background:#6d78e0;border-color:#6d78e0}.redesign-home .oa-who-foot{display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#5a6472;margin-top:9px}.redesign-home .oa-results{position:absolute;inset:0;z-index:8;background:#fdfdfe;padding:20px 22px;opacity:0;pointer-events:none}.redesign-home .oa-r-row{display:grid;grid-template-columns:1fr 1.3fr .8fr 1.2fr;gap:10px;align-items:center;padding:9px 6px;font-size:9.5px;border-bottom:1px solid #edf0f4}.redesign-home .oa-r-head{font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#7c8794}.redesign-home .oa-chip{background:#e3e6fb;color:#5b6bd6;font-weight:700;font-size:8.5px;border-radius:50px;padding:3px 9px;justify-self:start}.redesign-home .oa-r-prog b,.redesign-home .oa-r-status em{grid-area:auto;font-style:normal;font-variant-numeric:tabular-nums}.redesign-home .oa-r-prog,.redesign-home .oa-r-status{position:relative}.redesign-home .oa-r-prog b,.redesign-home .oa-r-status em{position:absolute;top:50%;transform:translateY(-50%);left:0;opacity:0;white-space:nowrap}.redesign-home .oa-r-status em{font-size:8.5px;font-weight:700;border-radius:50px;padding:3px 9px}.redesign-home .oa-st-sending{background:#fdf3d8;color:#b98a1d}.redesign-home .oa-st-await{background:#e3e6fb;color:#5b6bd6}.redesign-home .oa-outcome{display:flex;align-items:center;gap:10px;border:1px solid #edf0f4;border-radius:10px;padding:10px 12px;margin-top:12px;font-size:10px;opacity:0;transform:translateY(8px)}.redesign-home .oa-outcome i{font-style:normal;color:#7c8794;font-size:9px;flex:1}.redesign-home .oa-outcome u{text-decoration:none;font-weight:700;font-size:9.5px}.redesign-home .oa-qualified{color:#2f9e63}.redesign-home .oa-notint{color:#c44b45}.redesign-home .oa-cursor{position:absolute;left:60%;top:30%;width:17px;height:17px;z-index:9;pointer-events:none}.redesign-home .oa-cursor svg{width:100%;height:100%;fill:#1a2230;stroke:#fff;stroke-width:1.4}.redesign-home .oa-ring{position:absolute;top:-6px;left:-6px;width:28px;height:28px;border-radius:50%;border:2px solid #5b6bd6;opacity:0;transform:scale(.4)}@keyframes oaQuiet{0%,10%{opacity:1}13%,96%{opacity:0}to{opacity:0}}@keyframes oaFlowIn{0%,12%{opacity:0;transform:translateY(8px)}15%,96%{opacity:1;transform:translateY(0)}to{opacity:0}}@keyframes oaGhostEmail{0%,4%{opacity:0;left:22px;top:42px}6%{opacity:1;left:22px;top:42px}12%{opacity:1;left:46%;top:34%}14%,to{opacity:0;left:46%;top:34%}}@keyframes oaGhostContext{0%,16%{opacity:0;left:22px;top:300px}18%{opacity:1;left:22px;top:300px}23%{opacity:1;left:48%;top:52%}25%,to{opacity:0;left:48%;top:52%}}@keyframes oaGhostContacts{0%,42%{opacity:0;left:22px;top:246px}44%{opacity:1;left:22px;top:246px}49%{opacity:1;left:48%;top:12%}51%,to{opacity:0;left:48%;top:12%}}@keyframes oaBriefIn{0%,25%{opacity:0;transform:translateY(8px) scale(.97)}28%,38%{opacity:1;transform:translateY(0) scale(1)}41%,to{opacity:0;transform:translateY(8px) scale(.97)}}@keyframes oaWhoIn{0%,51%{opacity:0;transform:translateY(8px) scale(.97)}54%,62%{opacity:1;transform:translateY(0) scale(1)}65%,to{opacity:0;transform:translateY(8px) scale(.97)}}@keyframes oaDim{0%,25%{opacity:0}28%,38%{opacity:.3}41%,51%{opacity:0}54%,62%{opacity:.3}65%,to{opacity:0}}@keyframes oaType{0%,29%{opacity:0}35%,to{opacity:1}}@keyframes oaCtxDone{0%,41%{border-color:#b9c0cc;border-style:dashed}42%,to{border-color:#2f9e63;border-style:solid}}@keyframes oaGoLive{0%,65%{background:#e4e7ec;color:#8b95a2}67%,to{background:#6d78e0;color:#fff}}@keyframes oaGoNote{0%,65%{opacity:1}67%,to{opacity:0}}@keyframes oaResults{0%,73%{opacity:0}76%,96%{opacity:1}to{opacity:0}}@keyframes oaProg0{0%,76%{opacity:0}77%,84%{opacity:1}85%,to{opacity:0}}@keyframes oaProg2{0%,85%{opacity:0}86%,to{opacity:1}}@keyframes oaOut1{0%,84%{opacity:0;transform:translateY(8px)}87%,to{opacity:1;transform:translateY(0)}}@keyframes oaOut2{0%,88%{opacity:0;transform:translateY(8px)}91%,to{opacity:1;transform:translateY(0)}}@keyframes oaCursorMove{0%{left:60%;top:30%}5%,6%{left:15%;top:13%}12%,14%{left:52%;top:38%}17%,18%{left:16%;top:68%}23%,25%{left:54%;top:56%}30%{left:55%;top:60%}33%,40%{left:84%;top:66%}43%,44%{left:16%;top:56%}49%,51%{left:54%;top:16%}56%{left:60%;top:46%}59%,64%{left:78%;top:76%}67%,71%{left:62%;top:72%}78%{left:70%;top:40%}to{left:60%;top:30%}}@keyframes oaRingPulse{0%,12.6%{opacity:0;transform:scale(.4)}13.4%{opacity:.7;transform:scale(.6)}15%{opacity:0;transform:scale(1.25)}15.1%,38.6%{opacity:0;transform:scale(.4)}39.4%{opacity:.7;transform:scale(.6)}41%{opacity:0;transform:scale(1.25)}41.1%,62.6%{opacity:0;transform:scale(.4)}63.4%{opacity:.7;transform:scale(.6)}65%{opacity:0;transform:scale(1.25)}65.1%,68.6%{opacity:0;transform:scale(.4)}69.4%{opacity:.7;transform:scale(.6)}71%{opacity:0;transform:scale(1.25)}71.1%,to{opacity:0;transform:scale(.4)}}.redesign-home .feature-row.visible .oa-quiet{animation:oaQuiet 26s ease infinite}.redesign-home .feature-row.visible .oa-flow{animation:oaFlowIn 26s ease infinite}.redesign-home .feature-row.visible .oa-ghost-email{animation:oaGhostEmail 26s ease-in-out infinite}.redesign-home .feature-row.visible .oa-ghost-context{animation:oaGhostContext 26s ease-in-out infinite}.redesign-home .feature-row.visible .oa-ghost-contacts{animation:oaGhostContacts 26s ease-in-out infinite}.redesign-home .feature-row.visible .oa-brief{animation:oaBriefIn 26s ease infinite}.redesign-home .feature-row.visible .oa-who{animation:oaWhoIn 26s ease infinite}.redesign-home .feature-row.visible .oa-dim{animation:oaDim 26s ease infinite}.redesign-home .feature-row.visible .oa-type-2{animation:oaType 26s ease infinite}.redesign-home .feature-row.visible .oa-slot-context{animation:oaCtxDone 26s step-end infinite}.redesign-home .feature-row.visible .oa-slot-contacts{animation:oaCtxDone 26s step-end infinite;animation-name:oaContactsDone}.redesign-home .feature-row.visible .oa-go{animation:oaGoLive 26s ease infinite}.redesign-home .feature-row.visible .oa-go-note{animation:oaGoNote 26s ease infinite}.redesign-home .feature-row.visible .oa-results{animation:oaResults 26s ease infinite}.redesign-home .feature-row.visible .oa-prog-0{animation:oaProg0 26s ease infinite}.redesign-home .feature-row.visible .oa-prog-2{animation:oaProg2 26s ease infinite}.redesign-home .feature-row.visible .oa-st-sending{animation:oaProg0 26s ease infinite}.redesign-home .feature-row.visible .oa-st-await{animation:oaProg2 26s ease infinite}.redesign-home .feature-row.visible .oa-outcome-1{animation:oaOut1 26s ease infinite}.redesign-home .feature-row.visible .oa-outcome-2{animation:oaOut2 26s ease infinite}.redesign-home .feature-row.visible .oa-cursor{animation:oaCursorMove 26s ease-in-out infinite}.redesign-home .feature-row.visible .oa-ring{animation:oaRingPulse 26s linear infinite}@keyframes oaContactsDone{0%,65%{border-color:#b9c0cc;border-style:dashed}66%,to{border-color:#2f9e63;border-style:solid}}@keyframes oaHideAt41{0%,41%{opacity:1}42%,to{opacity:0}}@keyframes oaShowAt41{0%,41%{opacity:0}42%,to{opacity:1}}@keyframes oaHideAt65{0%,65%{opacity:1}66%,to{opacity:0}}@keyframes oaShowAt65{0%,65%{opacity:0}66%,to{opacity:1}}.redesign-home .feature-row.visible .oa-slot-context .oa-slot-empty{animation:oaHideAt41 26s step-end infinite}.redesign-home .feature-row.visible .oa-slot-context .oa-slot-done{animation:oaShowAt41 26s step-end infinite}.redesign-home .feature-row.visible .oa-slot-contacts .oa-slot-empty{animation:oaHideAt65 26s step-end infinite}.redesign-home .feature-row.visible .oa-slot-contacts .oa-slot-done{animation:oaShowAt65 26s step-end infinite}@media (max-width:900px){.redesign-home .fs-stop .feature-visual:has(.oa-frame){height:440px}.redesign-home .oa-palette{width:128px;padding:10px 8px}.redesign-home .oa-p-card i{display:none}.redesign-home .oa-modal{left:4%;right:4%}}@media (prefers-reduced-motion:reduce){.redesign-home .feature-row.visible .oa-frame *{animation:none!important}.redesign-home .feature-row.visible .oa-quiet{opacity:0}.redesign-home .feature-row.visible .oa-flow{opacity:1;transform:none}}.redesign-home .hero-sub{font-family:Montserrat,system-ui,sans-serif;font-weight:400;font-size:17px!important;line-height:1.75;color:var(--text-body);max-width:730px;margin:0 auto 44px;animation:rdFadeUp .7s ease .12s both}.redesign-home .hero-cta-wrapper{animation:rdFadeUp .7s ease .24s both;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.redesign-home .hero-secondary{font-family:Montserrat,system-ui,sans-serif;font-size:15px;font-weight:600;color:var(--blue);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.redesign-home .hero-secondary:hover{border-bottom-color:var(--blue)}.redesign-home .adapt-section{padding:96px 48px;background:linear-gradient(180deg,var(--white) 0,var(--blue-wash) 100%)}.redesign-home .adapt-header{text-align:center;max-width:720px;margin:0 auto}.redesign-home .adapt-header h2{font-family:Cormorant,Georgia,serif!important;font-size:clamp(34px,4.5vw,54px)!important;font-weight:600;color:var(--navy);line-height:1.22}.redesign-home .adapt-steps{max-width:620px;margin:56px auto 0;position:relative;text-align:left}.redesign-home .adapt-steps:before{content:"";position:absolute;left:23px;top:24px;bottom:24px;width:1px;background:rgba(45,90,206,.2)}.redesign-home .adapt-step{position:relative;display:flex;gap:26px;padding:20px 0}.redesign-home .adapt-step-num{width:48px;height:48px;flex:none;border-radius:50%;background:var(--white);border:1px solid rgba(45,90,206,.3);color:var(--blue);font-family:Montserrat,system-ui,sans-serif;font-size:13px;font-weight:600;letter-spacing:1px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;box-shadow:0 4px 14px rgba(15,44,63,.06)}.redesign-home .adapt-step-body h3{font-family:Montserrat,system-ui,sans-serif;font-size:16px;font-weight:700;color:var(--navy);margin:4px 0 6px}.redesign-home .adapt-step-body p{font-size:15px;line-height:1.7;color:var(--text-body)}.redesign-home .adapt-section.visible .adapt-step{animation:ctxRise .5s ease both}.redesign-home .adapt-section.visible .adapt-step:first-child{animation-delay:.1s}.redesign-home .adapt-section.visible .adapt-step:nth-child(2){animation-delay:.25s}.redesign-home .adapt-section.visible .adapt-step:nth-child(3){animation-delay:.4s}.redesign-home .adapt-section.visible .adapt-step:nth-child(4){animation-delay:.55s}.redesign-home .adapt-section.visible .adapt-step:nth-child(5){animation-delay:.7s}.redesign-home .problem-section{padding:100px 48px 40px;background:var(--white);text-align:center}.redesign-home .problem-header{max-width:720px;margin:0 auto 56px}.redesign-home .problem-header h2{font-family:Cormorant,Georgia,serif!important;font-size:clamp(34px,4.5vw,54px)!important;color:var(--navy);margin-bottom:20px;line-height:1.22;font-weight:600}.redesign-home .problem-header>p{font-size:17px!important;color:var(--text-body);line-height:1.6}.redesign-home .problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1080px;margin:0 auto}.redesign-home .problem-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;text-align:left;display:flex;flex-direction:column}.redesign-home .problem-card-title{font-family:Cormorant,Georgia,serif!important;font-size:32px!important;line-height:1.15;font-weight:600;color:var(--blue);margin-bottom:14px}.redesign-home .problem-card-text{font-size:15px;color:var(--text-body);line-height:1.6;margin-bottom:16px;flex:1}.redesign-home .problem-card-text strong{color:var(--navy);font-weight:600}.redesign-home .security-banner{padding:100px 48px;background:var(--white);text-align:center}.redesign-home .security-banner .section-label{color:var(--blue);text-align:center}.redesign-home .security-banner h2{font-family:Cormorant,Georgia,serif!important;font-size:clamp(34px,4.5vw,54px)!important;color:var(--navy);margin-bottom:12px;font-weight:600;line-height:1.22}.redesign-home .security-banner>p{font-size:17px!important;color:rgba(15,44,63,.6);margin-bottom:48px}.redesign-home .security-links{display:flex;flex-direction:column;align-items:center;gap:20px}.redesign-home .security-doc-btn{padding:14px 32px;font-size:15px}.redesign-home .security-link{display:inline-block;margin-top:40px;font-family:Montserrat,system-ui,sans-serif;font-size:15px;font-weight:600;color:var(--blue);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.redesign-home .security-link:hover{border-bottom-color:var(--blue)}.redesign-home .sec-groups{max-width:1160px;margin:64px auto 0;text-align:left;display:flex;flex-direction:column;gap:64px}.redesign-home .sec-group-label{font-family:Montserrat,system-ui,sans-serif;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--text-muted);padding-bottom:14px;border-bottom:1px solid rgba(15,44,63,.1);margin-bottom:32px}.redesign-home .sec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px}.redesign-home .sec-grid--three{grid-template-columns:repeat(3,1fr)}.redesign-home .sec-item svg{width:20px;height:20px;stroke:var(--text-muted);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;margin-bottom:16px}.redesign-home .sec-item strong{display:block;font-family:Montserrat,system-ui,sans-serif;font-size:15px;font-weight:700;color:var(--navy);margin-bottom:8px}.redesign-home .sec-item p{font-size:13.5px;line-height:1.7;color:var(--text-muted)}@media (max-width:1024px){.redesign-home .sec-grid,.redesign-home .sec-grid--three{grid-template-columns:repeat(2,1fr);gap:36px}}@media (max-width:560px){.redesign-home .sec-grid,.redesign-home .sec-grid--three{grid-template-columns:1fr;gap:28px}.redesign-home .sec-groups{gap:48px}}.redesign-home .sec-certs{display:flex;justify-content:center;align-items:stretch;gap:40px;margin-top:52px;flex-wrap:wrap}.redesign-home .sec-cert{display:flex;align-items:center;gap:26px;text-align:left;max-width:470px;padding:28px 34px;background:var(--white);border:1px solid rgba(15,44,63,.1);border-radius:var(--radius);box-shadow:0 10px 34px rgba(15,44,63,.07)}.redesign-home .sec-cert-mark--soc2{height:104px!important;width:auto!important;flex-shrink:0}.redesign-home .sec-cert-mark--iso{height:84px!important;width:auto!important;flex-shrink:0}.redesign-home .sec-cert-text strong{display:block;font-family:Montserrat,system-ui,sans-serif;font-size:20px;font-weight:700;color:var(--navy);margin-bottom:6px}.redesign-home .sec-cert-text p{font-size:14px;line-height:1.65;color:var(--text-body)}@media (max-width:560px){.redesign-home .sec-cert{flex-direction:column;text-align:center;padding:24px;gap:16px}.redesign-home .sec-cert-mark--iso,.redesign-home .sec-cert-mark--soc2{height:68px!important}}.redesign-home .final-cta{padding:100px 48px;text-align:center;background:var(--white)}.redesign-home .final-cta h2{font-family:Cormorant,Georgia,serif!important;font-size:clamp(36px,5vw,63px)!important;color:var(--navy);max-width:700px;margin:0 auto 16px;font-weight:600;line-height:1.22}.redesign-home .final-cta>p{font-size:17px!important;color:var(--text-body);margin-bottom:36px}.redesign-home .ev-fail,.redesign-home .ev-ok,.redesign-home .ev-pass,.redesign-home .ev-skip{display:inline-block;flex-shrink:0;font-style:normal;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:4px 10px;border-radius:50px;white-space:nowrap}.redesign-home .ev-pass{background:rgba(45,90,206,.1);color:var(--blue)}.redesign-home .ev-ok{background:var(--state-pass-soft);color:var(--state-pass)}.redesign-home .ev-fail{background:var(--state-fail-soft);color:var(--state-fail)}.redesign-home .ev-skip{background:#eef1f4;color:#5f7385}.redesign-home .reg-wrap{max-width:1080px;margin:48px auto 0;overflow-x:auto;background:var(--white);border:1px solid rgba(15,44,63,.1);border-radius:var(--radius);box-shadow:0 10px 34px rgba(15,44,63,.07);text-align:left}.redesign-home .reg-table{width:100%;min-width:780px;border-collapse:collapse;font-size:14px}.redesign-home .reg-table th{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);text-align:left;padding:14px 18px;border-bottom:1px solid rgba(15,44,63,.1)}.redesign-home .reg-table td{padding:14px 18px;border-bottom:1px solid rgba(15,44,63,.06);color:var(--text-body);vertical-align:top;line-height:1.5}.redesign-home .reg-table tr:last-child td{border-bottom:none}.redesign-home .reg-table td:first-child{font-weight:600;color:var(--navy)}.redesign-home .replaces-section>p.reg-caption{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px!important;letter-spacing:.3px;color:var(--text-muted);margin:14px auto 0;max-width:720px}@media (max-width:768px){.redesign-home .reg-wrap{margin-top:32px}.redesign-home .reg-table td,.redesign-home .reg-table th{padding:12px 14px}}.redesign-home .accent{color:var(--blue);font-style:normal}.redesign-home .usecase-section{padding:100px 48px;max-width:1240px;margin:0 auto}.redesign-home .usecase-header{text-align:center;max-width:760px;margin:0 auto 48px}.redesign-home .usecase-header h2{font-family:Cormorant,Georgia,serif!important;font-size:clamp(34px,4.5vw,54px)!important;line-height:1.2;font-weight:600;color:var(--navy);margin-bottom:16px}.redesign-home .usecase-header p{font-size:18px;line-height:1.7;color:var(--text-body);margin:0}.redesign-home .usecase-list{margin:0;border-top:1px solid rgba(15,44,63,.1)}.redesign-home .usecase-row{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,2fr);gap:40px;align-items:baseline;padding:32px 0;border-bottom:1px solid rgba(15,44,63,.1);scroll-margin-top:110px}.redesign-home .usecase-row dt{font-family:Cormorant,Georgia,serif!important;font-size:32px;line-height:1.15;font-weight:600;color:var(--blue);margin:0}.redesign-home .usecase-row dd{margin:0;font-size:17px;line-height:1.75;color:var(--text-body);max-width:62ch}.redesign-home .hero-kicker{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin:0 0 18px;animation:rdFadeUp .7s ease both}.redesign-home .problem-card-text p{margin:8px 0 0;font-size:15px;line-height:1.6;color:var(--text-muted)}.redesign-home .final-cta-note{margin-top:18px}.redesign-home .final-cta-note a{color:var(--blue);text-decoration:none;border-bottom:1px solid rgba(45,90,206,.35);display:inline-block;padding:12px 0;margin:-12px 0;line-height:1.2}.redesign-home .hero-split .hero-sub{margin:0 0 32px;max-width:540px;text-align:left}.redesign-home .hero-split .hero-cta-wrapper{justify-content:flex-start}.redesign-home .collage{position:relative;border-radius:22px;background:linear-gradient(160deg,#EEF2FB,#F7F9FD 55%,#FFFFFF);border:1px solid rgba(45,90,206,.1);box-shadow:0 20px 50px rgba(15,44,63,.06)}.redesign-home .cg-mini{position:absolute;background:var(--white);border:1px solid rgba(15,44,63,.08);border-radius:12px;box-shadow:0 12px 30px rgba(15,44,63,.09);padding:12px 14px;font-size:12.5px;color:var(--text-body)}.redesign-home .cg-mini-head{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px}.redesign-home .cg-mini-head em{font-style:normal;text-transform:none;letter-spacing:0;font-weight:600;color:var(--navy);font-size:12px}.redesign-home .cg-row .ev-fail,.redesign-home .cg-row .ev-pass{font-size:9.5px;padding:3px 7px}.redesign-home .cg-pill{position:absolute;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;white-space:nowrap;padding:8px 14px;border-radius:50px;background:var(--navy);color:#fff;box-shadow:0 10px 24px rgba(15,44,63,.18)}.redesign-home .cg-pill i{width:7px;height:7px;border-radius:50%;background:#A9C2F7;flex-shrink:0}.redesign-home .split-section{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:64px;align-items:center;max-width:1240px;margin:0 auto;padding:110px 48px;text-align:left}.redesign-home .reg-collage{padding:28px}.redesign-home .reg-collage .reg-wrap{margin:0;box-shadow:0 12px 30px rgba(15,44,63,.09)}.redesign-home .reg-collage .reg-table{min-width:0;font-size:12.5px}.redesign-home .reg-collage .reg-table td,.redesign-home .reg-collage .reg-table th{padding:11px 12px}.redesign-home .reg-collage .reg-table td:nth-child(2),.redesign-home .reg-collage .reg-table th:nth-child(2){display:none}.redesign-home .cg-pill-kb{right:24px;top:-16px}.redesign-home .reg-collage .reg-caption{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;letter-spacing:.3px;color:var(--text-muted);margin:14px 2px 0}.redesign-home .split-copy h2{font-family:Cormorant,Georgia,serif!important;font-size:clamp(34px,4vw,50px)!important;line-height:1.15;font-weight:600;color:var(--navy);margin-bottom:16px}.redesign-home .split-lead{font-size:16px;line-height:1.7;color:var(--text-body);margin-bottom:28px;max-width:60ch}.redesign-home .feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.redesign-home .feature-list li{display:flex;gap:14px;align-items:flex-start}.redesign-home .feature-list strong{display:block;font-size:15.5px;font-weight:700;color:var(--navy);margin-bottom:3px}.redesign-home .feature-list p{font-size:14px;line-height:1.6;color:var(--text-muted);max-width:52ch}.redesign-home .icon-tile{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:var(--blue-ice);color:var(--blue);display:inline-flex;align-items:center;justify-content:center}.redesign-home .icon-tile svg{width:20px;height:20px}.redesign-home .problem-card .icon-tile{margin-bottom:18px}.redesign-home .problem-card .problem-card-text strong{font-size:19px;line-height:1.35}.redesign-home .ways-section{padding:100px 48px;max-width:1240px;margin:0 auto}.redesign-home .ways-header{text-align:center;max-width:760px;margin:0 auto 24px}.redesign-home .ways-header h2{font-family:Cormorant,Georgia,serif!important;font-size:clamp(34px,4.5vw,54px)!important;line-height:1.2;font-weight:600;color:var(--navy);margin-bottom:16px}.redesign-home .ways-header p{font-size:17px;line-height:1.6;color:var(--text-body)}.redesign-home .ways-row{scroll-margin-top:100px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:64px;align-items:center;padding:56px 0}.redesign-home .ways-row-flip .ways-copy{order:2}.redesign-home .ways-copy{text-align:left;max-width:460px}.redesign-home .ways-copy .problem-card-title{font-size:clamp(32px,3.4vw,42px)!important;margin-bottom:14px}.redesign-home .ways-copy p{font-size:16px;line-height:1.7;color:var(--text-body)}.redesign-home .ways-collage{min-height:320px;padding:34px 34px 44px}.redesign-home .cg-wide{position:relative;width:100%;font-size:13.5px;padding:16px 18px}.redesign-home .cg-check{display:flex;align-items:center;gap:10px;padding:8px 0;border-top:1px solid rgba(15,44,63,.06)}.redesign-home .cg-check:first-of-type{border-top:none}.redesign-home .cg-check b{width:18px;height:18px;border-radius:50%;flex-shrink:0;border:2px solid var(--blue);position:relative}.redesign-home .cg-check b.done{background:var(--blue)}.redesign-home .cg-check b.done:after{content:"";position:absolute;left:4px;top:2px;width:5px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.redesign-home .cg-check b.next{border-style:dashed}.redesign-home .cg-event{display:flex;align-items:center;gap:10px;padding:9px 0;border-top:1px solid rgba(15,44,63,.06)}.redesign-home .cg-event:first-of-type{border-top:none}.redesign-home .cg-event span{flex:1}.redesign-home .cg-event b{width:10px;height:10px;border-radius:50%;flex-shrink:0}.redesign-home .cg-event b.ok{background:var(--blue)}.redesign-home .cg-event b.chg{background:var(--white);border:2px solid var(--blue)}.redesign-home .cg-event b.bad{background:var(--state-fail)}.redesign-home .cg-kv{display:grid;grid-template-columns:118px 1fr;gap:12px;padding:8px 0;border-top:1px solid rgba(15,44,63,.06)}.redesign-home .cg-kv:first-of-type{border-top:none}.redesign-home .cg-kv span{font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--text-muted);padding-top:2px}.redesign-home .cg-actions{display:flex;gap:10px;margin-top:14px}.redesign-home .cg-actions b{background:var(--blue);color:#fff;font-size:12.5px;font-weight:600;padding:9px 16px;border-radius:50px}.redesign-home .cg-actions i{font-style:normal;border:1.5px solid rgba(45,90,206,.4);color:var(--blue);font-size:12.5px;font-weight:600;padding:8px 16px;border-radius:50px}.redesign-home .cg-pill-a,.redesign-home .cg-pill-b,.redesign-home .cg-pill-c{right:22px;bottom:-16px}.redesign-home .cg-track-labels,.redesign-home .reg-table td{font-variant-numeric:tabular-nums}.redesign-home .reg-collage .cg-pill-kb{animation:mvRegKb 12s ease infinite both}.redesign-home .reg-collage tbody tr:nth-child(2) td:nth-child(4){position:relative}.redesign-home .reg-collage tbody tr:nth-child(2) td:nth-child(4) em{display:inline-block;animation:mvRegOut 12s ease infinite both}.redesign-home .reg-collage tbody tr:nth-child(2) td:nth-child(4):after{content:"Inside approval";position:absolute;left:12px;top:11px;font-size:11px;padding:4px 10px;border-radius:50px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:rgba(45,90,206,.1);color:var(--blue);white-space:nowrap;opacity:0;pointer-events:none;animation:mvRegIn 12s ease infinite both}.redesign-home .reg-collage tbody tr:nth-child(2) td:nth-child(5){animation:mvRegChange 12s ease infinite both}.redesign-home .ways-collage .cg-check b.done{background:var(--white)}.redesign-home .ways-collage .cg-check b.done:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:var(--blue)}.redesign-home .ways-collage .cg-check b.done:after{z-index:1}.redesign-home .ways-collage .cg-check b.done:after,.redesign-home .ways-collage .cg-check b.done:before{animation-duration:10s;animation-iteration-count:infinite;animation-fill-mode:both;animation-timing-function:ease}.redesign-home .ways-collage .cg-check b.next{animation:mvSpin 2.4s linear infinite}.redesign-home .ways-collage .cg-check:nth-of-type(2) b.done:before{animation-name:mvTick1}.redesign-home .ways-collage .cg-check:nth-of-type(2) b.done:after{animation-name:mvTickMark1}.redesign-home .ways-collage .cg-check:nth-of-type(3) b.done:before{animation-name:mvTick2}.redesign-home .ways-collage .cg-check:nth-of-type(3) b.done:after{animation-name:mvTickMark2}.redesign-home .ways-collage .cg-check:nth-of-type(4) b.done:before{animation-name:mvTick3}.redesign-home .ways-collage .cg-check:nth-of-type(4) b.done:after{animation-name:mvTickMark3}.redesign-home .ways-collage .cg-check:nth-of-type(5) b.done:before{animation-name:mvTick4}.redesign-home .ways-collage .cg-check:nth-of-type(5) b.done:after{animation-name:mvTickMark4}.redesign-home .ways-collage .cg-pill-a{animation:mvPillLate 10s ease infinite both}.redesign-home .ways-collage .cg-event{position:relative}.redesign-home .ways-collage .cg-event:after{content:"Inspecting";position:absolute;right:0;top:50%;transform:translateY(-50%);padding:3px 9px;border-radius:50px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--blue);border:1.5px dashed rgba(45,90,206,.45);background:var(--white);opacity:0;pointer-events:none}.redesign-home .ways-collage .cg-event,.redesign-home .ways-collage .cg-event em,.redesign-home .ways-collage .cg-event:after{animation-duration:12s;animation-iteration-count:infinite;animation-fill-mode:both;animation-timing-function:ease}.redesign-home .ways-collage .cg-event:nth-of-type(2){animation-name:mvEvRow1}.redesign-home .ways-collage .cg-event:nth-of-type(2) em{animation-name:mvEvChip1}.redesign-home .ways-collage .cg-event:nth-of-type(2):after{animation-name:mvEvPend1}.redesign-home .ways-collage .cg-event:nth-of-type(3){animation-name:mvEvRow2}.redesign-home .ways-collage .cg-event:nth-of-type(3) em{animation-name:mvEvChip2}.redesign-home .ways-collage .cg-event:nth-of-type(3):after{animation-name:mvEvPend2}.redesign-home .ways-collage .cg-event:nth-of-type(4){animation-name:mvEvRow3}.redesign-home .ways-collage .cg-event:nth-of-type(4) em{animation-name:mvEvChip3}.redesign-home .ways-collage .cg-event:nth-of-type(4):after{animation-name:mvEvPend3}.redesign-home .ways-collage .cg-event:nth-of-type(5){animation-name:mvEvRow4}.redesign-home .ways-collage .cg-event:nth-of-type(5) em{animation-name:mvEvChip4}.redesign-home .ways-collage .cg-event:nth-of-type(5):after{animation-name:mvEvPend4}.redesign-home .ways-collage .cg-pill-b{animation:mvPillLate12 12s ease infinite both}.redesign-home .cg-finding .cg-actions,.redesign-home .cg-finding .cg-actions b,.redesign-home .cg-finding .cg-kv{animation-duration:12s;animation-iteration-count:infinite;animation-fill-mode:both;animation-timing-function:ease}.redesign-home .cg-finding .cg-kv:nth-of-type(2){animation-name:mvKv1}.redesign-home .cg-finding .cg-kv:nth-of-type(3){animation-name:mvKv2}.redesign-home .cg-finding .cg-kv:nth-of-type(4){animation-name:mvKv3}.redesign-home .cg-finding .cg-kv:nth-of-type(5){animation-name:mvKv4}.redesign-home .cg-finding .cg-actions{animation-name:mvActions}.redesign-home .cg-finding .cg-actions b{animation-name:mvPress;display:inline-block}.redesign-home .ways-collage .cg-pill-c{animation:mvPillLate12b 12s ease infinite both}@media (prefers-reduced-motion:reduce){.redesign-home .cg-finding .cg-actions,.redesign-home .cg-finding .cg-actions b,.redesign-home .cg-finding .cg-kv,.redesign-home .hero-collage .cg-register .cg-row em,.redesign-home .hero-collage .cg-register .cg-row:after,.redesign-home .hero-collage .cg-track b.is-now:after,.redesign-home .hero-collage .ev-list li em,.redesign-home .hero-collage .ev-list li:after,.redesign-home .reg-collage td,.redesign-home .reg-collage td em,.redesign-home .reg-collage td:after,.redesign-home .ways-collage .cg-check b,.redesign-home .ways-collage .cg-check b:after,.redesign-home .ways-collage .cg-check b:before,.redesign-home .ways-collage .cg-event,.redesign-home .ways-collage .cg-event em,.redesign-home .ways-collage .cg-event:after{animation:none!important;opacity:1;transform:none}.redesign-home .ways-collage .cg-check b.done:after{transform:rotate(45deg)}.redesign-home .hero-collage .cg-register .cg-row:after,.redesign-home .hero-collage .cg-track b.is-now:after,.redesign-home .hero-collage .ev-list li:after,.redesign-home .reg-collage td:after,.redesign-home .ways-collage .cg-event:after{opacity:0!important}}@media (max-width:1024px){.redesign-home .hero-split .hero-cta-wrapper{justify-content:center}.redesign-home .split-section{grid-template-columns:minmax(0,1fr);gap:40px;padding:80px 32px}.redesign-home .split-section .collage{order:2}.redesign-home .ways-row{grid-template-columns:1fr;gap:28px;padding:40px 0}.redesign-home .hero-kicker{text-align:center}.redesign-home .ways-row-flip .ways-copy{order:0}.redesign-home .ways-copy{max-width:none}}@media (max-width:768px){.redesign-home .cg-pill{font-size:11px;padding:7px 11px}.redesign-home .split-section{padding:64px 20px}.redesign-home .reg-collage{padding:14px}.redesign-home .reg-collage .reg-wrap{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch}.redesign-home .collage{min-width:0}.redesign-home .reg-collage .reg-table{min-width:0;font-size:12px}.redesign-home .reg-collage .reg-table td,.redesign-home .reg-collage .reg-table th{padding:10px 8px}.redesign-home .reg-collage .reg-table td:nth-child(5),.redesign-home .reg-collage .reg-table th:nth-child(5){display:none}.redesign-home .reg-collage .reg-table .ev-fail,.redesign-home .reg-collage .reg-table .ev-pass,.redesign-home .reg-collage .reg-table .ev-skip{white-space:normal;text-align:center;line-height:1.3}.redesign-home .cg-pill-kb{right:8px;top:-14px}.redesign-home .usecase-section,.redesign-home .ways-section{padding:64px 20px}.redesign-home .usecase-row{grid-template-columns:1fr;gap:10px;padding:24px 0}.redesign-home .usecase-row dt{font-size:28px}.redesign-home .ways-collage{padding:20px 20px 36px;min-height:0}.redesign-home .cg-kv{grid-template-columns:1fr;gap:2px}.redesign-home .cg-pill-a,.redesign-home .cg-pill-b,.redesign-home .cg-pill-c{right:12px;bottom:-14px;font-size:11px;white-space:normal;max-width:80%;text-align:center}}@media (max-width:900px){.redesign-home .adapt-section{padding:64px 24px}.redesign-home .adapt-step{gap:18px}.redesign-home .adapt-step-num{width:40px;height:40px;font-size:12px}.redesign-home .adapt-steps:before{left:19px}}@media (max-width:768px){.redesign-home .hero-sub{font-size:16px!important;max-width:90%;line-height:1.75}.redesign-home .problem-section{padding:80px 24px}.redesign-home .problem-header h2{font-size:clamp(34px,9vw,54px)!important}.redesign-home .problem-header>p{font-size:17px!important}.redesign-home .problem-grid{grid-template-columns:1fr;gap:14px}.redesign-home .problem-card{padding:28px 24px}.redesign-home .security-banner h2{font-size:clamp(34px,9vw,54px)!important}.redesign-home .security-banner>p{font-size:16px!important}.redesign-home .final-cta h2{font-size:clamp(36px,10vw,63px)!important}.redesign-home .final-cta>p{font-size:17px!important}}