:root{--smooth-ease:cubic-bezier(.4, 0, .2, 1);--smooth-duration:.3s}.menu-toggle{color:#e5e5e5;cursor:pointer;background:0 0;border:none;outline:none;margin-left:1rem;font-size:2rem;display:none}.menu-toggle:focus{outline-offset:2px;background:#174c6b;outline:2px solid #ffd600}.menu-toggle:focus:active,.menu-toggle:active{background:#174c6b;outline:none!important}.menu-toggle .menu-icon{pointer-events:none}.nav-links{gap:2rem;margin:0;padding:0;list-style:none;display:flex}@media (width<=600px){.services{flex-direction:column;gap:1rem}.section{max-width:100%;padding:1rem .5rem}.hero{padding:3rem .5rem 2rem}.menu-toggle{min-width:0;transition:all var(--smooth-duration) var(--smooth-ease);flex:none;margin:0 .5rem;display:block}nav{min-height:60px}nav .container{width:100%;min-width:0;min-height:60px;display:flex;position:relative;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;padding:0 .3rem!important}.logo{flex:none;align-items:center;min-width:0;margin:0;display:flex}#theme-toggle{box-sizing:border-box;white-space:nowrap;flex:none;min-width:0;max-width:48px;margin:0 .5rem;padding:.5rem;font-size:1.1rem;overflow:hidden}.nav-links{z-index:999;width:100vw;min-width:0;min-height:60px;transition:opacity var(--smooth-duration) var(--smooth-ease), visibility var(--smooth-duration) var(--smooth-ease), transform var(--smooth-duration) var(--smooth-ease);opacity:0;visibility:hidden;pointer-events:none;background:#1a6a7e;flex-direction:column;gap:1.2rem;padding:1.2rem 0;display:flex;position:absolute;top:60px;left:0;right:0;box-shadow:0 2px 8px #1e285a14}.nav-links li{padding-left:1.5rem;padding-right:1.5rem}.nav-links.open,.nav-links.active{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.menu-toggle.active{transform:rotate(90deg)}nav ul{gap:.5rem;font-size:.95rem}.hero h1{font-size:1.4rem}.hero p{font-size:.95rem}.service{padding:.7rem;font-size:.92rem}.footer{padding:.5rem 0;font-size:.7rem}.footer-content{flex-direction:column;align-items:flex-start;gap:.5rem;padding:0 .5rem;display:flex}.footer-content .footer-item{margin:0}.footer-content .footer-separator{display:none}}.footer{color:#222;text-align:center;background:#f1f3f6;border-top:1px solid #e0e0e0;margin-top:3rem;padding:1.2rem 0;font-size:.7rem}.footer-content{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.footer-content .footer-item{margin:0 .25rem}.footer-content .footer-separator{color:#888;margin:0 .25rem}html[data-theme=dark] .footer{color:#eee;background:#23272e;border-top:1px solid #333}.contact-links-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;margin-top:2rem;display:flex}.contact-col,.links-col{flex:250px;min-width:220px}.contact-col h3,.links-col h3{color:#1a237e;margin-top:0;margin-bottom:.5rem}.contact-email{color:#1a6a7e;font-size:1.1rem;font-weight:500;text-decoration:none}.contact-email:hover{text-decoration:underline}.contact-socials{align-items:center;gap:1rem;margin-top:.5rem;display:flex}body{color:#222;background:#f8fafc;margin:0;padding:0;font-family:Ubuntu Sans,Segoe UI,Arial,sans-serif}nav{color:#e5e5e5;z-index:100;background:#1a6a7e;padding:1rem 0;position:sticky;top:0}nav .container{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:0 1.5rem;display:flex}nav ul{gap:2rem;margin:0;padding:0;list-style:none;display:flex}nav a{color:#e5e5e5;font-weight:500;text-decoration:none;transition:color .2s}nav a:hover{color:#ffd600}.hero{color:#e5e5e5;text-align:center;background:linear-gradient(90deg,#1a547e 60%,#3976ab 100%);padding:5rem 1.5rem 3rem}.hero h1{margin-bottom:2.5rem;font-size:3rem}.hero p{margin-bottom:2rem;font-size:1.5rem}#about p{line-height:1.7}.section{color:#222;background:#fff;border-radius:12px;max-width:900px;margin:3rem auto;padding:2rem 1.5rem;box-shadow:0 2px 12px #1e285a12}.section h2{color:#1a237e;margin-top:0}.services{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1.5rem;display:flex}.service{text-align:center;color:#222;background:#f1f3f6;border-radius:8px;flex:150px;margin:.5rem 0;padding:1.5rem;box-shadow:0 1px 4px #1e285a0a}.service h3{margin-top:.5rem}.contact-form{flex-direction:column;gap:1rem;max-width:400px;margin:0 auto;display:flex}html[data-theme=dark] body{background:#121417!important}html[data-theme=dark] .section{color:#d3d3d3!important;background:#23272e!important;box-shadow:0 2px 12px #00000040!important}html[data-theme=dark] .section h2,html[data-theme=dark] .contact-col h3,html[data-theme=dark] .links-col h3{color:#3976ab!important}html[data-theme=dark] .service{color:#d3d3d3!important;background:#262c33!important;box-shadow:0 1px 4px #00000094!important}html[data-theme=dark] .contact-email{color:#bec7cf!important}html[data-theme=dark] .section a{color:#5ca8e0!important}html[data-theme=dark] .section a:visited{color:#8f9de0!important}html[data-theme=dark] .section a:hover{color:#7fc4f7!important}html{scroll-behavior:smooth}h2[id],h1[id]{scroll-margin-top:90px}.cookie-preferences-btn{color:inherit;font-family:inherit;font-size:inherit;cursor:pointer;transition:opacity var(--smooth-duration) var(--smooth-ease);background:0 0;border:none;margin:0;padding:0}.cookie-preferences-btn:hover{opacity:.7}.cookie-consent-overlay{z-index:10000;opacity:0;visibility:hidden;width:100%;height:100%;transition:opacity var(--smooth-duration) var(--smooth-ease), visibility var(--smooth-duration) var(--smooth-ease);background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.cookie-consent-overlay.show{opacity:1;visibility:visible}.cookie-consent-dialog{width:90%;max-width:600px;max-height:90vh;transition:transform var(--smooth-duration) var(--smooth-ease);background:#fff;border-radius:12px;overflow-y:auto;transform:translateY(30px);box-shadow:0 20px 60px #0000004d}.cookie-consent-overlay.show .cookie-consent-dialog{transform:translateY(0)}.cookie-consent-header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cookie-consent-header h2{color:#333;margin:0;font-size:1.5rem}.cookie-consent-close{cursor:pointer;color:#666;width:40px;height:40px;transition:background-color var(--smooth-duration) var(--smooth-ease);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:2rem;display:flex}.cookie-consent-close:hover{background-color:#f5f5f5}.cookie-consent-content{padding:1.5rem}.cookie-consent-content p{color:#666;margin:0 0 1.5rem;line-height:1.6}.cookie-categories{flex-direction:column;gap:1.5rem;display:flex}.cookie-category{border:1px solid #e5e5e5;border-radius:8px;padding:1rem}.cookie-category-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.cookie-category-header h3{color:#333;margin:0;font-size:1.1rem}.cookie-status{color:#28a745;font-size:.9rem;font-weight:500}.cookie-description{color:#666;margin:0;font-size:.9rem;line-height:1.5}.cookie-toggle{width:50px;height:24px;display:inline-block;position:relative}.cookie-toggle input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;transition:var(--smooth-duration) var(--smooth-ease);background-color:#ccc;border-radius:24px;position:absolute;inset:0}.toggle-slider:before{content:"";width:18px;height:18px;transition:var(--smooth-duration) var(--smooth-ease);background-color:#fff;border-radius:50%;position:absolute;bottom:3px;left:3px}.cookie-toggle input:checked+.toggle-slider{background-color:#3976ab}.cookie-toggle input:checked+.toggle-slider:before{transform:translate(26px)}.cookie-consent-footer{border-top:1px solid #e5e5e5;flex-wrap:wrap;justify-content:flex-end;gap:1rem;padding:1.5rem;display:flex}.cookie-btn{cursor:pointer;transition:all var(--smooth-duration) var(--smooth-ease);border:2px solid #0000;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500}.cookie-btn-primary{color:#fff;background-color:#3976ab;border-color:#3976ab}.cookie-btn-primary:hover{background-color:#2c5a87;border-color:#2c5a87}.cookie-btn-secondary{color:#fff;background-color:#28a745;border-color:#28a745}.cookie-btn-secondary:hover{background-color:#218838;border-color:#218838}.cookie-btn-outline{color:#666;background-color:#0000;border-color:#ccc}.cookie-btn-outline:hover{background-color:#f8f9fa;border-color:#999}html[data-theme=dark] .cookie-consent-dialog{color:#d3d3d3;background:#23272e}html[data-theme=dark] .cookie-consent-header{border-bottom-color:#404040}html[data-theme=dark] .cookie-consent-header h2{color:#3976ab}html[data-theme=dark] .cookie-consent-close{color:#d3d3d3}html[data-theme=dark] .cookie-consent-close:hover{background-color:#404040}html[data-theme=dark] .cookie-consent-content p{color:#bbb}html[data-theme=dark] .cookie-category{background:#2a2f36;border-color:#404040}html[data-theme=dark] .cookie-category-header h3{color:#d3d3d3}html[data-theme=dark] .cookie-description{color:#bbb}html[data-theme=dark] .cookie-consent-footer{border-top-color:#404040}html[data-theme=dark] .cookie-btn-outline{color:#d3d3d3;border-color:#666}html[data-theme=dark] .cookie-btn-outline:hover{background-color:#404040;border-color:#999}html[data-theme=dark] .cookie-preferences-btn:hover{opacity:.7}@media (width<=600px){.cookie-consent-dialog{width:95%;margin:1rem}.cookie-consent-header,.cookie-consent-content,.cookie-consent-footer{padding:1rem}.cookie-consent-footer{flex-direction:column}.cookie-btn{text-align:center;width:100%}.cookie-preferences-btn{text-align:center;margin-top:.5rem;margin-left:0;display:block}}
/*$vite$:1*/