:root{--deep:#0a0f1e;--deep-mid:#131b33;--deep-light:#1c2847;--accent:#4f8cff;--accent-light:#7aabff;--accent-pale:#e8f0ff;--teal:#00c9a7;--teal-text:#007a66;--warm:#ff6b4a;--surface:#f8f9fc;--white:#fff;--text:#1a1d2e;--text-secondary:#5a5f7a;--border:#e2e5ef;--card-shadow:0 4px 24px #0a0f1e14;--radius:12px;--max-width:1120px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background-color:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,sans-serif;line-height:1.6}h1,h2,h3,h4{font-family:Playfair Display,serif;line-height:1.2}a{color:var(--accent);text-decoration:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.navbar{z-index:100;padding:1rem 0;transition:background-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fffffff2;box-shadow:0 1px 12px #0000000f}.navbar .container{justify-content:space-between;align-items:center;display:flex}.navbar-brand{color:var(--deep);align-items:center;gap:.5rem;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;display:flex}.navbar-brand .brand-dot{background:var(--accent);border-radius:50%;width:8px;height:8px}.nav-links{align-items:center;gap:.5rem;list-style:none;display:flex}.nav-links a{color:var(--text-secondary);border-radius:8px;padding:.5rem .75rem;font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{background-color:var(--deep);color:var(--white)!important;border-radius:8px!important;padding:.5rem 1.25rem!important;font-weight:600!important;transition:background-color .2s!important}.nav-cta:hover{background-color:var(--deep-mid)!important}.menu-toggle{color:var(--text);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}@media (width<=768px){.menu-toggle{display:block}.nav-links{background:var(--white);flex-direction:column;padding:1rem 1.5rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #00000014}.nav-links.open{display:flex}}.hero{text-align:center;background:linear-gradient(160deg, var(--deep) 0%, var(--deep-mid) 50%, var(--deep-light) 100%);color:var(--white);padding:10rem 0 6rem;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#4f8cff26 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.hero:after{content:"";background:radial-gradient(circle,#00c9a71a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;left:-10%}.hero .container{z-index:1;position:relative}.hero-label{color:var(--accent-light);background:#4f8cff26;border:1px solid #4f8cff40;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.hero h1{color:var(--white);letter-spacing:-.02em;max-width:750px;margin:0 auto 1.5rem;font-size:3.5rem}.hero-accent{background:linear-gradient(135deg, var(--accent-light), var(--teal));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:#ffffffb3;max-width:560px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .2s;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background:var(--accent);color:var(--white);box-shadow:0 4px 16px #4f8cff4d}.btn-primary:hover{box-shadow:0 6px 24px #4f8cff66}.btn-ghost{color:var(--white);background:#ffffff14;border:1px solid #fff3}.btn-ghost:hover{background:#ffffff1f}.btn-dark{background:var(--deep);color:var(--white)}.btn-dark:hover{background:var(--deep-mid)}.section{padding:5rem 0}.section-alt{background:var(--surface)}.section-label{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:inline-flex}.section-title{color:var(--text);margin-bottom:1rem;font-size:2.25rem}.section-subtitle{color:var(--text-secondary);max-width:600px;font-size:1.05rem;line-height:1.7}.section-header{text-align:center;margin-bottom:3rem}.section-header .section-subtitle{margin:0 auto}.mission-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.mission-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--white);padding:2.5rem}.mission-card h3{color:var(--text);margin-bottom:.75rem;font-size:1.35rem}.mission-card p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.mission-card .card-icon{border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;display:flex}.icon-blue{background:var(--accent-pale);color:var(--accent)}.icon-teal{color:var(--teal-text);background:#e0f9f3}.values-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.value-card{text-align:center;border-radius:var(--radius);border:1px solid var(--border);background:var(--white);padding:2rem 1rem;transition:box-shadow .2s}.value-card:hover{box-shadow:var(--card-shadow)}.value-card .value-icon{background:var(--accent-pale);width:52px;height:52px;color:var(--accent);border-radius:12px;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.value-card h4{color:var(--text);font-family:Inter,sans-serif;font-size:.95rem;font-weight:600}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--white);padding:2rem;transition:box-shadow .2s}.service-card:hover{box-shadow:var(--card-shadow)}.service-card .service-icon{background:var(--accent-pale);width:48px;height:48px;color:var(--accent);border-radius:10px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-card h3{color:var(--text);margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600}.service-card p{color:var(--text-secondary);font-size:.925rem;line-height:1.6}.portfolio-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--white);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:3rem;display:grid}.portfolio-info h3{color:var(--text);margin-bottom:.5rem;font-size:1.5rem}.portfolio-info .portfolio-tag{color:var(--teal-text);background:#e0f9f3;border-radius:999px;margin-bottom:1rem;padding:.25rem .75rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;display:inline-block}.portfolio-info p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.portfolio-tech{flex-wrap:wrap;gap:.5rem;display:flex}.portfolio-tech span{color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:.3rem .75rem;font-size:.8rem;font-weight:500}.portfolio-preview{background:linear-gradient(135deg, var(--deep) 0%, var(--deep-mid) 100%);border-radius:var(--radius);justify-content:center;align-items:center;min-height:250px;padding:2rem;display:flex}.portfolio-preview-inner{text-align:center;color:var(--white)}.portfolio-preview-inner .preview-icon{color:var(--accent-light);margin-bottom:.75rem}.portfolio-preview-inner p{color:#fff9;font-size:.9rem}.cta-section{text-align:center;padding:5rem 0}.cta-card{background:linear-gradient(135deg, var(--deep) 0%, var(--deep-mid) 100%);color:var(--white);border-radius:var(--radius);padding:4rem 2rem;position:relative;overflow:hidden}.cta-card:before{content:"";background:radial-gradient(circle,#4f8cff1f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-50%;right:-20%}.cta-card h2{color:var(--white);margin-bottom:1rem;font-size:2rem;position:relative}.cta-card p{color:#ffffffb3;max-width:500px;margin:0 auto 2rem;font-size:1.1rem;position:relative}.cta-card .btn{position:relative}.footer{background:var(--deep);color:#ffffff80;padding:3rem 0 2rem;font-size:.875rem}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem;display:grid}.footer-brand{color:var(--white);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700}.footer-desc{color:#ffffff80;max-width:320px;line-height:1.7}.footer h4{color:#fffc;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600}.footer ul{list-style:none}.footer ul li{margin-bottom:.5rem}.footer ul a{color:#ffffff80;font-size:.9rem;transition:color .2s}.footer ul a:hover{color:var(--white)}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.footer-bottom p{color:#ffffff59}@media (width<=768px){.hero{padding:8rem 0 4rem}.hero h1{font-size:2.25rem}.hero p{font-size:1.05rem}.mission-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:repeat(2,1fr)}.services-grid,.portfolio-card{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}.section{padding:3.5rem 0}.section-title{font-size:1.75rem}}
