@font-face{font-family:Satoshi;src:url(../../../fonts/Satoshi-Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Satoshi;src:url(../../../fonts/Satoshi-Medium.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Satoshi;src:url(../../../fonts/Satoshi-Bold.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Satoshi;src:url(../../../fonts/Satoshi-Black.otf) format("opentype");font-weight:900;font-style:normal}:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--accent: #0066FF;--accent-secondary: #00E676;--accent-gradient: linear-gradient(135deg, var(--accent), var(--accent-secondary));--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--border-color: rgba(0, 0, 0, .08);--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(0, 0, 0, .1);--font-heading: "Satoshi", system-ui, sans-serif;--font-body: "Satoshi", system-ui, sans-serif;--section-padding: 120px 24px}@media(max-width:768px){:root{--section-padding: 80px 20px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.1;font-weight:700;letter-spacing:-.02em}a{text-decoration:none;color:inherit;transition:all .3s ease}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;width:100%}.gradient-text{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.btn{padding:14px 28px;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:var(--accent-gradient);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #06f3}.btn-secondary{border:1px solid var(--border-color);background:var(--glass-bg);color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{border-color:var(--accent);background:#00000005}.section-label{display:inline-block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:24px}.reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.2,0,.2,1)}.reveal.active{opacity:1;transform:translateY(0)}.glass-card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:40px;transition:all .4s ease}.glass-card:hover{border-color:#0066ff4d;background:#ffffffe6;transform:translateY(-8px)}.header.svelte-12qhfyh{position:fixed;top:0;left:0;width:100%;height:80px;z-index:1000;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color)}.header.hidden.svelte-12qhfyh{transform:translateY(-100%)}.nav-container.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding-left:20px;padding-right:20px}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:800;font-family:var(--font-heading)}.logo.svelte-12qhfyh img:where(.svelte-12qhfyh){height:40px;width:auto;object-fit:contain}.nav.svelte-12qhfyh{display:flex;align-items:center;gap:32px}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.btn){font-size:.95rem;font-weight:500;opacity:.8}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.btn):hover{opacity:1;color:var(--accent)}.mobile-toggle.svelte-12qhfyh{display:none;flex-direction:column;gap:6px;z-index:1001}.mobile-toggle.svelte-12qhfyh .bar:where(.svelte-12qhfyh){width:28px;height:2px;background:var(--text-primary);transition:.3s}.mobile-toggle.svelte-12qhfyh .bar:where(.svelte-12qhfyh):nth-child(2){width:20px;align-self:flex-end}.mobile-toggle.svelte-12qhfyh .bar.active:where(.svelte-12qhfyh):nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-toggle.svelte-12qhfyh .bar.active:where(.svelte-12qhfyh):nth-child(2){opacity:0}.mobile-toggle.svelte-12qhfyh .bar.active:where(.svelte-12qhfyh):nth-child(3){transform:translateY(-8px) rotate(-45deg);width:28px}.ambient-blobs.svelte-12qhfyh{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1;overflow:hidden}.blob.svelte-12qhfyh{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(120px);opacity:.15;animation:svelte-12qhfyh-blob-float 20s infinite alternate}.blob-1.svelte-12qhfyh{top:-200px;right:-100px;background:var(--accent)}.blob-2.svelte-12qhfyh{bottom:-200px;left:-100px;background:var(--accent-secondary);animation-delay:-5s}@keyframes svelte-12qhfyh-blob-float{0%{transform:translate(0) scale(1)}to{transform:translate(50px,100px) scale(1.1)}}.footer.svelte-12qhfyh{background:var(--bg-primary);padding:100px 0 40px;border-top:1px solid var(--border-color);position:relative;overflow:hidden}.footer.svelte-12qhfyh:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:var(--accent-gradient);opacity:.3}.footer-top.svelte-12qhfyh{display:grid;grid-template-columns:1fr 2fr;gap:80px;margin-bottom:80px;padding:0 24px}.footer-brand.svelte-12qhfyh .logo:where(.svelte-12qhfyh){margin-bottom:24px}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--text-secondary);line-height:1.6;font-size:1rem;max-width:400px;margin-bottom:32px}.footer-socials.svelte-12qhfyh{display:flex;gap:16px}.footer-socials.svelte-12qhfyh a:where(.svelte-12qhfyh){width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:50%;color:var(--text-secondary);transition:all .3s ease}.footer-socials.svelte-12qhfyh a:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){width:20px;height:20px}.footer-socials.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent);border-color:var(--accent);transform:translateY(-3px);box-shadow:0 5px 15px #06f3}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-links.svelte-12qhfyh h3:where(.svelte-12qhfyh){font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:28px;font-weight:700}.footer-links.svelte-12qhfyh{display:flex;flex-direction:column;gap:14px}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:all .3s ease}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent);transform:translate(5px)}.footer-bottom.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:40px 24px 0;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:.85rem}.footer-bottom.svelte-12qhfyh .credits:where(.svelte-12qhfyh){font-weight:600;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:.8}@media(max-width:1024px){.footer-top.svelte-12qhfyh{grid-template-columns:1fr;gap:60px}}@media(max-width:768px){.footer.svelte-12qhfyh{padding:80px 0 30px}.footer-top.svelte-12qhfyh{gap:48px;text-align:center}.footer-brand.svelte-12qhfyh a:where(.svelte-12qhfyh){justify-content:center}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0 auto 32px}.footer-socials.svelte-12qhfyh{justify-content:center}.footer-grid.svelte-12qhfyh{grid-template-columns:repeat(2,1fr);text-align:left;gap:32px}.footer-links.svelte-12qhfyh:last-child{grid-column:span 2;text-align:center;align-items:center}.footer-bottom.svelte-12qhfyh{flex-direction:column;gap:20px;text-align:center}.nav.svelte-12qhfyh{position:fixed;top:0;right:-100%;height:100vh;width:100%;background:var(--bg-primary);flex-direction:column;justify-content:center;transition:.4s ease;z-index:999}.nav.open.svelte-12qhfyh{right:0}.mobile-toggle.svelte-12qhfyh{display:flex}}@media(max-width:480px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr;text-align:center}.footer-links.svelte-12qhfyh:last-child{grid-column:span 1}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{transform:none;color:var(--accent)}}
