:root{--navy:#0b3d68;--blue:#2f87c5;--bright:#0878f9;--ink:#102b4c;--muted:#607086;--line:#dfe8f2;--wash:#f5f9fd}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:white}header{height:82px;display:flex;align-items:center;gap:36px;padding:0 max(5vw,24px);position:sticky;top:0;background:#fffffff2;backdrop-filter:blur(14px);z-index:20;border-bottom:1px solid #eef3f7}.brand img{width:126px;height:60px;object-fit:contain}nav{display:flex;gap:27px;margin-left:auto}nav a{color:var(--ink);text-decoration:none;font-size:14px;font-weight:650}.lang{display:flex;gap:7px;align-items:center}.lang button{border:0;background:none;color:#7b8794;font-weight:700;cursor:pointer}.lang button.active{color:var(--bright)}.menu{display:none;border:0;background:none;font-size:25px}.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;padding:80px max(7vw,28px);overflow:hidden}.eyebrow{font-size:12px;font-weight:850;letter-spacing:.2em;color:var(--bright);margin:0 0 18px}.hero h1{font-size:clamp(48px,5.4vw,78px);line-height:.98;letter-spacing:-.05em;margin:0;max-width:800px}.hero h1 em{font-style:normal;color:var(--bright)}.lead{font-size:19px;line-height:1.65;color:var(--muted);max-width:650px;margin:28px 0}.actions{display:flex;gap:14px;flex-wrap:wrap}.primary,.secondary{padding:15px 22px;border-radius:999px;text-decoration:none;font-weight:750;font-size:14px}.primary{background:var(--bright);color:white}.secondary{border:1px solid #a8c7e8;color:var(--bright)}.hero-mark{position:relative;min-height:470px;display:grid;place-items:center}.hero-mark:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,#eaf5ff 0,#f7fbff 52%,transparent 70%)}.hero-mark img{position:relative;width:min(390px,80%);height:430px;object-fit:contain;filter:drop-shadow(0 24px 35px #1a6aa321);animation:float 6s ease-in-out infinite}.flow{position:absolute;bottom:10px;background:white;border:1px solid var(--line);border-radius:999px;padding:11px 18px;box-shadow:0 12px 35px #173e6414;font-size:10px;font-weight:850;letter-spacing:.13em;color:var(--blue);display:flex;gap:12px}@keyframes float{50%{transform:translateY(-9px)}}.section{padding:95px max(7vw,28px);text-align:center}.section h2,.process h2,.experience h2,.cta h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.035em;margin:0}.intro{color:var(--muted);font-size:17px;margin:14px auto 40px;max-width:700px}.cards{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.cards article{border:1px solid var(--line);border-radius:18px;padding:28px 17px;min-height:220px;background:white}.cards b{font-size:31px;color:var(--bright)}.cards h3{font-size:16px;margin:20px 0 9px}.cards p,.project-grid p{font-size:13px;line-height:1.55;color:var(--muted)}.process{background:linear-gradient(180deg,#f6faff,#edf6ff);padding:90px max(7vw,28px);text-align:center}.steps{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-top:48px;position:relative}.steps:before{content:"";height:1px;background:#9ec8ed;position:absolute;left:5%;right:5%;top:25px}.steps article{position:relative}.steps span{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--bright);color:white;margin:auto;position:relative;font-size:12px;font-weight:800}.steps h3{font-size:15px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:left;margin-top:40px}.project-grid article{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:white}.project-grid h3,.project-grid p{margin-left:20px;margin-right:20px}.project-grid p{margin-bottom:22px}.placeholder{height:220px;display:grid;place-items:center;background:linear-gradient(135deg,#0a3157,#1477bf);color:white;font-size:42px;font-weight:900;letter-spacing:-.05em}.experience{background:var(--navy);color:white;padding:75px max(7vw,28px);display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.experience .eyebrow{color:#77c5ff}.experience p:last-child{font-size:18px;line-height:1.7;color:#d4e4f3}.tech{display:grid;grid-template-columns:.8fr 1.2fr;text-align:left;gap:70px;align-items:center}.stack{font-size:16px;line-height:2.4;color:#36536f}.cta{text-align:center;padding:95px 24px;background:linear-gradient(135deg,#0878f9,#0b4d93);color:white}.cta .eyebrow{color:#cbe7ff}.cta p{max-width:650px;margin:20px auto 32px;line-height:1.6;color:#e6f2ff}.primary.light{background:white;color:#075fbf;display:inline-block}footer{padding:48px max(7vw,28px);background:#072a4a;color:#bcd1e2}footer img{width:135px;height:90px;object-fit:contain;background:white;border-radius:12px;padding:8px}footer p{max-width:480px;line-height:1.6}footer small{opacity:.75}@media(max-width:1050px){nav{display:none}.menu{display:block;margin-left:auto}.lang{order:4}.hero{grid-template-columns:1fr}.hero-mark{min-height:380px}.cards{grid-template-columns:repeat(3,1fr)}.steps{grid-template-columns:repeat(3,1fr)}.steps:before{display:none}}@media(max-width:700px){header{height:70px;padding:0 18px}.brand img{width:105px}.hero{padding:60px 22px;min-height:auto}.hero h1{font-size:46px}.hero-mark{min-height:300px}.hero-mark img{height:290px}.cards{grid-template-columns:1fr 1fr}.project-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.experience,.tech{grid-template-columns:1fr;gap:25px}.section,.process{padding:70px 22px}.placeholder{height:190px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto}.hero-mark img{animation:none}}
