*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0a0a0f;--color-bg-elevated: rgba(255, 255, 255, .03);--color-bg-hover: rgba(255, 255, 255, .06);--color-border: rgba(255, 255, 255, .08);--color-border-hover: rgba(154, 0, 255, .3);--color-purple: #9A00FF;--color-orange: #EB690B;--color-blue: #3B82F6;--color-text: #ffffff;--color-text-muted: rgba(255, 255, 255, .6);--color-text-subtle: rgba(255, 255, 255, .4);--gradient-brand: linear-gradient(135deg, #9A00FF 0%, #EB690B 100%);--gradient-text: linear-gradient(135deg, #fff 0%, rgba(255,255,255,.7) 100%);--gradient-glow: linear-gradient(135deg, rgba(154, 0, 255, .3) 0%, rgba(235, 105, 11, .3) 100%);--gradient-primary: linear-gradient(135deg, #9A00FF, #EB690B);--color-emerald: #34D399;--color-emerald-dark: #10B981;--color-violet: #A78BFA;--color-violet-dark: #7C3AED;--color-pink: #EC4899;--color-amber: #F59E0B;--color-sky: #0EA5E9;--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37);--container-max: 1280px;--section-padding: 6rem;--section-padding-mobile: 4rem;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--transition-fast: .2s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--shadow-glow: 0 0 60px rgba(154, 0, 255, .2);--shadow-card: 0 20px 40px rgba(0, 0, 0, .3);--shadow-card-hover: 0 30px 60px rgba(0, 0, 0, .4), 0 0 80px rgba(154, 0, 255, .15);--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--radius-3xl: 3rem}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff05}::-webkit-scrollbar-thumb{background:#9a00ff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9a00ff80}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-padding) 0}@media(max-width:768px){.section{padding:var(--section-padding-mobile) 0}}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(2.5rem,8vw,5rem);font-weight:900}h2{font-size:clamp(2rem,5vw,3.5rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:1.25rem}p{color:var(--color-text-muted)}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}.text-xl{font-size:1.25rem;line-height:1.75}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-muted{color:var(--color-text-muted)}.text-subtle{color:var(--color-text-subtle)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-gradient{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-brand{background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#0a0a0fcc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:5rem}.nav-logo{display:flex;align-items:center;gap:.75rem}.nav-logo-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;background:var(--gradient-brand);font-weight:700;font-size:1.125rem}.nav-logo-text{font-weight:600;font-size:1.25rem;background:linear-gradient(135deg,#9a00ff,#eb690b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;align-items:center;gap:.5rem}.nav-link{padding:.5rem 1rem;color:var(--color-text-muted);transition:color var(--transition-fast);font-weight:500}.nav-link:hover,.nav-link.active{color:var(--color-text)}.nav-mobile-toggle{display:none;padding:.5rem;background:none;border:none;color:var(--color-text);cursor:pointer}@media(max-width:768px){.nav-menu{display:none}.nav-menu.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#0a0a0ff2;backdrop-filter:blur(20px);padding:1rem;border-bottom:1px solid var(--color-border)}.nav-mobile-toggle{display:block}}.glass{background:var(--glass-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.glass-card{background:var(--glass-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--glass-shadow);transition:all .3s ease}.glass-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000080;border-color:#ffffff26}.card-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-icon-emerald{background:linear-gradient(135deg,#34d39933,#10b9811a);color:var(--color-emerald);border:1px solid rgba(52,211,153,.3)}.card-icon-violet{background:linear-gradient(135deg,#a78bfa33,#7c3aed1a);color:var(--color-violet);border:1px solid rgba(167,139,250,.3)}.card-icon-purple{background:linear-gradient(135deg,#9a00ff33,#eb690b1a);color:var(--color-purple);border:1px solid rgba(154,0,255,.3)}.card-icon-orange{background:linear-gradient(135deg,#eb690b33,#ea580c1a);color:var(--color-orange);border:1px solid rgba(235,105,11,.3)}.card-icon-pink{background:linear-gradient(135deg,#ec489933,#db27771a);color:var(--color-pink);border:1px solid rgba(236,72,153,.3)}.card-icon-amber{background:linear-gradient(135deg,#f59e0b33,#d977061a);color:var(--color-amber);border:1px solid rgba(245,158,11,.3)}.card-icon-sky{background:linear-gradient(135deg,#0ea5e933,#0284c71a);color:var(--color-sky);border:1px solid rgba(14,165,233,.3)}.card-icon-info{background:linear-gradient(135deg,#3b82f633,#2563eb1a);color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge-glow{background:#ffffff0d;border:1px solid rgba(154,0,255,.3);color:var(--color-text-muted);box-shadow:0 0 20px #9a00ff33}.badge-outline{background:transparent;border:1px solid var(--glass-border);color:var(--color-text)}.badge-info{background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:var(--radius-md);text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-family:inherit}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 20px #9a00ff4d}.btn-primary:hover{box-shadow:0 6px 30px #9a00ff80;transform:translateY(-2px)}.btn-ghost{background:transparent;border:1px solid var(--glass-border);color:var(--color-text)}.btn-ghost:hover{background:var(--glass-bg);border-color:#fff3}.btn-secondary{color:var(--color-text-muted);background:var(--color-bg-elevated);border:1px solid var(--color-border)}.btn-secondary:hover{color:var(--color-text);border-color:var(--color-border-hover);background:var(--color-bg-hover)}.btn-sm{padding:.625rem 1.25rem;font-size:.875rem}.btn-lg{padding:1.25rem 2.5rem;font-size:1.125rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{text-align:center;margin-bottom:.5rem}.section-header p{font-size:1.125rem;color:var(--color-text-muted)}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.align-center{align-items:center}.max-w-2xl{max-width:42rem}.rounded-lg{border-radius:var(--radius-lg)}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.page-header{padding:6rem 0 4rem;text-align:center}.breadcrumb{display:flex;align-items:center;gap:.5rem;justify-content:center;margin-bottom:2rem;font-size:.875rem;color:var(--color-text-muted)}.breadcrumb a{color:var(--color-text-muted);text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:var(--color-text)}.breadcrumb svg{color:var(--color-text-subtle)}.bg-gradient{background:linear-gradient(135deg,#9a00ff0d,#eb690b0d)}ul{list-style:none}a{color:inherit;text-decoration:none}.footer{border-top:1px solid var(--color-border);background:#0000004d;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}.footer-title{font-weight:600;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:var(--color-text-subtle);font-size:.875rem;transition:color var(--transition-fast)}.footer-link:hover{color:var(--color-text)}.footer-bottom{padding-top:2rem;padding-bottom:1rem;border-top:1px solid var(--color-border);display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.875rem;color:var(--color-text-subtle)}.hero{min-height:70vh;display:flex;align-items:center;padding-top:5rem;position:relative}.hero-content{max-width:56rem}.hero-title{font-size:clamp(2.5rem,10vw,6rem);font-weight:900;line-height:1;letter-spacing:-.03em}.hero-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:var(--color-text-muted);font-weight:300;max-width:42rem;margin-top:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:3rem}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.scroll-indicator-dot{width:1.5rem;height:2.5rem;border-radius:9999px;border:2px solid rgba(255,255,255,.2);display:flex;align-items:flex-start;justify-content:center;padding-top:.5rem}.scroll-indicator-dot span{width:.375rem;height:.75rem;background:#fff6;border-radius:9999px;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(4px);opacity:.5}}.section-header{text-align:left;margin-bottom:2rem}.section-header h2{margin-bottom:1rem}.section-header p{font-size:1.125rem;max-width:36rem;margin:0 auto}#hubspot-newsletter-form .hs-form{display:flex;gap:1rem;margin-bottom:.5rem}#hubspot-newsletter-form .hs-form-field{flex:1;margin-bottom:0!important}#hubspot-newsletter-form .hs-input{width:100%;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(154,0,255,.3);border-radius:8px;color:var(--color-text);font-size:1rem;font-family:inherit}#hubspot-newsletter-form .hs-input:focus{outline:none;border-color:var(--color-purple);box-shadow:0 0 0 3px #9a00ff1a}#hubspot-newsletter-form .hs-button{padding:.75rem 2rem;background:var(--gradient-brand);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}#hubspot-newsletter-form .hs-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #9a00ff4d}#hubspot-newsletter-form .hs-error-msgs{list-style:none;padding:0;margin-top:.5rem}#hubspot-newsletter-form .hs-error-msg{color:var(--color-orange);font-size:.875rem}#hubspot-newsletter-form .submitted-message{display:none}@media(max-width:640px){#hubspot-newsletter-form .hs-form{flex-direction:column}}.newsletter-section[data-astro-cid-l3trhy4j]{padding:3rem;margin-bottom:3rem;display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:start}@media(max-width:968px){.newsletter-section[data-astro-cid-l3trhy4j]{grid-template-columns:1fr;gap:2rem;padding:2rem}}.newsletter-header[data-astro-cid-l3trhy4j] h3[data-astro-cid-l3trhy4j]{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.newsletter-header[data-astro-cid-l3trhy4j] p[data-astro-cid-l3trhy4j]{color:var(--color-text-muted);margin-bottom:1.5rem}.newsletter-form[data-astro-cid-l3trhy4j]{display:flex;gap:1rem;margin-bottom:.5rem}@media(max-width:640px){.newsletter-form[data-astro-cid-l3trhy4j]{flex-direction:column}}.newsletter-input[data-astro-cid-l3trhy4j]{flex:1;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(154,0,255,.3);border-radius:8px;color:var(--color-text);font-size:1rem}.newsletter-input[data-astro-cid-l3trhy4j]:focus{outline:none;border-color:var(--color-purple);box-shadow:0 0 0 3px #9a00ff1a}.newsletter-note[data-astro-cid-l3trhy4j]{font-size:.875rem;color:var(--color-text-muted);min-height:1.25rem}.newsletter-note[data-astro-cid-l3trhy4j].success{color:var(--color-green)}.newsletter-note[data-astro-cid-l3trhy4j].error{color:var(--color-orange)}.downloads-section[data-astro-cid-l3trhy4j]{padding:1.5rem;background:#9a00ff0d;border-radius:12px;border:1px solid rgba(154,0,255,.2)}.downloads-section[data-astro-cid-l3trhy4j] h4[data-astro-cid-l3trhy4j]{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--color-purple)}.download-links[data-astro-cid-l3trhy4j]{display:flex;flex-direction:column;gap:.75rem}.download-link[data-astro-cid-l3trhy4j]{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ffffff08;border-radius:8px;border:1px solid rgba(154,0,255,.2);color:var(--color-text);text-decoration:none;transition:all .3s ease;font-size:.875rem}.download-link[data-astro-cid-l3trhy4j]:hover{background:#9a00ff1a;border-color:#9a00ff66;transform:translate(4px)}.download-link[data-astro-cid-l3trhy4j] svg[data-astro-cid-l3trhy4j]{color:var(--color-purple);flex-shrink:0}.social-links[data-astro-cid-l3trhy4j]{display:flex;gap:1rem;margin-top:1rem}.social-link[data-astro-cid-l3trhy4j]{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);color:var(--color-text-subtle);transition:all .2s}.social-link[data-astro-cid-l3trhy4j]:hover{background:#ffffff14;border-color:#9a00ff4d;color:#a78bfa;transform:translateY(-2px)}.cookie-consent[data-astro-cid-z47dyj5i]{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--color-bg-light);border-top:1px solid var(--glass-border);padding:1.5rem;box-shadow:0 -4px 20px #00000080}.cookie-content[data-astro-cid-z47dyj5i]{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.cookie-actions[data-astro-cid-z47dyj5i]{display:flex;gap:1rem;flex-shrink:0}@media(max-width:768px){.cookie-content[data-astro-cid-z47dyj5i]{flex-direction:column;text-align:center}.cookie-actions[data-astro-cid-z47dyj5i]{width:100%;flex-direction:column}.cookie-actions[data-astro-cid-z47dyj5i] button[data-astro-cid-z47dyj5i]{width:100%}}
