:root{--primary: #475569;--primary-dark: #334155;--primary-light: #f1f5f9;--text-dark: #1e293b;--text-light: #64748b;--text-lighter: #94a3b8;--background: #ffffff;--background-alt: #f8fafc;--background-dark: #f1f5f9;--border: #e2e8f0;--border-dark: #cbd5e1;--success: #059669;--warning: #d97706;--error: #dc2626;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1)}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--background);color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%}body{margin:0;padding:0;overflow-x:hidden;width:100%;max-width:100vw;position:relative}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:var(--spacing-md);color:var(--text-dark)}h1{font-size:2.5rem;letter-spacing:-.025em}h2{font-size:2rem;letter-spacing:-.025em}h3{font-size:1.5rem}p{margin-bottom:var(--spacing-md);color:var(--text-light)}a{color:var(--primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.section{padding:var(--spacing-xl) 0}.section-title{text-align:center;margin-bottom:var(--spacing-xl)}.section-title h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:var(--spacing-sm)}.section-title p{color:var(--text-light);max-width:600px;margin:0 auto}.card{background:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--spacing-lg);transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:500;transition:all .2s ease;cursor:pointer;border:none}.button-primary{background:var(--primary);color:#fff}.button-primary:hover{background:var(--primary-dark);color:#fff}.button-secondary{background:var(--background-alt);color:var(--text-dark)}.button-secondary:hover{background:var(--background-dark)}@media (max-width: 768px){.section{padding:var(--spacing-lg) 0}.section-title h2,h1{font-size:2rem}.container{padding:0 var(--spacing-sm)}}.header[data-astro-cid-pux6a34n]{position:fixed;top:0;left:0;right:0;width:100%;height:80px;z-index:100;border-bottom:3px solid rgba(148,163,184,.3);box-shadow:0 20px 40px #1e293b14;background:#fffffff2;backdrop-filter:blur(10px);transition:all .3s ease;display:flex;align-items:center}.header[data-astro-cid-pux6a34n]:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 25%,rgba(148,163,184,.05) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(203,213,225,.05) 0%,transparent 50%),linear-gradient(135deg,#f8fafccc,#f1f5f999);pointer-events:none;z-index:-1}.header[data-astro-cid-pux6a34n]:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0,#cbd5e1,#94a3b8);z-index:1;opacity:.6}.nav[data-astro-cid-pux6a34n]{height:100%;width:100%;display:flex;align-items:center}.container[data-astro-cid-pux6a34n]{width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem}.nav-content[data-astro-cid-pux6a34n]{display:flex;align-items:center;justify-content:space-between;padding:0 1rem;max-width:1400px;margin:0 auto;width:100%;position:relative;z-index:100}.logo[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .3s ease;padding-right:1rem}.logo[data-astro-cid-pux6a34n]:hover{opacity:.9}.logo-img[data-astro-cid-pux6a34n]{width:65px;height:60px;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;max-height:60px}.logo-text[data-astro-cid-pux6a34n]{font-family:Libre Baskerville,serif;font-size:clamp(1.5rem,2vw,2.25rem);font-weight:600;color:var(--text-dark);transition:all .3s ease;letter-spacing:.01em;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo[data-astro-cid-pux6a34n]:hover .logo-text[data-astro-cid-pux6a34n]{background:linear-gradient(135deg,#334155,#64748b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transform:translateY(-1px)}.nav-menu[data-astro-cid-pux6a34n]{display:flex;gap:2.5rem;align-items:center;margin-left:auto;padding-left:3rem}.nav-link[data-astro-cid-pux6a34n]{color:var(--text-dark);text-decoration:none;font-weight:500;position:relative;padding:.5rem 0}.nav-link[data-astro-cid-pux6a34n]:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--primary);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.nav-link[data-astro-cid-pux6a34n]:hover:after,.nav-link[data-astro-cid-pux6a34n].active:after{transform:scaleX(1);transform-origin:left}.nav-link[data-astro-cid-pux6a34n].active{color:var(--primary)}.mobile-menu-toggle[data-astro-cid-pux6a34n]{display:none;flex-direction:column;gap:6px;background:none;border:none;padding:8px;cursor:pointer;z-index:101;margin-right:5px;-webkit-tap-highlight-color:transparent}.mobile-menu-toggle[data-astro-cid-pux6a34n] span[data-astro-cid-pux6a34n]{display:block;width:24px;height:3px;background:#1e293b;transition:.3s;border-radius:2px;margin:2px 0}@media (max-width: 768px){.mobile-menu-toggle[data-astro-cid-pux6a34n]{display:flex;position:relative;z-index:101;align-items:center;justify-content:center}.mobile-menu-toggle[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(2){opacity:0}.mobile-menu-toggle[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-menu[data-astro-cid-pux6a34n]{position:fixed;top:80px;left:0;right:0;background:#fff;gap:1.6rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease;box-shadow:0 8px 24px #0000001f;height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:flex-start;margin-left:0;padding:2rem 1.5rem;z-index:99}.nav-menu[data-astro-cid-pux6a34n].active{transform:translateY(0);opacity:1;pointer-events:auto;z-index:99}.nav-link[data-astro-cid-pux6a34n]{font-size:1.2rem;font-weight:500;color:#1e293b;text-decoration:none;position:relative;padding:.75rem 0 .75rem 1.5rem;transition:all .3s ease;cursor:pointer;min-height:48px;display:flex;align-items:center}.nav-link[data-astro-cid-pux6a34n]:before{content:"";position:absolute;left:0;top:50%;width:6px;height:6px;background-color:transparent;border-radius:50%;transform:translateY(-50%);transition:background-color .3s ease}.nav-link[data-astro-cid-pux6a34n]:hover{color:var(--primary)}.nav-link[data-astro-cid-pux6a34n]:hover:before{background-color:var(--primary)}.nav-link[data-astro-cid-pux6a34n].active{font-weight:600;color:var(--primary)}.nav-link[data-astro-cid-pux6a34n].active:before{background-color:var(--primary)}.nav-link[data-astro-cid-pux6a34n]:active{transform:scale(.98);transition:transform .1s ease}.logo-text[data-astro-cid-pux6a34n]{font-size:1.25rem}.logo-img[data-astro-cid-pux6a34n]{width:48px;height:45px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}footer[data-astro-cid-sz7xmlte]{background:var(--background-alt);padding:4rem 0 2rem;margin-top:4rem}.footer-content[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{color:var(--text-dark);margin-bottom:1rem;font-size:1.2rem}.footer-section[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:var(--text-light);margin-bottom:1rem}.social-links[data-astro-cid-sz7xmlte]{display:flex;gap:1rem}.social-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-light);font-size:1.5rem;transition:color .2s}.social-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--primary)}.footer-section[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0}.footer-section[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.5rem}.footer-section[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-light);text-decoration:none;transition:color .2s}.footer-section[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--primary)}.footer-section[data-astro-cid-sz7xmlte] i[data-astro-cid-sz7xmlte]{margin-right:.5rem;color:var(--primary)}.footer-bottom[data-astro-cid-sz7xmlte]{text-align:center;padding-top:2rem;border-top:1px solid var(--border);color:var(--text-light)}@media (max-width: 768px){footer[data-astro-cid-sz7xmlte]{padding:3rem 0 1.5rem}.footer-content[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;text-align:center}.social-links[data-astro-cid-sz7xmlte]{justify-content:center}.footer-section[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{display:inline-block;text-align:left}}
