*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--blue:#23719f;--blue-deep:#07539e;--teal:#1d9d8b;--bg:#fff;--text:#1a1a2e;--text-muted:#4a5568;--text-light:#718096;--border:#e2e8f0;--section-bg:#f7f9fc;--footer-bg:#0a1628;--footer-text:#cbd5e1;--radius:12px;--radius-lg:20px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 20px #0000000f;--shadow-lg:0 12px 40px #00000014;--transition:.3s cubic-bezier(.4, 0, .2, 1);--max-width:1200px;--section-padding:100px 0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{color:var(--text);background:var(--bg);font-family:Ubuntu,sans-serif;line-height:1.7;overflow-x:hidden}a{color:var(--blue);transition:color var(--transition);text-decoration:none}a:hover{color:var(--blue-deep)}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}h1,h2,h3,h4{color:var(--text);font-weight:700;line-height:1.2}h1{letter-spacing:-.02em;font-size:3.2rem}h2{letter-spacing:-.01em;font-size:2.4rem}h3{font-size:1.35rem}h4{font-size:1.1rem}p{color:var(--text-muted);font-size:1.05rem;line-height:1.75}.section-label{letter-spacing:.12em;color:var(--teal);margin-bottom:12px;font-size:1.8rem;font-weight:900;display:inline-block}.section-heading{margin-bottom:20px}.section-subtext{max-width:640px;color:var(--text-muted);font-size:1.1rem;line-height:1.75}.btn{cursor:pointer;transition:all var(--transition);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-family:Ubuntu,sans-serif;font-size:.95rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.btn-primary{background:var(--blue-deep);color:var(--white)}.btn-primary:hover{background:var(--blue);color:var(--white);transform:translateY(-1px);box-shadow:0 6px 20px #07539e40}.btn-secondary{color:var(--blue-deep);border:1.5px solid var(--blue-deep);background:0 0}.btn-secondary:hover{background:var(--blue-deep);color:var(--white);transform:translateY(-1px)}.btn-teal{background:var(--teal);color:var(--white)}.btn-teal:hover{color:var(--white);background:#178a7a;transform:translateY(-1px);box-shadow:0 6px 20px #1d9d8b40}.btn-white{background:var(--white);color:var(--blue-deep)}.btn-white:hover{color:var(--blue-deep);background:#f0f4f8;transform:translateY(-1px)}.site-header{z-index:1000;-webkit-backdrop-filter:blur(12px);transition:border-color var(--transition), box-shadow var(--transition);background:#fffffff2;border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.site-header.scrolled{border-bottom-color:var(--border);box-shadow:0 1px 8px #0000000a}.header-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.header-logo img{width:auto;height:52px}.nav-links{align-items:center;gap:36px;list-style:none;display:flex}.nav-links a{color:var(--text-muted);transition:color var(--transition);font-size:.9rem;font-weight:500;position:relative}.nav-links a:after{content:"";background:var(--blue-deep);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--blue-deep)}.nav-links a:hover:after{width:100%}.header-cta{align-items:center;gap:16px;display:flex}.header-cta .btn{padding:10px 24px;font-size:.85rem}.mobile-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.mobile-toggle span{background:var(--text);width:22px;height:2px;transition:all var(--transition);border-radius:2px}.mobile-toggle.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu{background:var(--white);z-index:999;padding:32px 24px;display:none;position:fixed;inset:72px 0 0}.mobile-menu.open{flex-direction:column;gap:8px;display:flex}.mobile-menu a{color:var(--text);border-bottom:1px solid var(--border);padding:14px 0;font-size:1.1rem;font-weight:500;display:block}.mobile-menu .btn{text-align:center;margin-top:24px}.hero{background:linear-gradient(165deg,#f7f9fc 0%,#fff 50%,#f0f8f7 100%);padding:160px 0 100px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#1d9d8b0f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;right:-200px}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#07539e0a 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-150px;left:-150px}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.hero-content{z-index:1;position:relative}.hero h1{color:var(--text);margin-bottom:24px;font-size:3rem;line-height:1.15}.hero h1 span{color:var(--blue-deep)}.hero-sub{color:var(--text-muted);max-width:540px;margin-bottom:36px;font-size:1.1rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.hero-media{z-index:1;position:relative}.hero-image-wrapper{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#f0f4f8,#e8f4f2);padding:40px;position:relative;overflow:hidden}.hero-image-wrapper img{border-radius:var(--radius);width:100%;height:auto}.hero-badge{background:var(--white);color:var(--blue-deep);box-shadow:var(--shadow-md);border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:.8rem;font-weight:600;display:flex;position:absolute;bottom:20px;left:20px}.hero-badge .dot{background:var(--teal);border-radius:50%;width:8px;height:8px}.about{padding:var(--section-padding)}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}.about-text .section-subtext{max-width:100%;margin-bottom:40px}.pillars{flex-direction:column;gap:24px;display:flex}.pillar{background:var(--section-bg);border-radius:var(--radius);border:1px solid var(--border);transition:all var(--transition);align-items:flex-start;gap:16px;padding:24px;display:flex}.pillar:hover{border-color:var(--teal);box-shadow:var(--shadow-sm)}.pillar-icon{border-radius:10px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;font-size:1.2rem;display:flex}.pillar-icon.precision{color:var(--blue-deep);background:#07539e1a}.pillar-icon.deployable{color:var(--teal);background:#1d9d8b1a}.pillar-icon.commercial{color:var(--blue);background:#23719f1a}.pillar h4{color:var(--text);margin-bottom:6px}.pillar p{color:var(--text-light);font-size:.9rem;line-height:1.6}.focus{padding:var(--section-padding);background:var(--section-bg)}.focus-header{text-align:center;margin-bottom:60px}.focus-header .section-subtext{margin:0 auto}.focus-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.focus-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);padding:32px 28px;position:relative;overflow:hidden}.focus-card:before{content:"";background:var(--blue-deep);transform-origin:0;height:3px;transition:transform var(--transition);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.focus-card:hover{border-color:var(--blue);box-shadow:var(--shadow-md);transform:translateY(-4px)}.focus-card:hover:before{transform:scaleX(1)}.focus-card-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;font-size:1.4rem;display:flex}.focus-card:first-child .focus-card-icon{background:#07539e14}.focus-card:nth-child(2) .focus-card-icon{background:#1d9d8b14}.focus-card:nth-child(3) .focus-card-icon{background:#23719f14}.focus-card:nth-child(4) .focus-card-icon{background:#07539e14}.focus-card h3{margin-bottom:12px;font-size:1.15rem}.focus-card p{color:var(--text-light);font-size:.92rem;line-height:1.65}.technology{padding:var(--section-padding)}.tech-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.tech-content .section-subtext{max-width:100%;margin-bottom:36px}.tech-chips{grid-template-columns:1fr 1fr;gap:16px;display:grid}.tech-chip{background:var(--section-bg);border-radius:var(--radius);border:1px solid var(--border);color:var(--text);transition:all var(--transition);align-items:center;gap:12px;padding:16px 20px;font-size:.9rem;font-weight:500;display:flex}.tech-chip:hover{border-color:var(--teal);background:#1d9d8b0a}.tech-chip-dot{background:var(--teal);border-radius:50%;flex-shrink:0;width:8px;height:8px}.tech-visual{position:relative}.tech-image-wrapper{border-radius:var(--radius-lg);background:linear-gradient(135deg,#f0f4f8 0%,#e8f4f2 100%);justify-content:center;align-items:center;min-height:400px;padding:40px;display:flex}.tech-image-wrapper img{border-radius:var(--radius);max-width:85%}.applications{padding:var(--section-padding);background:var(--section-bg)}.applications-header{text-align:center;margin-bottom:60px}.applications-header .section-subtext{margin:0 auto}.app-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.app-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);align-items:flex-start;gap:16px;padding:28px 24px;display:flex}.app-card:hover{border-color:var(--blue);box-shadow:var(--shadow-sm)}.app-icon{width:40px;min-width:40px;height:40px;color:var(--blue-deep);background:#07539e0f;border-radius:10px;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.app-card h4{margin-bottom:6px;font-size:1rem}.app-card p{color:var(--text-light);font-size:.85rem;line-height:1.55}.why{padding:var(--section-padding)}.why-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.why-content .section-subtext{max-width:100%;margin-bottom:32px}.why-list{flex-direction:column;gap:16px;list-style:none;display:flex}.why-list li{color:var(--text-muted);align-items:flex-start;gap:14px;font-size:.95rem;line-height:1.6;display:flex}.why-list-check{width:22px;min-width:22px;height:22px;color:var(--teal);background:#1d9d8b1a;border-radius:6px;justify-content:center;align-items:center;margin-top:2px;font-size:.75rem;font-weight:700;display:flex}.why-visual{flex-direction:column;gap:20px;display:flex}.why-stat{background:var(--section-bg);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition);padding:28px 32px}.why-stat:hover{border-color:var(--blue);box-shadow:var(--shadow-sm)}.why-stat h3{color:var(--blue-deep);margin-bottom:6px;font-size:1.1rem}.why-stat p{color:var(--text-light);font-size:.88rem}.lineage{padding:var(--section-padding);background:linear-gradient(135deg, var(--blue-deep) 0%, #0d4a7a 50%, #0a3d68 100%);color:var(--white);position:relative;overflow:hidden}.lineage:before{content:"";pointer-events:none;background:radial-gradient(circle,#1d9d8b26 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-100px;right:-100px}.lineage-inner{z-index:1;grid-template-columns:1.2fr .8fr;align-items:center;gap:60px;display:grid;position:relative}.lineage .section-label{color:#fff9}.lineage h2{color:var(--white);margin-bottom:20px}.lineage p{color:#fffc;font-size:1.05rem;line-height:1.8}.lineage-logo{justify-content:center;align-items:center;padding:40px;display:flex}.lineage-logo img{opacity:.7;max-width:320px}.cta-section{padding:var(--section-padding);text-align:center}.cta-section h2{margin-bottom:20px}.cta-section .section-subtext{text-align:center;max-width:600px;margin:0 auto 40px}.cta-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:64px 0 0}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.2fr .8fr 1fr;gap:48px;padding-bottom:48px;display:grid}.footer-brand img{height:48px;margin-bottom:20px}.footer-brand p{color:var(--footer-text);max-width:300px;margin-bottom:24px;font-size:.88rem;line-height:1.7}.footer-connect-label{color:#ffffff80;margin-bottom:8px;font-size:.85rem}.footer-email{color:var(--teal);margin-bottom:20px;font-size:1rem;font-weight:500;display:inline-block}.footer-email:hover{color:#25b8a4}.footer-address{color:var(--footer-text);font-size:.85rem;line-height:1.8}.footer-address strong{color:var(--white);margin-bottom:6px;font-weight:600;display:block}.footer-nav h4{color:var(--white);text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px;font-size:.85rem;font-weight:700}.footer-nav-list{flex-direction:column;gap:12px;list-style:none;display:flex}.footer-nav-list a{color:var(--footer-text);transition:color var(--transition);font-size:.88rem}.footer-nav-list a:hover{color:var(--white)}.footer-form h4{color:var(--white);margin-bottom:16px;font-size:1.1rem;font-weight:600}.footer-form p{color:var(--footer-text);margin-bottom:20px;font-size:.85rem}.footer-form-fields{flex-direction:column;gap:12px;display:flex}.footer-form-fields input,.footer-form-fields textarea{width:100%;color:var(--white);transition:border-color var(--transition);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;outline:none;padding:10px 14px;font-family:Ubuntu,sans-serif;font-size:.85rem}.footer-form-fields input::placeholder,.footer-form-fields textarea::placeholder{color:#ffffff59}.footer-form-fields input:focus,.footer-form-fields textarea:focus{border-color:var(--teal)}.footer-form-fields textarea{resize:vertical;min-height:70px}.footer-form-fields .btn{width:100%;padding:10px 24px;font-size:.85rem}.footer-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-error{color:#ef4444;margin-top:4px;font-size:.75rem;display:none}.form-success{color:var(--teal);margin-top:8px;font-size:.85rem;display:none}.footer-bottom{justify-content:space-between;align-items:center;padding:24px 0;display:flex}.footer-bottom p{color:#ffffff59;font-size:.8rem}.footer-bottom-links{gap:24px;display:flex}.footer-bottom-links a,.footer-bottom-links span{color:#ffffff59;font-size:.8rem}.footer-bottom-links a:hover{color:var(--white)}@media (width<=1024px){h1{font-size:2.6rem}h2{font-size:2rem}.hero-grid{grid-template-columns:1fr;gap:48px}.hero{padding:140px 0 80px}.hero h1{font-size:2.6rem}.hero-media{max-width:500px}.about-grid{grid-template-columns:1fr;gap:40px}.focus-grid{grid-template-columns:repeat(2,1fr)}.tech-grid{grid-template-columns:1fr;gap:40px}.tech-visual{order:-1}.why-grid,.lineage-inner{grid-template-columns:1fr;gap:40px}.lineage-logo{justify-content:flex-start;padding:0}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){:root{--section-padding:72px 0}h1{font-size:2.1rem}h2{font-size:1.7rem}.nav-links,.header-cta{display:none}.mobile-toggle{display:flex}.hero{padding:120px 0 64px}.hero h1{font-size:2.1rem}.hero-sub{font-size:1rem}.focus-grid,.app-grid,.tech-chips{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:40px}.footer-form-row{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:12px}}@media (width<=480px){.container{padding:0 16px}h1{font-size:1.8rem}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.cta-actions{flex-direction:column;align-items:center}.cta-actions .btn{width:100%;max-width:300px}}