*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f8fafc;--ink:#0f172a;--white:#ffffff;--blue:#2563eb;--teal:#0d9488;--grad:linear-gradient(95deg,#2563eb 0%,#0d9488 100%);--gray:#475569;--gray-light:#94a3b8;--border:#e2e8f0;--border-dark:#cbd5e1;--green:#16a34a;--green-bg:#ecfdf5;--blue-bg:#eff6ff;--sans:'Inter',sans-serif;--display:'Sora',sans-serif;--radius:18px;--radius-sm:12px;--shadow:0 1px 2px rgba(15,23,42,0.04),0 8px 24px rgba(15,23,42,0.06);--shadow-lg:0 4px 8px rgba(15,23,42,0.04),0 24px 56px rgba(15,23,42,0.12);}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--ink);font-family:var(--sans);line-height:1.6}nav{position:sticky;top:0;z-index:200;background:rgba(248,250,252,0.85);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border);padding:0 5%}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px;max-width:1240px;margin:0 auto}.nav-logo img{height:46px;width:auto;display:block}.nav-center{display:flex;align-items:center;gap:0.15rem}.nav-center a{text-decoration:none;color:var(--gray);font-size:0.875rem;font-weight:600;padding:0.45rem 0.85rem;border-radius:100px;transition:all 0.15s;white-space:nowrap;font-family:var(--display)}.nav-center a:hover{color:var(--ink);background:var(--border)}.nav-right{display:flex;align-items:center;gap:0.75rem}.lang-link{display:flex;align-items:center;gap:0.4rem;text-decoration:none;color:var(--gray);font-size:0.82rem;font-weight:600;padding:0.42rem 0.75rem;border:1px solid var(--border-dark);border-radius:100px;transition:all 0.15s}.lang-link:hover{border-color:var(--blue);color:var(--blue)}.btn-nav{background:var(--grad)!important;color:white!important;padding:0.55rem 1.25rem!important;border-radius:100px!important;font-weight:700!important;font-size:0.82rem!important;transition:all 0.2s!important;font-family:var(--display)!important}.btn-nav:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(37,99,235,0.3)}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:0.7rem;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-width:44px;min-height:44px}.hamburger span{width:22px;height:2px;background:var(--ink);border-radius:2px;display:block;transition:all 0.3s}.has-dropdown{position:relative}.dd-arrow{font-size:0.6rem;margin-left:0.2rem;opacity:0.65;display:inline-block;transition:transform 0.15s}.has-dropdown:hover .dd-arrow{transform:rotate(180deg)}.dropdown-panel{position:absolute;top:100%;left:0;margin-top:0.4rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);padding:0.45rem;min-width:235px;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity 0.15s,transform 0.15s,visibility 0.15s;z-index:250}.has-dropdown:hover .dropdown-panel{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-panel a{display:flex;align-items:center;gap:0.55rem;padding:0.6rem 0.75rem;border-radius:10px;font-size:0.85rem;font-weight:600;color:var(--ink)!important;background:none!important}.dropdown-panel a:hover{background:var(--bg)!important}.mob-sub-label{font-size:0.72rem;font-weight:700;color:var(--gray-light);text-transform:uppercase;letter-spacing:0.06em;padding:0.85rem 0 0.35rem;font-family:var(--display)}.mob-links a.mob-sub{padding:0.6rem 0 0.6rem 0.9rem;font-size:0.95rem;font-weight:600;border-bottom:none;color:var(--gray)}.mob-menu{display:none;position:fixed;inset:0;background:var(--white);z-index:150000;flex-direction:column;padding:2rem 5%;overflow-y:auto}.mob-menu.open{display:flex}.mob-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.mob-links{display:flex;flex-direction:column;gap:0.25rem;flex:1}.mob-links a{text-decoration:none;color:var(--ink);font-size:1.1rem;font-weight:600;padding:0.85rem 0;border-bottom:1px solid var(--border);font-family:var(--display)}.mob-bottom{display:flex;flex-direction:column;gap:0.75rem;padding-top:1.5rem}.close-btn{background:none;border:none;cursor:pointer;font-size:1.6rem;color:var(--gray);line-height:1;padding:0.6rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.pill{display:inline-flex;align-items:center;gap:0.5rem;background:var(--blue-bg);border:1px solid #c7ddfb;color:var(--blue);font-size:0.76rem;font-weight:700;padding:0.38rem 0.9rem;border-radius:100px;letter-spacing:0.01em;font-family:var(--display)}.dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.dot.live{background:var(--green);animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.4;transform:scale(0.8)}}.hero{padding:5rem 5% 3rem}.hero-inner{max-width:840px;margin:0 auto;text-align:center}.gradient-text{background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}h1{font-family:var(--display);font-size:clamp(2.3rem,4.2vw,3.2rem);font-weight:800;line-height:1.1;letter-spacing:-0.025em;margin:1.25rem 0 1.4rem;color:var(--ink)}.hero-sub{font-size:1.05rem;color:var(--gray);line-height:1.7;margin:0 auto 2rem;max-width:600px}.hero-btns{display:flex;gap:0.85rem;flex-wrap:wrap;justify-content:center}.btn-primary{display:inline-flex;align-items:center;gap:0.5rem;background:var(--grad);color:white;padding:0.9rem 1.8rem;border-radius:100px;text-decoration:none;font-size:0.92rem;font-weight:700;transition:all 0.2s;border:none;cursor:pointer;font-family:var(--display)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(37,99,235,0.3)}.btn-secondary{display:inline-flex;align-items:center;gap:0.5rem;background:var(--white);color:var(--ink);padding:0.9rem 1.8rem;border-radius:100px;text-decoration:none;font-size:0.92rem;font-weight:700;transition:all 0.2s;border:1.5px solid var(--border-dark);font-family:var(--display)}.btn-secondary:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-2px)}.section{padding:5.5rem 5%}.section-alt{background:var(--white)}.section-inner{max-width:1240px;margin:0 auto}.section-header{margin-bottom:3rem;max-width:680px}.eyebrow{font-size:0.74rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--blue);margin-bottom:0.85rem;display:block;font-family:var(--display)}h2{font-family:var(--display);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;line-height:1.16;letter-spacing:-0.02em;color:var(--ink);margin-bottom:1rem}.section-sub{font-size:1.0rem;color:var(--gray);line-height:1.7;max-width:600px}.solution-block{display:grid;grid-template-columns:0.9fr 1.1fr;gap:3.5rem;align-items:center;padding:4rem 0;border-bottom:1px solid var(--border)}.solution-block:last-child{border-bottom:none}.solution-block.rev{direction:rtl}.solution-block.rev>*{direction:ltr}.sol-icon{width:52px;height:52px;background:var(--blue-bg);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem}.sol-text h3{font-family:var(--display);font-size:1.5rem;font-weight:800;margin-bottom:0.85rem;color:var(--ink);letter-spacing:-0.01em}.sol-text p{font-size:0.96rem;color:var(--gray);line-height:1.75;margin-bottom:1rem}.sol-list{list-style:none;display:flex;flex-direction:column;gap:0.6rem;margin-top:1.25rem}.sol-list li{font-size:0.88rem;color:var(--ink);display:flex;gap:0.6rem;align-items:flex-start}.sol-list li::before{content:"✓";color:var(--green);font-weight:800;flex-shrink:0}.sol-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}.sol-card h4{font-family:var(--display);font-size:0.78rem;font-weight:700;color:var(--gray-light);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:1.1rem}.bubble{max-width:88%;padding:0.65rem 1rem;border-radius:14px;font-size:0.82rem;line-height:1.5;margin-bottom:0.6rem}.bubble.ai{background:#f1f5f9;color:var(--ink);border-bottom-left-radius:4px}.bubble.user{background:var(--blue);color:white;margin-left:auto;border-bottom-right-radius:4px}.mini-row{display:flex;justify-content:space-between;align-items:center;padding:0.6rem 0;border-bottom:1px solid var(--border);font-size:0.85rem}.mini-row:last-child{border-bottom:none}.mini-row .lbl{color:var(--gray);font-weight:600}.mini-row .val{font-weight:700;color:var(--ink);font-family:var(--display)}.mini-row .val.ok{color:#15803d}.faq{max-width:760px;margin:0 auto}.faq-item{padding:1.4rem 0;border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-item h3{font-size:0.98rem;font-weight:700;margin-bottom:0.5rem;color:var(--ink);font-family:var(--display)}.faq-item p{font-size:0.88rem;color:var(--gray);line-height:1.7}.branchen-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.branchen-card{display:block;padding:1.75rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--white);text-decoration:none;transition:all 0.2s}.branchen-card:hover{border-color:#bcd4f9;box-shadow:var(--shadow);transform:translateY(-3px)}.branchen-icon{width:44px;height:44px;background:var(--blue-bg);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1.1rem}.branchen-card h3{font-size:0.92rem;font-weight:700;margin-bottom:0.4rem;color:var(--ink);font-family:var(--display)}.branchen-card p{font-size:0.8rem;color:var(--gray);line-height:1.6}.cta-section{padding:5.5rem 5%;background:var(--ink);text-align:center}.cta-section h2{color:white}.cta-section .section-sub{color:#94a3b8;margin:0 auto 2rem}.cta-section .section-header{margin:0 auto 2rem;max-width:600px}footer{padding:2rem 5%;border-top:1px solid var(--border);background:var(--bg)}.footer-inner{max-width:1240px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}footer img{height:30px;width:auto}footer p{font-size:0.78rem;color:var(--gray-light)}.f-links{display:flex;gap:1.5rem;flex-wrap:wrap}.f-links a{font-size:0.78rem;color:var(--gray-light);text-decoration:none;transition:color 0.15s;font-weight:600}.f-links a:hover{color:var(--blue)}.fade{opacity:0;transform:translateY(22px);transition:opacity 0.6s ease,transform 0.6s ease}.fade.visible{opacity:1;transform:none}@media screen and (max-width:991px){.solution-block{display:flex !important;flex-direction:column !important;gap:2rem !important;padding:2.5rem 0 !important;direction:ltr !important;}.solution-block.rev{direction:ltr !important;}.solution-block > *{width:100% !important;direction:ltr !important;}.sol-card{max-width:100% !important;width:100% !important;}}@media screen and (max-width:768px){body{overflow-x:hidden !important;max-width:100vw !important;}.nav-center{display:none !important;}.btn-nav{display:none !important;}.hamburger{display:flex !important;}.mob-menu{overflow-y:auto !important;padding-bottom:2rem !important;z-index:500 !important;}.mob-links{overflow-y:visible !important;flex:1 !important;}.mob-links a{display:block !important;padding:0.85rem 0 !important;border-bottom:1px solid #e2e8f0 !important;font-size:1rem !important;font-weight:600 !important;text-decoration:none !important;color:#0f172a !important;}.mob-links .mob-sub{padding:0.7rem 0 0.7rem 0.75rem !important;font-size:0.93rem !important;color:#475569 !important;}.mob-sub-label{padding-top:1rem !important;padding-bottom:0.35rem !important;font-size:0.7rem !important;font-weight:800 !important;color:#94a3b8 !important;text-transform:uppercase !important;letter-spacing:0.07em !important;}.hero{padding:3rem 4% 2rem !important;}.hero-inner{grid-template-columns:1fr !important;gap:2rem !important;text-align:center !important;}.hero-btns{flex-direction:column !important;align-items:center !important;gap:0.75rem !important;margin-bottom:1.5rem !important;}.hero-btns a,.hero-btns button{width:100% !important;max-width:300px !important;justify-content:center !important;}.hero-sub{margin:0 auto 1.75rem !important;font-size:0.97rem !important;}.hero-trust{justify-content:center !important;}.float-chip{display:none !important;}h1{font-size:2rem !important;}.hero-inner img{max-width:100% !important;height:auto !important;}.callcard{max-width:100% !important;}.callcard-wrap{padding:0 !important;}.section{padding:3rem 4% !important;}.section-alt{padding:3rem 4% !important;}.calendly-section{padding:3rem 4% !important;}.contact-section{padding:3rem 4% !important;}h2{font-size:1.7rem !important;}.section-sub{font-size:0.92rem !important;}.problem-grid{grid-template-columns:1fr !important;gap:1.75rem !important;}.steps{grid-template-columns:1fr !important;gap:1rem !important;}.branchen-grid{grid-template-columns:1fr !important;gap:0.85rem !important;}.features{grid-template-columns:1fr !important;gap:0.85rem !important;}.testimonials{grid-template-columns:1fr !important;gap:0.85rem !important;}.price-teaser{grid-template-columns:1fr !important;gap:1rem !important;}.langs{grid-template-columns:repeat(2,1fr) !important;gap:0.5rem !important;}.calendly-grid{grid-template-columns:1fr !important;gap:2rem !important;}.contact-grid{grid-template-columns:1fr !important;gap:2rem !important;}.form-row{grid-template-columns:1fr !important;}.cal-info{position:static !important;}.stats-inner{grid-template-columns:repeat(2,1fr) !important;padding:1.5rem 0 !important;}.stat{border-right:none !important;border-bottom:1px solid #e2e8f0 !important;padding:0.85rem !important;}.stat:nth-last-child(-n+2){border-bottom:none !important;}.stat-n{font-size:2rem !important;}.cost-card{overflow:hidden !important;}.cost-row{flex-wrap:wrap !important;gap:0.2rem !important;padding:0.75rem 0 !important;}.cost-label{font-size:0.83rem !important;}.cost-val{font-size:0.83rem !important;word-break:break-word !important;}.compare-table{display:block !important;overflow-x:auto !important;-webkit-overflow-scrolling:touch !important;white-space:nowrap !important;font-size:0.8rem !important;}.trust-banner{font-size:0.78rem !important;padding:0.75rem !important;flex-wrap:wrap !important;gap:0.3rem !important;}.trust-banner-wrap{margin-top:1.25rem !important;}footer{padding:1.5rem 4% !important;}.footer-inner{flex-direction:column !important;align-items:center !important;text-align:center !important;gap:0.85rem !important;}.f-links{justify-content:center !important;flex-wrap:wrap !important;gap:0.75rem !important;}.voice-widget-popup-container{left:0.75rem !important;bottom:0.75rem !important;width:calc(100vw - 1.5rem) !important;max-width:310px !important;z-index:600 !important;}.voice-widget-popup-container.minimized{width:54px !important;height:54px !important;max-width:54px !important;}.voice-widget-popup-container.minimized .voice-widget-card{width:54px !important;height:54px !important;border-radius:50% !important;}.hallodesk-widget-container{display:none !important;}iframe{max-width:100% !important;width:100% !important;}.step{padding:1.4rem !important;}.branchen-card{padding:1.35rem !important;}.blog-grid{grid-template-columns:1fr !important;}}}.feat-icon,.branchen-icon{width:44px;height:44px;background:var(--blue-bg);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all 0.3s cubic-bezier(0.16,1,0.3,1);position:relative;overflow:hidden;}.feat-icon svg,.branchen-icon svg{width:24px;height:24px;fill:none;stroke:var(--blue);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:all 0.3s ease;}.feat:hover .feat-icon,.branchen-card:hover .branchen-icon{background:var(--grad);}.feat:hover .feat-icon svg,.branchen-card:hover .branchen-icon svg{stroke:var(--white);transform:scale(1.1);}@keyframes phoneWave{0%,100%{opacity:0.3;transform:scale(0.9);}50%{opacity:1;transform:scale(1.1);}}.feat:hover .svg-phone-wave{animation:phoneWave 1s infinite alternate;}.svg-check{stroke-dasharray:20;stroke-dashoffset:20;transition:stroke-dashoffset 0.4s ease-in-out;}.feat:hover .svg-check,.branchen-card:hover .svg-check{stroke-dashoffset:0;}@keyframes nodePulse{0%,100%{r:2px;opacity:0.5;}50%{r:4px;opacity:1;}}.feat:hover .svg-node{animation:nodePulse 1.5s infinite;}@keyframes docSlide{0%,100%{transform:translateY(0);}50%{transform:translateY(-2px);}}.feat:hover .svg-doc-line{animation:docSlide 0.8s infinite alternate;}@keyframes shieldGlow{0%,100%{stroke-width:2;}50%{stroke-width:2.8;}}.feat:hover .svg-shield{animation:shieldGlow 1.2s infinite;}@keyframes scissorSnap{0%,100%{transform:rotate(0deg);}50%{transform:rotate(-8deg);}}.branchen-card:hover .svg-scissor-blade{transform-origin:12px 12px;animation:scissorSnap 0.5s infinite ease-in-out;}@keyframes steamRise{0%{transform:translateY(2px);opacity:0;}50%{opacity:0.8;}100%{transform:translateY(-3px);opacity:0;}}.branchen-card:hover .svg-steam{animation:steamRise 1.2s infinite linear;}.ico{width:22px;height:22px;flex-shrink:0;display:block;color:var(--blue)}.ico-dark{color:#5eead4}.ico-white{color:#fff}@keyframes ico-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.14)}}@keyframes ico-spin{to{transform:rotate(360deg)}}@keyframes ico-swing{0%,100%{transform:rotate(-10deg)}50%{transform:rotate(10deg)}}@keyframes ico-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes ico-ring{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.18);opacity:0.75}}@keyframes ico-tick{0%,100%{transform:rotate(0deg)}50%{transform:rotate(90deg)}}@keyframes ico-glow{0%,100%{opacity:0.75}50%{opacity:1}}@keyframes ico-shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-2px)}75%{transform:translateX(2px)}}.ico-anim-pulse{animation:ico-pulse 2.2s ease-in-out infinite}.ico-anim-spin{animation:ico-spin 2.4s linear infinite}.ico-anim-spin-slow{animation:ico-spin 6s linear infinite}.ico-anim-swing{animation:ico-swing 1.8s ease-in-out infinite}.ico-anim-bounce{animation:ico-bounce 1.8s ease-in-out infinite}.ico-anim-ring{animation:ico-ring 1.6s ease-in-out infinite}.ico-anim-tick{animation:ico-tick 2s steps(1) infinite}.ico-anim-glow{animation:ico-glow 2s ease-in-out infinite}.ico-anim-shake{animation:ico-shake 1.6s ease-in-out infinite}.branchen-icon,.feat-icon,.cal-icon{display:flex;align-items:center;justify-content:center}.btn-primary .ico,.btn-voice-call .ico{width:18px;height:18px;color:currentColor;margin-right:0.1rem}.dropdown-megamenu{min-width:680px !important;left:50% !important;transform:translateX(-50%) translateY(6px) !important;padding:1.25rem !important;}.has-dropdown:hover .dropdown-megamenu{transform:translateX(-50%) translateY(0) !important;display:block !important;}.megamenu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}.megamenu-col{display:flex;flex-direction:column;gap:0.4rem;}.megamenu-title{font-size:0.72rem;font-weight:700;color:var(--gray-light);text-transform:uppercase;letter-spacing:0.05em;padding-bottom:0.45rem;border-bottom:1px solid var(--border);margin-bottom:0.45rem;font-family:var(--display);}.megamenu-col a{font-size:0.82rem !important;padding:0.45rem 0.6rem !important;border-radius:8px !important;white-space:normal !important;line-height:1.3 !important;display:inline-flex !important;align-items:center !important;gap:0.6rem !important;transition:all 0.2s !important;}.megamenu-col a:hover{background:var(--blue-bg) !important;color:var(--blue) !important;}.megamenu-col a svg{width:18px !important;height:18px !important;flex-shrink:0 !important;}