.header.svelte-1h32yp1{background:var(--bg-gradient);box-shadow:0 2px 20px #0000001a;position:sticky;top:0;z-index:100}.nav.svelte-1h32yp1{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo.svelte-1h32yp1{text-decoration:none;color:#fff;font-family:Bricolage Grotesque,sans-serif;font-size:1.8rem;font-weight:700;display:flex;align-items:center;transition:var(--transition);margin-right:.3rem}.logo.svelte-1h32yp1:hover{transform:scale(1.05)}.nav-links.svelte-1h32yp1{display:flex;list-style:none;align-items:center;gap:2rem}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){text-decoration:none;color:#fff;font-weight:500;transition:var(--transition);position:relative}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1):not(.btn):hover,.nav-links.svelte-1h32yp1 a:not(.btn).active:where(.svelte-1h32yp1){color:var(--accent-color)}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1):not(.btn):not(.dropdown-menu:where(.svelte-1h32yp1) a:where(.svelte-1h32yp1)):after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:50%;background:var(--accent-color);transition:var(--transition);transform:translate(-50%)}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1):not(.btn):not(.dropdown-menu:where(.svelte-1h32yp1) a:where(.svelte-1h32yp1)):hover:after,.nav-links.svelte-1h32yp1 a:not(.btn):not(.dropdown-menu:where(.svelte-1h32yp1) a:where(.svelte-1h32yp1)).active:where(.svelte-1h32yp1):after{width:100%}.dropdown.svelte-1h32yp1{position:relative}.dropdown-trigger.svelte-1h32yp1{background:none;border:none;color:#fff;font-weight:500;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.25rem;transition:var(--transition);position:relative;padding:0;font-family:inherit}.dropdown-trigger.svelte-1h32yp1:hover,.dropdown-trigger.active.svelte-1h32yp1{color:var(--accent-color)}.dropdown-trigger.svelte-1h32yp1:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:50%;background:var(--accent-color);transition:var(--transition);transform:translate(-50%)}.dropdown-trigger.svelte-1h32yp1:hover:after,.dropdown-trigger.active.svelte-1h32yp1:after{width:calc(100% - 1.25rem)}.dropdown-icon.svelte-1h32yp1{width:1rem;height:1rem;transition:transform .2s ease}.dropdown-icon.open.svelte-1h32yp1{transform:rotate(180deg)}.dropdown-menu.svelte-1h32yp1{position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%);background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001f,0 0 0 1px #0000000d;min-width:12rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease,transform .15s ease;transform:translate(-50%) translateY(-8px);z-index:1000;overflow:hidden}.dropdown-menu.show.svelte-1h32yp1{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.dropdown-menu.svelte-1h32yp1 a:where(.svelte-1h32yp1){display:block;padding:.5rem .875rem;text-decoration:none;color:var(--text-dark);transition:background-color .12s ease;border-bottom:1px solid rgba(0,0,0,.06)}.dropdown-menu.svelte-1h32yp1 a:where(.svelte-1h32yp1):last-child{border-bottom:none}.dropdown-menu.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{background:linear-gradient(to right,#667eea14,#764ba214)}.dropdown-menu.svelte-1h32yp1 a.active:where(.svelte-1h32yp1){background:linear-gradient(to right,#667eea1f,#764ba21f)}.dropdown-item.svelte-1h32yp1{display:flex;flex-direction:column;gap:.1rem}.dropdown-item-title.svelte-1h32yp1{font-weight:600;font-size:.875rem;color:var(--text-dark)}.dropdown-item-desc.svelte-1h32yp1{font-size:.7rem;color:#6b7280;font-weight:400}.nav-cta.svelte-1h32yp1{background:var(--accent-color)!important;color:var(--text-dark)!important;padding:.5rem 1rem!important;border-radius:20px!important;font-weight:600!important;transition:var(--transition)!important;box-shadow:0 2px 10px #ffc1074d!important}.nav-cta.svelte-1h32yp1:hover{background:var(--secondary-color)!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 4px 15px #ffc10766!important}.nav-cta.svelte-1h32yp1:after{display:none!important}.mobile-toggle.svelte-1h32yp1{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-toggle.svelte-1h32yp1 span:where(.svelte-1h32yp1){width:25px;height:3px;background:#fff;margin:3px 0;transition:var(--transition);border-radius:2px}@media(max-width:768px){.nav-links.svelte-1h32yp1{position:fixed;top:70px;left:0;width:100%;background:linear-gradient(135deg,#667eea,#764ba2);flex-direction:column;padding:2rem 0;max-height:0;overflow-y:auto;overflow-x:visible;opacity:0;transition:max-height .3s ease,opacity .3s ease;box-shadow:0 4px 6px #0000001a}.nav-links.active.svelte-1h32yp1{max-height:80vh;opacity:1}.mobile-toggle.svelte-1h32yp1{display:flex}.logo.svelte-1h32yp1{font-size:1.5rem}.dropdown.svelte-1h32yp1{width:100%}.dropdown-trigger.svelte-1h32yp1{width:100%;justify-content:center;padding:.5rem 0}.dropdown-trigger.svelte-1h32yp1:after{display:none}.dropdown-menu.svelte-1h32yp1{position:static;transform:none;left:auto;top:auto;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:none;border-radius:8px;margin:.5rem auto;width:calc(100% - 2rem);min-width:unset;max-height:0;opacity:0;visibility:hidden;pointer-events:auto;overflow:hidden;transition:max-height .3s ease,opacity .3s ease,visibility .3s ease}.dropdown-menu.show.svelte-1h32yp1{max-height:250px;opacity:1;visibility:visible;transform:none}.dropdown-menu.svelte-1h32yp1 a:where(.svelte-1h32yp1){color:#fff;border-bottom:1px solid rgba(255,255,255,.1);padding:.75rem 1rem}.dropdown-menu.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{background:#ffffff26}.dropdown-menu.svelte-1h32yp1 a.active:where(.svelte-1h32yp1){background:#ffc10733}.dropdown-item-title.svelte-1h32yp1{color:#fff}.dropdown-item-desc.svelte-1h32yp1{color:#fffc}}.footer.svelte-jz8lnl{background:linear-gradient(135deg,var(--blue-grotto) 0%,var(--text-dark) 100%);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.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){color:var(--accent-color);margin-bottom:1rem;font-family:Bricolage Grotesque,sans-serif}.footer-section.svelte-jz8lnl h4:where(.svelte-jz8lnl){color:var(--primary-color);margin-bottom:1rem;font-family:Bricolage Grotesque,sans-serif;font-size:1.2rem}.footer-section.svelte-jz8lnl p:where(.svelte-jz8lnl){margin-bottom:.5rem;line-height:1.6}.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 ul:where(.svelte-jz8lnl) li:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl){color:#bdc3c7;text-decoration:none;transition:var(--transition)}.footer-section.svelte-jz8lnl ul:where(.svelte-jz8lnl) li:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl):hover{color:var(--accent-color)}.social-links.svelte-jz8lnl{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.social-link.svelte-jz8lnl{color:#fff;text-decoration:none;padding:.5rem 1rem;background:#ffffff1a;border-radius:25px;transition:var(--transition)}.social-link.svelte-jz8lnl:hover{background:var(--primary-color);transform:translateY(-2px)}.footer-bottom.svelte-jz8lnl{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#bdc3c7}@media(max-width:768px){.footer-content.svelte-jz8lnl{grid-template-columns:1fr;text-align:center}.social-links.svelte-jz8lnl{justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}:root{--turquoise: #31b4f2;--blue: #0000ff;--blue-grotto: #025492;--gold: #f8cf40;--bright-green: #AADB1E;--primary-color: var(--turquoise);--secondary-color: var(--blue-grotto);--accent-color: var(--gold);--success-color: var(--bright-green);--highlight-color: var(--blue);--text-dark: #2c3e50;--text-light: #ffffff;--bg-light: #f8f9fa;--bg-gradient: linear-gradient(135deg, var(--turquoise) 0%, var(--blue-grotto) 100%);--shadow: 0 4px 20px rgba(0, 0, 0, .1);--border-radius: 20px;--transition: all .3s ease}body{font-family:Inter,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--bg-light)}h1,h2,h3,h4,h5,h6{font-family:Bricolage Grotesque,sans-serif;font-weight:600;margin-bottom:1rem}h1{font-size:3rem;color:var(--primary-color)}h2{font-size:2.5rem;color:var(--secondary-color)}h3{font-size:2rem;color:var(--text-dark)}p{margin-bottom:1rem;font-size:1.1rem}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:12px 30px;border-radius:var(--border-radius);text-decoration:none;font-weight:600;font-family:Bricolage Grotesque,sans-serif;transition:var(--transition);border:none;cursor:pointer;font-size:1.1rem}.btn-primary{background:var(--primary-color);color:var(--text-light);box-shadow:var(--shadow)}.btn-primary:hover{background:var(--blue);transform:translateY(-2px);box-shadow:0 6px 25px #00000026}.btn-secondary{background:var(--secondary-color);color:var(--text-light);box-shadow:var(--shadow)}.btn-secondary:hover{background:#013d6e;transform:translateY(-2px)}.btn-accent{background:var(--accent-color);color:var(--text-dark);box-shadow:var(--shadow)}.btn-accent:hover{background:#f5c61a;transform:translateY(-2px)}.card{background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow);padding:2rem;margin-bottom:2rem;transition:var(--transition)}.card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.section{padding:4rem 0}.text-center{text-align:center}.emoji{font-size:2rem;margin-right:.5rem}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.container{padding:0 1rem}}
