:root{font-family:Outfit,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--primary-color: #0d47a1;--primary-dark: #0a2e6e;--primary-rgb: 13, 71, 161;--accent-color: #1976d2;--text-color: #1e293b;--text-light: #64748b;--background-color: #ffffff;--success-color: #10b981;--section-bg: #f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;color:var(--text-color);background-color:var(--background-color)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.25rem}}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{line-height:1.1;font-weight:700;margin-bottom:1rem}p{margin-bottom:1rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;text-align:center;font-family:inherit;font-size:1rem}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--primary-rgb),.3)}.btn-secondary{background-color:#f1f5f9;color:var(--text-color);border:1px solid #e2e8f0}.btn-secondary:hover{background-color:#e2e8f0}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-block{display:block;width:100%}@media(max-width:768px){.btn{padding:.625rem 1.25rem;font-size:.9375rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}}img{max-width:100%;display:block}.section-title{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-color)}.section-subtitle{font-size:1.125rem;color:var(--text-light);text-align:center;max-width:640px;margin:0 auto 3rem;line-height:1.6}@media(max-width:768px){.section-title{font-size:1.5rem;margin-bottom:.5rem}.section-subtitle{font-size:.95rem;margin-bottom:1.75rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}section{opacity:0;animation:fadeIn .8s ease-out forwards}section:nth-child(1){animation-delay:.1s}section:nth-child(2){animation-delay:.2s}section:nth-child(3){animation-delay:.3s}section:nth-child(4){animation-delay:.4s}section:nth-child(5){animation-delay:.5s}section:nth-child(6){animation-delay:.6s}section:nth-child(7){animation-delay:.7s}section:nth-child(8){animation-delay:.8s}@media(max-width:768px){.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}}.burger-menu{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;z-index:1001}.burger-menu .bar{width:100%;height:3px;background-color:var(--text-color);border-radius:3px;transition:all .3s ease}.burger-menu.active .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}.burger-menu.active .bar:nth-child(2){opacity:0}.burger-menu.active .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.header{padding:1rem 0;position:sticky;top:0;background:#fffffff2;backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(0,0,0,.05)}.header-container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;z-index:1001}.logo img{height:48px;width:auto;object-fit:contain;transition:height .3s ease}.nav{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:var(--text-color);font-weight:500;transition:color .3s}.nav-link:hover{color:var(--primary-color)}@media(max-width:900px){.logo img{height:36px}.burger-menu{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#fffffffa;backdrop-filter:blur(12px);flex-direction:column;align-items:stretch;gap:0;max-height:0;overflow:hidden;transition:max-height .35s ease,box-shadow .35s ease;box-shadow:none;border-bottom:none;padding:0 1.5rem}.nav.active{max-height:320px;box-shadow:0 8px 24px #00000014;border-bottom:1px solid #e2e8f0;padding:.5rem 1.5rem 1rem}.nav-link{font-size:1rem;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.nav-link:last-of-type{border-bottom:none}.header .btn{font-size:.95rem;padding:.75rem 1.5rem;margin-top:.5rem;text-align:center}}.nav-lang-toggle{display:flex;align-items:center;gap:.5rem;color:var(--text-color);font-size:.875rem;font-weight:500;margin:0 1rem}.lang{cursor:pointer;transition:color .2s ease}.lang:hover,.lang.active{color:var(--primary-color);font-weight:700}@media(max-width:900px){.nav-lang-toggle{margin:1rem 0;justify-content:center}}.footer{background:#1e293b;color:#fff;padding:4rem 0 2rem}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:3rem;margin-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:2rem}.footer-brand{max-width:340px}.footer-logo{font-size:1.5rem;margin-bottom:1rem;color:#fff;font-weight:700}.footer-brand p{color:#94a3b8;line-height:1.6}.footer-links{display:flex;gap:4rem;flex-wrap:wrap}.link-column h4{font-size:1rem;margin-bottom:1.5rem;color:#fff;font-weight:600}.link-column a{display:block;margin-bottom:.75rem;color:#94a3b8;text-decoration:none;transition:color .3s}.link-column a:hover{color:#fff}.social-link{display:inline-flex!important;align-items:center;gap:.5rem}.social-link svg{flex-shrink:0}.footer-bottom{text-align:center;color:#64748b;font-size:.875rem}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-brand{max-width:100%}.footer-links{gap:2rem;justify-content:center}}
