@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700;800&display=swap";:root{--primary-color: #21456f;--primary-dark: #1a3659;--primary-light: #4a6b8a;--secondary-color: #dff46e;--secondary-dark: #c6db5f;--secondary-light: #e8f67a;--accent-color: #21456f;--success-color: #10b981;--warning-color: #f59e0b;--danger-color: #ef4444;--dark-color: #000000;--light-color: #ffffff;--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #e5e5e5;--gray-300: #d4d4d4;--gray-400: #a3a3a3;--gray-500: #737373;--gray-600: #525252;--gray-700: #404040;--gray-800: #262626;--gray-900: #171717;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--space-5xl: 8rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-primary);font-size:1rem;line-height:1.6;color:var(--gray-700);font-weight:400;letter-spacing:-.01em;scroll-behavior:smooth;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;letter-spacing:-.025em;color:var(--gray-900);margin-bottom:var(--space-lg)}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.04em}h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:600}h4{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600}.display-1{font-size:clamp(3rem,6vw,5rem);line-height:1.05;font-weight:800;letter-spacing:-.05em}.display-2{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;font-weight:800;letter-spacing:-.04em}.lead{font-size:1.25rem;line-height:1.6;color:var(--gray-600);font-weight:400}.text-large{font-size:1.125rem;line-height:1.7;color:var(--gray-600)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.container{padding:0 2rem}}@media (min-width: 1024px){.container{padding:0 3rem}}.container-narrow{max-width:900px}section{padding:var(--space-5xl) 0}section.section-lg{padding:var(--space-5xl) 0 var(--space-4xl) 0}section.section-sm{padding:var(--space-3xl) 0}.section-header{text-align:center;margin-bottom:var(--space-4xl);max-width:800px;margin-left:auto;margin-right:auto}.section-header h2{margin-bottom:var(--space-lg)}.section-header .lead{margin-bottom:0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-weight:600;text-decoration:none;border-radius:var(--radius-lg);border:none;cursor:pointer;transition:all .2s ease;font-family:var(--font-primary);font-size:1rem;line-height:1.5;gap:.5rem;white-space:nowrap}.btn.btn-lg{padding:1.125rem 2.5rem;font-size:1.125rem;border-radius:var(--radius-xl)}.btn.btn-primary{background:var(--primary-color);color:#fff;box-shadow:0 4px 14px #0066ff26}.btn.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 25px #0066ff40}.btn.btn-outline{background:transparent;color:var(--gray-900);border:2px solid var(--gray-300)}.btn.btn-outline:hover{background:var(--gray-900);color:#fff;border-color:var(--gray-900)}.btn.btn-white{background:#fff;color:var(--gray-900);box-shadow:var(--shadow-md)}.btn.btn-white:hover{background:var(--gray-50);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn.btn-black{background:var(--gray-900);color:#fff}.btn.btn-black:hover{background:var(--gray-800);transform:translateY(-2px)}.card{background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);overflow:hidden;transition:all .3s ease}.card.card-hover:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.card .card-body{padding:var(--space-2xl)}.card .card-body.text-center{text-align:center}.card .card-body.p-4{padding:var(--space-xl)}.card .card-body.p-5{padding:var(--space-2xl)}.card .card-title{font-size:1.5rem;font-weight:700;margin-bottom:var(--space-lg);color:var(--gray-900);line-height:1.3}.card .card-text{color:var(--gray-600);line-height:1.6;margin:0;font-size:1rem}.hero-section{padding:var(--space-5xl) 0;background:linear-gradient(180deg,#fafafa,#fff);position:relative;overflow:hidden;text-align:center}.hero-section .hero-title{margin-bottom:var(--space-xl);max-width:900px;margin-left:auto;margin-right:auto}.hero-section .hero-subtitle{margin-bottom:var(--space-2xl);max-width:600px;margin-left:auto;margin-right:auto}.hero-section .hero-buttons{display:flex;flex-direction:column;align-items:center;gap:var(--space-lg);margin-bottom:var(--space-2xl)}@media (min-width: 640px){.hero-section .hero-buttons{flex-direction:row;justify-content:center}}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-2xl);margin-top:var(--space-3xl)}.feature-card{text-align:center;padding:var(--space-2xl)}.feature-card .feature-icon{width:80px;height:80px;background:var(--primary-color);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-xl) auto;font-size:2rem;color:#fff}.feature-card .feature-title{font-size:1.25rem;font-weight:700;margin-bottom:var(--space-md);color:var(--gray-900)}.feature-card .feature-text{color:var(--gray-600);line-height:1.6}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-2xl);text-align:center}.stat-item .stat-number{font-size:3rem;font-weight:800;color:var(--primary-color);line-height:1;margin-bottom:var(--space-sm)}.stat-item .stat-label{font-size:1rem;color:var(--gray-600);font-weight:500}.bg-gradient{background:linear-gradient(180deg,#fafafa,#fff,#fafafa)}.bg-dark{background:var(--gray-900);color:#fff}.bg-dark h1,.bg-dark h2,.bg-dark h3,.bg-dark h4,.bg-dark h5,.bg-dark h6{color:#fff}.bg-dark .lead,.bg-dark .text-large{color:var(--gray-300)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--primary-color)!important}.text-dark{color:var(--gray-900)!important}.text-muted{color:var(--gray-600)!important}.text-white{color:#fff!important}.bg-primary{background-color:var(--primary-color)!important}.bg-dark{background-color:var(--gray-900)!important}.bg-light{background-color:var(--gray-50)!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:var(--space-xs)!important}.mb-2{margin-bottom:var(--space-sm)!important}.mb-3{margin-bottom:var(--space-md)!important}.mb-4{margin-bottom:var(--space-lg)!important}.mb-5{margin-bottom:var(--space-xl)!important}.mt-0{margin-top:0!important}.mt-3{margin-top:var(--space-md)!important}.mt-4{margin-top:var(--space-lg)!important}.mt-5{margin-top:var(--space-xl)!important}.d-flex{display:flex}.d-grid{display:grid}.d-block{display:block}.d-none{display:none}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.gap-2{gap:var(--space-sm)}.gap-3{gap:var(--space-md)}.gap-4{gap:var(--space-lg)}.w-100{width:100%}.h-100{height:100%}.opacity-75{opacity:.75}.opacity-50{opacity:.5}@media (max-width: 768px){.container{padding:0 1rem}.btn{width:100%;justify-content:center;margin-bottom:.5rem}.btn.btn-responsive{width:auto}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%}section{padding:var(--space-3xl) 0}.feature-grid{grid-template-columns:1fr;gap:var(--space-xl)}.stats-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}}.fade-in{opacity:0;transform:translateY(20px);animation:fadeIn .6s ease forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._calendarSettings_yhkn4_1{max-width:600px;margin:0 auto;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;box-shadow:0 20px 40px #0000001a}._header_yhkn4_11{text-align:center;margin-bottom:2rem}._header_yhkn4_11 h3{font-size:1.8rem;margin-bottom:.5rem;font-weight:600}._header_yhkn4_11 p{opacity:.9;font-size:1rem}._statusCard_yhkn4_25{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2)}._statusHeader_yhkn4_34{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._statusIndicator_yhkn4_41{display:flex;align-items:center;gap:.5rem}._statusIndicator_yhkn4_41 ._dot_yhkn4_46{width:12px;height:12px;border-radius:50%;animation:_pulse_yhkn4_1 2s infinite}._statusIndicator_yhkn4_41 ._dot_yhkn4_46._connected_yhkn4_52{background-color:#4ade80;box-shadow:0 0 10px #4ade8080}._statusIndicator_yhkn4_41 ._dot_yhkn4_46._disconnected_yhkn4_56{background-color:#f87171;box-shadow:0 0 10px #f8717180}._statusIndicator_yhkn4_41 ._statusText_yhkn4_60{font-weight:600;font-size:1.1rem}@keyframes _pulse_yhkn4_1{0%,to{opacity:1}50%{opacity:.5}}._refreshButton_yhkn4_73{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .3s ease}._refreshButton_yhkn4_73:hover:not(:disabled){background:#ffffff4d;transform:translateY(-1px)}._refreshButton_yhkn4_73:disabled{opacity:.5;cursor:not-allowed}._errorMessage_yhkn4_92{background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:8px;padding:1rem;margin-top:1rem;font-size:.9rem}._statusMessage_yhkn4_101{background:#3b82f633;border:1px solid rgba(59,130,246,.4);border-radius:8px;padding:1rem;margin-top:1rem;font-size:.9rem}._actions_yhkn4_110{text-align:center;margin-bottom:2rem}._connectButton_yhkn4_115,._disconnectButton_yhkn4_115{padding:1rem 2rem;border-radius:12px;border:none;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:200px}._connectButton_yhkn4_115:disabled,._disconnectButton_yhkn4_115:disabled{opacity:.6;cursor:not-allowed}._connectButton_yhkn4_115{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b9814d}._connectButton_yhkn4_115:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}._disconnectButton_yhkn4_115{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 15px #ef44444d}._disconnectButton_yhkn4_115:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}._benefits_yhkn4_150{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}._benefits_yhkn4_150 h4{margin-bottom:1rem;font-size:1.2rem;color:#fbbf24}._benefits_yhkn4_150 ul{list-style:none;padding:0;margin:0}._benefits_yhkn4_150 ul li{padding:.5rem 0;font-size:.95rem;opacity:.9;border-bottom:1px solid rgba(255,255,255,.1)}._benefits_yhkn4_150 ul li:last-child{border-bottom:none}._instructions_yhkn4_178{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.2)}._instructions_yhkn4_178 h4{margin-bottom:1rem;font-size:1.2rem;color:#60a5fa}._instructions_yhkn4_178 ol{padding-left:1.5rem;margin:0}._instructions_yhkn4_178 ol li{padding:.5rem 0;font-size:.95rem;opacity:.9}@media (max-width: 768px){._calendarSettings_yhkn4_1{padding:1.5rem;margin:1rem}._statusHeader_yhkn4_34{flex-direction:column;gap:1rem;align-items:stretch}._connectButton_yhkn4_115,._disconnectButton_yhkn4_115{min-width:auto;width:100%}}._navigation_yuucf_1{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid transparent;transition:all .3s ease}._navigation_yuucf_1._scrolled_yuucf_12{background-color:#fffffffa;border-bottom:1px solid rgba(0,0,0,.05);box-shadow:0 1px 3px #0000000d}._navigation_yuucf_1 ._container_yuucf_17{max-width:1280px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){._navigation_yuucf_1 ._container_yuucf_17{padding:0 1rem}}._navigation_yuucf_1 ._navContainer_yuucf_27{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;transition:padding .3s ease}._navigation_yuucf_1 ._navContainer_yuucf_27._scrolled_yuucf_12{padding:.75rem 0}@media (max-width: 768px){._navigation_yuucf_1 ._navContainer_yuucf_27{padding:1rem 0}}._navigation_yuucf_1 ._logo_yuucf_42{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.125rem;color:#000;text-decoration:none;transition:all .2s ease}._navigation_yuucf_1 ._logo_yuucf_42:hover{color:#21456f}._navigation_yuucf_1 ._logo_yuucf_42 ._logoIcon_yuucf_55{width:40px;height:40px;background:linear-gradient(135deg,#21456f,#4a6b8a);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1rem}._navigation_yuucf_1 ._logo_yuucf_42 ._logoText_yuucf_67{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;color:#000;display:block}@media (max-width: 640px){._navigation_yuucf_1 ._logo_yuucf_42 ._logoText_yuucf_67{display:none}}._navigation_yuucf_1 ._menu_yuucf_78{display:flex;align-items:center;gap:2rem}@media (max-width: 768px){._navigation_yuucf_1 ._menu_yuucf_78{display:none}}._navigation_yuucf_1 ._menu_yuucf_78 ._navItem_yuucf_88,._navigation_yuucf_1 ._menu_yuucf_78 ._dropdownContainer_yuucf_91{position:relative}._navigation_yuucf_1 ._menu_yuucf_78 ._dropdownIcon_yuucf_94{margin-left:.5rem;transition:transform .2s ease}._navigation_yuucf_1 ._menu_yuucf_78 ._submenu_yuucf_98{position:absolute;top:100%;left:0;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.5rem;padding:.5rem 0;min-width:280px;box-shadow:0 10px 25px #0000001a;z-index:1001;animation:_fadeInUp_yuucf_1 .2s ease}._navigation_yuucf_1 ._menu_yuucf_78 ._submenuLink_yuucf_111{display:block;padding:.75rem 1.5rem;color:#6b7280;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .15s ease}._navigation_yuucf_1 ._menu_yuucf_78 ._submenuLink_yuucf_111:hover{background:#f9fafb;color:#000}._navigation_yuucf_1 ._menu_yuucf_78 ._submenuLink_yuucf_111._active_yuucf_124{color:#21456f;background:#21456f0d}@keyframes _fadeInUp_yuucf_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._navigation_yuucf_1 ._menu_yuucf_78 ._navLink_yuucf_138{color:#6b7280;text-decoration:none;font-weight:500;font-size:.9rem;padding:.5rem 0;transition:all .15s ease;position:relative;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._navigation_yuucf_1 ._menu_yuucf_78 ._navLink_yuucf_138:hover{color:#000}._navigation_yuucf_1 ._menu_yuucf_78 ._navLink_yuucf_138._active_yuucf_124{color:#21456f;font-weight:600}._navigation_yuucf_1 ._menu_yuucf_78 ._navLink_yuucf_138._active_yuucf_124:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:#21456f;border-radius:1px}._navigation_yuucf_1 ._menu_yuucf_78 ._navLink_yuucf_138._loginBtn_yuucf_165{background:#21456f;color:#fff;padding:.625rem 1.5rem;border-radius:.75rem;font-weight:600;box-shadow:0 4px 14px #21456f26}._navigation_yuucf_1 ._menu_yuucf_78 ._navLink_yuucf_138._loginBtn_yuucf_165:hover,._navigation_yuucf_1 ._menu_yuucf_78 ._navLink_yuucf_138._loginBtn_yuucf_165._active_yuucf_124{color:#059669}._navigation_yuucf_1 ._menu_yuucf_78 ._authButtons_yuucf_179{display:flex;align-items:center;gap:1rem;margin-left:1rem}._navigation_yuucf_1 ._menu_yuucf_78 ._scheduleCall_yuucf_185{background:none;border:none;color:#6b7280;text-decoration:none;font-weight:500;font-size:.9rem;padding:.5rem 0;cursor:pointer;transition:all .15s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._navigation_yuucf_1 ._menu_yuucf_78 ._scheduleCall_yuucf_185:hover{color:#000}._navigation_yuucf_1 ._menu_yuucf_78 ._loginBtn_yuucf_165{background:#000;color:#fff;padding:.65rem 1.25rem;border-radius:6px;font-weight:500;text-decoration:none;transition:all .15s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._navigation_yuucf_1 ._menu_yuucf_78 ._loginBtn_yuucf_165:hover{background:#1f2937;color:#fff}._navigation_yuucf_1 ._menu_yuucf_78 ._authSection_yuucf_214{display:flex;align-items:center;gap:1rem;margin-left:1rem}._navigation_yuucf_1 ._menu_yuucf_78 ._authSection_yuucf_214 ._userName_yuucf_220{color:#6b7280;font-weight:500;font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._navigation_yuucf_1 ._menu_yuucf_78 ._authSection_yuucf_214 ._logoutBtn_yuucf_226{background:none;border:1px solid #e5e7eb;color:#6b7280;padding:.5rem 1rem;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._navigation_yuucf_1 ._menu_yuucf_78 ._authSection_yuucf_214 ._logoutBtn_yuucf_226:hover{border-color:#d1d5db;color:#374151}._navigation_yuucf_1 ._mobileMenuButton_yuucf_245{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#6b7280;transition:color .2s ease;position:relative;z-index:1001}@media (max-width: 768px){._navigation_yuucf_1 ._mobileMenuButton_yuucf_245{display:flex;align-items:center;justify-content:center}}._navigation_yuucf_1 ._mobileMenuButton_yuucf_245:hover{color:#000}._navigation_yuucf_1 ._mobileMenuButton_yuucf_245 ._hamburger_yuucf_266{width:20px;height:16px;position:relative;transform:rotate(0);transition:.3s ease-in-out;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between}._navigation_yuucf_1 ._mobileMenuButton_yuucf_245 ._hamburger_yuucf_266 span{display:block;position:absolute;height:2px;width:100%;background:currentColor;border-radius:1px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}._navigation_yuucf_1 ._mobileMenuButton_yuucf_245 ._hamburger_yuucf_266 span:nth-child(1){top:0}._navigation_yuucf_1 ._mobileMenuButton_yuucf_245 ._hamburger_yuucf_266 span:nth-child(2){top:7px}._navigation_yuucf_1 ._mobileMenuButton_yuucf_245 ._hamburger_yuucf_266 span:nth-child(3){top:14px}._navigation_yuucf_1 ._mobileMenuButton_yuucf_245 ._hamburger_yuucf_266._open_yuucf_298 span:nth-child(1){top:7px;transform:rotate(135deg)}._navigation_yuucf_1 ._mobileMenuButton_yuucf_245 ._hamburger_yuucf_266._open_yuucf_298 span:nth-child(2){opacity:0;left:-20px}._navigation_yuucf_1 ._mobileMenuButton_yuucf_245 ._hamburger_yuucf_266._open_yuucf_298 span:nth-child(3){top:7px;transform:rotate(-135deg)}._navigation_yuucf_1 ._mobileMenu_yuucf_245{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid rgba(0,0,0,.05);box-shadow:0 4px 6px -1px #0000000d;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;max-height:calc(100vh - 80px);overflow-y:auto}@media (min-width: 769px){._navigation_yuucf_1 ._mobileMenu_yuucf_245{display:none}}._navigation_yuucf_1 ._mobileMenu_yuucf_245._open_yuucf_298{opacity:1;visibility:visible;transform:translateY(0)}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileMenuContent_yuucf_336{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:.5rem}@media (max-width: 480px){._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileMenuContent_yuucf_336{padding:1.5rem 1rem}}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileNavLink_yuucf_347{color:#6b7280;text-decoration:none;font-weight:500;font-size:1rem;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05);transition:all .15s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileNavLink_yuucf_347:hover{color:#000}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileNavLink_yuucf_347._active_yuucf_124{color:#21456f;font-weight:600}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileNavLink_yuucf_347:last-child{border-bottom:none}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileDropdown_yuucf_367{border-bottom:1px solid rgba(0,0,0,.05)}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileDropdown_yuucf_367:last-child{border-bottom:none}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileSubmenuLink_yuucf_373{color:#6b7280;text-decoration:none;font-weight:400;font-size:.9rem;padding:.5rem 0 .5rem 1rem;display:block;transition:all .15s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileSubmenuLink_yuucf_373:hover{color:#000;background-color:#00000005}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileSubmenuLink_yuucf_373._active_yuucf_124{color:#21456f;font-weight:500;background-color:#21456f0d}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileAuthButtons_yuucf_392{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.05)}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileScheduleCall_yuucf_400{background:none;border:none;color:#6b7280;text-decoration:none;font-weight:500;font-size:1rem;padding:.75rem 0;cursor:pointer;transition:all .15s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:left;width:100%}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileScheduleCall_yuucf_400:hover{color:#000}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileLoginBtn_yuucf_417{background:#000;color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;text-align:center;text-decoration:none;transition:all .15s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileLoginBtn_yuucf_417:hover{background:#1f2937;color:#fff}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileAuthSection_yuucf_432{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.05)}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileAuthSection_yuucf_432 ._mobileUserInfo_yuucf_437{padding:.75rem 0;color:#6b7280;font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileAuthSection_yuucf_432 ._mobileLogoutBtn_yuucf_443{background:none;border:1px solid #e5e7eb;color:#6b7280;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._navigation_yuucf_1 ._mobileMenu_yuucf_245 ._mobileAuthSection_yuucf_432 ._mobileLogoutBtn_yuucf_443:hover{border-color:#d1d5db;color:#374151}body{padding-top:70px}._footer_1yaza_1{background:#f9fafb;border-top:1px solid rgba(0,0,0,.05);margin-top:auto;padding:3rem 0 2rem}._container_1yaza_8{max-width:1280px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){._container_1yaza_8{padding:0 1rem}}._footerContent_1yaza_19{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 1024px){._footerContent_1yaza_19{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width: 768px){._footerContent_1yaza_19{grid-template-columns:1fr;gap:2.5rem}}._footerSection_1yaza_38 ._sectionTitle_1yaza_38{color:#000;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._footerSection_1yaza_38 ._subSectionTitle_1yaza_45{color:#374151;font-size:.875rem;font-weight:600;margin:1.5rem 0 .75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-transform:uppercase;letter-spacing:.05em}._linkGroup_1yaza_55{display:flex;flex-direction:column;gap:.5rem}._footerLink_1yaza_61{color:#6b7280;text-decoration:none;font-size:.875rem;font-weight:400;line-height:1.5;transition:color .15s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._footerLink_1yaza_61:hover{color:#000}._techSection_1yaza_74,._productSection_1yaza_75,._talentSection_1yaza_76{margin-top:1.5rem}._techSection_1yaza_74 ._footerLink_1yaza_61,._productSection_1yaza_75 ._footerLink_1yaza_61,._talentSection_1yaza_76 ._footerLink_1yaza_61{margin-bottom:.5rem;display:block}._techColumns_1yaza_86{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem}@media (max-width: 768px){._techColumns_1yaza_86{grid-template-columns:1fr;gap:0}}._techColumn_1yaza_86{display:flex;flex-direction:column;gap:.5rem}._mainNav_1yaza_105 ._footerLink_1yaza_61{margin-bottom:.5rem;display:block}._subscribeSection_1yaza_110{margin-top:2rem}._subscribeSection_1yaza_110 ._subscribeText_1yaza_113{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._subscribeSection_1yaza_110 ._subscribeForm_1yaza_120{display:flex;gap:.75rem;margin-top:1rem}@media (max-width: 480px){._subscribeSection_1yaza_110 ._subscribeForm_1yaza_120{flex-direction:column}}._subscribeSection_1yaza_110 ._emailInput_1yaza_130{flex:1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#111827;font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._subscribeSection_1yaza_110 ._emailInput_1yaza_130::placeholder{color:#9ca3af}._subscribeSection_1yaza_110 ._emailInput_1yaza_130:focus{outline:none;border-color:#000}._subscribeSection_1yaza_110 ._subscribeBtn_1yaza_147{padding:.75rem 1.5rem;background:#000;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;white-space:nowrap}._subscribeSection_1yaza_110 ._subscribeBtn_1yaza_147:hover{background:#1f2937}@media (max-width: 480px){._subscribeSection_1yaza_110 ._subscribeBtn_1yaza_147{width:100%}}._footerBottom_1yaza_169{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(0,0,0,.05)}@media (max-width: 768px){._footerBottom_1yaza_169{flex-direction:column;gap:2rem;align-items:flex-start}}._bottomLeft_1yaza_184{display:flex;flex-direction:column;gap:1rem}._bottomLeft_1yaza_184 ._logoSection_1yaza_189 ._logo_1yaza_189{display:flex;align-items:center;gap:.75rem;text-decoration:none}._bottomLeft_1yaza_184 ._logoSection_1yaza_189 ._logo_1yaza_189 ._logoIcon_1yaza_195{width:32px;height:32px;background:#000;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem}._bottomLeft_1yaza_184 ._logoSection_1yaza_189 ._logo_1yaza_189 ._logoText_1yaza_207{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;color:#000;font-size:1rem}._bottomLeft_1yaza_184 ._copyright_1yaza_213{color:#6b7280;font-size:.875rem;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._bottomLeft_1yaza_184 ._emailLink_1yaza_219{color:#6b7280;text-decoration:none;font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500}._bottomLeft_1yaza_184 ._emailLink_1yaza_219:hover{color:#000}._bottomLeft_1yaza_184 ._privacyLink_1yaza_229{color:#6b7280;text-decoration:none;font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._bottomLeft_1yaza_184 ._privacyLink_1yaza_229:hover{color:#000}._bottomRight_1yaza_239{display:flex;flex-direction:column;gap:1rem;align-items:flex-end}@media (max-width: 768px){._bottomRight_1yaza_239{align-items:flex-start}}._bottomRight_1yaza_239 ._ctaSection_1yaza_250{display:flex;gap:1.5rem;align-items:center}@media (max-width: 480px){._bottomRight_1yaza_239 ._ctaSection_1yaza_250{flex-direction:column;gap:1rem;width:100%}}._bottomRight_1yaza_239 ._ctaSection_1yaza_250 ._scheduleCall_1yaza_262{color:#6b7280;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .15s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._bottomRight_1yaza_239 ._ctaSection_1yaza_250 ._scheduleCall_1yaza_262:hover{color:#000}._bottomRight_1yaza_239 ._ctaSection_1yaza_250 ._contactUs_1yaza_273{color:#6b7280;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .15s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._bottomRight_1yaza_239 ._ctaSection_1yaza_250 ._contactUs_1yaza_273:hover{color:#000}._bottomRight_1yaza_239 ._regionSection_1yaza_284 ._regionLabel_1yaza_284{color:#6b7280;font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._chatButton_q0n5c_1{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000026;transition:all .3s ease;z-index:1000}._chatButton_q0n5c_1:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}._chatButton_q0n5c_1 ._notification_q0n5c_23{position:absolute;top:8px;right:8px;width:12px;height:12px;background:#ff4757;border:2px solid white;border-radius:50%;animation:_pulse_q0n5c_1 2s infinite}@keyframes _pulse_q0n5c_1{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}._chatWindow_q0n5c_49{position:fixed;bottom:100px;right:2rem;width:380px;height:500px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;z-index:1001;overflow:hidden;animation:_slideUp_q0n5c_1 .3s ease-out}@keyframes _slideUp_q0n5c_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._chatHeader_q0n5c_75{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center}._chatHeader_q0n5c_75 ._headerContent_q0n5c_83 h3{margin:0;font-size:1.1rem;font-weight:600}._chatHeader_q0n5c_75 ._headerContent_q0n5c_83 p{margin:.25rem 0 0;font-size:.85rem;opacity:.9}._chatHeader_q0n5c_75 ._closeButton_q0n5c_93{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}._chatHeader_q0n5c_75 ._closeButton_q0n5c_93:hover{background-color:#ffffff1a}._messagesContainer_q0n5c_112{flex:1;overflow-y:auto;padding:1rem;background:#f8f9fa;display:flex;flex-direction:column;gap:1rem}._message_q0n5c_112{display:flex;max-width:85%}._message_q0n5c_112._customer_q0n5c_126{align-self:flex-end}._message_q0n5c_112._customer_q0n5c_126 ._messageContent_q0n5c_129{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:18px 18px 4px}._message_q0n5c_112._ai_q0n5c_134{align-self:flex-start}._message_q0n5c_112._ai_q0n5c_134 ._messageContent_q0n5c_129{background:#fff;color:#333;border-radius:18px 18px 18px 4px;border:1px solid #e9ecef}._messageContent_q0n5c_129{padding:.75rem 1rem;box-shadow:0 2px 8px #0000001a}._messageContent_q0n5c_129 ._messageText_q0n5c_148{font-size:.9rem;line-height:1.4;margin-bottom:.25rem;white-space:pre-line}._messageContent_q0n5c_129 ._messageTime_q0n5c_154{font-size:.7rem;opacity:.7;text-align:right}._typingIndicator_q0n5c_160{display:flex;align-items:center;gap:4px;padding:.5rem 0}._typingIndicator_q0n5c_160 span{width:6px;height:6px;background:#666;border-radius:50%;animation:_typing_q0n5c_160 1.4s infinite ease-in-out}._typingIndicator_q0n5c_160 span:nth-child(1){animation-delay:0s}._typingIndicator_q0n5c_160 span:nth-child(2){animation-delay:.2s}._typingIndicator_q0n5c_160 span:nth-child(3){animation-delay:.4s}@keyframes _typing_q0n5c_160{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}._inputForm_q0n5c_193{display:flex;padding:1rem;background:#fff;border-top:1px solid #e9ecef;gap:.75rem}._inputForm_q0n5c_193 ._messageInput_q0n5c_200{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:25px;outline:none;font-size:.9rem}._inputForm_q0n5c_193 ._messageInput_q0n5c_200:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._inputForm_q0n5c_193 ._messageInput_q0n5c_200:disabled{background:#f8f9fa;cursor:not-allowed}._inputForm_q0n5c_193 ._sendButton_q0n5c_216{width:44px;height:44px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}._inputForm_q0n5c_193 ._sendButton_q0n5c_216:hover:not(:disabled){transform:scale(1.05)}._inputForm_q0n5c_193 ._sendButton_q0n5c_216:disabled{opacity:.5;cursor:not-allowed;transform:none}._completionNotice_q0n5c_238{background:#d4edda;color:#155724;padding:.75rem 1rem;border-top:1px solid #c3e6cb;font-size:.85rem;text-align:center;animation:_fadeIn_q0n5c_1 .5s ease-in}@keyframes _fadeIn_q0n5c_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){._chatWindow_q0n5c_49{width:calc(100vw - 2rem);height:calc(100vh - 120px);right:1rem;bottom:80px}._chatButton_q0n5c_1{right:1rem;bottom:1rem}}._heroCarousel_or8yn_1{position:relative;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center}._heroBackground_or8yn_10{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:0;transition:opacity 1s ease-in-out}._heroBackground_or8yn_10._active_or8yn_22{opacity:1}._heroOverlay_or8yn_26{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#21456fe6,#21456fb3);z-index:1}._heroContainer_or8yn_36{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2;width:100%}._heroContent_or8yn_45{text-align:center;max-width:800px;margin:0 auto}._heroTitle_or8yn_51{font-size:3.5rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){._heroTitle_or8yn_51{font-size:2.5rem}}@media (max-width: 480px){._heroTitle_or8yn_51{font-size:2rem}}._heroAccent_or8yn_70{color:#dff46e;background:linear-gradient(135deg,#dff46e,#e2f57d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}._heroSubtitle_or8yn_79{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:0 1px 2px rgba(0,0,0,.3)}@media (max-width: 768px){._heroSubtitle_or8yn_79{font-size:1.1rem;margin-bottom:2rem}}._heroButtons_or8yn_96{display:flex;gap:1rem;justify-content:center;align-items:center;margin-bottom:2rem}@media (max-width: 768px){._heroButtons_or8yn_96{flex-direction:column;gap:.75rem}}._primaryButton_or8yn_110{background:#dff46e;color:#0f172a;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;text-decoration:none;box-shadow:0 4px 12px #dff46e4d}._primaryButton_or8yn_110:hover{background:#d9f254;transform:translateY(-2px);box-shadow:0 6px 20px #dff46e66}@media (max-width: 768px){._primaryButton_or8yn_110{width:100%;justify-content:center}}._secondaryButton_or8yn_138{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._secondaryButton_or8yn_138:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px);color:#fff;text-decoration:none}@media (max-width: 768px){._secondaryButton_or8yn_138{width:100%;justify-content:center}}._buttonIcon_or8yn_167{transition:transform .3s ease}._primaryButton_or8yn_110:hover ._buttonIcon_or8yn_167,._secondaryButton_or8yn_138:hover ._buttonIcon_or8yn_167{transform:translate(2px)}._heroStats_or8yn_176{margin-top:2rem}._heroStatsText_or8yn_180{color:#fffc;font-size:1rem;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.3)}._heroStatsText_or8yn_180 strong{color:#fff;font-weight:600}._statHighlight_or8yn_191,.stat-highlight{color:#dff46e;font-weight:600}._carouselControls_or8yn_201{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;padding:0 2rem;z-index:3;transform:translateY(-50%)}@media (max-width: 768px){._carouselControls_or8yn_201{display:none}}._carouselButton_or8yn_217{background:#fff3;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._carouselButton_or8yn_217:hover{background:#ffffff4d;transform:scale(1.1)}._carouselButton_or8yn_217 svg{width:20px;height:20px}._slideIndicators_or8yn_240{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:3}._indicator_or8yn_250{width:12px;height:12px;border-radius:50%;border:none;background:#fff6;cursor:pointer;transition:all .3s ease}._indicator_or8yn_250._active_or8yn_22{background:#dff46e;transform:scale(1.2)}._indicator_or8yn_250:hover{background:#fff9}@media (max-width: 768px){._heroCarousel_or8yn_1{min-height:500px;height:80vh}._heroContainer_or8yn_36{padding:0 1rem}._slideIndicators_or8yn_240{bottom:1rem}}._home_hz494_1{width:100%;min-height:100vh}._heroSection_hz494_6{background:#21456f;padding:6rem 0 8rem;position:relative;overflow:hidden}._heroSection_hz494_6:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#21456f,#1a3659);opacity:.9}@media (max-width: 768px){._heroSection_hz494_6{padding:4rem 0 6rem}}._heroContainer_hz494_28{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}._heroContent_hz494_36{text-align:center;max-width:800px;margin:0 auto}._heroTitle_hz494_42{font-size:3.5rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem;font-family:Inter,sans-serif}@media (max-width: 1024px){._heroTitle_hz494_42{font-size:3rem}}@media (max-width: 768px){._heroTitle_hz494_42{font-size:2.5rem}}@media (max-width: 480px){._heroTitle_hz494_42{font-size:2rem}}._heroAccent_hz494_66{color:#dff46e;position:relative}._heroAccent_hz494_66:after{content:"";position:absolute;bottom:2px;left:0;right:0;height:4px;background:#dff46e;border-radius:2px;opacity:.8}._heroSubtitle_hz494_82{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 768px){._heroSubtitle_hz494_82{font-size:1.125rem;margin-bottom:2rem}}._heroButtons_hz494_98{display:flex;gap:1rem;justify-content:center;align-items:center;margin-bottom:3rem}@media (max-width: 480px){._heroButtons_hz494_98{flex-direction:column;gap:.75rem}}._primaryButton_hz494_112{background:#dff46e;color:#21456f;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.95rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;border:2px solid #dff46e}._primaryButton_hz494_112:hover{background:#c6db5f;border-color:#c6db5f;transform:translateY(-1px);box-shadow:0 4px 12px #dff46e4d}._secondaryButton_hz494_133{background:transparent;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.95rem;text-decoration:none;display:inline-flex;align-items:center;transition:all .2s ease;border:2px solid rgba(255,255,255,.3)}._secondaryButton_hz494_133:hover{background:#ffffff1a;border-color:#ffffff80}._buttonIcon_hz494_151{width:14px;height:14px;transition:transform .2s ease}._primaryButton_hz494_112:hover ._buttonIcon_hz494_151{transform:translate(2px)}._heroStats_hz494_160{margin-top:2rem}._heroStatsText_hz494_164{color:#fffc;font-size:.95rem;margin:0}._heroStatsText_hz494_164 strong{color:#fff}._statHighlight_hz494_173{color:#dff46e;font-weight:600}._errorContainer_hz494_196 button:hover{background:#1a3659}._fallbackNotice_hz494_178{background:#fbbf24;color:#fff;padding:.75rem;text-align:center;font-size:.875rem;position:fixed;top:0;left:0;right:0;z-index:1000}._fallbackNotice_hz494_178 p{margin:0;font-weight:500}._loadingContainer_hz494_195,._errorContainer_hz494_196{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;padding:3rem;text-align:center}._loadingSpinner_hz494_206{width:48px;height:48px;border:3px solid #f3f4f6;border-top:3px solid #21456f;border-radius:50%;animation:_spin_hz494_1 1s linear infinite;margin-bottom:1.5rem}@keyframes _spin_hz494_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorContainer_hz494_196 h3{color:#dc2626;margin-bottom:1rem;font-size:1.5rem;font-weight:700}._errorContainer_hz494_196 p{color:#6b7280;margin-bottom:2rem;font-size:1rem}._errorContainer_hz494_196 button{background:#21456f;color:#fff;border:none;padding:.875rem 2rem;border-radius:.75rem;cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s ease}._errorContainer_hz494_196 button:hover{background:#1a3659;transform:translateY(-2px)}._home_hz494_1 ._hero-section_hz494_546{background:linear-gradient(180deg,#fafafa,#fff);position:relative;overflow:hidden}._home_hz494_1 ._hero-section_hz494_546:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(0,102,255,.02) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(0,102,255,.02) 0%,transparent 50%);z-index:1}._home_hz494_1 ._hero-section_hz494_546 ._container_hz494_561{position:relative;z-index:2}._home_hz494_1 ._hero-section_hz494_546 ._hero-title_hz494_565 em{font-style:normal;color:#21456f;position:relative}._home_hz494_1 ._hero-section_hz494_546 ._hero-title_hz494_565 em:after{content:"";position:absolute;bottom:2px;left:0;right:0;height:3px;background:linear-gradient(90deg,#21456f,#21456f4d);border-radius:2px}._home_hz494_1 ._hero-section_hz494_546 ._hero-subtitle_hz494_580{max-width:720px;margin-left:auto;margin-right:auto}._home_hz494_1 ._feature-card_hz494_586{background:#fff;border-radius:1.5rem;padding:2.5rem;text-align:center;transition:all .3s ease;border:1px solid #f3f4f6;height:100%}._home_hz494_1 ._feature-card_hz494_586:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border-color:#e5e7eb}._home_hz494_1 ._feature-card_hz494_586 ._feature-icon_hz494_600{width:72px;height:72px;background:linear-gradient(135deg,#21456f,#4a6b8a);border-radius:1.25rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff;box-shadow:0 8px 25px #21456f26}._home_hz494_1 ._feature-card_hz494_586 ._feature-title_hz494_613{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#111827;line-height:1.4}._home_hz494_1 ._feature-card_hz494_586 ._feature-text_hz494_620{color:#6b7280;line-height:1.6;font-size:1rem}._home_hz494_1 ._stats-grid_hz494_626 ._stat-item_hz494_626{padding:1.5rem}._home_hz494_1 ._stats-grid_hz494_626 ._stat-item_hz494_626 ._stat-number_hz494_629{font-size:3.5rem;font-weight:900;color:#21456f;line-height:1;margin-bottom:.5rem;font-family:Inter,sans-serif}._home_hz494_1 ._stats-grid_hz494_626 ._stat-item_hz494_626 ._stat-label_hz494_637{font-size:1rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._home_hz494_1 ._card_hz494_645{border:1px solid #f3f4f6}._home_hz494_1 ._card_hz494_645._card-hover_hz494_648:hover{border-color:#e5e7eb;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}._home_hz494_1 ._card_hz494_645 ._card-body_hz494_652 ._feature-icon_hz494_600{width:64px;height:64px;background:linear-gradient(135deg,#21456f,#4a6b8a);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem;color:#fff;font-weight:700}._readyToBuildSection_hz494_666{background:#f9fafb;padding:5rem 0;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}@media (max-width: 768px){._readyToBuildSection_hz494_666{padding:3rem 0}}._buildContent_hz494_678 ._buildTitle_hz494_678{font-size:2.5rem;font-weight:700;color:#000;line-height:1.2;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (max-width: 768px){._buildContent_hz494_678 ._buildTitle_hz494_678{font-size:2rem}}@media (max-width: 480px){._buildContent_hz494_678 ._buildTitle_hz494_678{font-size:1.75rem}}._buildContent_hz494_678 ._buildDescription_hz494_696{font-size:1.125rem;color:#6b7280;line-height:1.6;margin-bottom:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (max-width: 768px){._buildContent_hz494_678 ._buildDescription_hz494_696{font-size:1rem}}._buildContent_hz494_678 ._buildCta_hz494_708{display:inline-flex;align-items:center;background:#000;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .15s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._buildContent_hz494_678 ._buildCta_hz494_708:hover{background:#1f2937;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #00000026}@media (max-width: 768px){._buildContent_hz494_678 ._buildCta_hz494_708{width:100%;justify-content:center;padding:1rem 1.5rem}}._buildImage_hz494_735{display:flex;align-items:center;justify-content:center;height:100%}._buildImage_hz494_735 ._imagePlaceholder_hz494_741{background:#fff;border-radius:1.5rem;padding:3rem;text-align:center;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 6px -1px #0000000d;width:100%;max-width:320px}._buildImage_hz494_735 ._imagePlaceholder_hz494_741 ._placeholderIcon_hz494_751{color:#06f;margin-bottom:1rem}._buildImage_hz494_735 ._imagePlaceholder_hz494_741 ._placeholderIcon_hz494_751 svg{width:120px;height:120px}@media (max-width: 768px){._buildImage_hz494_735 ._imagePlaceholder_hz494_741 ._placeholderIcon_hz494_751 svg{width:80px;height:80px}}._buildImage_hz494_735 ._imagePlaceholder_hz494_741 p{color:#374151;font-weight:600;font-size:1.125rem;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (max-width: 768px){._buildImage_hz494_735 ._imagePlaceholder_hz494_741 p{font-size:1rem}}@media (max-width: 768px){._buildImage_hz494_735 ._imagePlaceholder_hz494_741{padding:2rem;margin-top:2rem}}@media (max-width: 768px){._home_hz494_1 ._hero-section_hz494_546 ._hero-title_hz494_565{font-size:2.5rem;line-height:1.1}._home_hz494_1 ._hero-section_hz494_546 ._hero-subtitle_hz494_580{font-size:1.125rem}._home_hz494_1 ._hero-section_hz494_546 ._hero-buttons_hz494_792{flex-direction:column;align-items:center}._home_hz494_1 ._hero-section_hz494_546 ._hero-buttons_hz494_792 ._btn_hz494_796{width:100%;max-width:300px}._home_hz494_1 ._feature-card_hz494_586{padding:2rem}._home_hz494_1 ._feature-card_hz494_586 ._feature-icon_hz494_600{width:64px;height:64px;font-size:1.75rem}._home_hz494_1 ._stats-grid_hz494_626{grid-template-columns:repeat(2,1fr);gap:1.5rem}._home_hz494_1 ._stats-grid_hz494_626 ._stat-item_hz494_626 ._stat-number_hz494_629{font-size:2.5rem}._home_hz494_1 ._stats-grid_hz494_626 ._stat-item_hz494_626 ._stat-label_hz494_637{font-size:.875rem}}@media (max-width: 480px){._home_hz494_1 ._stats-grid_hz494_626{grid-template-columns:1fr}._home_hz494_1 ._feature-card_hz494_586{padding:1.5rem}._home_hz494_1 ._feature-card_hz494_586 ._feature-icon_hz494_600{width:56px;height:56px;font-size:1.5rem}}._disclaimer_hz494_832{color:#a8b3c1;font-size:.875rem;margin-bottom:0;opacity:.9}@media (prefers-contrast: high){._disclaimer_hz494_832{color:#e2e8f0;opacity:1}}@media (prefers-color-scheme: dark){._disclaimer_hz494_832{color:#cbd5e1}}._about_1v0bn_1{width:100%;background:#fff}._container_1v0bn_6{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){._container_1v0bn_6{padding:0 1rem}}._notification_1v0bn_17{background-color:#fff3cd;border:1px solid #ffeaa7;color:#856404;padding:1rem;text-align:center;margin-bottom:1rem;border-radius:4px}._notification_1v0bn_17 p{margin:0;font-weight:500}._heroSection_1v0bn_31{background:#21456f;background-image:url(/images/step1-consultation.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;color:#fff;padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden}._heroSection_1v0bn_31:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#21456fe6,#21456fb3)}@media (max-width: 768px){._heroSection_1v0bn_31{padding:4rem 0 3rem}}._heroContent_1v0bn_58{max-width:800px;margin:0 auto;position:relative;z-index:2}._heroTitle_1v0bn_65{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff}@media (max-width: 768px){._heroTitle_1v0bn_65{font-size:2.5rem}}@media (max-width: 480px){._heroTitle_1v0bn_65{font-size:2rem}}._accent_1v0bn_83{color:#dff46e}._heroDescription_1v0bn_87{font-size:1.25rem;line-height:1.6;color:#ffffffe6;margin-bottom:2rem}@media (max-width: 768px){._heroDescription_1v0bn_87{font-size:1.125rem}}._heroButtons_1v0bn_99{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}._aboutSection_1v0bn_107{padding:4rem 0}._aboutSection_1v0bn_107._missionSection_1v0bn_110,._aboutSection_1v0bn_107._teamSection_1v0bn_113{background:#f8fafc}@media (max-width: 768px){._aboutSection_1v0bn_107{padding:3rem 0}}._sectionHeader_1v0bn_122{text-align:center;margin-bottom:3rem}._sectionTitle_1v0bn_127{font-size:2.5rem;font-weight:700;color:#21456f;margin-bottom:1rem}@media (max-width: 768px){._sectionTitle_1v0bn_127{font-size:2rem}}._sectionDescription_1v0bn_139{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}@media (max-width: 768px){._sectionDescription_1v0bn_139{font-size:1.125rem}}._missionGrid_1v0bn_152{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}@media (max-width: 968px){._missionGrid_1v0bn_152{grid-template-columns:1fr;gap:3rem}}._missionContent_1v0bn_165 h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#21456f}@media (max-width: 768px){._missionContent_1v0bn_165 h2{font-size:2rem}}._missionContent_1v0bn_165 p{font-size:1.125rem;line-height:1.6;color:#64748b;margin-bottom:1.5rem}._missionStats_1v0bn_183{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 768px){._missionStats_1v0bn_183{grid-template-columns:1fr;gap:1.5rem}}._statCard_1v0bn_195{background:#fff;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px #00000012;border:1px solid #e2e8f0}._statNumber_1v0bn_204{font-size:2.5rem;font-weight:700;color:#21456f;display:block;margin-bottom:.5rem}._statLabel_1v0bn_212{font-size:1rem;color:#64748b;font-weight:500}._teamGrid_1v0bn_218{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media (max-width: 768px){._teamGrid_1v0bn_218{grid-template-columns:1fr;gap:1.5rem}}._teamCard_1v0bn_230{background:#fff;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 4px 6px #00000012;border:1px solid #e2e8f0;transition:all .3s ease}._teamCard_1v0bn_230:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}._memberImage_1v0bn_244{width:120px;height:120px;border-radius:50%;margin:0 auto 1.5rem;background:#21456f;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff}._memberName_1v0bn_257{font-size:1.5rem;font-weight:700;color:#21456f;margin-bottom:.5rem}._memberPosition_1v0bn_264{font-size:1rem;color:#dff46e;font-weight:600;margin-bottom:1rem}._memberBio_1v0bn_271{font-size:.875rem;color:#64748b;line-height:1.6;margin-bottom:1.5rem}._memberDetails_1v0bn_278{margin-bottom:1.5rem}._memberSpecialties_1v0bn_282{font-size:.875rem;color:#21456f;font-weight:500;margin-bottom:.5rem}._memberExperience_1v0bn_289{font-size:.875rem;color:#64748b}._socialLinks_1v0bn_294{display:flex;justify-content:center;gap:1rem}._socialLink_1v0bn_294{width:40px;height:40px;border-radius:50%;background:#f8fafc;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#21456f;transition:all .2s ease}._socialLink_1v0bn_294:hover{background:#21456f;color:#fff;transform:translateY(-2px)}._valuesGrid_1v0bn_318{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media (max-width: 768px){._valuesGrid_1v0bn_318{grid-template-columns:1fr;gap:1.5rem}}._valueCard_1v0bn_330{background:#fff;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px #00000012;border:1px solid #e2e8f0;transition:all .3s ease}._valueCard_1v0bn_330:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}._valueIcon_1v0bn_344{font-size:3rem;margin-bottom:1.5rem}._valueTitle_1v0bn_349{font-size:1.5rem;font-weight:700;color:#21456f;margin-bottom:1rem}._valueDescription_1v0bn_356{color:#64748b;line-height:1.6}._timeline_1v0bn_361{max-width:800px;margin:0 auto;position:relative}._timeline_1v0bn_361:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;background:#21456f}@media (max-width: 768px){._timeline_1v0bn_361:before{left:20px}}._timelineItem_1v0bn_381{display:flex;align-items:center;margin-bottom:3rem;position:relative}@media (max-width: 768px){._timelineItem_1v0bn_381{flex-direction:column;align-items:flex-start;margin-left:50px}}._timelineItem_1v0bn_381:nth-child(odd){flex-direction:row-reverse;text-align:right}@media (max-width: 768px){._timelineItem_1v0bn_381:nth-child(odd){flex-direction:column;text-align:left}}._timelineYear_1v0bn_405{background:#21456f;color:#fff;padding:1rem 1.5rem;border-radius:2rem;font-weight:700;font-size:1.125rem;min-width:80px;text-align:center;position:relative;z-index:1}@media (max-width: 768px){._timelineYear_1v0bn_405{position:absolute;left:-70px;top:0}}._timelineContent_1v0bn_425{max-width:350px;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px #00000012;border:1px solid #e2e8f0}._timelineContent_1v0bn_425 h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#21456f}._timelineContent_1v0bn_425 p{color:#64748b;line-height:1.6;margin:0}._ctaSection_1v0bn_445{background:#21456f;color:#fff;padding:4rem 0;text-align:center}._ctaContent_1v0bn_452{max-width:600px;margin:0 auto}._ctaTitle_1v0bn_457{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}@media (max-width: 768px){._ctaTitle_1v0bn_457{font-size:2rem}}._ctaDescription_1v0bn_469{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}@media (max-width: 768px){._ctaDescription_1v0bn_469{font-size:1.125rem}}._ctaButtons_1v0bn_481{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}._primaryButton_1v0bn_489{background:#dff46e;color:#21456f;padding:.875rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s ease;border:2px solid #dff46e}._primaryButton_1v0bn_489:hover{background:#d5f03f;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._secondaryButton_1v0bn_506{background:transparent;color:#fff;padding:.875rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s ease;border:2px solid white}._secondaryButton_1v0bn_506:hover{background:#fff;color:#21456f;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}h2{font-family:Space Grotesk,Inter,sans-serif;font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:1.5rem;color:#0f172a}._teamIntro_1v0bn_533{text-align:center;font-size:1.125rem;color:#475569;max-width:800px;margin:0 auto 4rem;line-height:1.6}._teamGrid_1v0bn_218{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}._teamCard_1v0bn_230{text-align:center;padding:2rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:transform .3s cubic-bezier(0,0,.2,1),box-shadow .3s cubic-bezier(0,0,.2,1)}._teamCard_1v0bn_230:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}._teamCard_1v0bn_230 ._memberImage_1v0bn_244{font-size:3.75rem;margin-bottom:1.5rem}._teamCard_1v0bn_230 h3{font-family:Space Grotesk,Inter,sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#0f172a}._teamCard_1v0bn_230 ._memberRole_1v0bn_571{color:#21456f;font-weight:500;margin-bottom:1rem;font-size:.875rem}._teamCard_1v0bn_230 p{color:#475569;line-height:1.6;font-size:.875rem}._services_yjfsw_1{width:100%;background:#fff}._container_yjfsw_6{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){._container_yjfsw_6{padding:0 1rem}}._heroSection_yjfsw_17{background:#21456f;background-image:url(/images/step4-development.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;color:#fff;padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden}._heroSection_yjfsw_17:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#21456fe6,#21456fb3)}@media (max-width: 768px){._heroSection_yjfsw_17{padding:4rem 0 3rem}}._heroContent_yjfsw_44{max-width:800px;margin:0 auto;position:relative;z-index:2}._heroTitle_yjfsw_51{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff}@media (max-width: 768px){._heroTitle_yjfsw_51{font-size:2.5rem}}@media (max-width: 480px){._heroTitle_yjfsw_51{font-size:2rem}}._accent_yjfsw_69{color:#dff46e}._heroDescription_yjfsw_73{font-size:1.25rem;line-height:1.6;color:#ffffffe6;margin-bottom:2rem}@media (max-width: 768px){._heroDescription_yjfsw_73{font-size:1.125rem}}._heroButtons_yjfsw_85{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}._servicesSection_yjfsw_93{padding:4rem 0}._servicesSection_yjfsw_93._developersSection_yjfsw_96,._servicesSection_yjfsw_93._consultationSection_yjfsw_99{background:#f8fafc}@media (max-width: 768px){._servicesSection_yjfsw_93{padding:3rem 0}}._sectionHeader_yjfsw_108{text-align:center;margin-bottom:3rem}._sectionTitle_yjfsw_113{font-size:2.5rem;font-weight:700;color:#21456f;margin-bottom:1rem}@media (max-width: 768px){._sectionTitle_yjfsw_113{font-size:2rem}}._sectionDescription_yjfsw_125{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}@media (max-width: 768px){._sectionDescription_yjfsw_125{font-size:1.125rem}}._servicesGrid_yjfsw_138{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media (max-width: 768px){._servicesGrid_yjfsw_138{grid-template-columns:1fr;gap:1.5rem}}._serviceCard_yjfsw_150{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #00000012;border:1px solid #e2e8f0;transition:all .3s ease;text-align:center}._serviceCard_yjfsw_150:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}._featuredCard_yjfsw_164{grid-column:1/-1;background:linear-gradient(135deg,#21456f,#152d48);color:#fff;padding:3rem;transform:scale(1.02);border:2px solid #6366f1;box-shadow:0 12px 40px #21456f4d}@media (max-width: 768px){._featuredCard_yjfsw_164{grid-column:1;transform:none;padding:2.5rem}}._featuredCard_yjfsw_164:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 50px #21456f66}@media (max-width: 768px){._featuredCard_yjfsw_164:hover{transform:translateY(-4px)}}._featuredCard_yjfsw_164 ._serviceTitle_yjfsw_189{color:#fff;font-size:2rem;margin-bottom:1.5rem}@media (max-width: 768px){._featuredCard_yjfsw_164 ._serviceTitle_yjfsw_189{font-size:1.75rem}}._featuredCard_yjfsw_164 ._serviceDescription_yjfsw_199{color:#ffffffe6;font-size:1.1rem;margin-bottom:2.5rem}._featuredIcon_yjfsw_205{font-size:4rem;margin-bottom:2rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}._featuredButton_yjfsw_211{background:#6366f1;color:#21456f;font-size:1.1rem;padding:1rem 2rem;box-shadow:0 4px 12px #6366f14d}._featuredButton_yjfsw_211:hover{background:#3438ed;transform:translateY(-2px);box-shadow:0 6px 16px #6366f166}._serviceIcon_yjfsw_224{font-size:3rem;margin-bottom:1.5rem}._serviceTitle_yjfsw_189{font-size:1.5rem;font-weight:700;color:#21456f;margin-bottom:1rem}._serviceDescription_yjfsw_199{color:#64748b;line-height:1.6;margin-bottom:2rem}._serviceButton_yjfsw_242{background:#dff46e;color:#21456f;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .2s ease;display:inline-block}._serviceButton_yjfsw_242:hover{background:#d5f03f;transform:translateY(-1px)}._developersGrid_yjfsw_257{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media (max-width: 768px){._developersGrid_yjfsw_257{grid-template-columns:1fr;gap:1rem}}._developerCard_yjfsw_269{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease;text-align:center}._developerCard_yjfsw_269:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}._developerIcon_yjfsw_283{font-size:2.5rem;margin-bottom:1rem}._developerTitle_yjfsw_288{font-size:1.25rem;font-weight:600;color:#21456f;margin-bottom:.75rem}._developerDescription_yjfsw_295{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:1.5rem}._developerButton_yjfsw_302{background:#21456f;color:#fff;padding:.5rem 1rem;border-radius:.375rem;text-decoration:none;font-weight:500;font-size:.875rem;transition:all .2s ease;display:inline-block}._developerButton_yjfsw_302:hover{background:#152d48;transform:translateY(-1px)}._aiGrid_yjfsw_318{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media (max-width: 768px){._aiGrid_yjfsw_318{grid-template-columns:1fr;gap:1.5rem}}._aiCard_yjfsw_330{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #00000012;border:1px solid #e2e8f0;transition:all .3s ease}._aiCard_yjfsw_330:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}._aiIcon_yjfsw_343{font-size:3rem;text-align:center;margin-bottom:1.5rem}._aiTitle_yjfsw_349{font-size:1.5rem;font-weight:700;color:#21456f;margin-bottom:1rem;text-align:center}._aiDescription_yjfsw_357{color:#64748b;line-height:1.6;margin-bottom:2rem;text-align:center}._aiButton_yjfsw_364{background:#dff46e;color:#21456f;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .2s ease;display:block;text-align:center}._aiButton_yjfsw_364:hover{background:#d5f03f;transform:translateY(-1px)}._consultationGrid_yjfsw_380{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media (max-width: 768px){._consultationGrid_yjfsw_380{grid-template-columns:1fr;gap:1.5rem}}._consultationCard_yjfsw_392{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #00000012;border:1px solid #e2e8f0;transition:all .3s ease;text-align:center}._consultationCard_yjfsw_392:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}._consultationIcon_yjfsw_406{font-size:3rem;margin-bottom:1.5rem}._consultationTitle_yjfsw_411{font-size:1.5rem;font-weight:700;color:#21456f;margin-bottom:1rem}._consultationDescription_yjfsw_418{color:#64748b;line-height:1.6;margin-bottom:2rem}._consultationButton_yjfsw_424{background:#21456f;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .2s ease;display:inline-block}._consultationButton_yjfsw_424:hover{background:#152d48;transform:translateY(-1px)}._techStackSection_yjfsw_439{background:#f8fafc;padding:4rem 0}@media (max-width: 768px){._techStackSection_yjfsw_439{padding:3rem 0}}._techTabs_yjfsw_449{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem;padding:0 1rem}@media (max-width: 768px){._techTabs_yjfsw_449{margin-bottom:2rem;gap:.25rem}}._techTab_yjfsw_449{background:#fff;border:2px solid #e2e8f0;color:#64748b;padding:.75rem 1.5rem;border-radius:2rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}._techTab_yjfsw_449:hover{border-color:#21456f;color:#21456f;transform:translateY(-1px)}@media (max-width: 768px){._techTab_yjfsw_449{padding:.5rem 1rem;font-size:.8rem}}@media (max-width: 480px){._techTab_yjfsw_449{padding:.4rem .8rem;font-size:.75rem}}._techTabActive_yjfsw_494{background:#21456f;border-color:#21456f;color:#fff;box-shadow:0 2px 8px #3b82f64d}._techTabActive_yjfsw_494:hover{background:#1b395b;border-color:#1b395b;color:#fff}._techStackGrid_yjfsw_506{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}@media (max-width: 768px){._techStackGrid_yjfsw_506{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}}._techStackItem_yjfsw_518{background:#fff;padding:1.5rem;border-radius:.75rem;text-align:center;border:1px solid #e2e8f0;transition:all .2s ease}._techStackItem_yjfsw_518:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._techIcon_yjfsw_531{display:flex;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto .5rem}._techIcon_yjfsw_531 span{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._techName_yjfsw_547{display:block;font-weight:600;color:#21456f;font-size:.875rem;margin-bottom:.25rem}._techCategory_yjfsw_555{display:block;font-size:.75rem;color:#64748b}._faqSection_yjfsw_561{padding:4rem 0}@media (max-width: 768px){._faqSection_yjfsw_561{padding:3rem 0}}._faqList_yjfsw_570{max-width:800px;margin:0 auto}._faqItem_yjfsw_575{border-bottom:1px solid #e2e8f0;margin-bottom:1rem}._faqQuestion_yjfsw_580{width:100%;padding:1.5rem 0;text-align:left;background:none;border:none;font-size:1.125rem;font-weight:600;color:#21456f;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .2s ease}._faqQuestion_yjfsw_580:hover{color:#152d48}._faqQuestion_yjfsw_580._active_yjfsw_598{color:#0f2034}._faqToggle_yjfsw_602{font-size:1.5rem;font-weight:300;transition:transform .2s ease}._faqQuestion_yjfsw_580._active_yjfsw_598 ._faqToggle_yjfsw_602{transform:rotate(45deg)}._faqAnswer_yjfsw_611{padding:0 0 1.5rem;color:#64748b;line-height:1.6;animation:_fadeIn_yjfsw_1 .3s ease}@keyframes _fadeIn_yjfsw_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._ctaSection_yjfsw_628{background:#21456f;color:#fff;padding:4rem 0;text-align:center}._ctaContent_yjfsw_635{max-width:600px;margin:0 auto}._ctaTitle_yjfsw_640{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}@media (max-width: 768px){._ctaTitle_yjfsw_640{font-size:2rem}}._ctaDescription_yjfsw_652{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}@media (max-width: 768px){._ctaDescription_yjfsw_652{font-size:1.125rem}}._ctaButtons_yjfsw_664{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}._primaryButton_yjfsw_672{background:#dff46e;color:#21456f;padding:.875rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s ease;border:2px solid #dff46e}._primaryButton_yjfsw_672:hover{background:#d5f03f;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._secondaryButton_yjfsw_689{background:transparent;color:#fff;padding:.875rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s ease;border:2px solid white}._secondaryButton_yjfsw_689:hover{background:#fff;color:#21456f;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._modalOverlay_yjfsw_707{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modalContent_yjfsw_721{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px #0000004d}._modalCloseButton_yjfsw_732{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;z-index:1001;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}._modalCloseButton_yjfsw_732:hover{background:#f5f5f5;color:#333}._contact_1id06_1{width:100%;background:#fff}._container_1id06_6{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){._container_1id06_6{padding:0 1rem}}._heroSection_1id06_17{background:#21456f;background-image:url(/images/step2-meeting.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;color:#fff;padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden}._heroSection_1id06_17:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#21456fe6,#21456fb3)}@media (max-width: 768px){._heroSection_1id06_17{padding:4rem 0 3rem}}._heroContent_1id06_44{max-width:800px;margin:0 auto;position:relative;z-index:2}._heroTitle_1id06_51{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff}@media (max-width: 768px){._heroTitle_1id06_51{font-size:2.5rem}}@media (max-width: 480px){._heroTitle_1id06_51{font-size:2rem}}._accent_1id06_69{color:#dff46e}._heroDescription_1id06_73{font-size:1.25rem;line-height:1.6;color:#ffffffe6;margin-bottom:2rem}@media (max-width: 768px){._heroDescription_1id06_73{font-size:1.125rem}}._contactSection_1id06_85{padding:4rem 0;background:#fff}@media (max-width: 768px){._contactSection_1id06_85{padding:3rem 0}}._contactGrid_1id06_95{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media (max-width: 968px){._contactGrid_1id06_95{grid-template-columns:1fr;gap:3rem}}._contactInfo_1id06_108 ._sectionHeader_1id06_108{margin-bottom:2.5rem}._contactInfo_1id06_108 ._sectionTitle_1id06_111{font-size:2.5rem;font-weight:700;color:#21456f;margin-bottom:1rem}@media (max-width: 768px){._contactInfo_1id06_108 ._sectionTitle_1id06_111{font-size:2rem}}._contactInfo_1id06_108 ._sectionDescription_1id06_122{font-size:1.125rem;line-height:1.6;color:#64748b}._contactMethods_1id06_128{display:grid;gap:1.5rem}._contactMethod_1id06_128{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}._contactMethod_1id06_128:hover{background:#fff;border-color:#21456f;box-shadow:0 4px 20px #21456f1a;transform:translateY(-2px)}._methodIcon_1id06_150{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#21456f;border-radius:8px;flex-shrink:0;color:#fff}._methodIcon_1id06_150 svg{width:24px;height:24px;color:#fff}._methodContent_1id06_167{flex:1}._methodTitle_1id06_171{font-size:1.125rem;font-weight:600;color:#21456f;margin-bottom:.25rem}._methodText_1id06_178{font-size:1rem;color:#64748b;line-height:1.5}._actionSection_1id06_184{padding:3rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}@media (max-width: 768px){._actionSection_1id06_184{padding:2rem 0}}._actionGrid_1id06_194{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto}@media (max-width: 768px){._actionGrid_1id06_194{grid-template-columns:1fr;gap:1.5rem}}._actionCard_1id06_208{background:#fff;border-radius:16px;padding:2.5rem;text-align:center;box-shadow:0 8px 32px #21456f1a;border:1px solid #e2e8f0;transition:all .3s ease;cursor:pointer;text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}._actionCard_1id06_208:hover{transform:translateY(-4px);box-shadow:0 16px 48px #21456f26;border-color:#21456f}@media (max-width: 768px){._actionCard_1id06_208{padding:2rem}}._cardContent_1id06_234{display:flex;flex-direction:column;gap:1rem;flex:1;justify-content:space-between}._cardDescription_1id06_242{font-size:1rem;color:#64748b;line-height:1.6;margin:0;flex:1}._cardIcon_1id06_250{width:60px;height:60px;background:linear-gradient(135deg,#21456f,#1c3b5e);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem;color:#fff;box-shadow:0 4px 16px #21456f33}@media (max-width: 768px){._cardIcon_1id06_250{width:50px;height:50px;font-size:1.25rem}}._cardTitle_1id06_271{font-size:1.5rem;font-weight:700;color:#21456f;margin:0;line-height:1.3}@media (max-width: 768px){._cardTitle_1id06_271{font-size:1.25rem}}._actionButton_1id06_284{display:inline-flex;align-items:center;gap:.5rem;background:#21456f;color:#fff;padding:.875rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;font-size:.95rem;margin-top:.5rem}._actionButton_1id06_284:hover{background:#1e3e64;transform:translateY(-1px);box-shadow:0 4px 12px #21456f4d}._actionButton_1id06_284:active{transform:translateY(0)}._actionButton_1id06_284 svg{width:16px;height:16px}._faqSection_1id06_313{padding:4rem 0;background:#f8fafc}@media (max-width: 768px){._faqSection_1id06_313{padding:3rem 0}}._faqSection_1id06_313 ._sectionHeader_1id06_108{text-align:center;margin-bottom:3rem}._faqSection_1id06_313 ._sectionTitle_1id06_111{font-size:2.5rem;font-weight:700;color:#21456f;margin-bottom:1rem}@media (max-width: 768px){._faqSection_1id06_313 ._sectionTitle_1id06_111{font-size:2rem}}._faqGrid_1id06_338{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media (max-width: 768px){._faqGrid_1id06_338{grid-template-columns:1fr}}._faqCard_1id06_349{background:#fff;padding:2rem;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}._faqCard_1id06_349:hover{border-color:#21456f;box-shadow:0 4px 20px #21456f1a;transform:translateY(-2px)}._faqQuestion_1id06_362{font-size:1.25rem;font-weight:600;color:#21456f;margin-bottom:1rem;line-height:1.4}._faqAnswer_1id06_370{font-size:1rem;line-height:1.6;color:#64748b;margin:0}@media (max-width: 480px){._contactMethod_1id06_128{padding:1rem}._methodIcon_1id06_150{width:40px;height:40px;font-size:1.25rem}._faqCard_1id06_349{padding:1.5rem}._contactForm_1id06_389{padding:1rem}}._scheduleCall_eu9rq_1{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}._heroSection_eu9rq_6{padding:120px 0 80px;background:linear-gradient(135deg,#21456f,#1a3659);color:#fff;position:relative;overflow:hidden}._heroSection_eu9rq_6:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}._heroContainer_eu9rq_24{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}._heroContent_eu9rq_32{text-align:center;max-width:900px;margin:0 auto}._heroTitle_eu9rq_38{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}@media (max-width: 768px){._heroTitle_eu9rq_38{font-size:2.5rem}}._accent_eu9rq_50{color:#6366f1;background:linear-gradient(45deg,#6366f1,#dff46e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroSubtitle_eu9rq_58{font-size:1.3rem;margin-bottom:3rem;opacity:.9;line-height:1.6}@media (max-width: 768px){._heroSubtitle_eu9rq_58{font-size:1.1rem}}._benefitsGrid_eu9rq_70{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}._benefitItem_eu9rq_77{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;text-align:center;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,box-shadow .3s ease}._benefitItem_eu9rq_77:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0003}._benefitItem_eu9rq_77 h3{font-size:1.3rem;margin:1rem 0 .5rem;font-weight:600}._benefitItem_eu9rq_77 p{opacity:.9;line-height:1.5}._benefitIcon_eu9rq_100{font-size:3rem;margin-bottom:1rem}._schedulerSection_eu9rq_105{padding:80px 0;background:#fff}._schedulerContainer_eu9rq_110{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}@media (max-width: 1024px){._schedulerContainer_eu9rq_110{grid-template-columns:1fr;gap:3rem}}._schedulerWrapper_eu9rq_126{text-align:center}._sectionTitle_eu9rq_130{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#0f172a}@media (max-width: 768px){._sectionTitle_eu9rq_130{font-size:2rem}}._sectionSubtitle_eu9rq_142{font-size:1.2rem;color:#475569;margin-bottom:3rem;line-height:1.6}._googleCalendar_eu9rq_149{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;overflow:hidden;border:1px solid #e9ecef}._infoPanel_eu9rq_157{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;padding:2.5rem;box-shadow:0 10px 30px #0000000d}._infoPanel_eu9rq_157 h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#21456f}._infoPanel_eu9rq_157 h4{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#21456f}._expectationsList_eu9rq_176{list-style:none;padding:0;margin-bottom:2.5rem}._expectationsList_eu9rq_176 li{display:flex;align-items:flex-start;margin-bottom:1.5rem;line-height:1.6}._expectationsList_eu9rq_176 li strong{color:#21456f}._checkIcon_eu9rq_191{color:#10b981;font-weight:700;margin-right:1rem;margin-top:2px;flex-shrink:0}._contactInfo_eu9rq_199{padding-top:2rem;border-top:1px solid #dee2e6}._contactInfo_eu9rq_199 p{margin-bottom:.5rem;line-height:1.5}._contactDetails_eu9rq_208{margin-top:1rem}._contactDetails_eu9rq_208 p{color:#475569;font-size:.95rem}._testimonialsSection_eu9rq_216{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#fff)}._container_eu9rq_221{max-width:1200px;margin:0 auto;padding:0 20px}._testimonialsGrid_eu9rq_227{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}._testimonialCard_eu9rq_234{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 10px 30px #00000014;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease}._testimonialCard_eu9rq_234:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001f}._testimonialText_eu9rq_247{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;color:#1e293b;font-style:italic}._testimonialAuthor_eu9rq_255 strong{display:block;font-weight:600;color:#21456f;margin-bottom:.25rem}._testimonialAuthor_eu9rq_255 span{color:#475569;font-size:.95rem}._careers_umoj4_1{width:100%;background:#fff}._container_umoj4_6{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){._container_umoj4_6{padding:0 1rem}}._hero_umoj4_17{background:#21456f;background-image:url(/images/step3-strategy.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;color:#fff;padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden}._hero_umoj4_17:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#21456fe6,#21456fb3)}@media (max-width: 768px){._hero_umoj4_17{padding:4rem 0 3rem}}._heroContent_umoj4_44{max-width:800px;margin:0 auto;position:relative;z-index:2}._heroTitle_umoj4_51{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff}@media (max-width: 768px){._heroTitle_umoj4_51{font-size:2.5rem}}@media (max-width: 480px){._heroTitle_umoj4_51{font-size:2rem}}._heroDescription_umoj4_69{font-size:1.25rem;line-height:1.6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.95}@media (max-width: 768px){._heroDescription_umoj4_69{font-size:1.1rem;margin-bottom:2rem}}._heroStats_umoj4_85{display:flex;justify-content:center;gap:4rem;margin-top:2rem}@media (max-width: 768px){._heroStats_umoj4_85{flex-direction:column;gap:2rem}}._stat_umoj4_98{text-align:center}._stat_umoj4_98 ._statNumber_umoj4_101{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}@media (max-width: 768px){._stat_umoj4_98 ._statNumber_umoj4_101{font-size:2rem}}._stat_umoj4_98 ._statLabel_umoj4_112{font-size:.9rem;opacity:.8;text-transform:uppercase;letter-spacing:.05em}._aboutSection_umoj4_119{padding:4rem 0}._aboutSection_umoj4_119._cultureSection_umoj4_122{background:#f8fafc}@media (max-width: 768px){._aboutSection_umoj4_119{padding:3rem 0}}._sectionHeader_umoj4_131{text-align:center;margin-bottom:3rem}._sectionTitle_umoj4_136{font-size:2.5rem;font-weight:700;color:#21456f;margin-bottom:1rem}@media (max-width: 768px){._sectionTitle_umoj4_136{font-size:2rem}}._sectionDescription_umoj4_148{font-size:1.25rem;color:#64748b;max-width:800px;margin:0 auto;line-height:1.6}@media (max-width: 768px){._sectionDescription_umoj4_148{font-size:1.125rem}}._cultureGrid_umoj4_161{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}._cultureCard_umoj4_167{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}._cultureCard_umoj4_167:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}._cultureCard_umoj4_167 h3{font-size:1.25rem;font-weight:600;margin:1rem 0 .75rem;color:#1a202c}._cultureCard_umoj4_167 p{color:#64748b;line-height:1.6}._cultureIcon_umoj4_190{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#21456f;border-radius:12px;color:#fff;margin-bottom:1rem}._loading_umoj4_202{text-align:center;padding:4rem 0;color:#64748b;font-size:1.1rem}._positionsGrid_umoj4_209{display:grid;gap:2rem;margin-bottom:4rem}._jobCard_umoj4_215{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;transition:all .3s ease}._jobCard_umoj4_215:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#667eea}._jobCard_umoj4_215 h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#1a202c}._jobMeta_umoj4_234{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}._jobMeta_umoj4_234 span{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}._department_umoj4_247{background:#e0e7ff;color:#3730a3}._location_umoj4_252{background:#ecfdf5;color:#065f46}._type_umoj4_257{background:#fef3c7;color:#92400e}._jobDescription_umoj4_262{color:#64748b;line-height:1.6;margin-bottom:1rem}._jobDetails_umoj4_268{margin-bottom:1.5rem}._experience_umoj4_272{font-size:.875rem;color:#64748b;font-weight:500}._applyBtn_umoj4_278{background:#21456f;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._applyBtn_umoj4_278:hover{background:#1a3659;transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--primary-rgb),.4)}._generalApplication_umoj4_294{text-align:center;padding:3rem;background:#f8fafc;border-radius:12px;border:2px dashed #cbd5e0}._generalApplication_umoj4_294 h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a202c}._generalApplication_umoj4_294 p{color:#64748b;margin-bottom:2rem;line-height:1.6}._generalApplyBtn_umoj4_313{background:#fff;color:#667eea;border:2px solid #667eea;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._generalApplyBtn_umoj4_313:hover{background:#667eea;color:#fff}._modal_umoj4_328{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modalContent_umoj4_342{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative}._modalHeader_umoj4_352{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid #e2e8f0}._modalHeader_umoj4_352 h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0}._closeBtn_umoj4_366{background:none;border:none;padding:.5rem;cursor:pointer;color:#64748b;border-radius:6px;transition:all .3s ease}._closeBtn_umoj4_366:hover{background:#f1f5f9;color:#1a202c}._applicationForm_umoj4_380{padding:2rem}._formRow_umoj4_384{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){._formRow_umoj4_384{grid-template-columns:1fr}}._formGroup_umoj4_395{margin-bottom:1.5rem}._formGroup_umoj4_395 label{display:block;font-weight:600;margin-bottom:.5rem;color:#374151}._formGroup_umoj4_395 input,._formGroup_umoj4_395 select,._formGroup_umoj4_395 textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:all .3s ease}._formGroup_umoj4_395 input:focus,._formGroup_umoj4_395 select:focus,._formGroup_umoj4_395 textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._formGroup_umoj4_395 textarea{resize:vertical;min-height:120px}._fileInfo_umoj4_426{margin-top:.5rem;padding:.5rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:4px;font-size:.875rem;color:#065f46}._formActions_umoj4_436{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem;border-top:1px solid #e2e8f0}@media (max-width: 768px){._formActions_umoj4_436{flex-direction:column}}._primaryBtn_umoj4_450{background:#21456f;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._primaryBtn_umoj4_450:hover:not(:disabled){background:#1a3659;transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--primary-rgb),.4)}._primaryBtn_umoj4_450:disabled{opacity:.6;cursor:not-allowed}._secondaryBtn_umoj4_470{background:#fff;color:#64748b;border:1px solid #d1d5db;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._secondaryBtn_umoj4_470:hover{background:#f8fafc;border-color:#94a3b8}._successMessage_umoj4_485{padding:3rem 2rem;text-align:center}._successMessage_umoj4_485 h3{font-size:1.5rem;font-weight:600;margin:1rem 0;color:#059669}._successMessage_umoj4_485 p{color:#64748b;line-height:1.6;margin-bottom:2rem}._howWeWorkSection_umoj4_501{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 0}._howWeWorkContent_umoj4_506{max-width:1000px;margin:0 auto}._analogySection_umoj4_511{text-align:center;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a}._analogyIcon_umoj4_520{display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;background:linear-gradient(135deg,#21456f,#1a3659);border-radius:50%;color:#fff;margin-bottom:1.5rem}._analogyIcon_umoj4_520 svg{width:80px;height:80px}._analogyTitle_umoj4_536{font-size:2.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;line-height:1.2}@media (max-width: 768px){._analogyTitle_umoj4_536{font-size:2rem}}._highlight_umoj4_549{color:#6366f1;background:linear-gradient(135deg,#6366f1,#7a7df3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}._analogyDescription_umoj4_558{font-size:1.2rem;color:#475569;line-height:1.7;max-width:700px;margin:0 auto}._focusAreas_umoj4_566{margin-bottom:3rem}._focusGrid_umoj4_570{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:2rem}._focusCard_umoj4_577{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 2px 10px #00000014;transition:all .3s ease;border:1px solid #e2e8f0}._focusCard_umoj4_577:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026;border-color:#21456f}._focusIcon_umoj4_592{font-size:3rem;margin-bottom:1rem;display:block}._focusCard_umoj4_577 h4{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:.75rem}._focusCard_umoj4_577 p{color:#475569;line-height:1.6;font-size:.95rem}._ctaMessage_umoj4_611{text-align:center;background:linear-gradient(135deg,#21456f,#1a3659);color:#fff;padding:3rem 2rem;border-radius:16px;box-shadow:0 8px 30px #21456f4d}._ctaMessage_umoj4_611 h3{font-size:2rem;font-weight:700;margin-bottom:1rem}@media (max-width: 768px){._ctaMessage_umoj4_611 h3{font-size:1.5rem}}._ctaMessage_umoj4_611 p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}._contactUsBtn_umoj4_635{background:#6366f1;color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ffc1074d}._contactUsBtn_umoj4_635:hover{background:#4a4eef;transform:translateY(-2px);box-shadow:0 6px 20px #ffc10766}._successIcon_umoj4_653{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#10b981;border-radius:50%;color:#fff;margin-bottom:1rem}._errorMessage_umoj4_665{background:#fef2f2;color:#dc2626;padding:1rem;border-radius:6px;margin-bottom:1rem;border:1px solid #fecaca}._embeddedChat_asly3_1{height:600px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;overflow:hidden;border:2px solid #21456f}._messagesContainer_asly3_12{flex:1;overflow-y:auto;padding:20px;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}._messagesContainer_asly3_12::-webkit-scrollbar{width:6px}._messagesContainer_asly3_12::-webkit-scrollbar-track{background:transparent}._messagesContainer_asly3_12::-webkit-scrollbar-thumb{background:#21456f4d;border-radius:3px}._messagesContainer_asly3_12::-webkit-scrollbar-thumb:hover{background:#21456f80}._message_asly3_12{margin-bottom:20px;animation:_fadeIn_asly3_1 .3s ease-in}._message_asly3_12._customer_asly3_36{display:flex;justify-content:flex-end}._message_asly3_12._customer_asly3_36 ._messageContent_asly3_40{background:#21456f;color:#fff;max-width:75%;padding:12px 16px;border-radius:18px 18px 4px;box-shadow:0 2px 8px #21456f4d}._message_asly3_12._ai_asly3_48{display:flex;justify-content:flex-start}._message_asly3_12._ai_asly3_48 ._messageContent_asly3_40{background:#fff;color:#333;max-width:85%;padding:16px 20px;border-radius:18px 18px 18px 4px;box-shadow:0 2px 12px #0000001a;border:1px solid #e9ecef;position:relative}._messageContent_asly3_40{position:relative}._avatarContainer_asly3_67{display:flex;align-items:center;margin-bottom:8px;gap:8px}._avatar_asly3_67{font-size:20px;display:flex;align-items:center;justify-content:center}._assistantName_asly3_81{font-size:12px;font-weight:600;color:#21456f;text-transform:uppercase;letter-spacing:.5px}._messageText_asly3_89{font-size:14px;line-height:1.5;margin-bottom:8px;word-wrap:break-word}._messageTime_asly3_96{font-size:11px;opacity:.6;text-align:right}._typingIndicator_asly3_102{display:flex;align-items:center;gap:4px;color:#666;font-style:italic;font-size:13px}._typingIndicator_asly3_102 span{width:6px;height:6px;background:#21456f;border-radius:50%;animation:_typing_asly3_102 1.4s infinite ease-in-out}._typingIndicator_asly3_102 span:nth-child(1){animation-delay:0s}._typingIndicator_asly3_102 span:nth-child(2){animation-delay:.2s}._typingIndicator_asly3_102 span:nth-child(3){animation-delay:.4s}._inputForm_asly3_127{display:flex;padding:20px;background:#fff;border-top:1px solid #e9ecef;gap:12px}._messageInput_asly3_135{flex:1;padding:12px 16px;border:2px solid #e9ecef;border-radius:25px;font-size:14px;outline:none;transition:all .3s ease}._messageInput_asly3_135:focus{border-color:#21456f;box-shadow:0 0 0 3px #21456f1a}._messageInput_asly3_135:disabled{background:#f8f9fa;cursor:not-allowed}._messageInput_asly3_135::placeholder{color:#999}._sendButton_asly3_156{background:#21456f;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;flex-shrink:0}._sendButton_asly3_156:hover:not(:disabled){background:#1a3658;transform:scale(1.05)}._sendButton_asly3_156:disabled{background:#ccc;cursor:not-allowed;transform:none}._sendButton_asly3_156 svg{transform:rotate(0);transition:transform .2s ease}._sendButton_asly3_156:hover:not(:disabled) svg{transform:rotate(-10deg)}._completionNotice_asly3_187{background:linear-gradient(135deg,#dff46e,#c7e354);color:#21456f;padding:16px 20px;text-align:center;font-weight:600;font-size:14px;border-top:1px solid #e9ecef;animation:_slideIn_asly3_1 .5s ease-out}._inlineLink_asly3_198{background:none;border:none;color:#21456f;text-decoration:underline;cursor:pointer;font-weight:600;padding:0;margin:0 2px;font-size:inherit;font-family:inherit}._inlineLink_asly3_198:hover{color:#1a3a5c;text-decoration:none;background:#21456f1a;padding:2px 4px;border-radius:4px}._inlineLink_asly3_198:focus{outline:2px solid #21456f;outline-offset:1px;border-radius:4px}@keyframes _fadeIn_asly3_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes _typing_asly3_102{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-10px);opacity:1}}@keyframes _slideIn_asly3_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){._embeddedChat_asly3_1{height:500px}._message_asly3_12._customer_asly3_36 ._messageContent_asly3_40,._message_asly3_12._ai_asly3_48 ._messageContent_asly3_40{max-width:90%}._inputForm_asly3_127{padding:16px}._messageInput_asly3_135{font-size:16px}}._projectEstimation_a0d4l_1{width:100%;background:#fff;min-height:100vh}._container_a0d4l_7{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){._container_a0d4l_7{padding:0 1rem}}._heroSection_a0d4l_18{background:#21456f;color:#fff;padding:3rem 0;text-align:center}._heroContent_a0d4l_25{max-width:800px;margin:0 auto}._heroTitle_a0d4l_30{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff}@media (max-width: 768px){._heroTitle_a0d4l_30{font-size:2.5rem}}@media (max-width: 480px){._heroTitle_a0d4l_30{font-size:2rem}}._accent_a0d4l_48{color:#dff46e}._heroDescription_a0d4l_52{font-size:1.25rem;line-height:1.6;color:#ffffffe6;margin-bottom:2rem}@media (max-width: 768px){._heroDescription_a0d4l_52{font-size:1.125rem}}._estimationSection_a0d4l_64{padding:3rem 0;background:#f8fafc;min-height:calc(100vh - 200px)}._aiChatContainer_a0d4l_70{max-width:1200px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;overflow:hidden;border:2px solid #e2e8f0}._chatHeader_a0d4l_80{background:linear-gradient(135deg,#21456f,#1e3e64);color:#fff;padding:2rem 2.5rem;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){._chatHeader_a0d4l_80{padding:1.5rem;flex-direction:column;gap:1rem;text-align:center}}._headerContent_a0d4l_97 h2{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:#fff}@media (max-width: 768px){._headerContent_a0d4l_97 h2{font-size:1.5rem}}._headerContent_a0d4l_97 p{margin:0;font-size:1rem;color:#ffffffe6;line-height:1.4}._statusBadge_a0d4l_115{display:flex;align-items:center;gap:.75rem;background:#ffffff26;padding:.75rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}._onlineIndicator_a0d4l_129{width:10px;height:10px;background:#dff46e;border-radius:50%;animation:_pulse_a0d4l_1 2s infinite;box-shadow:0 0 0 3px #dff46e4d}@keyframes _pulse_a0d4l_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}._enlargedChatBox_a0d4l_148{height:700px;background:#fff}._enlargedChatBox_a0d4l_148 .chatButton{display:none!important}._enlargedChatBox_a0d4l_148 .chatWindow{position:static!important;bottom:auto!important;right:auto!important;width:100%!important;height:100%!important;max-width:none!important;border-radius:0!important;box-shadow:none!important;border:none!important;display:block!important}._enlargedChatBox_a0d4l_148 .chatHeader{display:none!important}._enlargedChatBox_a0d4l_148 .messagesContainer{height:calc(100% - 80px)!important;padding:2rem!important;background:#fafbfc!important}._enlargedChatBox_a0d4l_148 .inputForm{padding:1.5rem 2rem!important;background:#fff!important;border-top:2px solid #e2e8f0!important}._enlargedChatBox_a0d4l_148 .messageInput{padding:1rem 1.25rem!important;font-size:1.1rem!important;border-radius:12px!important}._enlargedChatBox_a0d4l_148 .sendButton{width:50px!important;height:50px!important;border-radius:12px!important}._enlargedChatBox_a0d4l_148 .message{margin-bottom:1.5rem!important}._enlargedChatBox_a0d4l_148 .message.ai .messageContent{background:#fff!important;border:2px solid #e2e8f0!important;border-radius:16px!important;padding:1.25rem 1.5rem!important;box-shadow:0 4px 12px #00000014!important}._enlargedChatBox_a0d4l_148 .message.customer .messageContent{background:#21456f!important;color:#fff!important;border-radius:16px!important;padding:1.25rem 1.5rem!important;margin-left:auto!important;margin-right:0!important;max-width:70%!important}._enlargedChatBox_a0d4l_148 .typingIndicator span{background:#21456f!important;width:8px!important;height:8px!important}._enlargedChatBox_a0d4l_148 .completionNotice{background:linear-gradient(135deg,#10b981,#059669)!important;color:#fff!important;padding:1rem 1.5rem!important;margin:1rem 2rem!important;border-radius:12px!important;font-weight:600!important}@media (max-width: 768px){._enlargedChatBox_a0d4l_148{height:600px}._enlargedChatBox_a0d4l_148 .messagesContainer,._enlargedChatBox_a0d4l_148 .inputForm{padding:1rem!important}}._howItWorks_1aqq7_1{width:100%;min-height:100vh}._heroSection_1aqq7_6{background:#21456f;background-image:url(/images/how-it-works-hero-bg.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;padding:6rem 0 4rem;position:relative;overflow:hidden}._heroSection_1aqq7_6:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#21456fe6,#21456fb3)}@media (max-width: 768px){._heroSection_1aqq7_6{padding:4rem 0 3rem}}._heroContainer_1aqq7_31{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}._heroContent_1aqq7_39{text-align:center;max-width:800px;margin:0 auto}._heroTitle_1aqq7_45{font-size:3rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem;font-family:Inter,sans-serif}@media (max-width: 1024px){._heroTitle_1aqq7_45{font-size:2.5rem}}@media (max-width: 768px){._heroTitle_1aqq7_45{font-size:2rem}}._heroAccent_1aqq7_64{color:#dff46e;position:relative}._heroAccent_1aqq7_64:after{content:"";position:absolute;bottom:2px;left:0;right:0;height:4px;background:#dff46e;border-radius:2px;opacity:.8}._heroSubtitle_1aqq7_80{font-size:1.25rem;color:#ffffffe6;line-height:1.6;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 768px){._heroSubtitle_1aqq7_80{font-size:1.125rem;margin-bottom:2rem}}._heroButtons_1aqq7_96{display:flex;gap:1rem;justify-content:center;align-items:center}@media (max-width: 480px){._heroButtons_1aqq7_96{flex-direction:column;gap:.75rem}}._section_1aqq7_109{padding:5rem 0}@media (max-width: 768px){._section_1aqq7_109{padding:3rem 0}}._container_1aqq7_118{max-width:1200px;margin:0 auto;padding:0 2rem}._sectionHeader_1aqq7_124{text-align:center;margin-bottom:4rem}._sectionHeader_1aqq7_124 h2{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem;line-height:1.2}@media (max-width: 768px){._sectionHeader_1aqq7_124 h2{font-size:2rem}}._sectionSubtitle_1aqq7_141{font-size:1.125rem;color:#6b7280;line-height:1.6;max-width:700px;margin:0 auto 2rem}._primaryButton_1aqq7_149{background:#dff46e;color:#21456f;padding:.875rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;border:2px solid #dff46e}._primaryButton_1aqq7_149:hover{background:#c6db5f;border-color:#c6db5f;transform:translateY(-1px);box-shadow:0 4px 12px #dff46e4d}._secondaryButton_1aqq7_170{background:transparent;color:#21456f;padding:.875rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;transition:all .2s ease;border:2px solid #21456f}._secondaryButton_1aqq7_170:hover{background:#21456f;color:#fff}._heroButtons_1aqq7_96 ._secondaryButton_1aqq7_170{color:#fff;border-color:#ffffff4d}._heroButtons_1aqq7_96 ._secondaryButton_1aqq7_170:hover{background:#ffffff1a;border-color:#ffffff80;color:#fff}._ctaButtons_1aqq7_197{display:flex;gap:1rem;justify-content:center;align-items:center;margin-top:2rem}._processSection_1aqq7_211{background:#fff;padding:6rem 0}@media (max-width: 768px){._processSection_1aqq7_211{padding:4rem 0}}._processContainer_1aqq7_221{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media (max-width: 968px){._processContainer_1aqq7_221{grid-template-columns:1fr;gap:3rem}}._processHeader_1aqq7_237{position:sticky;top:2rem}._processHeader_1aqq7_237 h2{font-size:3rem;font-weight:800;color:#0f172a;line-height:1.1;margin-bottom:2rem}@media (max-width: 768px){._processHeader_1aqq7_237 h2{font-size:2.5rem}}._processHeader_1aqq7_237 ._sectionSubtitle_1aqq7_141{font-size:1.25rem;color:#6b7280;line-height:1.6;margin-bottom:2.5rem}@media (max-width: 968px){._processHeader_1aqq7_237{position:static;text-align:center}}._processStepsContainer_1aqq7_266{position:relative}._processSteps_1aqq7_266{display:flex;flex-direction:column;gap:2rem;position:relative}._processSteps_1aqq7_266:before{content:"";position:absolute;left:-2rem;top:0;bottom:0;width:4px;background:#e5e7eb;border-radius:2px;z-index:1}@media (max-width: 968px){._processSteps_1aqq7_266:before{display:none}}._processStep_1aqq7_266{background:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:2rem;position:relative;transition:all .3s ease}._processStep_1aqq7_266:hover{border-color:#e5e7eb;box-shadow:0 4px 12px #0000000d}._processStep_1aqq7_266:before{content:"";position:absolute;left:-2.75rem;top:2rem;width:1.5rem;height:1.5rem;background:#e5e7eb;border-radius:50%;border:4px solid white;z-index:2;transition:all .3s ease}@media (max-width: 968px){._processStep_1aqq7_266:before{display:none}}._processStep_1aqq7_266._active_1aqq7_324:before{background:#21456f}._processStep_1aqq7_266._active_1aqq7_324:after{content:"";position:absolute;left:-2rem;top:0;bottom:0;width:4px;background:#21456f;border-radius:2px;z-index:1}@media (max-width: 968px){._processStep_1aqq7_266._active_1aqq7_324:after{display:none}}._stepContent_1aqq7_344{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 768px){._stepContent_1aqq7_344{gap:1.5rem;text-align:center}}._stepImageContainer_1aqq7_356{width:100%;height:200px;border-radius:1rem;overflow:hidden;margin-top:1rem}@media (max-width: 768px){._stepImageContainer_1aqq7_356{height:180px}}._stepImage_1aqq7_356{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .3s ease}._stepImage_1aqq7_356:hover{transform:scale(1.05)}._stepImage_1aqq7_356._step1_1aqq7_380{background-image:url(/images/step1-consultation.jpg)}._stepImage_1aqq7_356._step2_1aqq7_383{background-image:url(/images/step2-meeting.jpg)}._stepImage_1aqq7_356._step3_1aqq7_386{background-image:url(/images/step3-strategy.jpg)}._stepImage_1aqq7_356._step4_1aqq7_389{background-image:url(/images/step4-development.jpg)}._stepTextContent_1aqq7_393{display:flex;flex-direction:column;gap:1rem}._stepHeader_1aqq7_399{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}@media (max-width: 768px){._stepHeader_1aqq7_399{justify-content:center}}._stepNumber_1aqq7_411{font-size:1rem;font-weight:700;color:#21456f;background:#21456f1a;padding:.5rem 1rem;border-radius:1.5rem;min-width:2.5rem;text-align:center;font-family:Inter,sans-serif}._stepTitle_1aqq7_423{font-size:1.5rem;font-weight:700;color:#0f172a;line-height:1.3;margin:0}@media (max-width: 768px){._stepTitle_1aqq7_423{font-size:1.35rem}}._stepDescription_1aqq7_436{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}._processHeader_1aqq7_237 ._primaryButton_1aqq7_149{background:#dff46e;color:#21456f;padding:.875rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;border:2px solid #dff46e}._processHeader_1aqq7_237 ._primaryButton_1aqq7_149:hover{background:#c6db5f;border-color:#c6db5f;transform:translateY(-1px);box-shadow:0 4px 12px #dff46e4d}._processHeader_1aqq7_237 ._secondaryButton_1aqq7_170{background:transparent;color:#21456f;padding:.875rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;transition:all .2s ease;border:2px solid #21456f}._processHeader_1aqq7_237 ._secondaryButton_1aqq7_170:hover{background:#21456f;color:#fff}._ctaButtons_1aqq7_197{display:flex;gap:1rem;align-items:center}@media (max-width: 968px){._ctaButtons_1aqq7_197{justify-content:center}}@media (max-width: 480px){._ctaButtons_1aqq7_197{flex-direction:column;gap:.75rem}}._featuresGrid_1aqq7_499{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}._featureCard_1aqq7_506{background:#fff;padding:2.5rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;border:1px solid #f3f4f6}._featureCard_1aqq7_506:hover{transform:translateY(-4px);box-shadow:0 8px 25px -5px #0000001a;border-color:#e5e7eb}._featureCard_1aqq7_506 h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}._featureCard_1aqq7_506 p{color:#6b7280;line-height:1.6}._featureIcon_1aqq7_531{font-size:3rem;margin:0 auto 1.5rem;height:80px;width:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#21456f,#6366f1);border-radius:50%;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 12px #21456f33}._featureIcon_1aqq7_531 svg{color:#fff;width:44px;height:44px;transition:all .3s ease;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));display:block;margin:0;flex-shrink:0}._featureIcon_1aqq7_531:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff26,#ffffff0d);border-radius:50%;opacity:0;transition:opacity .3s ease}._featureIcon_1aqq7_531:hover{transform:translateY(-3px);box-shadow:0 12px 35px #21456f40}._featureIcon_1aqq7_531:hover:before{opacity:1}._featureIcon_1aqq7_531:hover svg{transform:scale(1.05)}._benefitsSection_1aqq7_579{background:#f8fafc;padding:5rem 0}@media (max-width: 768px){._benefitsSection_1aqq7_579{padding:3rem 0}}._benefitsGrid_1aqq7_589{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}._benefitItem_1aqq7_596{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}._benefitItem_1aqq7_596:hover{transform:translateY(-4px);box-shadow:0 8px 25px -5px #0000001a}._benefitItem_1aqq7_596 h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}._benefitItem_1aqq7_596 p{color:#6b7280;line-height:1.6}._benefitIcon_1aqq7_618{font-size:2.5rem;margin-bottom:1rem;display:block}._testimonialsSection_1aqq7_624{padding:5rem 0}@media (max-width: 768px){._testimonialsSection_1aqq7_624{padding:3rem 0}}._testimonialsGrid_1aqq7_633{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}._testimonialCard_1aqq7_640{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #f3f4f6;transition:all .3s ease}._testimonialCard_1aqq7_640:hover{transform:translateY(-4px);box-shadow:0 8px 25px -5px #0000001a;border-color:#e5e7eb}._testimonialContent_1aqq7_654{margin-bottom:1.5rem}._testimonialContent_1aqq7_654 p{font-style:italic;color:#374151;line-height:1.6;font-size:1.125rem}._testimonialContent_1aqq7_654 p:before{content:'"';font-size:1.5rem;color:#21456f}._testimonialContent_1aqq7_654 p:after{content:'"';font-size:1.5rem;color:#21456f}._testimonialAuthor_1aqq7_674 strong{color:#0f172a;font-weight:600;display:block;margin-bottom:.25rem}._testimonialAuthor_1aqq7_674 span{color:#6b7280;font-size:.875rem}._riskGrid_1aqq7_685{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}._riskItem_1aqq7_692{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 4px #0000001a;border:1px solid #f3f4f6;transition:all .3s ease}._riskItem_1aqq7_692:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#e5e7eb}._riskItem_1aqq7_692 h3{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}._riskItem_1aqq7_692 p{color:#6b7280;font-size:.875rem;line-height:1.5}._ctaSection_1aqq7_717{background:#21456f;padding:4rem 0}._ctaSection_1aqq7_717 h2{color:#fff!important}._ctaSection_1aqq7_717 ._primaryButton_1aqq7_149{background:#dff46e;color:#21456f}._ctaSection_1aqq7_717 ._primaryButton_1aqq7_149:hover{background:#c6db5f}._ctaSection_1aqq7_717 ._secondaryButton_1aqq7_170{color:#fff;border-color:#ffffff4d}._ctaSection_1aqq7_717 ._secondaryButton_1aqq7_170:hover{background:#ffffff1a;border-color:#ffffff80;color:#fff}._priceComparison_14t6e_1{min-height:100vh;background:#fff}._heroSection_14t6e_6{background:#21456f;background-image:url(/images/step1-consultation.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;color:#fff;padding:4rem 0;text-align:center;position:relative;overflow:hidden}._heroSection_14t6e_6:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#21456fe6,#21456fb3)}@media (max-width: 768px){._heroSection_14t6e_6{padding:3rem 0}}._container_14t6e_33{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}@media (max-width: 768px){._container_14t6e_33{padding:0 1rem}}._heroContent_14t6e_46{max-width:800px;margin:0 auto;position:relative;z-index:2}._badge_14t6e_53{display:inline-block;background:#ffffff1a;color:#dff46e;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px;position:relative;z-index:2}._heroTitle_14t6e_68{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff}@media (max-width: 768px){._heroTitle_14t6e_68{font-size:2.5rem}}@media (max-width: 480px){._heroTitle_14t6e_68{font-size:2rem}}._heroDescription_14t6e_86{font-size:1.25rem;line-height:1.6;color:#ffffffe6;margin:0}@media (max-width: 768px){._heroDescription_14t6e_86{font-size:1.125rem}}._calculatorSection_14t6e_98{padding:4rem 0;background:#f8fafc}._sectionTitle_14t6e_103{font-size:2.5rem;font-weight:700;color:#21456f;text-align:center;margin-bottom:3rem;line-height:1.2}@media (max-width: 768px){._sectionTitle_14t6e_103{font-size:2rem}}._subtitle_14t6e_117{display:block;font-size:1.25rem;font-weight:400;color:#64748b;margin-top:.5rem}@media (max-width: 768px){._subtitle_14t6e_117{font-size:1.125rem}}._controls_14t6e_130{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #00000012;margin-bottom:3rem;border:1px solid #e2e8f0}._controlGroup_14t6e_139{margin-bottom:2rem}._controlLabel_14t6e_143{display:block;font-weight:600;color:#21456f;margin-bottom:.5rem;font-size:1rem}._select_14t6e_151{width:100%;max-width:300px;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;background:#fff;color:#21456f;transition:border-color .2s ease}._select_14t6e_151:focus{outline:none;border-color:#21456f}._developerControls_14t6e_167{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width: 768px){._developerControls_14t6e_167{grid-template-columns:1fr}}._developerControl_14t6e_167{display:flex;flex-direction:column}._numberInput_14t6e_184{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;color:#21456f;transition:border-color .2s ease;width:100%}._numberInput_14t6e_184:focus{outline:none;border-color:#21456f}._modeToggle_14t6e_198{display:flex;background:#f1f5f9;border-radius:.5rem;padding:.25rem;width:fit-content;margin:0 auto}._modeButton_14t6e_207{padding:.75rem 1.5rem;border:none;background:transparent;color:#64748b;font-weight:600;border-radius:.375rem;cursor:pointer;transition:all .2s ease}._modeButton_14t6e_207._active_14t6e_217{background:#fff;color:#21456f;box-shadow:0 1px 3px #0000001a}._modeButton_14t6e_207:hover:not(._active_14t6e_217){color:#21456f}._techStackSection_14t6e_226{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}._techStackInputContainer_14t6e_232{position:relative;margin-bottom:1rem}._techStackInput_14t6e_232{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem;color:#21456f;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a}._techStackInput_14t6e_232:focus{outline:none;border-color:#21456f;box-shadow:0 0 0 3px #21456f1a,0 4px 6px #00000012;transform:translateY(-1px)}._techStackInput_14t6e_232::placeholder{color:#94a3b8;transition:color .2s ease}._techStackInput_14t6e_232:focus::placeholder{color:#cbd5e1}._inputIcon_14t6e_262{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;font-size:1.25rem;transition:color .2s ease;pointer-events:none}._techStackInput_14t6e_232:focus+._inputIcon_14t6e_262{color:#21456f}._suggestions_14t6e_277{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #21456f;border-top:none;border-radius:0 0 .75rem .75rem;box-shadow:0 4px 12px #00000026;z-index:100;max-height:300px;overflow-y:auto;animation:_slideDown_14t6e_1 .2s ease-out}@keyframes _slideDown_14t6e_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._suggestionItem_14t6e_303{padding:1rem;border-bottom:1px solid #e2e8f0;cursor:pointer;display:flex;align-items:center;gap:1rem;transition:all .2s ease}._suggestionItem_14t6e_303:last-child{border-bottom:none}._suggestionItem_14t6e_303:hover{background:#f8fafc;padding-left:1.25rem}._techName_14t6e_320{font-weight:600;color:#21456f;flex:1}._techComplexity_14t6e_326{font-size:.75rem;color:#64748b;font-weight:500}._techMultiplier_14t6e_332{font-size:.75rem;color:#059669;font-weight:600;background:#d1fae5;padding:.25rem .5rem;border-radius:1rem}._multiplierBadge_14t6e_341{font-size:.625rem!important;color:#059669!important;background:#0596691a!important;padding:.25rem .5rem!important;border-radius:1rem!important;font-weight:600!important;margin-left:.5rem!important}._techStackTags_14t6e_351{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;min-height:2rem;animation:_fadeIn_14t6e_1 .3s ease-out}@keyframes _fadeIn_14t6e_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideIn_14t6e_1{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes _slideOut_14t6e_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}._techTag_14t6e_390{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#21456f,#152d48);color:#fff;padding:.75rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;box-shadow:0 2px 4px #21456f40;transition:all .3s cubic-bezier(.4,0,.2,1);animation:_slideIn_14t6e_1 .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}._techTag_14t6e_390: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}._techTag_14t6e_390:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px #21456f59}._techTag_14t6e_390:hover:before{left:100%}._techTag_14t6e_390._removing_14t6e_423{animation:_slideOut_14t6e_1 .2s ease-out forwards}._techTagIcon_14t6e_427{width:16px;height:16px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;margin-right:.25rem}._removeTag_14t6e_439{background:#fff3;border:none;color:#fff;cursor:pointer;padding:0;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}._removeTag_14t6e_439:hover{background:#ffffff4d;transform:scale(1.1)}._removeTag_14t6e_439:active{transform:scale(.95)}._techStackDisplay_14t6e_464{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#ffffff1a;border-radius:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._techStackDisplay_14t6e_464 span{color:#ffffffe6;font-size:.875rem;font-weight:500}._skillsetInfo_14t6e_480{display:flex;flex-wrap:wrap;gap:1rem;font-size:.75rem}._skillsetInfo_14t6e_480 span{display:flex;align-items:center;gap:.25rem;color:#fffc}._skillsetInfo_14t6e_480 strong{color:#fff;font-weight:600}._skillLevel_14t6e_497[data-level=junior]{color:#10b981!important}._skillLevel_14t6e_497[data-level=mid]{color:#f59e0b!important}._skillLevel_14t6e_497[data-level=senior]{color:#ef4444!important}._complexityIndicator_14t6e_507{margin-left:.25rem!important;font-size:.75rem!important}._techBadge_14t6e_512{background:#ffffff40!important;color:#fff!important;padding:.5rem .75rem!important;border-radius:1.5rem!important;font-size:.75rem!important;font-weight:600!important;box-shadow:0 2px 4px #0000001a!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(255,255,255,.2)!important;transition:all .2s ease!important}._techBadge_14t6e_512:hover{background:#ffffff59!important;transform:translateY(-1px)!important}._techStackHelper_14t6e_529{margin-top:.75rem;padding:1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:.75rem;border-left:4px solid #21456f;box-shadow:0 2px 4px #0000000d}._helperText_14t6e_538{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}._helperText_14t6e_538 strong{color:#21456f;font-weight:600}._tagCounter_14t6e_549{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;color:#64748b;font-size:.75rem;font-weight:500}._tagCounter_14t6e_549 ._countBadge_14t6e_558{background:#21456f;color:#fff;padding:.25rem .5rem;border-radius:1rem;font-size:.75rem;font-weight:600;min-width:1.5rem;text-align:center}._tagCounter_14t6e_549._maxReached_14t6e_568 ._countBadge_14t6e_558{background:#ef4444;animation:_pulse_14t6e_1 1s ease-in-out}@keyframes _pulse_14t6e_1{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}._emptyState_14t6e_581{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#94a3b8;border:2px dashed #e2e8f0;border-radius:.75rem;margin-top:1rem;transition:all .2s ease}._emptyState_14t6e_581:hover{border-color:#cbd5e1;color:#64748b}._emptyState_14t6e_581 ._emptyIcon_14t6e_598{font-size:2rem;margin-bottom:.5rem;opacity:.5}._emptyState_14t6e_581 ._emptyText_14t6e_603{font-size:.875rem;font-weight:500}._comparisonTables_14t6e_608{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}@media (max-width: 1024px){._comparisonTables_14t6e_608{grid-template-columns:1fr}}._tableContainer_14t6e_620{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px #00000012;border:1px solid #e2e8f0}._tableHeader_14t6e_628{background:#f8fafc;padding:1.5rem;border-bottom:1px solid #e2e8f0}._tableHeader_14t6e_628 h3{font-size:1.5rem;font-weight:700;color:#21456f;margin:0;text-align:center}._tableHeader_14t6e_628._higgsHeader_14t6e_640{background:#21456f}._tableHeader_14t6e_628._higgsHeader_14t6e_640 h3{color:#fff}._comparisonTable_14t6e_608{width:100%}._tableRow_14t6e_651{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid #f1f5f9}._tableRow_14t6e_651:last-child{border-bottom:none}._tableRow_14t6e_651._totalRow_14t6e_659{background:#f8fafc;border-top:2px solid #e2e8f0}._tableRow_14t6e_651._savingsRow_14t6e_663{background:#ecfdf5;border-top:2px solid #10b981}@media (max-width: 768px){._tableRow_14t6e_651{grid-template-columns:1fr}._tableRow_14t6e_651 ._tableCell_14t6e_671:first-child{background:#f8fafc;font-weight:600;border-bottom:1px solid #e2e8f0}}._tableCell_14t6e_671{padding:1rem;font-size:.875rem;color:#374151;border-right:1px solid #f1f5f9;display:flex;align-items:center}._tableCell_14t6e_671:last-child{border-right:none}._tableCell_14t6e_671:first-child{font-weight:600;background:#f8fafc80}@media (max-width: 768px){._tableCell_14t6e_671{justify-content:space-between;border-right:none;border-bottom:1px solid #f1f5f9}._tableCell_14t6e_671:before{content:attr(data-label);font-weight:600;color:#21456f}}._savingsAmount_14t6e_706{color:#059669;font-weight:700}._disclaimer_14t6e_711{background:#f8fafc;padding:1.5rem;border-radius:.5rem;border-left:4px solid #e2e8f0}._disclaimer_14t6e_711 p{font-size:.875rem;color:#64748b;line-height:1.6;margin:0}._ctaSection_14t6e_724{background:#21456f;color:#fff;padding:4rem 0;text-align:center}._ctaSection_14t6e_724 h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}@media (max-width: 768px){._ctaSection_14t6e_724 h2{font-size:2rem}}._ctaSection_14t6e_724 p{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem}@media (max-width: 768px){._ctaSection_14t6e_724 p{font-size:1.125rem}}._ctaButtons_14t6e_752{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}._primaryButton_14t6e_760{background:#dff46e;color:#21456f;padding:.875rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s ease;border:2px solid #dff46e}._primaryButton_14t6e_760:hover{background:#d5f03f;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._notFound_up9fn_1{min-height:100vh;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);display:flex;align-items:center;justify-content:center;padding:2rem}._container_up9fn_10{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;width:100%;align-items:center}@media (max-width: 768px){._container_up9fn_10{grid-template-columns:1fr;gap:2rem;text-align:center}}._content_up9fn_26{color:#fff}._title_up9fn_30{font-size:4rem;font-weight:900;margin:0 0 1rem;opacity:.9}@media (max-width: 768px){._title_up9fn_30{font-size:3rem}}._subtitle_up9fn_42{font-size:2rem;font-weight:600;margin:0 0 1rem}@media (max-width: 768px){._subtitle_up9fn_42{font-size:1.5rem}}._description_up9fn_53{font-size:1.1rem;line-height:1.6;margin:0 0 2rem;opacity:.9}._actions_up9fn_60{display:flex;gap:1rem}@media (max-width: 768px){._actions_up9fn_60{flex-direction:column}}._homeBtn_up9fn_70{background:#fff;color:var(--color-primary);padding:.75rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease}._homeBtn_up9fn_70:hover{background:#ffffffe6;transform:translateY(-2px)}._adminBtn_up9fn_84{background:transparent;color:#fff;padding:.75rem 2rem;border:2px solid white;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease}._adminBtn_up9fn_84:hover{background:#fff;color:var(--color-primary);transform:translateY(-2px)}._illustration_up9fn_100{position:relative;display:flex;align-items:center;justify-content:center;height:300px}@media (max-width: 768px){._illustration_up9fn_100{height:200px}}._circle_up9fn_113{width:200px;height:200px;border:3px solid rgba(255,255,255,.3);border-radius:50%;position:absolute;animation:_float_up9fn_1 3s ease-in-out infinite}@media (max-width: 768px){._circle_up9fn_113{width:150px;height:150px}}._text_up9fn_128{font-size:6rem;font-weight:900;color:#ffffff1a;-webkit-user-select:none;user-select:none}@media (max-width: 768px){._text_up9fn_128{font-size:4rem}}@keyframes _float_up9fn_1{0%,to{transform:translateY(-10px)}50%{transform:translateY(10px)}}
