﻿*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#334155;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.nav{padding:1rem 0}.nav .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#1e293b;text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#334155;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#3b82f6}.hero{padding:6rem 0;text-align:center;background:linear-gradient(135deg, #f1f5f9 0%, #ffffff 100%)}.hero-title{font-size:3rem;font-weight:800;color:#1e293b;margin-bottom:1rem}.hero-subtitle{font-size:1.5rem;color:#3b82f6;font-weight:600;margin-bottom:1rem}.hero-description{font-size:1.125rem;color:#334155;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;gap:1rem;justify-content:center}.btn{padding:.875rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:rgb(11.1512195122,99.1219512195,242.8487804878);transform:translateY(-2px)}.btn-secondary{background-color:rgba(0,0,0,0);color:#3b82f6;border:2px solid #3b82f6}.btn-secondary:hover{background-color:#3b82f6;color:#fff;transform:translateY(-2px)}section{padding:4rem 0}section h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem;text-align:center}section p{font-size:1.125rem;line-height:1.8;margin-bottom:1rem}.about{background-color:#fff}.about p{max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.expertise{background-color:#f1f5f9}.cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-top:3rem}.card{background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.15)}.card h3{font-size:1.5rem;color:#3b82f6;margin-bottom:1rem}.card ul{list-style:none}.card ul li{padding:.5rem 0;padding-left:1.5rem;position:relative}.card ul li:before{content:"✓";position:absolute;left:0;color:#3b82f6;font-weight:bold}.contact{background-color:#1e293b;color:#fff;text-align:center}.contact h2{color:#fff}.contact p{color:hsla(0,0%,100%,.9);max-width:600px;margin:0 auto 2rem}.contact-links{display:flex;gap:1rem;justify-content:center}.footer{background-color:rgb(21.404494382,29.2528089888,42.095505618);color:hsla(0,0%,100%,.7);padding:2rem 0;text-align:center}@media(max-width: 768px){.nav-links{gap:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.cards{grid-template-columns:1fr}.contact-links{flex-direction:column;align-items:center}}