.header.svelte-1elxaub{position:fixed;top:20px;left:50%;transform:translate(-50%);width:calc(100% - 40px);max-width:var(--container-max);z-index:1000;height:70px;border-radius:100px;transition:all .3s var(--ease-out);background:#0000fc08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.6)}.header-inner.svelte-1elxaub{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 1.5rem}.logo.svelte-1elxaub{position:relative;display:flex;align-items:center;color:var(--color-text);transition:color .3s var(--ease-out)}.pronunciation.svelte-1elxaub{position:absolute;top:100%;left:0;white-space:nowrap;font-family:Outfit,sans-serif;font-size:.75rem;color:var(--color-text-sec);background:var(--color-surface);padding:.4rem .8rem;border-radius:8px;border:1px solid rgba(0,0,252,.1);box-shadow:var(--shadow-card);opacity:0;transform:translateY(0) scale(.95);transition:all .3s cubic-bezier(.175,.885,.32,1.275);pointer-events:none;z-index:20;display:flex;gap:.4rem}.pronunciation.svelte-1elxaub .phonetic:where(.svelte-1elxaub){color:var(--color-primary);font-weight:600}.pronunciation.svelte-1elxaub:before{content:"";position:absolute;top:-4px;left:20px;width:8px;height:8px;background:var(--color-surface);border-top:1px solid rgba(2,0,252,.1);border-left:1px solid rgba(2,0,252,.1);transform:rotate(45deg)}.logo.svelte-1elxaub:hover .pronunciation:where(.svelte-1elxaub){opacity:1;transform:translateY(12px) scale(1)}[data-theme=dark] .pronunciation.svelte-1elxaub,[data-theme=dark] .pronunciation.svelte-1elxaub:before{background:var(--color-surface-hover);border-color:#ffffff1a;color:var(--color-text)}.header-on-dark.svelte-1elxaub .logo:where(.svelte-1elxaub){color:#e2e2e2}[data-theme=dark] .logo.svelte-1elxaub{color:var(--color-text)}.nav.svelte-1elxaub{display:flex;align-items:center;gap:2.5rem}.nav-links.svelte-1elxaub{display:flex;gap:2rem}.nav.svelte-1elxaub a:where(.svelte-1elxaub):not(.btn){font-size:.95rem;font-weight:500;color:var(--color-text-sec);position:relative;transition:color .3s ease}.header-on-dark.svelte-1elxaub .nav:where(.svelte-1elxaub) a:where(.svelte-1elxaub):not(.btn){color:#fffc}.header-on-dark.svelte-1elxaub .nav:where(.svelte-1elxaub) a:where(.svelte-1elxaub):not(.btn):hover{color:#fff}.header-on-dark.svelte-1elxaub{border-color:#fff3;background:#ffffff0d}.nav.svelte-1elxaub a:where(.svelte-1elxaub):not(.btn):hover{color:var(--color-primary)}.nav.svelte-1elxaub a:where(.svelte-1elxaub):not(.btn):after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--color-primary);transition:width .3s var(--ease-out)}.nav.svelte-1elxaub a:where(.svelte-1elxaub):not(.btn):hover:after{width:100%}.btn-sm.svelte-1elxaub{padding:.5rem 1.25rem;font-size:.9rem;gap:.5rem}.btn-text-mobile.svelte-1elxaub{display:none}@media(max-width:768px){.header.svelte-1elxaub{top:20px;left:20px;right:20px;width:auto!important;max-width:calc(100vw - 40px);transform:none!important;height:60px;margin:0!important}.header-inner.svelte-1elxaub{padding:0 1rem;width:100%}.nav.svelte-1elxaub{gap:.5rem;flex-wrap:nowrap}.logo.svelte-1elxaub .delica-logo{height:20px!important;flex-shrink:0}.nav-links.svelte-1elxaub{display:none}.btn-sm.svelte-1elxaub{padding:.4rem .8rem;font-size:.8rem;white-space:nowrap;flex-shrink:0}.btn-text-desktop.svelte-1elxaub{display:none}.btn-text-mobile.svelte-1elxaub{display:inline}}.theme-toggle.svelte-1elxaub{display:flex;align-items:center;justify-content:center;padding:.5rem;color:var(--color-text-sec);transition:color .3s ease,transform .2s ease;margin-right:.5rem}.theme-toggle.svelte-1elxaub:hover{color:var(--color-primary);transform:rotate(15deg)}.header-on-dark.svelte-1elxaub .theme-toggle:where(.svelte-1elxaub){color:#fffc}.header-on-dark.svelte-1elxaub .theme-toggle:where(.svelte-1elxaub):hover{color:#fff}.mobile-menu-toggle.svelte-1elxaub{display:none;background:none;border:none;color:var(--color-text-sec);cursor:pointer;padding:.5rem;margin-left:.5rem;transition:color .3s ease}.mobile-menu-toggle.svelte-1elxaub:hover{color:var(--color-primary)}.mobile-menu.svelte-1elxaub{display:none}@media(max-width:768px){.mobile-menu-toggle.svelte-1elxaub{display:flex;align-items:center;justify-content:center;margin-left:0;padding:.25rem}.mobile-menu.svelte-1elxaub{display:block;position:absolute;top:70px;left:0;right:0;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:1.5rem;border-radius:24px;border:1px solid rgba(255,255,255,.6);box-shadow:0 10px 40px #0000001a;z-index:99}.mobile-nav-links.svelte-1elxaub{display:flex;flex-direction:column;gap:1.5rem;text-align:center}.mobile-nav-links.svelte-1elxaub a:where(.svelte-1elxaub){font-size:1.1rem;font-weight:500;color:var(--color-text);text-decoration:none;padding:.5rem;transition:color .3s ease}.mobile-nav-links.svelte-1elxaub a:where(.svelte-1elxaub):hover{color:var(--color-primary)}[data-theme=dark] .mobile-menu.svelte-1elxaub{background:#141414f2;border-color:#ffffff1a}[data-theme=dark] .mobile-nav-links.svelte-1elxaub a:where(.svelte-1elxaub){color:var(--color-text)}.mobile-theme-toggle.svelte-1elxaub{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;margin-top:.5rem;border-radius:12px;background:#00000008;color:var(--color-text);font-weight:500;font-size:1rem;transition:all .2s ease;border:none;cursor:pointer}.mobile-theme-toggle.svelte-1elxaub:hover{background:#0000000f}[data-theme=dark] .mobile-theme-toggle.svelte-1elxaub{background:#ffffff0d;color:var(--color-text)}[data-theme=dark] .mobile-theme-toggle.svelte-1elxaub:hover{background:#ffffff1a}.theme-toggle.svelte-1elxaub{display:none}.header-on-dark.svelte-1elxaub .mobile-menu-toggle:where(.svelte-1elxaub){color:#fff}}.footer.svelte-jz8lnl{position:relative;background:transparent;padding:8rem 0 3rem;margin-top:auto;overflow:hidden}.footer-bg.svelte-jz8lnl{position:absolute;inset:0;background:#fcfdf2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);will-change:transform;border-top:1px solid rgba(255,255,255,.4);z-index:-1}.footer-top.svelte-jz8lnl{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr;gap:3rem;margin-bottom:6rem}.col-social.svelte-jz8lnl{display:flex;flex-direction:column;gap:.75rem}.social-links.svelte-jz8lnl{display:flex;gap:.75rem}.social-item.svelte-jz8lnl{width:44px;height:44px;border-radius:12px;background:var(--color-bg);border:1px solid rgba(0,0,252,.1);display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:all .3s var(--ease-out)}.social-item.svelte-jz8lnl:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:translateY(-2px)}.mobile-social.svelte-jz8lnl{display:none}.col-brand.svelte-jz8lnl{display:flex;flex-direction:column;gap:.75rem}.logo-wrapper.svelte-jz8lnl{display:inline-block;width:fit-content}.logo.svelte-jz8lnl{display:flex;align-items:center;color:var(--color-text);position:relative;cursor:help}.pronunciation.svelte-jz8lnl{position:absolute;top:100%;left:0;white-space:nowrap;font-family:Outfit,sans-serif;font-size:.8rem;color:var(--color-text-sec);background:var(--color-surface);padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(0,0,252,.1);box-shadow:var(--shadow-card);opacity:0;transform:translateY(0) scale(.95);transition:all .3s cubic-bezier(.175,.885,.32,1.275);pointer-events:none;z-index:20;display:flex;gap:.4rem}.pronunciation.svelte-jz8lnl .phonetic:where(.svelte-jz8lnl){color:var(--color-primary);font-weight:600}.pronunciation.svelte-jz8lnl:before{content:"";position:absolute;top:-4px;left:20px;width:8px;height:8px;background:var(--color-surface);border-top:1px solid rgba(2,0,252,.1);border-left:1px solid rgba(2,0,252,.1);transform:rotate(45deg)}.logo.svelte-jz8lnl:hover .pronunciation:where(.svelte-jz8lnl){opacity:1;transform:translateY(15px) scale(1)}[data-theme=dark] .pronunciation.svelte-jz8lnl,[data-theme=dark] .pronunciation.svelte-jz8lnl:before{background:var(--color-surface-hover);border-color:#ffffff1a;color:var(--color-text)}.motto.svelte-jz8lnl{color:var(--color-text-sec);font-size:1.05rem;line-height:1.5;font-weight:500}h4.svelte-jz8lnl{font-size:.85rem;font-weight:700;margin-bottom:1.25rem;color:var(--color-text);text-transform:uppercase;letter-spacing:.08em}ul.svelte-jz8lnl{display:flex;flex-direction:column;gap:.65rem}ul.svelte-jz8lnl li:where(.svelte-jz8lnl){margin:0}ul.svelte-jz8lnl a:where(.svelte-jz8lnl),.footer-link-btn.svelte-jz8lnl{color:var(--color-text-sec);font-size:.95rem;font-weight:500;transition:all .2s var(--ease-out);display:inline-block}ul.svelte-jz8lnl a:where(.svelte-jz8lnl):hover,.footer-link-btn.svelte-jz8lnl:hover{color:var(--color-primary);transform:translate(3px)}.email-link.svelte-jz8lnl{word-break:break-word}.footer-link-btn.svelte-jz8lnl{background:none;border:none;padding:0;margin:0;font-family:inherit;cursor:pointer;text-align:left}.col-newsletter.svelte-jz8lnl{display:flex;flex-direction:column;gap:.75rem}.newsletter-text.svelte-jz8lnl{font-size:.9rem;color:var(--color-text-sec);line-height:1.5;margin-bottom:.5rem}.newsletter-form.svelte-jz8lnl{display:flex;flex-direction:column;gap:.5rem}.honeypot-wrap.svelte-jz8lnl{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.input-wrapper.svelte-jz8lnl{position:relative;display:flex}.newsletter-input.svelte-jz8lnl{flex:1;padding:.85rem 3.5rem .85rem 1.25rem;border-radius:12px;border:1.5px solid rgba(0,0,252,.1);background:var(--color-bg);font-family:inherit;font-size:.95rem;color:var(--color-text);transition:all .3s var(--ease-out);outline:none}.newsletter-input.svelte-jz8lnl:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #0000fc14}.newsletter-input.svelte-jz8lnl::placeholder{color:var(--color-text-tertiary)}.newsletter-input.svelte-jz8lnl:disabled{opacity:.6;cursor:not-allowed}.newsletter-btn.svelte-jz8lnl{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:10px;background:var(--color-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:all .3s var(--ease-out);font-weight:600}.newsletter-btn.svelte-jz8lnl:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-50%) scale(1.05)}.newsletter-btn.svelte-jz8lnl:disabled{cursor:not-allowed;background:#10b981}.success-message.svelte-jz8lnl{font-size:.85rem;color:#10b981;font-weight:600;margin:0}.error-message.svelte-jz8lnl{font-size:.85rem;color:#dc2626;margin:0;display:flex;flex-direction:column;gap:.5rem}.mailto-fallback.svelte-jz8lnl{color:var(--color-primary);font-weight:600;text-decoration:underline;transition:color .2s ease}.mailto-fallback.svelte-jz8lnl:hover{color:var(--color-primary-dark)}.footer-bottom.svelte-jz8lnl{border-top:1px solid rgba(0,0,252,.08);padding-top:2.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.copyright.svelte-jz8lnl{color:var(--color-text-tertiary);font-size:.9rem;margin:0}.legal-links.svelte-jz8lnl{display:flex;align-items:center;gap:1rem;font-size:.9rem}.legal-links.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--color-text-tertiary);transition:color .2s var(--ease-out)}.legal-links.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--color-primary)}.separator.svelte-jz8lnl{color:var(--color-text-tertiary);opacity:.5}@media(max-width:900px){.footer.svelte-jz8lnl{padding:4rem 0 2rem}.footer-top.svelte-jz8lnl{grid-template-columns:1fr 1fr;gap:2.5rem 1.5rem;margin-bottom:3rem}.col-brand.svelte-jz8lnl,.col-social.svelte-jz8lnl{display:none}.mobile-social.svelte-jz8lnl{display:flex;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,252,.08)}.mobile-social.svelte-jz8lnl .social-item:where(.svelte-jz8lnl){width:40px;height:40px;border-radius:50%;background:var(--color-bg);border:1px solid rgba(0,0,252,.1)}.logo.svelte-jz8lnl .delica-logo{height:32px!important}.motto.svelte-jz8lnl{max-width:100%;font-size:.95rem}.col-newsletter.svelte-jz8lnl{grid-column:1 / -1;padding-top:1.5rem;border-top:1px solid rgba(0,0,252,.08)}.col.svelte-jz8lnl{text-align:left}.col.svelte-jz8lnl h4:where(.svelte-jz8lnl){font-size:.75rem;margin-bottom:1rem}ul.svelte-jz8lnl{gap:.5rem}ul.svelte-jz8lnl a:where(.svelte-jz8lnl),.footer-link-btn.svelte-jz8lnl{font-size:.9rem;padding:.25rem 0}ul.svelte-jz8lnl a:where(.svelte-jz8lnl):hover,.footer-link-btn.svelte-jz8lnl:hover{transform:none}.footer-link-btn.svelte-jz8lnl{text-align:left}.newsletter-text.svelte-jz8lnl{font-size:.85rem;margin-bottom:.75rem}.newsletter-input.svelte-jz8lnl{padding:.9rem 3.5rem .9rem 1rem;font-size:16px}.footer-bottom.svelte-jz8lnl{flex-direction:column;text-align:center;gap:.75rem;padding-top:1.5rem}.copyright.svelte-jz8lnl{font-size:.85rem;order:2}.legal-links.svelte-jz8lnl{justify-content:center;gap:1.5rem;font-size:.85rem;order:1}.separator.svelte-jz8lnl{display:none}}@media(max-width:480px){.footer.svelte-jz8lnl{padding:3rem 0 1.5rem}.footer-top.svelte-jz8lnl{gap:2rem 1rem}.logo.svelte-jz8lnl .delica-logo{height:28px!important}.motto.svelte-jz8lnl{font-size:.9rem}.col.svelte-jz8lnl h4:where(.svelte-jz8lnl){font-size:.7rem;letter-spacing:.06em}ul.svelte-jz8lnl a:where(.svelte-jz8lnl),.footer-link-btn.svelte-jz8lnl{font-size:.85rem}.newsletter-input.svelte-jz8lnl{padding:.85rem 3.25rem .85rem 1rem}.newsletter-btn.svelte-jz8lnl{width:36px;height:36px;font-size:1.1rem}.success-message.svelte-jz8lnl,.copyright.svelte-jz8lnl{font-size:.8rem}.legal-links.svelte-jz8lnl{font-size:.8rem;gap:1rem}}[data-theme=dark] .footer-bg.svelte-jz8lnl{background:linear-gradient(135deg,#121212cc,#1e293b99);border-top:1px solid rgba(255,255,255,.1)}[data-theme=dark] .social-item.svelte-jz8lnl,[data-theme=dark] .newsletter-input.svelte-jz8lnl,[data-theme=dark] .mobile-social.svelte-jz8lnl .social-item:where(.svelte-jz8lnl){border-color:#ffffff1a}.floating-container.svelte-v8oxd3{position:fixed;bottom:2rem;right:2rem;z-index:999;display:flex;align-items:center;gap:0;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.social-pill.svelte-v8oxd3{background:var(--color-bg);height:64px;display:flex;align-items:center;padding:0 .8rem 0 1.2rem;border-radius:32px 0 0 32px;gap:1.2rem;margin-right:-32px;padding-right:48px;z-index:1;border:1px solid rgba(0,0,0,.05);border-right:none}.social-pill.pill-only.svelte-v8oxd3{border-radius:32px;border-right:1px solid rgba(0,0,0,.05);margin-right:0;padding:0 1.2rem}.social-item.svelte-v8oxd3{color:var(--color-text);display:flex;align-items:center;justify-content:center;transition:transform .2s cubic-bezier(.175,.885,.32,1.275),color .2s ease;width:30px;height:30px;border-radius:50%}.social-item.svelte-v8oxd3:hover{transform:scale(1.2);background:#00000008;color:var(--hover-color)}.chat-btn.svelte-v8oxd3{width:64px;height:64px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 4px 20px #0000fc4d;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),background .3s ease;border:none}.chat-btn.svelte-v8oxd3:hover{transform:scale(1.05);background:var(--color-primary-dark)}.floating-container.hidden.svelte-v8oxd3{opacity:0;pointer-events:none;transform:translateY(30px) scale(.9);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}.floating-container.svelte-v8oxd3:not(.hidden){transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.floating-container.svelte-v8oxd3{bottom:1.5rem;right:1.5rem}.social-pill.svelte-v8oxd3{height:56px;padding-right:40px;border-radius:28px 0 0 28px;margin-right:-28px;gap:.8rem}.social-pill.pill-only.svelte-v8oxd3{border-radius:28px;padding:0 1rem;margin-right:0}.chat-btn.svelte-v8oxd3{width:56px;height:56px}.social-item.svelte-v8oxd3 svg:where(.svelte-v8oxd3){width:16px;height:16px}}[data-theme=dark] .social-pill.svelte-v8oxd3{border-color:#ffffff1a}[data-theme=dark] .social-pill.pill-only.svelte-v8oxd3{border-right-color:#ffffff1a}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:400;src:url(./outfit-latin-400-normal.BGsTXAXT.woff2) format("woff2"),url(./outfit-latin-400-normal.DMwTpYkH.woff) format("woff")}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:500;src:url(./outfit-latin-500-normal.DKnIMDSk.woff2) format("woff2"),url(./outfit-latin-500-normal.ClnHRwRh.woff) format("woff")}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:600;src:url(./outfit-latin-600-normal.B7SfZ07L.woff2) format("woff2"),url(./outfit-latin-600-normal.BEfTtDA7.woff) format("woff")}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:700;src:url(./outfit-latin-700-normal.Cu9v6i1X.woff2) format("woff2"),url(./outfit-latin-700-normal.D4itBLBr.woff) format("woff")}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:800;src:url(./outfit-latin-800-normal.CQna6-G7.woff2) format("woff2"),url(./outfit-latin-800-normal.BRHLSPcU.woff) format("woff")}:root{--font-main: "Outfit", sans-serif;--color-primary: #0000fc;--color-primary-dark: #0000a3;--color-primary-light: #5250ff;--color-bg: #fcfdf2;--color-surface: #f4f6fb;--color-surface-hover: #eef2ff;--color-text: #0a0a0a;--color-text-sec: #475569;--color-text-tertiary: #94a3b8;--gradient-primary: linear-gradient(135deg, #0000fc 0%, #4c49ff 100%);--gradient-glow: radial-gradient(circle at 50% 50%, rgba(0, 0, 252, .15) 0%, rgba(255, 255, 255, 0) 70%);--gradient-text: linear-gradient(120deg, #0000fc 0%, #0000a3 100%);--shadow-sm: 0 2px 8px -2px rgba(0, 0, 252, .05);--shadow-card: 0 10px 40px -10px rgba(0, 0, 0, .05);--shadow-card-hover: 0 20px 50px -10px rgba(0, 0, 252, .1);--shadow-float: 0 20px 60px -15px rgba(0, 0, 252, .15);--container-max: 1240px;--header-height: 90px;--radius-lg: 24px;--radius-md: 16px;--radius-sm: 8px;--ease-spring: cubic-bezier(.175, .885, .32, 1.275);--ease-out: cubic-bezier(.215, .61, .355, 1)}[data-theme=dark]{--color-bg: #0B0C10;--color-surface: #1C1E26;--color-surface-hover: #232732;--color-text: #E2E2E2;--color-text-sec: #cbd5e1;--color-text-tertiary: #94a3b8;--shadow-sm: 0 2px 8px -2px rgba(0, 0, 0, .5);--shadow-card: 0 10px 40px -10px rgba(0, 0, 0, .5);--shadow-card-hover: 0 20px 50px -10px rgba(0, 0, 0, .6);--shadow-float: 0 20px 60px -15px rgba(0, 0, 0, .7);--color-primary: #5250ff;--color-primary-dark: #3b39ff;--color-primary-light: #706eff;--gradient-primary: linear-gradient(135deg, #5250ff 0%, #3b39ff 100%);--gradient-text: linear-gradient(120deg, #706eff 0%, #5250ff 100%)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto!important;overflow-x:hidden;width:100%;height:auto;scrollbar-gutter:stable;opacity:0}html.ready{opacity:1}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%;height:auto}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}a{text-decoration:none;color:inherit;transition:all .3s var(--ease-out)}ul{list-style:none}button{font-family:inherit;border:none;background:none;cursor:pointer}h1,h2,h3,h4,h5{font-weight:700;line-height:1.1;letter-spacing:-.025em;color:var(--color-text)}h1{font-size:clamp(3.5rem,6vw,5rem)}h2{font-size:clamp(2.5rem,4vw,3.5rem)}h3{font-size:1.75rem;font-weight:600}p{font-weight:400;color:var(--color-text-sec)}.container{max-width:var(--container-max);margin:0 auto;padding:0 2rem}.section{padding:8rem 0}.text-gradient{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:100px;font-weight:600;font-size:1.05rem;letter-spacing:-.01em;transition:all .4s var(--ease-out);position:relative;overflow:hidden;isolation:isolate}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:0 10px 20px -5px #0000fc4d}.btn-primary:hover{transform:translateY(-3px);background:var(--color-primary-dark);box-shadow:0 15px 30px -5px #0000fc66}.btn-secondary{background:transparent;color:var(--color-text);border:2px solid transparent}.glass{background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.6)}@media(max-width:768px){.section{padding:4rem 0}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out;will-change:opacity,transform}.reveal.visible{opacity:1;transform:translateY(0)}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}main.svelte-12qhfyh{flex:1}
