:root{--st-blue:#04528A;--st-blue-deep:#033d6b;--st-green:#82C344;--st-navy:#060f1e;--st-text:#0f172a;--st-muted:#64748b;--st-border:#e8edf2;--st-bg:#f8fafc;--st-radius:24px;--st-shadow:0 18px 50px rgba(15,23,42,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--st-text);background:#fff}img{max-width:100%;height:auto}.st-main{min-height:40vh}.st-container{max-width:1280px;margin:0 auto;padding:0 24px}.st-header{position:fixed;left:0;right:0;top:0;z-index:1000;transition:all .25s ease}.st-header-home{background:rgba(6,15,30,.18);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}.st-header-solid{background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(232,237,242,.92)}.st-header-inner{display:flex;align-items:center;justify-content:space-between;min-height:84px;gap:24px}.st-brand img{height:54px;display:block;width:auto}.st-nav{display:flex;align-items:center;gap:18px}.st-menu,.menu{list-style:none;display:flex;gap:8px;margin:0;padding:0;align-items:center}.st-menu li,.menu li{margin:0;padding:0}.st-menu a,.menu a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;text-decoration:none;padding:11px 16px;border-radius:14px;font-size:14px;font-weight:700;letter-spacing:-.01em;transition:all .2s ease;border:1px solid transparent}.st-header-home .st-menu a,.st-header-home .menu a{color:#e2edf8;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.08)}.st-header-solid .st-menu a,.st-header-solid .menu a{color:#475569;background:#f4f7fb;border-color:#e4ebf3}.st-menu a:hover,.menu a:hover,.current-menu-item>a,.current_page_item>a,.current-menu-ancestor>a{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.16);color:#fff}.st-header-solid .st-menu a:hover,.st-header-solid .menu a:hover,.st-header-solid .current-menu-item>a,.st-header-solid .current_page_item>a,.st-header-solid .current-menu-ancestor>a{background:#e8f1fb;border-color:#cfe2f5;color:var(--st-blue)}.st-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:15px;padding:14px 22px;font-weight:800;text-decoration:none;border:1px solid transparent;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.st-btn:hover{transform:translateY(-1px)}.st-btn-primary{background:var(--st-blue);color:#fff}.st-btn-primary:hover{background:var(--st-blue-deep)}.st-btn-white{background:#fff;color:var(--st-blue)}.st-btn-outline-white{border-color:rgba(255,255,255,.3);background:transparent;color:#fff}.st-btn-outline{border-color:#d7e1eb;color:var(--st-text);background:#fff}.st-nav-cta{padding:13px 18px}.st-mobile-cta{display:none;text-decoration:none;color:#fff;font-weight:800;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.15);padding:10px 14px;border-radius:12px}.st-header-solid .st-mobile-cta{background:#04528A;color:#fff;border-color:#04528A}.st-hero,.st-page-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--st-navy) 0%,var(--st-blue) 56%,var(--st-blue-deep) 100%);color:#fff}.st-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);background-size:50px 50px}.st-hero-glow-a,.st-hero-glow-b{position:absolute;border-radius:999px;filter:blur(12px);pointer-events:none}.st-hero-glow-a{top:-100px;right:-120px;width:600px;height:600px;background:radial-gradient(circle, rgba(130,195,68,.16), transparent 68%)}.st-hero-glow-b{left:-180px;bottom:-180px;width:500px;height:500px;background:radial-gradient(circle, rgba(4,82,138,.45), transparent 68%)}.st-hero-wrap{position:relative;padding:168px 0 118px;display:grid;grid-template-columns:minmax(0,1fr);gap:40px;align-items:center}.st-hero-copy{max-width:780px}.st-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:9px 16px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;background:rgba(130,195,68,.12);color:var(--st-green);border:1px solid rgba(130,195,68,.3)}.st-eyebrow-dot{width:8px;height:8px;border-radius:999px;background:var(--st-green)}.st-hero h1,.st-page-hero h1{font-size:clamp(46px,6.2vw,76px);line-height:.96;letter-spacing:-.045em;margin:20px 0 22px;font-weight:900}.st-hero h1 span,.st-page-hero h1 span{color:var(--st-green)}.st-hero p,.st-page-hero p{font-size:18px;line-height:1.85;color:#cddbf0;margin:0;max-width:820px}.st-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.st-wave{position:absolute;left:0;right:0;bottom:-1px}.st-credbar{background:#fff;border-bottom:1px solid var(--st-border)}.st-credgrid{display:grid;grid-template-columns:repeat(5,1fr)}.st-creditem{display:flex;gap:12px;align-items:center;justify-content:center;padding:22px 16px;border-right:1px solid var(--st-border)}.st-creditem:last-child{border-right:none}.st-creditem strong{display:block;font-size:14px}.st-creditem span{display:block;font-size:12px;color:#94a3b8}.st-dot{width:11px;height:11px;border-radius:999px;background:var(--st-green)}.st-section{padding:104px 0}.st-section-alt{background:var(--st-bg)}.st-section-dark{background:#060f1e;color:#fff}.st-section-label{display:inline-block;color:var(--st-blue);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;margin-bottom:12px}.st-section-dark .st-section-label,.st-page-hero .st-section-label,.st-hero .st-section-label{color:var(--st-green)}.st-section h2{font-size:clamp(34px,4.2vw,48px);line-height:1.06;letter-spacing:-.03em;margin:0 0 16px}.st-section h2 span{color:var(--st-green)}.st-intro,.lead{color:var(--st-muted);line-height:1.85;font-size:17px;max-width:860px}.st-section-dark .lead,.st-section-dark p{color:#94a3b8}.st-green-bar{width:88px;height:5px;background:var(--st-green);border-radius:999px;margin-top:22px}.st-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.st-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.st-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.st-card{background:#fff;border:1px solid var(--st-border);border-radius:28px;overflow:hidden;box-shadow:var(--st-shadow)}.st-card-media{position:relative;height:248px;overflow:hidden}.st-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.st-card:hover .st-card-media img{transform:scale(1.04)}.st-card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom, transparent 42%, rgba(0,0,0,.5) 100%)}.st-card-icon{position:absolute;left:18px;top:18px;width:48px;height:48px;border-radius:16px;background:var(--st-blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900;z-index:2;box-shadow:0 10px 24px rgba(0,0,0,.12)}.st-card-body{padding:28px}.st-card h3{margin:0 0 12px;font-size:24px;line-height:1.1;letter-spacing:-.02em}.st-card p{margin:0;color:var(--st-muted);line-height:1.75}.st-list{margin:20px 0 0;padding:0;list-style:none}.st-list li{position:relative;padding-left:30px;margin-bottom:14px;color:var(--st-muted);line-height:1.7}.st-list li:before{content:'✓';position:absolute;left:0;top:0;color:var(--st-green);font-weight:900}.st-badge-row{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.st-badge-pill{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;font-size:14px;font-weight:700}.st-badge-blue{background:#eef4fb;border:1px solid #c7dff5;color:var(--st-blue)}.st-badge-green{background:#f1f8e8;border:1px solid #c3e4a0;color:#5a8a2a}.st-highlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.st-highlight-card{padding:30px;border-radius:24px;border:1px solid var(--st-border);background:#fff;box-shadow:var(--st-shadow)}.st-highlight-card.primary{background:linear-gradient(135deg,#f1f8e8,#e8f5d0);border:2px solid var(--st-green)}.st-tag{display:inline-block;text-transform:uppercase;font-size:11px;letter-spacing:.12em;font-weight:800;padding:8px 10px;border-radius:999px;margin-bottom:18px}.st-tag-green{background:rgba(130,195,68,.2);color:#5a8a2a}.st-tag-blue{background:#eef4fb;color:var(--st-blue)}.st-mini-list{list-style:none;padding:0;margin:0}.st-mini-list li{display:flex;gap:10px;color:var(--st-muted);font-size:14px;line-height:1.7;margin:0 0 10px}.st-mini-dot{width:8px;height:8px;border-radius:999px;display:inline-block;margin-top:8px;flex:none}.st-dark-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.st-dark-card{padding:30px;border-radius:24px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.st-dark-card h3{margin:0 0 10px;font-size:22px;color:#fff}.st-dark-card p{margin:0;color:#94a3b8;line-height:1.75}.st-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.st-metric{padding:28px 18px;border-radius:24px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);text-align:center}.st-metric strong{display:block;font-size:34px;color:var(--st-green);font-weight:900;line-height:1}.st-metric span{display:block;margin-top:8px;color:#94a3b8;font-size:14px}.st-page-hero .st-container{position:relative;padding:156px 24px 92px;text-align:center}.st-page-hero p{max-width:760px;margin:0 auto}.st-page-strip{height:5px;width:84px;background:var(--st-green);border-radius:999px;margin:20px auto 0}.st-overview{display:grid;grid-template-columns:1fr .95fr;gap:54px;align-items:center}.st-overview-image{position:relative}.st-overview-image img{width:100%;height:460px;object-fit:cover;border-radius:30px;box-shadow:0 20px 60px rgba(15,23,42,.12)}.st-floating-stat{position:absolute;left:-26px;bottom:-24px;padding:20px 22px;border-radius:22px;background:var(--st-blue);color:#fff;box-shadow:0 18px 40px rgba(4,82,138,.25)}.st-floating-stat strong{display:block;font-size:42px;line-height:1;font-weight:900}.st-floating-stat span{display:block;color:#cfe1f5;margin-top:6px;font-size:14px}.st-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:30px}.st-info-card{display:flex;gap:12px;align-items:flex-start;padding:18px;border-radius:18px;background:#f8fafc;border:1px solid var(--st-border)}.st-info-card strong{display:block;font-size:12px;color:#94a3b8;margin-bottom:4px}.st-info-card span{display:block;font-size:15px;font-weight:700}.st-cert-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.st-cert{padding:28px 24px;border-radius:24px;text-align:center}.st-cert .code{display:block;font-size:26px;font-weight:900;margin-bottom:8px}.st-cert small{display:block;color:#64748b;line-height:1.6;font-size:14px}.st-center-card{max-width:420px;margin:0 auto;padding:30px;border-radius:24px;border:1px solid var(--st-border);background:#fff;box-shadow:var(--st-shadow);text-align:center}.st-center-card .mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:900;color:var(--st-blue)}.st-team-card{max-width:420px;margin:0 auto;border:1px solid var(--st-border);background:#fff;border-radius:28px;overflow:hidden;box-shadow:var(--st-shadow)}.st-team-top{height:210px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--st-blue),var(--st-blue-deep))}.st-avatar{width:104px;height:104px;border-radius:999px;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#fff;font-size:42px;font-weight:900;border:2px solid rgba(255,255,255,.2)}.st-team-body{padding:28px;text-align:center}.st-team-body h3{margin:0 0 6px;font-size:28px}.st-team-role{color:var(--st-green);font-weight:700;margin-bottom:14px}.st-contact-list a{display:block;color:var(--st-blue);text-decoration:none;margin:10px 0;font-weight:600}.st-sol-block{padding:104px 0}.st-sol-wrap{display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:center;margin-bottom:56px}.st-sol-wrap.reverse{direction:rtl}.st-sol-wrap.reverse>*{direction:ltr}.st-sol-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:14px;margin-bottom:20px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.st-sol-image img{width:100%;height:400px;object-fit:cover;border-radius:30px;box-shadow:0 20px 60px rgba(15,23,42,.12)}.st-cap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.st-cap-card{padding:24px;border-radius:20px;border:1px solid var(--st-border);background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.05)}.st-cap-card h4{margin:0 0 8px;font-size:16px}.st-cap-card p{margin:0;color:var(--st-muted);font-size:14px;line-height:1.65}.st-chip-nav{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}.st-chip-nav a{padding:11px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.15);text-decoration:none;color:rgba(255,255,255,.84);background:rgba(255,255,255,.08);font-size:14px;font-weight:600}.st-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.st-project-card{border:1px solid var(--st-border);border-radius:26px;overflow:hidden;background:#fff;box-shadow:var(--st-shadow)}.st-project-media{position:relative;height:220px}.st-project-media img{width:100%;height:100%;object-fit:cover}.st-project-body{padding:26px}.st-project-client{font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:6px}.st-project-category{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}.st-project-card h3{margin:0 0 12px;font-size:24px;line-height:1.2}.st-project-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;margin-top:16px}.st-project-highlights span{font-size:13px;color:var(--st-muted);line-height:1.45}.st-project-highlights span:before{content:'✓ ';color:var(--st-green);font-weight:900}.st-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.st-post-card{background:#fff;border:1px solid var(--st-border);border-radius:24px;padding:26px;box-shadow:0 12px 34px rgba(15,23,42,.05)}.st-post-card h3,.st-post-card h2{margin:0 0 12px;line-height:1.2}.st-post-card p{color:var(--st-muted);line-height:1.75}.st-post-meta{font-size:13px;color:#94a3b8;margin-bottom:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.st-content p,.st-content li{color:var(--st-muted);line-height:1.85;font-size:17px}.st-content h2,.st-content h3{line-height:1.2}.st-form-wrap{background:#fff;border:1px solid var(--st-border);border-radius:30px;padding:30px;box-shadow:0 14px 36px rgba(15,23,42,.05)}.st-contact-form label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#64748b;font-weight:800;margin-bottom:8px}.st-contact-form input,.st-contact-form textarea{width:100%;border:1px solid #dbe4ee;border-radius:14px;padding:14px 16px;font:inherit}.st-contact-form p{margin:0 0 18px}.st-sidebar-card{background:#fff;border:1px solid var(--st-border);border-radius:24px;padding:24px;margin-bottom:24px}.st-cta{background:linear-gradient(135deg,var(--st-blue) 0%,var(--st-blue-deep) 100%);color:#fff;text-align:center;border-radius:34px;padding:76px 28px}.st-cta p{color:#d5e4f5;max-width:760px;margin:0 auto 28px;line-height:1.8}.st-footer{background:var(--st-navy);color:#c7d2e0;padding:74px 0}.st-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:28px}.st-footer h4{color:#fff;margin:0 0 16px;text-transform:uppercase;font-size:12px;letter-spacing:.14em}.st-footer p,.st-footer a,.st-footer li{color:#94a3b8;line-height:1.8;text-decoration:none}.st-footer a:hover{color:var(--st-green)}.st-footer-links{list-style:none;padding:0;margin:0}.st-footer-logo{height:52px;width:auto;margin-bottom:18px;filter:brightness(0) invert(1)}.st-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.st-badges span{font-size:12px;font-weight:800;padding:8px 10px;border-radius:999px;background:rgba(130,195,68,.12);color:var(--st-green);border:1px solid rgba(130,195,68,.24)}.st-text-center{text-align:center}.st-mb-0{margin-bottom:0}.st-mt-40{margin-top:40px}.st-mt-56{margin-top:56px}.st-mx-auto{margin-left:auto;margin-right:auto}@media (max-width:1080px){.st-nav{display:none}.st-mobile-cta{display:inline-flex}.st-header-inner{min-height:76px}.st-hero-wrap,.st-overview,.st-sol-wrap,.st-grid-2,.st-grid-3,.st-grid-4,.st-credgrid,.st-dark-grid,.st-project-grid,.st-post-grid,.st-cap-grid,.st-cert-grid,.st-metric-grid,.st-info-grid,.st-highlight-grid,.st-footer-grid{grid-template-columns:1fr}.st-page-hero .st-container,.st-hero-wrap{padding-top:132px}.st-creditem{border-right:none;border-bottom:1px solid var(--st-border)}.st-creditem:last-child{border-bottom:none}.st-overview-image img,.st-sol-image img{height:320px}.st-floating-stat{position:static;margin-top:18px;display:inline-block}.st-project-highlights{grid-template-columns:1fr}}@media (max-width:720px){.st-container{padding:0 18px}.st-hero h1,.st-page-hero h1{font-size:42px}.st-btn{width:100%}.st-hero-actions{flex-direction:column}.st-card-body,.st-cap-card,.st-highlight-card,.st-dark-card,.st-post-card,.st-project-body,.st-center-card,.st-form-wrap,.st-cta{padding:22px}.st-section,.st-sol-block{padding:78px 0}.st-page-hero .st-container{padding:132px 18px 76px}}


/* Exact Base44 header */
.st-header-exact{background:#fff;border-bottom:1px solid #e8edf2;box-shadow:0 1px 8px rgba(0,0,0,.04)}
.st-header-inner-exact{min-height:64px;gap:18px}
.st-brand-exact img{height:44px}
.st-nav-exact{display:flex;align-items:center;gap:8px}
.st-menu-exact{gap:2px}
.st-menu-exact>li{position:relative}
.st-menu-exact a,.st-nav-link-button{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:6px;font-size:15px;line-height:1;font-weight:500;color:#475569;background:transparent;border:none;text-decoration:none;cursor:pointer;transition:all .15s ease}
.st-menu-exact a:hover,.st-nav-link-button:hover{color:#04528A;background:#f8fbff}
.st-menu-exact .current-menu-item>a,.st-menu-exact .current-menu-ancestor>.st-nav-link-button,.st-menu-exact .current_page_item>a{background:#eef4fb;color:#04528A;font-weight:600}
.st-caret{display:inline-block;width:7px;height:7px;border-right:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:rotate(45deg) translateY(-1px);margin-left:3px;transition:transform .2s ease}
.st-menu-dropdown:hover>.st-nav-link-button .st-caret,.st-menu-dropdown:focus-within>.st-nav-link-button .st-caret,.st-menu-dropdown.is-open>.st-nav-link-button .st-caret,.st-mobile-expand[aria-expanded="true"] .st-caret{transform:rotate(225deg) translateY(-1px)}
.st-menu-exact .sub-menu{list-style:none;margin:0;padding:6px 0;position:absolute;left:0;top:calc(100% + 6px);min-width:208px;border-radius:14px;background:#fff;border:1px solid #e8edf2;box-shadow:0 10px 40px rgba(0,0,0,.12);display:none;z-index:1200;overflow:hidden}
.st-menu-dropdown:hover>.sub-menu,.st-menu-dropdown:focus-within>.sub-menu,.st-menu-dropdown.is-open>.sub-menu{display:block}
.st-menu-exact .sub-menu li{border-bottom:1px solid #f1f5f9}
.st-menu-exact .sub-menu li:last-child{border-bottom:none}
.st-menu-exact .sub-menu a{display:block;border-radius:0;padding:14px 16px;font-size:14px;font-weight:400;background:transparent;color:#475569}
.st-menu-exact .sub-menu .current-menu-item>a,.st-menu-exact .sub-menu a:hover{background:#eef4fb;color:#04528A;font-weight:600}
.st-nav-cta-exact{margin-left:8px;padding:8px 18px;border-radius:6px;font-size:13px;line-height:1.2;font-weight:600;min-height:40px}
.st-mobile-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:10px;cursor:pointer;border-radius:10px}
.st-mobile-toggle span{display:block;height:2px;background:#04528A;border-radius:999px;margin:5px 0;transition:transform .2s ease,opacity .2s ease}
.st-mobile-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.st-mobile-toggle.is-open span:nth-child(2){opacity:0}
.st-mobile-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.st-mobile-panel{display:none;border-top:1px solid #f1f5f9;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.08)}
.st-mobile-panel-inner{padding:14px 24px 20px}
.st-mobile-link,.st-mobile-expand,.st-mobile-sublink{display:flex;width:100%;text-decoration:none;color:#475569;background:transparent;border:0;padding:12px 0;font-size:15px;font-weight:500;align-items:center;justify-content:space-between;cursor:pointer}
.st-mobile-link.is-active,.st-mobile-expand.is-active,.st-mobile-sublink.is-active{color:#04528A;font-weight:600}
.st-mobile-submenu{padding:2px 0 8px 16px}
.st-mobile-sublink{font-size:14px;color:#64748b;padding:10px 0}
.st-mobile-panel-cta{margin-top:10px;width:100%;justify-content:center;border-radius:6px;padding:12px 18px;font-size:14px;font-weight:600}
@media (max-width:1080px){.st-nav-exact{display:none}.st-mobile-toggle{display:block}.st-mobile-panel.is-open{display:block}.st-header-inner-exact{min-height:64px}.st-mobile-cta{display:none}}
