@import "https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap";:root{--primary:#00a8ff;--primary-dark:#006de5;--cyan:#00d4ff;--navy:#071b4d;--ink:#071225;--text:#25324f;--muted:#6d7891;--soft:#f4f9ff;--white:#fff;--line:#00a8ff29;--shadow:0 28px 85px #071b4d29;--radius:30px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;color:var(--text);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body::selection{color:#fff;background:var(--primary-dark)}a,button,input{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;border:0}.page{background:radial-gradient(circle at 10% 2%,#00a8ff33,#0000 28rem),radial-gradient(circle at 92% 8%,#00d4ff29,#0000 26rem),linear-gradient(#fff 0%,#f4f9ff 42%,#fff 100%);min-height:100vh;position:relative;overflow:hidden}.grid-bg,.spotlight,.orb{pointer-events:none;z-index:0;position:fixed}.grid-bg{background-image:linear-gradient(#00a8ff0f 1px,#0000 1px),linear-gradient(90deg,#00a8ff0f 1px,#0000 1px);background-size:54px 54px;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 82%);mask-image:linear-gradient(#000 0%,#0000 82%)}.spotlight{background:radial-gradient(circle at var(--cursor-x,50%) var(--cursor-y,35%), #00d4ff26, transparent 22rem);transition:background .12s linear;inset:0}.orb{filter:blur(54px);opacity:.2;border-radius:999px;width:34rem;height:34rem;animation:9s ease-in-out infinite alternate floatOrb}.orb-a{background:var(--primary);top:10%;left:-16rem}.orb-b{background:var(--cyan);animation-delay:-2.2s;top:38%;right:-16rem}.orb-c{background:#2f7cff;animation-delay:-4s;bottom:-20rem;left:28%}.section-container{z-index:1;width:min(1180px,100% - 40px);margin:0 auto;position:relative}@supports (content-visibility:auto){.product-section,.process-section,.use-cases-section,.trusted-section,.faq-section,.cta-section,.footer{content-visibility:auto;contain-intrinsic-size:1px 780px}}@media (width<=768px){.orb{display:none}.spotlight{background:radial-gradient(circle at 50% 12%,#00d4ff1f,#0000 18rem);transition:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.navbar{z-index:100;background:0 0;align-items:center;padding:14px 20px;transition:padding .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar--scrolled{padding:10px 20px}.navbar-pill{-webkit-backdrop-filter:blur(28px);background:#ffffffeb;border:1px solid #008cdc2e;border-radius:999px;align-items:center;gap:0;width:min(100%,1180px);margin:0 auto;padding:7px 7px 7px 22px;transition:box-shadow .3s,background .3s;display:flex;box-shadow:0 4px 24px #07286e17,inset 0 1px #fffffff2}.navbar--scrolled .navbar-pill{background:#fffffffa;border-color:#008cdc38;box-shadow:0 8px 32px #07286e1f,inset 0 1px #fff}.brand{flex-shrink:0;align-items:center;margin-right:4px;display:inline-flex}.brand img{width:136px;height:auto;transition:opacity .2s;display:block}.brand:hover img{opacity:.85}.nav-links{align-items:center;gap:0;margin-left:auto;display:flex}.nav-links a{color:#667082;white-space:nowrap;border-radius:999px;align-items:center;padding:8px 16px;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}.nav-hover-bg{background:#0064e412;border-radius:999px;animation:.18s forwards navHoverIn;position:absolute;inset:0}@keyframes navHoverIn{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.nav-links a:hover{color:var(--navy)}.nav-links a.active{color:var(--primary-dark);font-weight:700}.nav-links a.active .nav-label{background:#0064e41a;border-radius:999px;padding:4px 12px}.nav-label{z-index:1;transition:background .2s,padding .2s;position:relative}.nav-links a.active:after{content:"";background:var(--primary);border-radius:50%;width:4px;height:4px;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.nav-right{flex-shrink:0;align-items:center;gap:6px;margin-left:4px;display:flex}.nav-cta{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#25d366 0%,#1fbe5a 100%);border-radius:999px;align-items:center;gap:7px;padding:10px 22px;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;position:relative;box-shadow:0 4px 16px #25d36661,inset 0 1px #ffffff40}.nav-cta:before{content:"";background:linear-gradient(105deg,#0000 30%,#ffffff38 50%,#0000 70%);transition:transform;position:absolute;inset:0;transform:translate(-120%)}.nav-cta:hover:before{transition:transform .5s;transform:translate(120%)}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 28px #25d3667a,inset 0 1px #ffffff40}.nav-cta:active{transform:translateY(0)}.nav-cta-pulse{pointer-events:none;border:2px solid #25d3668c;border-radius:999px;animation:2.4s cubic-bezier(.4,0,.6,1) infinite ctaPulse;position:absolute;inset:0}@keyframes ctaPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:0;transform:scale(1.14)}}.hamburger{cursor:pointer;background:#f0f6ffe6;border:1.5px solid #0064dc2e;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5.5px;width:40px;height:40px;transition:background .2s,border-color .2s,box-shadow .2s;display:none}.hamburger:hover{background:#dcebfffa;border-color:#0064dc47;box-shadow:0 2px 8px #0064dc1f}.bar{background:var(--primary-dark);transform-origin:50%;border-radius:99px;width:18px;height:2px;transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .2s,width .2s;display:block}.hamburger--open .bar:first-child{transform:translateY(7.5px)rotate(45deg)}.hamburger--open .bar:nth-child(2){opacity:0;width:0}.hamburger--open .bar:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.mobile-menu{background:#fffffffa;border:1px solid #008cdc21;border-radius:22px;flex-direction:column;gap:2px;padding:8px;animation:.22s cubic-bezier(.34,1.56,.64,1) forwards menuIn;display:flex;position:absolute;top:calc(100% + 10px);left:0;right:0;box-shadow:0 20px 52px #07286e24}@keyframes menuIn{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.mobile-menu a{color:var(--navy);border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:flex}.mobile-menu a:hover{color:var(--primary-dark);background:#0064e40f}.mobile-menu__chevron{color:#b0bfd4;font-size:14px}.mobile-menu__cta{background:linear-gradient(135deg,#25d366 0%,#1fbe5a 100%);border-radius:12px;align-items:center;gap:8px;margin-top:4px;padding:13px;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .18s;display:flex;box-shadow:0 4px 14px #25d36647;color:#fff!important;justify-content:center!important}.mobile-menu__cta:hover{transform:translateY(-1px)}.hero{padding:118px 0 96px;position:relative;overflow:hidden}.hero-grid{grid-template-columns:minmax(0,.94fr) minmax(460px,1.06fr);align-items:center;gap:clamp(44px,6vw,78px);min-height:calc(100vh - 104px);display:grid}.hero-copy{flex-direction:column;gap:0;max-width:580px;display:flex}.hero-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--primary-dark);align-items:center;gap:8px;margin-bottom:28px;font-size:.78rem;font-weight:700;display:inline-flex}.hero-copy h1{color:var(--navy);letter-spacing:-.055em;margin-bottom:28px;font-size:clamp(2.7rem,5vw,4.55rem);font-weight:900;line-height:.96}.hero-word{background:linear-gradient(135deg, var(--primary-dark), var(--cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:.4s cubic-bezier(.34,1.56,.64,1) both wordSwap;display:block}@keyframes wordSwap{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.hero-copy p{color:var(--muted);max-width:560px;margin-bottom:38px;font-size:clamp(1.02rem,1.45vw,1.17rem);line-height:1.8}.hero-actions{flex-wrap:wrap;gap:14px;margin-bottom:0;display:flex}.hero-btn-primary{color:#fff;background:linear-gradient(135deg,#25d366 0%,#1fbe5a 100%);border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:15px 26px;font-size:.95rem;font-weight:850;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 14px 34px #25d3664d}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 32px #25d36666}.hero-btn-ghost{color:var(--navy);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff94;border:1.5px solid #00a8ff38;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:15px 24px;font-size:.95rem;font-weight:780;text-decoration:none;transition:border-color .18s,background .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 12px 26px #071b4d0d}.hero-btn-ghost:hover{background:#ffffffdb;border-color:#00a8ff80;transform:translateY(-2px);box-shadow:0 16px 32px #071b4d14}.hero-visual{justify-content:center;align-items:center;min-height:610px;display:flex;position:relative}.hero-glow{filter:blur(3px);pointer-events:none;background:radial-gradient(circle,#00a8ff2e 0%,#00d4ff1a 36%,#0000 70%);border-radius:50%;width:min(620px,90vw);height:min(620px,90vw);position:absolute}.hero-widget-wrap{z-index:2;border-radius:18px;width:320px;animation:5s ease-in-out infinite phoneFloat;position:relative;box-shadow:0 0 0 1px #006de51f,0 28px 80px #f59e0b33,0 40px 80px #071b4d33}@keyframes phoneFloat{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-12px)rotate(-1deg)}}.wm-root{--wm-primary:#006de5;--wm-border:#0064c826;--wm-text:#0f1f45;--wm-muted:#5a7a9a;--wm-muted-soft:#7aa0c0;background:#f0f6ff;flex-direction:column;height:480px;font-family:system-ui,-apple-system,Segoe UI,sans-serif;display:flex}.wm-header{background:linear-gradient(135deg,#0064e4 0%,#00a8ff 100%);border-bottom:none;align-items:center;gap:12px;padding:16px 14px 14px;display:flex}.wm-avatar{color:#006de5;background:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:48px;height:48px;font-size:18px;font-weight:900;display:grid;overflow:hidden;box-shadow:0 0 0 2px #fff6,0 4px 12px #0003}.wm-header-main{flex:1;min-width:0}.wm-title{color:#fff;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:900}.wm-subtitle{color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11px}.wm-header-right{flex-shrink:0;align-items:center;gap:7px;display:flex}.wm-chip{color:#fff;white-space:nowrap;background:#22c55e;border:none;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.wm-dot{background:#fff;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite wmDotPulse;box-shadow:0 0 6px #fffc}@keyframes wmDotPulse{0%,to{opacity:.8}50%{opacity:1}}.wm-close{color:#fff;cursor:pointer;background:#ffffff26;border:1.5px solid #fff6;border-radius:50%;place-items:center;width:28px;height:28px;transition:background .12s;display:grid}.wm-close:hover{background:#ffffff40}.wm-body{background:#f0f6ff;flex-direction:column;flex:1;gap:10px;padding:16px 14px;display:flex;overflow-y:auto}.wm-msg{flex-direction:column;display:flex}.wm-msg-user{align-items:flex-end}.wm-msg-ai{align-items:flex-start}.wm-bubble{border:1px solid #0000;border-radius:16px;max-width:82%;padding:10px 13px;font-size:12.5px;line-height:1.5}.wm-bubble-ai{color:#1a2f55;background:#fff;border-color:#0064c81f;border-radius:4px 16px 16px;box-shadow:0 1px 4px #00329612}.wm-bubble-user{color:#fff;background:linear-gradient(135deg,#0064e4,#00a8ff);border-color:#ffffff1a;border-radius:16px 16px 4px;font-weight:500;box-shadow:0 4px 14px #006de547}.wm-meta{color:#8aacca;margin-top:4px;font-size:9.5px}.wm-footer{background:#fff;border-top:1px solid #0064c81f;flex-direction:column;gap:8px;padding:10px 12px 12px;display:flex}.wm-live-row{background:#f5f9ff;border:1px solid #0064c826;border-radius:11px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;transition:border-color .25s,background .25s;display:flex}.wm-live-row.wm-live-on{background:#00a8ff0f;border-color:#00a8ff73}.wm-live-row.wm-live-speaking{background:#00a8ff1a;border-color:#00a8ff8c}.wm-live-left{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.wm-live-dot{background:#006de540;border-radius:50%;flex-shrink:0;width:10px;height:10px;transition:background .25s,box-shadow .25s;box-shadow:0 0 0 3px #006de514}.wm-live-on .wm-live-dot,.wm-live-speaking .wm-live-dot{background:#006de5;animation:1.35s ease-in-out infinite wmLivePulse;box-shadow:0 0 0 4px #006de52e,0 0 14px #00a8ff80}@keyframes wmLivePulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}}.wm-live-copy{flex-direction:column;min-width:0;display:flex}.wm-live-copy strong{color:var(--wm-text);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:700}.wm-live-copy span{color:var(--wm-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:10px}.wm-live-actions{flex-shrink:0;align-items:center;gap:5px;display:flex}.wm-live-toggle,.wm-live-cut{min-height:26px;color:var(--wm-text);cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #0064c833;border-radius:999px;padding:4px 10px;font-size:10.5px;font-weight:700;transition:transform .15s,background .15s,border-color .15s}.wm-live-toggle:hover,.wm-live-cut:hover:not(:disabled){background:#eef5ff;border-color:#00a8ff73;transform:translateY(-1px)}.wm-live-cut:disabled{opacity:.4;cursor:not-allowed}.wm-live-transcripts{color:var(--wm-muted);background:#f5f9ff;border:1px solid #0064c81f;border-radius:9px;flex-direction:column;gap:3px;padding:7px 10px;font-size:10.5px;animation:.2s fadeSlideIn;display:flex}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.wm-live-transcripts b{color:var(--wm-text)}.wm-input-row{align-items:center;gap:7px;display:flex}.wm-textarea-wrap{background:#f0f6ff;border:1.5px solid #0064c82e;border-radius:999px;flex:1;align-items:center;gap:8px;min-height:40px;padding:0 12px;display:flex}.wm-placeholder{color:#8aacca;flex:1;font-size:11.5px}.wm-wa-icon{color:#25d366;opacity:.85;flex-shrink:0;width:18px;height:18px}.wm-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0064e4,#00a8ff);border:none;border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;transition:transform .12s,box-shadow .12s;display:grid;box-shadow:0 4px 14px #006de552}.wm-send-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #006de570}.eyebrow{width:fit-content;color:var(--primary-dark);letter-spacing:.06em;text-transform:uppercase;background:#00a8ff17;border:1px solid #00a8ff29;border-radius:999px;align-items:center;gap:9px;padding:8px 14px;font-size:.78rem;font-weight:950;display:inline-flex}.eyebrow.dark{color:#a8efff;background:#ffffff1a;border-color:#ffffff29}.pulse-dot{background:var(--cyan);border-radius:99px;width:9px;height:9px;animation:1.6s infinite pulse;box-shadow:0 0 #00d4ff80}.trusted-section{z-index:1;background:#fff;border-top:1px solid #00a8ff14;border-bottom:1px solid #00a8ff14;padding:64px 0;position:relative}.logo-modal-overlay{z-index:400;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c;justify-content:center;align-items:center;animation:.2s modalFadeIn;display:flex;position:fixed;inset:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.logo-modal-box{background:#fff;border-radius:20px;flex-direction:column;align-items:center;gap:20px;max-width:90vw;padding:48px 56px;animation:.25s cubic-bezier(.34,1.56,.64,1) modalPopIn;display:flex;position:relative;box-shadow:0 24px 64px #0000002e}@keyframes modalPopIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.logo-modal-img{object-fit:contain;width:auto;max-width:400px;max-height:200px}.logo-modal-name{color:var(--navy);margin:0;font-size:1rem;font-weight:700}.logo-modal-close{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:1.1rem;line-height:1;transition:background .15s,color .15s;position:absolute;top:14px;right:18px}.logo-modal-close:hover{color:var(--navy);background:#0000000f}.trusted-header{text-align:center;margin-bottom:36px}.trusted-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:700}.logo-marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.logo-track{align-items:center;gap:14px;width:max-content;animation:30s linear infinite marquee;display:flex}.logo-item{background:#fafcff;border:1px solid #00a8ff1f;border-radius:14px;justify-content:center;align-items:center;min-width:160px;padding:18px 26px;transition:border-color .2s,box-shadow .2s;display:flex}.logo-item:hover{border-color:#00a8ff4d;box-shadow:0 4px 16px #0064c814}.logo-img{object-fit:contain;filter:none;width:auto;height:52px;transition:filter .2s,transform .2s}.logo-item:hover .logo-img{filter:none;transform:scale(1.05)}.logo-placeholder{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;border-radius:10px;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:.72rem;font-weight:800;display:grid}.logo-item strong{color:var(--navy);white-space:nowrap;font-size:.875rem;font-weight:700}.faq-section{padding:110px 0}.section-heading{text-align:center;max-width:830px;margin:0 auto 54px}.section-heading.left{text-align:left;max-width:780px;margin-left:0}.section-heading h2,.product-section h2,.process-copy h2,.use-cases-grid h2,.faq-section h2{color:var(--navy)}.product-section{background:#f8fbff;padding:110px 0}.features-header{text-align:center;margin-bottom:52px}.features-header h2{color:var(--navy);letter-spacing:-.04em;margin-top:12px;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:900}.features-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.feature-card{cursor:default;animation:.5s both cardReveal;animation-delay:calc(var(--i,0) * 80ms);background:#fff;border:1.5px solid #0082dc38;border-radius:24px;flex-direction:column;gap:0;padding:32px 28px 30px;transition:transform .24s,box-shadow .24s,border-color .24s,background .24s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #071b4d0f,0 0 #00a8ff00}.feature-card:after{content:"";opacity:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#00a8ff0f 0%,#0064e408 100%);transition:opacity .28s;position:absolute;inset:0}.feature-card:hover:after{opacity:1}.feature-card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#00a8ff,#0064e4);border-radius:24px 24px 0 0;height:3px;transition:transform .32s cubic-bezier(.34,1.56,.64,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{background:#fafdff;border-color:#00a8ff80;transform:translateY(-7px);box-shadow:0 4px 12px #071b4d12,0 20px 48px #0064dc24,0 0 0 4px #00a8ff12}.feature-card h3{color:var(--navy);letter-spacing:-.02em;margin-top:20px;margin-bottom:10px;font-size:1.05rem;font-weight:800;line-height:1.3}.feature-card p{color:var(--muted);font-size:.875rem;line-height:1.7}.feature-card:hover .card-glow{transform:scale(1.55)}.feature-icon{color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary-dark));letter-spacing:-.04em;border-radius:21px;place-items:center;width:60px;height:60px;font-size:.86rem;font-weight:950;display:grid;box-shadow:0 18px 32px #006de538}.feature-card h3{color:var(--navy);margin-top:24px;font-size:1.26rem}.feature-card p{color:var(--muted);margin-top:12px;line-height:1.72}.integration-card pre{color:#c8f7ff;white-space:pre-wrap;min-height:292px;padding:28px;font-family:Fira Code,JetBrains Mono,Consolas,monospace;font-size:clamp(.82rem,1.7vw,1rem);line-height:1.9}.process-section{background:linear-gradient(#f0f6ff 0%,#fff 100%);padding:110px 0}.process-header{text-align:center;margin-bottom:64px}.process-header h2{color:var(--navy);letter-spacing:-.04em;margin-top:12px;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:900}.process-steps{grid-template-columns:repeat(4,1fr);align-items:start;gap:16px;display:grid;position:relative}.process-steps:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(90deg,#00a8ff26,#00a8ff73 50%,#00a8ff26);height:2px;position:absolute;top:52px;left:calc(12.5% + 8px);right:calc(12.5% + 8px)}.process-card{z-index:1;animation:.5s both cardReveal;animation-delay:calc(var(--i,0) * .1s);background:#fff;border:1.5px solid #0082dc26;border-radius:22px;flex-direction:column;gap:0;padding:28px 24px 32px;transition:transform .26s,box-shadow .26s,border-color .26s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #071b4d0f}@keyframes cardReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.process-card:before{content:"";transform-origin:top;background:linear-gradient(#00a8ff,#0064e4);border-radius:22px 0 0 22px;width:4px;transition:transform .32s cubic-bezier(.34,1.56,.64,1);position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.process-card:hover:before{transform:scaleY(1)}.process-card:hover{border-color:#00a8ff61;transform:translateY(-8px);box-shadow:0 4px 16px #071b4d14,0 24px 52px #0064dc24}.process-card__top{align-items:center;gap:12px;margin-bottom:20px;display:flex}.process-num{color:#fff;letter-spacing:.05em;background:linear-gradient(135deg,#0064e4,#00a8ff);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.8rem;font-weight:900;display:flex;box-shadow:0 6px 18px #0064e44d}.process-icon-svg{color:#0080e8;background:#00a8ff14;border:1px solid #00a8ff2e;border-radius:10px;flex-shrink:0;width:2.2rem;height:2.2rem;margin-left:auto;padding:.45rem}.process-card__title{color:var(--navy);letter-spacing:-.02em;margin-bottom:10px;font-size:1rem;font-weight:800;line-height:1.3}.process-card__text{color:var(--muted);font-size:.84rem;line-height:1.72}.process-arrow{display:none}.process-footer{justify-content:center;margin-top:52px;display:flex}.process-result{background:linear-gradient(135deg, var(--navy), var(--primary-dark));color:#fff;letter-spacing:-.01em;border-radius:999px;align-items:center;gap:8px;padding:13px 28px;font-size:.875rem;font-weight:700;display:inline-flex;box-shadow:0 8px 28px #006de547,0 0 0 6px #0064e414}.use-cases-section{z-index:1;background:var(--navy);padding:100px 0;position:relative}.use-cases-section:before{content:"";pointer-events:none;background-image:radial-gradient(#00a8ff12 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.use-cases-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#006de538 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-100px;left:-100px}.use-cases-inner{z-index:1;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:start;gap:40px 64px;display:grid;position:relative}.use-cases-stat{border-right:1px solid #ffffff1a;flex-direction:column;grid-row:1/3;justify-content:center;align-items:center;gap:0;padding-right:64px;display:flex}.use-cases-number{letter-spacing:-.04em;background:linear-gradient(135deg,#fff 30%,#00d4ffb3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:9rem;font-weight:900;line-height:1}.use-cases-unit{color:#ffffff59;letter-spacing:.12em;text-transform:uppercase;margin-top:-8px;font-size:1rem;font-weight:600}.use-cases-copy{align-self:end}.use-cases-copy .eyebrow{color:#00d4ff;background:#00d4ff1a;border-color:#00d4ff40}.use-cases-copy h2{letter-spacing:-.03em;margin-top:14px;margin-bottom:0;line-height:1.2;color:#fff!important;font-size:clamp(1.6rem,3vw,2.4rem)!important}.use-cases-copy p{color:#ffffff73;max-width:420px;margin-top:14px;font-size:.92rem;line-height:1.7}.use-cases-pills{flex-wrap:wrap;align-self:start;gap:10px;display:flex}.use-pill{color:#fff9;animation:5s ease-in-out infinite pillFloat;animation-delay:calc(var(--i,0) * .3s);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:9px 16px;font-size:.82rem;font-weight:600;transition:color .2s,border-color .2s,background .2s}.use-pill:hover{color:#fff;background:#00a8ff1f;border-color:#00d4ff66}.use-pill--more{color:#00d4ff;background:#00d4ff14;border-color:#00d4ff4d;animation:none}@keyframes pillFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.faq-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:48px;display:flex}.faq-header h2{color:var(--navy);letter-spacing:-.04em;margin-top:12px;font-size:clamp(2rem,4vw,3rem);font-weight:900}.faq-list{grid-template-columns:1fr 1fr;align-items:start;gap:14px;display:grid}.faq-item{background:#fff;border:1px solid #00a8ff1f;border-radius:18px;align-self:start;transition:box-shadow .22s,border-color .22s;overflow:hidden;box-shadow:0 2px 16px #071b4d0d}.faq-item:hover{border-color:#00a8ff47;box-shadow:0 8px 32px #071b4d17}.faq-item.open{border-color:#00a8ff59;box-shadow:0 8px 32px #006de51a}.faq-item button{width:100%;color:var(--navy);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:16px;padding:22px;font-size:.98rem;font-weight:800;line-height:1.35;display:flex}.faq-item button span{flex:1}.faq-item button strong{width:30px;height:30px;color:var(--primary-dark);background:#00a8ff0f;border:1.5px solid #00a8ff4d;border-radius:50%;flex-shrink:0;place-items:center;font-size:1.1rem;font-weight:400;transition:background .2s,border-color .2s,transform .25s;display:grid}.faq-item.open button strong{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;border-color:#0000;transform:rotate(45deg)}.faq-item p{max-height:0;color:var(--muted);opacity:0;visibility:hidden;border-top:0 solid #00a8ff1a;margin:0;padding:0 22px;font-size:.875rem;line-height:1.75;transition:max-height .32s cubic-bezier(.4,0,.2,1),padding .32s,opacity .22s,transform .22s,visibility .22s;overflow:hidden;transform:translateY(-4px)}.faq-item.open p{opacity:1;visibility:visible;border-top-width:1px;max-height:220px;padding:16px 22px 22px;transform:translateY(0)}.cta-section{z-index:1;padding:20px 0 100px;position:relative}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 20% 80%,#00a8ff0f 0%,#0000 60%),radial-gradient(40% 40% at 85% 20%,#006de50d 0%,#0000 60%);position:absolute;inset:0}.cta-inner{border-radius:26px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden;box-shadow:0 24px 64px #071b4d1f,0 0 0 1px #0064c81a}.cta-live{background:#e8f2ff;flex-direction:column;gap:14px;padding:24px 24px 20px;display:flex;position:relative}.cta-browser-bar{z-index:1;background:#ffffffe6;border:1px solid #0064c81f;border-radius:8px;align-items:center;gap:10px;padding:7px 12px;display:flex;position:relative;box-shadow:0 1px 4px #0032960f}.browser-dots{gap:5px;display:flex}.browser-dots span{border-radius:50%;width:8px;height:8px}.browser-dots span:first-child{background:#ff5f57}.browser-dots span:nth-child(2){background:#febc2e}.browser-dots span:nth-child(3){background:#28c840}.browser-url{text-align:center;color:#8aacca;letter-spacing:.02em;flex:1;font-size:.72rem}.cta-chat-preview{z-index:1;background:#fff;border:1px solid #0064c821;border-radius:16px;flex:1;position:relative;overflow:hidden;box-shadow:0 4px 20px #00329614}.cta-chat-header{background:linear-gradient(135deg,#0064e4,#00a8ff);border-radius:16px 16px 0 0;align-items:center;gap:10px;padding:13px 14px;display:flex}.cta-bot-avatar{color:#0064e4;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:relative;box-shadow:0 0 0 2px #ffffff59}.cta-bot-online{background:#22c55e;border:2px solid #0064e4;border-radius:50%;width:10px;height:10px;position:absolute;bottom:1px;right:1px}.cta-bot-name{color:#fff;letter-spacing:.02em;font-size:.85rem;font-weight:800;line-height:1.2}.cta-bot-status{color:#ffffffbf;margin-top:1px;font-size:.67rem}.cta-chat-body{background:#f5f9ff;flex-direction:column;gap:8px;min-height:160px;padding:14px;display:flex}.cta-bubble{border-radius:12px;max-width:80%;padding:9px 13px;font-size:.8rem;line-height:1.5;animation:.3s bubbleIn}@keyframes bubbleIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.cta-bubble.bot{color:#1a2f55;background:#fff;border:1px solid #0064c81f;border-radius:4px 12px 12px;align-self:flex-start;box-shadow:0 1px 4px #0032960f}.cta-bubble.user{color:#fff;background:linear-gradient(135deg,#0064e4,#00a8ff);border-radius:12px 4px 12px 12px;align-self:flex-end;box-shadow:0 4px 12px #0064e440}.cta-typing{align-items:center;gap:4px;padding:10px 14px;display:flex}.cta-typing span{background:#8aacca;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typing-dot}.cta-typing span:nth-child(2){animation-delay:.2s}.cta-typing span:nth-child(3){animation-delay:.4s}@keyframes typing-dot{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.cta-chat-input{background:#fff;border-top:1px solid #0064c81a;align-items:center;gap:8px;padding:10px 12px;display:flex}.cta-chat-input span{color:#8aacca;flex:1;font-size:.75rem}.cta-chat-input button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0064e4,#00a8ff);border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;display:flex;box-shadow:0 3px 10px #0064e44d}.cta-live-tag{z-index:1;letter-spacing:.06em;color:#5a7a9a;text-transform:uppercase;align-items:center;gap:7px;font-size:.7rem;font-weight:600;display:inline-flex;position:relative}.live-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.6s ease-in-out infinite live-pulse}@keyframes live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}@keyframes feedIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.cta-right{background:linear-gradient(145deg,#060f2a 0%,#0a1f5c 60%,#0d2d7a 100%);flex-direction:column;justify-content:center;gap:0;padding:52px 48px;display:flex;position:relative;overflow:hidden}.cta-orb{pointer-events:none;filter:blur(48px);border-radius:50%;position:absolute}.cta-orb--1{background:radial-gradient(circle,#00a8ff38 0%,#0000 70%);width:280px;height:280px;animation:7s ease-in-out infinite orbFloat;top:-80px;right:-80px}.cta-orb--2{background:radial-gradient(circle,#0064e42e 0%,#0000 70%);width:220px;height:220px;animation:9s ease-in-out infinite reverse orbFloat;bottom:-60px;left:-40px}@keyframes orbFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-18px)scale(1.06)}}.cta-tag{z-index:1;letter-spacing:.12em;text-transform:uppercase;color:#00c8ffcc;align-items:center;gap:6px;margin-bottom:20px;font-size:.7rem;font-weight:700;display:inline-flex;position:relative}.cta-tag:before{content:"";background:linear-gradient(90deg,#00a8ff,#0064e4);border-radius:99px;width:18px;height:2px}.cta-right h2{z-index:1;color:#fff;letter-spacing:-.03em;margin-bottom:14px;font-size:2.2rem;font-weight:900;line-height:1.12;position:relative}.cta-right h2 em{background:linear-gradient(135deg,#00c8ff,#0080ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.cta-right>p{z-index:1;color:#ffffff80;margin-bottom:36px;font-size:.875rem;line-height:1.7;position:relative}.cta-submit{z-index:1;color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:17px 20px;font-size:1rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #22c55e66,inset 0 1px #fff3}.cta-submit:before{content:"";background:linear-gradient(105deg,#0000,#fff3,#0000);width:60%;height:100%;transition:left;position:absolute;top:0;left:-100%}.cta-submit:hover:before{transition:left .5s;left:160%}.cta-submit:hover{transform:translateY(-3px);box-shadow:0 16px 40px #22c55e80,inset 0 1px #fff3}.cta-submit:active{transform:translateY(0)}@media (width<=860px){.cta-inner{grid-template-columns:1fr}.cta-right{padding:36px 32px}.cta-right h2{font-size:1.7rem}}@media (width<=520px){.cta-input-row{grid-template-columns:1fr}.cta-live,.cta-right{padding:32px 24px}}.wa-float{z-index:90;color:#fff;opacity:0;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;text-decoration:none;transition:opacity .4s,transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .22s;display:flex;position:fixed;bottom:28px;right:28px;transform:scale(.6)translateY(12px);box-shadow:0 4px 20px #25d36673}.wa-float--visible{opacity:1;animation:2.6s ease-in-out .4s infinite wa-pulse;transform:scale(1)translateY(0)}.wa-float svg{flex-shrink:0;width:38px;height:38px}.wa-float:hover{box-shadow:0 8px 30px #25d3668c,0 0 0 8px #25d3661f;animation:none!important;transform:scale(1.11)!important}.wa-label{background:var(--navy);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;border-radius:8px;padding:5px 11px;font-size:.75rem;font-weight:700;transition:opacity .18s,transform .18s;position:absolute;top:50%;right:calc(100% + 12px);transform:translateY(-50%)translate(6px)}.wa-label:after{content:"";border:5px solid #0000;border-left-color:var(--navy);position:absolute;top:50%;left:100%;transform:translateY(-50%)}.wa-float:hover .wa-label{opacity:1;transform:translateY(-50%)translate(0)}@keyframes wa-pulse{0%,to{box-shadow:0 4px 20px #25d36666,0 0 #25d36659}60%{box-shadow:0 4px 20px #25d36666,0 0 0 14px #25d36600}}.footer{z-index:1;background:var(--navy);border-top:1px solid #00a8ff1f;position:relative}.footer:before{content:"";pointer-events:none;background:radial-gradient(circle,#006de526 0%,#0000 70%);border-radius:50%;width:360px;height:360px;position:absolute;bottom:-80px;left:-80px}.footer-inner{grid-template-columns:1.8fr 1fr 1fr 1fr;gap:48px;padding-top:64px;padding-bottom:56px;display:grid}.footer-logo{opacity:.92;width:160px;height:auto;margin-bottom:18px;display:block}.footer-brand p{color:#ffffff6b;max-width:280px;margin-bottom:20px;font-size:.875rem;line-height:1.7}.footer-contact a{color:#ffffff61;font-size:.82rem;text-decoration:none;transition:color .18s}.footer-contact a:hover{color:var(--cyan)}.footer-col__heading{letter-spacing:.1em;text-transform:uppercase;color:#ffffffe6;border-bottom:1px solid #00a8ff33;margin:0 0 18px;padding-bottom:10px;font-size:.72rem;font-weight:900}.footer-col ul li a{color:#ffffff5c;font-size:.86rem;text-decoration:none;transition:color .18s,padding-left .18s;display:inline-block}.footer-col ul li a:hover{color:#ffffffd9;padding-left:5px}.footer-bottom{text-align:center;border-top:1px solid #ffffff12;padding:20px 0}.footer-bottom p{color:#ffffff38;font-size:.8rem}@keyframes floatOrb{0%{transform:translate(0,0)scale(1)}to{transform:translate(44px,24px)scale(1.08)}}@keyframes pulse{0%{box-shadow:0 0 #00d4ff73}70%{box-shadow:0 0 0 10px #00d4ff00}to{box-shadow:0 0 #00d4ff00}}@keyframes textPop{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes floatWidget{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes messageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes sound{to{opacity:.6;transform:scaleY(.45)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes cardIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes previewIn{0%{opacity:0;transform:translate(18px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes tagFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.reveal-up{animation:.72s both revealUp}.delay-1{animation-delay:.12s}@keyframes revealUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=1060px){.nav-links{display:none}.hamburger{display:flex}.nav-cta{gap:6px;padding:9px 16px;font-size:.83rem}.hero-grid,.use-cases-inner{grid-template-rows:auto;grid-template-columns:1fr}.process-steps{grid-template-columns:1fr 1fr;gap:16px}.process-steps:before,.process-arrow{display:none}.use-cases-stat{border-bottom:1px solid #ffffff1a;border-right:none;flex-direction:row;grid-row:auto;align-items:baseline;gap:12px;padding-bottom:32px;padding-right:0}.use-cases-number{font-size:5rem}.hero{padding-top:70px}.hero-copy{text-align:center}.hero-copy .eyebrow,.hero-actions,.hero-copy p{margin-left:auto;margin-right:auto}.hero-grid{gap:34px;min-height:auto}.hero-visual{min-height:560px}}@media (width<=780px){.section-container,.navbar{width:min(100% - 28px,1180px)}.navbar{border-radius:26px;margin-top:10px;top:10px}.brand{min-width:auto}.brand img{width:142px}.nav-cta{display:none}.footer-inner{grid-template-columns:1fr 1fr;gap:36px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:100%}.wa-float{width:64px;height:64px;bottom:20px;right:20px}.wa-float svg{width:32px;height:32px}.wa-label{display:none}.hero-copy h1{font-size:clamp(2.2rem,10vw,3.5rem)}.features-grid{grid-template-columns:1fr 1fr}.hero-visual{min-height:520px}.dashboard-window{height:350px;transform:none}.chat-widget{animation:none;bottom:6px;right:50%;transform:translate(50%)}.voice-pill,.code-pill{display:none}.trusted-section,.product-section,.demo-section,.process-section,.use-cases-section,.faq-list{grid-template-columns:1fr}.faq-section{padding:78px 0}.features-grid{gap:14px}.feature-card{min-height:auto;padding:22px}.feature-card h3{font-size:1.08rem}.feature-card p{font-size:.94rem}}@media (width<=560px){.features-grid,.theme-selector{grid-template-columns:1fr}.hero-actions,.cta-actions{flex-direction:column}.hero-btn-primary,.hero-btn-ghost,.primary-button,.ghost-button{width:100%}.hero{padding:94px 0 64px}.hero-visual{min-height:500px}.dashboard-window{height:330px}.window-layout{grid-template-columns:56px 1fr}.window-layout aside{padding:14px}.panel-content{padding:20px}.panel-grid{grid-template-columns:1fr}.panel-grid span:nth-child(2),.panel-grid span:nth-child(3){display:none}.chat-widget{width:94%}.logo-item{min-width:220px}.use-cases-cloud span{text-align:center;width:100%}}.showcase-section{z-index:1;background:var(--soft);border-top:1px solid #00a8ff1a;padding:110px 0;position:relative}.showcase-header{text-align:center;margin-bottom:56px}.showcase-header h2{color:var(--navy);letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800}.showcase-sub{color:var(--muted);max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.7}.showcase-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:28px;display:grid}.sc-card{background:#fff;border:1px solid #00a8ff1a;border-radius:20px;flex-direction:column;transition:box-shadow .25s,transform .25s;display:flex;position:relative;box-shadow:0 8px 40px #071b4d1a}.sc-card:hover{transform:translateY(-4px);box-shadow:0 16px 56px #071b4d29}.sc-card--featured{border:2px solid #006de559;transform:translateY(-8px);box-shadow:0 12px 56px #0064e42e}.sc-card--featured:hover{transform:translateY(-14px);box-shadow:0 20px 70px #0064e438}.sc-featured-badge{text-align:center;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:linear-gradient(90deg,#006de5,#00a8ff);padding:8px 14px;font-size:.72rem;font-weight:700}.sc-header{flex-shrink:0;align-items:center;gap:10px;padding:14px 16px;display:flex}.sc-avatar{color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:.68rem;font-weight:800;display:grid;box-shadow:0 0 0 2px #ffffff59}.sc-header-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.sc-company{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:700}.sc-tagline{color:#fffc;white-space:nowrap;text-overflow:ellipsis;font-size:.7rem}.sc-online-chip{color:#fff;background:#ffffff2e;border-radius:20px;flex-shrink:0;align-items:center;gap:5px;padding:3px 9px;font-size:.68rem;font-weight:600;display:flex}.sc-online-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite scPulse}@keyframes scPulse{0%,to{opacity:1}50%{opacity:.5}}.sc-body{scroll-behavior:smooth;flex-direction:column;flex:1;gap:10px;min-height:220px;max-height:260px;padding:16px;display:flex;overflow-y:auto}.sc-body--tall{min-height:260px;max-height:310px}.sc-body::-webkit-scrollbar{width:4px}.sc-body::-webkit-scrollbar-track{background:0 0}.sc-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:4px}.sc-bubble{word-break:break-word;border-radius:14px;max-width:82%;padding:10px 14px;font-size:.82rem;line-height:1.55;animation:.25s cubic-bezier(.34,1.56,.64,1) both scBubbleIn}@keyframes scBubbleIn{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.sc-bubble--bot{border-bottom-left-radius:4px;align-self:flex-start}.sc-bubble--user{border-bottom-right-radius:4px;align-self:flex-end}.sc-typing{align-items:center;gap:5px;width:fit-content;padding:12px 16px;display:flex}.sc-typing span{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite scDot}.sc-typing span:nth-child(2){animation-delay:.2s}.sc-typing span:nth-child(3){animation-delay:.4s}@keyframes scDot{0%,80%,to{opacity:.5;transform:scale(1)}40%{opacity:1;transform:scale(1.3)}}.sc-quick-replies{flex-wrap:wrap;gap:6px;padding:10px 16px 0;display:flex}.sc-quick-btn{border:1.5px solid var(--qr-color,#006de5);color:var(--qr-color,#006de5);cursor:pointer;white-space:nowrap;background:0 0;border-radius:20px;padding:5px 11px;font-size:.72rem;font-weight:600;transition:background .15s,color .15s}.sc-quick-btn:hover{background:var(--qr-color,#006de5);color:#fff}.sc-footer{border-top:1px solid #0000000f;flex-shrink:0;align-items:center;gap:8px;padding:12px 14px;display:flex}.sc-footer--active{padding:10px 14px 14px}.sc-input-mock{color:#94a3b8;background:#f1f5f9;border-radius:10px;flex:1;padding:9px 14px;font-size:.8rem}.sc-input-real{color:var(--text);background:#f1f5f9;border:none;border-radius:10px;outline:none;flex:1;padding:9px 14px;font-family:inherit;font-size:.82rem;transition:box-shadow .15s}.sc-input-real:focus{box-shadow:0 0 0 2px #006de540}.sc-input-real::placeholder{color:#94a3b8}.sc-send-mock,.sc-send-btn{cursor:pointer;color:#fff;border:none;border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:.85rem;transition:opacity .15s,transform .15s;display:grid}.sc-send-btn:hover{opacity:.85;transform:scale(1.06)}.sc-send-btn:active{transform:scale(.97)}.sc-label{letter-spacing:.04em;align-items:center;gap:6px;padding:8px 16px 12px;font-size:.7rem;font-weight:600;display:flex}.sc-label-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (width<=900px){.showcase-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.sc-card--featured{order:-1;transform:none}.sc-card--featured:hover{transform:translateY(-4px)}}@media (width<=560px){.showcase-section{padding:72px 0}.sc-body{min-height:180px;max-height:220px}}.hd-deck{width:340px;height:520px;position:relative}.hd-slot{transform-origin:bottom;width:100%;transition:transform .4s,box-shadow .4s;position:absolute;top:0;left:0}.hd-slot--back-left{z-index:1;filter:brightness(.7)saturate(.8);transform:rotate(-14deg)translate(-52px)translateY(20px)}.hd-slot--back-right{z-index:2;filter:brightness(.75)saturate(.85);transform:rotate(10deg)translate(44px)translateY(14px)}.hd-slot--front{z-index:3;transform:rotate(-1deg)}.hd-slot--front .hero-widget-wrap{animation:5s ease-in-out infinite phoneFloat}.hd-deck:hover .hd-slot--back-left{transform:rotate(-18deg)translate(-68px)translateY(24px)}.hd-deck:hover .hd-slot--back-right{transform:rotate(14deg)translate(60px)translateY(18px)}.hd-card{background:linear-gradient(#141008f7,#050507f7);border-radius:18px;flex-direction:column;width:100%;height:480px;display:flex;box-shadow:0 0 0 1px #006de524,0 24px 60px #071b4d4d}.hd-card-header{border-bottom:1px solid #ffffff14;align-items:center;gap:10px;padding:13px 13px 11px;display:flex}.hd-avatar{color:#fff;background:#ffffff38;border-radius:9px;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:11px;font-weight:900;display:grid}.hd-header-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.hd-company{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:800}.hd-tagline{color:#ffffffb3;white-space:nowrap;font-size:9.5px}.hd-chip{color:#fff;background:#ffffff1f;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;padding:3px 8px;font-size:9px;font-weight:600;display:inline-flex}.hd-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:6px;height:6px}.hd-card-body{flex-direction:column;flex:1;gap:9px;padding:14px;display:flex}.hd-bubble{border-radius:12px;max-width:82%;padding:8px 11px;font-size:11.5px;line-height:1.45}.hd-bubble--bot{border-bottom-left-radius:3px;align-self:flex-start}.hd-bubble--user{border-bottom-right-radius:3px;align-self:flex-end}.hd-card-footer{border-top:1px solid #ffffff12;align-items:center;gap:8px;padding:10px 12px 12px;display:flex}.hd-input-mock{color:#ffffff59;background:#ffffff0f;border-radius:9px;flex:1;padding:8px 12px;font-size:11px}.hd-send-mock{color:#fff;background:#006de5;border-radius:9px;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:13px;display:grid}@media (width<=900px){.hd-deck{width:300px;height:480px}.hd-slot--back-left{transform:rotate(-12deg)translate(-42px)translateY(18px)}.hd-slot--back-right{transform:rotate(9deg)translate(36px)translateY(12px)}}@media (width<=640px){.hd-deck{width:280px;height:460px}.hd-slot--back-left{transform:rotate(-10deg)translate(-32px)translateY(14px)}.hd-slot--back-right{transform:rotate(7deg)translate(28px)translateY(10px)}}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.footer{color:#fff;background:radial-gradient(circle at 14% 18%,#00a8ff33,#0000 28rem),radial-gradient(circle at 86% 6%,#00d4ff24,#0000 26rem),linear-gradient(135deg,#061640 0%,#071b4d 45%,#04102f 100%);border-top:1px solid #00a8ff2e;position:relative;overflow:hidden}.footer-orb{filter:blur(42px);opacity:.24;pointer-events:none;border-radius:999px;width:360px;height:360px;position:absolute}.footer-orb--left{background:#00a8ff;bottom:-160px;left:-170px}.footer-orb--right{background:#00d4ff;top:-170px;right:-160px}.footer-brand{-webkit-backdrop-filter:blur(18px);background:linear-gradient(145deg,#ffffff1f,#ffffff0b),#ffffff08;border:1px solid #ffffff1f;border-radius:30px;padding:clamp(24px,3vw,34px);position:relative;box-shadow:0 28px 80px #0000002e,inset 0 1px #ffffff1f}.footer-logo-card{background:#fffffff5;border-radius:20px;justify-content:center;align-items:center;width:fit-content;margin-bottom:18px;padding:14px 18px;display:inline-flex;box-shadow:0 18px 42px #00000029}.footer-logo{opacity:1;width:158px;height:auto;margin:0;display:block}.footer-badge{color:#bdefff;letter-spacing:.01em;background:#00a8ff1a;border:1px solid #00d4ff38;border-radius:999px;align-items:center;gap:8px;width:fit-content;margin-bottom:16px;padding:8px 12px;font-size:.76rem;font-weight:800;display:inline-flex}.footer-badge-dot{background:#25d366;border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 6px #25d3661f}.footer-brand p{color:#ffffffb8;max-width:420px;margin:0 0 20px;font-size:.96rem;line-height:1.75}.footer-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:22px 0;display:grid}.footer-mini-stat{background:#ffffff12;border:1px solid #ffffff1a;border-radius:18px;padding:14px}.footer-mini-stat strong{color:#fff;letter-spacing:-.03em;margin-bottom:3px;font-size:1.1rem;font-weight:950;display:block}.footer-mini-stat span{color:#ffffff8f;font-size:.78rem;line-height:1.35}.footer-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.footer-wa,.footer-mail{border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:11px 16px;font-size:.84rem;font-weight:850;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:inline-flex}.footer-wa{color:#fff;background:linear-gradient(135deg,#25d366,#1fbe5a);box-shadow:0 12px 30px #25d36638}.footer-mail{color:#d9f6ff;background:#ffffff0f;border:1px solid #00d4ff38}.footer-wa:hover,.footer-mail:hover{transform:translateY(-2px)}.footer-mail:hover{background:#00a8ff1f;border-color:#00d4ff75}.footer-nav-wrap{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.footer-col{background:#ffffff0e;border:1px solid #ffffff1a;border-radius:24px;min-width:0;padding:24px;transition:transform .2s,border-color .2s,background .2s;box-shadow:inset 0 1px #ffffff14}.footer-col__heading{color:#fff;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid #00d4ff29;align-items:center;gap:9px;margin:0 0 18px;padding:0 0 14px;font-size:.78rem;font-weight:950;display:flex}.footer-col__heading:before{content:"";background:linear-gradient(135deg,#00d4ff,#006de5);border-radius:999px;width:8px;height:8px;box-shadow:0 0 16px #00d4ff80}.footer-col ul li a{color:#fff9;align-items:center;gap:8px;font-size:.88rem;line-height:1.35;text-decoration:none;transition:color .18s,transform .18s;display:inline-flex;position:relative}.footer-col ul li a:before{content:"›";color:#00d4ffb8;font-weight:900;transition:transform .18s}.footer-col ul li a:hover:before{transform:translate(2px)}.footer-bottom{z-index:1;text-align:left;border-top:1px solid #ffffff17;justify-content:space-between;align-items:center;gap:18px;padding:22px 0 28px;display:flex;position:relative}.footer-bottom p,.footer-bottom span{color:#ffffff80;font-size:.84rem;line-height:1.5}@media (width<=1180px){.footer-inner{grid-template-columns:1fr}.footer-brand p{max-width:720px}}@media (width<=1060px){.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{align-items:center;max-width:760px;margin:0 auto}.hero-visual{width:100%;min-height:540px}.hd-deck{margin:0 auto}.process-card{background:#ffffffb8;border:1px solid #00a8ff1a}}@media (width<=860px){.footer-nav-wrap{grid-template-columns:1fr 1fr}.footer-col:last-child{grid-column:1/-1}.cta-inner{border-radius:24px;overflow:hidden}}@media (width<=780px){.section-container{width:min(100% - 28px,1180px)}.navbar{border-radius:0;width:auto;margin-top:0;padding:0;top:12px;left:12px;right:12px}.navbar-pill{border-radius:24px;padding:6px 6px 6px 12px}.brand img{width:116px}.mobile-menu{top:calc(100% + 8px);left:0;right:0}.hero{padding:98px 0 58px}.hero-grid{gap:22px}.hero-copy h1{letter-spacing:-.045em;font-size:clamp(2.35rem,12vw,3.25rem);line-height:1.02}.hero-copy p{margin-bottom:28px;font-size:1rem;line-height:1.68}.hero-actions{width:100%;max-width:420px}.hero-visual{min-height:470px;overflow:visible}.hd-deck{width:min(78vw,278px);height:435px}.hd-slot--front .hero-widget-wrap,.hero-widget-wrap{width:100%}.wm-root,.hd-card{height:425px}.hd-slot--back-left{transform:rotate(-8deg)translate(-22px)translateY(14px)}.hd-slot--back-right{transform:rotate(7deg)translate(20px)translateY(10px)}.hd-deck:hover .hd-slot--back-left{transform:rotate(-9deg)translate(-24px)translateY(16px)}.hd-deck:hover .hd-slot--back-right{transform:rotate(8deg)translate(22px)translateY(12px)}.wm-header,.hd-card-header{gap:8px;padding:11px}.wm-avatar,.hd-avatar{width:38px;height:38px}.wm-title,.hd-company{font-size:11.5px}.wm-subtitle,.hd-tagline{font-size:9px}.wm-chip,.hd-chip{padding:3px 7px;font-size:8.5px}.wm-close{display:none}.wm-body,.hd-card-body{gap:8px;padding:12px}.wm-bubble,.hd-bubble{max-width:88%;padding:8px 10px;font-size:10.7px}.wm-footer{padding:8px 9px 10px}.wm-live-row{flex-direction:column;align-items:stretch;gap:8px}.wm-live-copy strong,.wm-live-copy span{white-space:normal}.wm-live-actions{width:100%}.wm-live-toggle,.wm-live-cut{flex:1;padding:6px 8px;font-size:9.5px}.wm-textarea-wrap{min-width:0}.wm-placeholder{white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;overflow:hidden}.wm-send-btn{width:34px;height:34px}.trusted-section,.product-section,.process-section,.use-cases-section,.faq-section{padding-top:76px;padding-bottom:76px}.features-grid,.process-steps,.faq-list{grid-template-columns:1fr}.feature-card,.process-card,.faq-item{border-radius:20px}.use-cases-inner{text-align:center}.use-cases-stat,.use-cases-pills{justify-content:center}.cta-section{padding-bottom:78px}.cta-right,.cta-live{padding:28px 22px}.footer-inner{gap:22px;padding-top:52px;padding-bottom:36px}.footer-brand{border-radius:24px}.footer-nav-wrap{grid-template-columns:1fr;gap:12px}.footer-col:last-child{grid-column:auto}.footer-col{border-radius:20px;padding:20px}.footer-bottom{flex-direction:column;align-items:flex-start;padding-bottom:88px}.wa-float{width:64px;height:64px;bottom:16px;right:16px}}@media (width<=520px){.section-container{width:min(100% - 22px,1180px)}.hero-copy{text-align:center}.hero-actions{max-width:100%}.hero-btn-primary,.hero-btn-ghost{min-height:52px}.hero-visual{min-height:440px}.hd-deck{width:min(76vw,260px);height:410px}.wm-root,.hd-card{height:405px}.hd-slot--back-left{transform:rotate(-6deg)translate(-14px)translateY(12px)}.hd-slot--back-right{transform:rotate(5deg)translate(14px)translateY(8px)}.footer-logo-card{justify-content:center;width:100%}.footer-mini-grid{grid-template-columns:1fr}.footer-actions{flex-direction:column}.footer-wa,.footer-mail{width:100%}}.footer{z-index:1;color:#fff;background:radial-gradient(circle at 12% 10%,#00d4ff24,#0000 24rem),radial-gradient(circle at 88% 0,#006de529,#0000 26rem),linear-gradient(#071f5a 0%,#07194c 52%,#05143f 100%);border-top:1px solid #00a8ff38;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000f2,#0000 92%);mask-image:linear-gradient(#000000f2,#0000 92%)}.footer:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#00d4ffb3,#0000);width:min(860px,82vw);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.footer-inner{z-index:1;grid-template-columns:1.65fr 1fr 1fr 1fr;align-items:start;gap:clamp(34px,5vw,72px);padding-top:clamp(64px,7vw,84px);padding-bottom:clamp(52px,6vw,66px);display:grid;position:relative}.footer-brand{min-width:0;box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:0;border-radius:0;padding:0}.footer-logo{opacity:1;filter:drop-shadow(0 18px 32px #0000002e);width:clamp(178px,16vw,220px);height:auto;margin:0 0 24px;display:block}.footer-brand p{color:#ffffffad;max-width:360px;margin:0 0 24px;font-size:clamp(1rem,1.1vw,1.08rem);font-weight:550;line-height:1.85}.footer-contact{flex-direction:column;gap:11px;display:flex}.footer-contact a{color:#ffffffb8;width:fit-content;font-size:.98rem;font-weight:650;line-height:1.35;text-decoration:none;transition:color .18s,transform .18s}.footer-contact a:hover{color:#36d9ff;transform:translate(3px)}.footer-col{min-width:0;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;transition:none}.footer-col:hover{background:0 0;border-color:#0000;transform:none}.footer-col__heading{color:#fffffff5;letter-spacing:.115em;text-transform:uppercase;border-bottom:1px solid #00d4ff33;margin:0 0 22px;padding:0 0 14px;font-size:.86rem;font-weight:950;display:block}.footer-col__heading:before{display:none}.footer-col ul{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.footer-col ul li a{color:#ffffff85;align-items:center;gap:8px;font-size:.98rem;font-weight:650;line-height:1.45;text-decoration:none;transition:color .18s,transform .18s;display:inline-flex;position:relative}.footer-col ul li a:before{content:"";opacity:0;background:#00d4ffb3;border-radius:999px;width:6px;height:6px;transition:opacity .18s,transform .18s;transform:scale(.5)}.footer-col ul li a:hover{color:#ffffffeb;padding-left:0;transform:translate(4px)}.footer-col ul li a:hover:before{opacity:1;transform:scale(1)}.footer-bottom{z-index:1;text-align:center;border-top:1px solid #ffffff1a;padding:24px 0 30px;display:block;position:relative}.footer-bottom p{color:#ffffff85;margin:0;font-size:.94rem;font-weight:600;line-height:1.6}.footer-bottom strong{color:#ffffffeb}@media (width<=980px){.footer-inner{grid-template-columns:1fr 1fr;gap:38px 44px;padding-top:58px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:100%}}@media (width<=640px){.footer-inner{grid-template-columns:1fr;gap:34px;padding-top:50px;padding-bottom:38px}.footer-logo{width:190px;margin-left:auto;margin-right:auto}.footer-brand,.footer-col,.footer-bottom{text-align:center}.footer-brand p{font-size:1rem;line-height:1.75}.footer-contact{align-items:center}.footer-col__heading{margin-bottom:16px;font-size:.82rem}.footer-col ul{align-items:center;gap:12px}.footer-col ul li a{justify-content:center;font-size:.96rem}.footer-bottom{padding-bottom:88px}}.footer.footer--refined{color:#ffffffd6;background:radial-gradient(circle at 0 100%,#00a8ff2e,#0000 22rem),radial-gradient(circle at 100% 70%,#006de53d,#0000 24rem),linear-gradient(90deg,#03153f 0%,#062561 55%,#082d78 100%);border-top:1px solid #00d4ff24;margin-top:4rem;padding:4.8rem 0 1.5rem;position:relative;overflow:hidden}.footer.footer--refined:before{content:"";opacity:.16;pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0}.footer.footer--refined .footer-inner{z-index:1;grid-template-columns:minmax(280px,1.3fr) minmax(0,2.3fr);align-items:start;gap:3.6rem;display:grid;position:relative}.footer-brand.footer-brand--refined{flex-direction:column;gap:1.45rem;display:flex}.footer-brand-top{align-items:center;gap:1rem;display:flex}.footer.footer--refined .footer-logo{object-fit:contain;background:#ffffff14;border:1px solid #ffffff1f;border-radius:18px;width:82px;height:82px;padding:.45rem;box-shadow:0 12px 30px #0000002e}.footer-brand-copy h3{color:#fff;margin:0;font-size:clamp(1.6rem,2vw,2rem);font-weight:800;line-height:1.05}.footer-brand-copy span{letter-spacing:.14em;text-transform:uppercase;color:#6bc7ff;margin-top:.35rem;font-size:.92rem;font-weight:700;display:block}.footer-brand.footer-brand--refined p{color:#ebf3ffbf;max-width:30rem;margin:0;font-size:1.2rem;line-height:1.75}.footer-contact-list{gap:1rem;margin:.35rem 0 0;padding:0;list-style:none;display:grid}.footer-contact-list li{color:#eef6ffd1;align-items:center;gap:.8rem;font-size:1.08rem;display:flex}.footer-contact-list li span{color:#4bb9ff;flex:0 0 1.5rem;place-items:center;width:1.5rem;font-size:1.05rem;display:inline-grid}.footer-contact-list a,.footer-contact-list strong{color:inherit;font-weight:500}.footer-contact-list a:hover{color:#fff}.footer-nav-wrap.footer-nav-wrap--refined{grid-template-columns:repeat(4,minmax(150px,1fr));gap:1.75rem;display:grid}.footer-col.footer-col--refined{min-width:0}.footer.footer--refined .footer-col__heading{letter-spacing:.03em;text-transform:uppercase;color:#fff;margin:0 0 1.4rem;padding-bottom:.95rem;font-size:1.35rem;font-weight:800;line-height:1.2;position:relative}.footer.footer--refined .footer-col__heading:after{content:"";background:linear-gradient(90deg,#4ab5ff,#7fe7ff);border-radius:999px;width:2.25rem;height:3px;position:absolute;bottom:0;left:0}.footer.footer--refined .footer-col ul{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.footer.footer--refined .footer-col ul li a{color:#e7f1ffb3;font-size:1.14rem;line-height:1.45;transition:transform .18s,color .18s;display:inline-block}.footer.footer--refined .footer-col ul li a:hover{color:#fff;transform:translate(4px)}.footer-col--social{flex-direction:column;display:flex}.footer-socials{flex-wrap:wrap;gap:.95rem;display:flex}.footer-social-link{color:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff12;border:1px solid #ffffff1f;border-radius:18px;place-items:center;width:3.55rem;height:3.55rem;transition:transform .18s,background .18s,border-color .18s;display:inline-grid}.footer-social-link svg{width:1.28rem;height:1.28rem}.footer-social-link:hover{background:#4bb9ff2e;border-color:#7fe7ff57;transform:translateY(-2px)}.footer-bottom.footer-bottom--refined{z-index:1;border-top:1px solid #ffffff17;margin-top:3rem;padding-top:1.8rem;position:relative}.footer-bottom.footer-bottom--refined p{text-align:center;color:#e4eeffad;margin:0;font-size:1.12rem}.footer-bottom.footer-bottom--refined strong{color:#fff}@media (width<=1100px){.footer.footer--refined .footer-inner{grid-template-columns:1fr;gap:2.5rem}.footer-nav-wrap.footer-nav-wrap--refined{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (width<=768px){.footer.footer--refined{margin-top:3rem;padding:3.7rem 0 1.35rem}.footer-brand-top{align-items:center}.footer.footer--refined .footer-logo{width:72px;height:72px}.footer-brand-copy h3{font-size:1.45rem}.footer-brand.footer-brand--refined p{font-size:1.04rem;line-height:1.7}.footer-contact-list li,.footer.footer--refined .footer-col ul li a,.footer-bottom.footer-bottom--refined p{font-size:1rem}.footer.footer--refined .footer-col__heading{margin-bottom:1rem;font-size:1.12rem}.footer-nav-wrap.footer-nav-wrap--refined{grid-template-columns:1fr 1fr;gap:1.4rem 1.1rem}.footer-social-link{border-radius:16px;width:3.15rem;height:3.15rem}}@media (width<=560px){.footer.footer--refined .footer-inner,.footer-nav-wrap.footer-nav-wrap--refined{grid-template-columns:1fr}.footer-brand-top{align-items:flex-start}.footer-brand-copy span{letter-spacing:.1em;font-size:.82rem}.footer-contact-list{gap:.82rem}.footer-contact-list li{align-items:flex-start;line-height:1.45}.footer-col--social{margin-top:.2rem}.footer-socials{gap:.75rem}.footer-bottom.footer-bottom--refined{margin-top:2.2rem;padding-top:1.4rem}.footer-bottom.footer-bottom--refined p{line-height:1.6}}.footer.footer--clean .footer-inner{grid-template-columns:minmax(280px,1.15fr) minmax(0,1.85fr)}.footer-nav-wrap.footer-nav-wrap--clean{grid-template-columns:repeat(2,minmax(180px,1fr));justify-content:end;max-width:720px;margin-left:auto}.footer.footer--clean .footer-brand.footer-brand--refined p{max-width:34rem}@media (width<=1100px){.footer.footer--clean .footer-inner{grid-template-columns:1fr}.footer-nav-wrap.footer-nav-wrap--clean{max-width:100%;margin-left:0}}@media (width<=768px){.footer-nav-wrap.footer-nav-wrap--clean{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.footer-nav-wrap.footer-nav-wrap--clean{grid-template-columns:1fr}}.footer.footer--final-clean{color:#ffffffdb;background:radial-gradient(circle at 0 100%,#00a8ff1f,#0000 26rem),radial-gradient(circle at 100%,#006de52e,#0000 24rem),linear-gradient(90deg,#050c1c 0%,#081631 45%,#0a2870 100%);border-top:1px solid #ffffff0f;margin-top:4rem;padding:4.8rem 0 1.8rem;position:relative;overflow:hidden}.footer.footer--final-clean:before{content:"";opacity:.22;pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.footer-wrap-final{z-index:1;position:relative}.footer-main-final{grid-template-columns:minmax(320px,1.28fr) minmax(320px,1fr);align-items:start;gap:4.5rem;display:grid}.footer-brand-final{flex-direction:column;gap:1.8rem;min-width:0;display:flex}.footer-brand-top-final{align-items:center;gap:1.35rem;display:flex}.footer-logo-panel-final{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:26px;place-items:center;width:112px;height:112px;padding:1rem;display:grid;box-shadow:inset 0 1px #ffffff0d,0 18px 42px #00000038}.footer-brand-copy-final{min-width:0}.footer-brand-copy-final h3{letter-spacing:-.03em;color:#fff;margin:0;font-size:clamp(2rem,2.8vw,3rem);font-weight:800;line-height:1.02}.footer-brand-copy-final span{letter-spacing:.16em;text-transform:uppercase;color:#69c4ff;max-width:22rem;margin-top:.5rem;font-size:.98rem;font-weight:800;line-height:1.3;display:block}.footer-brand-final p{color:#ebf2ffc2;max-width:35rem;margin:0;font-size:1.12rem;line-height:1.8}.footer-links-final{grid-template-columns:repeat(2,minmax(180px,1fr));gap:2.5rem 3rem;display:grid}.footer-col-final{min-width:0}.footer-col-final h4{text-transform:uppercase;letter-spacing:.04em;color:#fff;margin:0 0 1.55rem;padding-bottom:1rem;font-size:1.22rem;font-weight:800;line-height:1.2;position:relative}.footer-col-final h4:after{content:"";background:linear-gradient(90deg,#27a8ff,#75dcff);border-radius:999px;width:4.5rem;height:3px;position:absolute;bottom:0;left:0}.footer-col-final ul{gap:1.1rem;margin:0;padding:0;list-style:none;display:grid}.footer-col-final li{min-width:0}.footer-col-final a{color:#e2edffb8;font-size:1.08rem;font-weight:500;line-height:1.45;transition:color .18s,transform .18s;display:inline-block}.footer-col-final a:hover{color:#fff;transform:translate(3px)}.footer-bottom-final{border-top:1px solid #ffffff14;margin-top:3.2rem;padding-top:1.6rem}.footer-bottom-final p{text-align:center;color:#e3ecff9e;margin:0;font-size:1.06rem;line-height:1.55}.footer-bottom-final strong{color:#fff}@media (width<=1120px){.footer-main-final{grid-template-columns:1fr;gap:3rem}.footer-links-final{max-width:720px}}@media (width<=768px){.footer.footer--final-clean{margin-top:3rem;padding:3.6rem 0 1.4rem}.footer-brand-top-final{gap:1rem}.footer-logo-panel-final{border-radius:22px;width:92px;height:92px;padding:.85rem}.footer-brand-copy-final h3{font-size:2rem}.footer-brand-copy-final span{letter-spacing:.13em;font-size:.9rem}.footer-brand-final p,.footer-col-final a,.footer-bottom-final p{font-size:1rem}.footer-links-final{grid-template-columns:1fr 1fr;gap:2rem 1.6rem}.footer-col-final h4{margin-bottom:1.2rem;padding-bottom:.8rem;font-size:1.08rem}}@media (width<=560px){.footer-main-final,.footer-links-final{grid-template-columns:1fr}.footer-brand-top-final{align-items:center}.footer-logo-panel-final{width:86px;height:86px}.footer-brand-copy-final h3{font-size:1.8rem}.footer-brand-copy-final span{max-width:13rem;font-size:.84rem}.footer-brand-final{gap:1.35rem}.footer-col-final ul{gap:.92rem}.footer-bottom-final{margin-top:2.5rem;padding-top:1.35rem}}.footer.footer--final-clean{padding:4.1rem 0 1.55rem}.footer-main-final{grid-template-columns:minmax(380px,1.35fr) minmax(340px,1fr);gap:4rem}.footer-brand-top-final{gap:1.6rem}.footer-logo-panel-final{background:#ffffffeb;border:1px solid #ffffff3d;border-radius:24px;width:190px;height:108px;padding:.8rem 1rem;box-shadow:0 18px 42px #0000003d}.footer-logo.footer-logo--final{object-fit:contain;filter:none;width:100%;height:100%}.footer-brand-copy-final h3{letter-spacing:-.025em;font-size:clamp(1.8rem,2.25vw,2.45rem)}.footer-brand-copy-final span{letter-spacing:.14em;max-width:20rem;font-size:.86rem}.footer-brand-final p{max-width:36rem;font-size:1rem;line-height:1.75}.footer-links-final{gap:2.2rem 2.8rem}.footer-col-final h4{letter-spacing:.045em;margin-bottom:1.25rem;padding-bottom:.8rem;font-size:1.02rem}.footer-col-final h4:after{width:3.2rem}.footer-col-final ul{gap:.9rem}.footer-col-final a{font-size:.98rem;font-weight:600;line-height:1.42}.footer-bottom-final{margin-top:2.75rem;padding-top:1.35rem}.footer-bottom-final p{font-size:.98rem}@media (width<=1120px){.footer-main-final{grid-template-columns:1fr;gap:2.7rem}.footer-links-final{max-width:650px}}@media (width<=768px){.footer.footer--final-clean{padding:3.25rem 0 1.35rem}.footer-brand-top-final{gap:1.2rem}.footer-logo-panel-final{border-radius:22px;width:165px;height:96px;padding:.72rem .9rem}.footer-brand-copy-final h3{font-size:1.85rem}.footer-brand-copy-final span{letter-spacing:.11em;font-size:.8rem}.footer-brand-final p,.footer-col-final a,.footer-bottom-final p{font-size:.95rem}.footer-col-final h4{font-size:.98rem}}@media (width<=560px){.footer-brand-top-final{flex-direction:column;align-items:flex-start}.footer-logo-panel-final{width:min(220px,100%);height:112px}.footer-brand-copy-final h3{font-size:1.75rem}.footer-brand-copy-final span{max-width:18rem}}.icon-wrap{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.icon-wrap svg{display:block}.feature-icon-svg{color:#0080e8;background:linear-gradient(135deg,#00a8ff1f 0%,#0064e414 100%);border:1px solid #00a8ff26;border-radius:14px;flex-shrink:0;width:3rem;height:3rem;padding:.7rem}.feature-icon-svg svg{width:100%;height:100%}.process-icon-svg{color:#00a8ff;opacity:.85;width:2rem;height:2rem}.process-icon-svg svg{width:100%;height:100%}.cta-bot-icon-svg{color:#00a8ff;width:1.6rem;height:1.6rem}.cta-bot-icon-svg svg{width:100%;height:100%}.wm-live-toggle .icon-wrap{width:1rem;height:1rem;margin-right:.3rem}.wm-live-toggle .icon-wrap svg{width:100%;height:100%}.wm-send-btn .icon-wrap,.cta-chat-input button .icon-wrap{width:1rem;height:1rem}.hd-send-mock .icon-wrap{opacity:.7;width:.85rem;height:.85rem}.wa-section{z-index:1;background:radial-gradient(circle at 88% 12%,#25d36614,#0000 24rem),radial-gradient(circle at 6% 88%,#00a8ff14,#0000 22rem),#fff;border-top:1px solid #00a8ff14;border-bottom:1px solid #00a8ff14;padding:110px 0;position:relative}@supports (content-visibility:auto){.wa-section{content-visibility:auto;contain-intrinsic-size:1px 780px}}.wa-inner{grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;display:grid}.wa-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--primary-dark);align-items:center;gap:10px;font-size:.8rem;font-weight:700;display:inline-flex}.wa-new-badge{letter-spacing:.12em;color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:999px;align-items:center;padding:4px 10px;font-size:.68rem;animation:2.4s ease-in-out infinite waBadgePulse;display:inline-flex;box-shadow:0 6px 18px #128c7e59}@keyframes waBadgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.wa-copy h2{color:var(--ink);letter-spacing:-.02em;margin:16px 0 14px;font-size:clamp(1.7rem,3.4vw,2.5rem);line-height:1.14}.wa-copy h2 em{background:linear-gradient(120deg, #128c7e, #25d366 55%, var(--primary));color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.wa-lead{max-width:46ch;color:var(--muted);font-size:1.02rem;line-height:1.65}.wa-points{gap:16px;margin:26px 0 30px;list-style:none;display:grid}.wa-points li{background:var(--soft);animation:.6s both waFadeUp;animation-delay:calc(var(--i,0) * 90ms);border:1px solid #00a8ff1a;border-radius:18px;align-items:flex-start;gap:14px;padding:14px 16px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.wa-points li:hover{border-color:#25d36659;transform:translateY(-2px);box-shadow:0 14px 34px #071b4d14}.wa-point-icon{color:#128c7e;background:#25d3661f;border:1px solid #25d36640;border-radius:12px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.wa-point-icon svg{width:20px;height:20px}.wa-points strong{color:var(--ink);margin-bottom:3px;font-size:.98rem;display:block}.wa-points p{color:var(--muted);font-size:.9rem;line-height:1.55}@keyframes waFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.wa-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.wa-cta{color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:999px;align-items:center;gap:10px;padding:14px 24px;font-size:.98rem;font-weight:700;transition:transform .22s,box-shadow .22s;display:inline-flex;box-shadow:0 16px 38px #128c7e59}.wa-cta:hover{transform:translateY(-2px);box-shadow:0 20px 46px #128c7e73}.wa-cta-note{color:var(--muted);font-size:.8rem}.wa-visual{justify-content:center;padding-bottom:96px;display:flex;position:relative}.wa-visual-glow{filter:blur(40px);z-index:0;background:radial-gradient(circle,#25d36638,#0000 65%);position:absolute;inset:8% 12%}.wa-phone{z-index:1;width:min(340px,100%);box-shadow:var(--shadow);background:#efe7dd;border:1px solid #071b4d1a;border-radius:26px;position:relative;overflow:visible}.wa-phone-header{color:#fff;background:linear-gradient(135deg,#128c7e,#075e54);border-radius:26px 26px 0 0;align-items:center;gap:12px;padding:14px 16px;display:flex}.wa-phone-avatar{color:#fff;background:#ffffff29;border-radius:999px;place-items:center;width:36px;height:36px;display:grid}.wa-phone-title{flex-direction:column;line-height:1.25;display:flex}.wa-phone-title strong{font-size:.92rem}.wa-phone-title span{opacity:.85;font-size:.74rem}.wa-phone-body{background:radial-gradient(circle at 20% 10%,#ffffff8c,#0000 12rem),#efe7dd;border-radius:0 0 26px 26px;flex-direction:column;gap:10px;padding:18px 14px 22px;display:flex}.wa-msg{color:#1f2c34;max-width:86%;animation:.5s both waFadeUp;animation-delay:calc(var(--i,0) * .14s);border-radius:14px;padding:9px 12px;font-size:.86rem;line-height:1.45;box-shadow:0 1px 2px #071b4d14}.wa-msg--in{background:#fff;border-top-left-radius:4px;align-self:flex-start}.wa-msg--out{background:#d9fdd3;border-top-right-radius:4px;align-self:flex-end}.wa-msg-buttons{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.wa-msg-buttons span{color:#128c7e;background:#fff;border:1px solid #128c7e59;border-radius:999px;padding:6px 12px;font-size:.76rem;font-weight:600}.wa-msg-buttons .wa-msg-btn--active{color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);border-color:#0000}.wa-system-chip{color:var(--primary-dark);animation:.5s both waFadeUp;animation-delay:calc(var(--i,0) * .14s);background:#00a8ff1a;border:1px solid #00a8ff38;border-radius:999px;align-self:center;align-items:center;gap:8px;margin-top:4px;padding:6px 14px;font-size:.74rem;font-weight:600;display:inline-flex}.wa-system-dot{background:var(--primary);border-radius:999px;width:7px;height:7px;animation:1.8s ease-in-out infinite waBadgePulse}.wa-phone-body--section{scroll-behavior:smooth;height:360px;overflow-y:auto}@media (width<=768px){.wa-phone-body--section{height:300px}}.wa-panel-card{opacity:0;pointer-events:none;background:#fff;border:1px solid #00a8ff29;border-radius:18px;width:min(235px,76%);padding:14px 16px;transition:opacity .45s,transform .45s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-92px;right:-12%;transform:translateY(14px)scale(.96);box-shadow:0 22px 55px #071b4d2e}.wa-panel-card--show{opacity:1;transform:translateY(0)scale(1)}.wa-panel-card-top{align-items:center;gap:8px;margin-bottom:6px;display:flex}.wa-panel-flame{font-size:.9rem}.wa-panel-card-top strong{color:#c2410c;font-size:.86rem}.wa-panel-time{color:var(--muted);margin-left:auto;font-size:.7rem}.wa-panel-card p{color:var(--text);margin-bottom:10px;font-size:.8rem}.wa-panel-tags{flex-wrap:wrap;gap:6px;display:flex}.wa-panel-tags span{color:var(--primary-dark);background:#00a8ff1a;border:1px solid #00a8ff33;border-radius:999px;padding:4px 10px;font-size:.68rem;font-weight:600}.nav-new-dot{vertical-align:middle;background:#25d366;border-radius:999px;width:7px;height:7px;margin-left:6px;animation:2s ease-in-out infinite waBadgePulse;display:inline-block;box-shadow:0 0 0 3px #25d36633}.mobile-new-tag,.footer-new-tag{letter-spacing:.08em;text-transform:uppercase;color:#0b5c46;vertical-align:middle;background:#25d36629;border:1px solid #25d36659;border-radius:999px;margin-left:8px;padding:2px 8px;font-size:.64rem;font-weight:700;display:inline-block}@media (width<=980px){.wa-inner{grid-template-columns:1fr;gap:48px}.wa-visual{order:2}.wa-panel-card{bottom:-88px;right:0}}@media (width<=768px){.wa-section{padding:76px 0 90px}.wa-lead{max-width:none}.wa-actions{text-align:center;flex-direction:column;align-items:stretch}.wa-cta{justify-content:center}.wa-panel-card{width:100%;margin-top:14px;position:static}.wa-visual{padding-bottom:0}}.wa-launch-btn{color:#4a2c00;background:linear-gradient(135deg,#ffe9a8 0%,#ffd257 38%,#f5a623 72%,#e08e00 100%);border:1px solid #e08e008c;border-radius:999px;align-items:center;gap:10px;margin:20px 0 4px;padding:12px 22px 12px 12px;font-size:.92rem;font-weight:700;transition:transform .22s,box-shadow .22s;animation:2.6s ease-in-out infinite waLaunchGlow;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 14px 34px #e08e0059,inset 0 1px #ffffffa6}.wa-launch-btn:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 18px 44px #e08e0073,inset 0 1px #ffffffb3}@keyframes waLaunchGlow{0%,to{box-shadow:0 14px 34px #e08e0052,inset 0 1px #ffffffa6}50%{box-shadow:0 14px 40px #e08e0085,inset 0 1px #ffffffa6}}.wa-launch-burst{color:#fff;text-shadow:0 0 10px #ffffffe6;font-size:1.05rem;line-height:1;animation:3.2s linear infinite waBurstSpin}@keyframes waBurstSpin{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.25)}to{transform:rotate(360deg)scale(1)}}.wa-launch-badge{letter-spacing:.14em;color:#7a4b00;background:#ffffffd9;border-radius:999px;align-items:center;padding:5px 11px;font-size:.68rem;font-weight:800;display:inline-flex;box-shadow:inset 0 0 0 1px #e08e004d}.wa-launch-text{z-index:1;position:relative}.wa-launch-shine{pointer-events:none;background:linear-gradient(105deg,#0000 0%,#ffffffa6 50%,#0000 100%);width:45%;height:100%;animation:3s ease-in-out infinite waShineSweep;position:absolute;top:0;left:-60%;transform:skew(-18deg)}@keyframes waShineSweep{0%{left:-60%}55%,to{left:130%}}.wa-modal-overlay{z-index:600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0712259e;place-items:center;padding:20px;animation:.25s both waModalFade;display:grid;position:fixed;inset:0}@keyframes waModalFade{0%{opacity:0}to{opacity:1}}.wa-modal{background:radial-gradient(circle at 90% 8%,#25d3661a,#0000 20rem),radial-gradient(circle at 4% 92%,#00a8ff14,#0000 18rem),#fff;border:1px solid #00a8ff24;border-radius:28px;flex-direction:column;width:min(880px,100%);max-height:calc(100dvh - 40px);animation:.32s cubic-bezier(.22,1,.36,1) both waModalPop;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 110px #07122566}@keyframes waModalPop{0%{opacity:0;transform:translateY(22px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.wa-modal-close{z-index:5;width:40px;height:40px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #071b4d1f;border-radius:999px;place-items:center;transition:background .2s,transform .2s;display:grid;position:absolute;top:14px;right:14px;box-shadow:0 6px 18px #07122524}.wa-modal-close:hover{background:#071b4d1f;transform:rotate(90deg)}.wa-modal-grid{-webkit-overflow-scrolling:touch;grid-template-columns:.9fr 1.1fr;align-items:center;gap:34px;min-height:0;padding:38px;display:grid;overflow-y:auto}.wa-modal-demo{justify-content:center;display:flex}.wa-phone--modal{width:min(300px,100%)}.wa-phone-body--demo{scroll-behavior:smooth;height:330px;overflow-y:auto}.wa-msg--live{animation:.35s both waFadeUp}.wa-typing{align-items:center;gap:4px;min-width:52px;display:inline-flex}.wa-typing span{opacity:.5;background:#128c7e;border-radius:999px;width:6px;height:6px;animation:1.1s ease-in-out infinite waTypingDot}.wa-typing span:nth-child(2){animation-delay:.15s}.wa-typing span:nth-child(3){animation-delay:.3s}@keyframes waTypingDot{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.wa-demo-tag{color:#0b5c46;background:#fff;border:1px solid #25d36666;border-radius:999px;align-items:center;gap:7px;padding:6px 13px;font-size:.72rem;font-weight:700;display:inline-flex;position:absolute;top:-12px;right:-10px;box-shadow:0 10px 26px #071b4d24}.wa-demo-tag .live-dot{background:#25d366;border-radius:999px;width:8px;height:8px;animation:1.6s ease-in-out infinite waBadgePulse}.wa-modal-badge{letter-spacing:.14em;color:#7a4b00;background:linear-gradient(135deg,#ffe9a8,#ffd257);border:1px solid #e08e0066;border-radius:999px;align-items:center;gap:7px;padding:5px 13px;font-size:.7rem;font-weight:800;display:inline-flex}.wa-modal-badge-star{animation:3.2s linear infinite waBurstSpin}.wa-modal-copy h3{color:var(--ink);letter-spacing:-.02em;margin:14px 0 12px;font-size:clamp(1.5rem,3vw,2rem);line-height:1.15}.wa-modal-copy>p{color:var(--muted);font-size:.96rem;line-height:1.62}.wa-modal-list{gap:9px;margin:18px 0 24px;list-style:none;display:grid}.wa-modal-list li{color:var(--text);padding-left:26px;font-size:.9rem;position:relative}.wa-modal-list li:before{content:"✓";color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:999px;place-items:center;width:17px;height:17px;font-size:.62rem;font-weight:800;display:grid;position:absolute;top:0;left:0}.wa-modal-actions{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.wa-modal-more{color:var(--primary-dark);font-size:.88rem;font-weight:600;transition:transform .2s}.wa-modal-more:hover{transform:translate(3px)}@media (width<=860px){.wa-modal-overlay{padding:12px;padding-top:max(12px, env(safe-area-inset-top));padding-bottom:max(12px, env(safe-area-inset-bottom))}.wa-modal{border-radius:22px;max-height:calc(100dvh - 24px)}.wa-modal-close{width:42px;height:42px;top:10px;right:10px}.wa-modal-grid{grid-template-columns:1fr;gap:26px;padding:58px 18px 24px}.wa-modal-demo{order:2}.wa-phone-body--demo{height:240px}.wa-demo-tag{top:-10px;right:6px}}@media (width<=768px){.wa-launch-btn{justify-content:center;width:100%;padding:12px 16px;font-size:.84rem}.wa-modal-actions{text-align:center;flex-direction:column;align-items:stretch}.wa-modal-actions .wa-cta{justify-content:center}}.platform-section{background:radial-gradient(circle at 10% 85%, #00a8ff12, transparent 28rem), radial-gradient(circle at 90% 10%, #00a8ff0a, transparent 22rem), var(--soft,#f4f9ff);border-top:1px solid #00a8ff1a;padding:100px 0 110px;position:relative}.pl-header{text-align:center;max-width:600px;margin:0 auto 56px}.pl-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--primary-dark,#006de5);align-items:center;gap:10px;margin-bottom:14px;font-size:.78rem;font-weight:700;display:inline-flex}.pl-eyebrow-badge{letter-spacing:.12em;color:#fff;background:linear-gradient(135deg, var(--primary,#00a8ff), var(--primary-dark,#006de5));border-radius:999px;padding:4px 11px;font-size:.66rem;font-weight:800}.pl-title{color:var(--ink,#071225);letter-spacing:-.025em;margin-bottom:14px;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;line-height:1.12}.pl-title em{background:linear-gradient(120deg, var(--primary-dark,#006de5), var(--primary,#00a8ff) 60%);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.pl-lead{color:var(--muted,#6d7891);font-size:1.02rem;line-height:1.6}.pl-window{background:#fff;border:1px solid #071b4d1a;border-radius:18px;overflow:hidden;box-shadow:0 40px 100px #071b4d21}.pl-window-bar{background:#f0f0f2;border-bottom:1px solid #071b4d14;flex-shrink:0;align-items:center;gap:7px;padding:11px 18px;display:flex}.pl-dot{border-radius:999px;width:11px;height:11px}.pl-dot--r{background:#ff5f57}.pl-dot--y{background:#febc2e}.pl-dot--g{background:#28c840}.pl-window-url{color:var(--muted,#6d7891);margin-left:12px;font-family:monospace;font-size:.76rem}.pl-app{grid-template-columns:210px 1fr;height:560px;display:grid;overflow:hidden}.pl-nav{background:#071b4d;flex-direction:column;flex-shrink:0;gap:1px;padding:18px 0 0;display:flex;overflow:hidden}.pl-nav-brand{border-bottom:1px solid #ffffff14;align-items:center;gap:11px;margin-bottom:6px;padding:0 16px 16px;display:flex}.pl-nav-logo-wrap{background:linear-gradient(135deg, var(--primary,#00a8ff), var(--primary-dark,#006de5));color:#fff;border-radius:9px;flex-shrink:0;place-items:center;width:30px;height:30px;font-size:.88rem;font-weight:800;display:grid}.pl-nav-brand strong{color:#fff;font-size:.82rem;font-weight:700;display:block}.pl-nav-brand span{color:#fff6;font-size:.66rem}.pl-nav-item{color:#ffffff80;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;align-items:center;gap:9px;width:100%;padding:10px 16px;font-size:.8rem;transition:color .15s,background .15s;display:flex;position:relative}.pl-nav-item:hover{color:#ffffffd1;background:#ffffff0d}.pl-nav-item--active{color:#fff;background:#00a8ff29;font-weight:600}.pl-nav-item--active:before{content:"";background:var(--primary,#00a8ff);border-radius:0 3px 3px 0;width:3px;position:absolute;top:5px;bottom:5px;left:0}.pl-nav-dot{background:#ff5f57;border-radius:999px;width:7px;height:7px;margin-left:auto;animation:2s ease-in-out infinite plPulse}@keyframes plPulse{0%,to{opacity:1}50%{opacity:.45}}.pl-content{flex-direction:column;min-width:0;display:flex;overflow:hidden}.pl-content-header{background:#fff;border-bottom:1px solid #eef1f6;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 18px 10px;display:flex}.pl-content-header h3{color:#0f172a;margin:0;font-size:1rem;font-weight:700}.pl-screen-wrap{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.pl-chat-layout{flex:1;grid-template-columns:230px 1fr;min-height:0;display:grid;overflow:hidden}.pl-chat-list{background:#fafbfc;border-right:1px solid #eef1f6;flex-direction:column;display:flex;overflow:hidden}.pl-search{color:#1e293b;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:calc(100% - 20px);margin:10px;padding:8px 11px;font-size:12.5px}.pl-search::placeholder{color:#94a3b8}.pl-seg{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;margin:0 10px 8px;display:flex;overflow:hidden}.pl-seg button{color:#64748b;cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:4px;padding:5px 4px;font-size:11px;font-weight:600;transition:background .12s,color .12s;display:flex}.pl-seg button.active{color:#0f172a;background:#fff;border-radius:6px;box-shadow:0 1px 3px #00000014}.pl-seg-count{color:#fff;background:#f97316;border-radius:10px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;display:inline-flex}.pl-seg button.active .pl-seg-count{background:#0072d2}.pl-conv-list{flex:1;overflow-y:auto}.pl-conv-item{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #f1f5f9;grid-template-columns:40px 1fr auto;align-items:center;gap:8px;width:100%;padding:10px 12px;transition:background .1s;display:grid}.pl-conv-item.active{background:#eaf6fe;border-right:3px solid #0072d2}.pl-conv-item:hover:not(.active){background:#f8fafc}.pl-conv-item strong{white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:600;display:block;overflow:hidden}.pl-conv-item>div>span{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:11.5px;display:block;overflow:hidden}.pl-conv-badge{white-space:nowrap;text-transform:uppercase;letter-spacing:.3px;border-radius:5px;padding:2px 7px;font-size:10px;font-weight:700}.pl-conv-badge.bot{color:#0a4d8c;background:#e8f5fe}.pl-av{background:linear-gradient(135deg, var(--primary,#00a8ff), var(--primary-dark,#006de5));color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:grid}.pl-av--sm{width:28px;height:28px;font-size:10px}.pl-chat-main{flex-direction:column;min-width:0;display:flex;overflow:hidden}.pl-chat-header{background:#fff;border-bottom:1px solid #eef1f6;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:12px 16px;display:flex}.pl-chat-header-info h3{color:#0f172a;margin:0;font-size:14.5px;font-weight:700}.pl-chat-header-info p{color:#94a3b8;margin:2px 0 0;font-size:11.5px}.pl-status-badge{border-radius:20px;padding:2px 9px;font-size:11px;font-weight:700}.pl-inline-btn{cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:600;transition:opacity .15s;display:inline-flex}.pl-inline-btn:hover{opacity:.78}.pl-takeover-btn{cursor:pointer;border:0;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:600;transition:all .15s;display:inline-flex}.pl-takeover-btn.bot-active{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}.pl-takeover-btn.agent-active{color:#c2410c;background:#fff7ed;border:1px solid #fed7aa}.pl-crm-bar{background:#fff;border-bottom:1px solid #eef1f6;flex-shrink:0;grid-template-columns:1fr 1fr 1.5fr auto;align-items:end;gap:8px;padding:9px 14px;display:grid}.pl-crm-field span{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.pl-crm-field select,.pl-crm-field input{color:#1e293b;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:7px;width:100%;padding:5px 8px;font-size:12.5px}.pl-crm-save{color:#475569;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;align-self:end;padding:6px 12px;font-size:12px;font-weight:600;transition:background .15s}.pl-crm-save:hover{background:#eef1f6}.pl-messages{background:#f5f7fb;flex-direction:column;flex:1;gap:8px;padding:16px;display:flex;overflow-y:auto}.pl-date-divider{color:#94a3b8;align-items:center;gap:10px;margin:4px 0;font-size:11px;display:flex}.pl-date-divider:before,.pl-date-divider:after{content:"";background:#e9eef5;flex:1;height:1px}.pl-msg-row{align-items:flex-end;gap:7px;display:flex}.pl-msg-row.out{flex-direction:row-reverse}.pl-msg-row.system{justify-content:center}.pl-msg-av{color:#475569;background:#eef1f6;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:grid}.pl-msg-av.bot-av{color:#0a4d8c;background:#e8f5fe;border-color:#c8e7fb}.pl-msg-av.agent-av{color:#92400e;background:#fef3c7;border-color:#fde8ad}.pl-bubble{word-break:break-word;border-radius:14px;max-width:60%;padding:9px 12px}.pl-bubble.in{background:#fff;border:1px solid #e9eef5;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000000a}.pl-bubble.out{background:#e8f5fe;border:1px solid #c8e7fb;border-bottom-right-radius:4px}.pl-bubble.system{text-align:center;background:#eef3f9;border:1px solid #e2e8f0;border-radius:10px;max-width:70%}.pl-bubble p{color:#1e293b;margin:0 0 4px;font-size:13px;line-height:1.5}.pl-bubble.system p{color:#475569;font-size:12px}.pl-msg-meta{color:#94a3b8;align-items:center;gap:4px;font-size:10.5px;display:flex}.pl-bubble.system .pl-msg-meta{justify-content:center}.pl-reply-box{background:#fff;border-top:1px solid #eef1f6;flex-shrink:0;grid-template-columns:1fr auto;align-items:flex-end;gap:8px;padding:10px 14px;display:grid}.pl-reply-box textarea{resize:none;color:#1e293b;border:1px solid #e2e8f0;border-radius:9px;min-height:40px;max-height:100px;padding:8px 11px;font-family:inherit;font-size:13px;line-height:1.5}.pl-reply-box textarea:focus{border-color:#93c5fd;outline:none}.pl-reply-box textarea::placeholder{color:#94a3b8}.pl-send-btn{color:#fff;cursor:pointer;background:#0072d2;border:none;border-radius:9px;align-items:center;gap:6px;height:40px;padding:0 16px;font-size:13px;font-weight:600;transition:opacity .15s;display:inline-flex}.pl-send-btn:disabled{opacity:.45;cursor:default}.pl-send-btn:hover:not(:disabled){opacity:.88}.pl-att-filter{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:5px;padding:6px 13px;font-size:12.5px;font-weight:600;transition:all .15s;display:inline-flex}.pl-att-filter.active{color:#fff;background:#0072d2;border-color:#0072d2}.pl-att-filter.active .pl-seg-count{background:#ffffff40}.pl-att-card{background:#fff;border:1px solid #eef1f6;border-radius:12px;padding:14px 16px}.pl-att-open-btn{color:#fff;cursor:pointer;background:#0072d2;border:none;border-radius:8px;align-items:center;gap:5px;padding:6px 13px;font-size:12.5px;font-weight:600;transition:opacity .15s;display:inline-flex}.pl-att-open-btn:hover{opacity:.88}.pl-table-wrap{overflow-x:auto}.pl-table{border-collapse:collapse;width:100%;font-size:12.5px}.pl-table th{text-align:left;letter-spacing:.08em;color:#94a3b8;white-space:nowrap;border-bottom:1px solid #eef1f6;padding:7px 10px;font-size:10.5px;font-weight:700}.pl-table td{color:#374151;vertical-align:middle;border-bottom:1px solid #f8fafc;padding:10px}.pl-screen-pad{background:#f5f7fb;flex-direction:column;flex:1;gap:12px;padding:14px 16px;display:flex;overflow-y:auto}.pl-features{grid-template-columns:repeat(4,1fr);align-items:start;gap:22px;margin-top:52px;display:grid}.pl-feature-card{border-radius:3px;padding:22px 20px 26px;transition:transform .22s,box-shadow .22s;position:relative;box-shadow:0 2px 6px #0000001a,0 8px 24px #00000012}.pl-feature-card:before{content:"";-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff8c;border-radius:3px;width:48px;height:20px;position:absolute;top:-10px;left:50%;transform:translate(-50%);box-shadow:0 1px 3px #0000001f}.pl-feature-card:first-child{background:#fffde7;transform:rotate(-1.2deg)}.pl-feature-card:nth-child(2){background:#e8f5e9;transform:rotate(.8deg)}.pl-feature-card:nth-child(3){background:#e3f2fd;transform:rotate(-.6deg)}.pl-feature-card:nth-child(4){background:#fce4ec;transform:rotate(1.1deg)}.pl-feature-card:hover{z-index:2;transform:rotate(0)translateY(-5px)scale(1.03);box-shadow:0 6px 16px #00000021,0 18px 40px #00000017}.pl-feature-card:after{content:"";pointer-events:none;background-image:repeating-linear-gradient(#0000,#0000 23px,#0000000f 23px 24px);position:absolute;inset:52px 20px 20px}.pl-feature-card strong{color:#000000bf;z-index:1;margin-bottom:10px;font-family:Patrick Hand,Comic Sans MS,cursive,sans-serif;font-size:.92rem;font-weight:800;display:block;position:relative}.pl-feature-card p{color:#0000008c;z-index:1;margin:0;font-size:.84rem;line-height:1.6;position:relative}@media (width<=1024px){.pl-features{grid-template-columns:repeat(2,1fr)}}@media (width<=860px){.pl-app{grid-template-columns:170px 1fr;height:520px}.pl-chat-layout{grid-template-columns:180px 1fr}.pl-crm-bar{grid-template-columns:1fr 1fr}.pl-crm-save{grid-column:1/-1}}@media (width<=640px){.platform-section{padding:70px 0 80px}.pl-app{grid-template-columns:1fr;height:auto}.pl-nav{flex-direction:row;padding:0;overflow-x:auto}.pl-nav-brand{display:none}.pl-nav-item{text-align:center;flex-direction:column;gap:3px;min-width:60px;padding:8px 6px;font-size:.6rem}.pl-nav-item--active:before{display:none}.pl-chat-layout{grid-template-columns:1fr;height:560px}.pl-chat-list{border-bottom:1px solid #eef1f6;border-right:none;max-height:180px}.pl-features{grid-template-columns:1fr 1fr;gap:12px}.pl-table th:nth-child(n+4),.pl-table td:nth-child(n+4){display:none}}@media (width<=480px){.pl-features{grid-template-columns:1fr}.section-container{width:calc(100% - 28px)}.hero{padding-top:56px;padding-bottom:40px}.hero-copy h1{letter-spacing:-.02em;font-size:clamp(1.9rem,9vw,2.8rem)}.hero-actions{flex-direction:column;gap:10px}.hero-btn-primary,.hero-btn-ghost{justify-content:center;width:100%}.hd-deck{width:280px;height:420px}.hd-slot--back-left{transform:rotate(-10deg)translate(-36px)translateY(14px)}.hd-slot--back-right{transform:rotate(7deg)translate(30px)translateY(10px)}.wa-section{padding:60px 0 70px}.wa-copy h2{font-size:clamp(1.5rem,7vw,2rem)}.wa-lead{font-size:.95rem}.wa-points li{gap:11px;padding:11px 13px}.wa-phone{width:min(300px,100%)}.wa-phone-body--section{height:260px}.platform-section{padding:56px 0 64px}.pl-header{margin-bottom:36px}.pl-title{font-size:clamp(1.5rem,7vw,2rem)}.pl-app{height:auto;min-height:unset}.pl-nav{padding-bottom:2px;overflow-x:auto}.pl-nav-item{min-width:56px;padding:8px 4px;font-size:.58rem}.pl-content-header h3{font-size:.9rem}.pl-chat-layout{height:auto;min-height:unset}.pl-chat-list{max-height:160px}.pl-messages{min-height:200px;max-height:260px}.pl-crm-bar{grid-template-columns:1fr;gap:6px}.pl-chat-header{flex-wrap:wrap;gap:6px}.pl-chat-header>div:last-child{justify-content:flex-end;width:100%}.pl-features{grid-template-columns:1fr;gap:24px;padding:0 4px}.pl-feature-card:first-child,.pl-feature-card:nth-child(2),.pl-feature-card:nth-child(3),.pl-feature-card:nth-child(4){transform:rotate(0)}.pl-feature-card:hover{transform:translateY(-4px)scale(1.02)}.features-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr;gap:14px}.trusted-section{padding:48px 0}.logo-item{min-width:130px;padding:14px 18px}.logo-img{height:40px}.faq-section{padding:60px 0}.footer-inner{grid-template-columns:1fr}.wa-float{width:54px;height:54px;bottom:16px;right:16px}.wa-float svg{width:26px;height:26px}}@media (width<=360px){.hero-copy h1{font-size:1.75rem}.wa-copy h2,.pl-title{font-size:1.4rem}.hd-deck{width:240px;height:360px}.pl-nav-item{min-width:46px;font-size:.54rem}}.pl-conv-line-top{align-items:center;gap:6px;min-width:0;display:flex}.pl-conv-line-top strong{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.pl-conv-temp{flex-shrink:0;font-size:11px}.pl-conv-time{color:#94a3b8;white-space:nowrap;flex-shrink:0;font-size:10px}.pl-conv-line-bottom{align-items:center;gap:6px;min-width:0;margin-top:2px;display:flex}.pl-conv-preview{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.pl-conv-item.pending{box-shadow:inset 3px 0 #f97316}.pl-conv-badge.agent{color:#a16207;background:#fef9c3}.pl-crm-chips{background:#fff;border-bottom:1px solid #eef1f6;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:6px;padding:8px 14px;display:flex}.pl-chip{white-space:nowrap;border:1px solid;border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.pl-chip--status{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.pl-chip--hot{color:#dc2626;background:#fef2f2;border-color:#fecaca}.pl-chip--warm{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.pl-chip--cat{color:#2563eb;letter-spacing:.3px;background:#eff6ff;border-color:#bfdbfe;font-weight:700}.pl-chip--tag{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.pl-edit-crm-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-shrink:0;margin-left:auto;padding:5px 13px;font-size:12px;font-weight:600;transition:background .12s,border-color .12s}.pl-edit-crm-btn:hover{background:#f8fafc;border-color:#cbd5e1}.pl-chat-wall{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.pl-chat-wall .pl-messages{background-color:#f1ede3;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23000000' stroke-opacity='0.05' stroke-width='1.4'%3E%3Cpath d='M18 20l8 8M26 20l-8 8'/%3E%3Ccircle cx='84' cy='34' r='5'/%3E%3Crect x='52' y='72' width='9' height='9' rx='1.5'/%3E%3Cpath d='M96 92l8 8M104 92l-8 8'/%3E%3Ccircle cx='24' cy='96' r='4'/%3E%3C/g%3E%3C/svg%3E")}.pl-empty-chat{color:#94a3b8;text-align:center;flex-direction:column;align-items:center;gap:8px;margin:auto;padding:30px 20px;font-size:12.5px;display:flex}.pl-bubble.bot,.pl-bubble.agent{background:#d9f8cd;border:1px solid #bfe9ac;border-bottom-right-radius:4px;box-shadow:0 1px 2px #0000000d}.pl-bubble.agent{background:#e3f1ff;border-color:#bfdcf7}.pl-bubble-label{align-items:center;gap:4px;margin-bottom:3px;font-size:11px;font-weight:700;display:inline-flex}.pl-bubble-label.bot{color:#16a34a}.pl-bubble-label.agent{color:#0369a1}.pl-scroll-end{color:#374151;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:7px 13px;font-size:12px;font-weight:600;transition:transform .12s;display:inline-flex;position:absolute;bottom:12px;right:14px;box-shadow:0 4px 14px #0f172a24}.pl-scroll-end:hover{transform:translateY(-1px)}.pl-composer{background:#fff;border-top:1px solid #eef1f6;flex-shrink:0;align-items:center;gap:8px;padding:10px 14px;display:flex}.pl-composer-icons{flex-shrink:0;align-items:center;gap:2px;display:flex}.pl-icon-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;width:34px;height:34px;transition:background .12s,color .12s;display:grid}.pl-icon-btn:hover{color:#0072d2;background:#f1f5f9}.pl-composer-input{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;outline:none;flex:1;min-width:0;padding:10px 16px;font-family:inherit;font-size:13px;transition:border-color .12s,background .12s}.pl-composer-input:focus{background:#fff;border-color:#93c5fd}.pl-send-round{color:#fff;background:linear-gradient(135deg, var(--primary,#00a8ff), var(--primary-dark,#006de5));cursor:pointer;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;transition:transform .12s,opacity .12s;display:grid;box-shadow:0 4px 12px #0072d24d}.pl-send-round:hover:not(:disabled){transform:scale(1.06)}.pl-send-round:disabled{opacity:.45;cursor:default;box-shadow:none}@media (width<=640px){.pl-crm-chips{padding:7px 10px}.pl-edit-crm-btn{margin-left:0}.pl-composer-icons .pl-icon-btn:nth-child(n+3){display:none}.pl-scroll-end{padding:6px 10px;font-size:11px;bottom:8px;right:10px}}.pl-audio{align-items:center;gap:9px;min-width:180px;padding:4px 2px 6px;display:flex}.pl-audio-play{color:#fff;background:#0072d2;border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;padding-left:2px;font-size:10px;display:grid}.pl-audio-bars{flex:1;align-items:center;gap:2px;display:flex}.pl-audio-bars i{opacity:.55;background:#64748b;border-radius:2px;width:3px}.pl-audio-time{color:#64748b;flex-shrink:0;font-size:11px}.pl-transcript{color:#475569;background:#ffffff8c;border:1px dashed #cbd5e1;border-radius:8px;align-items:flex-start;gap:5px;margin-top:2px;padding:6px 9px;font-size:11.5px;font-style:italic;line-height:1.45;display:flex}.pl-transcript svg{flex-shrink:0;width:12px;height:12px;margin-top:1px}.pl-doc{cursor:pointer;background:#fff9;border:1px solid #00000012;border-radius:10px;align-items:center;gap:10px;min-width:200px;margin-bottom:6px;padding:8px 11px;display:flex}.pl-doc-icon{color:#fff;letter-spacing:.5px;background:#dc2626;border-radius:6px;flex-shrink:0;place-items:center;width:34px;height:40px;font-size:9px;font-weight:800;display:grid}.pl-doc-info{min-width:0}.pl-doc-info strong{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;display:block;overflow:hidden}.pl-doc-info em{color:#94a3b8;font-size:11px;font-style:normal}.pl-img{color:#f8fafc;background:linear-gradient(135deg,#00a8ff47,#006de566),linear-gradient(45deg,#e2e8f0,#cbd5e1);border:1px solid #0000000f;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:190px;height:110px;margin-bottom:6px;display:flex}.pl-img svg{opacity:.9;width:22px;height:22px}.pl-img span{background:#0f172a59;border-radius:20px;padding:2px 8px;font-size:10.5px;font-weight:600}.wa-audio{align-items:center;gap:8px;min-width:150px;padding:2px 0 4px;display:flex}.wa-audio-play{color:#fff;background:#25d366;border-radius:50%;flex-shrink:0;place-items:center;width:24px;height:24px;padding-left:2px;font-size:9px;display:grid}.wa-audio-bars{flex:1;align-items:center;gap:2px;display:flex}.wa-audio-bars i{opacity:.45;background:currentColor;border-radius:2px;width:2.5px}.wa-audio-time{opacity:.7;flex-shrink:0;font-size:10px}.wa-transcript{opacity:.85;border-top:1px dashed #00000026;margin-top:3px;padding-top:5px;font-size:10.5px;font-style:italic;line-height:1.4}.wa-doc{background:#ffffff80;border:1px solid #00000014;border-radius:9px;align-items:center;gap:9px;margin-bottom:6px;padding:7px 10px;display:flex}.wa-doc-icon{color:#fff;letter-spacing:.5px;background:#dc2626;border-radius:5px;flex-shrink:0;place-items:center;width:28px;height:34px;font-size:8px;font-weight:800;display:grid}.wa-doc-info{min-width:0}.wa-doc-info strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;display:block;overflow:hidden}.wa-doc-info em{opacity:.65;font-size:9.5px;font-style:normal}
