*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}html{scroll-behavior:smooth}body{color:#1f2933;line-height:1.6;background:#fff}.container{max-width:1100px;margin:auto;padding:0 20px}.main-nav{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo img{height:38px;width:auto;display:block}.nav-toggle-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e5e7eb;background:#fff;border-radius:10px;box-shadow:0 6px 16px rgba(15,23,42,.08);color:#111827;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.nav-toggle-btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(15,23,42,.12)}.nav-toggle-btn:active{transform:translateY(0)}.nav-toggle-icon{width:22px;height:22px}.nav-links{list-style:none;display:flex;gap:24px;align-items:center}.nav-links a{color:#374151;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .15s ease}.nav-links a:hover{color:#111827}.nav-cta{background:#2563eb;padding:8px 16px;border-radius:6px;color:#fff!important}.nav-cta:hover{background:#1d4ed8}.hero-video{position:relative;height:90vh;min-height:600px;overflow:hidden;color:#fff;display:flex;align-items:center}.hero-video-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;inset:0;z-index:1;background:rgba(0,0,0,.55)}.hero-content{position:relative;z-index:2}.hero h1{font-size:3rem;margin-bottom:20px;line-height:1.2}.hero p{font-size:1.2rem;max-width:700px;margin-bottom:30px;opacity:.9}.section{padding:80px 0;scroll-margin-top:80px}.section-light{background:#f5f7fa}.section-dark{background:#111827;color:#f9fafb}.section h2{font-size:2rem;margin-bottom:40px}.legalita-layout{display:flex;gap:40px;align-items:center;justify-content:space-between;flex-wrap:wrap}.legalita-content{flex:1 1 420px}.legalita-logo{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.legalita-logo img{height:90px;width:auto;opacity:.9;transform:translateY(-20px)}@media (max-width:800px){.legalita-layout{flex-direction:column;align-items:flex-start}.legalita-logo{width:100%;justify-content:flex-start}}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.card img{width:100%;border-radius:8px;margin-bottom:15px}.checklist{list-style:none}.checklist li{margin-bottom:12px;padding-left:26px;position:relative}.checklist li::before{content:"✔";position:absolute;left:0;color:#2563eb}.contact-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);max-width:800px}.contact-email{font-size:1.8rem;color:#2563eb;text-decoration:none;font-weight:700}.contact-email:hover{text-decoration:underline}.btn-primary{display:inline-block;background:#2563eb;color:#fff;padding:14px 26px;border-radius:6px;text-decoration:none;font-weight:600;border:none;transition:background .2s}.btn-primary:hover{background:#1d4ed8}.footer{background:#0f172a;color:#cbd5e1;text-align:center;padding:40px 0;font-size:.9rem}@media (max-width:900px){.nav-inner{flex-wrap:wrap;height:auto;padding:10px 0}.nav-toggle-btn{display:flex}.nav-links{width:100%;display:none;flex-direction:column;align-items:flex-start;gap:12px;padding:10px 0}.nav-open .nav-links{display:flex}.hero-video{min-height:480px;height:75vh}.hero h1{font-size:2.4rem}.hero p{font-size:1.05rem}.section{padding:60px 0}.section h2{margin-bottom:28px}}@media (max-width:600px){.container{padding:0 16px}.nav-links a{font-size:.9rem}.nav-cta{padding:6px 12px}.hero-video{min-height:420px;height:70vh}.hero h1{font-size:2rem}.hero p{font-size:1rem;max-width:none}.grid-3,.grid-2{grid-template-columns:1fr}.contact-card{padding:28px}.contact-email{font-size:1.4rem}.legalita-logo img{height:70px;transform:translateY(-12px)}}