@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--surface:#f7f9fb;--ink:#1a1e2e;--ink-muted:#5a6272;--blue:#5b8fc9;--blue-dark:#3d6fa8;--green:#4bae80;--green-dark:#369963;--border:#d8e2ee;--radius:12px;--transition:.22s ease}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:68px;transition:box-shadow var(--transition);background:#ffffffeb;border-bottom:1px solid #5b8fc91f;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:0 2px 24px #1a1e2e14}.nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.nav-logo img{height:32px}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--ink-muted);letter-spacing:.02em;transition:color var(--transition);font-size:.875rem;font-weight:500;text-decoration:none}.nav-links a:hover{color:var(--blue)}.nav-cta{background:var(--blue);border-radius:6px;padding:.5rem 1.25rem;color:#fff!important;transition:background var(--transition)!important}.nav-cta:hover{background:var(--blue-dark);color:#fff!important}.hero{background:var(--white);align-items:center;min-height:100vh;padding:100px 2rem 60px;display:flex;position:relative;overflow:hidden}.hero-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-shape{opacity:.07;transition:transform .1s linear;position:absolute}.hero-shape-blue{background:var(--blue);border-radius:8px;width:520px;height:580px;top:10%;right:8%;transform:skew(-12deg)}.hero-shape-green{background:var(--green);border-radius:8px;width:420px;height:480px;top:6%;right:18%;transform:skew(-12deg)}.hero-content{z-index:1;max-width:760px;margin:0 auto;position:relative}.hero-eyebrow{letter-spacing:.18em;color:var(--blue);text-transform:uppercase;margin-bottom:1.25rem;font-size:.75rem;font-weight:700}.hero-headline{letter-spacing:-.03em;color:var(--ink);margin-bottom:1.5rem;font-size:clamp(2.6rem,5.5vw,4.2rem);font-weight:800;line-height:1.08}.hero-headline em{background:linear-gradient(135deg, var(--blue) 30%, var(--green) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.hero-sub{color:var(--ink-muted);max-width:560px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary{background:var(--blue);color:#fff;transition:background var(--transition), transform var(--transition);letter-spacing:.01em;border-radius:8px;padding:.85rem 2rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-block}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px)}.btn-ghost{color:var(--ink);transition:border-color var(--transition), color var(--transition);border:1.5px solid #1a1e2e24;border-radius:8px;padding:.85rem 2rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-block}.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}.stats{background:var(--ink);padding:5rem 2rem}.stats-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1100px;margin:0 auto;display:grid}.stat-value{letter-spacing:-.04em;background:linear-gradient(135deg, var(--blue) 20%, var(--green) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.stat-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;font-size:.8125rem;font-weight:500}.section{padding:6rem 2rem}.section-inner{max-width:1100px;margin:0 auto}.section-tag{letter-spacing:.16em;text-transform:uppercase;color:var(--green);margin-bottom:1rem;font-size:.7rem;font-weight:700;display:inline-block}.section-title{letter-spacing:-.025em;color:var(--ink);margin-bottom:1.25rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.15}.section-body{color:var(--ink-muted);max-width:640px;font-size:1.0625rem;line-height:1.75}.about{background:var(--surface)}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1100px;margin:0 auto;display:grid}.about-visual{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.about-card{background:var(--white);border-radius:var(--radius);padding:1.75rem;box-shadow:0 2px 16px #5b8fc914}.about-card:nth-child(2){margin-top:1.5rem}.about-card-icon{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1rem;font-size:1.25rem;display:flex}.about-card-icon.blue{background:#5b8fc91f}.about-card-icon.green{background:#4bae801f}.about-card h4{color:var(--ink);margin-bottom:.25rem;font-size:.875rem;font-weight:700}.about-card p{color:var(--ink-muted);font-size:.8125rem;line-height:1.6}.services{background:var(--white)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.service-card{background:var(--white);border:1.5px solid var(--border);border-top:3px solid var(--blue);transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);cursor:default;border-radius:4px;flex-direction:column;padding:2rem 2rem 1.75rem;display:flex}.service-card:hover{border-color:var(--blue);border-top-color:var(--green);transform:translateY(-2px);box-shadow:0 8px 32px #5b8fc91a}.service-card-header{border-bottom:1px solid #eef2f7;align-items:center;gap:1rem;margin-bottom:1.125rem;padding-bottom:1.125rem;display:flex}.service-icon-box{width:44px;height:44px;color:var(--blue);background:#eef4fb;border:1px solid #d0dff0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.service-card h3{color:var(--ink);font-size:.9375rem;font-weight:700;line-height:1.3}.service-desc{color:var(--ink-muted);margin-bottom:1.25rem;font-size:.8375rem;line-height:1.65}.service-bullets{border-top:1px solid #eef2f7;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem;list-style:none;display:flex}.service-bullets li{color:var(--ink-muted);align-items:center;gap:.625rem;font-size:.8125rem;font-weight:500;display:flex}.bullet-dot{background:var(--blue);border-radius:50%;flex-shrink:0;width:5px;height:5px}.industry-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:2.5rem;display:grid}.industry-card{background:var(--white);border:1.5px solid var(--border);transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);cursor:default;border-radius:4px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.industry-card:hover{border-color:var(--blue);transform:translate(3px);box-shadow:0 4px 20px #5b8fc91a}.industry-icon-box{width:42px;height:42px;color:var(--blue);background:#eef4fb;border:1px solid #d0dff0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.industry-label{color:var(--ink);letter-spacing:.01em;font-size:.9rem;font-weight:600}.contact{background:var(--ink);padding:6rem 2rem}.contact-inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.contact .section-tag{color:var(--green)}.contact .section-title{color:#fff}.contact .section-body{color:#ffffff8c}.contact-details{flex-direction:column;gap:1.25rem;margin-top:2rem;margin-bottom:2rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-item-icon{width:38px;height:38px;color:var(--blue);background:#5b8fc926;border:1px solid #5b8fc940;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.contact-item-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:.2rem;font-size:.7rem;font-weight:600}.contact-item-value{color:#fffc;font-size:.9rem}.contact-item-value a{color:var(--blue);text-decoration:none}.contact-item-value a:hover{text-decoration:underline}.map-embed{border:1px solid #5b8fc933;border-radius:8px;overflow:hidden}.contact-form{border-radius:var(--radius);background:#ffffff0a;border:1px solid #ffffff14;padding:2rem}.form-title{color:#fff;margin-bottom:.375rem;font-size:1.125rem;font-weight:700}.form-subtitle{color:#fff6;margin-bottom:1.75rem;font-size:.8125rem;line-height:1.5}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1.1rem;display:flex}.form-group label{color:#ffffff73;letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:600}.form-group input,.form-group textarea{color:#fff;transition:border-color var(--transition);resize:none;background:#ffffff12;border:1px solid #ffffff1f;border-radius:6px;outline:none;padding:.7rem .9rem;font-family:inherit;font-size:.9rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--blue);background:#5b8fc912}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff3}.btn-submit{background:linear-gradient(135deg, var(--blue), var(--green));color:#fff;cursor:pointer;width:100%;transition:opacity var(--transition), transform var(--transition);letter-spacing:.01em;border:none;border-radius:6px;margin-bottom:.75rem;padding:.875rem;font-family:inherit;font-size:.9375rem;font-weight:600}.btn-submit:hover{opacity:.88;transform:translateY(-1px)}.form-note{color:#ffffff40;text-align:center;font-size:.75rem;line-height:1.4}.footer{text-align:center;color:#ffffff40;background:#111420;padding:2rem;font-size:.8125rem}.footer span{color:var(--blue)}.loading{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;padding:2rem;display:flex}.spinner{border:3px solid #5b8fc933;border-top-color:var(--blue);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.nav-links{display:none}.about-inner,.contact-inner{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}.hero-content{text-align:center}.hero-actions{justify-content:center}.hero-sub{margin-left:auto;margin-right:auto}.industry-card:hover{transform:none}}.about{background:var(--surface);padding:6rem 2rem}.about-wrap{max-width:1200px;margin:0 auto}.about-top{grid-template-columns:1.1fr .9fr;align-items:start;gap:4rem;margin-bottom:2.5rem;display:grid}.about-top-right{padding-top:2.25rem}.vision-quote{background:var(--white);border:1.5px solid var(--border);border-top:3px solid var(--blue);border-radius:4px;padding:1.5rem 1.5rem 1.25rem}.vision-quote-mark{color:var(--blue);opacity:.25;margin-bottom:.25rem;font-family:Georgia,serif;font-size:3rem;line-height:1;display:block}.vision-quote p{color:var(--ink);margin-bottom:1rem;font-size:.9375rem;font-style:italic;line-height:1.75}.vision-quote-source{letter-spacing:.08em;color:var(--ink-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.about-divider{background:var(--border);height:1px;margin-bottom:2.5rem}.about-bottom{grid-template-columns:.75fr 1.25fr;align-items:stretch;gap:3rem;display:grid}.about-pillars-label{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:.875rem;font-size:.6875rem;font-weight:700}.pillar-stack{flex-direction:column;gap:2px;display:flex}.pillar-row-btn{background:var(--white);border:1px solid var(--border);cursor:pointer;text-align:left;border-left:2px solid #0000;border-radius:2px;align-items:flex-start;gap:.875rem;width:100%;padding:.875rem 1rem;font-family:inherit;transition:all .18s;display:flex}.pillar-row-btn:hover{border-left-color:var(--blue);background:#f4f8fd}.pillar-row-btn.active{border-left-color:var(--blue);border-color:#c8d9ed;border-left-color:var(--blue);background:#eef4fb}.pillar-row-num{color:var(--border);letter-spacing:.04em;flex-shrink:0;margin-top:2px;font-family:monospace;font-size:.6875rem;font-weight:700;transition:color .18s}.pillar-row-btn.active .pillar-row-num{color:var(--blue)}.pillar-row-content{flex-direction:column;flex:1;gap:4px;display:flex}.pillar-row-label{color:var(--ink);font-size:.875rem;font-weight:700}.pillar-row-desc{color:var(--ink-muted);font-size:.8rem;line-height:1.6}.pillar-row-arrow{color:var(--border);flex-shrink:0;margin-top:2px;font-size:.875rem;transition:color .18s,transform .18s}.pillar-row-btn.active .pillar-row-arrow,.pillar-row-btn:hover .pillar-row-arrow{color:var(--blue);transform:translate(2px)}.ops-panel{background:var(--white);border:1.5px solid var(--border);border-radius:6px;overflow:hidden}.ops-panel-header{background:#1a1e2e;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.ops-header-left{align-items:center;gap:8px;display:flex}.ops-dot{background:#4bae80;border-radius:50%;flex-shrink:0;width:7px;height:7px}.ops-title{letter-spacing:.14em;color:#fff6;text-transform:uppercase;font-size:.6875rem;font-weight:600}.ops-version{color:#ffffff2e;letter-spacing:.06em;font-family:monospace;font-size:.6875rem}.domain-grid{grid-template-columns:1fr 1fr;display:grid}.domain-cell{border-right:1px solid var(--border);border-bottom:1px solid var(--border);cursor:pointer;border-left:2px solid #0000;padding:13px 15px;transition:background .18s}.domain-cell:nth-child(2n){border-right:none}.domain-cell:nth-child(3),.domain-cell:nth-child(4){border-bottom:none}.domain-cell:hover{background:#f0f6ff}.domain-cell.active{border-left-color:var(--blue);background:#eef4fb}.domain-cell-top{align-items:center;gap:8px;margin-bottom:3px;display:flex}.domain-icon{color:var(--ink-muted);flex-shrink:0;align-items:center;transition:color .18s;display:flex}.domain-cell.active .domain-icon,.domain-cell:hover .domain-icon{color:var(--blue)}.domain-name{color:var(--ink);font-size:.8125rem;font-weight:700}.domain-sub{color:var(--ink-muted);letter-spacing:.01em;padding-left:26px;font-size:.6875rem}.domain-detail{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);min-height:64px;padding:13px 15px}.domain-detail-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:4px;font-size:.6875rem;font-weight:700}.domain-detail-text{color:var(--ink-muted);font-size:.8125rem;line-height:1.65}.diff-grid{grid-template-columns:1fr 1fr;display:grid}.diff-item{border-right:1px solid var(--border);border-bottom:1px solid var(--border);align-items:flex-start;gap:10px;padding:13px 15px;transition:background .18s;display:flex}.diff-item:nth-child(2n){border-right:none}.diff-item:nth-child(3),.diff-item:nth-child(4){border-bottom:none}.diff-item:hover{background:#f5fbf8}.diff-check{width:20px;height:20px;color:var(--green);background:#edfaf4;border:1px solid #c0e8d4;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.diff-title{color:var(--ink);margin-bottom:2px;font-size:.8125rem;font-weight:700}.diff-desc{color:var(--ink-muted);font-size:.75rem;line-height:1.55}.team{background:#f0f4f8}.serve-header{grid-template-columns:1fr 1fr;align-items:end;gap:3rem;margin-bottom:3rem;display:grid}.serve-sub{color:var(--ink-muted);padding-bottom:4px;font-size:1rem;line-height:1.7}.serve-grid{background:var(--border);border:1px solid var(--border);border-radius:8px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.serve-card{background:var(--white);cursor:default;flex-direction:column;gap:.625rem;padding:1.75rem;transition:background .2s,transform .2s;display:flex;position:relative}.serve-card:hover{z-index:1;background:#f8fbff;transform:translateY(-2px);box-shadow:0 8px 24px #5b8fc91a}.serve-card--green:hover{background:#f5fbf8}.serve-card-number{letter-spacing:.1em;color:var(--border);margin-bottom:.25rem;font-family:monospace;font-size:.6875rem;font-weight:700}.serve-card:hover .serve-card-number{color:var(--blue)}.serve-card--green:hover .serve-card-number{color:var(--green)}.serve-icon-box{border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.25rem;display:flex}.serve-icon-box--blue{color:var(--blue);background:#eef4fb;border:1px solid #d0dff0}.serve-icon-box--green{color:var(--green);background:#edfaf4;border:1px solid #c0e8d4}.serve-card:hover .serve-icon-box--blue{background:var(--blue);color:#fff;border-color:var(--blue)}.serve-card--green:hover .serve-icon-box--green{background:var(--green);color:#fff;border-color:var(--green)}.serve-card-title{color:var(--ink);font-size:.9rem;font-weight:700;line-height:1.3}.serve-card-desc{color:var(--ink-muted);flex:1;font-size:.8rem;line-height:1.6}.serve-card-arrow{color:var(--border);margin-top:.25rem;transition:color .2s,transform .2s;display:flex}.serve-card:hover .serve-card-arrow{color:var(--blue);transform:translate(4px)}.serve-card--green:hover .serve-card-arrow{color:var(--green)}@media (width<=900px){.about-inner{grid-template-columns:1fr}.serve-header{grid-template-columns:1fr;gap:1rem}.serve-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.serve-grid{grid-template-columns:1fr}}@media (width<=900px){.about-top{grid-template-columns:1fr;gap:2rem}.about-top-right{padding-top:0}.about-bottom{grid-template-columns:1fr}}
