@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&family=Inter:wght@300;400;500;600&display=swap";@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes slideLeft{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.96)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes drawLine{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blinkCaret{0%,to{border-color:transparent}50%{border-color:#f7c133}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes morphBg{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes particleDrift{0%{transform:translateY(0) translate(0) rotate(0);opacity:1}to{transform:translateY(-120vh) translate(40px) rotate(720deg);opacity:0}}.reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-50px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}.reveal-left.revealed{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(50px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}.reveal-right.revealed{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transform:scale(.9);transition:opacity .6s ease,transform .6s cubic-bezier(.34,1.56,.64,1)}.reveal-scale.revealed{opacity:1;transform:scale(1)}[data-stagger]>*{opacity:0;transform:translateY(30px);transition:opacity .5s ease,transform .5s ease}[data-stagger]>*:nth-child(1){transition-delay:0s}[data-stagger]>*:nth-child(2){transition-delay:.1s}[data-stagger]>*:nth-child(3){transition-delay:.2s}[data-stagger]>*:nth-child(4){transition-delay:.3s}[data-stagger]>*:nth-child(5){transition-delay:.4s}[data-stagger]>*:nth-child(6){transition-delay:.5s}[data-stagger]>*:nth-child(7){transition-delay:.6s}[data-stagger]>*:nth-child(8){transition-delay:.7s}[data-stagger]>*:nth-child(9){transition-delay:.8s}[data-stagger]>*:nth-child(10){transition-delay:.9s}[data-stagger]>*:nth-child(11){transition-delay:1s}[data-stagger]>*:nth-child(12){transition-delay:1.1s}[data-stagger].revealed>*{opacity:1;transform:translateY(0)}.shimmer-text{background:linear-gradient(90deg,#0e3e6d 25%,#f7c133,#0e3e6d 75%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s linear infinite}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;color:#ffffffeb;background-color:#060a12;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,Inter,sans-serif;line-height:1.15;color:#ffffffeb}h1{font-size:clamp(2.5rem,6vw,5rem);font-weight:800;letter-spacing:-.03em}h2{font-size:clamp(2rem,4vw,3.25rem);font-weight:700;letter-spacing:-.02em}h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.01em}h4{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600}h5{font-size:1.125rem;font-weight:600}h6{font-size:1rem;font-weight:600}p{line-height:1.7;color:#ffffff73}a{color:#ffffff73;text-decoration:none;transition:color .15s ease}a:hover{color:#ffffffeb}img,video{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:1rem}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#060a12}::-webkit-scrollbar-thumb{background:#0e539880;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#0e5398}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.section{padding-top:5rem;padding-bottom:5rem}@media(min-width:1024px){.section{padding-top:8rem;padding-bottom:8rem}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;border-radius:9999px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:all .3s ease;white-space:nowrap;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;inset:0;background:#ffffff1a;transform:translate(-100%);transition:transform .3s ease}.btn-primary:hover:before{transform:translate(0)}.btn-primary{background:#f7c133;color:#0a0e1a;border-color:#f7c133}.btn-primary:hover{background:#f5b50c;border-color:#f5b50c;transform:translateY(-2px);box-shadow:0 8px 24px #f7c13366}.btn-primary:active{transform:translateY(0)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;border-radius:9999px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:all .3s ease;white-space:nowrap;position:relative;overflow:hidden}.btn-secondary:before{content:"";position:absolute;inset:0;background:#ffffff1a;transform:translate(-100%);transition:transform .3s ease}.btn-secondary:hover:before{transform:translate(0)}.btn-secondary{background:transparent;color:#fff;border-color:#fff6}.btn-secondary:hover{border-color:#fff;background:#ffffff1a;transform:translateY(-2px)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;border-radius:9999px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:all .3s ease;white-space:nowrap;position:relative;overflow:hidden}.btn-outline:before{content:"";position:absolute;inset:0;background:#ffffff1a;transform:translate(-100%);transition:transform .3s ease}.btn-outline:hover:before{transform:translate(0)}.btn-outline{background:transparent;color:#ffffff73;border-color:#ffffff12}.btn-outline:hover{color:#ffffffeb;border-color:#f7c13366;background:#f7c1330f;transform:translateY(-2px)}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#f7c133;margin-bottom:1rem}.section-label:before{content:"";display:block;width:20px;height:1px;background:#f7c13380;border-radius:9999px}.section-header{max-width:640px;margin-bottom:4rem}.section-header h2{margin-bottom:1rem}.section-header p{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.7;color:#ffffff73}.section-header.centered{margin-left:auto;margin-right:auto;text-align:center}.text-gradient{background:linear-gradient(90deg,#f7c133,#fad77d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.grid-2{display:grid;gap:2rem}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.grid-3{display:grid;gap:2rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.cursor{position:fixed;width:8px;height:8px;background:#f7c133;border-radius:50%;pointer-events:none;z-index:400;transform:translate(-50%,-50%);transition:width .2s ease,height .2s ease;box-shadow:0 0 10px #f7c13399}@media(max-width:1023px){.cursor{display:none}}.cursor-follower{position:fixed;width:32px;height:32px;border:1px solid rgba(247,193,51,.35);border-radius:50%;pointer-events:none;z-index:400;transform:translate(-50%,-50%);transition:width .35s ease,height .35s ease,border-color .3s ease}@media(max-width:1023px){.cursor-follower{display:none}}body.cursor-hover .cursor{width:16px;height:16px;background:#f7c133;box-shadow:0 0 20px #f7c13380}body.cursor-hover .cursor-follower{width:52px;height:52px;border-color:#f7c13340}.page-transition{position:fixed;inset:0;background:#060a12;z-index:300;transform:translateY(100%);pointer-events:none}.page-transition.entering{transform:translateY(0);transition:transform .45s cubic-bezier(.76,0,.24,1)}.page-transition.leaving{transform:translateY(-100%);transition:transform .45s cubic-bezier(.76,0,.24,1)}.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;background:#f7c133;color:#060a12;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;font-size:.875rem}.skip-link:focus{position:fixed;top:1rem;left:1rem;width:auto;height:auto;clip:auto;white-space:normal;z-index:400}.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:0}.reveal.revealed,.reveal-left.revealed,.reveal-right.revealed,.reveal-scale.revealed{opacity:1}html[data-theme=light] body{background-color:#f8f9fa;color:#1a2332}html[data-theme=light] h1,html[data-theme=light] h2,html[data-theme=light] h3,html[data-theme=light] h4,html[data-theme=light] h5,html[data-theme=light] h6{color:#1a2332}html[data-theme=light] p,html[data-theme=light] a{color:#4a5568}html[data-theme=light] a:hover{color:#1a2332}html[data-theme=light] ::-webkit-scrollbar-track{background:#f5f7fa}html[data-theme=light] ::-webkit-scrollbar-thumb{background:#0e53984d}html[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#0e539880}html[data-theme=light] .page-transition{background:#f8f9fa}html[data-theme=light] .section-label{color:#0e3e6d}html[data-theme=light] .btn-outline{color:#4a5568;border-color:#1a233226}html[data-theme=light] .btn-outline:hover{color:#1a2332;border-color:#0e3e6d66;background:#0e3e6d0d}html[data-theme=light] .section-header p{color:#4a5568}.page-hero-dark{position:relative;background:#0b1120;padding:calc(80px + 4rem) 0 5rem;overflow:hidden;text-align:center}.page-hero-dark__bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:48px 48px;opacity:.4}.page-hero-dark .container{position:relative;z-index:1}.page-hero-dark h1{color:#ffffffeb;margin-bottom:1rem}.page-hero-dark p{color:#ffffff73;font-size:1.1rem;max-width:600px;margin:0 auto}.header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .4s ease,box-shadow .4s ease,backdrop-filter .4s ease}.header[data-astro-cid-3ef6ksr2].is-scrolled{background:#060a12d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px #ffffff12,0 8px 32px #0000004d}.header__container[data-astro-cid-3ef6ksr2]{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.header__container[data-astro-cid-3ef6ksr2]{padding-left:2rem;padding-right:2rem}}.header__container[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:80px}.header__logo[data-astro-cid-3ef6ksr2]{flex-shrink:0}.header__logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:44px;width:auto;filter:brightness(0) invert(1);opacity:.9;transition:opacity .15s ease}.header__logo[data-astro-cid-3ef6ksr2]:hover img[data-astro-cid-3ef6ksr2]{opacity:1}.header__nav[data-astro-cid-3ef6ksr2]{display:none}@media(min-width:1024px){.header__nav[data-astro-cid-3ef6ksr2]{display:flex}}.header__nav-list[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.25rem}.header__nav-link[data-astro-cid-3ef6ksr2]{display:block;padding:.5rem 1rem;font-size:.85rem;font-weight:500;letter-spacing:.01em;color:#ffffff73;border-radius:8px;position:relative;transition:color .25s ease}.header__nav-link[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;bottom:6px;left:50%;right:50%;height:1.5px;background:#f7c133;border-radius:9999px;box-shadow:0 0 8px #f7c13399;transition:left .25s ease,right .25s ease}.header__nav-link[data-astro-cid-3ef6ksr2]:hover{color:#ffffffeb}.header__nav-link[data-astro-cid-3ef6ksr2]:hover:after{left:1rem;right:1rem}.header__nav-link[data-astro-cid-3ef6ksr2].is-active{color:#f7c133}.header__nav-link[data-astro-cid-3ef6ksr2].is-active:after{left:1rem;right:1rem}.header__actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.75rem}.header__lang[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;color:#ffffff73;padding:5px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.07);transition:all .25s ease}.header__lang[data-astro-cid-3ef6ksr2]:hover{color:#ffffffeb;border-color:#f7c1334d;background:#f7c1330f}.header__cta[data-astro-cid-3ef6ksr2]{display:none}@media(min-width:1024px){.header__cta[data-astro-cid-3ef6ksr2]{display:inline-flex}}.header__cta[data-astro-cid-3ef6ksr2]{padding:10px 24px!important;font-size:.85rem!important;font-weight:700!important;border-radius:9999px!important;background:#f7c133!important;color:#060a12!important;border:none!important;letter-spacing:.01em;transition:all .3s ease!important}.header__cta[data-astro-cid-3ef6ksr2]:hover{transform:translateY(-2px)!important;box-shadow:0 8px 24px #f7c1334d!important;background:#f8c84c!important}.header__cta[data-astro-cid-3ef6ksr2]:before{display:none!important}.header__theme[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,.07);color:#ffffff73;transition:all .25s ease}.header__theme[data-astro-cid-3ef6ksr2]:hover{color:#ffffffeb;border-color:#f7c1334d;background:#f7c1330f}.header__theme[data-astro-cid-3ef6ksr2] .icon-moon[data-astro-cid-3ef6ksr2]{display:none}.header__theme[data-astro-cid-3ef6ksr2] .icon-sun[data-astro-cid-3ef6ksr2]{display:block}.header__toggle[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;cursor:pointer;padding:.5rem;border-radius:8px;border:1px solid rgba(255,255,255,.07);transition:border-color .25s ease,background .25s ease}@media(min-width:1024px){.header__toggle[data-astro-cid-3ef6ksr2]{display:none}}.header__toggle[data-astro-cid-3ef6ksr2]:hover{border-color:#f7c1334d;background:#f7c1330d}.header__toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;height:1.5px;background:#ffffff73;border-radius:9999px;transition:transform .3s ease,opacity .3s ease,width .3s ease,background .3s ease}.header__toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(1){width:100%}.header__toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(2){width:65%}.header__toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(3){width:100%}.header__toggle[data-astro-cid-3ef6ksr2].is-open span[data-astro-cid-3ef6ksr2]{background:#f7c133}.header__toggle[data-astro-cid-3ef6ksr2].is-open span[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(6.5px) rotate(45deg);width:100%}.header__toggle[data-astro-cid-3ef6ksr2].is-open span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.header__toggle[data-astro-cid-3ef6ksr2].is-open span[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-6.5px) rotate(-45deg);width:100%}.header__mobile[data-astro-cid-3ef6ksr2]{position:fixed;inset:80px 0 0;background:#060a12;border-top:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;padding:2rem 1.5rem;transform:translate(100%);transition:transform .4s cubic-bezier(.76,0,.24,1);overflow-y:auto}@media(min-width:1024px){.header__mobile[data-astro-cid-3ef6ksr2]{display:none}}.header__mobile[data-astro-cid-3ef6ksr2].is-open{transform:translate(0)}.header__mobile[data-astro-cid-3ef6ksr2].is-open .header__mobile-link[data-astro-cid-3ef6ksr2],.header__mobile[data-astro-cid-3ef6ksr2].is-open .header__mobile-cta[data-astro-cid-3ef6ksr2]{animation:slideInMobile .4s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--i) * .06s);opacity:0}.header__mobile-list[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:.25rem}.header__mobile-link[data-astro-cid-3ef6ksr2]{display:block;padding:1rem;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;color:#ffffff73;border-radius:8px;transition:all .2s ease;border-left:2px solid transparent}.header__mobile-link[data-astro-cid-3ef6ksr2]:hover,.header__mobile-link[data-astro-cid-3ef6ksr2].is-active{color:#ffffffeb;border-left-color:#f7c133;padding-left:1.5rem}.header__mobile-link[data-astro-cid-3ef6ksr2].is-active{color:#f7c133}.header__mobile-cta[data-astro-cid-3ef6ksr2]{margin-top:1.5rem;background:#f7c133!important;color:#060a12!important;border-radius:9999px!important;padding:14px 32px!important;font-weight:700!important;font-size:1rem!important;display:inline-flex!important;width:fit-content}@keyframes slideInMobile{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}html[data-theme=light] #site-header.is-scrolled{background:#f8f9faeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px #00000014,0 8px 32px #00000014}html[data-theme=light] .header__logo img{filter:none;opacity:.9}html[data-theme=light] .header__nav-link{color:#4a5568}html[data-theme=light] .header__nav-link:hover{color:#1a2332}html[data-theme=light] .header__nav-link.is-active{color:#0e3e6d}html[data-theme=light] .header__nav-link:after{background:#0e3e6d;box-shadow:none}html[data-theme=light] .header__lang{color:#4a5568;border-color:#0000001f}html[data-theme=light] .header__lang:hover{color:#1a2332;border-color:#0e3e6d4d;background:#0e3e6d0d}html[data-theme=light] .header__theme{border-color:#0000001f;color:#4a5568}html[data-theme=light] .header__theme .icon-sun[data-astro-cid-3ef6ksr2]{display:none}html[data-theme=light] .header__theme .icon-moon[data-astro-cid-3ef6ksr2]{display:block}html[data-theme=light] .header__theme:hover{color:#1a2332;border-color:#0e3e6d4d;background:#0e3e6d0d}html[data-theme=light] .header__cta{background:#0e3e6d!important;color:#fff!important}html[data-theme=light] .header__cta:hover{background:#0e5398!important;box-shadow:0 8px 24px #0e3e6d40!important}html[data-theme=light] .header__toggle{border-color:#0000001f}html[data-theme=light] .header__toggle:hover{border-color:#0e3e6d4d;background:#0e3e6d0d}html[data-theme=light] .header__toggle span{background:#4a5568}html[data-theme=light] .header__toggle.is-open span{background:#0e3e6d}html[data-theme=light] .header__mobile{background:#fff;border-top-color:#00000014}html[data-theme=light] .header__mobile-link{color:#4a5568}html[data-theme=light] .header__mobile-link:hover,html[data-theme=light] .header__mobile-link.is-active{color:#1a2332;border-left-color:#0e3e6d}html[data-theme=light] .header__mobile-link.is-active{color:#0e3e6d}html[data-theme=light] .header__mobile-cta{background:#0e3e6d!important;color:#fff!important}.footer[data-astro-cid-sz7xmlte]{background:#060a12;color:#ffffff73;position:relative;border-top:1px solid rgba(255,255,255,.07)}.footer__wave[data-astro-cid-sz7xmlte]{display:none}.footer__body[data-astro-cid-sz7xmlte]{padding:4rem 0 3rem}.footer__container[data-astro-cid-sz7xmlte]{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.footer__container[data-astro-cid-sz7xmlte]{padding-left:2rem;padding-right:2rem}}.footer__container[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.footer__container[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__container[data-astro-cid-sz7xmlte]{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}}.footer__logo[data-astro-cid-sz7xmlte]{display:inline-block;margin-bottom:1.25rem}.footer__logo[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{height:40px;width:auto;filter:brightness(0) invert(1);opacity:.75;transition:opacity .2s ease}.footer__logo[data-astro-cid-sz7xmlte]:hover img[data-astro-cid-sz7xmlte]{opacity:1}.footer__desc[data-astro-cid-sz7xmlte]{font-size:.875rem;line-height:1.75;color:#ffffff73;margin-bottom:1.5rem;max-width:300px}.footer__socials[data-astro-cid-sz7xmlte]{display:flex;gap:.5rem}.footer__social[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,.07);color:#ffffff73;transition:all .25s ease}.footer__social[data-astro-cid-sz7xmlte]:hover{border-color:#f7c13366;background:#f7c13314;color:#f7c133;transform:translateY(-2px)}.footer__social[data-astro-cid-sz7xmlte] svg{width:16px;height:16px}.footer__col-title[data-astro-cid-sz7xmlte]{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff40;margin-bottom:1.25rem}.footer__list[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.5rem}.footer__link[data-astro-cid-sz7xmlte]{font-size:.875rem;color:#ffffff73;transition:color .2s ease,padding-left .2s ease;padding:3px 0}.footer__link[data-astro-cid-sz7xmlte]:hover{color:#ffffffeb;padding-left:.5rem}.footer__contact[data-astro-cid-sz7xmlte]{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.footer__contact-item[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:#ffffff73;transition:color .2s ease}.footer__contact-item[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{flex-shrink:0;color:#f7c133;opacity:.8}.footer__contact-item[data-astro-cid-sz7xmlte]:is(a):hover{color:#ffffffeb}.footer__bottom[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.07);padding:1.25rem 0}.footer__bottom-inner[data-astro-cid-sz7xmlte]{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.footer__bottom-inner[data-astro-cid-sz7xmlte]{padding-left:2rem;padding-right:2rem}}.footer__bottom-inner[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footer__rights[data-astro-cid-sz7xmlte],.footer__made[data-astro-cid-sz7xmlte]{font-size:.75rem;color:#ffffff40}.footer__heart[data-astro-cid-sz7xmlte]{color:#ff6b6b;display:inline-block;animation:heartBeat 2s ease infinite}@keyframes heartBeat{0%,to{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.2)}70%{transform:scale(1)}}
