:root{--primary-orange: #f97316;--dark-orange: #ea580c;--light-orange: #fb923c;--accent-orange: #fdba74;--peach: #fed7aa;--gray-50: #fafaf9;--gray-100: #f5f5f4;--gray-200: #e7e5e4;--gray-300: #d6d3d1;--gray-400: #a8a29e;--gray-500: #78716c;--gray-600: #57534e;--gray-700: #44403c;--gray-800: #292524;--gray-900: #1c1917;--white: #ffffff;--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);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--gray-700);background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.preloader-active{overflow:hidden}.preloader{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,#f97316,#ea580c);display:flex;align-items:center;justify-content:center;z-index:9999;transition:none}.preloader:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff;border-radius:50%;transform:translate(-50%,-50%);transition:width 1s cubic-bezier(.77,0,.175,1),height 1s cubic-bezier(.77,0,.175,1);pointer-events:none}.preloader.hidden:after{width:300vmax;height:300vmax}.preloader.hidden{transition:visibility 0s 1s;visibility:hidden}.preloader-content{text-align:center}.equ-letters{display:flex;gap:3rem;margin-bottom:3rem;justify-content:center}.letter{display:flex;flex-direction:column;align-items:center;gap:1rem;opacity:0;transform:translateY(30px) scale(.8)}.letter.animate{animation:letterAppear .8s cubic-bezier(.34,1.56,.64,1) forwards}.letter[data-letter=E].animate{animation-delay:.2s}.letter[data-letter=Q].animate{animation-delay:.6s}.letter[data-letter=U].animate{animation-delay:1s}.letter-main{font-size:clamp(4rem,12vw,8rem);font-weight:900;color:#fff;line-height:1;text-shadow:0 4px 20px rgba(0,0,0,.2);display:block}.letter-meaning{font-size:clamp(1rem,2.5vw,1.5rem);font-weight:600;color:#fffffff2;opacity:0;transform:translateY(-10px);white-space:nowrap;text-shadow:0 2px 10px rgba(0,0,0,.15)}.letter.show-meaning .letter-meaning{animation:meaningAppear .6s ease forwards}.letter[data-letter=E].show-meaning .letter-meaning{animation-delay:.1s}.letter[data-letter=Q].show-meaning .letter-meaning{animation-delay:.2s}.letter[data-letter=U].show-meaning .letter-meaning{animation-delay:.3s}.tagline{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#fff;letter-spacing:.3em;opacity:0;transform:translateY(20px);text-shadow:0 2px 15px rgba(0,0,0,.2)}.tagline.animate{animation:taglineAppear .8s ease forwards;animation-delay:2.2s}@keyframes letterAppear{0%{opacity:0;transform:translateY(30px) scale(.8)}60%{transform:translateY(-10px) scale(1.05)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes meaningAppear{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes taglineAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.equ-letters{gap:1.5rem}.letter-main{font-size:4rem}.letter-meaning{font-size:.875rem}.tagline{font-size:1.25rem;letter-spacing:.2em}}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--gray-900);letter-spacing:-.025em}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800}h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:700}h3{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:600}p{font-size:1.0625rem;line-height:1.75;color:var(--gray-600)}a{text-decoration:none;color:inherit}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@media (max-width: 640px){.container{padding:0 1.25rem}}.section{padding:5rem 0}@media (max-width: 768px){.section{padding:3rem 0}}button,.btn{cursor:pointer;border:none;outline:none;font-family:inherit;font-size:1rem;font-weight:600;padding:1rem 2rem;border-radius:8px;transition:all .3s ease;display:inline-block;text-decoration:none}.btn-primary{background:var(--primary-orange);color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:12px}.btn-primary:hover{background:var(--dark-orange);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transform:translateY(-1px)}.btn-secondary{background:#fff;color:var(--primary-orange);border:1px solid var(--gray-300);padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;box-shadow:0 1px 2px #0000000d}.btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-400);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--primary-orange);border:2px solid var(--primary-orange);padding:.875rem 2rem;font-weight:600;border-radius:12px}.btn-outline:hover{background:var(--primary-orange);color:#fff;transform:translateY(-1px)}.navbar[data-astro-cid-pux6a34n]{position:fixed;top:0;left:0;right:0;background:transparent;backdrop-filter:none;box-shadow:none;z-index:1000;border-bottom:none;transition:all .4s cubic-bezier(.4,0,.2,1);padding:1rem 0}.navbar[data-astro-cid-pux6a34n].scrolled{background:transparent;backdrop-filter:none;box-shadow:none;padding:.5rem 0}.navbar[data-astro-cid-pux6a34n].scrolled .container[data-astro-cid-pux6a34n]{max-width:800px;background:#fff;border-radius:50px;padding:.75rem 2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.container[data-astro-cid-pux6a34n]{max-width:1280px;margin:0 auto;padding:0 2rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.nav-wrapper[data-astro-cid-pux6a34n]{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;transition:all .3s ease}.logo[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:.625rem;font-size:1.375rem;font-weight:700;text-decoration:none;transition:opacity .2s}.logo[data-astro-cid-pux6a34n]:hover{opacity:.8}.logo-icon[data-astro-cid-pux6a34n]{background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;padding:.5rem .75rem;border-radius:8px;font-size:1.125rem}.logo-text[data-astro-cid-pux6a34n]{color:#fff;transition:color .3s ease}.navbar[data-astro-cid-pux6a34n].scrolled .logo-text[data-astro-cid-pux6a34n]{color:#1c1917}.nav-menu[data-astro-cid-pux6a34n]{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0}.nav-menu[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{color:#ffffffe6;text-decoration:none;font-weight:500;font-size:.9375rem;transition:all .2s;position:relative;padding:.5rem 0}.navbar[data-astro-cid-pux6a34n].scrolled .nav-menu[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{color:#57534e}.nav-menu[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover,.navbar[data-astro-cid-pux6a34n].scrolled .nav-menu[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{color:#f97316}.nav-menu[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n].active{color:#fff;font-weight:600}.navbar[data-astro-cid-pux6a34n].scrolled .nav-menu[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n].active{color:#f97316}.nav-menu[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n].active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#fff;border-radius:2px}.navbar[data-astro-cid-pux6a34n].scrolled .nav-menu[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n].active:after{background:#f97316}.nav-right[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:1.5rem}.lang-switch[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:.5rem}.lang-switch[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{color:#64748b;text-decoration:none;font-weight:600;font-size:.9rem;padding:.5rem .75rem;border-radius:6px;transition:all .2s}.lang-switch[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{background:#f1f5f9}.lang-switch[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{color:#fffc}.navbar[data-astro-cid-pux6a34n].scrolled .lang-switch[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{color:#64748b}.lang-switch[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n].active{background:linear-gradient(135deg,#f97316,#fb923c);color:#fff}.lang-switch[data-astro-cid-pux6a34n] span[data-astro-cid-pux6a34n]{color:#cbd5e1}.mobile-lang[data-astro-cid-pux6a34n]{display:none}.mobile-toggle[data-astro-cid-pux6a34n]{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-toggle[data-astro-cid-pux6a34n] span[data-astro-cid-pux6a34n]{width:24px;height:2px;background:#001f3f;border-radius:2px;transition:all .3s}@media (max-width: 768px){.nav-menu[data-astro-cid-pux6a34n]{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;gap:0;padding:1rem 0;box-shadow:0 4px 6px #0000001a;display:none;border-top:1px solid var(--gray-200)}.nav-menu[data-astro-cid-pux6a34n].active{display:flex}.nav-menu[data-astro-cid-pux6a34n] li[data-astro-cid-pux6a34n]{padding:0 2rem}.nav-menu[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{display:block;padding:1rem 0}.desktop-only[data-astro-cid-pux6a34n]{display:none!important}.mobile-lang[data-astro-cid-pux6a34n]{display:block;border-top:1px solid var(--gray-200);margin-top:.5rem;padding-top:.5rem}.mobile-lang-switch[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:.5rem;padding:1rem 0}.mobile-lang-switch[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{color:#64748b;text-decoration:none;font-weight:600;font-size:.9375rem;padding:.5rem .875rem;border-radius:6px;transition:all .2s}.mobile-lang-switch[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{background:var(--gray-100)}.mobile-lang-switch[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n].active{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff}.mobile-lang-switch[data-astro-cid-pux6a34n] span[data-astro-cid-pux6a34n]{color:var(--gray-400)}.mobile-toggle[data-astro-cid-pux6a34n]{display:flex}}.footer[data-astro-cid-sz7xmlte]{background:linear-gradient(135deg,#1c1917,#292524);color:#a8a29e;padding:4rem 0 2rem;position:relative}.footer[data-astro-cid-sz7xmlte]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(249,115,22,.3) 50%,transparent 100%)}.container[data-astro-cid-sz7xmlte]{max-width:1280px;margin:0 auto;padding:0 2rem}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3.5rem;margin-bottom:3rem}.logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.625rem;font-size:1.5rem;font-weight:700;margin-bottom:1.25rem}.logo-icon[data-astro-cid-sz7xmlte]{background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;padding:.5rem .75rem;border-radius:10px;box-shadow:0 4px 6px -1px #f973164d}.logo-text[data-astro-cid-sz7xmlte]{color:#fff;font-weight:700}.tagline[data-astro-cid-sz7xmlte]{margin-bottom:.75rem;font-size:.9375rem;line-height:1.6;color:#d6d3d1}.company-name[data-astro-cid-sz7xmlte]{font-weight:600;color:#e7e5e4;font-size:.875rem;margin-bottom:.5rem}.legal-info[data-astro-cid-sz7xmlte]{font-size:.75rem;color:#a8a29e}.legal-info[data-astro-cid-sz7xmlte] small[data-astro-cid-sz7xmlte]{display:block}.footer-col[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{color:#fff;font-size:1.0625rem;font-weight:700;margin-bottom:1.25rem;letter-spacing:-.01em}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0}.footer-col[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.875rem}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#a8a29e;text-decoration:none;transition:all .2s ease;font-size:.9375rem;display:inline-block;position:relative}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#f97316,#fb923c);transition:width .3s ease}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#f97316;transform:translate(2px)}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover:after{width:100%}.footer-bottom[data-astro-cid-sz7xmlte]{padding-top:2rem;border-top:1px solid rgba(249,115,22,.15);text-align:center;font-size:.875rem;color:#78716c}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0}@media (max-width: 1024px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width: 768px){.footer[data-astro-cid-sz7xmlte]{padding:3rem 0 1.5rem}.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2rem}.footer-col[data-astro-cid-sz7xmlte]:first-child{padding-bottom:1rem;border-bottom:1px solid rgba(249,115,22,.15);margin-bottom:1rem}.logo[data-astro-cid-sz7xmlte]{font-size:1.375rem}}
