:root{--bg:#f5f8fc;--text:#0c1b3d;--muted:#526078;--navy:#08224d;--blue:#1e73ff;--red:#ef2330;--line:#d9e3ef;--card:#fff;--shadow:0 18px 45px rgba(13,32,65,.10);--radius:22px;--max:1180px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.55}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(var(--max),calc(100% - 28px));margin:auto}.topbar{display:none;background:var(--navy);color:white}.topbar .container{height:36px;display:flex;justify-content:flex-end;gap:24px;align-items:center;font-size:13px;font-weight:700}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:84px;display:flex;justify-content:space-between;align-items:center;gap:18px}.logo{display:flex;align-items:center}.logo img{width:170px;height:auto}.nav-links{display:none;align-items:center;gap:25px}.nav-links a{font-size:15px;font-weight:800;color:#13254b}.nav-links a.active,.nav-links a:hover{color:var(--blue)}.header-actions{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:14px;padding:14px 20px;min-height:50px;font-weight:900;border:1px solid transparent;letter-spacing:.01em}.btn-blue{background:var(--blue);color:white}.btn-red{background:var(--red);color:white}.btn-white{background:white;color:var(--navy);border-color:var(--line)}.btn-outline{background:white;color:var(--navy);border-color:#c8d6e8}.icon-btn,.menu-btn{width:48px;height:48px;border-radius:15px;border:1px solid var(--line);background:white;color:var(--navy);display:grid;place-items:center;box-shadow:0 8px 24px rgba(13,32,65,.08);font-weight:900}.mobile-menu{display:none;position:fixed;left:0;right:0;top:84px;background:white;z-index:60;padding:12px 22px 24px;box-shadow:var(--shadow);border-bottom:1px solid var(--line)}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:14px 0;border-bottom:1px solid var(--line);font-weight:900}.hero{position:relative;background:white;overflow:hidden}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.88) 42%,rgba(255,255,255,.10) 70%),var(--hero);background-size:cover;background-position:center}.hero .container{position:relative;z-index:2;min-height:520px;display:flex;align-items:center;padding:58px 0}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.15em;color:var(--blue);font-weight:900;margin-bottom:12px}.hero h1,.page-hero h1{font-size:clamp(44px,7vw,78px);line-height:.94;letter-spacing:-.055em;margin:0 0 18px;color:#0c1b3d;max-width:760px}.hero p{font-size:clamp(20px,3vw,28px);color:#24324c;margin:0 0 28px;max-width:620px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-strip{background:white;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr)}.trust-item{display:flex;align-items:center;gap:12px;padding:18px 14px;border-bottom:1px solid var(--line);border-right:1px solid var(--line)}.trust-item:nth-child(2n){border-right:0}.trust-icon{font-size:24px;color:var(--blue)}.trust-title{font-size:13px;text-transform:uppercase;font-weight:900;line-height:1.15}.trust-sub{font-size:12px;color:var(--muted)}section{padding:64px 0}.center{text-align:center}.section-title{font-size:clamp(32px,4.5vw,54px);line-height:1.05;letter-spacing:-.04em;margin:0 0 12px;color:#0f2149}.section-copy{font-size:18px;color:var(--muted);max-width:760px;margin:0 auto 30px}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.service-card{position:relative;overflow:hidden;border-radius:20px;min-height:165px;box-shadow:var(--shadow);background:#111}.service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.service-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.25) 46%,rgba(0,0,0,.78))}.service-card .content{position:absolute;z-index:2;left:15px;right:15px;bottom:14px}.service-card h3{margin:0;color:white;text-transform:uppercase;font-size:18px;line-height:1.05;text-shadow:0 3px 12px rgba(0,0,0,.5)}.service-card p{display:none}.project-grid{display:grid;gap:16px}.project-card,.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.project-card img{width:100%;height:240px;object-fit:cover}.project-card .pad,.panel.pad{padding:22px}.project-card h3,.panel h2,.panel h3{margin-top:0;color:#0f2149}.muted,.project-card p,.panel p,.panel li{color:var(--muted)}.license-band{background:white;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 0}.license-grid{display:grid;gap:18px;text-align:center}.finance-callout{background:linear-gradient(135deg,#08224d,#1e73ff 58%,#ef2330);color:white;border-radius:28px;padding:34px;box-shadow:var(--shadow)}.finance-callout p{color:#edf5ff}.split{display:grid;gap:24px}.map-contact{display:grid;gap:20px}.map-box{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#eaf2ff;margin-top:18px}.contact-card{padding:22px;display:grid;grid-template-columns:150px 1fr;gap:22px;align-items:center}.contact-card img{width:150px;height:180px;object-fit:contain;background:#f7f9fc;border-radius:18px}.edgar-full{width:100%;max-height:520px;object-fit:contain;background:#fff}.footer{background:var(--navy);color:#dce8ff;padding:44px 0 88px}.footer-grid{display:grid;gap:24px}.footer a,.footer p{color:#dce8ff;display:block}.footer h4{margin:0 0 10px;color:white}.footer-logo img{width:170px}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:25px;padding-top:18px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.sticky-mobile{position:fixed;left:0;right:0;bottom:0;z-index:80;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 -8px 28px rgba(13,32,65,.16)}.sticky-mobile a{border-radius:0;height:60px}.page-hero{position:relative;padding:86px 0;border-bottom:1px solid var(--line);overflow:hidden}.page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.88)),var(--hero);background-size:cover;background-position:center;opacity:1}.page-hero .container{position:relative;z-index:2}.breadcrumb{color:var(--blue);font-weight:900;margin-bottom:10px}.content-grid{display:grid;gap:22px}.form{display:grid;gap:14px}.form label{font-weight:900;font-size:13px}.form input,.form select,.form textarea{width:100%;padding:15px 14px;border:1px solid var(--line);border-radius:14px;background:white;font:inherit;color:var(--text)}.form textarea{min-height:135px}.notice{border-left:4px solid var(--blue);background:#eaf2ff;padding:16px;border-radius:14px;color:#17376c}.chatbot-toggle{position:fixed;right:18px;bottom:88px;width:56px;height:56px;border-radius:50%;border:0;background:var(--blue);box-shadow:0 16px 34px rgba(30,115,255,.32);z-index:85;color:white}.chatbot-toggle::before{content:"💬";font-size:22px}.chatbot-panel{display:none;position:fixed;right:18px;bottom:154px;width:min(380px,calc(100vw - 24px));background:white;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 60px rgba(13,32,65,.2);overflow:hidden;z-index:85}.chatbot-panel.open{display:block}.chatbot-head{background:var(--navy);color:white;padding:15px 18px;display:flex;justify-content:space-between}.chatbot-head h4{margin:0}.chatbot-head button{border:0;background:transparent;color:white;font-size:20px}.chatbot-body{padding:16px;display:grid;gap:10px;max-height:430px;overflow:auto}.chat-msg{padding:11px 13px;border-radius:15px;font-size:14px}.chat-msg.bot{background:#eef4ff}.chat-msg.user{background:var(--blue);color:white;justify-self:end}.chat-quick{display:flex;flex-wrap:wrap;gap:8px}.chat-quick button{border:1px solid var(--line);background:white;border-radius:999px;padding:8px 11px}.chat-form{display:flex;gap:8px;padding:13px;border-top:1px solid var(--line)}.chat-form input{flex:1;border:1px solid var(--line);border-radius:999px;padding:12px}.chat-form button{border:0;border-radius:999px;background:var(--blue);color:white;font-weight:900;padding:0 16px}@media(min-width:860px){.topbar{display:block}.nav-links{display:flex}.menu-btn,.icon-btn.mobile-only{display:none}.desktop-cta{display:inline-flex}.hero .container{min-height:540px}.trust-grid{grid-template-columns:repeat(4,1fr)}.trust-item{border-bottom:0}.trust-item:nth-child(2n){border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.services-grid{grid-template-columns:repeat(4,1fr)}.service-card{min-height:210px}.project-grid{grid-template-columns:repeat(4,1fr)}.license-grid{grid-template-columns:repeat(4,1fr)}.split{grid-template-columns:1fr 1fr;align-items:center}.map-contact{grid-template-columns:1.15fr .85fr}.content-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr}.sticky-mobile{display:none}}@media(max-width:859px){.desktop-cta{display:none}.nav{height:76px}.logo img{width:132px}.mobile-menu{top:76px}}@media(max-width:520px){.container{width:min(100% - 22px,var(--max))}.hero::before{background:linear-gradient(180deg,rgba(8,34,77,.08),rgba(8,34,77,.28) 25%,rgba(0,0,0,.55) 72%,rgba(0,0,0,.7)),var(--hero);background-size:cover;background-position:center}.hero .container{min-height:630px;align-items:flex-end;padding:32px 0 70px}.hero h1{font-size:42px;color:white;text-shadow:0 3px 14px rgba(0,0,0,.5)}.hero p{font-size:17px;color:white;text-shadow:0 2px 8px rgba(0,0,0,.45)}.hero .eyebrow{color:#dbe8ff}.hero-actions .btn{width:100%}.trust-grid{grid-template-columns:repeat(2,1fr)}section{padding:52px 0}.services-grid{gap:10px}.service-card{min-height:145px}.service-card h3{font-size:15px}.contact-card{grid-template-columns:1fr;text-align:center}.contact-card img{margin:auto;width:210px;height:250px}.chatbot-toggle{right:14px;bottom:92px}.chatbot-panel{right:12px;left:12px;bottom:152px;width:auto}.page-hero h1{font-size:42px}}
.project-card img.edgar-full{height:auto!important;max-height:560px!important;width:100%!important;object-fit:contain!important;background:#fff!important;padding:0!important;}
.logo img{background:transparent!important;}
.footer-logo img{background:transparent!important;}
