*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#002f6c;--primary-dk:#001a40;--accent:#0052cc;--accent-lt:#e8f0fe;--yellow:#ffce32;--yellow-dk:#e6b800;--bg:#f6f7fb;--surface:#fff;--text:#2d2d2d;--text-muted:#6b7280;--border:#e0e5ee;--shadow-sm:0 2px 8px #002f6c14;--shadow-md:0 8px 24px #002f6c1f;--shadow-lg:0 16px 48px #002f6c29;--radius:10px;--nav-height:68px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;line-height:1.6}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}input,textarea,select{font-family:inherit;font-size:inherit}#root{flex-direction:column;min-height:100vh;display:flex}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-tag{letter-spacing:1.4px;text-transform:uppercase;color:var(--accent);margin-bottom:10px;font-size:12px;font-weight:700;display:inline-block}.section-title{color:var(--text);margin-bottom:12px;font-size:clamp(24px,3.5vw,38px);font-weight:800;line-height:1.2}.section-sub{color:var(--text-muted);font-size:16px;line-height:1.7}.navbar{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-bottom:1px solid #0000;transition:box-shadow .25s,border-color .25s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:var(--shadow-sm);border-color:var(--border)}.nav-inner{height:var(--nav-height);align-items:center;gap:8px;display:flex}.nav-logo{flex-shrink:0;margin-right:16px}.nav-logo-img{width:auto;height:40px}.nav-links{flex:1;align-items:center;gap:2px;display:flex}.nav-link{color:var(--text);border-radius:8px;padding:8px 16px;font-size:15px;font-weight:500;transition:color .15s,background .15s}.nav-link:hover{color:var(--accent);background:var(--accent-lt)}.nav-cta{background:var(--primary);color:#fff;white-space:nowrap;border-radius:8px;flex-shrink:0;padding:10px 24px;font-size:14px;font-weight:700;transition:background .15s,transform .15s}.nav-cta:hover{background:var(--accent);transform:translateY(-1px)}.nav-hamburger{color:var(--text);border-radius:8px;justify-content:center;align-items:center;margin-left:auto;padding:6px;transition:background .15s;display:none}.nav-hamburger:hover{background:var(--bg)}.nav-mobile{border-top:1px solid var(--border);background:#fff;flex-direction:column;gap:2px;padding:12px 16px 20px;display:flex}.nav-mobile-link{color:var(--text);text-align:left;border-radius:8px;padding:12px 16px;font-size:15px;font-weight:500;transition:background .15s,color .15s}.nav-mobile-link:hover{background:var(--accent-lt);color:var(--accent)}.nav-cta--mobile{text-align:center;width:100%;margin-top:10px;padding:13px 24px;font-size:15px}@media (width<=768px){.nav-links,.nav-cta:not(.nav-cta--mobile){display:none}.nav-hamburger{display:flex}}.footer{background:var(--primary-dk);color:#ffffffbf;margin-top:auto}.footer-top{border-bottom:1px solid #ffffff1a;padding:72px 0 56px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;display:grid}.footer-brand{flex-direction:column;gap:20px;display:flex}.footer-logo-btn{align-self:flex-start}.footer-logo{filter:brightness(0)invert();opacity:.9;width:auto;height:40px}.footer-tagline{color:#fff9;max-width:280px;font-size:14px;line-height:1.7}.footer-socials{gap:10px;display:flex}.social-btn{color:#ffffffb3;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,color .15s,transform .15s;display:flex}.social-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-2px)}.footer-col{flex-direction:column;gap:16px;display:flex}.footer-heading{letter-spacing:1.2px;text-transform:uppercase;color:#fff;font-size:12px;font-weight:700}.footer-links{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-link{color:#fff9;text-align:left;font-size:14px;transition:color .15s}.footer-link:hover{color:#fff}.footer-contact li{color:#fff9;justify-content:space-between;align-items:center;gap:16px;font-size:14px;line-height:1.5}.footer-contact li a{transition:all .9s}.footer-contact li a:hover{color:#fff}.footer-bottom{padding:10px 0}.footer-bottom p{color:#ffffff73;text-align:center;font-size:13px}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-brand{grid-column:1/-1}}@media (width<=520px){.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{text-align:center;flex-direction:column}}.contact-icon{color:var(--accent);flex-shrink:0;margin-top:6px;margin-right:6px}.landing{flex-direction:column;min-height:100vh;display:flex}.btn{white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:13px 28px;font-size:15px;font-weight:700;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 14px #00358047}.btn-primary:hover{background:var(--accent);box-shadow:0 6px 20px #0057b859}.btn-outline{color:#fff;background:0 0;border:2px solid #fff9}.btn-outline:hover{background:#ffffff1f;border-color:#fff}.btn-full{justify-content:center;width:100%}.section-header{text-align:center;margin-bottom:56px}.section-header .section-sub{margin:0 auto}.hero{background:linear-gradient(135deg, var(--primary-dk) 0%, var(--primary) 55%, var(--accent) 100%);padding-top:calc(var(--nav-height) + 80px);flex-direction:column;min-height:100vh;padding-bottom:0;display:flex;position:relative;overflow:hidden}.hero-bg-dots{pointer-events:none;background-image:radial-gradient(circle,#ffffff12 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0}.hero-inner{flex:1;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding-bottom:100px;display:grid}.hero-badge{color:#fff;letter-spacing:1.2px;text-transform:uppercase;background:#ffffff26;border:1px solid #ffffff40;border-radius:999px;margin-bottom:24px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-block}.hero-title{color:#fff;margin-bottom:20px;font-size:clamp(32px,5vw,56px);font-weight:900;line-height:1.15}.hero-title-accent{color:#ffd166}.hero-sub{color:#ffffffd1;max-width:520px;margin-bottom:36px;font-size:18px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.hero-visual{flex-direction:column;align-items:flex-end;gap:16px;display:flex;position:relative}.hero-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#ffffff1f;border:1px solid #ffffff38;border-radius:16px;align-items:center;gap:16px;min-width:200px;padding:20px 24px;transition:transform .3s;display:flex}.hero-card:hover{transform:translate(-4px)}.hero-card--1{align-self:flex-end}.hero-card--2{align-self:center;margin-right:32px}.hero-card--3{align-self:flex-end}.hero-card span{color:#ffffffa6;font-size:12px;display:block}.hero-card strong{font-size:20px;font-weight:800;line-height:1.2;display:block}.hero-wave{width:100%;line-height:0}.hero-wave svg{width:100%;height:80px;display:block}.about-section{background:var(--bg);padding:100px 0}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.about-list{flex-direction:column;gap:12px;margin:28px 0 36px;list-style:none;display:flex}.about-list-item{color:var(--text);align-items:center;gap:12px;font-size:15px;display:flex}.about-check{color:var(--accent);flex-shrink:0}.about-visual{flex-direction:column;gap:24px;display:flex}.about-img-box{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);box-shadow:var(--shadow-lg);border-radius:20px;flex-direction:column;align-items:center;gap:20px;padding:56px 40px;display:flex}.about-logo{filter:brightness(0)invert();width:auto;height:72px}.about-tagline{color:#ffffffd9;text-align:center;font-size:16px;font-style:italic}.about-stat-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.about-stat{background:var(--surface);border:1px solid var(--border);text-align:center;box-shadow:var(--shadow-sm);border-radius:12px;padding:20px}.about-stat strong{color:var(--primary);margin-bottom:6px;font-size:30px;font-weight:900;line-height:1;display:block}.about-stat span{color:var(--text-muted);font-size:13px}.stats-section{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);padding:64px 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.stat-item{text-align:center;border-right:1px solid #ffffff2e;padding:12px 24px}.stat-item:last-child{border-right:none}.stat-value{color:#fff;margin-bottom:8px;font-size:clamp(36px,5vw,52px);font-weight:900;line-height:1;display:block}.stat-label{color:#ffffffb8;font-size:14px;font-weight:500}.services-section{background:var(--surface);padding:100px 0}.services-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;gap:0;padding:36px 28px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent);transform:translateY(-6px)}.service-icon-wrap{background:var(--accent-lt);width:56px;height:56px;color:var(--accent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;transition:background .2s,color .2s;display:flex}.service-card:hover .service-icon-wrap{background:var(--primary);color:#fff}.service-title{color:var(--text);margin-bottom:10px;font-size:17px;font-weight:700;line-height:1.3}.service-desc{color:var(--text-muted);flex:1;margin-bottom:20px;font-size:14px;line-height:1.65}.service-link{color:var(--accent);align-items:center;gap:6px;font-size:14px;font-weight:700;transition:gap .15s;display:inline-flex}.service-link:hover{gap:10px}.why-section{background:var(--bg);padding:100px 0}.why-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.why-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:32px 24px;transition:transform .2s,box-shadow .2s}.why-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.why-icon-wrap{background:var(--accent-lt);width:52px;height:52px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.why-title{color:var(--text);margin-bottom:10px;font-size:16px;font-weight:700}.why-desc{color:var(--text-muted);font-size:14px;line-height:1.65}.contact-section{background:var(--surface);padding:100px 0}.contact-inner{grid-template-columns:1fr 1.4fr;align-items:start;gap:72px;display:grid}.contact-details{flex-direction:column;gap:20px;margin-top:36px;list-style:none;display:flex}.contact-details li{color:var(--text);align-items:flex-start;gap:14px;font-size:15px;line-height:1.5;display:flex}.contact-icon{color:var(--accent);flex-shrink:0;margin-top:2px}.contact-form-wrap{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:40px}.contact-form{flex-direction:column;gap:20px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--text);font-size:13px;font-weight:600}.form-group input,.form-group textarea{background:var(--surface);border:1.5px solid var(--border);color:var(--text);resize:vertical;border-radius:8px;outline:none;padding:12px 16px;font-size:15px;transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0057b81f}.form-group input::placeholder,.form-group textarea::placeholder{color:#b0b8cc}.form-success{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:24px 0;display:flex}.form-success-icon{color:#22c55e}.form-success h3{color:var(--text);font-size:22px;font-weight:800}.form-success p{color:var(--text-muted);font-size:15px}@media (width<=1024px){.services-grid,.why-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item{border-bottom:1px solid #ffffff2e;border-right:none}.stat-item:nth-child(odd){border-right:1px solid #ffffff2e}.stat-item:nth-last-child(-n+2){border-bottom:none}}@media (width<=900px){.hero-inner,.about-inner,.contact-inner{grid-template-columns:1fr}.hero-visual{display:none}.hero{min-height:auto;padding-top:calc(var(--nav-height) + 60px)}.hero-inner{padding-bottom:80px}}@media (width<=600px){.services-grid,.why-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.hero-actions{flex-direction:column}.contact-form-wrap{padding:24px 20px}.about-stat-row{grid-template-columns:1fr 1fr}}.static-page{flex-direction:column;min-height:100vh;display:flex}.static-main{background:var(--sel-bg);flex:1;padding:24px 0 56px}.static-container{max-width:900px;margin:0 auto;padding:0 16px}.breadcrumb{color:var(--sel-text-light);align-items:center;gap:8px;margin-bottom:16px;font-size:13px;display:flex}.bc-home{color:var(--sel-blue);font-size:13px;transition:-webkit-text-decoration .15s,text-decoration .15s}.bc-home:hover{text-decoration:underline}.bc-sep{color:var(--sel-text-light);font-size:15px}.bc-current{color:var(--sel-text)}.static-card{border:1px solid var(--sel-border);background:#fff;border-radius:4px;padding:36px 44px}.static-title{color:#004aad;margin-bottom:6px;font-size:28px;font-weight:800;line-height:1.2}.static-meta{color:var(--sel-text-light);border-bottom:1px solid var(--sel-border);margin-bottom:24px;padding-bottom:20px;font-size:13px}.static-body{color:var(--sel-text);flex-direction:column;gap:14px;font-size:15px;line-height:1.75;display:flex}.static-body h2{color:#004aad;border-bottom:1px solid var(--sel-border);margin-top:10px;margin-bottom:0;padding-bottom:8px;font-size:18px;font-weight:700}.static-body h3{color:#004aad;margin-top:4px;margin-bottom:-4px;font-size:15px;font-weight:700}.static-body p{margin:0}.static-body ul{flex-direction:column;gap:6px;margin:0;padding-left:20px;display:flex}.static-body li{line-height:1.65}.static-body strong{color:#004aad}.notice-box{color:var(--sel-text);background:#fff8e1;border-left:4px solid #ffb300;border-radius:0 4px 4px 0;padding:14px 18px;font-size:14px;line-height:1.65}.contact-box{background:var(--sel-bg);border:1px solid var(--sel-border);border-radius:4px;flex-direction:column;gap:4px;padding:16px 20px;font-size:14px;line-height:1.6;display:flex}.contact-box p{margin:0}@media (width<=640px){.static-card{padding:20px 16px}.static-title{font-size:22px}.static-body{font-size:14px}.static-body h2{font-size:16px}}.app{flex-direction:column;min-height:100vh;display:flex}
