*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%}.footer-section{background:#cfe2ff;padding:3rem 0 2.5rem}.footer-container{width:90%;max-width:1200px;margin:0 auto}.footer-row{display:flex;justify-content:space-between;align-items:center}.footer-brand{display:flex;align-items:center;gap:.75rem;font-weight:600;color:#0f172a}.logo-box{width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center}.logo-box img{width:20px;height:20px}.footer-socials{display:flex;gap:.75rem}.footer-socials a{width:40px;height:40px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#0f172a;font-size:16px;transition:.3s ease}.footer-socials a:hover{background:#2563eb;color:#fff}.footer-middle{margin:2rem 0 1.5rem}.footer-nav{display:flex;gap:1.5rem}.footer-nav a{font-size:.85rem;text-decoration:none;color:#0f172a}.footer-copy{font-size:.75rem;color:#334155}.footer-bottom{margin-top:1rem}.footer-contact{display:flex;gap:2rem;font-size:.8rem;color:#0f172a}.footer-contact span{display:flex;align-items:center;gap:.5rem}@media(max-width:900px){.footer-row{flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-nav{flex-wrap:wrap}}.navbar-wrapper{position:fixed;top:20px;left:0;width:100%;display:flex;justify-content:center;z-index:1000}.navbar{width:92%;max-width:1200px;background-color:#d9ecfc;border-radius:14px;padding:12px 24px;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;gap:5px;font-weight:600;color:#0f172a}.logo-box{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.logo-box img{width:100%;height:100%;object-fit:contain}.logo-text{font-family:Inter;font-weight:700;font-style:bold;font-size:20px}.navbar-links{list-style:none;display:flex;gap:22px;font-size:16px;font-family:Inter;font-weight:500;font-style:bold;color:#475569}.navbar-links li{cursor:pointer;transition:color .2s ease}.navbar-links li:hover{color:#2563eb}.navbar-cta{background-color:#2563eb;color:#fff;border:none;padding:8px 16px;font-family:Inter;font-weight:700;font-style:bold;font-size:16px;border-radius:8px;cursor:pointer;transition:opacity .2s ease}.navbar-cta:hover{opacity:.5}.about-section{background:#cfe2ff;padding:5rem 0}.about-container{width:90%;max-width:1200px;margin:0 auto}.about-header{max-width:820px;margin-bottom:4rem}.about-header h2{font-size:40px;font-weight:600;font-style:bold;line-height:160%;font-family:Inter;color:#0f172a;margin-bottom:1rem}.about-header h2 span{color:#fff}.about-header p{font-size:16px;font-weight:400;font-style:normal;line-height:160%;font-family:Inter;color:#000}.about-row{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:5rem}.about-row.reverse{grid-template-columns:1fr 1fr}.about-text h3{font-size:40px;font-weight:600;font-style:bold;line-height:160%;font-family:Inter;color:#0f172a;margin-bottom:1rem}.about-text p{font-size:16px;font-weight:400;font-style:normal;line-height:160%;font-family:Inter;color:#000;max-width:480px}.about-image{position:relative;width:100%;max-width:420px}.about-image:after{content:"";position:absolute;top:16px;left:16px;width:100%;height:100%;background:#ffffff73;border-radius:18px;z-index:0}.about-image img{position:relative;width:100%;height:260px;object-fit:cover;border-radius:16px;z-index:1;box-shadow:0 10px 25px #0f172a26,0 4px 10px #0f172a14;background:#fff}.about-image img{transition:transform .35s ease,box-shadow .35s ease}.about-image:hover img{transform:translateY(-6px);box-shadow:0 20px 40px #0f172a33,0 8px 20px #0f172a1f}@media(max-width:900px){.about-row,.about-row.reverse{grid-template-columns:1fr;gap:2.5rem}.about-image img{height:240px}}@media(max-width:600px){.about-header h2{font-size:1.8rem}.about-text h3{font-size:1.4rem}}.blog-section{background:#fff;padding:4.5rem 0}.blog-container{width:90%;max-width:1200px;margin:0 auto}.blog-header{max-width:640px;margin-bottom:3rem}.blog-header h2{font-size:40px;font-weight:600;font-style:bold;line-height:160%;font-family:Inter;color:#000;margin-bottom:.75rem}.blog-header p{font-size:16px;font-weight:600;font-style:bold;line-height:160%;font-family:Inter;color:#000}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.blog-card{border-radius:16px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0f172a14}.blog-card.beige{background:#fff4e8}.blog-card.mint{background:#e9fbf6}.blog-card.pink{background:#fdeeee}.blog-card img{width:100%;height:220px;object-fit:cover;display:block}.blog-content{padding:1.5rem}.blog-content h3{font-size:20px;font-weight:500;font-style:bold;line-height:160%;font-family:Inter;color:#000;margin-bottom:.75rem}.blog-content p{font-size:16px;font-weight:400;font-style:normal;line-height:160%;font-family:Inter;color:#000;margin-bottom:1rem}.blog-content a{font-size:20px;font-weight:500;font-style:bold;line-height:160%;font-family:Inter;color:#2563eb;text-decoration:none}.blog-content a:hover{text-decoration:underline}@media(max-width:900px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.blog-grid{grid-template-columns:1fr}.blog-card img{height:200px}}.contact-section{background:#fff;padding:5rem 0}.contact-container{width:90%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}.contact-label{display:block;font-size:40px;font-weight:600;font-style:bold;line-height:160%;font-family:Inter;color:#0f172a;margin-bottom:.5rem}.contact-subtext{font-size:16px;font-weight:600;font-style:bold;line-height:160%;font-family:Inter;color:#0f172a;margin-bottom:1.5rem}.contact-left h2{font-size:36px;font-weight:600;font-style:bold;line-height:160%;font-family:Inter;color:#0f172a}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{background:#cfe2ff;border:none;border-radius:8px;padding:.85rem 1rem;font-size:16px;font-weight:600;font-style:bold;line-height:160%;font-family:Inter;color:#0f172a;outline:none}.contact-form textarea{min-height:140px;resize:none}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#64748b}.contact-form button{margin-top:.5rem;background:#000;color:#fff;border:none;padding:.85rem;border-radius:12px;font-size:16px;font-weight:600;font-style:bold;line-height:160%;font-family:Inter;cursor:pointer;transition:background .2s ease,transform .2s ease}.contact-form button:hover{background:#2563eb;transform:translateY(-1px)}.contact-right img{width:100%;height:500px;object-fit:scale-down;border-radius:18px}@media(max-width:900px){.contact-container{grid-template-columns:1fr}.contact-right img{height:320px}}@media(max-width:600px){.contact-left h2{font-size:1.6rem}}.home-section{background-color:#c7dcff;padding-top:120px;padding-bottom:80px}.home-container{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px}.home-title{font-family:Inter;font-weight:700;font-size:48px;color:#000;margin-bottom:24px}.home-description{max-width:520px;font-size:16px;line-height:1.6;color:#000;margin-bottom:28px}.home-cta-wrapper{position:relative;display:inline-block}.home-cta{background-color:#2563eb;color:#fff;border:none;padding:12px 22px;font-size:14px;border-radius:10px;cursor:pointer}.home-cta:hover{opacity:.9}.cta-doodle{position:absolute;top:-15px;right:-25px;width:26px;pointer-events:none}.home-image img{width:100%;max-width:320px;display:block;margin-left:auto}.home-features{margin-top:60px;margin-left:800px;display:flex;justify-content:center}.feature{background-color:#e6efff;border:none;padding:10px 18px;font-size:14px;font-family:Inter,sans-serif;font-weight:600;cursor:pointer;color:#000}.home-features .feature:first-child{border-radius:9px 0 0 9px}.home-features .feature:nth-child(2){border-radius:0}.home-features .feature:last-child{border-radius:0 9px 9px 0}.feature.active{background-color:#2563eb;color:#fff}.home-footer-text{margin:25px 160px 0 auto;text-align:left;font-size:16px;color:#1e293b;max-width:400px}@media(max-width:900px){.home-container{grid-template-columns:1fr;text-align:center}.home-image img{margin:40px auto 0}.home-description{margin-left:auto;margin-right:auto}}.projects-section{background:#cfe2ff;padding:4rem 0}.projects-container{width:90%;max-width:1200px;margin:0 auto}.projects-header{max-width:600px;margin-bottom:2.5rem}.projects-header h2{font-size:40px;font-family:Inter;font-weight:600;font-style:bold;line-height:160%;color:#000;margin-bottom:.75rem}.projects-header p{font-size:16px;font-weight:600;font-family:Inter;font-style:bold;line-height:160%;color:#000}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:190px;gap:20px}.project-card{position:relative;border-radius:18px;overflow:hidden;background:#000}.project-card img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.project-card:nth-child(1){grid-column:1 / 3;grid-row:1 / 2}.project-card:nth-child(2){grid-column:3 / 4;grid-row:1 / 3}.project-card:nth-child(3){grid-column:1 / 2;grid-row:2 / 3}.project-card:nth-child(4){grid-column:2 / 3;grid-row:2 / 3}.project-card:nth-child(5){grid-column:3 / 4;grid-row:3 / 4}.project-label{position:absolute;bottom:12px;left:35%;font-size:20px;font-weight:700;font-family:Inter;color:#fff;z-index:2}.play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000040}.play-btn{width:64px;height:64px;background:#ffffffe6;color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.project-card:hover img{transform:scale(1.03);transition:transform .3s ease}@media(max-width:900px){.projects-grid{grid-template-columns:repeat(2,1fr)}.project-card:nth-child(1){grid-column:1 / 3}.project-card:nth-child(2){grid-column:1 / 2;grid-row:auto}.project-card:nth-child(3),.project-card:nth-child(4),.project-card:nth-child(5){grid-column:auto;grid-row:auto}}@media(max-width:600px){.projects-grid{grid-template-columns:1fr}.project-card:nth-child(1),.project-card:nth-child(2),.project-card:nth-child(3),.project-card:nth-child(4),.project-card:nth-child(5){grid-column:1;grid-row:auto}}.services-section{background:#fff;padding:5rem 0}.services-container{width:90%;max-width:1200px;margin:0 auto}.services-header{margin-bottom:7rem}.services-header h2{font-size:40px;font-family:Inter;font-style:bold;line-height:160%;font-weight:600;color:#000;margin-bottom:.5rem}.services-header p{font-size:16px;font-family:Inter;font-style:bold;line-height:160%;font-weight:600;color:#000}.services-cta{position:relative;background:#c7dcff;border-radius:11px;padding:3rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:4rem;overflow:visible}.services-cta-left h3{font-size:32px;font-weight:600;font-family:Inter;font-style:bold;line-height:160%;color:#013661;margin-bottom:1.2rem}.contactcta-btn{background-color:#2563eb;color:#fff;border:none;padding:8px 16px;font-family:Inter;font-weight:700;font-style:bold;font-size:16px;border-radius:59px;cursor:pointer;transition:opacity .2s ease}.services-cta-image{position:absolute;left:50%;bottom:0%;margin-right:2rem;transform:translate(-50%);z-index:2}.services-cta-image img{width:345px;height:auto;display:block}.services-cta-right{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:flex-end}.services-cta-right span{background:#fff;padding:.4rem .8rem;border-radius:91px;font-family:Inter;font-size:10px;line-height:160%;font-style:normal;font-weight:400;color:#000}.service-icon{width:40px;height:40px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.service-icon img{width:100%;height:100%;object-fit:contain}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.service-card{background:#c7dcff;border-radius:16px;padding:1.75rem;display:flex;flex-direction:column}.service-card h4{font-size:20px;font-weight:600;font-family:Inter;font-style:bold;line-height:160%;color:#032948}.service-card p{font-size:16px;font-weight:400;font-style:normal;font-family:Inter;color:#000;line-height:120%}.service-card button{margin-top:auto;background:#fff;border:none;padding:.5rem 1.3rem;font-size:16px;font-weight:600;font-style:bold;line-height:160%;border-radius:113px;cursor:pointer;color:#013661}@media(max-width:900px){.services-cta{grid-template-columns:1fr;text-align:center;padding-bottom:7rem}.services-cta-right{justify-content:center}.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.services-grid{grid-template-columns:1fr}.services-cta-image img{width:220px}}.team-section{background:#cfe2ff;padding:5rem 0}.team-container{width:90%;max-width:1200px;margin:0 auto}.team-header{max-width:620px;margin-bottom:3.5rem}.team-header h2{font-size:40px;font-weight:600;font-style:bold;line-height:160%;font-family:Inter;color:#000;margin-bottom:.75rem}.team-header p{font-size:16px;font-weight:600;font-style:bold;line-height:160%;font-family:Inter;color:#000}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.team-card{background:#fff;border-radius:16px;padding:1.75rem 1.75rem 2rem;text-align:left}.team-card img{width:100%;height:220px;object-fit:cover;border-radius:12px;margin-bottom:1.25rem}.team-card h3{font-size:20px;font-weight:600;font-style:bold;line-height:160%;font-family:Inter;color:#000;margin-bottom:.25rem}.team-card span{display:block;font-family:Inter;font-size:16px;font-weight:400;font-style:normal;line-height:160%;color:#3e3e59;margin-bottom:.75rem}.team-card p{font-family:Inter;font-size:14px;font-weight:400;font-style:normal;line-height:160%;color:#3e3e59;margin-bottom:1.25rem}.team-socials{display:flex;gap:12px;margin-top:1rem}.team-socials a{width:36px;height:36px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#334155;font-size:16px;transition:all .3s ease}.team-socials a:nth-child(1):hover{background:#1877f2}.team-socials a:nth-child(2):hover{background:#e1306c}.team-socials a:nth-child(3):hover{background:#000}@media(max-width:900px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.team-grid{grid-template-columns:1fr}.team-card img{height:200px}}.vacancies-section{padding:4.5rem 0;background:linear-gradient(90deg,#fff4ea,#f0fdfb)}.vacancies-container{max-width:720px;margin:0 auto;text-align:center;padding:0 1.5rem}.vacancies-container h2{font-size:40px;font-weight:600;line-height:160%;font-family:Inter;font-style:normal;color:#000;margin-bottom:1rem}.vacancies-container p{font-size:16px;line-height:160%;font-family:Inter;font-weight:600;font-style:normal;color:#000;margin-bottom:1.75rem}.vacancies-btn{background:#2563eb;color:#fff;border:none;padding:.65rem 1.75rem;font-size:19px;font-weight:700;font-family:Inter;line-height:100%;border-radius:86px;cursor:pointer;transition:background .2s ease,transform .2s ease}.vacancies-btn:hover{background:#000;color:#fff;border-color:#000;border-width:5px;transform:translateY(-1px)}@media(max-width:600px){.vacancies-container h2{font-size:1.6rem}}
