@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;color:var(--charcoal);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{min-height:100vh;display:flex;flex-direction:column}.app-main-content{flex:1}.container{max-width:1200px!important;margin:0 auto!important;padding:0 var(--space-lg)!important}.section-padding{padding:var(--space-4xl) 0}@media (max-width: 768px){.container{padding:0 var(--space-md)}.section-padding{padding:60px 0}}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(228,228,231,.3);transition:all .3s ease}.header.scrolled{background:#fffffff2;border-bottom-color:var(--border-color);box-shadow:var(--shadow-sm)}.header-content{display:flex;align-items:center;justify-content:space-between;height:72px}.logo{text-decoration:none}.logo-text{font-size:24px;font-weight:800;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}.nav{display:flex;align-items:center;gap:32px}.nav-desktop{display:flex;margin-left:auto}.menu-toggle{display:none;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;margin:0;position:relative}.nav-link{text-decoration:none;color:var(--text-secondary);font-weight:500;font-size:15px;transition:color .2s ease;position:relative}.nav-link:hover{color:var(--text-primary)}.nav-link:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:2px;background:var(--primary-gradient);transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:var(--primary-500)}.header .btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:10px 20px!important;border-radius:var(--radius-lg)!important;font-weight:600!important;font-size:14px!important;line-height:1.4!important;text-decoration:none!important;border:none!important;cursor:pointer!important;transition:all .2s ease!important;white-space:nowrap!important}.header .btn-primary{background:var(--primary-gradient)!important;color:#fff!important;box-shadow:var(--shadow-md)!important}.header .btn-primary:hover{transform:translateY(-1px)!important;box-shadow:var(--shadow-lg)!important}@media (max-width: 1024px){.nav-desktop{display:none}.menu-toggle{display:block;margin-left:16px}.nav-link{font-size:14px}.logo-text{font-size:20px}.header-content{justify-content:space-between}}@media (max-width: 640px){.nav-desktop{display:none}}.menu-toggle span.menu-bar{display:block;width:24px;height:2px;margin:5px 0;background:#1a202c;transition:.3s}.menu-toggle.open span.menu-bar:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-toggle.open span.menu-bar:nth-child(2){opacity:0}.menu-toggle.open span.menu-bar:last-child{transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav{position:fixed;top:72px;left:0;right:0;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow-sm);z-index:99}.mobile-nav-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:24px 16px}.mobile-link{text-decoration:none;color:var(--text-primary);font-weight:600;padding:12px;width:100%;max-width:200px;border-radius:10px;transition:all .2s ease}.mobile-link:hover{background:#00000008}.mobile-link.active{color:var(--primary-500);background:#2b6cb00d}.mobile-cta{width:100%;max-width:280px;margin-top:8px;padding:16px 32px!important}.footer{background:linear-gradient(135deg,#18181b,#27272a);color:var(--gray-300);padding:64px 0 24px}.footer-content{display:flex;flex-direction:column;gap:48px}.footer-main{display:grid;grid-template-columns:1fr 2fr;gap:64px}.footer-brand{display:flex;flex-direction:column;gap:24px}.footer-logo{display:flex;flex-direction:column;gap:4px}.footer-logo .logo-text{font-size:28px;font-weight:800;background:var(--primary-gradient)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important;letter-spacing:-.5px;display:inline-block;width:fit-content}.footer-association{font-size:10.5px;color:var(--gray-400);font-weight:400;letter-spacing:.3px}.footer-description{color:var(--gray-400);line-height:1.6;max-width:320px}.footer-social{display:flex;gap:16px}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:var(--radius-lg);color:var(--gray-400);transition:all .2s ease}.social-link:hover{background:#ffffff1a;color:var(--gray-400);transform:none}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.footer-column-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:16px}.footer-link-list{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-link-list a{color:var(--gray-400);text-decoration:none;font-size:14px;transition:color .2s ease}.footer-link-list a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:var(--gray-500);font-size:14px}.footer-bottom-right{display:flex;gap:24px}.footer-bottom-right a{color:var(--gray-500);text-decoration:none;font-size:14px;transition:color .2s ease}.footer-bottom-right a:hover{color:var(--gray-300)}@media (max-width: 768px){.footer{padding:48px 0 24px}.footer-main{grid-template-columns:1fr;gap:48px}.footer-links{grid-template-columns:1fr;gap:32px}.footer-association{font-size:9px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.footer-bottom-right{gap:16px}}.homepage{padding-top:72px;background-color:var(--home-pg-off-white)}:root{--home-pg-charcoal: #1A202C;--home-pg-charcoal-light: #2D3748;--home-pg-off-white: #F7FAFC;--home-pg-white: #FFFFFF;--home-pg-modern-green: #2B6CB0;--home-pg-modern-green-dark: #2C5282;--home-pg-modern-green-light: #4299E1;--home-pg-light-gray: #E2E8F0;--home-pg-gray-100: #F7FAFC;--home-pg-gray-200: #EDF2F7;--home-pg-gray-300: #E2E8F0;--home-pg-gray-400: #CBD5E0;--home-pg-gray-500: #A0AEC0;--home-pg-gray-600: #718096;--home-pg-gray-700: #4A5568;--home-pg-gray-800: #2D3748;--home-pg-gray-900: #1A202C;--home-pg-font-heading: "Manrope", sans-serif;--home-pg-font-body: "Inter", sans-serif;--home-pg-text-xs: 12px;--home-pg-text-sm: 14px;--home-pg-text-base: 16px;--home-pg-text-lg: 18px;--home-pg-text-xl: 20px;--home-pg-text-2xl: 24px;--home-pg-text-3xl: 30px;--home-pg-text-4xl: 36px;--home-pg-text-5xl: 48px;--home-pg-text-6xl: 60px;--home-pg-text-7xl: 72px;--home-pg-space-xs: 4px;--home-pg-space-sm: 8px;--home-pg-space-md: 16px;--home-pg-space-lg: 24px;--home-pg-space-xl: 32px;--home-pg-space-2xl: 48px;--home-pg-space-3xl: 64px;--home-pg-space-4xl: 80px;--home-pg-space-5xl: 120px;--home-pg-space-6xl: 160px;--home-pg-radius-sm: 4px;--home-pg-radius-md: 8px;--home-pg-radius-lg: 12px;--home-pg-radius-xl: 16px;--home-pg-radius-2xl: 20px;--home-pg-radius-3xl: 24px;--home-pg-radius-full: 9999px;--home-pg-shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--home-pg-shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--home-pg-shadow-lg: 0 8px 24px rgba(0, 0, 0, .15);--home-pg-shadow-xl: 0 20px 40px rgba(0, 0, 0, .2);--home-pg-shadow-2xl: 0 25px 50px rgba(0, 0, 0, .25);--home-pg-transition-fast: .15s ease;--home-pg-transition-normal: .3s ease;--home-pg-transition-slow: .5s ease;--home-pg-container-width: 1200px;--home-pg-section-padding: 120px;--home-pg-section-padding-mobile: 80px}.homepage .btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:18px 42px;border-radius:16px;font-family:var(--home-pg-font-body);font-weight:700;font-size:17px;line-height:1.4;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:background .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),transform .2s ease-out;white-space:nowrap;position:relative;overflow:hidden;box-shadow:0 4px 14px #2b6cb040}.homepage .btn-primary{background:var(--home-pg-modern-green);color:var(--home-pg-white);border:2px solid var(--home-pg-modern-green)}.homepage .btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.homepage .btn-primary:hover:before{left:100%}.homepage .btn-primary:hover{background:var(--home-pg-modern-green-dark);transform:translateY(-2px);box-shadow:0 8px 25px #2b6cb066}.homepage .btn-primary:active{transform:translateY(0);box-shadow:0 4px 14px #2b6cb04d}.homepage .btn .btn-label{display:inline-block}.homepage .btn .btn-icon{transition:transform .25s ease,opacity .25s ease;opacity:.9;display:inline-block}.homepage .btn .btn-icon svg{width:16px;height:16px}.homepage .btn:hover .btn-icon{transform:translate(4px);opacity:1}.homepage .btn:active .btn-icon{transform:translate(2px)}.homepage .btn-secondary{background:var(--home-pg-off-white);color:var(--home-pg-charcoal);border:2px solid var(--home-pg-light-gray);box-shadow:0 4px 14px #1a202c1a}.homepage .btn-secondary:hover{border-color:var(--home-pg-modern-green);color:var(--home-pg-charcoal);transform:translateY(-2px);box-shadow:0 8px 25px #1a202c26}.section-header{text-align:center;margin-bottom:var(--home-pg-space-4xl)}.section-title{font-family:var(--home-pg-font-heading);font-size:var(--home-pg-text-5xl);font-weight:700;color:var(--home-pg-charcoal);margin-bottom:var(--home-pg-space-md);letter-spacing:-1px}.section-description{font-family:var(--home-pg-font-body);font-size:var(--home-pg-text-xl);color:var(--home-pg-charcoal);opacity:.7;max-width:600px;margin:0 auto;line-height:1.6}.homepage .hero{padding:119px 0!important;background:var(--home-pg-off-white);margin:0!important;position:relative}.homepage .hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 50% 35%,#f7fafce0,#f7fafc99 30%,#f7fafc00 65%);z-index:0}.hero-blueprint{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.hero-blueprint .bp-grid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-blueprint .bp-grid .bp-subgrid path{stroke:transparent}.hero-blueprint .bp-grid .bp-maingrid path{stroke:transparent}.hero-blueprint .bp-grid rect.bp-subgrid{animation:none;opacity:.09}.hero-blueprint .bp-grid rect.bp-maingrid{animation:none;opacity:.09}@keyframes gridFade{0%,to{opacity:.12}50%{opacity:.06}}.hero-blueprint .bp-icon{position:absolute;color:#2b6cb014;filter:drop-shadow(0 1px 2px rgba(43,108,176,.05))}.hero-blueprint .bp-i1{top:18%;left:12%}.hero-blueprint .bp-i2{top:30%;right:14%}.hero-blueprint .bp-i3{bottom:14%;left:22%}@media (max-width: 768px){.hero-blueprint{display:none}}@media (prefers-reduced-motion: reduce){.hero-blueprint .bp-grid rect.bp-subgrid,.hero-blueprint .bp-grid rect.bp-maingrid{animation:none}}@keyframes heroTitleFadeIn{0%{opacity:0}to{opacity:1}}@keyframes heroContentFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heroSubtitleFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:.7;transform:translateY(0)}}.hero-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1;animation:none}.homepage .hero .hero-content h1.hero-title{font-family:Manrope,sans-serif!important;font-size:clamp(40px,6vw,72px)!important;font-weight:800!important;color:#1a202c!important;line-height:1.1!important;letter-spacing:-.02em!important;margin:0 auto 32px!important;padding:0 24px!important;display:flex!important;flex-direction:column!important;visibility:visible!important;text-align:center!important;max-width:900px!important;background:none!important;text-shadow:none!important;-webkit-text-fill-color:#1A202C!important;-webkit-background-clip:initial!important;background-clip:initial!important;animation:heroTitleFadeIn .45s ease-out 0s both}.homepage .hero .hero-content h1.hero-title .line{display:block!important;white-space:nowrap!important}.homepage .hero .hero-content p.hero-description{font-family:Inter,sans-serif!important;font-size:clamp(18px,2vw,24px)!important;color:#1a202c!important;line-height:1.6!important;margin:0 auto 48px!important;padding:0 24px!important;display:block!important;visibility:visible!important;text-align:center!important;width:100%!important;background:none!important;text-shadow:none!important;-webkit-text-fill-color:#1A202C!important;-webkit-background-clip:initial!important;background-clip:initial!important;animation:heroSubtitleFadeUp .5s ease-out .5s both;opacity:.8!important}.hero-actions{display:flex;justify-content:center;align-items:center;animation:heroContentFadeIn .6s ease-out 1.05s both}.solutions{padding:var(--space-5xl) 0;background-color:var(--white)}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.solution-card{background:var(--white);border:1px solid var(--light-gray);border-radius:var(--radius-xl);padding:48px 32px;text-align:center;transition:all var(--transition-normal)}.solution-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--modern-green)}.solution-icon{width:80px;height:80px;background:var(--modern-green);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;margin:0 auto 32px;color:var(--white)}.solution-title{font-family:var(--font-heading);font-size:24px;font-weight:700;color:var(--charcoal);margin-bottom:16px}.solution-description{font-family:var(--font-body);font-size:16px;color:var(--charcoal);opacity:.7;line-height:1.6}.testimonials{padding:var(--space-5xl) 0;background-color:var(--off-white)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.testimonial-card{background:var(--white);border:1px solid var(--light-gray);border-radius:var(--radius-xl);padding:48px 32px;text-align:center}.testimonial-quote{font-family:var(--font-body);font-size:18px;color:var(--charcoal);line-height:1.6;margin-bottom:32px;font-style:italic}.testimonial-attribution{text-align:center}.attribution-name{font-family:var(--font-heading);font-size:16px;font-weight:600;color:var(--charcoal);margin-bottom:4px}.attribution-company{font-family:var(--font-body);font-size:14px;color:var(--charcoal);opacity:.6}.process{padding:var(--space-5xl) 0;background-color:var(--white)}.process-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:60px;max-width:1000px;margin:0 auto}.process-step{display:flex;align-items:flex-start;gap:var(--space-lg)}.step-number{font-family:var(--font-heading);font-size:48px;font-weight:800;color:var(--modern-green);line-height:1;min-width:60px;opacity:.3}.step-icon{width:60px;height:60px;background:var(--modern-green);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.step-content{flex:1}.step-title{font-family:var(--font-heading);font-size:24px;font-weight:700;color:var(--charcoal);margin-bottom:16px}.step-description{font-family:var(--font-body);font-size:16px;color:var(--charcoal);opacity:.7;line-height:1.6}.final-cta{padding:var(--space-5xl) 0;background:var(--off-white)}.cta-content{max-width:900px;margin:0 auto;text-align:center}.cta-title{font-family:var(--font-heading);font-size:clamp(28px,4vw,42px);font-weight:700;color:var(--charcoal);margin-bottom:20px;letter-spacing:-1px;line-height:1.2}.cta-description{font-family:var(--font-body);font-size:18px;color:var(--charcoal);opacity:.8;margin-bottom:40px;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.cta-actions{display:flex;justify-content:center;align-items:center}@media (max-width: 1024px){.solutions-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:32px}.process-steps{grid-template-columns:1fr;gap:40px}.process-step{flex-direction:column;text-align:center;gap:16px}.step-number{font-size:36px}.step-icon{width:50px;height:50px;margin:0 auto}}@media (max-width: 768px){.homepage .hero{padding:64px 0!important}.homepage .hero .hero-content h1.hero-title{font-size:28px!important;line-height:1.18!important;letter-spacing:-.8px!important}.homepage .hero .hero-content p.hero-description{font-size:16px!important}.solutions,.testimonials,.process,.final-cta{padding:var(--space-4xl) 0}.section-title{font-size:36px}.section-description{font-size:18px}.solutions-grid,.testimonials-grid{grid-template-columns:1fr;gap:24px}.solution-card,.testimonial-card{padding:32px 24px}.solution-icon{width:64px;height:64px;margin-bottom:24px}.solution-title,.step-title{font-size:20px}.cta-title{font-size:28px}.cta-description{font-size:16px}.hero-actions,.cta-actions{flex-direction:column;gap:16px}.btn{width:100%;max-width:280px}}@media (max-width: 768px){.homepage .hero{padding:100px 0 80px!important}.homepage .hero .hero-content h1.hero-title{font-size:38px!important;line-height:1.2!important;letter-spacing:-.02em!important;padding:0 20px!important;margin-bottom:24px!important}.homepage .hero .hero-content h1.hero-title .line{white-space:normal!important}.homepage .hero .hero-content p.hero-description{font-size:18px!important;padding:0 24px!important;margin-bottom:36px!important;opacity:.85!important}.homepage .btn{padding:16px 32px!important;width:calc(100% - 48px)!important;max-width:280px!important;justify-content:center!important}.homepage .btn .btn-icon{margin-left:8px!important}}.products-page{padding-top:72px}.products-hero{background:var(--service-pg-white);padding:calc(var(--service-pg-section-padding) * .9) 0;position:relative}.products-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:calc(var(--service-pg-space-4xl) * .9);align-items:center;max-width:1200px;margin:0 auto}.products-hero-text{padding-right:calc(var(--service-pg-space-xl) * .9)}.products-hero-badge{display:inline-block;padding:8px 16px;background:var(--modern-green);color:var(--off-white);font-size:14px;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:24px}.products-hero-visual{display:flex;justify-content:center;align-items:center}.products-icon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--service-pg-space-xl);max-width:480px;width:100%;margin:0 auto}.product-icon-item{display:flex;flex-direction:column;align-items:center;gap:var(--service-pg-space-md);padding:var(--service-pg-space-xl);background:var(--service-pg-gray-100);border-radius:var(--service-pg-radius-lg);border:1px solid var(--service-pg-gray-200);text-align:center;transition:transform .3s ease}.product-icon-item svg{color:var(--service-pg-modern-green);width:32px;height:32px}.product-icon-item span{font-family:var(--service-pg-font-body);font-size:14px;font-weight:600;color:var(--service-pg-charcoal);text-align:center}.product-icon-item:hover{transform:translateY(-2px)}@media (max-width: 768px){.products-hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.products-hero-text{padding-right:0}.products-icon-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:360px;width:100%;margin:0 auto}.product-icon-item{padding:12px}}.products-hero-title{font-family:Manrope,sans-serif;font-size:clamp(36px,6vw,64px);font-weight:800;line-height:1.2;letter-spacing:-1px;color:var(--charcoal);margin-bottom:32px}.accent{color:var(--modern-green)}.products-hero-description{font-family:Inter,sans-serif;font-size:20px;line-height:1.6;color:var(--gray-700);margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.products-hero-actions{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.products-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius-lg);font-weight:600;font-size:15px;line-height:1.4;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.products-btn-primary{background:var(--modern-green);color:var(--off-white);box-shadow:0 4px 6px -1px #0000001a}.products-btn-primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-lg)}.products-btn-secondary{background:transparent;color:var(--charcoal);border:2px solid var(--light-gray)}.products-btn-secondary:hover{background:var(--off-white);border-color:var(--modern-green);color:var(--modern-green);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.products-page .products-showcase{padding:80px 0;background:var(--off-white)}.products-page .products-showcase-header{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.products-page .products-showcase-title{font-family:Manrope,sans-serif;font-size:clamp(28px,4vw,40px);font-weight:700;color:var(--charcoal);margin-bottom:16px;letter-spacing:-.5px}.products-page .products-showcase-subtitle{font-family:Inter,sans-serif;font-size:18px;line-height:1.6;color:var(--gray-700);margin:0}.products-page .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:40px;max-width:1200px;margin:0 auto}.products-page .product-showcase-card{background:var(--white);border-radius:16px;border:1px solid var(--light-gray);overflow:hidden;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;transition:all .3s ease}.products-page .product-showcase-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.products-page .product-showcase-image{height:280px;overflow:hidden;background:#f4f4f5;display:flex;align-items:center;justify-content:center}.products-page .product-showcase-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.products-page .product-showcase-img-smaller{width:85%;height:85%;object-fit:contain}.products-page .product-showcase-card:nth-child(2) .product-showcase-img{width:85%;height:85%;object-fit:contain}.products-page .product-showcase-content{padding:24px}.products-page .product-showcase-badge{display:inline-block;padding:6px 12px;background:var(--modern-green);color:var(--off-white);border-radius:20px;font-size:12px;font-weight:600;margin-bottom:16px}.products-page .product-showcase-badge-coming{background:#f59e0b1a;color:#f59e0b}.products-page .product-showcase-title{font-family:Manrope,sans-serif;font-size:28px;font-weight:700;color:var(--charcoal);margin-bottom:16px;line-height:1.2}.products-page .product-showcase-description{font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:var(--gray-700);margin-bottom:24px}.products-page .products-page .product-showcase-features{margin-bottom:32px}.products-page .product-showcase-feature{display:flex;align-items:center;gap:12px;margin-bottom:12px}.products-page .products-page .product-showcase-feature-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:var(--modern-green);color:var(--off-white);border-radius:50%;font-size:12px;font-weight:600;flex-shrink:0}.products-page .product-showcase-feature span:last-child{font-size:14px;color:#52525b;font-weight:500}.products-page .product-showcase-actions{display:flex;gap:16px;flex-wrap:wrap}.products-page .product-showcase-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:12px;font-weight:600;font-size:14px;line-height:1.4;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.products-page .product-showcase-btn-primary{background:var(--modern-green);color:var(--off-white);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.products-page .product-showcase-btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.products-page .product-showcase-btn-secondary{background:transparent;color:var(--charcoal);border:2px solid var(--light-gray)}.products-page .product-showcase-btn-secondary:hover{background:var(--off-white);border-color:var(--modern-green);color:var(--modern-green);transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}@media (max-width: 768px){.products-page .products-grid{grid-template-columns:1fr;gap:32px}.products-page .products-hero{padding:80px 0 120px}.products-page .products-showcase{padding:60px 0}.products-page .product-showcase-content{padding:24px}.products-page .product-showcase-image{height:240px}}.products-page .upcoming-products{padding:100px 0;background:#fff}.products-page .upcoming-products-header{text-align:center;margin-bottom:80px}.products-page .upcoming-products-title{font-size:42px;font-weight:700;color:var(--charcoal);margin-bottom:20px;letter-spacing:-1px}.products-page .upcoming-products-description{font-size:20px;color:var(--text-secondary);max-width:700px;margin:0 auto;line-height:1.6}.products-page .upcoming-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;max-width:1100px;margin:0 auto}.products-page .upcoming-product-card{background:#fff;border:1px solid var(--border-color);border-radius:20px;padding:36px 32px;text-align:left;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.products-page .upcoming-product-badge{display:inline-block;padding:6px 14px;background:#f59e0b1a;color:#f59e0b;border-radius:16px;font-size:12px;font-weight:600;margin-bottom:20px;border:1px solid rgba(245,158,11,.2)}.products-page .upcoming-product-icon{font-size:48px;margin-bottom:20px;display:block;text-align:left}.products-page .upcoming-product-title{font-size:22px;font-weight:700;color:var(--charcoal);margin-bottom:16px;text-align:left;line-height:1.3}.products-page .upcoming-product-description{font-size:15px;color:var(--text-secondary);line-height:1.6;margin-bottom:28px;text-align:left}.products-page .upcoming-product-features{margin-bottom:32px}.products-page .upcoming-feature-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.products-page .upcoming-feature-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:var(--modern-green);color:var(--off-white);border-radius:50%;font-size:12px;font-weight:600;flex-shrink:0;margin-top:2px}.products-page .upcoming-feature-item span:last-child{font-size:14px;color:var(--text-secondary);font-weight:500;line-height:1.5}.products-page .upcoming-products-cta{margin-top:80px;text-align:center;padding:60px 40px;background:linear-gradient(135deg,#3a85fe0d,#5e5ff50d,#8238ec0d);border-radius:24px;border:1px solid rgba(94,95,245,.1)}.products-page .cta-content{max-width:600px;margin:0 auto}.products-page .cta-title{font-size:32px;font-weight:700;color:var(--charcoal);margin-bottom:16px}.products-page .cta-description{font-size:18px;color:var(--text-secondary);line-height:1.6;margin-bottom:32px}.products-page .cta-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;background:var(--modern-green);color:var(--off-white);border-radius:var(--radius-xl);font-weight:600;font-size:16px;text-decoration:none;transition:all .3s ease;box-shadow:var(--shadow-md)}.products-page .cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media (max-width: 768px){.products-page .upcoming-products{padding:80px 0}.products-page .upcoming-products-title{font-size:32px}.products-page .upcoming-products-description{font-size:18px}.products-page .upcoming-products-grid{grid-template-columns:1fr;gap:32px}.products-page .upcoming-product-card{padding:32px 24px}.products-page .upcoming-product-icon{font-size:48px}.products-page .upcoming-product-title{font-size:20px}.products-page .upcoming-product-description{font-size:15px}.products-page .upcoming-products-cta{padding:40px 24px;margin-top:60px}.products-page .cta-title{font-size:24px}.products-page .cta-description{font-size:16px}}.services-page{padding-top:72px;background-color:var(--service-pg-off-white);overflow-x:hidden;width:100%}.services-page .header{position:fixed;width:100%;z-index:100;background:#ffffffe6}:root{--service-pg-charcoal: #1A202C;--service-pg-charcoal-light: #2D3748;--service-pg-off-white: #F7FAFC;--service-pg-white: #FFFFFF;--service-pg-modern-green: #2B6CB0;--service-pg-modern-green-dark: #2C5282;--service-pg-modern-green-light: #4299E1;--service-pg-light-gray: #E2E8F0;--service-pg-gray-100: #F7FAFC;--service-pg-gray-200: #EDF2F7;--service-pg-gray-300: #E2E8F0;--service-pg-gray-400: #CBD5E0;--service-pg-gray-500: #A0AEC0;--service-pg-gray-600: #718096;--service-pg-gray-700: #4A5568;--service-pg-gray-800: #2D3748;--service-pg-gray-900: #1A202C;--service-pg-font-heading: "Manrope", sans-serif;--service-pg-font-body: "Inter", sans-serif;--service-pg-text-xs: 12px;--service-pg-text-sm: 14px;--service-pg-text-base: 16px;--service-pg-text-lg: 18px;--service-pg-text-xl: 20px;--service-pg-text-2xl: 24px;--service-pg-text-3xl: 30px;--service-pg-text-4xl: 36px;--service-pg-text-5xl: 48px;--service-pg-text-6xl: 60px;--service-pg-text-7xl: 72px;--service-pg-space-xs: 4px;--service-pg-space-sm: 8px;--service-pg-space-md: 16px;--service-pg-space-lg: 24px;--service-pg-space-xl: 32px;--service-pg-space-2xl: 48px;--service-pg-space-3xl: 64px;--service-pg-space-4xl: 80px;--service-pg-space-5xl: 120px;--service-pg-space-6xl: 160px;--service-pg-radius-sm: 4px;--service-pg-radius-md: 8px;--service-pg-radius-lg: 12px;--service-pg-radius-xl: 16px;--service-pg-radius-2xl: 20px;--service-pg-radius-3xl: 24px;--service-pg-radius-full: 9999px;--service-pg-shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--service-pg-shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--service-pg-shadow-lg: 0 8px 24px rgba(0, 0, 0, .15);--service-pg-shadow-xl: 0 20px 40px rgba(0, 0, 0, .2);--service-pg-shadow-2xl: 0 25px 50px rgba(0, 0, 0, .25);--service-pg-transition-fast: .15s ease;--service-pg-transition-normal: .3s ease;--service-pg-transition-slow: .5s ease;--service-pg-container-width: 1200px;--service-pg-section-padding: 120px;--service-pg-section-padding-mobile: 80px;--service-pg-icon-size: 80px;--service-pg-icon-size-mobile: 64px;--service-pg-card-padding: 48px;--service-pg-card-padding-mobile: 32px;--service-pg-results-card-bg: var(--service-pg-white);--service-pg-results-card-border: var(--service-pg-light-gray)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--service-pg-space-sm);padding:var(--service-pg-space-md) var(--service-pg-space-xl);border-radius:var(--service-pg-radius-md);font-family:var(--service-pg-font-body);font-weight:600;font-size:var(--service-pg-text-base);line-height:1.4;text-decoration:none;border:none;cursor:pointer;transition:all var(--service-pg-transition-fast);white-space:nowrap;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.btn:hover:before{left:100%}.btn-primary{background:var(--service-pg-modern-green);color:var(--service-pg-white);box-shadow:var(--service-pg-shadow-md)}.btn-primary:hover{background:var(--service-pg-modern-green-dark);transform:translateY(-2px);box-shadow:var(--service-pg-shadow-lg)}.services-page .services-hero{padding:calc(var(--service-pg-section-padding) * .9) 0;background:var(--service-pg-white);position:relative}.services-page .services-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:calc(var(--service-pg-space-4xl) * .9);align-items:center;max-width:1200px;margin:0 auto}.services-page .services-hero-text{padding-right:calc(var(--service-pg-space-xl) * .9)}.services-page .services-hero-badge{display:inline-block;background:var(--service-pg-modern-green);color:var(--service-pg-white);padding:var(--service-pg-space-sm) var(--service-pg-space-lg);border-radius:var(--service-pg-radius-full);font-family:var(--service-pg-font-body);font-size:var(--service-pg-text-sm);font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:calc(var(--service-pg-space-lg) * .9)}.services-page .services-hero-title{font-family:var(--service-pg-font-heading);font-size:clamp(var(--service-pg-text-4xl),6vw,var(--service-pg-text-6xl));font-weight:800;color:var(--service-pg-charcoal);margin-bottom:calc(var(--service-pg-space-xl) * .9);letter-spacing:-1px;line-height:1.2}.services-page .services-hero-description{font-family:var(--service-pg-font-body);font-size:var(--service-pg-text-xl);color:var(--service-pg-gray-700);line-height:1.6;margin:0}.services-page .services-hero-visual{display:flex;justify-content:center;align-items:center}.services-page .services-icon-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--service-pg-space-xl);max-width:300px}.services-page .service-icon-item{display:flex;flex-direction:column;align-items:center;gap:var(--service-pg-space-md);padding:var(--service-pg-space-xl);background:var(--service-pg-gray-100);border-radius:var(--service-pg-radius-lg);border:1px solid var(--service-pg-gray-200);text-align:center}.services-page .service-icon-item svg{color:var(--service-pg-modern-green);width:32px;height:32px}.services-page .service-icon-item span{font-family:var(--service-pg-font-body);font-size:var(--service-pg-text-sm);font-weight:600;color:var(--service-pg-charcoal);text-transform:none;letter-spacing:.5px}.services-page .service-section{padding:calc(var(--service-pg-section-padding) * .75) 0!important;background:var(--service-pg-white);position:relative;margin:0!important;scroll-margin-top:80px}.services-page .service-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--service-pg-gray-300),transparent)}.services-page .service-section.alternate{background:linear-gradient(135deg,var(--service-pg-off-white) 0%,var(--service-pg-gray-200) 100%)}.services-page .service-content{max-width:1200px;margin:0 auto;padding:0 var(--service-pg-space-lg)}.services-page .service-header{text-align:center;margin-bottom:calc(var(--service-pg-space-5xl) * .75);padding:0 var(--service-pg-space-lg)}.service-icon{width:var(--service-pg-icon-size);height:var(--service-pg-icon-size);background:var(--service-pg-modern-green);border-radius:var(--service-pg-radius-3xl);display:flex;align-items:center;justify-content:center;margin:0 auto var(--service-pg-space-2xl);color:var(--service-pg-white);box-shadow:var(--service-pg-shadow-lg);transition:all var(--service-pg-transition-normal);position:relative;overflow:hidden}.service-icon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 100%);opacity:0;transition:opacity var(--service-pg-transition-normal)}.service-title{font-family:var(--service-pg-font-heading);font-size:clamp(var(--service-pg-text-4xl),6vw,var(--service-pg-text-6xl));font-weight:700;color:var(--service-pg-charcoal);margin-bottom:0;letter-spacing:-1px;background:linear-gradient(135deg,var(--service-pg-charcoal) 0%,var(--service-pg-charcoal-light) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.services-page .service-layout{display:grid;grid-template-columns:1fr 1fr 1fr;gap:calc(var(--service-pg-space-2xl) * .75);align-items:stretch;margin-bottom:calc(var(--service-pg-space-4xl) * .75)}.services-page .problem-column,.services-page .solution-column,.services-page .results-dashboard{height:100%;display:flex;flex-direction:column;justify-content:flex-start;background:var(--service-pg-white);border:1px solid var(--service-pg-light-gray);border-radius:var(--service-pg-radius-lg);padding:calc(var(--service-pg-space-xl) * .75);box-shadow:var(--service-pg-shadow-sm);transition:var(--service-pg-transition)}.services-page .problem-column:hover,.services-page .solution-column:hover,.services-page .results-dashboard:hover{box-shadow:var(--service-pg-shadow-md);transform:translateY(-2px)}.services-page .column-title{font-family:var(--service-pg-font-heading);font-size:var(--service-pg-text-xl);font-weight:700;color:var(--service-pg-charcoal);margin-bottom:calc(var(--service-pg-space-md) * .75);position:relative;display:flex;align-items:center;gap:var(--service-pg-space-sm);flex-shrink:0}.services-page .column-title:before{content:"";width:4px;height:24px;background:var(--service-pg-modern-green);border-radius:var(--service-pg-radius-sm)}.services-page .column-text{font-family:var(--service-pg-font-body);font-size:var(--service-pg-text-base);color:var(--service-pg-gray-700);line-height:1.6;margin:0;flex:1}.services-page .dashboard-title{font-family:var(--service-pg-font-heading);font-size:var(--service-pg-text-xl);font-weight:700;color:var(--service-pg-charcoal);margin-bottom:calc(var(--service-pg-space-md) * .75);text-align:center;display:flex;align-items:center;justify-content:center;gap:var(--service-pg-space-sm);flex-shrink:0}.services-page .dashboard-title:before{content:"";width:4px;height:20px;background:var(--service-pg-modern-green);border-radius:var(--service-pg-radius-sm)}.services-page .metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:calc(var(--service-pg-space-sm) * .75);flex:1;align-content:start;margin-top:auto}.services-page .metric-card{text-align:center;padding:calc(var(--service-pg-space-md) * .75);background:var(--service-pg-white);border-radius:var(--service-pg-radius-md);border:1px solid var(--service-pg-gray-200);display:flex;flex-direction:column;justify-content:center;min-height:80px}.services-page .metric-number{font-family:var(--service-pg-font-heading);font-size:var(--service-pg-text-3xl);font-weight:800;color:var(--service-pg-modern-green);line-height:1;margin-bottom:calc(var(--service-pg-space-xs) * .9)}.services-page .metric-label{font-family:var(--service-pg-font-body);font-size:var(--service-pg-text-xs);font-weight:600;color:var(--service-pg-gray-600);text-transform:uppercase;letter-spacing:.5px;line-height:1.2}.custom-solutions{padding:calc(var(--service-pg-section-padding) * .9) 0;background:linear-gradient(135deg,var(--service-pg-charcoal) 0%,var(--service-pg-charcoal-light) 100%);color:var(--service-pg-white);position:relative;overflow:hidden}.custom-solutions:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(43,108,176,.1) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(43,108,176,.05) 0%,transparent 50%);pointer-events:none}.custom-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}.custom-title{font-family:var(--service-pg-font-heading);font-size:clamp(var(--service-pg-text-4xl),6vw,var(--service-pg-text-6xl));font-weight:700;color:var(--service-pg-white);margin-bottom:var(--service-pg-space-xl);letter-spacing:-1px}.custom-description{font-family:var(--service-pg-font-body);font-size:clamp(var(--service-pg-text-lg),4vw,var(--service-pg-text-xl));color:var(--service-pg-white);opacity:.9;line-height:1.7;margin-bottom:var(--service-pg-space-3xl)}.custom-actions{display:flex;justify-content:center;align-items:center}@media (max-width: 1200px){.services-page .service-layout{grid-template-columns:1fr 1fr;gap:calc(var(--service-pg-space-xl) * .9)}.services-page .results-dashboard{grid-column:1 / -1;margin-top:calc(var(--service-pg-space-lg) * .9)}}@media (max-width: 480px){.services-page .service-layout{grid-template-columns:1fr;gap:24px;padding:0 16px}.service-card{padding:24px;margin-bottom:0}.service-card-title{font-size:22px;margin-bottom:12px}.service-card-description{font-size:15px;line-height:1.6;margin-bottom:20px}.service-features-list{gap:16px}.service-feature-item{padding:16px;font-size:15px}.btn{width:100%;max-width:280px;padding:14px 28px;font-size:15px;margin:0 auto}.services-page .results-dashboard{padding:24px;margin:24px 0;border-radius:12px}.services-page .metric-card{padding:20px}.metric-value{font-size:28px}.metric-label{font-size:14px}}@media (max-width: 768px){.services-page{width:100%;overflow-x:hidden}.container{padding:0 20px;width:100%;max-width:100%;margin:0 auto;box-sizing:border-box}.services-hero{padding:40px 0;text-align:center}.services-hero-content{padding:0;display:grid;grid-template-columns:1fr;gap:calc(var(--service-pg-space-2xl) * .9);text-align:center}.services-hero-badge{margin:0 auto 16px}.services-hero-title{font-size:36px!important;line-height:1.2!important;margin-bottom:20px}.services-hero-description{font-size:18px!important;line-height:1.6!important;margin-bottom:32px}.service-showcase{padding:40px 0}.service-showcase-grid{grid-template-columns:1fr;gap:32px}.service-showcase-text{padding:0;text-align:center}.service-showcase-title{font-size:28px!important;margin-bottom:16px}.service-showcase-description{font-size:16px!important;margin-bottom:24px}.service-features{padding:40px 0}.features-grid{grid-template-columns:1fr;gap:24px}.btn{width:100%;max-width:320px;padding:16px 32px}.service-showcase-actions{display:flex;flex-direction:column;align-items:center;gap:16px}.services-page .service-layout{grid-template-columns:1fr}.services-page .service-content{padding:0 16px}}.services-hero-title,.services-hero-description,.service-showcase-title,.service-showcase-description{max-width:100%;word-wrap:break-word}.services-hero{padding:80px 0 60px}.services-hero-content{padding:0 20px}@media (max-width: 480px){.services-page .services-hero{padding:calc(var(--service-pg-section-padding-mobile) * .9) 0}.services-page .services-hero-content{grid-template-columns:1fr;gap:calc(var(--service-pg-space-2xl) * .9);text-align:center}.services-page .services-hero-text{padding-right:0}.services-page .services-icon-grid{grid-template-columns:repeat(3,1fr);max-width:100%}.services-page .service-section,.services-page .custom-solutions{padding:calc(var(--service-pg-section-padding-mobile) * .9) 0}.services-page .service-header{margin-bottom:calc(var(--service-pg-space-4xl) * .9)}.services-page .service-icon{width:var(--service-pg-icon-size-mobile);height:var(--service-pg-icon-size-mobile);margin-bottom:var(--service-pg-space-xl)}.services-page .column-title{font-size:var(--service-pg-text-xl)}.services-page .column-text{font-size:var(--service-pg-text-base)}.services-page .results-dashboard{padding:calc(var(--service-pg-space-md) * .9)}.services-page .metrics-grid{grid-template-columns:repeat(2,1fr);gap:calc(var(--service-pg-space-sm) * .9)}.services-page .metric-number{font-size:var(--service-pg-text-2xl)}.services-page .metric-card{min-height:70px}.services-page .btn{width:100%;max-width:280px}}@media (max-width: 480px){.hero,.service-section,.custom-solutions{padding:var(--service-pg-space-4xl) 0}.service-icon{width:64px;height:64px}.results-column{padding:var(--service-pg-space-lg)}}@media (max-width: 480px){.services-page .services-hero-badge{padding:6px 12px;font-size:12px}.services-page .services-hero-title{font-size:36px!important;line-height:1.25!important;margin-bottom:12px}.services-page .services-hero-description{font-size:16px!important;line-height:1.6!important;margin:0 auto 16px;max-width:28ch}.services-page .services-icon-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:360px;width:100%;margin:12px auto 0}.services-page .service-icon-item{padding:10px}.services-page .service-icon-item span{font-size:11px}.services-page .service-icon svg{width:40px!important;height:40px!important}}@media (max-width: 380px){.container,.services-page .service-content,.services-page .service-layout{padding:0 12px}.services-page .results-dashboard{margin-left:0;margin-right:0}}@media (max-width: 480px){.services-page .service-content{padding:0}.services-page .service-layout{padding:0;margin-left:0;margin-right:0}}@media (max-width: 380px){.container{padding:0 12px}.services-page .service-content{padding:0}.services-page .service-layout{padding:0;margin-left:0;margin-right:0}.services-page .results-dashboard{margin-left:0;margin-right:0}}.news-page{padding-top:72px}.news-page .section-title{font-size:clamp(36px,6vw,56px);font-weight:700;line-height:1.2;letter-spacing:-1px;margin:0 0 16px;text-align:center;color:var(--charcoal)}.news-page .section-subtitle{color:var(--charcoal);opacity:.7;margin-top:0;text-align:center;font-size:20px;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.news-page .news-hero{padding:60px 0 40px;background:var(--off-white)}.news-page .news-hero .news-hero-inner{display:flex;align-items:center;justify-content:center;gap:16px;flex-direction:column}.news-page .news-hero .news-hero-copy{max-width:860px;margin:0 auto}.news-page .news-hero .news-hero-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:14px;background:var(--off-white);border:1px solid var(--light-gray);box-shadow:var(--shadow-sm);color:var(--modern-green)}.news-page .news-hero .news-hero-icon .material-symbols-outlined{font-size:28px}.news-page .news-hero .news-hero-eyebrow{text-align:center;font-weight:600;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-indigo);margin-bottom:10px}.news-page .news-hero .news-hero-badge{width:64px;height:64px;border-radius:16px;display:grid;place-items:center;background:var(--bg-primary);border:1px solid var(--news-border);box-shadow:var(--shadow-sm);color:var(--accent-indigo)}.news-page .news-list{padding:24px 0 64px;background:var(--off-white)}.news-page .news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.news-page .news-card{background:var(--card-bg, #fff);border:1px solid var(--news-border);border-radius:20px;padding:24px;box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.news-page .news-card:hover{box-shadow:var(--shadow-md);border-color:#0000001f;transform:translateY(-1px)}.news-page .news-card .news-title{font-size:24px;font-weight:700;line-height:1.25;margin:10px 0 12px;letter-spacing:-.3px}.news-page .news-card .news-title a{text-decoration:none;color:var(--charcoal)}.news-page .news-card .news-title a:hover{text-decoration:underline}.news-page .news-card .news-excerpt{color:var(--charcoal);opacity:.7;margin-bottom:16px;line-height:1.6}.news-page .news-card .news-card-footer{display:flex;justify-content:flex-start;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid var(--news-border)}.news-page .news-card .news-tags{gap:6px}.news-page .news-card .news-tag{font-size:12px;padding:4px 10px;border-radius:999px}.news-page .news-card .news-meta{font-size:13px}.news-page .news-card-top{margin-bottom:10px}.news-page .news-meta .material-symbols-outlined{font-size:18px;color:var(--accent-indigo)}.news-page .news-card .btn.btn-primary{padding:10px 14px;border-radius:10px}.news-page .news-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.news-page .news-meta{display:flex;align-items:center;gap:8px;color:var(--charcoal);opacity:.6;font-size:14px}.news-page .news-meta-icon{font-size:18px;color:var(--modern-green)}.news-page .news-title{margin:10px 0 8px;font-size:20px;letter-spacing:-.01em}.news-page .news-title a{color:inherit;text-decoration:none}.news-page .news-excerpt{color:var(--charcoal);opacity:.7;margin:0 0 12px}.news-page .news-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.news-page .news-tag{background:var(--light-gray);border:1px solid var(--light-gray);padding:4px 8px;border-radius:999px;font-size:12px;color:var(--charcoal);opacity:.7}.news-page .news-actions{margin-top:8px}.news-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:10px;border:1px solid transparent;text-decoration:none;font-weight:600}.news-page .btn-primary{background:var(--modern-green);color:var(--off-white);box-shadow:var(--shadow-sm)}.news-page .btn-primary:hover{filter:brightness(1.03)}.news-page .news-article{padding:48px 0 72px}.news-page .back-link{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:var(--charcoal);opacity:.7;margin-bottom:16px}.news-page .back-link .back-icon{font-size:18px}.news-page .article-title{font-size:42px;line-height:1.2;letter-spacing:-1px;margin:8px 0 10px}.news-page .article-meta{display:flex;align-items:center;gap:10px;color:var(--charcoal);opacity:.7;margin-bottom:20px}.news-page .article-header-container{max-width:840px;margin:0 auto 16px;padding:0 12px}.news-page .article-surface{background:transparent;border:none;border-radius:0;box-shadow:none;padding:0}.news-page .article-content-container{max-width:760px;margin:0 auto}.news-page .article-content{color:var(--charcoal)}.news-page .article-content p{margin:0 0 16px}.news-page .article-tags{display:inline-flex;gap:8px;margin-left:8px}@media (max-width: 1024px){.news-page .news-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.news-page .news-grid{grid-template-columns:1fr}.news-page .section-title,.news-page .article-title{font-size:32px}.news-page .news-hero .news-hero-inner{flex-direction:column;align-items:center}}.news-page{--news-border: rgba(0,0,0,.08);--news-code-bg: #0f172a;--news-code-text: #e2e8f0;--news-blockquote-bg: #f6f7fb;--news-blockquote-border: #dfe3f0;--news-table-border: #e6e8ef;--news-table-head-bg: #f4f6fb}.news-page .article-content h2{font-size:28px;margin:28px 0 12px;letter-spacing:-.02em}.news-page .article-content h3{font-size:22px;margin:22px 0 10px;letter-spacing:-.01em}.news-page .article-content h4{font-size:18px;margin:18px 0 8px}.news-page .article-content ul,.news-page .article-content ol{padding-left:22px;margin:0 0 16px}.news-page .article-content li{margin:6px 0}.news-page .article-content code{background:#1b1f230f;padding:2px 6px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.95em}.news-page .article-content pre{background:var(--news-code-bg);color:var(--news-code-text);border-radius:12px;padding:16px;overflow:auto;border:1px solid var(--news-border)}.news-page .article-content pre code{background:transparent;padding:0;color:inherit}.news-page .article-content blockquote{margin:16px 0;padding:12px 14px;background:var(--news-blockquote-bg);border-left:4px solid var(--news-blockquote-border);border-radius:8px;color:var(--text-secondary)}.news-page .article-content table{width:100%;border-collapse:separate;border-spacing:0;margin:18px 0;border:1px solid var(--news-table-border);border-radius:12px;overflow:hidden}.news-page .article-content thead th{background:var(--news-table-head-bg);font-weight:600}.news-page .article-content th,.news-page .article-content td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--news-table-border)}.news-page .article-content tr:last-child td{border-bottom:none}@media (max-width: 640px){.news-page .news-tags{gap:6px}.news-page .news-tag{font-size:11px;padding:3px 8px}.news-page .article-tags{flex-wrap:wrap;gap:6px;margin-left:0}.news-page .article-tags .news-tag,.news-page .article-tags>*{font-size:11px;padding:3px 8px;border-radius:999px}.news-page .article-content table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:separate}.news-page .article-content thead,.news-page .article-content tbody{width:100%}.news-page .article-content th,.news-page .article-content td{padding:8px 10px;font-size:14px;white-space:nowrap}.news-page .article-content,.news-page .article-content p,.news-page .news-excerpt{word-wrap:break-word;overflow-wrap:anywhere}.news-page .article-content img{max-width:100%;height:auto}}.contact-page{padding-top:72px}.contact-hero{background:var(--bg-secondary);padding:60px 0 40px;text-align:center}.contact-hero-content{max-width:800px;margin:0 auto}.contact-hero-title{font-size:clamp(36px,6vw,56px);font-weight:700;line-height:1.2;letter-spacing:-1px;color:var(--text-primary);margin-bottom:16px}.contact-hero-title .accent{background:var(--primary-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-hero-description{font-size:18px;line-height:1.6;color:var(--text-secondary);max-width:700px;margin:0 auto}.contact-section{background:var(--bg-primary);padding:60px 0 80px}.contact-card{background:#fff;border:1px solid var(--border-color);border-radius:24px;box-shadow:0 8px 32px #00000014;max-width:900px;margin:0 auto;overflow:hidden}.contact-card-header{padding:32px 32px 24px;background:linear-gradient(135deg,var(--bg-secondary) 0%,rgba(43,108,176,.02) 100%);border-bottom:1px solid var(--border-color);position:relative}.contact-card-header:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40%;height:2px;background:var(--primary-gradient);border-radius:1px}.chip-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.chip{background:#fff;border:2px solid var(--border-color);border-radius:24px;padding:12px 20px;font-weight:600;font-size:14px;color:var(--text-primary);cursor:pointer;transition:all .3s ease}.chip-selected{background:var(--primary-gradient);color:#fff;border-color:var(--primary-500);box-shadow:0 4px 16px #2b6cb04d}.contact-card-body{padding:40px 32px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:8px}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.form-group label{font-weight:600;font-size:15px;color:var(--text-primary);margin-bottom:4px}.form-group input,.form-group textarea{padding:14px 16px;border-radius:12px;border:2px solid var(--border-color);background:#fff;color:var(--text-primary);font-size:15px;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-500);box-shadow:0 0 0 3px #2b6cb01a;transform:translateY(-1px)}.form-group textarea{resize:vertical;min-height:160px;font-family:inherit;line-height:1.6}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-tertiary);font-weight:400}.optional{color:var(--text-secondary);font-weight:500}.form-actions{margin-top:24px;margin-bottom:0}.btn.btn-primary{background:var(--primary-gradient);color:#fff;box-shadow:0 4px 16px #2b6cb04d;display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:12px;border:1px solid transparent;font-weight:600;font-size:15px;transition:all .3s ease;position:relative;overflow:hidden}.btn.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2b6cb066}.btn.btn-primary:hover:before{left:100%}.btn.btn-primary:active{transform:translateY(0)}.btn.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.button-icon{font-size:18px;transition:transform .3s ease}.btn.btn-primary:hover .button-icon{transform:translate(2px)}.contact-email-section{margin-top:24px;padding-top:20px;border-top:1px solid var(--border-color);text-align:center}.contact-email-inline{color:var(--text-secondary);font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px}.contact-email-inline a{color:var(--primary-500);text-decoration:none;font-weight:600;transition:color .2s ease}.contact-email-inline a:hover{color:var(--primary-600);text-decoration:underline}.form-status{margin-top:12px;display:flex;align-items:center;gap:8px}.form-status.success{color:#16a34a}.form-status.error{color:#dc2626}.status-icon{font-size:18px}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact-info-item{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px}.info-icon{color:var(--primary-600)}.subtext{color:var(--text-secondary);font-size:14px}.no-underline a{text-decoration:none}@media (max-width: 768px){.contact-card-header{padding:24px 24px 20px}.contact-card-body{padding:32px 24px}.chip-row{gap:8px}.chip{padding:10px 16px;font-size:13px}.form-row{grid-template-columns:1fr;gap:16px}.form-group{margin-bottom:16px}.form-group input,.form-group textarea{padding:12px 14px;font-size:16px}.btn.btn-primary{width:100%;justify-content:center;padding:12px 24px}.contact-email-section{margin-top:20px;padding-top:16px}}@media (max-width: 480px){.contact-card{margin:0 16px;border-radius:20px}.contact-card-header{padding:20px 20px 16px}.contact-card-body{padding:24px 20px}.chip{padding:8px 12px;font-size:12px}.form-group input,.form-group textarea{padding:10px 12px}}.about-page{padding-top:72px}.about-hero{background:var(--bg-secondary);padding:80px 0 60px;text-align:center}.about-hero-content{max-width:800px;margin:0 auto}.about-hero-title{font-size:clamp(48px,8vw,64px);font-weight:800;color:var(--text-primary);margin-bottom:24px;line-height:1.2}.about-hero-description{font-size:clamp(18px,3vw,24px);color:var(--text-secondary);line-height:1.6;max-width:700px;margin:0 auto}.about-section{padding:80px 0}.about-section.alternate-bg{background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.about-content{max-width:800px;margin:0 auto}.about-section-title{font-size:clamp(32px,5vw,42px);font-weight:700;color:var(--text-primary);margin-bottom:32px;text-align:center}.about-text{font-size:18px;color:var(--text-secondary);line-height:1.7;margin-bottom:24px}.about-text:last-child{margin-bottom:0}@media (max-width: 768px){.about-hero{padding:60px 0 40px}.about-section{padding:60px 0}.about-hero-title{margin-bottom:20px}.about-section-title{margin-bottom:24px}.about-text{font-size:16px}}@media (max-width: 480px){.about-hero{padding:40px 0 30px}.about-section{padding:40px 0}}.not-found-page{padding-top:72px;min-height:100vh;display:flex;align-items:center;background:var(--bg-secondary)}.not-found-content{text-align:center;max-width:600px;margin:0 auto;padding:80px 0}.not-found-404{font-size:120px;font-weight:800;color:var(--primary-500);margin-bottom:32px;opacity:.9;animation:bounce404 1.5s ease-in-out infinite;text-shadow:0 0 20px rgba(94,95,245,.3)}@keyframes bounce404{0%,20%,50%,80%,to{transform:translateY(0) rotate(0)}10%{transform:translateY(-10px) rotate(-2deg)}30%{transform:translateY(-5px) rotate(1deg)}40%{transform:translateY(-8px) rotate(-1deg)}60%{transform:translateY(-3px) rotate(.5deg)}}.not-found-title{font-size:clamp(36px,6vw,48px);font-weight:700;color:var(--text-primary);margin-bottom:16px;letter-spacing:-1px}.not-found-description{font-size:18px;color:var(--text-secondary);line-height:1.6;margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto}.not-found-actions{display:flex;gap:16px;justify-content:center;margin-bottom:48px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:var(--radius-lg);font-weight:600;font-size:14px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.btn-primary{background:var(--primary-gradient);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-secondary{background:transparent;color:var(--text-primary);border:2px solid var(--border-color)}.btn-secondary:hover{background:var(--bg-primary);border-color:var(--primary-500);color:var(--primary-600);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-no-hover:hover{background:transparent;border-color:var(--border-color);color:var(--text-primary);transform:none;box-shadow:none}.not-found-suggestions{padding-top:32px;border-top:1px solid var(--border-color)}.not-found-suggestions h3{font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:16px}.suggestion-links{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.suggestion-links a{color:var(--primary-500);text-decoration:none;font-weight:500;transition:color .2s ease}.suggestion-links a:hover{color:var(--primary-600);text-decoration:underline}@media (max-width: 768px){.not-found-content{padding:60px 0}.not-found-404{font-size:80px;margin-bottom:24px}.not-found-actions{flex-direction:column;align-items:center}.btn{width:100%;max-width:200px;justify-content:center}.suggestion-links{flex-direction:column;gap:12px}}.legal-page{padding-top:72px;background:var(--bg-primary);min-height:100vh}.legal-content{max-width:800px;margin:0 auto;padding:80px 0}.legal-title{font-size:clamp(36px,6vw,48px);font-weight:700;color:var(--text-primary);margin-bottom:16px;letter-spacing:-1px;text-align:center}.legal-updated{text-align:center;color:var(--text-secondary);font-size:14px;margin-bottom:48px;padding-bottom:24px;border-bottom:1px solid var(--border-color)}.legal-text{line-height:1.8;color:var(--text-primary)}.legal-text h2{font-size:24px;font-weight:600;color:var(--text-primary);margin:32px 0 16px;padding-top:16px;border-top:1px solid var(--border-color)}.legal-text h2:first-of-type{margin-top:0;padding-top:0;border-top:none}.legal-text p{margin-bottom:16px;font-size:16px;color:var(--text-secondary)}.legal-text ul{margin:16px 0;padding-left:24px}.legal-text li{margin-bottom:8px;color:var(--text-secondary);font-size:16px}.legal-text a{color:var(--primary-500);text-decoration:none;font-weight:500}.legal-text a:hover{color:var(--primary-600);text-decoration:underline}@media (max-width: 768px){.legal-content{padding:60px 0}.legal-text h2{font-size:20px}.legal-text p,.legal-text li{font-size:15px}}html{scroll-behavior:smooth}:root{--charcoal: #1A202C;--charcoal-light: #2D3748;--off-white: #F7FAFC;--white: #FFFFFF;--modern-green: #2B6CB0;--modern-green-dark: #2C5282;--modern-green-light: #4299E1;--light-gray: #E2E8F0;--gray-100: #F7FAFC;--gray-200: #EDF2F7;--gray-300: #E2E8F0;--gray-400: #CBD5E0;--gray-500: #A0AEC0;--gray-600: #718096;--gray-700: #4A5568;--gray-800: #2D3748;--gray-900: #1A202C;--font-heading: "Manrope", sans-serif;--font-body: "Inter", sans-serif;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--space-4xl: 80px;--space-5xl: 120px;--space-6xl: 160px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-3xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .15);--shadow-xl: 0 20px 40px rgba(0, 0, 0, .2);--shadow-2xl: 0 25px 50px rgba(0, 0, 0, .25);--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--text-primary: var(--charcoal);--text-secondary: var(--gray-700);--bg-primary: var(--white);--bg-secondary: var(--off-white);--border-color: var(--light-gray);--primary-500: var(--modern-green);--primary-gradient: var(--modern-green)}.btn-base{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius-lg);font-weight:600;font-size:14px;line-height:1.4;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.text-gradient{background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{opacity:.4}50%{opacity:.8}}.animate-float{animation:float 6s ease-in-out infinite}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}
