:root{--theme-primary:#0C1929;--theme-primary-light:#162033;--theme-primary-dark:#060D17;--theme-secondary:#0EA5E9;--theme-secondary-light:#38BDF8;--theme-secondary-dark:#0284C7;--theme-accent:#F59E0B;--theme-bg:#FFFFFF;--theme-bg-secondary:#F8FAFC;--theme-bg-tertiary:#F1F5F9;--theme-text:#0F172A;--theme-text-secondary:#334155;--theme-text-muted:#64748B;--theme-border:#E2E8F0;--theme-success:#10B981;--theme-warning:#F59E0B;--theme-error:#EF4444;--theme-radius-sm:6px;--theme-radius-md:10px;--theme-radius-lg:16px;--theme-radius-btn:8px;--theme-radius-card:12px;--theme-shadow-subtle:0 1px 3px rgba(0,0,0,0.08);--theme-shadow-card:0 4px 12px rgba(0,0,0,0.1);--theme-shadow-elevated:0 8px 24px rgba(0,0,0,0.12);--theme-ease:cubic-bezier(0.4, 0, 0.2, 1);--theme-duration-hover:150ms;--theme-duration-transition:250ms;--theme-section-padding:80px}@media (prefers-reduced-motion:reduce){:root{--theme-duration-hover:0ms;--theme-duration-transition:0ms}}*,::after,::before{box-sizing:border-box}body{font-family:Inter,"IBM Plex Sans",sans-serif;color:#0f172a;color:var(--theme-text);background:#fff;background:var(--theme-bg);line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:#0f172a;color:var(--theme-text)}h1{font-size:44px;letter-spacing:-.02em}h2{font-size:32px}h3{font-size:24px}h4{font-size:20px}@media (max-width:1024px){:root{--theme-section-padding:60px}h1{font-size:36px}h2{font-size:28px}h3{font-size:22px}}a{color:#0ea5e9;color:var(--theme-secondary);-webkit-text-decoration:none;text-decoration:none;transition:color 150ms cubic-bezier(.4, 0, .2, 1);transition:color var(--theme-duration-hover) var(--theme-ease)}a:hover{color:#0284c7;color:var(--theme-secondary-dark)}.require::after{content:" *";color:#ef4444;color:var(--theme-error)}.ec-btn-primary{background:#0ea5e9;background:var(--theme-secondary);border-color:#0ea5e9;border-color:var(--theme-secondary);color:#fff;border-radius:8px;border-radius:var(--theme-radius-btn);padding:14px 28px;font-weight:500;letter-spacing:.02em;transition:150ms cubic-bezier(.4, 0, .2, 1);transition:all var(--theme-duration-hover) var(--theme-ease)}.ec-btn-primary:hover{background:#0284c7;background:var(--theme-secondary-dark);border-color:#0284c7;border-color:var(--theme-secondary-dark);color:#fff}.ec-btn-secondary{border-radius:8px;border-radius:var(--theme-radius-btn);padding:14px 28px;font-weight:500;letter-spacing:.02em}.ec-btn-submit{background:#0ea5e9;background:var(--theme-secondary);border-color:#0ea5e9;border-color:var(--theme-secondary);color:#fff;border-radius:8px;border-radius:var(--theme-radius-btn);padding:12px 32px;font-weight:500}.ec-btn-submit:hover{background:#0284c7;background:var(--theme-secondary-dark);border-color:#0284c7;border-color:var(--theme-secondary-dark);color:#fff}.ec-section-header{margin-bottom:48px}.ec-section-header h2{margin-bottom:16px}.ec-section-desc{font-size:18px;color:#334155;color:var(--theme-text-secondary);max-width:720px;margin:0 auto;line-height:1.7}.ec-top-bar{background:#0c1929;background:var(--theme-primary);color:rgba(255,255,255,.85);padding:8px 0;font-size:13px}.ec-top-bar__text{letter-spacing:.03em}.ec-top-bar__cta{color:#38bdf8;color:var(--theme-secondary-light);font-weight:500;-webkit-text-decoration:none;text-decoration:none;transition:color 150ms;transition:color var(--theme-duration-hover) ease}.ec-top-bar__cta:hover{color:#fff}@media (max-width:768px){:root{--theme-section-padding:40px}h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}.ec-top-bar{display:none}}.ec-navbar{background:rgba(255,255,255,.97);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--theme-border);padding:12px 0;position:sticky;top:0;z-index:1030;backdrop-filter:blur(8px)}.ec-navbar .navbar-brand ai-img,.ec-navbar .navbar-brand img{height:48px;width:auto}.ec-navbar .nav-link{color:#0f172a;color:var(--theme-text);font-weight:500;font-size:15px;padding:8px 16px;transition:color 150ms;transition:color var(--theme-duration-hover) ease}.ec-navbar .nav-link.active,.ec-navbar .nav-link:hover{color:#0ea5e9;color:var(--theme-secondary)}.ec-search-form .form-control{border-radius:20px;border:1px solid #e2e8f0;border:1px solid var(--theme-border);padding:6px 16px;font-size:14px;width:180px;transition:border-color 150ms;transition:border-color var(--theme-duration-hover) ease}.ec-search-form .form-control:focus{border-color:#0ea5e9;border-color:var(--theme-secondary);box-shadow:0 0 0 2px rgba(14,165,233,.15)}.ec-footer{background:#0c1929;background:var(--theme-primary);color:rgba(255,255,255,.8);padding:60px 0 0}.ec-footer__top{padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.ec-footer__brand{margin-bottom:16px}.ec-footer__brand ai-img,.ec-footer__brand img{height:42px;margin-bottom:16px}.ec-footer__desc{font-size:14px;line-height:1.7;color:rgba(255,255,255,.6)}.ec-footer__heading{color:#fff;font-size:16px;font-weight:600;margin-bottom:16px;letter-spacing:.03em}.ec-footer__links{list-style:none;padding:0;margin:0}.ec-footer__links li{margin-bottom:8px}.ec-footer__links a{color:rgba(255,255,255,.6);font-size:14px;transition:color 150ms;transition:color var(--theme-duration-hover) ease}.ec-footer__links a:hover{color:#38bdf8;color:var(--theme-secondary-light)}.ec-footer__certs{padding:20px 0;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.ec-footer__cert-badge{display:inline-block;border:1px solid rgba(255,255,255,.2);border-radius:6px;border-radius:var(--theme-radius-sm);padding:6px 16px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.7);margin:4px 8px}.ec-footer__partners{padding:16px 0;text-align:center;font-size:13px;color:rgba(255,255,255,.5)}.ec-footer__partners a{color:rgba(255,255,255,.5);margin:0 8px}.ec-footer__partners a:hover{color:#38bdf8;color:var(--theme-secondary-light)}.ec-footer__bottom{padding:20px 0;text-align:center;font-size:13px;color:rgba(255,255,255,.4)}.ec-icon-aerospace,.ec-icon-automotive,.ec-icon-clock,.ec-icon-cpu,.ec-icon-electronics,.ec-icon-globe,.ec-icon-layers,.ec-icon-medical,.ec-icon-precision,.ec-icon-shield,.ec-icon-target{width:40px;height:40px;background-size:contain;background-repeat:no-repeat;background-position:center;flex-shrink:0}.ec-icon-precision{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E")}.ec-icon-shield{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpolyline points='9 12 11 14 15 10'/%3E%3C/svg%3E")}.ec-icon-globe{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E")}.ec-icon-clock{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E")}.ec-icon-target{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cline x1='12' y1='2' x2='12' y2='6'/%3E%3Cline x1='12' y1='18' x2='12' y2='22'/%3E%3Cline x1='2' y1='12' x2='6' y2='12'/%3E%3Cline x1='18' y1='12' x2='22' y2='12'/%3E%3C/svg%3E")}.ec-icon-layers{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 2 7 12 12 22 7 12 2'/%3E%3Cpolyline points='2 17 12 22 22 17'/%3E%3Cpolyline points='2 12 12 17 22 12'/%3E%3C/svg%3E")}.ec-icon-cpu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='2' ry='2'/%3E%3Crect x='9' y='9' width='6' height='6'/%3E%3Cline x1='9' y1='1' x2='9' y2='4'/%3E%3Cline x1='15' y1='1' x2='15' y2='4'/%3E%3Cline x1='9' y1='20' x2='9' y2='23'/%3E%3Cline x1='15' y1='20' x2='15' y2='23'/%3E%3Cline x1='20' y1='9' x2='23' y2='9'/%3E%3Cline x1='20' y1='15' x2='23' y2='15'/%3E%3Cline x1='1' y1='9' x2='4' y2='9'/%3E%3Cline x1='1' y1='15' x2='4' y2='15'/%3E%3C/svg%3E")}.ec-icon-aerospace{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.8 19.2L16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z'/%3E%3C/svg%3E")}.ec-icon-automotive{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 16H9m10 0h3v-3.15a1 1 0 00-.84-.99L16 11l-2.7-3.6a1 1 0 00-.8-.4H5.24a2 2 0 00-1.8 1.1l-.8 1.63A6 6 0 002 12.42V16h2'/%3E%3Ccircle cx='6.5' cy='16.5' r='2.5'/%3E%3Ccircle cx='16.5' cy='16.5' r='2.5'/%3E%3C/svg%3E")}.ec-icon-medical{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 12h-4l-3 9L9 3l-3 9H2'/%3E%3C/svg%3E")}.ec-icon-electronics{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='2' ry='2'/%3E%3Crect x='9' y='9' width='6' height='6'/%3E%3Cline x1='9' y1='1' x2='9' y2='4'/%3E%3Cline x1='15' y1='1' x2='15' y2='4'/%3E%3Cline x1='9' y1='20' x2='9' y2='23'/%3E%3Cline x1='15' y1='20' x2='15' y2='23'/%3E%3C/svg%3E")}.ec-feedback-form .form-label{font-size:14px;font-weight:500;color:#334155;color:var(--theme-text-secondary)}.ec-feedback-form .form-control,.ec-feedback-form .form-select{border-radius:var(--theme-radius-sm);border:1px solid var(--theme-border);border-radius:6px;border-radius:var(--theme-radius-sm);border:1px solid #e2e8f0;border:1px solid var(--theme-border);padding:10px 14px;font-size:15px;transition:border-color 150ms,box-shadow 150ms;transition:border-color var(--theme-duration-hover) ease,box-shadow var(--theme-duration-hover) ease}.ec-feedback-form .form-control:focus,.ec-feedback-form .form-select:focus{border-color:#0ea5e9;border-color:var(--theme-secondary);box-shadow:0 0 0 3px rgba(14,165,233,.1)}.ec-feedback-form .form-check-label{font-size:13px;color:#64748b;color:var(--theme-text-muted);line-height:1.5}.ec-feedback-form .form-check-label a{color:#0ea5e9;color:var(--theme-secondary)}.ec-feedback-form .invalid-feedback{font-size:13px}