:root{--primary: #2a3f91;--secondary: #05a8eb;--dark: #1f2937;--light: #f9fafb;--white: #ffffff;--gray: #6b7280;--success: #10b981}.no-bullets{list-style:none!important;padding-left:0!important}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;color:var(--dark);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes float-slow{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-30px) translate(10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 2px 8px #05a8eb4d}50%{box-shadow:0 4px 16px #05a8eb80}}@keyframes subtle-pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.15}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.2}}.section{padding:5rem 0}.section-header{text-align:center;max-width:700px;margin:0 auto 3rem}.section-title{font-size:2.5rem;font-weight:800;color:var(--primary);margin-bottom:1rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--secondary) 0%,var(--primary) 100%);border-radius:2px}.section-subtitle{font-size:1.2rem;color:var(--gray)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:var(--secondary);color:var(--white);box-shadow:0 2px 8px #05a8eb4d;animation:pulse-glow 3s ease-in-out infinite}.btn-primary:hover{background:#0491c9;transform:translateY(-2px);box-shadow:0 6px 16px #05a8eb80;animation:none}.btn-secondary{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background:var(--primary);color:var(--white)}.btn-white{background:var(--white);color:var(--secondary);box-shadow:0 4px 16px #0003}.btn-white:hover{background:var(--light);transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;color:var(--dark);cursor:pointer}@media(max-width:968px){.section-title{font-size:2rem}.mobile-menu-toggle{display:block}}@media(max-width:640px){.section{padding:3rem 0}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}}.cookie-banner[data-astro-cid-rd2jw4rf]{position:fixed;bottom:0;left:0;right:0;background:var(--white);box-shadow:0 -4px 20px #00000026;z-index:9999;padding:1.5rem;opacity:0;transform:translateY(100%);transition:opacity .3s ease,transform .3s ease}.cookie-banner[data-astro-cid-rd2jw4rf].show{opacity:1;transform:translateY(0)}.cookie-banner-content[data-astro-cid-rd2jw4rf]{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-text[data-astro-cid-rd2jw4rf] h3[data-astro-cid-rd2jw4rf]{font-size:1.25rem;color:var(--dark);margin-bottom:.5rem;font-weight:700}.cookie-text[data-astro-cid-rd2jw4rf] p[data-astro-cid-rd2jw4rf]{color:var(--gray);font-size:.95rem;margin:0;line-height:1.6}.cookie-text[data-astro-cid-rd2jw4rf] a[data-astro-cid-rd2jw4rf]{color:var(--secondary);text-decoration:none;font-weight:600}.cookie-text[data-astro-cid-rd2jw4rf] a[data-astro-cid-rd2jw4rf]:hover{text-decoration:underline}.cookie-actions[data-astro-cid-rd2jw4rf]{display:flex;gap:.75rem;flex-shrink:0}.btn-cookie[data-astro-cid-rd2jw4rf]{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-accept[data-astro-cid-rd2jw4rf]{background:linear-gradient(135deg,var(--secondary),var(--primary));color:var(--white)}.btn-accept[data-astro-cid-rd2jw4rf]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2a3f914d}.btn-reject[data-astro-cid-rd2jw4rf]{background:var(--white);color:var(--dark);border:2px solid #e5e7eb}.btn-reject[data-astro-cid-rd2jw4rf]:hover{background:#f9fafb;border-color:var(--gray)}.btn-settings[data-astro-cid-rd2jw4rf]{background:var(--white);color:var(--primary);border:2px solid var(--primary)}.btn-settings[data-astro-cid-rd2jw4rf]:hover{background:var(--primary);color:var(--white)}.cookie-modal[data-astro-cid-rd2jw4rf]{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.cookie-modal[data-astro-cid-rd2jw4rf].show{opacity:1}.cookie-modal-overlay[data-astro-cid-rd2jw4rf]{position:absolute;inset:0;background:#0009;backdrop-filter:blur(4px)}.cookie-modal-content[data-astro-cid-rd2jw4rf]{position:relative;background:var(--white);border-radius:16px;max-width:600px;width:90%;max-height:80vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column}.cookie-modal-header[data-astro-cid-rd2jw4rf]{padding:2rem 2rem 1rem;border-bottom:2px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.cookie-modal-header[data-astro-cid-rd2jw4rf] h3[data-astro-cid-rd2jw4rf]{font-size:1.75rem;color:var(--dark);margin:0;font-weight:700}.cookie-close-btn[data-astro-cid-rd2jw4rf]{background:none;border:none;font-size:2rem;color:var(--gray);cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.cookie-close-btn[data-astro-cid-rd2jw4rf]:hover{background:#f9fafb;color:var(--dark)}.cookie-modal-body[data-astro-cid-rd2jw4rf]{padding:2rem;overflow-y:auto;flex:1}.cookie-category[data-astro-cid-rd2jw4rf]{margin-bottom:2rem}.cookie-category[data-astro-cid-rd2jw4rf]:last-child{margin-bottom:0}.cookie-category-header[data-astro-cid-rd2jw4rf]{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.cookie-category[data-astro-cid-rd2jw4rf] h4[data-astro-cid-rd2jw4rf]{font-size:1.1rem;color:var(--dark);margin-bottom:.5rem;font-weight:600}.cookie-description[data-astro-cid-rd2jw4rf]{color:var(--gray);font-size:.9rem;line-height:1.6;margin:0}.cookie-toggle[data-astro-cid-rd2jw4rf]{position:relative;display:inline-block;width:52px;height:28px;flex-shrink:0}.cookie-toggle[data-astro-cid-rd2jw4rf] input[data-astro-cid-rd2jw4rf]{opacity:0;width:0;height:0}.toggle-slider[data-astro-cid-rd2jw4rf]{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:28px}.toggle-slider[data-astro-cid-rd2jw4rf]:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}.cookie-toggle[data-astro-cid-rd2jw4rf] input[data-astro-cid-rd2jw4rf]:checked+.toggle-slider[data-astro-cid-rd2jw4rf]{background:linear-gradient(135deg,var(--secondary),var(--primary))}.cookie-toggle[data-astro-cid-rd2jw4rf] input[data-astro-cid-rd2jw4rf]:checked+.toggle-slider[data-astro-cid-rd2jw4rf]:before{transform:translate(24px)}.cookie-toggle[data-astro-cid-rd2jw4rf].disabled{opacity:.5;cursor:not-allowed}.cookie-toggle[data-astro-cid-rd2jw4rf].disabled .toggle-slider[data-astro-cid-rd2jw4rf]{cursor:not-allowed}.cookie-modal-footer[data-astro-cid-rd2jw4rf]{padding:1.5rem 2rem;border-top:2px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end}.btn-secondary-modal[data-astro-cid-rd2jw4rf]{background:var(--white);color:var(--primary);border:2px solid var(--primary)}.btn-secondary-modal[data-astro-cid-rd2jw4rf]:hover{background:#f0f7ff}@media(max-width:968px){.cookie-banner-content[data-astro-cid-rd2jw4rf]{flex-direction:column;align-items:stretch}.cookie-actions[data-astro-cid-rd2jw4rf]{flex-direction:column}.btn-cookie[data-astro-cid-rd2jw4rf]{width:100%}.cookie-modal-content[data-astro-cid-rd2jw4rf]{width:95%;max-height:90vh}.cookie-modal-header[data-astro-cid-rd2jw4rf],.cookie-modal-body[data-astro-cid-rd2jw4rf],.cookie-modal-footer[data-astro-cid-rd2jw4rf]{padding:1.5rem}.cookie-modal-footer[data-astro-cid-rd2jw4rf]{flex-direction:column}}footer[data-astro-cid-tgc5tww7]{background:var(--dark);color:var(--white);padding:4rem 0 2rem}.footer-content[data-astro-cid-tgc5tww7]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-about[data-astro-cid-tgc5tww7]{max-width:350px}.footer-logo[data-astro-cid-tgc5tww7]{height:64px;margin-bottom:1.5rem}.footer-about[data-astro-cid-tgc5tww7] p[data-astro-cid-tgc5tww7]{opacity:.8;margin-bottom:1.5rem}.footer-links[data-astro-cid-tgc5tww7] h4[data-astro-cid-tgc5tww7]{color:var(--white);margin-bottom:1rem;font-size:1.1rem}.footer-links[data-astro-cid-tgc5tww7] ul[data-astro-cid-tgc5tww7]{list-style:none}.footer-links[data-astro-cid-tgc5tww7] a[data-astro-cid-tgc5tww7]{color:#ffffffb3;text-decoration:none;display:block;margin-bottom:.75rem;transition:color .2s}.footer-links[data-astro-cid-tgc5tww7] a[data-astro-cid-tgc5tww7]:hover{color:var(--secondary)}.footer-contact[data-astro-cid-tgc5tww7] h4[data-astro-cid-tgc5tww7]{color:var(--white);margin-bottom:1rem;font-size:1.1rem}.contact-details[data-astro-cid-tgc5tww7]{list-style:none;padding:0}.contact-details[data-astro-cid-tgc5tww7] li[data-astro-cid-tgc5tww7]{display:flex;gap:1rem;margin-bottom:1.25rem;align-items:flex-start}.contact-icon[data-astro-cid-tgc5tww7]{width:1.2rem;height:1.2rem;opacity:.9;display:flex;align-items:center;justify-content:center}.contact-icon[data-astro-cid-tgc5tww7] svg[data-astro-cid-tgc5tww7]{width:100%;height:100%}.contact-text[data-astro-cid-tgc5tww7]{font-size:.95rem;color:#ffffffb3;line-height:1.5}.contact-text[data-astro-cid-tgc5tww7] strong[data-astro-cid-tgc5tww7]{color:var(--white);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.contact-text[data-astro-cid-tgc5tww7] a[data-astro-cid-tgc5tww7]{color:var(--secondary);text-decoration:none;transition:color .2s}.contact-text[data-astro-cid-tgc5tww7] a[data-astro-cid-tgc5tww7]:hover{color:var(--white);text-decoration:underline}.footer-bottom[data-astro-cid-tgc5tww7]{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:start;opacity:.7;font-size:.9rem}.footer-bottom-left[data-astro-cid-tgc5tww7] p[data-astro-cid-tgc5tww7]{margin-bottom:.5rem}.company-registration[data-astro-cid-tgc5tww7]{font-size:.8rem;opacity:.8;line-height:1.6}.website-credit[data-astro-cid-tgc5tww7]{font-size:.85rem;opacity:.7;margin-top:.75rem}.website-credit[data-astro-cid-tgc5tww7] a[data-astro-cid-tgc5tww7]{color:#ef4444;text-decoration:none;transition:color .2s}.website-credit[data-astro-cid-tgc5tww7] a[data-astro-cid-tgc5tww7]:hover{color:#fca5a5;text-decoration:underline}.footer-legal[data-astro-cid-tgc5tww7]{display:flex;gap:2rem}.footer-legal[data-astro-cid-tgc5tww7] a[data-astro-cid-tgc5tww7],.footer-legal[data-astro-cid-tgc5tww7] button[data-astro-cid-tgc5tww7]{color:#ffffffb3;text-decoration:none;background:none;border:none;cursor:pointer;font-size:.9rem;font-family:inherit;padding:0}.footer-legal[data-astro-cid-tgc5tww7] a[data-astro-cid-tgc5tww7]:hover,.footer-legal[data-astro-cid-tgc5tww7] button[data-astro-cid-tgc5tww7]:hover{color:var(--white);text-decoration:underline}@media(max-width:968px){.footer-content[data-astro-cid-tgc5tww7]{grid-template-columns:1fr;text-align:center}.footer-about[data-astro-cid-tgc5tww7]{margin:0 auto}.contact-details[data-astro-cid-tgc5tww7] li[data-astro-cid-tgc5tww7]{justify-content:center}.contact-icon[data-astro-cid-tgc5tww7]{width:1.1rem;height:1.1rem;flex-shrink:0}.footer-bottom[data-astro-cid-tgc5tww7]{flex-direction:column;gap:1.5rem;text-align:center}.footer-bottom-left[data-astro-cid-tgc5tww7]{width:100%}.footer-legal[data-astro-cid-tgc5tww7]{justify-content:center;flex-wrap:wrap}}
