.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #0000000d;transition-property:background-color,box-shadow;transition-duration:.3s;transition-timing-function:ease;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:#fffffffa;box-shadow:0 4px 20px #0000000d}.navbar-backdrop{display:none}.navbar-container{z-index:2;justify-content:space-between;align-items:center;max-width:1440px;min-height:82px;margin:0 auto;padding:1.75rem 2rem;display:flex;position:relative}.navbar-logo{color:var(--primary);flex-shrink:0;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.navbar-logo img{object-fit:contain;width:clamp(170px,16vw,260px);height:auto;max-height:50px;display:block}.navbar-menu{align-items:center;gap:2.5rem;display:flex}.navbar-links{align-items:center;gap:2rem;display:flex}@media (width<=1280px){.navbar-container{gap:20px;padding:1.4rem 1.5rem}.navbar-logo img{width:clamp(155px,14vw,220px);max-height:42px}.navbar-menu{gap:1.5rem}.navbar-links{gap:1.25rem}.navbar-actions{gap:1rem;margin-left:.35rem}.navbar-cta{padding:.6rem 1.2rem}}.navbar-link{color:var(--text-gray);font-size:.9375rem;font-weight:500;transition-property:color;transition-duration:.2s;transition-timing-function:ease;position:relative}.navbar-link:hover,.navbar-link.active{color:var(--primary)}.navbar-link:after{content:"";background:var(--primary);width:0;height:2px;transition-property:width;transition-duration:.3s;transition-timing-function:ease;position:absolute;bottom:-4px;left:0}.navbar-link:hover:after,.navbar-link.active:after{width:100%}.navbar-actions{align-items:center;gap:1.3rem;margin-left:.75rem;display:flex}.navbar-actions-divider{background:linear-gradient(#0f2a4a00 0%,#0f2a4a38 25% 75%,#0f2a4a00 100%);flex-shrink:0;width:1.5px;height:40px}.navbar-cta{white-space:nowrap;padding:.625rem 1.5rem;font-size:.9375rem;top:0}.navbar-client-utility{flex-direction:column;align-items:flex-start;gap:.45rem;display:flex}.navbar-client-shortcut{color:#0f4c9e;letter-spacing:.01em;white-space:nowrap;background:#0070f314;border:1px solid #0070f33d;border-radius:12px;align-items:center;gap:.45rem;padding:.6rem 1rem;font-size:.84rem;font-weight:600;transition:border-color .2s,background-color .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:inset 0 1px #ffffff8c}.navbar-client-shortcut:hover{color:#0a4188;background:#0070f324;border-color:#0070f361;transform:translateY(-1px);box-shadow:0 6px 16px #0070f329,inset 0 1px #ffffff80}.navbar-client-shortcut:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.navbar-client-shortcut-arrow{opacity:.7;font-size:.8rem}.navbar-toggle{cursor:pointer;flex-direction:column;gap:5px;padding:.5rem;display:none}.navbar-toggle span{background:var(--primary);transform-origin:50%;backface-visibility:hidden;width:24px;height:2px;transition-property:transform,opacity,visibility;transition-duration:.3s;transition-timing-function:ease;display:block}.navbar-toggle.active span:first-child{transform:rotate(45deg)translateY(7px)}.navbar-toggle.active span:nth-child(2){opacity:0;visibility:hidden;transform:scaleX(0)}.navbar-toggle.active span:nth-child(3){transform:rotate(-45deg)translateY(-7px)}@media (width<=1024px){.navbar-container{min-height:68px;padding:1.2rem 1.5rem}.navbar-logo img{width:220px;max-height:40px}.navbar-toggle{display:flex}.navbar-menu{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;visibility:hidden;overscroll-behavior:contain;background:#fffffffa;border-bottom:1px solid #0000000d;flex-direction:column;gap:1rem;padding:1.5rem;transition-property:transform,opacity,visibility;transition-duration:.3s;transition-timing-function:ease;position:fixed;top:68px;left:0;right:0;transform:translateY(-100%);box-shadow:0 10px 30px #0000001a}.navbar-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.navbar-backdrop{z-index:999;-webkit-tap-highlight-color:transparent;touch-action:none;overscroll-behavior:contain;opacity:0;visibility:hidden;pointer-events:none;background:#050a1694;border:0;min-width:0;min-height:0;padding:0;transition:opacity .22s,visibility .22s;display:block;position:fixed;inset:68px 0 0}.navbar-backdrop.active{opacity:1;visibility:visible;pointer-events:auto}.navbar-links{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.navbar-link{width:100%;padding:.5rem 0;font-size:1.125rem}.navbar-link:hover{color:var(--text-gray)}.navbar-link.active{color:var(--primary)}.navbar-link:hover:after{width:0}.navbar-link.active:after{width:100%}.navbar-cta{width:100%;margin-top:0}.navbar-actions{flex-direction:column;align-items:stretch;gap:.75rem;width:100%;margin-left:0;display:flex}.navbar-actions-divider{display:none}.navbar-client-utility{align-items:stretch;gap:.45rem;width:100%}.navbar-client-utility-label{font-size:.75rem}.navbar-client-shortcut{justify-content:center;width:100%;padding:.75rem 1rem;font-size:.95rem}}@media (width<=640px){.navbar-container{min-height:62px;padding:.625rem 1rem}.navbar-logo img{width:180px;max-height:34px}.navbar-menu,.navbar-backdrop{top:62px}}@media (width<=360px){.navbar-container{gap:.5rem;min-height:58px;padding:.5rem .75rem}.navbar-logo img{width:158px;max-height:30px}.navbar-toggle{padding:.375rem}.navbar-toggle span{width:22px}.navbar-menu{padding:1rem .875rem;top:58px}.navbar-backdrop{top:58px}.navbar-links{gap:.875rem}.navbar-link{font-size:1rem}.navbar-cta,.navbar-client-shortcut{white-space:normal;min-width:0;padding:.75rem .875rem;font-size:.9rem}}.footer{color:var(--text-light);background:#374151;margin-top:0;padding:4rem 0 2rem}.footer-container{max-width:1440px;margin:0 auto;padding:0 2rem}.footer-content{border-bottom:1px solid #ffffff1a;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding-bottom:3rem;display:grid}.footer-column h4{color:var(--text-light);margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.footer-logo{margin-bottom:1rem}.footer-logo img{width:auto;height:30px;display:block}.footer-description{color:#ffffffb3;margin-bottom:1rem;line-height:1.7}.footer-trust-line{color:#ffffffd1;border-left:2px solid #53b0ffb3;padding-left:.875rem;font-size:.875rem;font-weight:700;line-height:1.5;display:inline-flex}.footer-links{flex-direction:column;gap:.875rem;display:flex}.footer-link{color:#ffffffb3;transition-property:color,transform;transition-duration:.2s;transition-timing-function:ease;display:inline-block}.footer-link:hover{color:var(--text-light);transform:translate(4px)}.footer-contact-item{color:#ffffffb3;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.footer-contact-item svg{flex-shrink:0;margin-top:2px}.footer-spotify-link{border-radius:var(--radius-sm);width:fit-content;color:var(--text-light);background:#ffffff0f;border:1px solid #53b0ff47;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem .875rem;font-size:.875rem;font-weight:700;transition:border-color .2s,background-color .2s,transform .2s;display:inline-flex}.footer-spotify-link:hover{background:#1a73e838;border-color:#53b0ff8c;transform:translateY(-2px)}.footer-spotify-link svg{flex-shrink:0}.footer-social{gap:1rem;margin-top:1.5rem;display:flex}.footer-social-link{width:40px;height:40px;color:var(--text-light);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition-property:background-color,transform;transition-duration:.2s;transition-timing-function:ease;display:flex}.footer-social-link:hover{background:var(--primary);transform:translateY(-3px)}.footer-newsletter{margin-top:1.5rem}.footer-newsletter-form{gap:.5rem;margin-top:1rem;display:flex}.footer-newsletter-input{border-radius:var(--radius-sm);color:var(--text-light);background:#ffffff0d;border:1px solid #fff3;flex:1;padding:.75rem 1rem;font-size:.9375rem;transition-property:border-color,background-color;transition-duration:.2s;transition-timing-function:ease}.footer-newsletter-input::placeholder{color:#ffffff80}.footer-newsletter-input:focus{border-color:var(--primary);background:#ffffff1a;outline:none}.footer-newsletter-button{background:var(--primary);color:var(--text-light);border-radius:var(--radius-sm);padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition-property:background-color,transform;transition-duration:.2s;transition-timing-function:ease}.footer-newsletter-button:hover{background:var(--primary-light);transform:translateY(-1px)}.footer-bottom{color:#fff9;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-link{color:#fff9;transition-property:color;transition-duration:.2s;transition-timing-function:ease}.footer-bottom-link:hover{color:var(--text-light)}@media (width<=768px){.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.footer-bottom-links{flex-direction:column;gap:.75rem}.footer-newsletter-form{flex-direction:column}}@media (width<=360px){.footer{padding:2.5rem 0 1.25rem}.footer-container{padding:0 .875rem}.footer-content{grid-template-columns:minmax(0,1fr);gap:2rem;padding-bottom:2rem}.footer-logo img{max-width:180px;height:auto}.footer-description,.footer-link,.footer-contact-item,.footer-bottom{overflow-wrap:anywhere}.footer-contact-item{gap:.625rem}.footer-bottom{padding-top:1.5rem;font-size:.8125rem}}.home{padding-top:50px}.hero{background:linear-gradient(135deg,#0a0a0f 0%,#1a1a2e 50%,#0a0a0f 100%);align-items:center;min-height:80vh;max-height:850px;display:flex;position:relative;overflow:hidden}.hero-background{opacity:.6;background-image:radial-gradient(circle at 20%,#1a73e81a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#4285f414 0%,#0000 50%),radial-gradient(circle at 50% 80%,#1a73e80f 0%,#0000 50%);position:absolute;inset:0}.hero-grid{opacity:.3;background-image:linear-gradient(#1a73e808 1px,#0000 1px),linear-gradient(90deg,#1a73e808 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.floating-elements{pointer-events:none;position:absolute;inset:0}.floating-square{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a73e866 0%,#4285f433 100%);border-radius:8px;animation:20s ease-in-out infinite float-drift;position:absolute}.floating-square:first-child{width:80px;height:80px;animation-duration:15s;animation-delay:0s;top:15%;left:10%}.floating-square:nth-child(2){width:120px;height:120px;animation-duration:18s;animation-delay:2s;top:60%;left:15%}.floating-square:nth-child(3){width:60px;height:60px;animation-duration:20s;animation-delay:4s;top:25%;right:20%}.floating-square:nth-child(4){width:100px;height:100px;animation-duration:16s;animation-delay:1s;bottom:20%;right:15%}.floating-square:nth-child(5){width:70px;height:70px;animation-duration:22s;animation-delay:3s;top:50%;right:10%}@keyframes float-drift{0%,to{opacity:.4;transform:translate(0)rotate(0)}25%{opacity:.6;transform:translate(20px,-20px)rotate(5deg)}50%{opacity:.5;transform:translate(-10px,10px)rotate(-3deg)}75%{opacity:.7;transform:translate(15px,-15px)rotate(4deg)}}.hero-container-wrapper{z-index:1;text-align:center;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.hero-content{z-index:1;max-width:900px;margin:0 auto;padding:8rem 0;position:relative}.hero-badge{color:var(--accent-blue);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a73e826;border:1px solid #1a73e84d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.hero h1{color:#fff;letter-spacing:-.02em;max-width:18ch;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:clamp(2rem,5.2vw,4.25rem);font-weight:800;line-height:1.1}.hero h1 .highlight{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#ffffffb3;max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.7}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.hero-cta .btn-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);padding:1rem 2rem;font-size:1.0625rem;box-shadow:0 8px 24px #1a73e866}.hero-cta .btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;padding:1rem 2rem;font-size:1.0625rem}.hero-cta .btn-secondary:hover{background:#ffffff26;border-color:#ffffff4d}.hero-social-proof{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.hero-social-proof-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem}.hero-trust-logos-marquee{--marquee-gap:clamp(1.75rem, 4.5vw, 4rem);width:100%;max-width:900px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.marquee-track{will-change:transform;width:max-content;max-width:none;animation:40s linear infinite scroll-marquee;display:flex;transform:translate(0,0)}.marquee-group{justify-content:flex-start;align-items:center;gap:var(--marquee-gap);padding-right:var(--marquee-gap);flex:none;display:flex}.marquee-logo{flex:none;justify-content:center;align-items:center;width:168px;height:5rem;display:inline-flex}.marquee-logo img{width:min(var(--logo-width,150px), 100%);object-fit:contain;opacity:.5;filter:grayscale()brightness(.85)invert();flex:none;max-width:100%;max-height:100%;transition:opacity .4s}.marquee-logo img:hover{opacity:1}@keyframes scroll-marquee{0%{transform:translate(0,0)}to{transform:translate(-25%)}}.trust-section{background:linear-gradient(135deg,#f4f4f2 0%,#fbfbfa 55%,#f1f1ef 100%);border-top:1px solid #0f2a4a14;border-bottom:1px solid #0f2a4a14;padding:5rem 0}.trust-header{text-align:center;margin-bottom:3rem}.trust-header h3{color:var(--primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.trust-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;display:grid}.trust-stat{text-align:center;background:var(--neutral-light);border:1px solid var(--border-color-light);border-radius:var(--radius-lg);padding:2rem 1.5rem;transition-property:transform,box-shadow;transition-duration:.3s;transition-timing-function:ease;box-shadow:0 4px 12px #1c74e914}.trust-stat:hover{transform:translateY(-5px);box-shadow:0 8px 24px #1a73e826}.trust-stat-number{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800}.trust-stat-label{color:var(--text-gray);font-size:1rem;font-weight:500}.services-section{isolation:isolate;z-index:3;background:#fff;padding:6rem 0;position:relative;overflow:visible}.services-section:before{content:"";background:linear-gradient(90deg,#0000 0%,#1a73e833 50%,#0000 100%);width:80%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.services-section .container{z-index:1;position:relative}.services-ribbons{pointer-events:none;z-index:0;width:100%;max-width:100%;position:absolute;inset:-120px 0 -140px;overflow:hidden}.services-ribbon-svg{width:100%;max-width:100%;position:absolute;left:0;overflow:visible;transform:none}.services-ribbon-svg-top{opacity:.82;height:360px;top:-36px}.services-ribbon-svg-bottom{opacity:.78;height:330px;bottom:-90px}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-label{color:var(--primary);background:#1a73e814;border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.section-header h2{margin-bottom:1rem}.section-header p{font-size:1.125rem}.section-intro{text-align:center;max-width:900px;margin:0 auto 3rem}.section-eyebrow{color:var(--text-gray);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.875rem}.section-intro h3{margin-bottom:1rem;font-size:2rem;line-height:1.3}.section-intro h3 .highlight{color:var(--primary)}@media (width<=1024px){.services-ribbons{inset:-90px 0 -110px}.services-ribbon-svg-top{height:300px;top:-24px}.services-ribbon-svg-bottom{height:280px;bottom:-70px}}@media (width<=768px){.services-ribbons{inset:-60px 0 -84px}.services-ribbon-svg-top{height:230px}.services-ribbon-svg-bottom{height:210px;bottom:-52px}}.services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.service-category-tabs{border-radius:var(--radius-lg);background:#f3f3f1;border:1px solid #0f2a4a1a;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;max-width:960px;margin:0 auto 2rem;padding:.5rem;display:grid}.service-category-tab{border-radius:var(--radius-md);min-height:56px;color:var(--text-gray);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:.625rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:700;line-height:1.2;transition-property:background-color,border-color,box-shadow,color,transform;transition-duration:.25s;transition-timing-function:ease;display:inline-flex}.service-category-tab svg{flex:none}.service-category-tab:hover{color:var(--primary);background:#ffffffb8}.service-category-tab.active{color:#fff;background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);border-color:#1a73e81a;transform:translateY(-1px);box-shadow:0 10px 24px #1a73e838}.service-category-panel{animation:.38s both service-panel-switch}.service-category-summary{color:var(--text-gray);text-align:center;justify-content:center;align-items:center;gap:1rem;margin:0 auto 2rem;display:flex}.service-category-summary span{color:var(--primary);text-transform:uppercase;letter-spacing:.04em;background:#1a73e814;border-radius:50px;flex:none;padding:.375rem .75rem;font-size:.8125rem;font-weight:700}.service-category-summary p{margin:0;font-size:1rem}.service-category-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}@keyframes service-panel-switch{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.service-card{border-radius:var(--radius-lg);border:1px solid var(--border-color-light);background:#fff;padding:2rem;transition-property:transform,box-shadow,border-color;transition-duration:.3s;transition-timing-function:ease;position:relative;overflow:hidden}.service-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 24px #1a73e826}.service-icon{border-radius:var(--radius-md);width:48px;height:48px;color:var(--primary);background:#1a73e814;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-card h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem}.service-card p{color:var(--text-gray);margin-bottom:0;font-size:.9375rem;line-height:1.6}.services-section-actions{text-align:center;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.why-choose-section{background:linear-gradient(135deg,#f9fafb 0%,#fff 100%);padding:6rem 0;position:relative;overflow:hidden}.why-choose-section:before{content:"";background:radial-gradient(circle,#1a73e814 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-10%;right:-5%}.why-choose-content{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);align-items:center;gap:5rem;display:grid}.why-choose-left{position:relative}.why-choose-left h2{margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.why-choose-left p{color:var(--text-gray);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.why-choose-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-top:3rem;display:grid}.why-stat-card{border-radius:var(--radius-lg);border:2px solid var(--border-color-light);background:#fff;padding:2rem;transition-property:transform,box-shadow,border-color;transition-duration:.3s;transition-timing-function:ease}.why-stat-card:hover{box-shadow:var(--shadow-blue);border-color:var(--primary);transform:translateY(-4px)}.why-stat-number{color:var(--primary);overflow-wrap:anywhere;margin-bottom:.5rem;font-size:clamp(1.75rem,7vw,2.5rem);font-weight:800;line-height:1.1}.why-stat-number .star{color:#f59e0b;letter-spacing:.03em;white-space:nowrap;margin-top:.5rem;font-size:clamp(1.125rem,2vw,2.5rem);font-weight:700;line-height:1;display:block}.why-stat-rating-number{text-wrap:nowrap}.why-stat-label{color:var(--text-gray);font-size:.9375rem;font-weight:500}.why-choose-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.why-card{border-radius:var(--radius-lg);background:#fff;border:1px solid #1a73e81a;padding:2rem;transition-property:transform,box-shadow;transition-duration:.3s;transition-timing-function:ease;position:relative}.why-card:hover{box-shadow:var(--shadow-blue);transform:translateY(-8px)}.why-card-icon{border-radius:var(--radius-md);width:56px;height:56px;color:var(--primary);background:linear-gradient(135deg,#1a73e81a 0%,#4285f40d 100%);justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.why-card h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem}.why-card p{color:var(--text-gray);font-size:.9375rem;line-height:1.6}.testimonials-section{background:linear-gradient(135deg,#0a0a0f 0%,#1a1a2e 50%,#0a0a0f 100%);padding:6rem 0;position:relative;overflow:hidden}.testimonials-section:before{content:"";background-image:radial-gradient(circle at 20% 30%,#1a73e826 0%,#0000 50%),radial-gradient(circle at 80% 70%,#4285f41a 0%,#0000 50%);position:absolute;inset:0}.testimonials-header{text-align:center;z-index:1;margin-bottom:4rem;position:relative}.testimonials-header h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.testimonials-header p{color:#fffc;font-size:1.125rem}.testimonials-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.testimonial-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);background:#ffffff1a;border:1px solid #fff3;padding:2.5rem;transition-property:transform,background-color;transition-duration:.3s;transition-timing-function:ease}.testimonial-card:nth-child(2){transform:translateY(2rem)}.testimonial-card:hover{background:#ffffff26;transform:translateY(-8px)}.testimonial-rating{color:#fbbf24;gap:.25rem;margin-bottom:1.5rem;display:flex}.testimonial-text{color:#fff;margin-bottom:2rem;font-size:1rem;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:1rem;display:flex}.testimonial-avatar{color:#fff;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.125rem;font-weight:700;display:flex}.testimonial-info h4{color:#fff;margin-bottom:.25rem;font-size:1rem}.testimonial-info p{color:#ffffffb3;font-size:.875rem}.industries-section{background:linear-gradient(135deg,#f9fafb 0%,#fff 100%);padding:6rem 0;position:relative;overflow:hidden}.industries-section:before{content:"";background:radial-gradient(circle,#1a73e80f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:0;left:-10%}.industries-header{text-align:center;margin-bottom:4rem}.industries-header h2{margin-bottom:1rem;font-size:2.5rem}.industries-header p{color:var(--text-gray);font-size:1.125rem}.industries-flow{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:900px;margin:0 auto;display:flex}.industry-badge{color:var(--text-dark);cursor:pointer;background:#fff;border:2px solid #1a73e826;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 1.75rem;font-size:1rem;font-weight:600;transition-property:transform,background-color,border-color,box-shadow;transition-duration:.3s;transition-timing-function:ease;display:inline-flex}.industry-badge:hover{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);color:#fff;border-color:var(--primary);transform:translateY(-4px)scale(1.05);box-shadow:0 8px 24px #1a73e84d}.industry-badge svg{transition-property:transform;transition-duration:.3s;transition-timing-function:ease}.industry-badge:hover svg{transform:scale(1.1)}.industry-process-divider{z-index:4;pointer-events:none;height:170px;margin-top:-36px;margin-bottom:-34px;position:relative;overflow:hidden}.industry-process-divider-svg{width:100%;max-width:100%;height:100%;margin-left:0;display:block;overflow:visible;transform:none}@media (width<=1024px){.industry-process-divider{height:136px;margin-top:-30px;margin-bottom:-28px}}@media (width<=768px){.industry-process-divider{height:108px;margin-top:-20px;margin-bottom:-22px}.industry-process-divider-svg{opacity:.88;width:min(220%,1500px)}.why-choose-stats{gap:.875rem;margin-top:2rem}.why-stat-card{padding:1.25rem}}@media (width<=480px){.services-section{overflow:hidden}.trust-stats{grid-template-columns:1fr;gap:1rem}.trust-stat{padding:1.25rem 1rem}.why-choose-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:1.75rem}.why-stat-card{aspect-ratio:1;text-align:center;border-width:1px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:0;padding:.75rem .5rem;display:flex}.why-stat-card:hover{transform:none}.why-stat-number{margin-bottom:0;font-size:clamp(1.35rem,6vw,1.75rem)}.why-stat-number .star{display:none}.why-stat-label{text-align:center;max-width:7.25rem;font-size:.8125rem;line-height:1.35}.industry-process-divider{overflow:hidden}.industry-process-divider-svg{width:100%}}.process-section{background:linear-gradient(135deg,#f5f5f3 0%,#fbfbfa 50%,#f2f2f0 100%);padding:6rem 0}.process-header{text-align:center;margin-bottom:4rem}.process-header h2{margin-bottom:1rem;font-size:2.5rem}.process-header p{color:var(--text-gray);max-width:700px;margin:0 auto;font-size:1.125rem}.process-timeline{grid-template-columns:repeat(5,1fr);gap:2rem;margin-top:3rem;display:grid;position:relative}.process-timeline:before{content:"";background:linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 50%, var(--primary) 100%);z-index:0;height:2px;position:absolute;top:12%;left:10%;right:10%}.process-step{text-align:center;z-index:1;position:relative}.home-process-step-number{border:3px solid var(--primary);width:80px;height:80px;color:var(--primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.75rem;font-weight:800;transition-property:transform,background-color,border-color,color;transition-duration:.3s;transition-timing-function:ease;display:flex;position:relative}.process-step:hover .home-process-step-number{background:var(--primary);color:#fff;cursor:auto;border-color:#0000;transform:scale(1.15);box-shadow:0 8px 24px #1a73e84d}.process-step h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem}.process-step p{color:var(--text-gray);font-size:.9375rem;line-height:1.6}.final-cta-section{background:linear-gradient(135deg,#0a0a0f 0%,#1a1a2e 100%);padding:6rem 0;position:relative;overflow:hidden}.final-cta-section:before{content:"";background-image:radial-gradient(circle at 30%,#1a73e826 0%,#0000 50%),radial-gradient(circle at 70%,#4285f41a 0%,#0000 50%);position:absolute;inset:0}.final-cta-content{z-index:1;text-align:center;max-width:900px;margin:0 auto;position:relative}.final-cta-content h2{color:#fff;margin-bottom:1.5rem;font-size:3rem;line-height:1.2}.final-cta-content p{color:#fffc;margin-bottom:3rem;font-size:1.25rem;line-height:1.7}.final-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.final-cta-buttons .btn{padding:1.25rem 2.5rem;font-size:1.125rem}.final-cta-buttons .btn-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);box-shadow:0 8px 32px #1a73e866}.final-cta-contact{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem;padding-top:3rem;display:flex}.final-cta-contact-item{color:#fffc;align-items:center;gap:.75rem;font-size:1rem;display:flex}.final-cta-contact-item svg{color:var(--primary-light)}.sleeping-beauty-section{background:var(--neutral-dark);color:var(--text-light);padding:6rem 0;position:relative;overflow:hidden}.sleeping-beauty-section:before{content:"";background:radial-gradient(circle,#1a73e826 0%,#0000 70%);border-radius:50%;width:800px;height:800px;animation:8s ease-in-out infinite pulse;position:absolute;top:-50%;right:-20%}.featured-services-section{background:#fff;padding:6rem 0}.services-separator{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);padding:4rem 0;position:relative;overflow:hidden}.services-separator:before{content:"";opacity:.6;background-image:radial-gradient(circle at 30%,#ffffff1a 0%,#0000 50%),radial-gradient(circle at 70%,#ffffff14 0%,#0000 50%);position:absolute;inset:0}.services-separator-content{z-index:1;text-align:center;max-width:800px;margin:0 auto;position:relative}.services-separator h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.services-separator p{color:#ffffffe6;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.services-separator-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.services-separator-cta .btn{padding:1rem 2rem;font-size:1.0625rem}.services-separator-cta .btn-primary{color:var(--primary);background:#fff;box-shadow:0 8px 24px #0003}.services-separator-cta .btn-primary:hover{background:#fffffff2;transform:translateY(-2px);box-shadow:0 12px 32px #00000040}.services-separator-cta .btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff4d}.services-separator-cta .btn-secondary:hover{background:#fff3;border-color:#fff6}.featured-services-grid{border-radius:var(--radius-lg);background:linear-gradient(135deg,#f4f4f2 0%,#fafaf9 100%);border:1px solid #0f2a4a17;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;padding:2rem;display:grid}.featured-card{border-radius:var(--radius-lg);border:1px solid var(--border-color-light);background:#fff;flex-direction:column;height:100%;padding:2.5rem 2rem;transition-property:transform,box-shadow,border-color;transition-duration:.3s;transition-timing-function:ease;display:flex;position:relative;overflow:hidden}.featured-card:before{content:"";background:linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 100%);transform-origin:0;height:4px;transition-property:transform;transition-duration:.3s;transition-timing-function:ease;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.featured-card:hover{box-shadow:var(--shadow-blue);border-color:var(--primary);transform:translateY(-8px)}.featured-card:hover:before{transform:scaleX(1)}.featured-card-header{margin-bottom:1.5rem}.featured-card h3{color:var(--text-dark);align-items:center;min-height:4rem;margin-bottom:.75rem;font-size:1.5rem;display:flex}.featured-card p{color:var(--text-gray);min-height:3rem;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.featured-list{flex-grow:1;margin-bottom:1.5rem;list-style:none}.featured-list li{color:var(--text-gray);align-items:flex-start;gap:.75rem;margin-bottom:.875rem;font-size:.9375rem;line-height:1.5;display:flex}.featured-list svg{color:var(--primary);flex-shrink:0;margin-top:2px}.featured-card-footer{border-top:1px solid var(--border-color);margin-top:auto;padding-top:1.5rem}.featured-link{color:var(--primary);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;transition-property:gap;transition-duration:.2s;transition-timing-function:ease;display:inline-flex}.featured-link:hover{gap:.75rem}.pricing-badge{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:50px;margin-bottom:1rem;padding:.375rem .875rem;font-size:.75rem;font-weight:700;display:inline-block;box-shadow:0 4px 12px #1a73e84d}.services-we-deliver-primary{border:2px solid var(--primary)}.star{color:#ffc107}@media (width<=1024px){.hero-content{padding:0}.service-category-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.floating-square{display:none}.hero{min-height:auto;max-height:none;padding:6rem 0 4.5rem}.hero-container-wrapper{padding:0 1.5rem}.hero h1{margin-bottom:1.25rem;font-size:clamp(2.25rem,5.5vw,3.25rem)}.hero-subtitle{margin-bottom:2.25rem;font-size:1.0625rem}.hero-cta{flex-direction:row;justify-content:center;align-items:center;gap:.875rem;margin-bottom:3rem}.hero-cta .btn-primary,.hero-cta .btn-secondary{padding:.875rem 1.5rem;font-size:1rem}}@media (width<=968px){.services-separator h2{font-size:2rem}.services-separator p{font-size:1.125rem}.why-choose-content{grid-template-columns:1fr;gap:3rem}.why-choose-grid{grid-template-columns:1fr}.why-card:nth-child(2){transform:translateY(0)}.testimonials-grid{grid-template-columns:1fr}.testimonial-card:nth-child(2){transform:translateY(0)}.industries-flow{gap:.75rem}.process-timeline{grid-template-columns:1fr;gap:3rem}.process-timeline:before{display:none}.final-cta-content h2{font-size:2rem}.final-cta-content p{font-size:1.125rem}.sleeping-beauty-content{grid-template-columns:1fr;gap:3rem}.feature-list{grid-template-columns:1fr}.featured-services-grid{grid-template-columns:1fr;padding:1.5rem}.featured-card h3,.featured-card p{min-height:auto}}@media (width<=768px){.home-reveal{transition-duration:.86s}.hero{padding:4rem 0 3rem}.hero h1{font-size:2rem}.hero-cta{opacity:1;isolation:isolate;flex-direction:column;align-items:stretch;animation:none;transform:none}.hero-cta .btn{z-index:2;opacity:1;backface-visibility:hidden;position:relative;transform:translateZ(0)}.hero-cta .btn:after{display:none}.hero-trust-logos{gap:1.5rem}.hero-trust-logos-marquee{--marquee-gap:1.25rem;max-width:100%;-webkit-mask-image:none;mask-image:none}.hero-trust-logos-marquee:before,.hero-trust-logos-marquee:after{display:none}.marquee-track{animation-duration:42s}.marquee-logo{width:124px;height:3.25rem}.marquee-logo img{width:min(calc(var(--logo-width,150px) * .72), 100%);pointer-events:none;transition:none}.marquee-logo img:hover{opacity:.5}.services-grid{grid-template-columns:1fr}.service-category-tabs{grid-template-columns:1fr;padding:.375rem}.service-category-tab{justify-content:flex-start;min-height:52px}.service-category-summary{flex-direction:column;align-items:center;gap:.75rem}.trust-stat{padding:1.5rem .5rem}.trust-stat-number{font-size:1.5rem}.trust-section,.services-separator{padding:3rem 0}.services-separator h2{font-size:1.75rem}.services-separator-cta{flex-direction:column;align-items:stretch}.industries-flow{justify-content:flex-start}.industry-badge{padding:.875rem 1.5rem;font-size:.9375rem}.final-cta-buttons{flex-direction:column;align-items:stretch}.final-cta-contact{flex-direction:column;gap:1.5rem}}@media (width<=360px){.hero-trust-logos-marquee{--marquee-gap:1rem}.marquee-logo{width:112px;height:2.85rem}.marquee-logo img{width:min(calc(var(--logo-width,150px) * .64), 100%)}.final-cta-section{padding:3rem 0}.final-cta-content h2{font-size:1.85rem}.final-cta-content p{margin-bottom:2rem;font-size:1rem}.final-cta-buttons{gap:.75rem}.final-cta-buttons .btn{white-space:normal;width:100%;min-width:0;padding:.875rem 1rem;font-size:.9375rem}.final-cta-contact{gap:1rem;margin-top:2rem;padding-top:2rem}.final-cta-contact-item{overflow-wrap:anywhere;justify-content:center;font-size:.9375rem}}.sleeping-beauty-content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.sleeping-beauty-text h2{color:var(--text-light);margin-bottom:1rem}.sleeping-beauty-text p{color:#fffc;margin-bottom:2rem;font-size:1.125rem}.feature-list{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}.feature-item{border-radius:var(--radius-sm);color:#ffffffe6;background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:.75rem;padding:1rem;font-size:.9375rem;transition-property:background-color,border-color;transition-duration:.2s;transition-timing-function:ease;display:flex}.feature-item:hover{background:#ffffff14;border-color:#fff3}.feature-item svg{color:var(--accent-light);flex-shrink:0}.sleeping-beauty-visual{padding:0;position:relative}.sb-visual-glow{filter:blur(50px);z-index:0;background:radial-gradient(circle,#1a73e859 0%,#0000 65%);position:absolute;inset:-30px}.sb-mockup{z-index:1;background:linear-gradient(#0d0d18 0%,#161628 100%);border:1px solid #1a73e840;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 30px 80px -20px #0009,0 10px 30px #1a73e833}.sb-mockup-header{background:#ffffff05;border-bottom:1px solid #ffffff14;align-items:center;gap:1rem;padding:.875rem 1.25rem;display:flex}.sb-mockup-dots{gap:6px;display:flex}.sb-mockup-dots span{background:#ffffff26;border-radius:50%;width:10px;height:10px}.sb-mockup-dots span:first-child{opacity:.7;background:#ff5f57}.sb-mockup-dots span:nth-child(2){opacity:.7;background:#febc2e}.sb-mockup-dots span:nth-child(3){opacity:.7;background:#28c840}.sb-mockup-title{color:#ffffff80;letter-spacing:.02em;font-family:Courier New,monospace;font-size:.8125rem}.sb-mockup-body{flex-direction:column;gap:.875rem;padding:1.5rem;display:flex}.sb-chat-bubble{border-radius:14px;flex-direction:column;gap:.25rem;max-width:88%;padding:.875rem 1.125rem;font-size:.9375rem;line-height:1.5;animation:.6s ease-out both fadeInUp;display:flex}.sb-chat-bubble.sb-ai{color:#fffffff2;background:#1a73e82e;border:1px solid #1a73e84d;border-bottom-left-radius:4px;align-self:flex-start;animation-delay:.15s}.sb-chat-bubble.sb-user{color:#ffffffe6;background:#ffffff12;border:1px solid #ffffff1f;border-bottom-right-radius:4px;align-self:flex-end;animation-delay:.35s}.sb-bubble-label{letter-spacing:.05em;text-transform:uppercase;color:#ffffff73;font-size:.6875rem;font-weight:600}.sb-chat-bubble.sb-ai .sb-bubble-label{color:var(--primary-light)}.sb-mockup-status{color:#ffffff8c;border-top:1px dashed #ffffff14;align-items:center;gap:.5rem;margin-top:.5rem;padding-top:1rem;font-family:Courier New,monospace;font-size:.8125rem;display:flex}.sb-status-dot{background:#28c840;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse;box-shadow:0 0 0 4px #28c84026}.team-intro-section{isolation:isolate;z-index:4;background:linear-gradient(135deg,#f4f4f2 0%,#fbfbfa 48%,#f1f1ef 100%);border-top:1px solid #0f2a4a0f;border-bottom:1px solid #0f2a4a0f;padding:4.5rem 0;position:relative;overflow:hidden}.team-intro-section:before,.team-intro-section:after{content:"";pointer-events:none;z-index:-1;position:absolute}.team-intro-section:before{filter:blur(1px);background:radial-gradient(circle at 30% 35%,#0054b852 0%,#0060d02e 44%,#0070f30d 70%,#0070f300 82%),radial-gradient(circle at 72% 64%,#1da1f23d 0%,#29b5ff24 46%,#29b5ff0a 72%,#29b5ff00 84%);border-radius:44% 56% 62% 38%/37% 42% 58% 63%;width:min(42vw,560px);height:min(42vw,560px);top:-180px;left:-170px}.team-intro-section:after{clip-path:polygon(8% 16%,84% 0%,100% 36%,94% 100%,22% 92%,0% 54%);background:linear-gradient(135deg,#083f8c57 0%,#2280e038 48%,#52a9ff2e 100%);width:min(36vw,460px);height:min(28vw,340px);bottom:-100px;right:-110px;transform:rotate(-4deg)}.team-intro-layout{z-index:1;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:center;gap:2.5rem;display:grid;position:relative}.team-intro-content h2{max-width:24ch;margin:.9rem 0 1rem}.team-intro-content p{color:var(--text-gray);max-width:58ch;line-height:1.8}.team-intro-content p+p{margin-top:1rem}.team-intro-link{color:#0f4c9ee6;letter-spacing:.01em;align-items:center;gap:.45rem;margin-top:1.25rem;font-size:.95rem;font-weight:600;transition:color .2s,transform .2s;display:inline-flex}.team-intro-link:hover{color:#0a4188;transform:translate(2px)}.team-intro-link svg{opacity:.8}.team-intro-kicker{text-transform:uppercase;letter-spacing:.09em;color:#0f4c9e;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;display:inline-flex}.team-intro-gallery{justify-content:flex-end;align-items:center;min-height:420px;display:flex;position:relative}.team-photo{background:#fff;border:1px solid #0f2a4a14;border-radius:22px;margin:0;overflow:hidden;box-shadow:0 22px 54px #0f2a4a1f}.team-photo img{object-fit:cover;width:100%;height:100%;display:block}.team-photo-main{aspect-ratio:16/10;border-radius:34px 24px 30px 20px;width:min(100%,560px)}@media (width<=1100px){.team-intro-layout{grid-template-columns:1fr;gap:1.75rem}.team-intro-gallery{justify-content:flex-start;min-height:0;padding-bottom:3.5rem}.team-photo-main{width:min(100%,640px)}}@media (width<=768px){.team-intro-section{padding:3.25rem 0}.team-intro-section:before{width:360px;height:360px;top:-170px;left:-210px}.team-intro-section:after{width:280px;height:220px;bottom:-95px;right:-130px}.team-intro-content h2{margin-top:.75rem}.team-intro-content p{max-width:100%;line-height:1.7}.team-intro-link{margin-top:1rem}.team-intro-gallery{padding-bottom:0;display:block}}.award-slider-section{z-index:5;margin-top:-.5rem;padding:0 0 2.5rem;position:relative}.award-slider-container{max-width:1200px}.award-slider-image{border:1px solid #0f2a4a1a;border-radius:20px;width:100%;height:auto;display:block;box-shadow:0 18px 42px #0f2a4a1f}@media (width<=768px){.award-slider-section{margin-top:0;padding:0 0 1.75rem}.award-slider-image{border-radius:14px}}.home-reveal{opacity:0;transform:translate3d(var(--reveal-x,0px), calc(var(--reveal-rest-y,0px) + var(--reveal-y,28px)), 0) scale(var(--reveal-scale,1)) rotate(var(--reveal-rotate,0deg));transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);will-change:opacity, transform}.home-reveal.is-visible{opacity:1;transform:translate3d(0, var(--reveal-rest-y,0px), 0) scale(1) rotate(0deg)}.home-reveal-left{--reveal-x:-34px;--reveal-y:10px}.home-reveal-right{--reveal-x:34px;--reveal-y:10px}.home-reveal-soft{--reveal-y:18px}.home-reveal-zoom{--reveal-y:12px;--reveal-scale:.96}.home-reveal-scale{--reveal-y:8px;--reveal-scale:.94}.home-reveal-pop{--reveal-y:18px;--reveal-scale:.9}.home-reveal-tilt{--reveal-y:24px;--reveal-scale:.98;--reveal-rotate:-1.2deg}.testimonial-card:nth-child(2){--reveal-rest-y:2rem}.count-up-stat{font-variant-numeric:tabular-nums;min-width:4ch;display:inline-block}.hero-signal-map{pointer-events:none;z-index:0;position:absolute;inset:0}.hero-signal-node,.hero-signal-line{display:block;position:absolute}.hero-signal-node{background:#1a73e838;border:1px solid #8ab4f88c;width:12px;height:12px;animation:3.6s ease-in-out infinite hero-node-signal;box-shadow:0 0 0 6px #1a73e814,0 0 22px #64b5f652}.hero-signal-node:first-child{top:22%;left:18%}.hero-signal-node:nth-child(2){animation-delay:.7s;top:31%;right:17%}.hero-signal-node:nth-child(3){animation-delay:1.4s;bottom:26%;left:12%}.hero-signal-node:nth-child(4){animation-delay:2.1s;bottom:18%;right:20%}.hero-signal-line{transform-origin:0;opacity:.58;background:linear-gradient(90deg,#0000,#64b5f652,#0000);width:min(34vw,420px);height:1px;overflow:hidden}.hero-signal-line:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffffb8 50%,#0000 100%);animation:4.2s cubic-bezier(.22,1,.36,1) infinite hero-signal-trace;position:absolute;inset:0;transform:translate(-100%)}.hero-signal-line:nth-child(5){top:25%;left:18%;transform:rotate(7deg)}.hero-signal-line:nth-child(6){bottom:23%;right:18%;transform:rotate(-9deg)}.hero-signal-line:nth-child(7){width:min(28vw,340px);top:58%;left:50%;transform:translate(-50%)rotate(-16deg)}.hero-signal-line:nth-child(6):after{animation-delay:1.2s}.hero-signal-line:nth-child(7):after{animation-delay:2.4s}.hero-background{animation:18s ease-in-out infinite alternate hero-ambient-shift}.hero-grid{animation:28s linear infinite hero-grid-drift}.hero-badge,.hero h1,.hero-subtitle,.hero-cta,.hero-social-proof{opacity:0;animation:.86s cubic-bezier(.22,1,.36,1) forwards home-hero-rise}.hero-badge{animation-delay:80ms}.hero h1{animation-delay:.2s}.hero-subtitle{animation-delay:.34s}.hero-cta{animation-delay:.48s}.hero-social-proof{animation-delay:.62s}.hero h1 .highlight{background-size:190% 100%;animation:5.5s ease-in-out infinite alternate home-highlight-flow}.trust-stat-meter{justify-content:center;align-items:end;gap:.35rem;height:28px;margin:-.15rem auto .8rem;display:flex}.trust-stat-meter span{width:9px;height:var(--bar-height,18px);transform-origin:bottom;background:linear-gradient(#4285f4db,#1a73e847);border-radius:3px 3px 2px 2px;animation:1.9s ease-in-out infinite stat-meter-bounce}.trust-stat-meter span:first-child{--bar-height:12px}.trust-stat-meter span:nth-child(2){--bar-height:20px;animation-delay:.14s}.trust-stat-meter span:nth-child(3){--bar-height:16px;animation-delay:.28s}.trust-stat-meter span:nth-child(4){--bar-height:24px;animation-delay:.42s}.trust-stat:nth-child(2) .trust-stat-meter span:first-child{--bar-height:24px}.trust-stat:nth-child(2) .trust-stat-meter span:nth-child(2){--bar-height:18px}.trust-stat:nth-child(2) .trust-stat-meter span:nth-child(3){--bar-height:13px}.trust-stat:nth-child(2) .trust-stat-meter span:nth-child(4){--bar-height:9px}.service-category-tab{position:relative;overflow:hidden}.service-category-tab.active:after{content:"";pointer-events:none;background:linear-gradient(100deg,#0000 20%,#ffffff47 48%,#0000 76%);animation:2.8s ease-in-out infinite active-tab-sheen;position:absolute;inset:0;transform:translate(-130%)}.service-card:hover h3,.featured-card:hover h3{color:var(--primary)}.process-timeline:after{content:"";z-index:0;background:linear-gradient(90deg, #fff0, #fff 18%, var(--primary-light) 50%, #fff 82%, #fff0);transform-origin:0;height:2px;animation:6s cubic-bezier(.22,1,.36,1) infinite process-line-fill;position:absolute;top:12%;left:10%;right:10%;transform:scaleX(0)}.process-step:first-child .home-process-step-number{animation-delay:0s}.process-step:nth-child(2) .home-process-step-number{animation-delay:.7s}.process-step:nth-child(3) .home-process-step-number{animation-delay:1.4s}.process-step:nth-child(4) .home-process-step-number{animation-delay:2.1s}.process-step:nth-child(5) .home-process-step-number{animation-delay:2.8s}.home-process-step-number{animation:3.5s ease-in-out infinite process-step-beacon}.process-step:hover .home-process-step-number{animation-play-state:paused}.hero-cta .btn,.final-cta-buttons .btn{position:relative;overflow:hidden}.hero-cta .btn:after,.final-cta-buttons .btn:after,.featured-link:after,.team-intro-link:after{content:"";pointer-events:none;background:linear-gradient(110deg,#0000 20%,#ffffff52 50%,#0000 80%);transition:transform .72s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:translate(-130%)}.hero-cta .btn:hover:after,.final-cta-buttons .btn:hover:after,.featured-link:hover:after,.team-intro-link:hover:after{transform:translate(130%)}.featured-link,.team-intro-link{position:relative;overflow:hidden}.service-card,.featured-card,.why-card,.testimonial-card,.trust-stat,.why-stat-card,.process-step,.industry-badge{will-change:transform;position:relative}.trust-stat,.why-stat-card{overflow:hidden}.service-card:after,.featured-card:after,.why-card:after,.trust-stat:after,.why-stat-card:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff75,#0000 42%);transition:opacity .35s,transform .35s;position:absolute;inset:0;transform:translate(-18px,-18px)}.service-card:hover:after,.featured-card:hover:after,.why-card:hover:after,.trust-stat:hover:after,.why-stat-card:hover:after{opacity:1;transform:translate(0,0)}.service-icon,.why-card-icon,.home-process-step-number{transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s,background-color .35s,color .35s}.service-card:hover .service-icon,.why-card:hover .why-card-icon{transform:translateY(-3px)rotate(-3deg);box-shadow:0 12px 26px #1a73e82e}.home-reveal.is-visible.service-card:hover,.home-reveal.is-visible.why-stat-card:hover{transform:translateY(-4px)}.home-reveal.is-visible.trust-stat:hover{transform:translateY(-5px)}.home-reveal.is-visible.featured-card:hover,.home-reveal.is-visible.why-card:hover,.home-reveal.is-visible.testimonial-card:hover{transform:translateY(-8px)}.home-reveal.is-visible.industry-badge:hover{transform:translateY(-4px)scale(1.05)}.team-photo-main{transform-origin:50%;animation:7s ease-in-out infinite home-photo-float}.services-ribbon-svg-top{animation:18s ease-in-out infinite alternate home-ribbon-drift}.services-ribbon-svg-bottom,.industry-process-divider-svg{animation:22s ease-in-out infinite alternate-reverse home-ribbon-drift}.testimonial-rating svg:nth-child(2){animation-delay:.12s}.testimonial-rating svg:nth-child(3){animation-delay:.24s}.testimonial-rating svg:nth-child(4){animation-delay:.36s}.testimonial-rating svg:nth-child(5){animation-delay:.48s}@keyframes home-hero-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translate(0,0)}}@keyframes hero-ambient-shift{0%{opacity:.58;transform:scale(1)}to{opacity:.78;transform:scale(1.06)}}@keyframes hero-grid-drift{0%{background-position:0 0,0 0}to{background-position:50px 50px,50px 50px}}@keyframes hero-node-signal{0%,to{opacity:.62;transform:scale(1)}45%{opacity:1;transform:scale(1.28)}70%{opacity:.78;transform:scale(.92)}}@keyframes hero-signal-trace{0%,18%{transform:translate(-100%)}68%,to{transform:translate(100%)}}@keyframes stat-meter-bounce{0%,to{opacity:.56;transform:scaleY(.58)}45%{opacity:1;transform:scaleY(1)}}@keyframes active-tab-sheen{0%,35%{transform:translate(-130%)}72%,to{transform:translate(130%)}}@keyframes service-tab-icon-pulse{0%,to{transform:scale(1)rotate(0)}50%{transform:scale(1.12)rotate(-4deg)}}@keyframes process-line-fill{0%{opacity:.25;transform:scaleX(0)}58%{opacity:.82;transform:scaleX(1)}to{opacity:0;transform:scaleX(1)}}@keyframes process-step-beacon{0%,to{box-shadow:0 0 #1a73e800}42%{box-shadow:0 0 0 8px #1a73e81f}}@keyframes home-highlight-flow{0%{background-position:0%}to{background-position:100%}}@keyframes home-photo-float{0%,to{transform:translate(0,0)rotate(0)}50%{transform:translateY(-8px)rotate(.6deg)}}@keyframes home-ribbon-drift{0%{transform:translate(-16px)}to{transform:translate(16px)}}@keyframes home-star-glow{0%,to{filter:drop-shadow(0 0 #fbbf2400);transform:translateY(0)}50%{filter:drop-shadow(0 0 8px #fbbf245c);transform:translateY(-1px)}}.award-slider-image{transition:box-shadow .25s,opacity .25s}.award-slider-image:hover{transform:none;box-shadow:0 18px 42px #0f2a4a1f}.services-section .home-reveal,.testimonials-section .home-reveal,.award-slider-image.home-reveal{--reveal-y:8px;--reveal-x:0px;--reveal-scale:1;--reveal-rotate:0deg;transition-duration:.48s}.services-ribbon-svg-top,.services-ribbon-svg-bottom{animation:none}.service-category-tab.active:after{display:none}.service-category-tab.active svg{animation:none}.services-section .service-card:after{display:none}.home-reveal.is-visible.service-card:hover{transform:translateY(-2px)}.services-section .service-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #1a73e81a}.services-section .service-card:hover .service-icon{box-shadow:none;transform:none}.testimonial-rating svg{animation:none}.home-reveal.is-visible.testimonial-card:hover{transform:translate3d(0, calc(var(--reveal-rest-y,0px) - 2px), 0)}.testimonial-card:hover{background:#ffffff1f}.final-cta-content,.final-cta-content h2,.final-cta-content p,.final-cta-buttons,.final-cta-contact{transition:none;animation:none}.final-cta-buttons .btn:after{display:none}.final-cta-buttons .btn:hover{transform:none}@media (prefers-reduced-motion:reduce){.home *,.home :before,.home :after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.home-reveal,.hero-badge,.hero h1,.hero-subtitle,.hero-cta,.hero-social-proof{opacity:1!important;transform:none!important}}@media (width<=968px){.testimonial-card:nth-child(2){--reveal-rest-y:0px}.process-timeline:after{display:none}}@media (width<=768px){.hero-signal-map{display:none}}.managed-it-page{padding-top:72px;position:relative;overflow-x:hidden}.managed-it-page>section{z-index:1;position:relative}@media (width<=1024px){.managed-it-page{padding-top:1rem}}.managed-abstract-bg{z-index:0;pointer-events:none;opacity:.45;position:absolute;inset:0;overflow:hidden}.managed-bg-shards,.managed-bg-network{height:auto;position:absolute}.managed-bg-shards{opacity:.8;width:90vw;min-width:900px;top:15%;left:-10%}.managed-bg-network{opacity:.7;width:80vw;min-width:800px;top:60%;right:-10%}.managed-page-header:before{background:radial-gradient(circle,#1a73e814 0%,#0000 60%)}.managed-section-header{text-align:center;margin-bottom:2rem}.managed-section-header p{color:var(--text-gray);font-size:1.125rem}.showcase-section-header{margin-bottom:3rem}.service-tiers-section{background:#fff;padding:6rem 0}.tier-cards{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.tier-card{border:2px solid var(--border-color);border-radius:var(--radius-lg);text-align:center;background:#fff;padding:3rem 2rem;transition:all .3s;position:relative}.tier-card.featured{border-color:var(--primary);transform:scale(1.05);box-shadow:0 12px 40px #1a73e833}.tier-card:hover{box-shadow:var(--shadow-blue);border-color:var(--primary);transform:translateY(-8px)}.tier-badge{color:var(--primary);background:#1a73e81a;border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.tier-badge.featured-badge{background:var(--primary);color:#fff}.tier-card h3{margin-bottom:1rem;font-size:1.75rem}.tier-price{color:var(--primary);margin-bottom:.5rem;font-size:3rem;font-weight:800}.tier-price span{color:var(--text-gray);font-size:1.25rem;font-weight:500}.tier-description{color:var(--text-gray);margin-bottom:2rem;line-height:1.6}.tier-features{text-align:left;margin-bottom:2rem;list-style:none}.tier-features li{color:var(--text-gray);align-items:flex-start;gap:.75rem;margin-bottom:.875rem;font-size:.9375rem;display:flex}.tier-features svg{color:var(--primary);flex-shrink:0;margin-top:2px}.tier-cta{width:100%}.key-services-section{background:linear-gradient(135deg,#f9fafb 0%,#fff 100%);padding:6rem 0}.key-services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.key-service-card{border-radius:var(--radius-lg);border:1px solid var(--border-color);background:#fff;padding:2.5rem;transition:all .3s}.key-service-card:hover{box-shadow:var(--shadow-blue);border-color:var(--primary);transform:translateY(-4px)}.key-service-icon{border-radius:var(--radius-md);width:64px;height:64px;color:var(--primary);background:#1a73e81a;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.key-service-card h3{margin-bottom:1rem;font-size:1.5rem}.key-service-card p{color:var(--text-gray);margin-bottom:1.5rem;line-height:1.7}.key-service-card ul{list-style:none}.key-service-card ul li{color:var(--text-gray);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9375rem;display:flex}.key-service-card ul li svg{color:var(--primary);flex-shrink:0}.faq-section{background:#fff;padding:6rem 0}.faq-grid{flex-direction:column;max-width:800px;margin:3rem auto 0;display:flex}.faq-item{border-bottom:1px solid var(--border-color-light,#e2e8f0);background:0 0;padding:0;overflow:hidden}.faq-item:last-child{border-bottom:none}.faq-question{color:var(--text-dark);cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;margin:0;padding:1.5rem 0;font-family:inherit;font-size:1.125rem;font-weight:500;transition:color .2s;display:flex}.faq-question:hover,.faq-item.active .faq-question{color:var(--primary,#1a73e8)}.faq-icon{color:var(--text-gray,#6b7280);flex-shrink:0;transition:transform .3s,color .2s}.faq-question:hover .faq-icon,.faq-item.active .faq-icon{color:var(--primary,#1a73e8)}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer-container{max-height:0;transition:max-height .3s;overflow:hidden}.faq-item.active .faq-answer-container{max-height:500px}.faq-answer{color:var(--text-gray);margin:0;padding:0 0 1.5rem;line-height:1.6}.work-showcase-section{z-index:1;padding:6rem 0;position:relative}.showcase-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;gap:1.5rem;padding:1rem;display:grid}.showcase-item{cursor:pointer;background:var(--bg-light);border-radius:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.showcase-item:hover{z-index:10;cursor:alias;transform:translateY(-8px)scale(1.02)rotate(1deg);box-shadow:0 20px 40px #1a73e826}.showcase-item-1{grid-area:1/1/3/3}.showcase-item-2{grid-area:1/3/2/4}.showcase-item-3{grid-area:1/4/3/5}.showcase-item-4{grid-area:2/3/4/4}.showcase-item-5{grid-area:3/1/4/2}.showcase-item-6{grid-area:3/2/4/3}.showcase-item-7{grid-area:3/4/4/5}.showcase-item-8{grid-area:4/1/5/3}.showcase-item-9{grid-area:4/3/5/5}.showcase-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.showcase-item:hover img{transform:scale(1.08)}.showcase-overlay{opacity:0;background:linear-gradient(#0000 40%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.showcase-item:hover .showcase-overlay{opacity:1}.showcase-overlay h4{color:#fff;margin:0;font-size:1.2rem;font-weight:600;transition:transform .3s;transform:translateY(15px)}.showcase-item:hover .showcase-overlay h4{transform:translateY(0)}@media (width<=968px){.showcase-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:1.5rem;padding-bottom:2rem;display:flex;overflow-x:auto}.showcase-grid::-webkit-scrollbar{display:none}.showcase-item{scroll-snap-align:center;flex:0 0 85%;height:400px}.showcase-item-1,.showcase-item-2,.showcase-item-3,.showcase-item-4,.showcase-item-5,.showcase-item-6,.showcase-item-7,.showcase-item-8,.showcase-item-9{grid-area:auto}.tier-cards{grid-template-columns:1fr}.tier-card.featured{transform:scale(1)}.key-services-grid{grid-template-columns:1fr}}.software-ai-page{padding-top:72px;position:relative;overflow-x:hidden}@media (width<=1024px){.software-ai-page{padding-top:1rem}}.software-ai-page>section{z-index:1;position:relative}.software-abstract-bg{z-index:0;pointer-events:none;opacity:.45;position:absolute;inset:0;overflow:hidden}.software-bg-circuit,.software-bg-data{height:auto;position:absolute}.software-bg-circuit{opacity:.8;width:85vw;min-width:850px;top:20%;right:-5%}.software-bg-data{opacity:.7;width:100vw;min-width:1000px;top:65%;left:-15%}.software-section-header{text-align:center;margin-bottom:2rem}.software-section-header p{color:var(--text-gray);font-size:1.125rem}.solutions-section{z-index:1;background:0 0;padding:6rem 0;position:relative}.solutions-section .container{z-index:2;position:relative}.solutions-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}.solution-card{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-lg);background:#ffffffb8;border:1px solid #0f2a4a17;padding:3rem;transition:background-color .35s,transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 10px 28px #0f2a4a0f}.solution-card:before{content:"";background:linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 100%);opacity:0;transform-origin:50%;border-radius:0 0 999px 999px;height:3px;transition:opacity .28s,transform .28s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:1.5rem;right:1.5rem;transform:scaleX(.58)}.solution-card:hover{background:#fffffff0;border-color:#1a73e838;transform:translateY(-3px);box-shadow:0 16px 34px #0f2a4a1a,0 8px 18px #1a73e814}.solution-card:hover:before{opacity:1;transform:scaleX(1)}.solution-icon{border-radius:var(--radius-md);width:72px;height:72px;color:var(--primary);background:linear-gradient(135deg,#1a73e81a 0%,#4285f40d 100%);justify-content:center;align-items:center;margin-bottom:2rem;transition:background-color .28s,box-shadow .28s,transform .28s cubic-bezier(.22,1,.36,1);display:flex}.solution-card:hover .solution-icon{background:#1a73e81a;transform:translateY(-2px);box-shadow:0 10px 22px #1a73e81f}.page-reveal.is-visible.solution-card:hover{transform:translateY(-3px)scale(1)}.solution-card h3{margin-bottom:1rem;font-size:1.75rem}.solution-card p{color:var(--text-gray);margin-bottom:1.5rem;line-height:1.7}.solution-features{list-style:none}.solution-features li{color:var(--text-gray);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9375rem;display:flex}.solution-features svg{color:var(--primary);flex-shrink:0}.featured-product-section{background:linear-gradient(#fff 0%,#f9fafb 100%);padding:7rem 0;position:relative;overflow:hidden}.featured-product-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#1a73e80f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;left:-200px}.featured-product-card{z-index:1;grid-template-columns:1fr 1.05fr;align-items:center;gap:5rem;display:grid;position:relative}.featured-product-text{max-width:540px}.featured-tag{letter-spacing:.04em;text-transform:uppercase;color:var(--primary);background:#1a73e814;border:1px solid #1a73e826;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;display:inline-flex}.featured-product-text h2{letter-spacing:-.02em;color:var(--text-dark);margin-bottom:.75rem;font-size:clamp(2.25rem,4vw,3rem);font-weight:800;line-height:1.1}.featured-product-intro{color:var(--text-gray);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;font-size:clamp(.875rem,1.4vw,1rem);font-weight:700;line-height:1;display:block}.featured-product-italic{color:var(--primary);font-style:italic}.featured-product-tagline{color:var(--text-dark);margin-bottom:1rem;font-size:1.25rem;font-weight:600;line-height:1.4}.featured-product-desc{color:var(--text-gray);margin-bottom:2rem;font-size:1rem;line-height:1.7}.featured-product-features{flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;list-style:none;display:flex}.featured-product-features li{align-items:flex-start;gap:1rem;display:flex}.featured-product-features li svg{color:var(--primary);box-sizing:content-box;background:#1a73e81a;border-radius:10px;flex-shrink:0;width:36px;height:36px;margin-top:2px;padding:8px}.featured-product-features li div{flex-direction:column;gap:.125rem;display:flex}.featured-product-features strong{color:var(--text-dark);font-size:.9375rem;font-weight:600}.featured-product-features span{color:var(--text-gray);font-size:.875rem;line-height:1.5}.featured-product-visual{position:relative}.visual-glow{filter:blur(40px);z-index:0;background:radial-gradient(circle,#1a73e82e 0%,#0000 65%);position:absolute;inset:-40px}.visual-mockup{z-index:1;background:linear-gradient(#0a0a0f 0%,#1a1a2e 100%);border:1px solid #1a73e833;border-radius:18px;padding:0;position:relative;overflow:hidden;box-shadow:0 30px 80px -20px #0a0a0f66,0 10px 30px #1a73e826}.mockup-header{background:#ffffff05;border-bottom:1px solid #ffffff14;align-items:center;gap:1rem;padding:.875rem 1.25rem;display:flex}.mockup-dots{gap:6px;display:flex}.mockup-dots span{background:#ffffff26;border-radius:50%;width:10px;height:10px}.mockup-dots span:first-child{opacity:.7;background:#ff5f57}.mockup-dots span:nth-child(2){opacity:.7;background:#febc2e}.mockup-dots span:nth-child(3){opacity:.7;background:#28c840}.mockup-title{color:#ffffff80;letter-spacing:.02em;font-family:Courier New,monospace;font-size:.8125rem}.mockup-body{flex-direction:column;gap:.875rem;padding:1.5rem;display:flex}.chat-bubble{border-radius:14px;flex-direction:column;gap:.25rem;max-width:85%;padding:.875rem 1.125rem;font-size:.9375rem;line-height:1.5;animation:.6s ease-out both fadeInUp;display:flex}.chat-bubble.ai{color:#fffffff2;background:#1a73e826;border:1px solid #1a73e840;border-bottom-left-radius:4px;align-self:flex-start;animation-delay:.1s}.chat-bubble.user{color:#ffffffe6;background:#ffffff0f;border:1px solid #ffffff1a;border-bottom-right-radius:4px;align-self:flex-end;animation-delay:.3s}.bubble-label{letter-spacing:.05em;text-transform:uppercase;color:#ffffff73;font-size:.6875rem;font-weight:600}.chat-bubble.ai .bubble-label{color:var(--primary-light)}.mockup-status{color:#ffffff8c;border-top:1px dashed #ffffff14;align-items:center;gap:.5rem;margin-top:.5rem;padding-top:1rem;font-family:Courier New,monospace;font-size:.8125rem;display:flex}.status-dot{background:#28c840;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse;box-shadow:0 0 0 4px #28c84026}.development-process-section{background:linear-gradient(135deg,#fff 0%,#fefeff 100%);padding:6rem 0}.process-steps{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.process-step-card{z-index:2;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:var(--radius-lg);border:1px solid var(--border-color);background:#ffffff26;padding:3rem;transition:background-color .35s,opacity .35s,transform .3s,box-shadow .3s,border-color .3s;position:relative}.process-step-card:hover{box-shadow:var(--shadow-blue);background:#fff;border-color:#1a73e840;transform:translateY(-8px)}.process-step-number{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:800;display:flex}.process-step-card h3{margin-bottom:.75rem;font-size:1.25rem}.process-step-card p{color:var(--text-gray);font-size:.9375rem;line-height:1.6}@media (width<=968px){.solutions-grid{grid-template-columns:1fr}.featured-product-card{grid-template-columns:1fr;gap:3rem}.process-steps{grid-template-columns:1fr}}.about-page{background:#fff;padding-top:72px;position:relative;overflow:hidden}.about-geometric-bg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.about-accent{width:min(56vw,760px);height:auto;position:absolute}.about-accent-hero{top:2rem;right:-12rem}.about-accent-story{opacity:.86;top:34rem;left:-12rem}.about-accent-team{opacity:.9;top:72rem;right:-10rem}.about-accent-lower{opacity:.82;bottom:10rem;left:-14rem}.about-page>section{z-index:1;position:relative;overflow:hidden}.about-page>section>.container{z-index:2;position:relative}.section-geometry{z-index:1;pointer-events:none;opacity:.72;filter:brightness(.88)saturate(1.25)drop-shadow(0 20px 34px #0f2a4a14);width:clamp(420px,54vw,900px);height:auto;position:absolute}.header-geometry{top:-1.5rem;right:-11rem;transform:rotate(4deg)scale(1.08)}.story-geometry{bottom:-2rem;left:-13rem;transform:rotate(-8deg)scale(1.14)}.team-geometry{top:-2rem;right:-11rem;transform:rotate(10deg)scale(1.18)}.podcast-geometry{top:-2rem;left:-12rem;transform:rotate(7deg)scale(1.14)}.values-geometry{bottom:-5rem;right:-12rem;transform:rotate(-6deg)scale(1.16)}.culture-geometry{top:0;left:-12rem;transform:rotate(12deg)scale(1.22)}.cta-geometry{top:50%;right:-12rem;transform:translateY(-50%)rotate(-12deg)scale(1.16)}@media (width<=1024px){.about-page{padding-top:1rem}}.trusted-accent{color:var(--primary-light);margin-right:.4rem}.about-page .page-header{background:0 0;padding:5.5rem 0 2.75rem}.about-page .final-cta-section{padding:4.5rem 0}.about-section-header{text-align:center}.about-section-header p{color:var(--text-gray);font-size:1.125rem}.story-section{background:0 0;padding:5rem 0}.story-content{grid-template-columns:1.05fr 1fr;align-items:center;gap:5rem;margin-bottom:0;display:grid}.story-label{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);border-left:3px solid var(--primary);margin-bottom:1rem;padding-left:1rem;font-size:.8125rem;font-weight:600;display:inline-block}.story-text h2{letter-spacing:-.02em;color:var(--text-dark);margin-bottom:1.75rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.15}.story-text p{color:var(--text-gray);margin-bottom:1.25rem;font-size:1.0625rem;line-height:1.8}.story-image-wrap{border-radius:20px;position:relative;overflow:visible}.story-image-photo{object-fit:cover;filter:saturate(1.05);border-radius:20px;width:100%;height:480px;display:block;box-shadow:0 30px 60px -20px #00000040}.story-image-badge{background:#fff;border:1px solid #1a73e826;border-radius:16px;align-items:center;gap:.875rem;padding:1.25rem 1.5rem;display:flex;position:absolute;bottom:-28px;left:-28px;box-shadow:0 20px 40px -10px #1a73e840}.badge-num{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);-webkit-text-fill-color:transparent;letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;font-size:2.75rem;font-weight:800;line-height:1}.badge-label{color:var(--text-dark);font-size:.8125rem;font-weight:600;line-height:1.3}.podcast-section{background:0 0;padding:4.5rem 0}.podcast-layout{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.podcast-copy h2{color:var(--text-dark);margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.15}.podcast-copy p{color:var(--text-gray);font-size:1.0625rem;line-height:1.8}.podcast-player-panel{gap:1rem;min-width:0;display:grid}.podcast-embed-wrap{aspect-ratio:16/9;background:#eef2f7;border:1px solid #1a73e81f;border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:0 24px 56px -36px #0f2a4a80}.podcast-embed-wrap iframe{border:0;border-radius:12px;width:100%;height:100%;position:absolute;inset:0}.podcast-menu-shell{border-radius:var(--radius-md);background:#ffffffa8;border:1px solid #1a73e82e;padding:.75rem .5rem 1.25rem .75rem;position:relative;box-shadow:inset 0 -18px 24px -26px #0f2a4a80}.podcast-menu-shell:after{content:"";pointer-events:none;background:linear-gradient(#fff0,#fff 74%);height:3.75rem;position:absolute;bottom:1.25rem;left:.75rem;right:.75rem}.podcast-menu{scrollbar-width:thin;scrollbar-color:#1a73e859 #0f2a4a0f;gap:.625rem;max-height:18rem;padding-bottom:2.25rem;padding-right:.5rem;display:grid;overflow-y:auto}.podcast-menu::-webkit-scrollbar{width:8px}.podcast-menu::-webkit-scrollbar-track{background:#0f2a4a0f;border-radius:999px}.podcast-menu::-webkit-scrollbar-thumb{background:#1a73e859;border-radius:999px}.podcast-scroll-indicator{pointer-events:none;gap:.3rem;display:inline-flex;position:absolute;bottom:.45rem;left:50%;transform:translate(-50%)}.podcast-scroll-indicator span{background:#1a73e86b;border-radius:50%;width:4px;height:4px}.podcast-menu-item{border-radius:var(--radius-sm);width:100%;color:var(--text-dark);font:inherit;text-align:left;cursor:pointer;background:#ffffffc7;border:1px solid #0f2a4a14;padding:.875rem 1rem;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .2s}.podcast-menu-item:hover,.podcast-menu-item:focus{background:#fff;border-color:#1a73e847;outline:none;transform:translateY(-1px);box-shadow:0 14px 32px -26px #0f2a4a73}.podcast-menu-item.active{background:#1a73e814;border-color:#1a73e85c}.podcast-menu-item span,.podcast-menu-item small{display:block}.podcast-menu-item span{font-weight:800}.podcast-menu-item small{color:var(--text-gray);margin-top:.25rem;font-size:.875rem;line-height:1.4}.values-section{background:0 0;padding:4.5rem 0}.values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.value-card{border-radius:var(--radius-lg);border:1px solid var(--border-color);text-align:center;background:#fff;padding:2.5rem;transition:all .3s}.value-card:hover{box-shadow:var(--shadow-blue);border-color:var(--primary);transform:translateY(-8px)}.value-icon{width:72px;height:72px;color:var(--primary);background:#1a73e81a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.value-card h3{margin-bottom:1rem;font-size:1.5rem}.value-card p{color:var(--text-gray);line-height:1.7}.about-team-section{isolation:isolate;background:0 0;padding:4.5rem 0;position:relative;overflow:hidden}.about-team-section .container{z-index:1;position:relative}.about-team-shell{background:#fffffff0;border:1px solid #0f2a4a14;grid-template-columns:74px minmax(0,1fr) minmax(220px,.34fr);min-height:0;display:grid;box-shadow:0 28px 70px -38px #0f2a4a61}.about-team-rail{color:var(--text-dark);letter-spacing:.08em;text-transform:uppercase;border-right:1px solid #0f2a4a14;flex-direction:column;justify-content:space-between;padding:1.75rem 1rem;font-size:.6875rem;font-weight:800;display:flex}.about-team-rail span:last-child{writing-mode:vertical-rl;transform:rotate(180deg)}.about-team-feature{grid-template-columns:minmax(260px,390px) minmax(0,1fr);align-items:center;column-gap:clamp(1.5rem,4vw,3rem);min-width:0;padding:2rem;display:grid}.about-team-feature.team-transition-forward .about-team-media{animation:.48s cubic-bezier(.22,1,.36,1) both team-photo-slide-in-right}.about-team-feature.team-transition-forward .about-team-copy{animation:.48s cubic-bezier(.22,1,.36,1) 60ms both team-copy-slide-in-right}.about-team-feature.team-transition-backward .about-team-media{animation:.48s cubic-bezier(.22,1,.36,1) both team-photo-slide-in-left}.about-team-feature.team-transition-backward .about-team-copy{animation:.48s cubic-bezier(.22,1,.36,1) 60ms both team-copy-slide-in-left}.about-team-media{aspect-ratio:3/4;background:#e9ecef;width:min(100%,390px);max-height:520px;overflow:hidden}.about-team-media img{object-fit:cover;object-position:center 25%;filter:grayscale(5%);width:100%;height:100%}.about-team-photo-placeholder{color:#0f2a4a47;background:linear-gradient(135deg,#0f2a4a14,#1a73e80a),repeating-linear-gradient(135deg,#0f2a4a14 0 1px,#0000 1px 16px);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.about-team-photo-placeholder:after{content:"Photo";color:#0f2a4a61;letter-spacing:.14em;text-transform:uppercase;font-size:.75rem;font-weight:800}.about-team-copy{min-width:0;max-width:740px;padding:0}.about-team-kicker{border-bottom:1px solid var(--text-dark);color:var(--text-dark);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;padding-bottom:.35rem;font-size:.75rem;font-weight:800;display:inline-block}.about-team-copy h2{color:var(--text-dark);letter-spacing:-.03em;margin-bottom:.75rem;font-size:clamp(2rem,4.2vw,3.75rem);font-weight:800;line-height:.95}.about-team-copy p{max-width:56ch;color:var(--text-dark);font-size:clamp(1rem,1.7vw,1.25rem);font-weight:600;line-height:1.35}.about-team-meta{color:var(--text-gray);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:1.25rem;margin-top:2rem;font-size:.8125rem;font-weight:700;display:flex}.about-team-meta a{color:var(--text-dark);align-items:center;gap:.45rem;display:inline-flex}.about-team-picker{border-left:1px solid #0f2a4a14;flex-direction:column;min-width:0;padding:1.75rem 1.5rem;display:flex}.about-team-picker-header{color:var(--text-dark);justify-content:flex-end;margin-bottom:auto;font-size:.75rem;font-weight:800;display:flex}.about-team-picker-header span{border-bottom:1px solid;padding-bottom:.35rem}.about-team-list{scrollbar-width:thin;flex-direction:column;gap:.5rem;max-height:250px;padding:.25rem .25rem .25rem 0;display:flex;overflow-y:auto}.about-team-name{width:100%;color:var(--text-dark);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;grid-template-columns:2rem 1fr;align-items:center;gap:.75rem;padding:.35rem 0;transition:transform .2s,color .2s;display:grid}.about-team-name span:last-child{width:fit-content;font-size:clamp(1.25rem,2.4vw,2rem);font-weight:300;line-height:1;transition:color .2s,font-weight .2s,transform .2s;position:relative}.about-team-name span:last-child:after{content:"";transform-origin:0;background:currentColor;height:2px;transition:transform .2s;position:absolute;bottom:-.25rem;left:0;right:0;transform:scaleX(0)}.about-team-index{color:var(--text-gray);font-size:.6875rem;font-weight:700;transition:color .2s,transform .2s}.about-team-name.active span:last-child{color:var(--primary);font-weight:800}.about-team-name:hover,.about-team-name:focus-visible{outline:none;transform:translate(.25rem)}.about-team-name:hover span:last-child,.about-team-name:focus-visible span:last-child{color:var(--primary-dark);transform:translate(.125rem)}.about-team-name:hover span:last-child:after,.about-team-name:focus-visible span:last-child:after,.about-team-name.active span:last-child:after{transform:scaleX(1)}.about-team-name:hover .about-team-index,.about-team-name:focus-visible .about-team-index{color:var(--primary);transform:translate(-.125rem)}.about-team-dots{justify-content:center;gap:.75rem;margin-top:auto;padding-top:2rem;display:flex}.about-team-dots span{background:#0f2a4a73;border-radius:50%;width:3px;height:3px}.about-team-dots span.active{background:var(--primary);transform:scale(1.8)}@keyframes team-photo-slide-in-right{0%{opacity:0;transform:translate(34px)scale(.985)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes team-photo-slide-in-left{0%{opacity:0;transform:translate(-34px)scale(.985)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes team-copy-slide-in-right{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0,0)}}@keyframes team-copy-slide-in-left{0%{opacity:0;transform:translate(-22px)}to{opacity:1;transform:translate(0,0)}}.culture-section{background:0 0;padding:5rem 0;position:relative;overflow:hidden}.culture-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#1a73e80d 0%,#0000 65%);width:500px;height:500px;position:absolute;top:-100px;right:-100px}.culture-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#1a73e80a 0%,#0000 70%);width:600px;height:600px;position:absolute;bottom:-200px;left:-150px}.culture-grid{z-index:1;grid-template-columns:repeat(12,1fr);align-items:start;gap:1.5rem;display:grid;position:relative}.culture-intro{grid-area:1/1/auto/8;padding-bottom:1rem}.culture-label{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);align-items:center;gap:.625rem;margin-bottom:1.5rem;font-size:.8125rem;font-weight:600;display:inline-flex}.culture-label .eyebrow-dot{background:var(--primary);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #1a73e826}.culture-headline{letter-spacing:-.03em;color:var(--text-dark);font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:800;line-height:1}.culture-headline .strike{color:var(--text-gray);position:relative}.culture-headline .strike:after{content:"";background:var(--primary);border-radius:2px;height:5px;position:absolute;top:52%;left:-4%;right:-4%;transform:rotate(-3deg)}.culture-headline .culture-accent{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.culture-statement{background:#fff;border:1px solid #0000000f;border-radius:16px;padding:2rem;transition:all .3s;position:relative;box-shadow:0 10px 30px -15px #0000001a}.culture-statement:hover{border-color:#1a73e833;transform:translateY(-4px);box-shadow:0 20px 40px -15px #1a73e82e}.culture-statement .statement-num{color:var(--primary);letter-spacing:.05em;margin-bottom:.875rem;font-family:Courier New,monospace;font-size:.875rem;font-weight:700;display:block}.culture-statement p{color:var(--text-dark);margin:0;font-size:1rem;line-height:1.7}.culture-statement p strong{color:var(--primary-dark);font-weight:700}.culture-statement.card-1{grid-area:1/8/auto/13;margin-top:1.5rem}.culture-statement.card-2{grid-area:2/2/auto/7;margin-top:3rem;transform:rotate(-.5deg)}.culture-statement.card-3{grid-area:2/7/auto/12;margin-top:5rem;transform:rotate(.5deg)}.culture-pullquote{text-align:center;grid-area:3/3/auto/11;margin-top:4rem;padding:2.5rem 3rem;position:relative}.culture-pullquote .quote-mark{width:56px;height:56px;color:var(--primary);opacity:.15;margin:0 auto 1rem;display:block}.culture-pullquote p{color:var(--text-dark);letter-spacing:-.01em;font-size:clamp(1.25rem,2.5vw,1.75rem);font-style:italic;font-weight:600;line-height:1.4}.quote-author{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.875rem;margin-top:1.5rem;font-size:.875rem;font-weight:800;display:inline-flex}.quote-author-line{background:linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 100%);border-radius:999px;width:38px;height:2px}@media (width<=968px){.story-content{grid-template-columns:1fr;gap:3rem}.story-image-photo{height:320px}.story-image-badge{padding:1rem 1.25rem;bottom:-20px;left:16px}.badge-num{font-size:2rem}.values-grid,.podcast-layout{grid-template-columns:1fr}.story-section,.podcast-section,.values-section,.about-team-section{padding:3.75rem 0}.about-team-shell{grid-template-columns:56px minmax(0,1fr);min-height:0}.about-team-picker{border-top:1px solid #0f2a4a14;border-left:0;grid-column:1/3}.about-team-picker-header{justify-content:flex-start;margin-bottom:1rem}.about-team-list{flex-direction:row;max-height:none;padding-bottom:.5rem;overflow:auto hidden}.about-team-name{grid-template-columns:auto;min-width:170px}.about-team-name span:last-child{font-size:1.25rem}.culture-section{padding:3.75rem 0}.culture-grid{grid-template-columns:1fr;gap:1.5rem}.culture-intro,.culture-statement.card-1,.culture-statement.card-2,.culture-statement.card-3,.culture-pullquote{grid-area:auto/1;margin-top:0;transform:none}.culture-pullquote{padding:1.5rem .5rem}}@media (width<=720px){.about-page .page-header{padding:4.5rem 0 2rem}.about-page .final-cta-section{padding:3.5rem 0}.story-section,.podcast-section,.values-section,.about-team-section{padding:3.25rem 0}.about-team-shell{grid-template-columns:1fr}.about-team-rail{display:none}.about-team-feature{grid-template-columns:minmax(0,1fr);padding:1.5rem}.about-team-feature.team-transition-forward .about-team-media,.about-team-feature.team-transition-forward .about-team-copy,.about-team-feature.team-transition-backward .about-team-media,.about-team-feature.team-transition-backward .about-team-copy{animation-duration:.38s}.about-team-media{justify-self:center;width:min(100%,320px);max-height:none}.about-team-copy{padding:1.5rem 0 0}.about-team-meta{flex-direction:column;align-items:flex-start;gap:.75rem;margin-top:1.5rem}.about-team-picker{grid-column:1;padding:1.25rem 1.5rem 1.5rem}.podcast-menu-item{padding:.8125rem .875rem}}@media (prefers-reduced-motion:reduce){.about-team-feature.team-transition-forward .about-team-media,.about-team-feature.team-transition-forward .about-team-copy,.about-team-feature.team-transition-backward .about-team-media,.about-team-feature.team-transition-backward .about-team-copy{animation:none!important}}.toast{z-index:2000;opacity:0;pointer-events:none;background:#fff;border:1px solid #1a73e82e;border-radius:14px;align-items:flex-start;gap:.875rem;width:min(380px,100vw - 48px);padding:1rem 2.5rem 1.125rem 1rem;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .25s;display:flex;position:fixed;top:96px;right:24px;overflow:hidden;transform:translateY(-16px)scale(.96);box-shadow:0 20px 50px -10px #1a73e840,0 8px 24px -6px #00000014}.toast.toast-open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.toast-icon{color:#1ea75a;background:#28c86e1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.toast-error{border-color:#dc262638;box-shadow:0 20px 50px -10px #dc262633,0 8px 24px -6px #00000014}.toast-error .toast-icon{color:#dc2626;background:#dc26261a}.toast-body{flex:1;min-width:0}.toast-title{color:var(--text-dark);margin-bottom:.125rem;font-size:.9375rem;font-weight:600;line-height:1.35}.toast-message{color:var(--text-gray);font-size:.875rem;line-height:1.5}.toast-close{width:26px;height:26px;color:var(--text-gray);border-radius:6px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;position:absolute;top:10px;right:10px}.toast-close:hover{color:var(--text-dark);background:#0000000d}.toast-progress{background:linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 100%);transform-origin:0;width:100%;height:3px;animation-name:toast-progress-shrink;animation-timing-function:linear;animation-fill-mode:forwards;position:absolute;bottom:0;left:0}.toast-error .toast-progress{background:linear-gradient(90deg,#dc2626 0%,#f97316 100%)}@keyframes toast-progress-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (width<=600px){.toast{width:auto;inset:auto 16px 24px}}.contact-page{padding-top:72px;position:relative;overflow-x:hidden}.contact-page>section{z-index:1;position:relative}@media (width<=1024px){.contact-page{padding-top:1rem}}.contact-abstract-bg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.contact-bg-polygons,.contact-bg-rings{height:auto;position:absolute}.contact-bg-polygons{opacity:.9;width:70vw;min-width:700px;top:5%;left:-10%}.contact-bg-rings{opacity:.8;width:80vw;min-width:800px;top:40%;right:-15%}.contact-content-section{background:#fff;padding:5rem 0 6rem;overflow:visible}.contact-split{grid-template-columns:1.2fr 1fr;gap:4rem;min-width:0;display:grid}.contact-form-container,.contact-info-container{min-width:0}.contact-form-container{z-index:5;scroll-margin-top:calc(var(--navbar-height,0px) + 1rem);position:relative}.contact-form-container h2{margin-bottom:1rem;font-size:2rem}.contact-form-container>p{color:var(--text-gray);margin-bottom:2rem}.contact-form{min-width:0;scroll-margin-top:calc(var(--navbar-height,0px) + 1rem);flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.5rem;min-width:0;display:grid}.form-group{flex-direction:column;gap:.5rem;min-width:0;display:flex}.form-group label{color:var(--text-dark);font-size:.9375rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;min-width:0;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;opacity:.72}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1a73e81a}.form-group.has-error label{color:#b91c1c}.form-group.has-error input,.form-group.has-error textarea{background:#fff7f7;border-color:#dc2626}.form-group.has-error input:focus,.form-group.has-error textarea:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.form-error{color:#b91c1c;font-size:.8125rem;line-height:1.4}.form-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.form-group textarea{resize:vertical;min-height:150px}.message-limit{color:var(--text-gray);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;font-size:.8125rem;line-height:1.4;display:grid}.message-limit-track{appearance:none;background:#0f2a4a14;border:0;border-radius:999px;width:100%;height:4px;overflow:hidden}.message-limit-track::-webkit-progress-bar{border-radius:inherit;background:#0f2a4a14;height:100%}.message-limit-track::-webkit-progress-value{border-radius:inherit;background:linear-gradient(90deg, var(--primary), var(--primary-light));transition:width .18s,background .18s}.message-limit-track::-moz-progress-bar{border-radius:inherit;background:linear-gradient(90deg, var(--primary), var(--primary-light))}.message-limit.near-limit{color:#b45309}.message-limit.near-limit .message-limit-track::-webkit-progress-value{background:linear-gradient(90deg,#f59e0b,#f97316)}.message-limit.near-limit .message-limit-track::-moz-progress-bar{background:linear-gradient(90deg,#f59e0b,#f97316)}.message-limit.at-limit{color:#b91c1c;font-weight:700}.message-limit.at-limit .message-limit-track::-webkit-progress-value{background:linear-gradient(90deg,#dc2626,#f97316)}.message-limit.at-limit .message-limit-track::-moz-progress-bar{background:linear-gradient(90deg,#dc2626,#f97316)}.form-submit{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.form-submit:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #1a73e84d}.form-submit:disabled{opacity:.7;cursor:not-allowed}.form-submit-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite form-submit-spin}.service-dropdown{z-index:30;position:relative}.service-dropdown-trigger{border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;min-width:0;color:var(--text-dark);text-align:left;cursor:pointer;background:#fff;justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s;display:flex}.service-dropdown-trigger.is-placeholder{color:#6b7280b8}.service-dropdown-trigger:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1a73e81a}.service-dropdown-menu{z-index:100;border-radius:var(--radius-sm);background:#fff;border:1px solid #1a73e829;padding:.35rem;position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow:hidden;box-shadow:0 18px 40px -24px #0f2a4a73}.select-dropdown-option{width:100%;color:var(--text-dark);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:.7rem .75rem;font-family:inherit;font-size:.95rem;transition:background-color .16s,color .16s;display:block}.select-dropdown-option:hover,.select-dropdown-option:focus,.select-dropdown-option.is-highlighted{color:var(--primary-dark);background:#1a73e814;outline:none}.select-dropdown-option.is-selected{color:var(--primary-dark);background:#1a73e81f;font-weight:600}.select-dropdown-option.is-selected.is-highlighted{background:#1a73e829}@keyframes form-submit-spin{to{transform:rotate(360deg)}}.contact-info-container{z-index:1;border-radius:var(--radius-lg);border:1px solid var(--border-color);background:linear-gradient(135deg,#f9fafb 0%,#fff 100%);height:fit-content;padding:3rem;position:relative}.contact-info-container h3{margin-bottom:2rem;font-size:1.5rem}.contact-info-item{border-bottom:1px solid var(--border-color);align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.contact-info-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.contact-info-icon{border-radius:var(--radius-sm);width:48px;height:48px;color:var(--primary);background:#1a73e81a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info-details h4{color:var(--text-dark);margin-bottom:.5rem;font-size:1rem}.contact-info-details p{color:var(--text-gray);overflow-wrap:anywhere;font-size:.9375rem;line-height:1.6}.contact-info-details .contact-info-note{margin-top:.25rem;font-size:.875rem}.contact-info-details a{color:var(--primary);text-decoration:none;transition:color .2s}.contact-info-details a:hover{color:var(--primary-dark);text-decoration:underline}.map-section{background:#fff;padding:4rem 0}.map-embed{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:#eef2f7;width:min(100% - 4rem,1280px);min-height:440px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 18px 48px -32px #0f2a4a59}.map-embed iframe{filter:saturate(.9)contrast(1.02);border:0;width:100%;height:100%;position:absolute;inset:0}.hours-section{text-align:center;background:radial-gradient(circle at 50% 0,#1a73e814 0%,#0000 42%),#fff;padding:4rem 0}.hours-section h3{margin-bottom:1.5rem;font-size:1.75rem}.hours-grid{grid-template-columns:minmax(0,1fr);max-width:420px;margin:0 auto;display:grid}.hours-item{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-md);background:#ffffffb8;border:1px solid #1a73e824;padding:1.75rem;box-shadow:0 18px 42px -28px #0f2a4a66}.hours-item h4{color:var(--text-dark);margin-bottom:.5rem;font-size:1.125rem}.hours-item p{color:var(--text-gray);font-size:.9375rem}.emergency-note{border-radius:var(--radius-md);color:var(--primary);background:#1a73e80d;border:1px solid #1a73e81a;margin-top:2rem;padding:1.5rem;font-weight:600}@media (width<=968px){.contact-split{grid-template-columns:1fr}.form-row{grid-template-columns:minmax(0,1fr)}.map-section{padding:3rem 0}.map-embed{border-radius:var(--radius-md);width:calc(100% - 2rem);min-height:340px}}@media (width<=460px){.contact-content-section{padding:3rem 0 4rem;overflow:visible}.contact-form-container{width:100%;max-width:100%}.contact-form-container h2{font-size:1.625rem}.contact-form-container>p{margin-bottom:1.5rem}.contact-form,.form-row{gap:1rem}.form-group input,.form-group select,.form-group textarea{padding:.8125rem .875rem;font-size:.9375rem}.form-group textarea{min-height:130px}.form-submit{white-space:normal;width:100%;min-width:0;padding:.875rem 1rem}}:root{--primary:#1a73e8;--primary-light:#4285f4;--primary-lighter:#8ab4f8;--primary-dark:#1557b0;--primary-darker:#0d47a1;--accent-blue-light:#e3f2fd;--accent-blue:#64b5f6;--accent-blue-dark:#42a5f5;--neutral-dark:#1f2937;--neutral-mid:#374151;--neutral-light:#f9fafb;--text-dark:#111827;--text-light:#fff;--text-gray:#6b7280;--border-color-light:#4285f457;--border-color:#0000001a;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a;--shadow-blue:0 10px 30px #1a73e826;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--spacing-2xl:4rem;--spacing-3xl:6rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--neutral-light);color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;overflow-x:hidden}code{font-family:Courier New,monospace}h1,h2,h3,h4,h5,h6{color:var(--text-dark);font-weight:700;line-height:1.2}h1{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4rem)}h2{letter-spacing:-.01em;font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.25rem,2.5vw,1.5rem)}p{color:var(--text-gray);font-size:1rem;line-height:1.7}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{max-width:1280px;padding:0 var(--spacing-lg);margin:0 auto}.container-wide{max-width:1440px;padding:0 var(--spacing-lg);margin:0 auto}.btn{border-radius:var(--radius-md);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;transition-property:transform,background-color,box-shadow,opacity;transition-duration:.2s;transition-timing-function:ease;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);color:var(--text-light);box-shadow:0 4px 14px #0c01694d}.btn-primary:hover{box-shadow:0 6px 20px #0c016966}.btn-secondary{color:var(--primary);border:2px solid var(--primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a}.btn-secondary:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-ghost{color:var(--primary);background:0 0}.btn-ghost:hover{background:#0c01690d}.card{border-radius:var(--radius-lg);padding:var(--spacing-xl);box-shadow:var(--shadow-md);background:#fff;border:1px solid #0000000d;transition-property:transform,box-shadow;transition-duration:.3s;transition-timing-function:ease}.card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.glass{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #fff3}.glass-dark{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#121219cc;border:1px solid #ffffff1a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-in{animation:.6s ease-out fadeIn}.animate-fade-in-up{animation:.8s ease-out fadeInUp}.animate-slide-in-left{animation:.6s ease-out slideInLeft}.animate-slide-in-right{animation:.6s ease-out slideInRight}.page-reveal{opacity:0;transform:translate3d(var(--page-reveal-x,0px), var(--page-reveal-y,14px), 0) scale(var(--page-reveal-scale,1));transition:opacity .48s,transform .48s cubic-bezier(.22,1,.36,1);transition-delay:var(--page-reveal-delay,0s);will-change:opacity, transform}.page-reveal.is-visible{opacity:1;transform:translate(0,0)scale(1)}.page-reveal-anchor-replay{animation:.62s cubic-bezier(.22,1,.36,1) both page-anchor-replay}.page-reveal-left{--page-reveal-x:-18px;--page-reveal-y:6px}.page-reveal-right{--page-reveal-x:18px;--page-reveal-y:6px}.page-reveal-soft{--page-reveal-y:12px}.page-reveal-scale{--page-reveal-y:8px;--page-reveal-scale:.985}.page-header .page-eyebrow,.page-header h1,.page-header-main>p,.page-header-actions,.page-header-meta{animation:.52s both page-header-settle}.page-header h1{animation-delay:60ms}.page-header-main>p{animation-delay:.12s}.page-header-actions{animation-delay:.18s}.page-header-meta{animation-delay:.2s}.page-header-divider:after{transform-origin:0;animation:.72s .18s both page-divider-draw}@keyframes page-header-settle{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes page-divider-draw{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes page-anchor-replay{0%{opacity:0;transform:translateY(18px)scale(.985);box-shadow:0 0 #1a73e800}62%{opacity:1;transform:translate(0,0)scale(1);box-shadow:0 18px 38px #1a73e81a}to{opacity:1;transform:translate(0,0)scale(1);box-shadow:0 0 #1a73e800}}@media (prefers-reduced-motion:reduce){.page-reveal,.page-reveal-anchor-replay,.page-header .page-eyebrow,.page-header h1,.page-header-main>p,.page-header-actions,.page-header-meta,.page-header-divider:after{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}}@media (width<=768px){.page-reveal{transition-duration:.72s}}.page-header{background:#fff;padding:7rem 0 3.5rem;position:relative;overflow:hidden}.page-header:before{content:"";pointer-events:none;background:radial-gradient(circle,#1a73e814 0%,#0000 60%);width:480px;height:480px;position:absolute;top:72px;right:-120px}.page-header:after{content:"";pointer-events:none;background:radial-gradient(circle,#1a73e80d 0%,#0000 60%);width:280px;height:280px;position:absolute;top:50%;left:-100px}.page-header-grid{z-index:1;grid-template-columns:1.4fr 1fr;align-items:end;gap:4rem;padding-bottom:3rem;display:grid;position:relative}.page-header-main{max-width:720px}.page-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);background:#1a73e80f;border:1px solid #1a73e81f;border-radius:50px;align-items:center;gap:.625rem;margin-bottom:1.75rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;display:inline-flex}.page-eyebrow .eyebrow-dot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse;box-shadow:0 0 0 4px #1a73e826}.page-header h1{letter-spacing:-.03em;color:var(--text-dark);margin-bottom:1.75rem;font-size:clamp(2.5rem,5.5vw,4.25rem);font-weight:800;line-height:1.1}.page-header h1 .accent{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:-.05em -.08em -.1em;padding:.05em .08em .1em;font-style:italic;font-weight:800;line-height:1.15;display:inline-block}.page-header-main>p{color:var(--text-gray);max-width:560px;margin-bottom:2rem;font-size:1.125rem;line-height:1.65}.page-header-actions{flex-wrap:wrap;gap:1rem;display:flex}.page-header-meta{border-left:1px solid #00000014;flex-direction:column;gap:1.5rem;padding-left:2rem;display:flex}.meta-stat{flex-direction:column;gap:.25rem;display:flex}.meta-stat .meta-value{color:var(--text-dark);letter-spacing:-.02em;font-size:2rem;font-weight:800;line-height:1}.meta-stat .meta-value .unit{color:var(--text-gray);margin-left:.25rem;font-size:1rem;font-weight:600}.meta-stat .meta-label{color:var(--text-gray);font-size:.875rem;line-height:1.4}.page-header-divider{background:linear-gradient(90deg,#0000 0%,#00000014 20% 80%,#0000 100%);height:1px;position:relative}.page-header-divider:after{content:"";background:linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 100%);border-radius:4px;width:80px;height:7px;position:absolute;top:-3px;left:0}@media (width<=968px){.page-header{padding:6rem 0 2.5rem}.page-header-grid{grid-template-columns:1fr;align-items:start;gap:2.5rem}.page-header-meta{border-top:1px solid #00000014;border-left:none;flex-flow:wrap;gap:2rem;padding-top:1.5rem;padding-left:0}.meta-stat .meta-value{font-size:1.625rem}}@media (width<=768px){.container,.container-wide{padding:0 var(--spacing-md)}.btn{padding:.75rem 1.5rem;font-size:.9375rem}.card{padding:var(--spacing-lg)}}@media (width<=480px){.container,.container-wide{padding:0 var(--spacing-sm)}}
