
:root{--ink:#14171f;--muted:#626875;--blue:#245ee8;--blue2:#3978f4;--line:#e2e5ea;--soft:#f5f6f8;--white:#fff;--green:#22a96b}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:var(--font-inter),Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.04em}.header{height:78px;max-width:1200px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20;background:#fff}.logo img{width:142px;display:block}.header nav{display:flex;gap:34px;font-size:13px;font-weight:600;color:#515762}.header nav a:hover,.signin:hover{color:var(--blue)}.header-actions{display:flex;align-items:center;gap:22px;font-size:13px;font-weight:650}.primary{border:0;border-radius:10px;background:var(--blue);color:#fff;padding:15px 20px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-size:13px;font-weight:700;box-shadow:0 8px 20px rgba(36,94,232,.18);transition:.2s}.primary:hover{background:#194fd5;transform:translateY(-1px)}.primary.compact{padding:11px 17px;box-shadow:none}.mobile-menu{display:none;border:0;background:transparent;font-size:22px}
.hero{min-height:680px;background:#f6f8fc;border-top:1px solid #f0f1f4;border-bottom:1px solid var(--line);padding:70px max(24px,calc((100vw - 1152px)/2));display:grid;grid-template-columns:1fr 470px;gap:92px;align-items:center}.hero-content{max-width:610px}.eyebrow{display:flex;align-items:center;gap:9px;color:#4c566b;text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:750}.eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #dff4e9}.hero h1{font-size:clamp(52px,6vw,80px);line-height:.98;margin:24px 0;color:#161923;font-weight:750}.hero-lead{font-size:18px;line-height:1.65;color:#5b6270;max-width:585px;margin-bottom:30px}.hero-buttons{display:flex;gap:12px;align-items:center}.secondary{display:inline-flex;gap:18px;align-items:center;justify-content:center;padding:14px 18px;border:1px solid #d5d9e1;border-radius:10px;background:#fff;font-size:13px;font-weight:650}.secondary:hover{border-color:#aab2c0}.benefits{margin-top:35px;display:flex;flex-wrap:wrap;gap:22px;color:#5b6270;font-size:11px;font-weight:600}.benefits span{display:flex;align-items:center;gap:7px}.benefits i{font-style:normal;width:17px;height:17px;border-radius:50%;background:#e2f3e9;color:#168151;display:grid;place-items:center;font-size:9px}
.demo-card{background:#fff;border:1px solid #dfe3ea;border-radius:20px;padding:18px;box-shadow:0 26px 70px rgba(24,35,58,.13);min-height:540px;position:relative}.demo-topline{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8eaee;padding:0 2px 15px}.live-dot{font-size:10px;font-weight:700;color:#238256;display:flex;align-items:center;gap:7px}.live-dot:before{content:"";width:7px;height:7px;border-radius:50%;background:#2abc78;box-shadow:0 0 0 4px #e4f7ed}.demo-tabs{background:#f0f1f3;padding:3px;border-radius:9px;display:flex}.demo-tabs button{border:0;background:transparent;color:#6a707a;padding:7px 18px;border-radius:7px;font-size:10px;font-weight:700}.demo-tabs button.selected{background:#fff;color:var(--blue);box-shadow:0 1px 5px rgba(22,28,40,.1)}.call-panel{height:464px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px 25px 0}.admin-avatar{width:104px;height:104px;border-radius:50%;padding:4px;background:#e4ebfa;position:relative}.admin-avatar:after{content:"";position:absolute;inset:-8px;border:1px solid #d4dff4;border-radius:50%}.admin-avatar.active:after{animation:pulse 1.2s infinite}.admin-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.demo-overline{font-size:9px;letter-spacing:.14em;color:#6d7482;font-weight:750;margin:22px 0 6px}.call-panel h3{font-size:25px;margin:0 0 6px}.status{font-size:10px;color:#78808c;margin-bottom:20px}.status i,.chat-person i{display:inline-block;width:6px;height:6px;background:var(--green);border-radius:50%;margin-right:4px}.demo-copy{font-size:12px;color:#626976;line-height:1.55;max-width:290px;min-height:52px}.audio-bars{height:35px;display:flex;align-items:center;gap:4px;margin-bottom:15px}.audio-bars span{width:3px;background:#8aacf4;border-radius:3px;transform:scaleY(.2);transition:.2s}.audio-bars.moving span{animation:wave .8s ease-in-out infinite alternate}.audio-bars.moving span:nth-child(2n){animation-delay:.2s}.audio-bars.moving span:nth-child(3n){animation-delay:.4s}@keyframes wave{to{transform:scaleY(1)}}@keyframes pulse{50%{transform:scale(1.08);opacity:.35}}.demo-action{min-width:175px}.hangup{border:0;border-radius:10px;background:#eb4d56;color:#fff;padding:14px 22px;font-weight:700;font-size:12px}.call-panel small{font-size:8px;color:#969ba5;margin-top:14px}.text-panel{height:464px;display:flex;flex-direction:column;padding:10px 4px 0}.chat-person{display:flex;align-items:center;gap:10px;padding:8px 2px 13px}.chat-person img{width:40px;height:40px;object-fit:cover;border-radius:50%;background:#e4ebfa}.chat-person strong,.chat-person span{display:block}.chat-person strong{font-size:12px}.chat-person span{font-size:8px;color:#818691;margin-top:3px}.chat-stream{flex:1;background:#f7f8fa;border-radius:12px;padding:14px;overflow:auto;display:flex;flex-direction:column;gap:9px}.bubble{max-width:80%;padding:10px 12px;border-radius:12px;font-size:10px;line-height:1.45}.bubble.admin{align-self:flex-start;background:#e9ebef;border-bottom-left-radius:3px}.bubble.user{align-self:flex-end;background:var(--blue);color:#fff;border-bottom-right-radius:3px}.typing{display:flex;gap:3px}.typing i{width:4px;height:4px;border-radius:50%;background:#7b808a;animation:blink 1s infinite}.typing i:nth-child(2){animation-delay:.2s}.typing i:nth-child(3){animation-delay:.4s}@keyframes blink{50%{opacity:.2}}.suggestions{display:flex;gap:6px;margin:10px 0}.suggestions button{border:1px solid #d2d8e3;background:#fff;color:#315cae;border-radius:99px;padding:6px 9px;font-size:8px}.composer{display:flex;border:1px solid #b9c1cf;border-radius:11px;padding:5px}.composer input{flex:1;border:0;outline:0;padding:7px;font-size:10px}.composer button{border:0;border-radius:7px;background:var(--blue);color:#fff;width:31px;height:31px}
.industry-carousel{width:100%;overflow:hidden;border-bottom:1px solid var(--line);padding:29px 0;background:#fff;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.industry-track{display:flex;width:max-content;align-items:center;animation:industry-scroll 38s linear infinite}.industry-track span{display:block;margin-right:54px;color:#a2a7b0;font-size:12px;font-weight:550;white-space:nowrap}@keyframes industry-scroll{to{transform:translateX(-50%)}}.section{max-width:1152px;margin:auto;padding:110px 24px}.section-intro{display:grid;grid-template-columns:1fr 400px;align-items:end;gap:60px;margin-bottom:45px}.section-label{display:block;color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.14em;margin-bottom:13px}.section h2,.final-cta h2{font-size:clamp(38px,4vw,54px);line-height:1.07;margin:0}.section-intro>p,.how-heading>p{color:#69707d;font-size:14px;line-height:1.7;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.feature-grid article{border:1px solid var(--line);border-radius:14px;padding:27px;min-height:300px;background:#fff;transition:.2s}.feature-grid article:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(25,35,55,.08)}.feature-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:46px}.feature-icon{width:42px;height:42px;border-radius:10px;background:#edf2ff;color:var(--blue);display:grid;place-items:center;font-size:18px}.feature-number{font-size:10px;color:#a3a8b1;font-weight:750}.feature-grid h3{font-size:18px;margin-bottom:12px}.feature-grid p{font-size:12px;line-height:1.65;color:#6b717d;min-height:80px}.feature-grid a{display:inline-flex;gap:10px;align-items:center;color:#315da9;font-size:11px;font-weight:700;margin-top:8px}
.how{max-width:none;background:#f5f6f8;padding-left:max(24px,calc((100vw - 1104px)/2));padding-right:max(24px,calc((100vw - 1104px)/2))}.how-heading{text-align:center;max-width:640px;margin:0 auto 45px}.how-heading>p{margin-top:18px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.steps article{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.step-copy{display:flex;gap:15px;padding:24px}.step-copy>span{flex:0 0 30px;width:30px;height:30px;border-radius:8px;background:#eaf0ff;color:var(--blue);display:grid;place-items:center;font-size:11px;font-weight:800}.step-copy h3{font-size:16px;margin:3px 0 8px}.step-copy p{font-size:11px;line-height:1.55;color:#707681;min-height:52px;margin:0}.step-visual{height:285px;background:#f8f9fb;border-top:1px solid #eceef2;display:flex;justify-content:center;overflow:hidden;padding-top:16px}.step-visual img{height:300px;width:auto;filter:drop-shadow(0 12px 14px rgba(30,39,58,.13))}
.final-cta{max-width:1152px;margin:90px auto;background:#174fce;border-radius:18px;color:#fff;padding:58px 62px;display:flex;justify-content:space-between;align-items:end;gap:50px}.final-cta .section-label{color:#bdd1ff}.final-cta h2{font-size:44px}.final-cta p{color:#d8e4ff;font-size:13px;margin:18px 0 0}.cta-actions{display:flex;flex-direction:column;align-items:stretch;gap:12px;min-width:190px}.primary.light{background:#fff;color:#174fce;box-shadow:none}.primary.light:hover{background:#f5f8ff}.cta-link{display:flex;align-items:center;justify-content:center;gap:12px;color:#fff;font-size:12px;font-weight:650;padding:8px}
footer{max-width:1152px;margin:auto;border-top:1px solid var(--line);padding:42px 24px 60px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px;position:relative}.footer-about img{width:135px}.footer-about p{max-width:260px;color:#777d88;font-size:11px;line-height:1.65;margin-top:18px}footer>div:not(.footer-about){display:flex;flex-direction:column;gap:12px;font-size:10px;color:#6f7580}footer strong{font-size:9px;letter-spacing:.1em;color:#262a33;margin-bottom:5px}footer small{position:absolute;left:24px;bottom:22px;color:#a0a5ae;font-size:8px}
@media(max-width:900px){.header nav{display:none;position:absolute;top:69px;left:16px;right:16px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;box-shadow:0 18px 40px rgba(22,30,45,.12);flex-direction:column}.header nav.open{display:flex}.header-actions{display:none}.mobile-menu{display:block}.hero{grid-template-columns:1fr;gap:55px;text-align:center}.hero-content{margin:auto}.eyebrow,.hero-buttons,.benefits{justify-content:center}.demo-card{width:470px;max-width:100%;margin:auto}.section-intro{grid-template-columns:1fr;gap:20px}.feature-grid,.steps{grid-template-columns:1fr}.feature-grid article{min-height:auto}.final-cta{margin-left:20px;margin-right:20px}.section-intro{text-align:center}.feature-grid p{min-height:auto}.step-copy p{min-height:auto}footer{grid-template-columns:2fr 1fr 1fr}}
@media(max-width:600px){.header{height:70px;padding:0 18px}.logo img{width:126px}.hero{padding:54px 18px}.hero h1{font-size:48px}.hero-lead{font-size:16px}.hero-buttons{flex-direction:column}.hero-buttons>a{width:100%}.benefits{gap:12px}.industry-carousel{padding:24px 0}.industry-track span{margin-right:38px}.section{padding:80px 18px}.section h2,.final-cta h2{font-size:36px}.how{padding-left:18px;padding-right:18px}.final-cta{margin:60px 14px;padding:46px 24px;display:block;text-align:center}.cta-actions{margin-top:30px}.final-cta .primary{width:100%}footer{grid-template-columns:1fr 1fr;padding-bottom:70px}.footer-about{grid-column:1/-1}footer>div:last-of-type{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Unified live demo */
.demo-card{min-height:650px;padding:18px 20px}.demo-secure{font-size:9px;color:#9096a1}.unified-demo{display:flex;flex-direction:column;align-items:center;text-align:center;padding:25px 16px 4px}.unified-demo .admin-avatar{width:96px;height:96px}.admin-name h3{font-size:22px;margin:18px 0 4px}.admin-name span{font-size:9px;color:#77808c}.admin-name i{display:inline-block;width:6px;height:6px;background:var(--green);border-radius:50%;margin-right:5px}.always-live{margin:12px 0 3px}.always-live span{transform:scaleY(.4);animation:ambient-wave 1.4s ease-in-out infinite alternate}.always-live span:nth-child(2n){animation-delay:.25s}.always-live span:nth-child(3n){animation-delay:.5s}@keyframes ambient-wave{to{transform:scaleY(.8)}}.always-live.moving span{animation-duration:.6s}.call-status{font-size:10px;color:#767d88;margin:0 0 12px}.demo-call{min-width:178px;padding:12px 18px;font-size:11px;box-shadow:none}.phone-icon{font-size:16px;transform:rotate(-25deg)}.demo-divider{width:100%;display:flex;align-items:center;gap:10px;color:#a0a5ae;font-size:8px;text-transform:uppercase;letter-spacing:.09em;margin:22px 0 16px}.demo-divider:before,.demo-divider:after{content:"";height:1px;background:#e6e8ec;flex:1}.message-area{width:100%;text-align:left}.message-area h4{font-size:14px;letter-spacing:-.02em;margin:0 0 4px}.message-area>p{font-size:9px;color:#898f99;margin:0 0 10px}.unified-chat{max-height:112px;min-height:72px;margin:8px 0 10px;text-align:left}.suggestions{margin:8px 0;overflow-x:auto;scrollbar-width:none}.suggestions button{font-size:8px;padding:7px 10px;white-space:nowrap;background:#f8faff}.composer{height:46px;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(20,25,35,.04)}.composer input{font-size:10px}.composer button{width:34px;height:34px;border-radius:9px}.call-panel,.text-panel,.demo-tabs{display:none}
@media(max-width:600px){.demo-card{min-height:640px}.unified-demo{padding-left:4px;padding-right:4px}.suggestions{justify-content:flex-start}}

/* Chat-first demo, based on the approved reference */
.demo-card{min-height:600px;padding:20px 22px;border-radius:20px}.demo-topline{height:48px;padding:0 2px 18px}.chat-demo-only{height:510px;display:flex;flex-direction:column}.alex-row{display:flex;align-items:center;justify-content:space-between;padding:18px 8px}.alex-profile{display:flex;align-items:center;gap:13px}.mini-avatar{width:50px;height:50px;border-radius:50%;padding:2px;background:#e7edfb;position:relative}.mini-avatar.active:after{content:"";position:absolute;inset:-5px;border:1px solid #b9cdf7;border-radius:50%;animation:pulse 1.2s infinite}.mini-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.alex-profile h3{font-size:17px;margin:0 0 4px}.alex-profile span{font-size:9px;color:#7f8590}.alex-profile i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);margin-right:6px}.start-call{padding:10px 14px;font-size:9px;gap:7px;box-shadow:none;min-width:120px}.start-call span{font-size:13px;transform:rotate(-25deg)}.chat-canvas{flex:1;min-height:280px;background:#f6f7f9;border-radius:14px;padding:18px;overflow:auto;display:flex;flex-direction:column;gap:10px}.chat-canvas .bubble{font-size:10px;max-width:82%;padding:11px 13px}.chat-canvas .bubble.admin{background:#e5e7eb}.chat-controls{padding-top:12px}.chat-controls .suggestions{margin:0 0 10px}.chat-controls .composer{height:46px}.demo-secure{display:block}
@media(max-width:600px){.demo-card{min-height:610px;padding:17px}.chat-demo-only{height:525px}.alex-row{padding-left:2px;padding-right:2px}.start-call{min-width:auto;padding:10px}.start-call span{display:none}.chat-controls .suggestions{overflow-x:auto;justify-content:flex-start}.chat-canvas{min-height:290px}}

/* iPhone presentation for the live demo */
.iphone-shell{width:388px;height:720px;margin:auto;background:#171a22;border:2px solid #424751;border-radius:54px;padding:12px 11px 15px;box-shadow:0 34px 70px rgba(18,26,43,.25),inset 0 0 0 2px #090b10;position:relative}.iphone-status{height:29px;color:#fff;display:flex;align-items:flex-start;justify-content:space-between;padding:3px 15px 0;font-size:8px;font-weight:700;position:relative}.dynamic-island{position:absolute;top:-4px;left:50%;transform:translateX(-50%);width:94px;height:23px;border-radius:18px;background:#050608}.iphone-shell .demo-card{width:100%;height:650px;min-height:0;border:0;border-radius:35px;background:#fff;padding:14px 15px 16px;box-shadow:none;overflow:hidden}.iphone-shell .demo-topline{height:42px;padding:0 2px 12px}.iphone-shell .chat-demo-only{height:578px}.iphone-shell .alex-row{padding:14px 3px}.iphone-shell .mini-avatar{width:44px;height:44px}.iphone-shell .alex-profile h3{font-size:15px}.iphone-shell .start-call{font-size:8px;padding:9px 11px;min-width:108px}.iphone-shell .chat-canvas{min-height:330px;border-radius:12px;padding:14px}.iphone-shell .chat-controls{padding-top:10px}.iphone-shell .suggestions{overflow-x:auto;justify-content:flex-start;scrollbar-width:none}.iphone-shell .suggestions button{font-size:7px;padding:6px 8px}.iphone-shell .composer{height:43px}.home-indicator{position:absolute;width:112px;height:4px;background:#fff;border-radius:5px;bottom:7px;left:50%;transform:translateX(-50%)}
@media(max-width:600px){.iphone-shell{width:344px;height:690px;border-radius:48px}.iphone-shell .demo-card{height:620px;border-radius:31px}.iphone-shell .chat-demo-only{height:548px}.iphone-shell .chat-canvas{min-height:300px}}

/* Refined phone demo */
.iphone-shell{width:372px;height:744px;padding:9px 9px 14px;border:1px solid #555b65;border-radius:52px;background:linear-gradient(145deg,#2c3038,#090a0d 55%);box-shadow:0 30px 70px rgba(16,24,40,.24),inset 0 0 0 1px #656a73}.iphone-status{height:31px;padding:6px 15px 0}.dynamic-island{top:0;width:100px;height:24px}.iphone-shell .demo-card{height:680px;border-radius:42px;padding:0;background:linear-gradient(180deg,#f7f9ff 0%,#fff 56%);overflow:hidden}.phone-demo{height:100%;display:flex;flex-direction:column;align-items:center;padding:32px 24px 18px}.phone-demo-label{font-size:8px;letter-spacing:.14em;font-weight:800;color:#657083;display:flex;align-items:center;gap:7px}.phone-demo-label i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #e3f5ea}.hero-admin{width:178px;height:178px;border-radius:50%;margin:22px 0 16px;position:relative;z-index:1}.hero-admin img{width:100%;height:100%;border-radius:50%;object-fit:cover;position:relative;z-index:2}.admin-halo{position:absolute;inset:-12px;border-radius:50%;background:linear-gradient(145deg,#e2ebff,#f8faff);box-shadow:0 0 0 1px #dbe5f8,0 18px 35px rgba(55,105,205,.13)}.hero-admin.active .admin-halo{animation:soft-ring 1.2s ease-in-out infinite}@keyframes soft-ring{50%{transform:scale(1.06);box-shadow:0 0 0 8px rgba(36,94,232,.08),0 18px 35px rgba(55,105,205,.13)}}.phone-intro{text-align:center}.phone-intro h3{font-size:24px;margin:0 0 6px}.phone-intro p{font-size:10px;color:#727987;margin:0}.phone-call{width:100%;border:0;border-radius:14px;background:var(--blue);color:#fff;display:grid;grid-template-columns:38px 1fr 20px;align-items:center;text-align:left;padding:11px 13px;margin:20px 0 18px;box-shadow:0 10px 22px rgba(36,94,232,.2)}.phone-call>span{width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.16);display:grid;place-items:center;font-size:17px;transform:rotate(-25deg)}.phone-call div strong,.phone-call div small{display:block}.phone-call div strong{font-size:10px}.phone-call div small{font-size:7px;color:#cedcff;margin-top:2px}.phone-call>b{font-size:14px}.phone-call.end{background:#e34d57}.phone-message{width:100%;border-top:1px solid #e5e8ee;padding-top:14px}.message-title{display:flex;align-items:center;justify-content:space-between}.message-title h4{font-size:12px;margin:0}.message-title span{font-size:7px;color:#238256}.message-title i{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--green);margin-right:4px}.phone-message>p{font-size:9px;color:#7a818d;margin:7px 0 10px}.phone-chips{display:flex;gap:6px;margin:9px 0}.phone-chips button{border:1px solid #d5dae4;border-radius:99px;background:#fff;color:#315cae;font-size:7px;padding:6px 9px}.phone-composer{height:42px;border:1px solid #bcc5d4;border-radius:12px;padding:4px;display:flex;background:#fff}.phone-composer input{border:0;outline:0;flex:1;min-width:0;padding:7px;font-size:9px}.phone-composer button{width:32px;height:32px;border:0;border-radius:9px;background:var(--blue);color:#fff}.mini-chat{max-height:72px;overflow:auto;display:flex;flex-direction:column;gap:5px;margin:8px 0}.mini-chat .bubble{font-size:7px;padding:6px 8px;border-radius:8px}.phone-note{font-size:7px;color:#a0a5ae;margin-top:12px}.iphone-shell .home-indicator{width:108px;bottom:7px}
@media(max-width:600px){.iphone-shell{width:344px;height:700px}.iphone-shell .demo-card{height:636px}.phone-demo{padding:24px 20px 14px}.hero-admin{width:150px;height:150px;margin:18px 0 13px}.phone-call{margin:16px 0 14px}.phone-note{margin-top:8px}}

/* Call-only phone layout matching the approved hero reference */
.hero{background:linear-gradient(115deg,#f4f8ff,#edf4ff);grid-template-columns:1fr 400px;min-height:720px;gap:100px}.hero h1{font-size:clamp(54px,5.7vw,78px);line-height:.99}.hero h1>span{display:block;background:linear-gradient(90deg,#347df2,#0e9a91);background-clip:text;color:transparent}.iphone-shell{width:330px;height:660px;border-radius:48px;background:#172033;border:0;padding:13px;box-shadow:0 30px 60px rgba(25,43,74,.2)}.iphone-status{height:33px;background:#f6f8fc;color:#121827;border-radius:33px 33px 0 0;padding:13px 13px 0;font-size:7px}.dynamic-island{display:none}.iphone-shell .demo-card{height:595px;border-radius:0 0 33px 33px;background:#f6f8fc}.phone-demo{padding:18px 20px 16px}.phone-demo-label{font-size:12px;letter-spacing:.08em;color:#2d64bd}.phone-demo-label i{width:8px;height:8px}.hero-admin{width:170px;height:170px;margin:22px 0 18px}.phone-intro h3{font-size:21px;line-height:1.15;max-width:245px}.phone-intro p{font-size:9px;margin-top:7px}.call-wave{height:42px;display:flex;align-items:center;justify-content:center;gap:4px;margin:20px 0 10px}.call-wave span{width:3px;border-radius:5px;background:#7ca7f4;transform:scaleY(.35)}.call-wave.active span{animation:call-pulse .7s ease-in-out infinite alternate}.call-wave.active span:nth-child(2n){animation-delay:.2s}.call-wave.active span:nth-child(3n){animation-delay:.4s}@keyframes call-pulse{to{transform:scaleY(1)}}.live-transcript{background:#fff;border:1px solid #e2e7f0;border-radius:13px;padding:11px 12px;font-size:8px;line-height:1.45;color:#434a56;width:100%;margin:0 0 11px;text-align:left}.phone-call.single{margin:8px 0 12px}.phone-call .handset{transform:none;font-family:Arial,sans-serif;font-size:18px}.phone-note{margin-top:auto}.home-indicator{display:none}
@media(max-width:600px){.hero{grid-template-columns:1fr;gap:55px}.iphone-shell{width:320px;height:640px}.iphone-shell .demo-card{height:575px}.hero-admin{width:154px;height:154px}}

/* Balanced call demo refinement */
.hero{grid-template-columns:minmax(0,1fr) 360px;gap:84px}
.iphone-shell{width:306px;height:610px;padding:11px;border-radius:44px}
.iphone-shell .demo-card{height:588px;border-radius:34px;background:linear-gradient(180deg,#f7f9fd 0%,#fff 100%)}
.phone-demo{padding:24px 22px 18px;justify-content:flex-start}
.phone-demo-label{font-size:13px;letter-spacing:.09em}
.hero-admin{width:148px;height:148px;margin:40px 0 28px}
.phone-intro h3{font-size:20px;line-height:1.2}
.phone-intro p{font-size:9px;line-height:1.45;margin-top:9px;color:#667085}
.call-zone{width:100%;margin-top:auto;display:flex;flex-direction:column;align-items:center}
.call-wave{height:34px;margin:0 0 18px}
.live-transcript{margin:-4px 0 14px}
.phone-call.single{width:auto;min-width:176px;display:inline-flex;justify-content:center;gap:10px;border-radius:999px;padding:11px 17px;margin:0;border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 18px rgba(36,94,232,.18);text-align:center}
.phone-call.single>span{width:25px;height:25px;border-radius:50%;font-size:13px;background:rgba(255,255,255,.18)}
.phone-call.single strong{font-size:10px;white-space:nowrap}
.phone-call .handset{font-size:14px}
.phone-call .end-icon{transform:none}
.phone-note{margin-top:16px}
@media(max-width:600px){.hero{gap:45px}.iphone-shell{width:292px;height:582px}.iphone-shell .demo-card{height:560px}.hero-admin{width:138px;height:138px;margin:34px 0 24px}.phone-demo{padding:22px 20px 16px}}

/* Section titles below the hero */
.section h2,.section h3,.final-cta h2,footer strong{font-family:var(--font-inter),Arial,sans-serif;font-weight:700}

/* Center the admin identity as one visual group */
.admin-center{width:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:0}
.admin-center .hero-admin{margin:0 0 28px}
.call-zone{margin-top:0}
@media(max-width:600px){.admin-center .hero-admin{margin:0 0 24px}}

/* One centered demo stack with consistent vertical rhythm */
.demo-content{width:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:34px;min-height:0}
.demo-content .admin-center{flex:none}
.demo-content .call-zone{flex:0;gap:0}
.demo-content .call-wave{margin:0 0 18px}
@media(max-width:600px){.demo-content{gap:28px}}
.phone-call.single.no-icon{gap:0;padding-left:24px;padding-right:24px}

/* Requested phone spacing adjustment */
.phone-demo-label{transform:translateY(7px)}
.admin-center .hero-admin{margin-bottom:40px}
.demo-content{transform:translateY(6px)}
@media(max-width:600px){.admin-center .hero-admin{margin-bottom:34px}}

/* Device-free live demo card */
.iphone-shell{width:360px;height:600px;padding:0;background:transparent;border:0;border-radius:28px;box-shadow:none}
.iphone-shell .demo-card{width:100%;height:600px;border:1px solid #dce4f0;border-radius:28px;background:linear-gradient(180deg,#f8faff 0%,#fff 100%);box-shadow:0 24px 60px rgba(31,55,96,.14);overflow:hidden}
.phone-demo{padding:24px 28px 20px}
@media(max-width:600px){.iphone-shell{width:min(100%,340px);height:570px}.iphone-shell .demo-card{height:570px;border-radius:24px}.phone-demo{padding:22px 24px 18px}}

/* Larger primary demo action */
.phone-call.single.no-icon{width:100%;max-width:260px;min-height:56px;padding:16px 30px;border-radius:14px}
.phone-call.single.no-icon strong{font-size:12px}
.phone-call.end.single{width:100%;max-width:260px;min-height:56px;padding:16px 30px;border-radius:14px}
.phone-call.end.single strong{font-size:12px}

/* Larger admin focal graphic */
.admin-center .hero-admin{width:178px;height:178px}
@media(max-width:600px){.admin-center .hero-admin{width:158px;height:158px}}

/* Tighter card height and identical call-state controls */
.iphone-shell{height:570px}
.iphone-shell .demo-card{height:570px}
@media(max-width:600px){.iphone-shell{height:550px}.iphone-shell .demo-card{height:550px}}

/* Minimal live demo directly on the hero background */
.minimal-live-demo{width:360px;min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:48px;margin:auto}
.minimal-live-demo .hero-admin{width:230px;height:230px;margin:0}
.minimal-call-button{width:280px;min-height:62px;border:0;border-radius:16px;background:#245ee8;color:#fff;font-size:14px;font-weight:750;box-shadow:0 14px 30px rgba(36,94,232,.24)}
.minimal-call-button:hover{background:#194fd5;transform:translateY(-1px)}
.minimal-call-button.end{background:#e84e5b}
@media(max-width:600px){.minimal-live-demo{width:100%;min-height:430px;gap:38px}.minimal-live-demo .hero-admin{width:200px;height:200px}.minimal-call-button{width:min(280px,100%)}}

/* Hover-reveal demo interaction */
.demo-interaction{display:flex;flex-direction:column;align-items:center;gap:24px;outline:0}
.minimal-live-demo .admin-halo{animation:minimal-breathe 2.2s ease-in-out infinite}
.minimal-live-demo .hero-admin img{transition:transform .3s ease}
.demo-interaction:hover .hero-admin img,.demo-interaction:focus-within .hero-admin img{transform:scale(1.045) translateY(-3px)}
@keyframes minimal-breathe{50%{transform:scale(1.055);box-shadow:0 0 0 10px rgba(36,94,232,.07),0 18px 35px rgba(55,105,205,.16)}}
.demo-hover-controls{display:flex;flex-direction:column;align-items:center;gap:13px;opacity:0;transform:translateY(9px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}
.demo-interaction:hover .demo-hover-controls,.demo-interaction:focus-within .demo-hover-controls,.minimal-live-demo.is-calling .demo-hover-controls{opacity:1;transform:none;pointer-events:auto}
.minimal-call-button{width:168px;min-height:42px;padding:10px 18px;border:1px solid #d9e1ef;border-radius:999px;background:#fff;color:#245ee8;font-size:10px;box-shadow:0 8px 20px rgba(30,55,100,.12)}
.minimal-call-button:hover{background:#fff;color:#194fd5}
.minimal-call-button.end{background:#e84e5b;color:#fff;border-color:#e84e5b}
.minimal-call-status{display:flex;align-items:center;justify-content:center;gap:9px;color:#172033;font-size:10px}.minimal-call-status strong{font-weight:750}.minimal-call-status span{color:#667085;font-variant-numeric:tabular-nums}
.minimal-wave{height:42px;display:flex;align-items:center;justify-content:center;gap:4px}.minimal-wave span{width:3px;border-radius:5px;background:#5f91ec;transform:scaleY(.35)}.minimal-wave.active span{animation:call-pulse .7s ease-in-out infinite alternate}.minimal-wave.active span:nth-child(2n){animation-delay:.2s}.minimal-wave.active span:nth-child(3n){animation-delay:.4s}
@media(hover:none){.demo-hover-controls{opacity:1;transform:none;pointer-events:auto}}
@media(max-width:600px){.demo-interaction{gap:22px}.minimal-call-button{width:168px}.minimal-live-demo.is-calling .hero-admin{width:180px;height:180px}}

/* Rebalanced professional hero */
.hero{position:relative;overflow:hidden;min-height:680px;padding-top:64px;padding-bottom:64px;grid-template-columns:minmax(0,590px) minmax(360px,420px);justify-content:space-between;gap:68px;background:radial-gradient(circle at 84% 48%,rgba(84,137,242,.13) 0,rgba(84,137,242,.05) 22%,transparent 43%),linear-gradient(115deg,#f5f8fe,#edf4ff)}
.hero-content{max-width:590px}
.eyebrow{font-size:9px;letter-spacing:.14em}
.hero h1{font-size:clamp(54px,5.2vw,70px);line-height:1.01;margin:22px 0 25px}
.hero-lead{max-width:545px;font-size:17px;line-height:1.62;margin-bottom:28px}
.hero-buttons{gap:14px}
.hero-buttons .primary,.hero-buttons .secondary{min-height:52px;padding:14px 21px;border-radius:12px}
.benefits{max-width:545px;margin-top:28px;padding-top:20px;border-top:1px solid rgba(118,139,174,.2);gap:18px}
.minimal-live-demo{position:relative;width:100%;min-height:500px;isolation:isolate}
.minimal-live-demo:before{content:"";position:absolute;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,#dce9ff 0,#eaf2ff 52%,rgba(234,242,255,0) 72%);z-index:-1}
.demo-interaction{position:relative;z-index:1}
@media(max-width:900px){.hero{grid-template-columns:1fr;justify-content:center;gap:34px;text-align:center}.hero-content{margin:auto}.hero-lead,.benefits{margin-left:auto;margin-right:auto}.minimal-live-demo{min-height:420px}.minimal-live-demo:before{width:320px;height:320px}}
@media(max-width:600px){.hero{padding-top:50px;padding-bottom:50px}.hero h1{font-size:46px}.hero-lead{font-size:16px}.minimal-live-demo{min-height:390px}.minimal-live-demo:before{width:285px;height:285px}.benefits{padding-top:17px}}

/* Solid brand-blue headline accent */
.hero h1>span{background:none;background-clip:border-box;color:#347df2}

/* Clear space around the pulsing admin halo */
.demo-interaction{gap:52px}
@media(max-width:900px){.demo-interaction{gap:46px}}
@media(max-width:600px){.demo-interaction{gap:40px}}

/* Clickable admin profile call trigger */
.admin-call-trigger{display:block;border:0;padding:0;background:transparent;border-radius:50%;cursor:pointer}
.admin-call-trigger .hero-admin{display:block}
.admin-call-trigger:focus-visible{outline:3px solid rgba(36,94,232,.35);outline-offset:10px}
.minimal-live-demo.is-calling .admin-call-trigger{cursor:default}

/* Rotating hero capability strip */
.rotating-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;min-height:38px;align-items:start}
.rotating-benefits span{animation:benefit-in .5s ease both;line-height:1.35;white-space:nowrap;font-size:clamp(11px,.9vw,13px)}
@keyframes benefit-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(max-width:600px){.rotating-benefits{grid-template-columns:1fr;gap:8px;min-height:82px;text-align:left}.rotating-benefits span{justify-content:flex-start}}
.mobile-benefit-chip{display:none}
@media(max-width:600px){.hero-content{width:100%}.mobile-benefit-chip{display:inline-flex;align-items:center;gap:8px;min-height:34px;margin:0 0 28px;padding:8px 13px;border:1px solid rgba(52,125,242,.18);border-radius:999px;background:rgba(255,255,255,.78);box-shadow:0 7px 20px rgba(39,70,124,.07);color:#465268;font-size:11px;font-weight:700;white-space:nowrap}.mobile-benefit-chip i{font-style:normal;width:17px;height:17px;border-radius:50%;background:#e2f3e9;color:#168151;display:grid;place-items:center;font-size:9px}.mobile-benefit-chip span{animation:benefit-in .5s ease both}.hero .rotating-benefits{display:none}.hero h1{margin-top:0}}
@media(hover:none) and (max-width:600px){.minimal-live-demo:not(.mobile-revealed):not(.is-calling) .demo-hover-controls{opacity:0;transform:translateY(9px);pointer-events:none}.minimal-live-demo.mobile-revealed .demo-hover-controls{opacity:1;transform:none;pointer-events:auto}}

/* Stacked features introduction and restrained scroll reveals */
.features .section-intro{display:block;max-width:760px;margin-bottom:48px}.features .section-intro>p{max-width:660px;margin:18px 0 0;font-size:15px}.features .section-intro h2{white-space:nowrap}
.reveal-on-scroll{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1)}.reveal-on-scroll.is-visible{opacity:1;transform:none}.reveal-on-scroll .feature-grid article,.reveal-on-scroll .steps article{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal-on-scroll.is-visible .feature-grid article,.reveal-on-scroll.is-visible .steps article{opacity:1;transform:none}.reveal-on-scroll.is-visible article:nth-child(2),.reveal-on-scroll.is-visible article:nth-child(5){transition-delay:.1s}.reveal-on-scroll.is-visible article:nth-child(3),.reveal-on-scroll.is-visible article:nth-child(6){transition-delay:.2s}
@media(max-width:600px){.features .section-intro h2{white-space:normal}.features .section-intro>p{font-size:14px}}
@media(prefers-reduced-motion:reduce){.reveal-on-scroll,.reveal-on-scroll .feature-grid article,.reveal-on-scroll .steps article{opacity:1;transform:none}}

/* Clean reference-aligned feature cards */
.features .feature-grid{gap:22px}.features .feature-grid article{min-height:270px;padding:32px;border:1px solid #e9ebef;border-radius:22px;background:#f7f8fa}.features .feature-grid article:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(25,35,55,.055)}.features .feature-head{justify-content:flex-start;margin-bottom:28px}.features .feature-icon{width:48px;height:48px;border-radius:12px;background:#dfebff;color:#347df2;font-size:19px}.features .feature-grid h3{font-size:18px;margin-bottom:17px}.features .feature-grid p{min-height:0;margin:0;font-size:14px;line-height:1.65;color:#515b6b}.features .feature-number,.features .feature-grid a{display:none}
@media(max-width:600px){.features .feature-grid{gap:14px}.features .feature-grid article{min-height:auto;padding:27px}}

.features .admin-feature-icon{position:relative;font-size:0}.admin-feature-icon:before{content:"";position:absolute;top:15px;left:19px;width:8px;height:8px;border:2px solid currentColor;border-radius:50%}.admin-feature-icon:after{content:"";position:absolute;left:14px;bottom:9px;width:18px;height:14px;border:2px solid currentColor;border-radius:10px 10px 5px 5px}

.setup-ui{width:88%;height:260px;color:#192233}.analysis-ui{position:relative;padding-top:4px}.analysis-status,.analysis-results,.task-setting,.activity-card{background:#fff;border:1px solid #e7ebf2;box-shadow:0 10px 25px rgba(30,44,70,.08)}.analysis-status{width:88%;margin:auto;padding:13px 16px;border-radius:18px;display:flex;align-items:center;gap:12px;position:relative;z-index:2}.analysis-status img{width:44px;height:44px;border-radius:50%;background:#e3edff}.analysis-status strong,.analysis-status span{display:block}.analysis-status strong{font-size:11px}.analysis-status span{font-size:9px;color:#6e7787;margin-top:3px}.analysis-results{margin:-3px auto 0;padding:24px 20px 15px;border-radius:18px;width:96%;transform:rotate(-1deg)}.analysis-results b{display:block;font-size:8px;color:#9aa3b1;letter-spacing:.09em;margin-bottom:12px}.analysis-results span{display:flex;align-items:center;gap:10px;font-size:10px;font-weight:650;margin:9px 0}.analysis-results i{font-style:normal;width:17px;height:17px;border:2px solid #3978f4;border-radius:50%;color:#3978f4;display:grid;place-items:center;font-size:8px}.task-ui{display:flex;flex-direction:column;justify-content:center;gap:10px}.task-setting{min-height:72px;border-radius:17px;padding:11px 13px;display:grid;grid-template-columns:38px 1fr 35px;align-items:center;gap:11px}.task-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#edf3ff;color:#3978f4;font-size:16px;font-style:normal}.task-icon.urgent{background:#fff0f0;color:#ef4a54;font-weight:800}.task-setting strong,.task-setting small{display:block}.task-setting strong{font-size:10px}.task-setting small{font-size:8px;line-height:1.35;color:#727b8b;margin-top:3px}.task-toggle{width:34px;height:20px;border-radius:99px;background:#3978f4;position:relative}.task-toggle:after{content:"";position:absolute;right:3px;top:3px;width:14px;height:14px;border-radius:50%;background:#fff}.activity-ui{display:flex;flex-direction:column;justify-content:center;gap:9px}.activity-card{border-radius:16px;padding:11px 13px}.activity-head{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;margin-bottom:7px}.activity-head img{width:28px;height:28px;border-radius:50%;background:#e3edff}.activity-head strong{font-size:8px;color:#3f495b;letter-spacing:.04em}.activity-head span{font-size:8px;color:#9aa3b1}.activity-card>b{font-size:10px}.activity-card p{font-size:8px;line-height:1.4;color:#6f7888;margin:3px 0 0}

.analysis-ui{display:grid;grid-template-rows:84px 156px;align-content:center;gap:10px;padding:0}.analysis-ui .analysis-status,.analysis-ui .analysis-results{width:100%;height:100%;margin:0;transform:none;border-radius:17px}.analysis-ui .analysis-status{padding:15px 18px}.analysis-ui .analysis-results{padding:16px 20px 13px}.analysis-ui .analysis-results b{margin-bottom:9px}.analysis-ui .analysis-results span{margin:7px 0}

/* Full-width closing banner */
.final-cta{width:calc(100% - 48px);max-width:1280px;min-height:300px;margin:105px auto;padding:72px 78px;border-radius:24px}.final-cta h2{font-size:clamp(46px,4vw,58px);line-height:1.04}.final-cta p{font-size:14px;line-height:1.6;max-width:620px}.final-cta .cta-actions{min-width:220px}
@media(max-width:900px){.final-cta{width:auto;min-height:280px;margin:85px 20px;padding:62px 50px}}
@media(max-width:600px){.final-cta{min-height:0;margin:65px 14px;padding:52px 25px;border-radius:20px}.final-cta h2{font-size:38px}}

/* Uniform Simple by Design geometry */
.steps{align-items:stretch}.steps article{height:465px;display:grid;grid-template-rows:180px 285px}.steps .step-copy{height:180px;align-items:flex-start}.steps .step-visual{height:285px}.setup-ui{width:88%;height:260px}.analysis-ui{grid-template-rows:repeat(2,120px);gap:10px}.analysis-ui .analysis-status,.analysis-ui .analysis-results,.task-setting,.activity-card{width:100%;height:100%;margin:0;border-radius:16px;transform:none}.analysis-ui .analysis-results{padding:10px 18px}.analysis-ui .analysis-results b{margin-bottom:5px}.analysis-ui .analysis-results span{margin:3px 0}.analysis-ui .analysis-results i{width:15px;height:15px}.task-ui,.activity-ui{display:grid;grid-template-rows:repeat(3,76px);align-content:center;justify-content:stretch;gap:10px}.task-setting{min-height:0;padding:9px 12px}.activity-card{padding:8px 11px;overflow:hidden}.activity-head{grid-template-columns:22px 1fr auto;gap:7px;margin-bottom:3px}.activity-head img{width:22px;height:22px}.activity-card p{line-height:1.3;margin-top:2px}
@media(max-width:600px){.steps article{height:auto;grid-template-rows:auto 285px}.steps .step-copy{height:auto;min-height:170px}}

/* Minimal Simple by Design cards */
.how{padding-top:104px;padding-bottom:112px}.how-heading{max-width:760px;margin-bottom:52px}.how-heading h2{letter-spacing:-.045em}.how-heading>p{max-width:620px;margin:18px auto 0}.steps{gap:20px;align-items:stretch}.steps:before{display:none}.steps article{height:486px;display:grid;grid-template-rows:190px 296px;background:#fff;border:1px solid #e3e7ee;border-radius:20px;box-shadow:0 16px 42px rgba(24,36,58,.07);overflow:hidden}.steps article+article{border-left:1px solid #e3e7ee}.steps .step-copy{height:190px;padding:28px 28px 24px;display:flex;flex-direction:column;align-items:flex-start;gap:0}.steps .step-copy>span{width:auto;height:auto;display:block;background:transparent;color:#2f79f6;border:0;border-radius:0;box-shadow:none;font-size:10px;font-weight:800;letter-spacing:.14em;line-height:1;margin:0 0 19px}.steps .step-copy>span:before{content:"STEP ";color:#7d8796}.steps .step-copy h3{font-size:18px;letter-spacing:-.03em;margin:0 0 10px}.steps .step-copy p{font-size:11px;line-height:1.58;min-height:0;max-width:290px}.steps .step-visual{height:296px;margin:0;padding:18px 0 0;background:#f6f8fb;border:0;border-top:1px solid #edf0f4;border-radius:0;overflow:hidden}.steps .setup-ui{width:86%;height:260px}.steps .analysis-status,.steps .analysis-results,.steps .task-setting,.steps .activity-card{box-shadow:0 8px 22px rgba(28,41,65,.07)}
@media(max-width:900px){.steps{grid-template-columns:1fr;max-width:620px;margin:auto;gap:18px}.steps article{height:auto;grid-template-rows:auto 296px}.steps article+article{border-left:1px solid #e3e7ee}.steps .step-copy{height:auto;min-height:168px}.steps .step-copy p{max-width:520px}}
@media(max-width:600px){.how{padding-top:76px;padding-bottom:80px}.how-heading{margin-bottom:36px}.steps article{border-radius:18px}.steps .step-copy{padding:25px 22px 22px}.steps .setup-ui{width:90%}}
.steps .analysis-ui{grid-template-rows:90px 150px}.steps .analysis-status{padding:10px 16px}.steps .activity-ui{height:256px;grid-template-rows:repeat(3,80px);gap:8px}.steps .activity-card{display:grid;grid-template-rows:22px auto auto;align-content:center;row-gap:3px;padding:12px 20px}.steps .activity-head{margin:0;gap:9px}.steps .activity-card>b{display:block;line-height:1.2}.steps .activity-card p{margin:0;padding-right:4px;line-height:1.35}
.steps .analysis-ui .analysis-results{display:flex;flex-direction:column;justify-content:center;padding:18px}
@media(min-width:1200px){.minimal-live-demo .hero-admin{width:clamp(240px,17vw,280px);height:clamp(240px,17vw,280px)}.minimal-live-demo:before{width:clamp(350px,25vw,410px);height:clamp(350px,25vw,410px)}}
@media(min-width:1600px){.hero h1{font-size:64px;max-width:560px}.hero-lead{font-size:16px;max-width:520px;margin-bottom:25px}.hero-buttons .primary,.hero-buttons .secondary{min-height:48px;padding:12px 19px}.hero .benefits{max-width:520px;margin-top:25px;padding-top:18px}.hero .rotating-benefits span{font-size:12px}}

/* Consistent Lucide icon system */
.feature-icon svg{width:22px;height:22px;stroke-width:1.9}
.task-icon svg{width:18px;height:18px;stroke-width:2}
.analysis-results i svg,.benefits i svg,.mobile-benefit-chip i svg{width:10px;height:10px;stroke-width:3}
.primary>svg,.secondary>svg,.cta-link>svg{width:15px;height:15px;flex:0 0 auto;stroke-width:2}
.mobile-menu svg{width:23px;height:23px;stroke-width:2}
