@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Montserrat,Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;color:#232220;background-color:#f8f7f5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Poppins,Segoe UI,Roboto,sans-serif;font-weight:700;margin-bottom:1rem;line-height:1.2}h1{font-size:2.5rem}@media (max-width: 768px){h1{font-size:2rem}}h2{font-size:2rem}@media (max-width: 768px){h2{font-size:1.75rem}}h3{font-size:1.75rem}@media (max-width: 768px){h3{font-size:1.5rem}}p{margin-bottom:1.5rem}a{color:#d9ae8e;text-decoration:none;transition:color .3s}a:hover{color:#c68555}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;text-align:center;text-transform:uppercase;letter-spacing:.5px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff1a;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease;z-index:1}.btn:hover:before{width:300%;height:300%}.btn span{position:relative;z-index:2}.btn-primary{background:linear-gradient(135deg,#4e4c4f,#232220);color:#ffddba}.btn-primary:hover{box-shadow:0 4px 15px #23222066;transform:translateY(-3px)}.btn-primary:active{transform:translateY(-1px);box-shadow:0 2px 8px #2322204d}.btn-secondary{background:linear-gradient(135deg,#d9ae8e,#9f8d8d);color:#232220}.btn-secondary:hover{background:linear-gradient(135deg,#ffddba,#d9ae8e);box-shadow:0 4px 15px #d9ae8e66;transform:translateY(-3px)}.btn-secondary:active{transform:translateY(-1px);box-shadow:0 2px 8px #d9ae8e4d}.card{background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #2322201a;padding:1.5rem;margin-bottom:2rem;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #23222026}.card-title{font-size:1.5rem;margin-bottom:1rem;color:#4e4c4f}.card-image{width:100%;border-radius:6px;margin-bottom:1rem}.section{padding:3rem 0}.section-title{text-align:center;margin-bottom:2.5rem;position:relative}.section-title:after{content:"";display:block;width:50px;height:3px;background:linear-gradient(135deg,#d9ae8e,#9f8d8d);margin:.5rem auto 0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.row{display:flex;flex-wrap:wrap;margin:0 -1rem;justify-content:center}.row.v-center{align-items:center}.col{padding:0 1rem;flex:1}@media (max-width: 768px){.col{flex:0 0 100%;margin-bottom:1.5rem}}.col-6{padding:0 1rem;flex:0 0 50%}@media (max-width: 768px){.col-6{flex:0 0 100%;margin-bottom:1.5rem}}.col-4{padding:0 1rem;flex:0 0 33.333333%;margin-bottom:1.5rem}@media (max-width: 768px){.col-4{flex:0 0 100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .5s ease-in}.overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#23222080;z-index:999}.overlay.active{display:block}header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#232220;color:#ffddba;box-shadow:0 2px 10px #23222033}.sidebar{background:#232220;color:#ffddba;width:250px;padding:1rem 0;box-shadow:2px 0 10px #2322201a;top:0;height:100vh;overflow-y:auto}footer.svelte-12puuef{background-color:#2c3e50;color:#ecf0f1;padding:25px 0;text-align:center;font-family:Helvetica Neue,Arial,sans-serif;opacity:.98;width:100%;margin-top:auto;border-top:1px solid #34495e}.footer-content.svelte-12puuef{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:15px}.footer-left.svelte-12puuef{text-align:center}.footer-content.svelte-12puuef p:where(.svelte-12puuef){margin:0;font-size:.95em}.footer-links.svelte-12puuef{margin-top:8px}.footer-links.svelte-12puuef a:where(.svelte-12puuef){color:#bdc3c7;text-decoration:none;font-size:.9em;transition:color .3s ease}.footer-links.svelte-12puuef a:where(.svelte-12puuef):hover{color:#ecf0f1;text-decoration:underline}.social-links.svelte-12puuef a:where(.svelte-12puuef){color:#ecf0f1;text-decoration:none;margin:0 12px;font-size:1.4em;transition:color .3s ease}.social-links.svelte-12puuef a:where(.svelte-12puuef):hover{color:#bdc3c7}.icon.svelte-12puuef{width:24px;height:24px;transition:transform .2s ease}.social-links.svelte-12puuef a:where(.svelte-12puuef):hover .icon:where(.svelte-12puuef){transform:scale(1.1)}@media (min-width: 768px){.footer-content.svelte-12puuef{flex-direction:row;justify-content:space-between;padding:0 25px}.footer-left.svelte-12puuef{text-align:left}.social-links.svelte-12puuef{margin-left:20px}}@use "sass:color";.app-container.svelte-ebefi3{display:flex;flex-direction:column;min-height:100vh;position:relative;overflow-x:hidden}header.svelte-ebefi3{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1rem}header.svelte-ebefi3 .logo-container:where(.svelte-ebefi3){display:flex;align-items:center;text-decoration:none;cursor:pointer}header.svelte-ebefi3 .logo-container:where(.svelte-ebefi3) .logo:where(.svelte-ebefi3){height:60px}.menu-toggle.svelte-ebefi3{display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;padding:.5rem;z-index:10}.menu-toggle.svelte-ebefi3 .menu-icon:where(.svelte-ebefi3){width:24px;height:24px;color:$sand}.menu-toggle.svelte-ebefi3:hover .menu-icon:where(.svelte-ebefi3){color:$light-sand}.overlay.svelte-ebefi3{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba($dark,.5);z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.content-wrapper.svelte-ebefi3{display:flex;flex:1;margin-top:72px}.sidebar.svelte-ebefi3{position:fixed;top:0;right:-300px;width:300px;height:100vh;padding:1rem 0;z-index:999;transition:right .3s ease-in-out;overflow-y:auto}.sidebar.svelte-ebefi3.open{right:0}.sidebar.svelte-ebefi3 .nav-header:where(.svelte-ebefi3){display:flex;align-items:center;justify-content:space-between;padding:0 1rem 1rem;border-bottom:1px solid rgba($light-sand,.1);margin-bottom:1rem}.sidebar.svelte-ebefi3 .nav-header:where(.svelte-ebefi3) .close-menu:where(.svelte-ebefi3){border:none;color:$light-sand;cursor:pointer;padding:.5rem}.sidebar.svelte-ebefi3 .nav-header:where(.svelte-ebefi3) .close-menu:where(.svelte-ebefi3) .close-icon:where(.svelte-ebefi3){width:24px;height:24px}.sidebar.svelte-ebefi3 ul:where(.svelte-ebefi3){list-style:none;padding:0;margin:0}.sidebar.svelte-ebefi3 ul:where(.svelte-ebefi3) li:where(.svelte-ebefi3) a:where(.svelte-ebefi3){display:block;padding:1rem 1.5rem;color:$sand;text-decoration:none;transition:all .3s;border-left:3px solid transparent}.sidebar.svelte-ebefi3 ul:where(.svelte-ebefi3) li:where(.svelte-ebefi3) a:where(.svelte-ebefi3):hover,.sidebar.svelte-ebefi3 ul:where(.svelte-ebefi3) li:where(.svelte-ebefi3) a:where(.svelte-ebefi3):focus{color:$light-sand;background-color:rgba($gray-dark,.3);border-left-color:$sand;padding-left:2rem}.content.svelte-ebefi3{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}
