@font-face{font-family:Aptos;src:local("Aptos"),local("Aptos Display");font-weight:100 900;font-style:normal}:root{--bg-primary: #d2d1c8;--bg-secondary: #c6c6bd;--text-header: #0e0e0c;--text-body: #494844;--accent: #e6d16b;--accent-dark: #d4be4a;--white: #ffffff;--shadow: rgba(14, 14, 12, .08);--shadow-hover: rgba(14, 14, 12, .15)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Aptos,Outfit,Calibri,Segoe UI,-apple-system,sans-serif;background-color:var(--bg-primary);color:var(--text-body);line-height:1.7}nav{position:fixed;top:0;left:0;right:0;background:var(--bg-primary);padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;z-index:1000;border-bottom:1px solid var(--bg-secondary)}.logo-container{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-icon{height:40px;width:auto}.logo-text{font-size:1.75rem;font-weight:600;color:var(--text-header);position:relative}.logo-text:after{content:"";position:absolute;bottom:2px;left:0;right:0;height:3px;background:var(--accent);border-radius:2px}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{text-decoration:none;color:var(--text-body);font-weight:500;font-size:.95rem;transition:color .3s ease}.nav-links a:hover{color:var(--text-header)}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.mobile-menu-btn span{width:25px;height:2px;background:var(--text-header)}.secondary-nav{background:var(--white);padding:1rem 5%;margin-top:70px;border-bottom:1px solid var(--bg-secondary);display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.secondary-nav a{padding:.6rem 1.25rem;background:var(--bg-primary);color:var(--text-body);text-decoration:none;font-weight:500;font-size:.9rem;border-radius:25px;transition:all .3s ease}.secondary-nav a:hover,.secondary-nav a.active{background:var(--accent);color:var(--text-header)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 5% 4rem;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(230,209,107,.15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(230,209,107,.1) 0%,transparent 50%);pointer-events:none}.hero-content{max-width:900px;position:relative;z-index:1}.hero-logo{width:200px;height:auto;margin-bottom:2rem}.hero h1{font-size:clamp(2.5rem,6vw,4rem);color:var(--text-header);font-weight:600;line-height:1.2;margin-bottom:1.5rem}.hero h1 span{color:var(--accent-dark)}.hero p{font-size:clamp(1.1rem,2vw,1.3rem);color:var(--text-body);max-width:700px;margin:0 auto 2.5rem}.hero-cta{display:inline-flex;align-items:center;gap:.75rem;background:var(--text-header);color:var(--white);padding:1rem 2.25rem;text-decoration:none;font-weight:500;transition:all .3s ease;border-radius:30px}.hero-cta:hover{background:var(--accent);color:var(--text-header);transform:translateY(-2px)}section{padding:6rem 5%}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:clamp(2rem,4vw,2.75rem);color:var(--text-header);font-weight:600;margin-bottom:1rem}.section-header p{font-size:1.15rem;color:var(--text-body)}.services{background:var(--bg-secondary)}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}.service-card{background:var(--white);padding:2.5rem 2rem;text-decoration:none;color:inherit;transition:all .4s ease;display:flex;flex-direction:column;border:1px solid transparent;border-radius:16px}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px var(--shadow-hover);border-color:var(--accent)}.service-icon{width:56px;height:56px;background:var(--bg-primary);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;border-radius:12px}.service-card:hover .service-icon{background:var(--accent)}.service-icon svg{width:28px;height:28px;color:var(--text-header)}.service-card h3{font-size:1.3rem;color:var(--text-header);margin-bottom:1rem;font-weight:600}.service-card p{font-size:.95rem;line-height:1.7;color:var(--text-body);flex-grow:1}.service-card .learn-more{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-weight:500;color:var(--text-header);font-size:.9rem}.collaborations{background:var(--bg-primary);overflow:hidden}.logos-carousel-wrapper{overflow:hidden;width:100%;max-width:1200px;margin:0 auto}.logos-carousel.is-static{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;justify-items:center}.logos-carousel.is-scrolling{display:flex;flex-direction:row;flex-wrap:nowrap;gap:32px;cursor:grab;user-select:none;-webkit-user-select:none;will-change:transform}.logos-carousel.is-scrolling:active{cursor:grabbing}.logo-item{display:flex;align-items:center;justify-content:center;padding:2rem 2.5rem;background:var(--white);min-width:240px;width:240px;height:140px;transition:box-shadow .3s ease,border-color .3s ease;border:1px solid var(--bg-secondary);border-radius:12px;text-decoration:none;flex-shrink:0}.logo-item:hover{box-shadow:0 10px 30px var(--shadow);border-color:var(--accent)}.logos-carousel.is-scrolling .logo-item:hover{transform:none}.logo-item img{max-width:200px;max-height:90px;width:auto;height:auto;object-fit:contain;pointer-events:none;-webkit-user-drag:none}.contact{background:var(--bg-secondary)}.contact-wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;max-width:1200px;margin:0 auto}.contact-info{padding:2rem 0}.profile-photo{width:140px;height:140px;background:var(--bg-primary);margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;border:3px solid var(--white);box-shadow:0 10px 30px var(--shadow);border-radius:50%;overflow:hidden}.profile-photo img{width:100%;height:100%;object-fit:cover}.profile-photo svg{width:50px;height:50px;color:var(--text-body);opacity:.5}.contact-name{font-size:1.5rem;font-weight:600;color:var(--text-header);margin-bottom:.25rem}.contact-company{font-size:1.1rem;color:var(--text-header);font-weight:500;margin-bottom:1.5rem}.accent-line{width:100%;height:3px;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-dark) 100%);margin-bottom:1.5rem;border-radius:2px}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.85rem}.contact-item-icon{width:36px;height:36px;background:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:8px}.contact-item-icon svg{width:18px;height:18px}.contact-item-icon.email-icon svg{color:var(--text-header)}.contact-item-icon.web-icon svg{color:#4a90d9}.contact-item-icon.phone-icon svg{color:#e85a71}.contact-item-icon.location-icon svg{color:#e85a71}.contact-item-icon.linkedin-icon svg{color:#0077b5}.contact-item p,.contact-item a{font-size:.95rem;color:var(--text-body);text-decoration:none}.contact-item a:hover{color:var(--text-header)}.contact-form{background:var(--white);padding:3rem;box-shadow:0 20px 50px var(--shadow);border-radius:16px}.contact-form h3{font-size:1.6rem;color:var(--text-header);margin-bottom:.5rem;font-weight:600}.contact-form>p{color:var(--text-body);margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:500;color:var(--text-header);margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem 1.25rem;border:1px solid var(--bg-secondary);background:var(--bg-primary);font-family:inherit;font-size:1rem;color:var(--text-body);border-radius:10px}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);background:var(--white)}.form-group textarea{min-height:150px;resize:vertical}.submit-btn{display:inline-flex;align-items:center;gap:.75rem;background:var(--text-header);color:var(--white);padding:1rem 2.5rem;border:none;font-family:inherit;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;border-radius:30px}.submit-btn:hover{background:var(--accent);color:var(--text-header)}.page-hero{padding:10rem 5% 4rem;text-align:center;background:var(--bg-secondary)}.page-hero.with-secondary-nav{padding-top:3rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-body);text-decoration:none;font-weight:500;margin-bottom:2rem;transition:color .3s ease}.back-link:hover{color:var(--text-header)}.page-hero h1{font-size:clamp(2.5rem,5vw,3.25rem);color:var(--text-header);font-weight:600;margin-bottom:1rem}.page-hero .subtitle{font-size:1.3rem;color:var(--text-body);margin-bottom:2rem}.page-hero .description{font-size:1.1rem;color:var(--text-body);max-width:800px;margin:0 auto;line-height:1.8}.content-section{padding:5rem 5%;background:var(--bg-primary)}.content-section h2{font-size:2rem;color:var(--text-header);margin-bottom:3rem;text-align:center;font-weight:600}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1100px;margin:0 auto}.project-card{background:var(--white);overflow:hidden;box-shadow:0 10px 40px var(--shadow);transition:all .4s ease;border-radius:16px}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px var(--shadow-hover)}.project-image{height:200px;background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-primary) 100%);display:flex;align-items:center;justify-content:center}.project-image svg{width:80px;height:80px;color:var(--text-body);opacity:.4}.project-content{padding:2rem}.project-content p{color:var(--text-body);line-height:1.8}.tools-section{padding:4rem 5%;background:var(--bg-secondary)}.tools-section h2{font-size:1.75rem;color:var(--text-header);margin-bottom:2rem;text-align:center;font-weight:600}.tools-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.tool-item{background:var(--white);padding:1.5rem 2.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;border-radius:12px}.tool-item:hover{transform:translateY(-4px);box-shadow:0 10px 30px var(--shadow)}.tool-icon{width:44px;height:44px;background:var(--bg-primary);display:flex;align-items:center;justify-content:center;border-radius:10px}.tool-icon svg{width:24px;height:24px;color:var(--text-header)}.tool-item span{font-weight:500;color:var(--text-header)}.topics-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.topic-item{background:var(--white);padding:1.5rem 2rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;border-left:3px solid transparent;border-radius:0 12px 12px 0}.topic-item:hover{border-left-color:var(--accent);transform:translate(8px);box-shadow:0 5px 20px var(--shadow)}.topic-item svg{width:20px;height:20px;color:var(--accent-dark);flex-shrink:0}.topic-item span{color:var(--text-body);font-weight:500}footer{background:var(--text-header);color:var(--bg-primary);padding:2rem 5%;text-align:center;border-radius:24px 24px 0 0}footer p{font-size:.9rem;opacity:.8}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.contact-wrapper{grid-template-columns:1fr;gap:3rem}.contact-info{text-align:center}.profile-photo{margin:0 auto 1.5rem}.contact-details{align-items:flex-start}.logos-carousel.is-static{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg-primary);flex-direction:column;padding:1.5rem 5%;gap:1rem;border-bottom:1px solid var(--bg-secondary)}.nav-links.active,.mobile-menu-btn{display:flex}.services-grid,.projects-grid,.topics-list{grid-template-columns:1fr}.logo-item{min-width:200px;width:200px;padding:1.5rem 2rem;height:120px}.logo-item img{max-width:160px;max-height:70px}.logos-carousel.is-scrolling{gap:16px}.contact-info{text-align:center;display:flex;flex-direction:column;align-items:center}.contact-details{align-items:center;justify-content:center;width:100%;max-width:320px}.contact-item{justify-content:flex-start;width:100%}.contact-form{padding:2rem}.secondary-nav{margin-top:60px}}@media (max-width: 480px){.logo-item{min-width:180px;width:180px;height:110px;padding:1.25rem 1.5rem}.logo-item img{max-width:140px;max-height:60px}}
