*, *::before, *::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Inter', sans-serif;line-height:1.6;background-color:var(--color-bg);color:var(--color-text)}img{max-width:100%;display:block;height:auto}:root{--color-bg:#f9fbfd;--color-primary:#0a85c0;--color-secondary:#14b8a6;--color-heading:#1f2937;--color-text:#334155;--color-muted:#64748b}header{background-color:#ffffff;position:sticky;top:0;width:100%;z-index:1000;box-shadow:0 2px 4px rgba(0, 0, 0, 0.05)}.header-inner{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}a.logo{font-size:1.5rem;font-weight:700;color:var(--color-primary);text-decoration:none}nav ul{list-style:none;display:flex;align-items:center;gap:1.5rem}nav a{color:var(--color-heading);text-decoration:none;font-weight:500;transition:color 0.3s ease}nav a:hover, nav a:focus{color:var(--color-primary)}.hamburger{display:none;font-size:1.5rem;cursor:pointer;color:var(--color-heading)}@media (max-width:768px){nav ul{position:fixed;top:0;right:-65%;width:65%;height:100%;display:flex;flex-direction:column;align-items:flex-start;background-color:#ffffff;padding:2rem 1.5rem;box-shadow:-4px 0 10px rgba(0, 0, 0, 0.1);transition:right 0.3s ease-in-out;z-index:2000;overflow-y:auto}nav.open ul{right:0}nav li{margin-bottom:0.75rem;width:100%;padding-bottom:0.75rem;border-bottom:1px solid #e2e8f0}nav li:last-child{border-bottom:none;padding-bottom:0}.hamburger{display:block;position:relative;z-index:2100}nav{position:relative;width:auto}.header-inner{flex-wrap:nowrap}nav{margin-left:auto;position:relative;width:auto;display:block}}.hero{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 1rem;min-height:60vh;color:#ffffff;overflow:hidden}.hero::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('images/hero-bg.png.webp');background-size:cover;background-position:center;z-index:-1}.hero h1{font-size:clamp(2rem, 5vw, 3.5rem);margin-bottom:1rem;font-weight:700}.hero p{font-size:1.125rem;max-width:700px;margin-bottom:2rem;line-height:1.5}.btn{display:inline-block;background-color:var(--color-primary);color:#ffffff;padding:0.75rem 1.5rem;border-radius:9999px;font-weight:600;text-decoration:none;transition:background-color 0.3s ease}.btn:hover, .btn:focus{background-color:var(--color-secondary)}.services{padding:4rem 1rem;max-width:1200px;margin:0 auto}.services h2{text-align:center;color:var(--color-heading);font-size:2rem;font-weight:700;margin-bottom:2rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:1.5rem}.service-card{background-color:#ffffff;border-radius:0.5rem;padding:1.5rem;box-shadow:0 2px 4px rgba(0, 0, 0, 0.05);cursor:pointer;transition:transform 0.3s ease, box-shadow 0.3s ease;position:relative;overflow:hidden;display:flex;align-items:flex-start;gap:1rem}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0, 0, 0, 0.08)}.service-card .icon{flex-shrink:0;width:4rem;height:4rem;display:flex;justify-content:center;align-items:center;margin-top:0}.service-card .icon img{width:100%;height:100%;object-fit:contain}.service-card .card-content{flex:1}.service-card h3{margin-bottom:0.25rem}.service-card h3{font-size:1.25rem;color:var(--color-heading);margin-bottom:0.5rem;font-weight:600}.service-card .drawer{list-style:none;max-height:0;overflow:hidden;transition:max-height 0.4s ease;margin-top:0;padding-left:0}.service-card.open .drawer{max-height:500px;margin-top:0.75rem}.service-card .drawer li{margin-bottom:0.5rem}.service-card .drawer a{color:var(--color-primary);text-decoration:none;font-weight:500}.service-card .drawer a:hover{text-decoration:underline}.page-hero{position:relative;text-align:center;color:#ffffff;padding:5rem 1rem;overflow:hidden}.page-hero::before{content:'';position:absolute;inset:0;background-size:cover;background-position:center;z-index:-1}.page-hero h1{font-size:clamp(2rem, 5vw, 3rem);margin-bottom:1rem;font-weight:700}.page-hero p{font-size:1.125rem;max-width:700px;margin:0 auto;margin-bottom:2rem;line-height:1.5}.page-content{max-width:900px;margin:0 auto;padding:3rem 1rem 4rem}.page-content h2{color:var(--color-heading);font-size:1.75rem;margin-bottom:1rem;font-weight:600}.page-content p{margin-bottom:1rem;color:var(--color-text)}.page-content ul{list-style:none;margin-bottom:2rem;padding-left:0}.page-content li{position:relative;padding-left:1.75rem;margin-bottom:0.5rem}.page-content li::before{content:'✔';position:absolute;left:0;top:0;color:var(--color-secondary);font-weight:700}.page-content .btn{margin-top:1rem}.fade-in{opacity:0;transform:translateY(20px);transition:opacity 0.6s ease-out, transform 0.6s ease-out}.fade-in.appear{opacity:1;transform:translateY(0)}footer{background-color:#f1f5f9;padding:2rem 1rem;text-align:center;color:var(--color-muted);font-size:0.875rem}footer p{margin-bottom:0.5rem}a.logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:var(--color-primary);text-decoration:none}.logo-img{width:15rem;height:auto;margin-right:0;flex-shrink:0}@media (max-width:768px){.logo-img{width:12rem}.header-inner{padding:0.5rem 1rem}}.about{padding:4rem 1rem;max-width:900px;margin:0 auto;text-align:center}.about h2{color:var(--color-heading);font-size:2rem;margin-bottom:1rem;font-weight:700}.about p{margin-bottom:1rem;color:var(--color-text);font-size:1rem}.customers{padding:4rem 1rem;background-color:#ffffff;text-align:center}.customers h2{color:var(--color-heading);font-size:2rem;margin-bottom:1.5rem;font-weight:700}.logos-slider{overflow:hidden}.logos-track{display:flex;width:max-content;animation:scroll 30s linear infinite}.logos-track span{display:flex;align-items:center;padding:0 2rem;color:var(--color-muted);font-weight:600;font-size:1rem;white-space:nowrap}@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.site-footer{background-color:#0a2540;padding:3rem 1rem 2rem;color:#ffffff;font-size:0.875rem}.site-footer .footer-columns{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem}.footer-brand{flex:1 1 250px}.footer-brand img.footer-logo-img{width:20rem;height:auto;margin-bottom:1rem}.footer-brand p{color:#cbd5e1;line-height:1.6;max-width:320px;margin-bottom:1.5rem}.footer-social a{margin-right:0.75rem;display:inline-block}.footer-social{display:flex;justify-content:flex-start;align-items:center;gap:0.75rem;margin-top:0.5rem}.footer-social img{width:1.8rem;height:1.8rem;filter:none}.footer-contact{flex:1 1 200px}.footer-contact h4{margin-bottom:0.75rem;font-size:1rem;color:#ffffff}.footer-contact ul{list-style:none;padding:0;margin:0}.footer-contact li{display:flex;align-items:center;margin-bottom:0.5rem;color:#cbd5e1}.footer-contact li img{width:1.4rem;height:1.4rem;margin-right:0.5rem;filter:none}.footer-policies{flex:1 1 150px}.footer-policies h4{margin-bottom:0.75rem;font-size:1rem;color:#ffffff}.footer-policies ul{list-style:none;padding:0;margin:0}.footer-policies li{margin-bottom:0.5rem}.footer-policies li a{color:var(--color-primary);text-decoration:none}.footer-policies li a:hover{text-decoration:underline}.footer-newsletter{flex:1 1 220px}.footer-newsletter h4{margin-bottom:0.75rem;font-size:1rem;color:#ffffff}.footer-newsletter p{color:#cbd5e1;margin-bottom:0.75rem}.newsletter-form{display:flex;gap:0.5rem}.newsletter-form input[type="email"]{flex:1 1 auto;padding:0.5rem 0.75rem;border-radius:4px;border:none;font-size:0.875rem}.newsletter-form button{padding:0.5rem 1rem;background-color:var(--color-primary);color:#ffffff;border:none;border-radius:4px;cursor:pointer;font-size:0.875rem;transition:background-color 0.3s ease}.newsletter-form button:hover, .newsletter-form button:focus{background-color:var(--color-secondary)}.site-footer .footer-copy{margin-top:2rem;text-align:center;color:#94a3b8;font-size:0.75rem}@media (max-width:600px){.site-footer .footer-columns{flex-direction:column;align-items:flex-start}.footer-brand, .footer-contact, .footer-policies, .footer-newsletter{flex:1 1 100%}}.cookie-banner{position:fixed;left:0;bottom:0;width:100%;background-color:#f8fafc;border-top:1px solid #e2e8f0;box-shadow:0 -2px 4px rgba(0, 0, 0, 0.1);padding:1rem;z-index:9999;transform:translateY(100%);animation:cookieSlideUp 0.6s forwards}@keyframes cookieSlideUp{to{transform:translateY(0)}}.cookie-banner p{color:#0f172a;font-size:0.875rem;margin-bottom:0.5rem;line-height:1.4}.cookie-banner .cookie-actions{display:flex;flex-wrap:wrap;gap:0.5rem}.cookie-banner .cookie-btn{padding:0.5rem 0.75rem;border-radius:4px;border:none;cursor:pointer;font-size:0.875rem}.cookie-banner .cookie-accept{background-color:var(--color-primary);color:#ffffff}.cookie-banner .cookie-reject{background-color:#e2e8f0;color:#0f172a}.cookie-banner .cookie-preferences{background-color:#f1f5f9;color:#0f172a}.cookie-banner.hide{display:none}