@import "https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap";
:root{--color-primary:#228789;--color-primary-dark:#1a6a6d;--color-primary-light:#7dd3c0;--color-section-bg:#e1f2f2;--color-green:#79c4a0;--color-green-light:#badd8c;--color-yellow:#fddc4d;--color-orange-yellow:#feba32;--color-orange:#f9951f;--color-orange-red:#ea5b35;--color-red:#dc2c22;--color-dark-blue:#1b2943;--color-white:#fff;--color-gray-50:#f8f9fa;--color-gray-100:#f0f0f0;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-600:#666;--color-gray-700:#555;--color-gray-900:#1a1a1a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html body{background-color:var(--color-white);color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.65}h1,h2,h3,h4,h5,h6{letter-spacing:-.5px;color:#1a1a1a;font-family:Maven Pro,system-ui,sans-serif}h1{font-size:3rem;font-weight:700;line-height:1.2}h2{margin-bottom:1.5rem;font-size:2.25rem;font-weight:600;line-height:1.3}h3{font-size:1.5rem;font-weight:600;line-height:1.4}h4{font-size:1.125rem;font-weight:500}h5,h6{font-weight:500}h1.fw-bold,h2.fw-bold,h3.fw-bold,h4.fw-bold,h5.fw-bold,h6.fw-bold{font-weight:600!important}nav{z-index:50;background-color:#fff;border-bottom:1px solid #f0f0f0;padding:1rem 0;position:sticky;top:0;box-shadow:0 1px 2px #0000000d}nav .max-w-7xl{justify-content:space-between;align-items:center;max-width:1280px;height:72px;margin:0 auto;padding:0 2rem;display:flex}nav .logo{color:#228789;letter-spacing:-.5px;min-width:150px;font-size:1.5rem;font-weight:800;text-decoration:none}nav .nav-links{flex:1;justify-content:center;align-items:center;gap:2rem;list-style:none;display:flex}nav .nav-links a{color:#374151;white-space:nowrap;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}nav .nav-links a:hover{color:#228789}nav .lang-switcher{gap:.5rem;margin-left:auto;display:flex}nav .lang-switcher a{border-radius:.25rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s}nav .lang-switcher a.active{color:#fff;background-color:#228789}nav .lang-switcher a:not(.active){color:#374151;background-color:#f3f4f6}nav .lang-switcher a:not(.active):hover{background-color:#e5e7eb}.btn-primary,.btn-secondary{cursor:pointer;text-align:center;letter-spacing:-.2px;border:none;border-radius:.375rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary{background-color:var(--color-primary);color:var(--color-white);box-shadow:0 2px 8px #22878926}.btn-primary:hover{background-color:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 4px 16px #22878940}.btn-primary:active{transform:translateY(0)}.btn-secondary{background-color:var(--color-white);border:2px solid var(--color-primary);color:var(--color-primary)}.btn-secondary:hover{background-color:var(--color-section-bg);border-color:var(--color-primary-dark);color:var(--color-primary-dark)}.btn-success{background-color:var(--color-green);color:var(--color-white)}.btn-success:hover{opacity:.9}.btn-warning{background-color:var(--color-orange);color:var(--color-white)}.btn-warning:hover{opacity:.9}.btn-danger{background-color:var(--color-red);color:var(--color-white)}.btn-danger:hover{opacity:.9}.btn-dark{background-color:var(--color-dark-blue);color:var(--color-white)}.btn-dark:hover{opacity:.9}section{padding:4rem 1rem}@media (min-width:1024px){section{padding:6rem 1rem}}section.bg-primary-50{background-color:var(--color-section-bg)}section.bg-primary-500{background-color:var(--color-primary);color:var(--color-white)}section.bg-primary-500 h1,section.bg-primary-500 h2,section.bg-primary-500 h3{color:var(--color-white)}section.bg-gray-900{background-color:var(--color-dark-blue);color:var(--color-white)}section.bg-gray-50{background-color:var(--color-gray-50)}section.bg-white{background-color:var(--color-white)}.max-w-7xl,.container-lg{max-width:1280px;margin:0 auto;padding:0 2rem}.grid{gap:2rem;display:grid}.grid.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:640px){section{padding:2rem 1rem}h1{font-size:1.75rem;line-height:1.2}h2{font-size:1.5rem}h3{font-size:1.25rem}p{font-size:.95rem}p.lead{font-size:1rem}nav .max-w-7xl{padding:0 1rem}nav .nav-links{gap:1rem;font-size:.85rem}.grid.md\:grid-cols-2,.grid.md\:grid-cols-3,.grid.md\:grid-cols-4{grid-template-columns:1fr;gap:1.5rem}footer .footer-content{grid-template-columns:1fr;gap:2rem}}@media (min-width:641px) and (max-width:1024px){section{padding:3.5rem 1.5rem}h1{font-size:2.5rem}h2{font-size:2rem}nav .max-w-7xl,.max-w-7xl,.container-lg{padding:0 1.5rem}.grid.md\:grid-cols-2,.grid.md\:grid-cols-3,.grid.md\:grid-cols-4{grid-template-columns:repeat(2,1fr);gap:2rem}footer .footer-content{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (min-width:1025px) and (max-width:1440px){section{padding:5rem 2rem}h1{font-size:2.75rem}.grid.md\:grid-cols-3,.grid.md\:grid-cols-4{grid-template-columns:repeat(3,1fr)}}@media (min-width:1441px){section{padding:6rem 2rem}.max-w-7xl,.container-lg{max-width:1280px}}@media (min-width:768px){.grid.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}.grid-team{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.grid-team{grid-template-columns:repeat(3,1fr);align-items:center}}.grid-partners{grid-template-columns:repeat(2,1fr);align-items:center;gap:1.5rem;display:grid}@media (min-width:1024px){.grid-partners{grid-template-columns:repeat(5,1fr)}}p:not(.text-white){color:#000;margin-bottom:1rem;font-size:1rem;line-height:1.65}p.lead:not(.text-white){color:#000;font-size:1.125rem;font-weight:400;line-height:1.7}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-dark);text-decoration:underline}.card{background-color:#fff;border:1px solid #f0f0f0;border-radius:.5rem;padding:2.25rem;transition:all .3s;box-shadow:0 1px 3px #00000014}.card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.card-title{color:#228789;margin-bottom:1rem;font-size:1.25rem;font-weight:600}html body .card-text{color:#000;font-size:1rem;line-height:1.65}.max-h-80{max-height:320px}.max-h-96{max-height:384px}.w-24{width:96px}.h-24{height:96px}.h-14{height:56px}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.rounded-lg{border-radius:.5rem}.shadow-sm{box-shadow:0 1px 2px #00000014}.shadow-md{box-shadow:0 4px 12px #0000001a}.hover\:shadow-lg:hover{box-shadow:0 8px 20px #0000001f}.text-center{text-align:center}html body .text-muted{color:#000!important}.text-primary{color:var(--color-primary)}.text-dark-blue{color:var(--color-dark-blue)}.bg-primary{background-color:var(--color-primary)}.bg-primary-light,.bg-section{background-color:var(--color-section-bg)}.bg-dark-blue{background-color:var(--color-dark-blue)}.bg-green{background-color:var(--color-green)}.bg-green-light{background-color:var(--color-green-light)}.bg-yellow{background-color:var(--color-yellow)}.bg-orange-yellow{background-color:var(--color-orange-yellow)}.bg-orange{background-color:var(--color-orange)}.bg-orange-red{background-color:var(--color-orange-red)}.bg-red{background-color:var(--color-red)}.text-green{color:var(--color-green)}.text-green-light{color:var(--color-green-light)}.text-yellow{color:var(--color-yellow)}.text-orange{color:var(--color-orange)}.text-red{color:var(--color-red)}.border-primary{border-color:var(--color-primary)}.border-section{border-color:var(--color-section-bg)}.icon{color:#228789}.icon-circle{background:#e1f2f2;border-radius:50%;justify-content:center;align-items:center;display:flex}.icon-green{color:var(--color-green)}.icon-orange{color:var(--color-orange)}.icon-red{color:var(--color-red)}.icon-primary{color:var(--color-primary)}footer{color:#fff;background-color:#1a2332;margin-top:4rem;padding:4rem 2rem 2rem}footer .max-w-7xl{max-width:1280px;margin:0 auto}footer .footer-content{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:4rem;margin-bottom:3rem;display:grid}footer .footer-section h4{color:#228789;letter-spacing:-.3px;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}footer .footer-section p{color:#bcc7d4;margin-bottom:.75rem;font-size:.95rem;line-height:1.6}footer .footer-links{flex-direction:column;gap:.875rem;list-style:none;display:flex}footer .footer-links a{color:#8fa5b8;font-size:.95rem;text-decoration:none;transition:color .2s}footer .footer-links a:hover{color:#228789}footer .footer-bottom{border-top:1px solid #2a3646;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}footer .copyright{color:#8fa5b8;font-size:.875rem}footer .social-links{gap:2rem;display:flex}footer .social-links a{color:#8fa5b8;font-size:.95rem;text-decoration:none;transition:color .2s}footer .social-links a:hover{color:#228789}
