.footer-company[data-astro-cid-sz7xmlte]{margin-top:1rem;font-size:.8rem;color:#ffffff8c;display:flex;flex-wrap:wrap;gap:.25rem 1.25rem;justify-content:center}.footer-company[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:inherit;text-decoration:none}.footer-company[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{opacity:1;text-decoration:underline}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #1c647a;--primary-hover: #174f61;--primary-dark: #123e4d;--primary-light: #E4ECEA;--accent: #ec6606;--accent-hover: #ff6a00;--accent-light: #FDE8DC;--bg: #F6F8F7;--surface: #ffffff;--surface-alt: #F6F8F7;--border: #E4ECEA;--text: #1A2020;--text-muted: #4D5C5C;--error: #ef4444;--confirm: #ec6606}html{scroll-behavior:smooth;font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto}a{color:var(--primary);text-decoration:none}a:hover{color:var(--accent)}.container{max-width:1120px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;border:none;text-align:center}.btn-accent{background:var(--accent);color:#fff!important}.btn-accent:hover{background:var(--accent-hover);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #ec66064d}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.section-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:.75rem}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--text);line-height:1.2;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--text-muted);max-width:640px;line-height:1.7}.reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-50px);transition:opacity .7s ease,transform .7s ease}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(50px);transition:opacity .7s ease,transform .7s ease}.reveal-right.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transform:scale(.9);transition:opacity .6s ease,transform .6s ease}.reveal-scale.visible{opacity:1;transform:scale(1)}.stagger>*{transition-delay:calc(var(--i, 0) * .1s)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:box-shadow .3s ease}.navbar.scrolled{box-shadow:0 2px 20px #0000000f}.navbar .container{display:flex;align-items:center;justify-content:space-between;height:72px}.navbar-logo{display:flex;align-items:center;gap:.6rem}.navbar-logo img{height:36px;width:36px;object-fit:contain}.navbar-logo .logo-text{font-size:1.15rem;font-weight:700;color:var(--text)}.navbar-links{display:flex;align-items:center;gap:2rem;list-style:none}.navbar-links a{font-size:.9rem;font-weight:500;color:var(--text-muted);transition:color .2s}.navbar-links a:hover{color:var(--primary)}.navbar-cta .btn,.navbar-app .btn{padding:.6rem 1.5rem;font-size:.9rem}.navbar-app .btn:hover{color:#fff}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.hamburger span{display:block;width:24px;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{padding:10rem 0 6rem;background:linear-gradient(160deg,var(--surface) 0%,var(--primary-light) 50%,var(--bg) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-40%;right:-20%;width:700px;height:700px;background:radial-gradient(circle,rgba(28,100,122,.07) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(236,102,6,.05) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{max-width:540px}.hero-badge{display:inline-block;background:var(--accent-light);color:var(--accent);font-size:.8rem;font-weight:700;padding:.4rem 1rem;border-radius:100px;margin-bottom:1.5rem;letter-spacing:.02em}.hero h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15;margin-bottom:1.5rem;color:var(--text)}.hero h1 span{color:var(--primary)}.hero p{font-size:1.15rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-mockup{background:var(--surface);border-radius:20px;box-shadow:0 20px 60px #1c647a1f,0 1px 3px #0000000a;padding:2rem;width:100%;max-width:420px;transform:perspective(800px) rotateY(-4deg) rotateX(2deg);transition:transform .5s ease}.hero-mockup:hover{transform:perspective(800px) rotateY(0) rotateX(0)}.mockup-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.mockup-avatar{width:36px;height:36px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.85rem;overflow:hidden}.mockup-avatar img{width:36px;height:36px;border-radius:50%;display:block;object-fit:cover}.mockup-name{font-weight:600;font-size:.9rem}.mockup-status{font-size:.75rem;color:#22c55e}.chat-bubble{padding:.8rem 1rem;border-radius:12px;font-size:.9rem;margin-bottom:.75rem;max-width:85%;line-height:1.5;animation:fadeInBubble .5s ease both}.chat-user{background:var(--primary);color:#fff;margin-left:auto;border-bottom-right-radius:4px}.chat-agent{background:var(--surface-alt);color:var(--text);border-bottom-left-radius:4px}@keyframes fadeInBubble{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-bubble:nth-child(2){animation-delay:.3s}.chat-bubble:nth-child(3){animation-delay:.6s}.chat-bubble:nth-child(4){animation-delay:.9s}.trust-bar{padding:3rem 0;background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center}.trust-bar p{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em}.trust-logos{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;opacity:.55}.trust-logos span{font-size:1.1rem;font-weight:700;color:var(--text-muted);letter-spacing:.02em}.shift{padding:6rem 0}.shift-header{text-align:center;margin-bottom:4rem}.shift-header .section-subtitle{margin:0 auto}.shift-grid{display:grid;grid-template-columns:1fr 56px 1fr;gap:1rem 2rem;align-items:stretch}.shift-col-header{font-weight:700;font-size:1rem;padding:.75rem 1.25rem;border-radius:8px;text-align:center;display:flex;align-items:center;justify-content:center}.shift-header-old{background:#fef2f2;color:#991b1b}.shift-header-new{background:#f0fdf4;color:#166534}.shift-item{background:var(--surface);padding:1.25rem 1.5rem;border-radius:12px;font-size:.95rem;border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease;display:flex;align-items:center}.shift-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000000d}.shift-item-old{border-left:3px solid #ef4444}.shift-item-new{border-left:3px solid #22c55e}.shift-arrow-cell{display:flex;align-items:center;justify-content:center}.shift-arrow-cell .arrow{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--accent-light);color:var(--accent);border-radius:50%;font-size:1.1rem;font-weight:700}.features{padding:6rem 0;background:var(--surface)}.features-header{text-align:center;margin-bottom:4rem}.features-header .section-subtitle{margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1c647a14}.feature-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem}.feature-icon-primary{background:var(--primary-light);color:var(--primary)}.feature-icon-accent{background:var(--accent-light);color:var(--accent)}.feature-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.feature-card p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.benefits{padding:6rem 0}.benefits-header{text-align:center;margin-bottom:4rem}.benefits-header .section-subtitle{margin:0 auto}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.benefit-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2.5rem;display:flex;gap:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #1c647a0f}.benefit-number{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem}.benefit-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.4rem}.benefit-card p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.roi{padding:6rem 0;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;position:relative;overflow:hidden}.roi:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%);border-radius:50%}.roi .container{position:relative;z-index:1}.roi-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.roi-content .section-label{color:var(--accent)}.roi-content .section-title{color:#fff}.roi-content p{color:#fffc;font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.roi-calc{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:2.5rem;backdrop-filter:blur(8px)}.roi-calc h3{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;color:#ffffffe6}.roi-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:.95rem}.roi-row:last-child{border-bottom:none}.roi-row .label{color:#ffffffb3}.roi-row .value{font-weight:700;font-size:1.1rem}.roi-highlight{border-top:2px solid rgba(255,255,255,.3);padding:1rem 0;margin-top:.5rem;display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#fff}.roi-highlight .big{font-size:1.5rem;color:var(--accent)}.roles{padding:6rem 0;background:var(--surface)}.roles-header{text-align:center;margin-bottom:4rem}.roles-header .section-subtitle{margin:0 auto}.roles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.role-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.role-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1c647a14}.role-icon{width:56px;height:56px;border-radius:50%;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.role-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.role-card .role-desc{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.5}.role-tag{display:inline-block;padding:.3rem .8rem;border-radius:100px;font-size:.75rem;font-weight:600}.pricing{padding:6rem 0}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-header .section-subtitle{margin:0 auto}.pricing-card{max-width:520px;margin:0 auto;background:var(--surface);border:2px solid var(--primary);border-radius:20px;padding:3rem;text-align:center;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #1c647a1f}.pricing-popular{position:absolute;top:1.25rem;right:-2rem;background:var(--accent);color:#fff;padding:.35rem 3rem;font-size:.75rem;font-weight:700;transform:rotate(35deg);letter-spacing:.04em}.pricing-amount{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin:1.5rem 0}.pricing-currency{font-size:1.5rem;font-weight:700;color:var(--text-muted)}.pricing-value{font-size:3.5rem;font-weight:800;color:var(--text);line-height:1}.pricing-period{font-size:1rem;color:var(--text-muted)}.pricing-billed{font-size:.85rem;color:var(--text-muted);margin-top:.4rem;margin-bottom:.75rem}.pricing-annual-alt{font-size:.9rem;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.65rem 1rem;margin-bottom:1.75rem;line-height:1.5}.pricing-annual-alt strong{color:var(--primary)}.pricing-features{list-style:none;text-align:left;margin-bottom:2rem}.pricing-features li{padding:.6rem 0;font-size:.95rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid var(--border)}.pricing-features li:last-child{border-bottom:none}.pricing-check{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#f0fdf4;color:#16a34a;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.cta{padding:6rem 0;text-align:center}.cta-card{background:linear-gradient(135deg,var(--primary-light) 0%,#d4e8e2 100%);border-radius:24px;padding:4rem 2rem;position:relative;overflow:hidden}.cta-card:before{content:"";position:absolute;top:-40%;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(28,100,122,.08) 0%,transparent 60%);border-radius:50%;pointer-events:none}.cta-card>*{position:relative;z-index:1}.cta h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin-bottom:1rem}.cta p{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem;max-width:520px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.contact{padding:6rem 0;background:var(--surface)}.contact-header{text-align:center;margin-bottom:4rem}.contact-header .section-subtitle{margin:0 auto}.contact-form-wrap{max-width:680px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2.5rem;box-shadow:0 4px 24px #0000000f}.contact-success{display:flex;flex-direction:column;align-items:center;gap:1rem;background:var(--primary-light);border:1px solid var(--primary);color:var(--primary-dark);border-radius:12px;padding:3rem 2rem;text-align:center;font-size:1rem}.contact-success-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--primary);color:#fff;border-radius:50%;font-size:1.4rem;flex-shrink:0}.crm-form{display:flex;flex-direction:column;gap:1.25rem}.crm-form-row{display:flex;flex-direction:column;gap:.5rem}.crm-form-row--half{flex-direction:row;gap:1rem}.crm-form-row--half .crm-form-field{flex:1}.crm-form-field{display:flex;flex-direction:column;gap:.4rem}.crm-form label{font-size:.875rem;font-weight:600;color:var(--text)}.crm-required{color:var(--accent)}.crm-form input[type=text],.crm-form input[type=email],.crm-form input[type=tel],.crm-form textarea{width:100%;padding:.65rem .9rem;border:1.5px solid var(--border);border-radius:8px;font-size:.95rem;color:var(--text);background:var(--bg);transition:border-color .2s,box-shadow .2s;font-family:inherit;box-sizing:border-box}.crm-form input:focus,.crm-form textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1c647a1f}.crm-form textarea{resize:vertical;min-height:110px}.crm-form-privacy{gap:.5rem}.crm-checkbox-label{display:flex;align-items:flex-start;gap:.6rem;font-size:.875rem;color:var(--text-muted);cursor:pointer}.crm-checkbox-label input[type=checkbox]{margin-top:2px;accent-color:var(--primary);flex-shrink:0}.crm-checkbox-label a{color:var(--primary)}.crm-error{font-size:.8rem;color:var(--error)}.crm-form-actions{padding-top:.5rem}.crm-submit{width:100%;font-size:1rem;padding:.85rem 2rem}.footer{padding:3rem 0;background:var(--text);color:#fff9}.footer .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.5rem}.footer-logo img{height:28px;width:28px;object-fit:contain;opacity:.9}.footer-logo .logo-text{font-size:1rem;font-weight:700;color:#fffc}.footer p{font-size:.85rem}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{font-size:.85rem;color:#fff9}.footer-links a:hover{color:#fff}@media(max-width:1024px){.features-grid,.roles-grid{grid-template-columns:repeat(2,1fr)}.navbar-links{display:none}.navbar-links.open{display:flex;flex-direction:column;position:absolute;top:72px;left:0;right:0;background:var(--surface);padding:1.5rem;border-bottom:1px solid var(--border);box-shadow:0 8px 24px #00000014;gap:1rem;z-index:999}.hamburger{display:flex}}@media(max-width:768px){.hero .container{grid-template-columns:1fr;text-align:center}.hero-content{max-width:100%}.hero-buttons{justify-content:center}.hero-mockup{transform:none;max-width:360px;margin:0 auto}.hero-mockup:hover{transform:none}.shift-grid{grid-template-columns:1fr;gap:.75rem}.shift-arrow-cell,.shift-header-spacer{display:none}.features-grid,.roles-grid,.benefits-grid,.roi-grid{grid-template-columns:1fr}.footer .container{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem}}@media(max-width:480px){.hero{padding:7rem 0 4rem}.hero h1{font-size:1.75rem}.pricing-card{padding:2rem 1.5rem}.crm-form-row--half{flex-direction:column}.contact-form-wrap{padding:1.5rem}}.usecase{padding:6rem 0;background:linear-gradient(180deg,var(--bg) 0%,var(--surface) 100%)}.usecase-header{text-align:center;margin-bottom:3.5rem}.usecase-header .section-subtitle{margin:0 auto}.usecase-steps{max-width:760px;margin:0 auto;display:flex;flex-direction:column}.usecase-step{display:grid;grid-template-columns:48px 52px 1fr;gap:0 1.25rem;align-items:start}.usecase-step-num{width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;font-weight:800;font-size:1.1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}.usecase-step:nth-child(4n+3) .usecase-step-num{background:var(--accent)}.usecase-step-icon{width:52px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.usecase-step:nth-child(4n+3) .usecase-step-icon{color:var(--accent)}.usecase-step-body{padding-bottom:.25rem}.usecase-step-body h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.usecase-step-body p{font-size:.95rem;color:var(--text-muted);line-height:1.7}.usecase-connector{width:2px;height:2rem;background:var(--border);margin:.35rem 0 .35rem 23px}@media(max-width:600px){.usecase-step{grid-template-columns:40px 44px 1fr;gap:0 .75rem}.usecase-step-num{width:40px;height:40px;font-size:1rem}.usecase-connector{margin-left:19px}}.faq{padding:5rem 0;background:var(--surface)}.faq-header{text-align:center;margin-bottom:2.5rem}.faq-list{max-width:780px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;font-size:1rem;font-weight:600;color:var(--text);cursor:pointer;list-style:none;user-select:none}.faq-question::-webkit-details-marker{display:none}.faq-icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:2px solid var(--primary);display:flex;align-items:center;justify-content:center;transition:transform .25s,background .2s;position:relative}.faq-icon:before,.faq-icon:after{content:"";position:absolute;background:var(--primary);border-radius:2px;transition:opacity .25s,transform .25s}.faq-icon:before{width:10px;height:2px}.faq-icon:after{width:2px;height:10px}details[open] .faq-icon{background:var(--primary);transform:rotate(45deg)}details[open] .faq-icon:before,details[open] .faq-icon:after{background:#fff}.faq-answer{padding:0 0 1.1rem;color:var(--text-muted);font-size:.95rem;line-height:1.7;max-width:680px}.faq-answer a{color:var(--primary);text-decoration:underline}
