:root{--blue:#2c2c91;--red:#ff253c;--orange:#ff7500;--teal:#00aeb1;--ink:#181924;--muted:#676975;--soft:#f5f6f8;--line:#e2e3e9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1240px,calc(100% - 40px));margin:auto}.header{height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo img{width:92px;height:64px;object-fit:contain}.header nav{display:flex;gap:25px;font-size:13px;font-weight:700;color:var(--blue)}.button{display:inline-flex;background:var(--red);color:#fff;padding:14px 18px;border-radius:7px;font-size:12px;font-weight:800}.hero{border-top:1px solid var(--line);background:linear-gradient(90deg,#fff 0 56%,#f3f4f7 56%)}.hero-grid{display:grid;grid-template-columns:.46fr .54fr;min-height:560px;align-items:center}.hero h1{font-size:clamp(52px,5.4vw,78px);line-height:1.02;letter-spacing:-.055em;color:var(--blue);margin:0;max-width:640px}.hero i{display:block;width:36px;height:3px;background:var(--red);margin:25px 0}.hero p{font-size:17px;max-width:480px;line-height:1.6}.hero .button{margin-top:15px}.hero-photo{height:100%;min-height:560px;background:url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=1500&q=85') center/cover;clip-path:ellipse(72% 74% at 72% 47%)}.proof{border-bottom:1px solid var(--line);border-top:1px solid var(--line)}.proof .container{display:grid;grid-template-columns:repeat(4,1fr);padding:26px 0}.proof span{display:flex;justify-content:center;gap:8px;color:var(--blue);border-right:1px solid var(--line)}.proof span:last-child{border:0}.section{padding:90px 0}.kicker{font-size:12px;font-weight:900;letter-spacing:.13em;color:var(--blue)}h2{font-size:clamp(34px,4vw,56px);line-height:1.05;letter-spacing:-.045em;color:var(--blue);margin:18px 0 25px}.intro{display:grid;grid-template-columns:.3fr .7fr;gap:55px}.intro>div:first-child p,.split p{color:var(--muted);line-height:1.65}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-grid article{border:1px solid var(--line);border-radius:12px;padding:24px;min-height:260px;display:flex;flex-direction:column}.service-grid article>b{color:var(--red);font-size:11px}.icon{margin:24px 0;width:45px;height:45px;border-radius:10px;background:#eeeeff;color:var(--blue);display:grid;place-items:center}.service-grid h3{color:var(--blue);font-size:20px;margin:0 0 10px}.service-grid p{color:var(--muted);font-size:13px;line-height:1.55}.service-grid a{margin-top:auto;color:var(--red);font-size:12px;font-weight:800}.soft{background:var(--soft)}.split{display:grid;grid-template-columns:.34fr .66fr;gap:55px;align-items:center}.split ul{padding-left:20px;line-height:2}.text-link{color:var(--red);font-weight:800;font-size:12px}.factory-photo{min-height:390px;border-radius:14px;background:url('https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1500&q=85') center/cover}.section-head{display:flex;align-items:end;justify-content:space-between}.section-head>a{color:var(--blue);font-size:12px;font-weight:800}.projects,.insights{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.projects article,.insights article{border:1px solid var(--line);border-radius:11px;overflow:hidden;padding-bottom:17px}.project-img,.insights article>div{height:245px;background-size:cover;background-position:center}.car{background-image:url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1000&q=80')}.commerce{background-image:url('https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=1000&q=80')}.city{background-image:url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1000&q=80')}.projects h3,.projects p,.insights h3,.insights small{margin-left:17px;margin-right:17px}.projects h3{color:var(--blue);margin-bottom:4px}.projects p{font-size:11px;color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:35px}.steps article{border-top:1px solid var(--line);padding-top:24px}.steps b{color:var(--red)}.steps h3{color:var(--blue)}.steps p{color:var(--muted);font-size:13px}.insights article:nth-child(1)>div{background:linear-gradient(135deg,var(--blue),var(--red))}.insights article:nth-child(2)>div{background:linear-gradient(135deg,var(--orange),var(--red))}.insights article:nth-child(3)>div{background:linear-gradient(135deg,var(--teal),var(--blue))}.insights small{display:block;color:var(--red);font-weight:800;margin-top:15px}.insights h3{color:var(--blue)}.cta{background:linear-gradient(120deg,#fff 0 68%,var(--orange) 68% 84%,var(--teal) 84%);border-top:1px solid var(--line)}.cta .container{padding:70px 0;display:flex;justify-content:space-between;align-items:center}.cta h2{margin:0}footer{padding:50px 0;background:#fff;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:45px}.footer-grid img{width:100px}.footer-grid p{font-size:12px;color:var(--muted);max-width:260px}.footer-grid>div{display:flex;flex-direction:column;gap:10px;font-size:12px}.footer-grid b{color:var(--blue)}.footer-grid a,.footer-grid span{color:var(--muted)}@media(max-width:900px){.header nav{display:none}.hero-grid,.intro,.split{grid-template-columns:1fr}.hero-photo{min-height:390px;clip-path:none}.hero{background:#fff}.hero-grid{padding-top:60px}.service-grid,.projects,.insights{grid-template-columns:1fr 1fr}.proof .container{grid-template-columns:1fr 1fr}.proof span{padding:12px}.steps{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.container{width:min(100% - 26px,1240px)}.header{height:72px}.header>.button{font-size:9px;padding:11px}.hero h1{font-size:48px}.section{padding:65px 0}.service-grid,.projects,.insights{grid-template-columns:1fr}.proof .container{grid-template-columns:1fr}.proof span{border-right:0;border-bottom:1px solid var(--line)}.cta .container{align-items:flex-start;flex-direction:column;gap:25px}.footer-grid{grid-template-columns:1fr}}
