*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #0075c9;--primary-dark: #02296a;--primary-light: #e8f4fc;--secondary: #00a3e0;--accent: #00c389;--dark: #02296a;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-900: #0f172a;--success: #00c389;--white: #ffffff}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--gray-900);line-height:1.6;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overflow-x:hidden;background:var(--gray-50)}a,button,input,select,textarea{touch-action:manipulation}.page-hero{position:relative;background:var(--primary-dark);padding:7rem 1rem 3rem;text-align:center;overflow:hidden}@media (min-width: 768px){.page-hero{padding:8rem 2rem 3.5rem}}.page-hero-bg{position:absolute;inset:0;z-index:0}.page-hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:opacity .6s ease}.page-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,#02296ae0,#0050a0d9,#02296ae0)}.page-hero-pattern{position:absolute;inset:0;z-index:2;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.page-hero-inner{position:relative;z-index:3;max-width:900px;margin:0 auto}.page-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:.35rem 1rem;margin-bottom:1rem;color:#ffffffe6;font-size:.8rem;font-weight:500}.page-hero-badge svg{width:14px;height:14px;flex-shrink:0}.page-hero h1{color:#fff;font-size:1.75rem;font-weight:800;margin-bottom:.75rem;text-align:center;line-height:1.2}@media (min-width: 768px){.page-hero h1{font-size:2.5rem}}.page-hero-date{color:#ffffffb3;font-size:.9rem;margin-bottom:0}.content{max-width:900px;margin:0 auto;padding:2rem 1rem 3rem;min-height:60vh}@media (min-width: 768px){.content{padding:3rem 2rem 4rem}}.content-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 30px #00000014;border:1px solid var(--gray-200);position:relative;margin-top:-2rem}@media (min-width: 768px){.content-card{padding:3rem;margin-top:-2.5rem}}.company-info{text-align:center;margin-bottom:2rem;padding:1.5rem;background:var(--primary-light);border-radius:12px;border:1px solid rgba(0,117,201,.1)}.company-info strong{color:var(--dark);font-size:1.1rem}.company-info p{color:var(--gray-700);margin-bottom:0}h2{color:var(--dark);font-size:1.15rem;font-weight:700;margin-top:2rem;margin-bottom:1rem;padding-left:.85rem;border-left:3px solid var(--primary);line-height:1.3}@media (min-width: 768px){h2{font-size:1.3rem}}p{margin-bottom:1rem;color:var(--gray-700);font-size:.925rem;line-height:1.7}ul{padding-left:0;margin-bottom:1rem;list-style:none}li{margin-bottom:.5rem;color:var(--gray-700);font-size:.925rem;line-height:1.6;padding-left:1.5rem;position:relative}li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--primary)}a{color:var(--primary);text-decoration:none;font-weight:500;transition:color .2s}a:hover{color:var(--primary-dark);text-decoration:underline}.contact-section{margin-top:2.5rem;padding:1.5rem;background:var(--primary-light);border-radius:12px;border:1px solid rgba(0,117,201,.1)}.contact-section h2{margin-top:0}.back-link{text-align:center;margin-top:2.5rem}.back-link a{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;background:var(--primary);color:#fff;border-radius:50px;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #0075c94d}.back-link a:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 6px 16px #0075c966;text-decoration:none;color:#fff}.content-card>[data-lang]{display:none}.content-card>[data-lang].active-lang{display:block}.footer{padding:2rem 1rem 1.5rem;background:var(--dark);color:#ffffffb3}@media (min-width: 768px){.footer{padding:4rem 2rem 2rem}}.footer-inner{max-width:1100px;margin:0 auto}.footer-content{display:grid;gap:1.5rem;margin-bottom:1.5rem;grid-template-columns:1fr}@media (min-width: 768px){.footer-content{grid-template-columns:1.8fr 1fr 1fr 1fr;gap:2.5rem;align-items:start;margin-bottom:2.5rem}}.footer-brand{text-align:center;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}@media (min-width: 768px){.footer-brand{text-align:left;padding-right:2rem;padding-bottom:0;border-bottom:none}}.footer-logo{height:32px;width:auto;filter:brightness(0) invert(1);margin:0 auto .75rem;display:block}@media (min-width: 768px){.footer-logo{height:36px;margin:0 0 1rem}}.footer-tagline{font-size:.8rem;color:#fff9;line-height:1.6;max-width:280px;margin:0 auto}@media (min-width: 768px){.footer-tagline{font-size:.875rem;line-height:1.7;margin:0}}.footer-section{text-align:center}@media (min-width: 768px){.footer-section{text-align:left}}.footer-section h4{color:#fff;font-size:.75rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}@media (min-width: 768px){.footer-section h4{font-size:.9rem;margin-bottom:.875rem}}.footer-section p{font-size:.8rem;color:#ffffffb3;line-height:1.5;margin-bottom:.15rem}@media (min-width: 768px){.footer-section p{font-size:.875rem;line-height:1.6;margin-bottom:.25rem}}.footer-section a{font-size:.8rem;color:#ffffffb3;line-height:1.5;text-decoration:none;transition:color .2s ease}@media (min-width: 768px){.footer-section a{font-size:.875rem;line-height:1.6}}.footer-section a:hover{color:#fff}.footer-contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem;justify-content:center}@media (min-width: 768px){.footer-contact-item{gap:.6rem;margin-bottom:.6rem;justify-content:flex-start}}.footer-contact-item svg{flex-shrink:0;color:#ffffff80;width:14px;height:14px}@media (min-width: 768px){.footer-contact-item svg{width:16px;height:16px}}.footer-contact-item a,.footer-contact-item span{font-size:.8rem;color:#ffffffb3;line-height:1.4}@media (min-width: 768px){.footer-contact-item a,.footer-contact-item span{font-size:.875rem;line-height:1.5}}.footer-social{display:flex;gap:.5rem;justify-content:center;margin-top:.75rem}@media (min-width: 768px){.footer-social{gap:.75rem;justify-content:flex-start;margin-top:1rem}}.footer-social a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease}@media (min-width: 768px){.footer-social a{width:36px;height:36px}}.footer-social a:hover{background:var(--primary);transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;align-items:center}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-links{display:flex;gap:2rem;justify-content:center}.footer-link{color:#fff9;text-decoration:none;font-size:.8rem;transition:color .2s}.footer-link:hover{color:#fff}.footer-copy{font-size:.8rem;color:#ffffff80;text-align:center}
