header.svelte-1elxaub{background:var(--white);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.navbar.svelte-1elxaub{padding:.8rem 0}.navbar.svelte-1elxaub .container:where(.svelte-1elxaub){display:flex;justify-content:space-between;align-items:center}.logo.svelte-1elxaub{display:flex;align-items:center;text-decoration:none;font-size:1.5rem;font-weight:700;color:var(--orange)}.logo-icon.svelte-1elxaub{display:inline-block;width:2rem;height:2rem;margin-right:.5rem;background-image:url();background-size:contain;background-repeat:no-repeat;background-position:center}.logo-text.svelte-1elxaub{position:relative}.logo-text.svelte-1elxaub:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--orange);transition:width .3s ease}.logo.svelte-1elxaub:hover .logo-text:where(.svelte-1elxaub):after{width:100%}.menu-toggle.svelte-1elxaub{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.menu-toggle.svelte-1elxaub span:where(.svelte-1elxaub){width:2rem;height:.25rem;background:var(--dark-gray);border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.menu-toggle.active.svelte-1elxaub span:where(.svelte-1elxaub):first-child{transform:rotate(45deg)}.menu-toggle.active.svelte-1elxaub span:where(.svelte-1elxaub):nth-child(2){opacity:0}.menu-toggle.active.svelte-1elxaub span:where(.svelte-1elxaub):last-child{transform:rotate(-45deg)}.nav-menu.svelte-1elxaub{display:flex;list-style:none;gap:2rem}.nav-link.svelte-1elxaub{text-decoration:none;color:var(--dark-gray);font-weight:500;padding:.5rem 1rem;border-radius:5px;transition:all .3s ease;position:relative;font-size:1rem}.nav-link.svelte-1elxaub:hover,.nav-link.active.svelte-1elxaub{color:var(--orange)}.nav-link.svelte-1elxaub:before{content:"";position:absolute;bottom:-5px;left:50%;width:0;height:2px;background:var(--orange);transition:all .3s ease;transform:translate(-50%)}.nav-link.svelte-1elxaub:hover:before,.nav-link.active.svelte-1elxaub:before{width:80%}@media(max-width:768px){.menu-toggle.svelte-1elxaub{display:flex}.nav-menu.svelte-1elxaub{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background:var(--white);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease;box-shadow:-5px 0 15px #0000001a;z-index:5}.nav-menu.open.svelte-1elxaub{right:0}.nav-link.svelte-1elxaub{font-size:1.2rem;padding:1rem}.nav-link.svelte-1elxaub:before{bottom:0}}footer.svelte-jz8lnl{background:var(--dark-gray);color:var(--white);padding:3rem 0 1rem;margin-top:auto}.footer-content.svelte-jz8lnl{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section.svelte-jz8lnl h3:where(.svelte-jz8lnl),.footer-section.svelte-jz8lnl h4:where(.svelte-jz8lnl){color:var(--orange);margin-bottom:1rem;position:relative}.footer-section.svelte-jz8lnl h3:where(.svelte-jz8lnl):after,.footer-section.svelte-jz8lnl h4:where(.svelte-jz8lnl):after{content:"";position:absolute;bottom:-5px;left:0;width:30px;height:2px;background:var(--orange)}.footer-section.svelte-jz8lnl ul:where(.svelte-jz8lnl){list-style:none}.footer-section.svelte-jz8lnl ul:where(.svelte-jz8lnl) li:where(.svelte-jz8lnl){margin-bottom:.5rem}.footer-section.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--white);text-decoration:none;transition:color .3s ease}.footer-section.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--orange)}.footer-bottom.svelte-jz8lnl{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;text-align:center}@media(max-width:768px){.footer-content.svelte-jz8lnl{text-align:center}.footer-section.svelte-jz8lnl h3:where(.svelte-jz8lnl):after,.footer-section.svelte-jz8lnl h4:where(.svelte-jz8lnl):after{left:50%;transform:translate(-50%)}}:root{--orange: #FF6B35;--light-orange: #FF8E53;--white: #FFFFFF;--light-red: #FFE8E6;--light-blue: #E6F3FF;--dark-gray: #333333;--light-gray: #f5f5f5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:var(--dark-gray);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 30px;border:none;border-radius:5px;cursor:pointer;font-weight:700;text-decoration:none;text-align:center;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;min-height:44px;font-size:1rem}.btn-primary{background:var(--orange);color:var(--white)}.btn-primary:active{background:var(--light-orange);transform:scale(.98)}.btn-secondary{background:transparent;color:var(--orange);border:2px solid var(--orange)}.btn-secondary:active{background:var(--orange);color:var(--white);transform:scale(.98)}@media(hover:hover){.btn-primary:hover{background:var(--light-orange);transform:translateY(-2px);box-shadow:0 5px 15px #ff6b354d}.btn-secondary:hover{background:var(--orange);color:var(--white);transform:translateY(-2px)}}.section-title{font-size:clamp(1.8rem,5vw,2.5rem);margin-bottom:1rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:var(--orange)}.layout.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}main.svelte-12qhfyh{flex:1}
