@font-face{font-family:Roobert;font-style:normal;font-weight:400;src:url(/assets/Roobert-Regular-CwfzyKnQ.otf) format("opentype")}@font-face{font-family:Roobert;font-style:normal;font-weight:500;src:url(/assets/Roobert-Medium-BjbQ11N2.otf) format("opentype")}@font-face{font-family:Roobert;font-style:normal;font-weight:600;src:url(/assets/Roobert-SemiBold-Chmdvxv0.otf) format("opentype")}@font-face{font-family:Roobert;font-style:normal;font-weight:700;src:url(/assets/Roobert-Bold-EePrSB5X.otf) format("opentype")}:root{--primary-main: #032F42;--primary-dark: #021F2B;--primary-light: #E8EDEF;--secondary-main: #032F42;--secondary-light: #E8EDEF;--grey-50: #F7F7F3;--grey-100: #F7F7F3;--grey-200: #BCBCBC;--grey-500: #8F8F8F;--grey-600: #797979;--grey-700: #364152;--grey-900: #121926;--text-primary: var(--grey-900);--text-secondary: var(--grey-700);--text-muted: var(--grey-500);--background: #F7F7F3;--background-light: var(--grey-50);--border-radius: 8px;--border-radius-sm: 6px;--border-radius-lg: 12px;--font-family: "Roobert", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow-sm: 0 2px 8px rgba(18, 25, 38, .04);--shadow-md: 0 4px 16px rgba(18, 25, 38, .08);--shadow-lg: 0 8px 32px rgba(18, 25, 38, .12);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-family);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-primary)}h1{font-size:3.25rem;letter-spacing:-.025em;font-weight:600}h2{font-size:2.25rem;letter-spacing:-.02em;font-weight:600}h3{font-size:1.375rem;font-weight:600}h4{font-size:1.125rem;font-weight:600}p{font-size:1.0625rem;color:var(--text-secondary);line-height:1.65}@media (max-width: 768px){h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.125rem}p{font-size:.9375rem}}.nav{position:fixed;top:0;left:0;right:0;background-color:#f7f7f3f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;padding:1rem 0;transition:all .3s ease;border-bottom:1px solid transparent}.nav-scrolled{padding:.5rem 0;background-color:#f7f7f3;border-bottom:1px solid rgba(3,47,66,.08);box-shadow:0 2px 8px #032f420a}.nav-container{display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center}.logo-image{height:36px;width:auto;transition:all .3s ease}.nav-scrolled .logo-image{height:28px}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.9375rem;transition:color .2s ease;position:relative}.nav-link:hover{color:var(--primary-dark)}.mobile-menu-btn{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn span{width:24px;height:2px;background-color:var(--text-primary);transition:var(--transition)}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 768px){.nav-links{position:absolute;top:100%;left:0;right:0;background-color:#f7f7f3;flex-direction:column;padding:2rem;box-shadow:var(--shadow-lg);border-top:1px solid rgba(3,47,66,.08);opacity:0;pointer-events:none;transition:opacity .3s ease}.nav-links.active{opacity:1;pointer-events:all}.mobile-menu-btn{display:flex}}.hero{padding:7rem 0 6rem;background:var(--background);min-height:100vh;display:flex;align-items:center}.hero-content{max-width:750px;margin:0 auto;text-align:center;width:100%}.hero-badge{display:inline-block;padding:.375rem .875rem;background-color:var(--secondary-light);color:var(--primary-dark);border-radius:4px;font-size:.8125rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.08em}.hero-title{margin-bottom:1.5rem;margin-top:1.5rem;color:var(--primary-dark);font-size:3.5rem;line-height:1.2;font-weight:600;letter-spacing:-.02em}.hero-title .highlight-ai{font-weight:600;position:relative;display:inline-block;font-size:.85em;color:#4a9fbf}.hero-title .nowrap{white-space:nowrap}.hero-title .underline{position:relative;text-decoration:none;display:inline-block}.hero-title .underline:after{content:"";position:absolute;left:0;right:0;bottom:.05em;height:5px;background:#4a9fbf;border-radius:50%/100%;transform:scaleX(1.02) scaleY(1) skewY(-.5deg);clip-path:polygon(0% 100%,2% 40%,8% 20%,15% 10%,25% 5%,40% 0%,60% 0%,75% 5%,85% 15%,92% 30%,98% 60%,100% 100%)}.hero-subtitle{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.65;font-weight:400;max-width:1400px;margin-left:auto;margin-right:auto}.hero-subtitle .service-term{font-weight:600;color:var(--primary-dark);white-space:nowrap}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-bottom:3.5rem}.chat-input-container{display:flex;align-items:flex-end;max-width:600px;width:100%;min-height:80px;background:#fff;border:2px solid transparent;border-radius:16px;padding:1.25rem 1rem 1.25rem 1.5rem;box-shadow:0 4px 16px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;background-clip:padding-box}.chat-input-container:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:16px;padding:3px;background:conic-gradient(from var(--gradient-angle),rgba(3,47,66,.2) 0deg,rgba(74,159,191,.6) 60deg,rgba(74,159,191,1) 120deg,#4A9FBF 150deg,#6BC5E8 180deg,#4A9FBF 210deg,rgba(74,159,191,1) 240deg,rgba(74,159,191,.6) 300deg,rgba(3,47,66,.2) 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;animation:border-spin 2.5s linear infinite;pointer-events:none;filter:brightness(1.2)}@property --gradient-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes border-spin{0%{--gradient-angle: 0deg}to{--gradient-angle: 360deg}}.chat-input-container:hover{box-shadow:0 8px 32px #4a9fbf33;transform:translateY(-2px)}.chat-input-container:hover:before{background:conic-gradient(from var(--gradient-angle),rgba(3,47,66,.3) 0deg,rgba(74,159,191,.8) 60deg,#4A9FBF 120deg,#6BC5E8 150deg,#87D4F2 180deg,#6BC5E8 210deg,#4A9FBF 240deg,rgba(74,159,191,.8) 300deg,rgba(3,47,66,.3) 360deg);filter:brightness(1.4)}.chat-input-container:focus-within{border-color:#4a9fbf;box-shadow:0 4px 12px #4a9fbf26}.chat-input{flex:1;border:none;outline:none;font-size:1.0625rem;color:var(--primary-dark);background:transparent;font-family:inherit;cursor:pointer;line-height:1.5;resize:none;overflow:hidden}.chat-input::placeholder{color:#032f4266}.chat-submit-btn{flex-shrink:0;width:36px;height:36px;border-radius:8px;border:none;background:var(--primary-dark);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.chat-submit-btn:hover{background:#2c7a9b;transform:translateY(-1px)}.chat-submit-btn:active{transform:translateY(0)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{position:relative;background:#f7f7f3;border-radius:12px;width:100%;max-width:600px;min-height:500px;max-height:90vh;box-shadow:0 20px 60px #0000004d;overflow:auto}.modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;border:none;background:#032f42;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 8px #00000026;transition:all .2s ease}.modal-close:hover{background:#021f2b;transform:scale(1.05)}.modal-header{padding:2rem 2rem 0rem;text-align:center}.modal-title{font-size:1.5rem;font-weight:600;color:var(--primary-dark);margin-bottom:.75rem;line-height:1.3}.modal-description{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin:0}.tally-embed-container{width:100%;height:100%;padding:1rem 2rem 2rem}.modal-content iframe{width:100%;height:100%;border:none}.modal-content{--tally-primary: #032F42;--tally-primary-hover: #021F2B;--tally-background: #F7F7F3;--tally-text: #364152;--tally-input-border: rgba(3, 47, 66, .2);--tally-input-background: #ffffff}.hero-stats{display:flex;justify-content:center;align-items:center;gap:5rem;padding-top:2.5rem;margin-top:3.5rem;border-top:1px solid rgba(3,47,66,.12);max-width:900px;margin-left:auto;margin-right:auto}.stat{text-align:center;flex:1;min-width:0}.stat-value{font-size:1.75rem;font-weight:600;color:var(--primary-dark);margin-bottom:.375rem;letter-spacing:-.01em}.stat-label{font-size:.8125rem;color:var(--text-secondary);font-weight:500}@media (max-width: 768px){.hero{padding:6rem 0 5rem;min-height:100vh}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column;align-items:center;padding:0 1rem}.hero-cta .btn{min-width:200px}.chat-input-container{max-width:100%;min-height:70px;padding:1rem .75rem 1rem 1.25rem}.chat-input{font-size:.9375rem}.hero-stats{gap:2.5rem;flex-wrap:wrap}.stat-value{font-size:1.5rem}.modal-overlay{padding:1.5rem}.modal-content{max-width:100%;min-height:auto;max-height:75vh;overflow-y:auto}.modal-close{position:sticky;top:.5rem;right:.5rem;width:36px;height:36px;float:right;margin-bottom:-40px}.tally-embed-container{padding:.5rem 1.25rem 1.25rem}.modal-header{padding:3rem 1.25rem .5rem}.modal-title{font-size:1.125rem;margin-bottom:.5rem}.modal-description{font-size:.875rem}}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.problem-card{background-color:#fff;padding:1.75rem 1.5rem;border-radius:var(--border-radius);border:1px solid rgba(3,47,66,.1);transition:all .2s ease;opacity:0;transform:translateY(20px)}.problem-card:hover{border-color:#032f4233;box-shadow:0 4px 12px #032f4214}.problem-icon{font-size:2rem;margin-bottom:.875rem}.problem-title{margin-bottom:.625rem;color:var(--text-primary);font-size:1.125rem}.problem-description{font-size:.9375rem;color:var(--text-secondary);line-height:1.6}.solution-section{position:relative;overflow:hidden}.solution-steps-container{display:flex;flex-direction:column;gap:2rem;max-width:880px;margin:0 auto;position:relative;padding:1.5rem 0}.timeline-line{position:absolute;left:36px;top:36px;bottom:36px;width:2px;background:#032f4226;z-index:0}.solution-step{display:flex;gap:1.5rem;position:relative;opacity:0;transform:translateY(20px);transition:all .4s ease}.solution-step.step-visible{opacity:1;transform:translateY(0)}.solution-step:nth-child(2){transition-delay:.08s}.solution-step:nth-child(3){transition-delay:.16s}.solution-step:nth-child(4){transition-delay:.24s}.solution-step:nth-child(5){transition-delay:.32s}.step-number-wrapper{flex-shrink:0;z-index:1}.step-number{width:72px;height:72px;background:var(--primary-dark);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;position:relative;transition:all .2s ease}.solution-step:hover .step-number{background:var(--primary-main)}.step-count{font-size:2rem;font-weight:600;color:#fff;line-height:1}.step-card{flex:1;background:#fff;border-radius:var(--border-radius);overflow:hidden;transition:all .2s ease;border:1px solid rgba(3,47,66,.1)}.solution-step:hover .step-card{border-color:#032f4233;box-shadow:0 4px 12px #032f4214}.step-card-header{padding:1.75rem 1.75rem 0}.step-title{font-size:1.25rem;font-weight:600;color:var(--primary-dark);margin:0;letter-spacing:-.01em}.step-card-body{padding:1.75rem}.step-description{font-size:.9375rem;line-height:1.65;color:var(--text-secondary);margin:0 0 1.25rem}.step-details{background:var(--grey-50);padding:1rem 1.25rem;border-radius:var(--border-radius-sm);border-left:2px solid var(--primary-main)}.step-details p{margin:0;font-size:.875rem;line-height:1.6;color:var(--text-secondary);font-weight:400}@media (max-width: 968px){.solution-steps-container{gap:1.75rem;padding:1rem 0}.timeline-line{left:30px;top:30px;bottom:30px}.solution-step{gap:1.25rem}.step-number{width:60px;height:60px}.step-count{font-size:1.75rem}.step-card-header{padding:1.5rem 1.5rem 0}.step-title{font-size:1.125rem}.step-card-body{padding:1.5rem}.step-description{font-size:.875rem}.step-details{padding:.875rem 1rem}}@media (max-width: 640px){.solution-steps-container{gap:1.5rem}.timeline-line{left:24px;top:24px;bottom:24px;width:2px}.solution-step{gap:1rem}.step-number{width:48px;height:48px}.step-count{font-size:1.5rem}.step-card-header{padding:1.25rem 1.25rem 0}.step-title{font-size:1.0625rem}.step-card-body{padding:1.25rem}.step-description{font-size:.8125rem;margin-bottom:1rem}.step-details{padding:.75rem .875rem}.step-details p{font-size:.8125rem}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto}.feature-card{background:#fff;padding:2rem 1.75rem;border-radius:var(--border-radius);border:1px solid rgba(3,47,66,.1);transition:all .2s ease;opacity:0;transform:translateY(20px);position:relative}.feature-card:hover{border-color:#032f4233;box-shadow:0 4px 12px #032f4214}.feature-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--primary-light);color:var(--primary-dark);border-radius:var(--border-radius-sm);font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;transition:all .2s ease}.feature-card:hover .feature-number{background:var(--primary-dark);color:#fff}.feature-title{margin-bottom:.75rem;color:var(--text-primary);font-size:1.25rem;font-weight:600;line-height:1.35}.feature-description{font-size:.9375rem;color:var(--text-secondary);line-height:1.65;margin:0}@media (max-width: 768px){.features-grid{grid-template-columns:1fr;gap:1.25rem}.feature-card{padding:1.75rem 1.5rem}.feature-number{width:44px;height:44px;font-size:1.125rem;margin-bottom:1rem}.feature-title{font-size:1.125rem}.feature-description{font-size:.875rem}}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.benefit-card{position:relative;padding:0}.benefit-number{font-size:3rem;font-weight:600;color:var(--primary-main);opacity:.2;line-height:1;margin-bottom:.875rem;letter-spacing:-.02em}.benefit-title{margin-bottom:.75rem;color:var(--text-primary);font-size:1.25rem}.benefit-description{font-size:.9375rem;color:var(--text-secondary);line-height:1.65}.use-cases{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.use-case{background-color:#fff;padding:2rem 1.75rem;border-radius:var(--border-radius);border:1px solid rgba(3,47,66,.1);text-align:center;transition:all .2s ease;opacity:0;transform:translateY(20px)}.use-case:hover{border-color:#032f4233;box-shadow:0 4px 12px #032f4214}.use-case-icon{font-size:2.5rem;margin-bottom:1.25rem}.use-case-title{margin-bottom:.75rem;color:var(--text-primary);font-size:1.125rem}.use-case-description{font-size:.9375rem;color:var(--text-secondary);line-height:1.6}.cta-section{background:var(--background);color:var(--text-primary)}.cta-content{max-width:680px;margin:0 auto;text-align:center}.cta-title{color:var(--primary-dark);margin-bottom:.875rem}.cta-subtitle{font-size:1.0625rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.tally-form-wrapper{width:100%;max-width:100%;margin:0 auto}.tally-form-wrapper iframe{border:none;width:100%}.footer{background-color:var(--background);color:var(--primary-dark);padding:3rem 0}.footer-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.footer-brand{flex:1}.footer-logo{margin-bottom:.5rem}.footer-logo-image{height:28px;width:auto}.footer-tagline{color:var(--text-secondary);font-size:.875rem;line-height:1.6;margin:0}.footer-social{display:flex;gap:1.5rem;justify-content:center;flex:1}.footer-contact-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary);text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-contact-link svg{flex-shrink:0}.footer-contact-link:hover{color:var(--primary-dark)}.footer-copyright{flex:1;text-align:right}.footer-copyright p{color:var(--text-secondary);font-size:.8125rem;margin:0}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:flex-start;gap:2rem}.footer-brand{width:100%}.footer-social{width:100%;justify-content:flex-start;flex-direction:column;gap:.75rem}.footer-copyright{width:100%;text-align:left}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0;background-color:var(--background)}.section-header{text-align:center;max-width:760px;margin:0 auto 3.5rem}.section-badge{display:inline-block;padding:.375rem .875rem;background-color:var(--secondary-light);color:var(--primary-dark);border-radius:4px;font-size:.8125rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.08em}.section-title{margin-bottom:.875rem}.section-subtitle{font-size:1.0625rem;color:var(--text-secondary);line-height:1.6}@media (max-width: 768px){.section{padding:3.5rem 0}.section-header{margin-bottom:2.5rem}}.btn{display:inline-block;padding:.875rem 1.5rem;border-radius:var(--border-radius-sm);font-weight:500;font-size:.9375rem;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;text-align:center;font-family:var(--font-family)}.btn-primary{background-color:var(--primary-main);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);box-shadow:0 2px 8px #032f4233}.btn-secondary{background-color:transparent;color:var(--primary-main);border:1.5px solid var(--primary-main)}.btn-secondary:hover{background-color:var(--primary-main);color:#fff}.btn-large{padding:1rem 2rem;font-size:1rem}.btn-full{width:100%}
