@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden;touch-action:pan-y}body{font-family:Inter,Helvetica Neue,-apple-system,sans-serif;font-size:clamp(1rem,.9rem + .5vw,1.125rem);line-height:1.6;color:#fff;background-color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Bebas Neue,Impact,sans-serif;font-weight:400;line-height:1.1;letter-spacing:.02em;text-transform:uppercase}h1{font-size:clamp(3rem,2rem + 6vw,8rem)}h2{font-size:clamp(2.5rem,2rem + 3.75vw,4.5rem)}h3{font-size:clamp(2rem,1.5rem + 2.5vw,3rem)}h4{font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem)}h5{font-size:clamp(1.125rem,1rem + .625vw,1.375rem)}h6{font-size:clamp(1rem,.9rem + .5vw,1.125rem)}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:inherit;text-decoration:none;transition:color .15s ease}@media(hover:hover)and (pointer:fine){a:hover{color:#becf28}}img,video{max-width:100%;height:auto;display:block}button{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit}ul,ol{list-style:none}::selection{background:#857bb3;color:#fff}:focus-visible{outline:2px solid #becf28;outline-offset:2px}.skip-link{position:fixed;top:-100%;left:50%;transform:translate(-50%);background:#becf28;color:#1a1a1a;padding:.5rem 1.5rem;border-radius:0 0 8px 8px;z-index:500;transition:top .15s ease;font-weight:600;text-decoration:none;opacity:0;pointer-events:none}.skip-link:focus{top:0;opacity:1;pointer-events:auto;outline:none}.container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,.5rem + 2vw,3rem)}.section{padding-block:clamp(4rem,3rem + 5vw,8rem)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.theme-dark{--bg-primary: #1a1a1a;--bg-elevated: #242424;--text-primary: #ffffff;--text-muted: rgba(255, 255, 255, .7)}.theme-light{--bg-primary: #f4f4f4;--bg-elevated: #ffffff;--text-primary: #1a1a1a;--text-muted: rgba(26, 26, 26, .7)}[data-barba=wrapper]{position:relative;overflow:hidden}[data-barba=container]{will-change:opacity,transform}.is-loading{cursor:wait;pointer-events:none}.reveal{opacity:0;transform:translateY(30px);will-change:opacity,transform}.reveal.is-revealed{opacity:1;transform:translateY(0)}.reveal-fade{opacity:0;will-change:opacity}.reveal-scale{opacity:0;transform:scale(.95);will-change:opacity,transform}.header{position:fixed;top:0;left:0;right:0;z-index:200;padding:1rem 0;transition:background-color .3s ease,padding .3s ease}.header--scrolled{background:#ffffff0d;backdrop-filter:blur(15px) saturate(1.5);-webkit-backdrop-filter:blur(15px) saturate(1.5);padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.header__container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,.5rem + 2vw,3rem);display:flex;align-items:center;justify-content:space-between}.header__mobile-left{display:flex;align-items:center}@media(min-width:992px){.header__mobile-left{display:none}}.header__theme-desktop{display:none}@media(min-width:992px){.header__theme-desktop{display:flex}}.header__lang-desktop{display:none}@media(min-width:992px){.header__lang-desktop{display:block}}.header__logo{display:block;width:clamp(90px,12vw,100px);height:auto;transition:transform .3s ease,filter .3s ease;position:absolute;left:50%;transform:translate(-50%);filter:brightness(0) invert(1)}@media(min-width:992px){.header__logo{position:static;left:auto;transform:none;width:clamp(70px,8vw,100px)}}@media(hover:hover)and (pointer:fine){.header__logo:hover{transform:scale(1.02)}}@media(max-width:991px)and (hover:hover)and (pointer:fine){.header__logo:hover{transform:translate(-50%) scale(1.02)}}.header__logo svg,.header__logo img{width:100%;height:auto}.header__nav{display:none}@media(min-width:992px){.header__nav{display:flex;align-items:center;gap:1.5rem}}.header__nav-link{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3;position:relative;padding:.5rem 0}.header__nav-link--icon{padding:.25rem}.header__nav-link--icon svg{display:block}.header__nav-link--icon:after{display:none}.header__nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#becf28;transition:width .3s ease}@media(hover:hover)and (pointer:fine){.header__nav-link:hover{color:#fff}.header__nav-link:hover:after{width:100%}}.header__nav-link--active{color:#fff}.header__nav-link--active:after{width:100%;background:#857bb3}.header__actions{display:flex;align-items:center;gap:.5rem}@media(min-width:992px){.header__actions{gap:1rem}}.header__desktop-actions{display:none;align-items:center;gap:1rem}@media(min-width:992px){.header__desktop-actions{display:flex}}.header__cta{display:none}@media(min-width:992px){.header__cta{display:inline-flex}}.header__menu-btn{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;display:flex;align-items:center;justify-content:center;width:44px;height:44px;position:relative}@media(min-width:992px){.header__menu-btn{display:none}}.header__menu-icon{width:24px;height:2px;background:#fff;position:relative;transition:all .3s ease}.header__menu-icon:before,.header__menu-icon:after{content:"";position:absolute;left:0;width:100%;height:2px;background:#fff;transition:all .3s ease}.header__menu-icon:before{top:-7px}.header__menu-icon:after{bottom:-7px}.theme-light .header__menu-icon{background:#1a1a1a}.theme-light .header__menu-icon:before,.theme-light .header__menu-icon:after{background:#1a1a1a}.header--menu-open .header__menu-icon{background:transparent}.header--menu-open .header__menu-icon:before{top:0;transform:rotate(45deg)}.header--menu-open .header__menu-icon:after{bottom:0;transform:rotate(-45deg)}html.theme-light .header__logo{filter:brightness(0)}html.theme-light .header__nav-link{color:#1a1a1ab3}@media(hover:hover)and (pointer:fine){html.theme-light .header__nav-link:hover{color:#1a1a1a}}html.theme-light .header__nav-link--active{color:#1a1a1a}html.theme-light .header--scrolled{background:#ffffffe6;border-bottom-color:#0000001a}.mega-menu{position:fixed;inset:0;z-index:300;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.mega-menu.is-open{opacity:1;visibility:visible}.mega-menu.is-open .mega-menu__content{transform:translate(0)}.mega-menu__overlay{position:absolute;inset:0;background:#1a1a1acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer}.mega-menu__content{position:absolute;top:0;right:0;width:100%;max-width:480px;height:100%;background:#242424;padding:6rem 3rem;display:flex;flex-direction:column;overflow-y:auto;transform:translate(100%);transition:transform .5s ease}@media(min-width:768px){.mega-menu__content{max-width:420px}}.mega-menu__close{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;position:absolute;top:2rem;right:2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:color .15s ease,transform .15s ease;z-index:10}.mega-menu__close svg{width:24px;height:24px}@media(hover:hover)and (pointer:fine){.mega-menu__close:hover{color:#becf28;transform:rotate(90deg)}}.mega-menu__nav{display:flex;flex-direction:column;gap:.5rem;margin-bottom:4rem}.mega-menu__link{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(2rem,1.5rem + 2.5vw,3rem);color:#fff;display:flex;align-items:center;gap:1rem;padding:1rem 0;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.05)}.mega-menu__link.is-active{color:#becf28}.mega-menu__link-number{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);color:#ffffff80;min-width:24px}.mega-menu__link-text{flex:1}@media(hover:hover)and (pointer:fine){.mega-menu__link:hover{color:#becf28;padding-left:1rem}.mega-menu__link:hover .mega-menu__link-number{color:#becf28}}.mega-menu__info{display:flex;flex-direction:column;gap:3rem;margin-bottom:auto}.mega-menu__info-title{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.15em;color:#becf28;margin-bottom:1rem}.mega-menu__top-actions{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1rem}.mega-menu__lang-buttons{display:flex;flex-direction:row;gap:.5rem}.mega-menu__lang-btn{display:flex;align-items:center;justify-content:center;flex:1;padding:1rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffffb3;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:all .15s ease}@media(hover:hover)and (pointer:fine){.mega-menu__lang-btn:hover{background:#ffffff1a;border-color:#fff3;color:#fff}}.mega-menu__lang-btn.is-active{background:#becf28;border-color:#becf28;color:#1a1a1a;font-weight:600}.mega-menu__cta-btn{width:100%;justify-content:center}.mega-menu__info-list{display:flex;flex-direction:column;gap:.25rem}.mega-menu__info-list a{color:#ffffffb3;font-size:clamp(.875rem,.8rem + .375vw,1rem);transition:color .15s ease}@media(hover:hover)and (pointer:fine){.mega-menu__info-list a:hover{color:#fff}}.mega-menu__info-text{color:#ffffffb3;font-size:clamp(.875rem,.8rem + .375vw,1rem);line-height:1.6}.mega-menu__social{display:flex;gap:1rem;margin-top:2rem}.mega-menu__social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);border-radius:9999px;color:#ffffffb3;transition:all .15s ease}.mega-menu__social-link svg{width:20px;height:20px}@media(hover:hover)and (pointer:fine){.mega-menu__social-link:hover{background:#becf28;border-color:#becf28;color:#1a1a1a}}.btn{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:1rem 2rem;border-radius:9999px;transition:all .3s ease;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}@media(hover:hover)and (pointer:fine){.btn:hover:before{left:100%}}.btn:focus-visible{outline:2px solid #becf28;outline-offset:2px}.btn--primary{background:#becf28;color:#1a1a1a;box-shadow:0 0 30px #becf2866}@media(hover:hover)and (pointer:fine){.btn--primary:hover{background:#c8d938;color:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 30px #becf2880}}.btn--primary:active{transform:translateY(0)}.btn--secondary{background:#857bb3;color:#fff;box-shadow:0 0 30px #857bb34d}@media(hover:hover)and (pointer:fine){.btn--secondary:hover{background:#948bbc;transform:translateY(-2px)}}.btn--outline{background:transparent;color:#fff;border:2px solid #ffffff}@media(hover:hover)and (pointer:fine){.btn--outline:hover{background:#fff;color:#1a1a1a}}.btn--outline-accent{border-color:#becf28;color:#becf28}@media(hover:hover)and (pointer:fine){.btn--outline-accent:hover{background:#becf28;color:#1a1a1a}}.btn--ghost{background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(hover:hover)and (pointer:fine){.btn--ghost:hover{background:#fff3}}.btn--sm{padding:.5rem 1rem;font-size:clamp(.75rem,.7rem + .25vw,.875rem)}.btn--lg{padding:1.5rem 3rem;font-size:clamp(1rem,.9rem + .5vw,1.125rem)}.btn--icon{width:48px;height:48px;padding:0;border-radius:9999px}.btn--loading{pointer-events:none}.btn--loading .btn__text{opacity:0}.btn--loading .btn__spinner{opacity:1}.btn__text{transition:opacity .15s ease}.btn__spinner{position:absolute;opacity:0;width:20px;height:20px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.btn__icon{width:1.25em;height:1.25em;transition:transform .15s ease}@media(hover:hover)and (pointer:fine){.btn:hover .btn__icon--arrow{transform:translate(4px)}}@keyframes spin{to{transform:rotate(360deg)}}.link-arrow{display:inline-flex;align-items:center;gap:.5rem;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#becf28;transition:gap .15s ease}.link-arrow__icon{transition:transform .15s ease}@media(hover:hover)and (pointer:fine){.link-arrow:hover{gap:1rem}.link-arrow:hover .link-arrow__icon{transform:translate(4px)}}.marquee{width:100%;overflow:hidden;background:#242424;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.marquee--accent{background:#becf28}.marquee--accent .marquee__text{color:#1a1a1a;-webkit-text-stroke-color:#1a1a1a}.marquee--large{padding:3rem 0}.marquee--large .marquee__text{font-size:clamp(2.5rem,2rem + 3.75vw,4.5rem)}.marquee__track{display:flex;width:fit-content;animation:marquee-scroll 30s linear infinite}.marquee__track:hover{animation-play-state:paused}.marquee--reverse .marquee__track{animation-direction:reverse}.marquee__content{display:flex;align-items:center;flex-shrink:0}.marquee__text{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(2rem,1.5rem + 2.5vw,3rem);text-transform:uppercase;letter-spacing:.05em;color:#fff;white-space:nowrap;padding:0 2rem}.marquee__text--outline{color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.7)}.marquee__separator{width:12px;height:12px;background:#becf28;border-radius:50%;flex-shrink:0;margin:0 1rem}.marquee__separator--diamond{border-radius:0;transform:rotate(45deg);width:10px;height:10px}.marquee__separator--star{background:#e7512e}.marquee--fade{position:relative}.marquee--fade:before,.marquee--fade:after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.marquee--fade:before{left:0;background:linear-gradient(to right,#242424,transparent)}.marquee--fade:after{right:0;background:linear-gradient(to left,#242424,transparent)}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee--fast .marquee__track{animation-duration:15s}.marquee--slow .marquee__track{animation-duration:45s}html.theme-light .marquee{background:#fff;border-color:#0000000d}html.theme-light .marquee__text{color:#1a1a1a}html.theme-light .marquee__text--outline{-webkit-text-stroke-color:rgba(26,26,26,.7)}html.theme-light .marquee--fade:before{background:linear-gradient(to right,#ffffff,transparent)}html.theme-light .marquee--fade:after{background:linear-gradient(to left,#ffffff,transparent)}.wizard{max-width:800px;margin:0 auto}.wizard__steps{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4rem;position:relative}.wizard__steps:before{content:"";position:absolute;top:20px;left:60px;right:60px;height:2px;background:#ffffff1a}.wizard__progress{display:flex;justify-content:space-between;margin-bottom:4rem;position:relative}.wizard__progress:before{content:"";position:absolute;top:20px;left:40px;right:40px;height:2px;background:#ffffff1a}.wizard__progress-line{position:absolute;top:20px;left:40px;height:2px;background:#becf28;transition:width .5s ease}.wizard__step{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:1;flex:1;max-width:120px}.wizard__step-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:#1a1a1a;border:2px solid rgba(255,255,255,.2);font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);font-weight:600;color:#ffffffb3;transition:all .3s ease;position:relative;z-index:2}.wizard__step--active .wizard__step-number{background:#becf28;border-color:#becf28;color:#1a1a1a;box-shadow:0 0 30px #becf2866}.wizard__step--completed .wizard__step-number{background:#3a3a3a;border-color:#4a4a4a;color:#ffffffb3}.wizard__step-label{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.1em;color:#ffffff80}.wizard__step--active .wizard__step-label{color:#becf28}.wizard__step--completed .wizard__step-label{color:#ffffffb3}.wizard__content{background:#ffffff0d;backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:3rem;min-height:400px}@media(min-width:768px){.wizard__content{padding:4rem}}.wizard__panel{display:none;animation:fadeInUp .4s ease}.wizard__panel.is-active{display:block}.wizard__title{font-size:clamp(2rem,1.5rem + 2.5vw,3rem);margin-bottom:1.5rem;text-align:center}.wizard__subtitle{color:#ffffffb3;text-align:center;margin-bottom:3rem}.wizard__options{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.wizard__options{grid-template-columns:repeat(3,1fr)}}.wizard__option{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#ffffff08;border:2px solid rgba(255,255,255,.1);border-radius:8px;transition:all .3s ease}@media(hover:hover)and (pointer:fine){.wizard__option:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-4px)}}.wizard__option.is-selected{background:#becf281a;border-color:#becf28}.wizard__option.is-selected .wizard__option-icon{color:#becf28}.wizard__option-icon{font-size:2.5rem;color:#ffffffb3;transition:color .3s ease}.wizard__option-label{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.wizard__quantity-options{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.wizard__quantity-options{grid-template-columns:repeat(4,1fr)}}.wizard__quantity-btn{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;padding:1.5rem 1rem;background:#ffffff08;border:2px solid rgba(255,255,255,.1);border-radius:8px;text-align:center;transition:all .3s ease}@media(hover:hover)and (pointer:fine){.wizard__quantity-btn:hover{border-color:#fff3}}.wizard__quantity-btn.is-selected{background:#becf281a;border-color:#becf28}.wizard__quantity-range{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);display:block;margin-bottom:.25rem}.wizard__quantity-label{font-size:clamp(.75rem,.7rem + .25vw,.875rem);color:#ffffffb3}.wizard__form{display:grid;gap:1.5rem}@media(min-width:768px){.wizard__form{grid-template-columns:repeat(2,1fr)}}.wizard__form-group--full{grid-column:1/-1}.wizard__label{display:block;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3;margin-bottom:.5rem}.wizard__input,.wizard__textarea{width:100%;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-family:Inter,Helvetica Neue,-apple-system,sans-serif;font-size:clamp(1rem,.9rem + .5vw,1.125rem);transition:border-color .15s ease,box-shadow .15s ease}.wizard__input::placeholder,.wizard__textarea::placeholder{color:#ffffff80}.wizard__input:focus,.wizard__textarea:focus{outline:none;border-color:#becf28;box-shadow:0 0 0 3px #becf281a}.wizard__textarea{resize:vertical;min-height:120px}.wizard__actions{display:flex;justify-content:space-between;margin-top:3rem;gap:1rem}.wizard__back{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;display:flex;align-items:center;gap:.5rem;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3;transition:color .15s ease}@media(hover:hover)and (pointer:fine){.wizard__back:hover{color:#fff}}.wizard__next,.wizard__submit{margin-left:auto}html.theme-light .wizard__steps:before,html.theme-light .wizard__progress:before{background:#0000001a}html.theme-light .wizard__progress-line{background:#becf28}html.theme-light .wizard__step-number{background:#f4f4f4;border-color:#00000026;color:#1a1a1ab3;position:relative;z-index:2}.wizard__step--active html.theme-light .wizard__step-number{background:#becf28;border-color:#becf28;color:#fff;box-shadow:0 0 30px #becf2866}.wizard__step--completed html.theme-light .wizard__step-number{background:#d1d5db;border-color:#9ca3af;color:#6b7280}html.theme-light .wizard__step-label{color:#1a1a1ab3}.wizard__step--active html.theme-light .wizard__step-label{color:#becf28}.wizard__step--completed html.theme-light .wizard__step-label{color:#1a1a1a}html.theme-light .wizard__content{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 24px #0000000f}html.theme-light .wizard__title{color:#1a1a1a}html.theme-light .wizard__subtitle{color:#1a1a1ab3}html.theme-light .wizard__option,html.theme-light .wizard__quantity-btn{background:#f8f9fa;border:2px solid rgba(0,0,0,.1);color:#1a1a1a}html.theme-light .wizard__option:hover,html.theme-light .wizard__quantity-btn:hover{background:#fff;border-color:#0003;box-shadow:0 4px 12px #00000014}html.theme-light .wizard__option.is-selected,html.theme-light .wizard__quantity-btn.is-selected{background:#becf2814;border-color:#becf28}html.theme-light .wizard__option-icon{color:#1a1a1ab3}.is-selected html.theme-light .wizard__option-icon{color:#becf28}html.theme-light .wizard__option-label,html.theme-light .wizard__quantity-range{color:#1a1a1a}html.theme-light .wizard__quantity-label,html.theme-light .wizard__label{color:#1a1a1ab3}html.theme-light .wizard__input,html.theme-light .wizard__textarea{background:#fff;border:1px solid rgba(0,0,0,.15);color:#1a1a1a}html.theme-light .wizard__input::placeholder,html.theme-light .wizard__textarea::placeholder{color:#1a1a1ab3}html.theme-light .wizard__input:focus,html.theme-light .wizard__textarea:focus{border-color:#becf28;box-shadow:0 0 0 3px #becf2826}html.theme-light .wizard__back{color:#1a1a1ab3}html.theme-light .wizard__back:hover{color:#1a1a1a}html.theme-light .wizard__checkbox{position:absolute;opacity:0;pointer-events:none}html.theme-light .wizard__option--checkbox{cursor:pointer}html.theme-light .wizard__success{text-align:center}html.theme-light .wizard__success-icon{color:#becf28}html.theme-light .wizard__success-title{color:#1a1a1a}html.theme-light .wizard__success-message,html.theme-light .wizard .form-field__label{color:#1a1a1ab3}html.theme-light .wizard .form-field__input,html.theme-light .wizard .form-field__textarea,html.theme-light .wizard .form-field__select{background:#fff;border:1px solid rgba(0,0,0,.15);color:#1a1a1a}html.theme-light .wizard .form-field__input::placeholder,html.theme-light .wizard .form-field__textarea::placeholder,html.theme-light .wizard .form-field__select::placeholder{color:#0006}html.theme-light .wizard .form-field__input:focus,html.theme-light .wizard .form-field__textarea:focus,html.theme-light .wizard .form-field__select:focus{border-color:#becf28;box-shadow:0 0 0 3px #becf2826;outline:none}html.theme-light .wizard .form-field__select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;appearance:none}html.theme-light .start-features{background:#f8f9fa}html.theme-light .start-features__item{background:#fff;border:1px solid rgba(0,0,0,.06)}html.theme-light .start-features__icon{color:#becf28}html.theme-light .start-features__title{color:#1a1a1a}.page-hero{position:relative;width:100vw;margin-left:calc(-50vw + 50%);padding-top:100px;padding-bottom:3rem;min-height:35vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow:hidden}.page-hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.page-hero__background img{width:100%;height:100%;object-fit:cover;object-position:center}.page-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:rgba(var(--overlay-r, 0),var(--overlay-g, 0),var(--overlay-b, 0),var(--overlay-opacity, .5))}.page-hero__content{position:relative;z-index:3;width:100%;max-width:900px;padding-inline:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100%}.page-hero__label{display:block;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);text-transform:uppercase;letter-spacing:.2em;color:#becf28;margin-bottom:1rem}.page-hero__title{font-size:clamp(2.5rem,2rem + 3vw,4.5rem);color:#fff;margin-bottom:1.5rem;text-shadow:0 4px 30px rgba(0,0,0,.4)}.page-hero__description{font-size:clamp(1.125rem,1rem + .625vw,1.375rem);color:#ffffffe6;max-width:600px;margin-inline:auto;line-height:1.7;text-shadow:0 2px 10px rgba(0,0,0,.3)}html.theme-light .page-hero__overlay{background:rgba(var(--overlay-r-light, var(--overlay-r, 0)),var(--overlay-g-light, var(--overlay-g, 0)),var(--overlay-b-light, var(--overlay-b, 0)),var(--overlay-opacity-light, var(--overlay-opacity, .3)))}html.theme-light .page-hero__title{color:#fff;text-shadow:none}html.theme-light .page-hero__description{color:#ffffffe6;text-shadow:none}.theme-toggle{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;transition:all .15s ease}@media(hover:hover)and (pointer:fine){.theme-toggle:hover{background:#ffffff26;border-color:#ffffff4d}}.theme-toggle__icon{width:18px;height:18px;color:#fff}.theme-toggle__icon svg{width:100%;height:100%;display:block}.theme-toggle__icon--moon{display:block}.theme-toggle__icon--sun{display:none}html.theme-light .theme-toggle{background:#0000000d;border-color:#0000001a}html.theme-light .theme-toggle .theme-toggle__icon--moon{display:none}html.theme-light .theme-toggle .theme-toggle__icon--sun{display:block;color:#1a1a1a}@media(hover:hover)and (pointer:fine){html.theme-light .theme-toggle:hover{background:#0000001a;border-color:#00000026}}html.theme-light{--bg-dark: #f4f4f4;--bg-dark-elevated: #ffffff;--bg-dark-surface: #e8e8e8;--text-light: #1a1a1a;--text-light-muted: #4a4a4a;--text-light-subtle: #6a6a6a}html.theme-light body{background:var(--bg-dark);color:var(--text-light)}html.theme-light h1,html.theme-light h2,html.theme-light h3,html.theme-light h4,html.theme-light h5,html.theme-light h6{color:var(--text-light)}html.theme-light p{color:var(--text-light-muted)}html.theme-light .header{background:#f4f4f4e6}html.theme-light .header--scrolled{background:#f4f4f4f2;box-shadow:0 2px 20px #0000001a}html.theme-light .header__logo svg{filter:brightness(.3) saturate(0)}html.theme-light .header__logo-img{filter:brightness(0) saturate(100%)}html.theme-light .header__nav-link{color:var(--text-light-muted)}html.theme-light .header__nav-link:hover{color:#857bb3}html.theme-light .footer{background:var(--bg-dark-elevated);border-color:#0000001a}html.theme-light .footer__link,html.theme-light .footer__tagline{color:var(--text-light-muted)}html.theme-light .footer__heading{color:var(--text-light)}html.theme-light .btn--primary{color:#1a1a1a}html.theme-light .btn--outline{border-color:var(--text-light-muted);color:var(--text-light)}html.theme-light .marquee__text{color:var(--text-light)}html.theme-light .marquee__text--outline{-webkit-text-stroke-color:var(--text-light-muted)}html.theme-light .stats__number{color:var(--text-light)}html.theme-light .stats__label{color:var(--text-light-muted)}html.theme-light .post-card,html.theme-light .accordion__item,html.theme-light .cert-card{background:var(--bg-dark-elevated);border-color:#0000001a}html.theme-light .mega-menu{background:#f4f4f4fa}html.theme-light .link-arrow{color:var(--text-light-muted)}html.theme-light .link-arrow:hover{color:#becf28}.lang-switcher{position:relative;z-index:100}.lang-switcher__trigger{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;background:#ffffff0d;transition:all .15s ease;cursor:pointer}@media(hover:hover)and (pointer:fine){.lang-switcher__trigger:hover{background:#ffffff1a;border-color:#ffffff40}}.lang-switcher__trigger[aria-expanded=true]{background:#ffffff1a;border-color:#becf28}.lang-switcher__trigger[aria-expanded=true] .lang-switcher__arrow{transform:rotate(180deg)}.lang-switcher__current{display:flex;align-items:center;gap:.25rem}.lang-switcher__code{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);font-weight:600;letter-spacing:.05em}.lang-switcher__arrow{transition:transform .15s ease;opacity:.7}.lang-switcher__dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:#242424;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.25rem;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .15s ease;box-shadow:0 10px 25px #0003}.lang-switcher__dropdown[aria-hidden=false]{opacity:1;visibility:visible;transform:translateY(0)}.lang-switcher__option{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#ffffffb3;border-radius:8px;transition:all .15s ease}.lang-switcher__option:hover{background:#ffffff0d;color:#fff}.lang-switcher__option.is-active{color:#becf28;background:#becf281a}.lang-switcher__option-flag{font-size:1.25rem}.lang-switcher__option-name{flex:1;font-size:clamp(.875rem,.8rem + .375vw,1rem)}.lang-switcher__check{color:#becf28}html.theme-light .lang-switcher__trigger{border-color:#00000026;background:#00000008;color:var(--text-light)}html.theme-light .lang-switcher__trigger:hover{background:#0000000d}html.theme-light .lang-switcher__dropdown{background:var(--bg-dark-elevated);border-color:#0000001a}html.theme-light .lang-switcher__option{color:var(--text-light-muted)}html.theme-light .lang-switcher__option:hover{background:#0000000d;color:var(--text-light)}.journal-preview{background:#ffffff03}.journal-preview__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.journal-preview__title{font-size:clamp(2rem,1.5rem + 2.5vw,3rem)}.journal-preview__grid{display:grid;gap:3rem}@media(min-width:768px){.journal-preview__grid{grid-template-columns:repeat(2,1fr)}}.journal-preview__card{background:#ffffff05;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.journal-preview__card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0003}.journal-preview__link{display:block}.journal-preview__image-wrapper{aspect-ratio:16/9;overflow:hidden}.journal-preview__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.journal-preview__card:hover .journal-preview__image{transform:scale(1.05)}.journal-preview__content{padding:2rem}.journal-preview__category{display:inline-block;color:#becf28;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.journal-preview__name{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);margin-bottom:.5rem;line-height:1.2}.journal-preview__date{color:#ffffffb3;font-size:clamp(.875rem,.8rem + .375vw,1rem)}html.theme-light .journal-preview__card{background:#00000005}.footer{padding:2rem 0;background:#2a2a2a;border-top:1px solid rgba(255,255,255,.05)}.footer__grid{display:grid;gap:3rem}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;align-items:start}}.footer__brand{max-width:320px}.footer__logo{display:inline-block;margin-bottom:1.5rem}.footer__logo-svg{width:130px;height:auto;color:#fff}.footer__logo-img{width:130px;height:auto;filter:brightness(0) invert(1)}.footer__tagline{color:#ffffffb3;font-size:clamp(.875rem,.8rem + .375vw,1rem);line-height:1.6;margin-bottom:1.5rem}.footer__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:9999px;color:#ffffffb3;transition:all .15s ease}@media(hover:hover)and (pointer:fine){.footer__social-link:hover{background:#becf28;color:#1a1a1a}}.footer__heading{font-size:clamp(.875rem,.8rem + .375vw,1rem);font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;color:#fff;font-family:Space Grotesk,Inter,sans-serif}.footer__links{list-style:none;padding:0;margin:0}.footer__links--2col{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1rem}.footer__contact-item{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;font-size:clamp(.875rem,.8rem + .375vw,1rem);margin-bottom:.5rem}.footer__contact-item svg{flex-shrink:0}.footer__bottom{display:flex;flex-direction:column;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);align-items:center;text-align:center}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}.footer__copyright{font-size:clamp(.75rem,.7rem + .25vw,.875rem);color:#ffffff80;white-space:nowrap}@media(min-width:768px){.footer__copyright{flex:1}}.footer__legal{display:flex;gap:1rem;justify-content:center}@media(min-width:768px){.footer__legal{flex:2;justify-content:center}}.footer__legal-link{font-size:clamp(.75rem,.7rem + .25vw,.875rem);color:#ffffff80;transition:color .15s ease}.footer__pare-badge{display:inline-flex;align-items:center}@media(min-width:768px){.footer__pare-badge{flex:1;justify-content:flex-end}}.footer__pare-badge img{height:24px;width:auto;opacity:.7;transition:all .15s ease}@media(hover:hover)and (pointer:fine){.footer__pare-badge:hover img{opacity:1;transform:scale(1.1)}}html.theme-light .footer{background:#fff;border-color:#0000000d}html.theme-light .footer__logo-svg{color:#1a1a1a}html.theme-light .footer__logo-img{filter:brightness(0)}html.theme-light .footer__tagline{color:#1a1a1ab3}html.theme-light .footer__heading{color:#1a1a1a}html.theme-light .footer__link{color:#1a1a1ab3}@media(hover:hover)and (pointer:fine){html.theme-light .footer__link:hover{color:#becf28}}html.theme-light .footer__contact-item{color:#1a1a1ab3}html.theme-light .footer__social-link{background:#0000000d;color:#1a1a1ab3}html.theme-light .footer__bottom{border-color:#0000000d}html.theme-light .footer__copyright,html.theme-light .footer__legal-link{color:#1a1a1ab3}@media(hover:hover)and (pointer:fine){html.theme-light .footer__legal-link:hover{color:#1a1a1a}}.chat-widget{position:fixed;bottom:25px;right:25px;z-index:9999;font-family:Inter,Helvetica Neue,-apple-system,sans-serif}@media(min-width:576px){.chat-widget{bottom:20px;right:20px}}.chat-widget__trigger{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 8px 32px #0000004d;cursor:pointer;transition:all .3s ease}@media(hover:hover)and (pointer:fine){.chat-widget__trigger:hover{transform:scale(1.05);box-shadow:0 12px 40px #0006;border-color:#fff3}}@media(min-width:576px){.chat-widget__trigger{width:56px;height:56px}}.chat-widget__trigger-icon{width:26px;height:26px;color:#fff;transition:all .15s ease}.chat-widget__trigger-icon svg{width:100%;height:100%;display:block}.chat-widget__trigger-icon--chat{display:block}.chat-widget__trigger-icon--close{display:none}.chat-widget.is-open .chat-widget__trigger{background:#2a2a2a;border-color:#ffffff26;box-shadow:0 8px 32px #0006}.chat-widget.is-open .chat-widget__trigger-icon--chat{display:none}.chat-widget.is-open .chat-widget__trigger-icon--close{display:block}.chat-widget.is-open .chat-widget__popup{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.chat-widget__popup{position:absolute;bottom:calc(100% + 16px);right:0;width:320px;background:#242424;border-radius:12px;box-shadow:0 10px 40px #0000004d,0 0 0 1px #ffffff1a;opacity:0;visibility:hidden;transform:translateY(20px) scale(.95);transform-origin:bottom right;transition:all .3s ease cubic-bezier(.4,0,.2,1);overflow:hidden}@media(min-width:576px){.chat-widget__popup{width:calc(100vw - 32px);max-width:320px}}.chat-widget__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:#1a1a1a;border-bottom:1px solid rgba(255,255,255,.08)}.chat-widget__title{color:#fff;font-size:20px;font-weight:600;letter-spacing:.3px;margin:0}.chat-widget__close{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:#fffc;border-radius:50%;transition:all .15s ease;cursor:pointer}.chat-widget__close svg{width:16px;height:16px}@media(hover:hover)and (pointer:fine){.chat-widget__close:hover{background:#fff3;color:#fff}}.chat-widget__content{padding:16px}.chat-widget__section{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:8px;transition:all .15s ease}.chat-widget__section--link{text-decoration:none;cursor:pointer}@media(hover:hover)and (pointer:fine){.chat-widget__section--link:hover{background:#857bb31a}}.chat-widget__section-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;background:#857bb326;border-radius:4px;color:#857bb3}.chat-widget__section-icon svg{width:18px;height:18px}.chat-widget__section-content{display:flex;flex-direction:column;gap:2px}.chat-widget__section-label{font-size:12px;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.chat-widget__section-value{font-size:14px;color:#fff;font-weight:500}.chat-widget__actions{display:flex;flex-direction:column;gap:10px;padding:0 16px 16px}.chat-widget__btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all .15s ease;cursor:pointer}.chat-widget__btn svg{width:18px;height:18px}.chat-widget__btn--primary{background:#333;color:#fff}@media(hover:hover)and (pointer:fine){.chat-widget__btn--primary:hover{background:#444;transform:translateY(-2px);box-shadow:0 4px 15px #0000004d}}.chat-widget__btn--whatsapp{background:#26d367;color:#fff}@media(hover:hover)and (pointer:fine){.chat-widget__btn--whatsapp:hover{background:#1fb855;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #26d36766}.chat-widget__btn--whatsapp:hover svg{color:#fff;fill:#fff}}@keyframes chat-widget-pulse{0%{box-shadow:0 4px 20px #857bb366,0 0 #857bb366}70%{box-shadow:0 4px 20px #857bb366,0 0 0 15px #857bb300}to{box-shadow:0 4px 20px #857bb366,0 0 #857bb300}}html.theme-light .chat-widget__popup{background:#fff;box-shadow:0 10px 40px #00000026,0 0 0 1px #0000000d}html.theme-light .chat-widget__header{background:linear-gradient(135deg,#4a4a4a,#666)}html.theme-light .chat-widget__section-icon{color:#888}html.theme-light .chat-widget__section-label{color:#666}html.theme-light .chat-widget__section-value{color:#1a1a1a}html.theme-light .chat-widget__section--link:hover{background:#0000000d}html.theme-light .chat-widget__btn--primary{background:#1a1a1a;color:#fff}html.theme-light .chat-widget__btn--primary:hover{background:#333}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.hero__background{position:absolute;inset:0;z-index:-1}.hero__background:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#1a1a1a4d,#1a1a1a80,#1a1a1ae6)}.hero__video,.hero__poster{position:absolute;inset:0;object-fit:cover;width:100%;height:100%}.hero__overlay{position:absolute;inset:0;z-index:1;pointer-events:none}.hero__content{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,.5rem + 2vw,3rem);padding-top:100px;padding-bottom:4rem;padding-left:1.5rem;padding-right:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}@media(min-width:768px){.hero__content{padding-top:120px;padding-left:clamp(1rem,.5rem + 2vw,3rem);padding-right:clamp(1rem,.5rem + 2vw,3rem);text-align:left;align-items:flex-start}}@media(min-width:992px){.hero__content{padding-bottom:clamp(4rem,3rem + 5vw,8rem)}}.hero__title{font-size:clamp(2rem,8vw,3rem);line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out forwards;max-width:100%;word-wrap:break-word}@media(min-width:576px){.hero__title{font-size:clamp(2.5rem,6vw,4rem)}}@media(min-width:768px){.hero__title{font-size:clamp(3rem,5vw,5rem);line-height:.95;margin-bottom:2rem}}@media(min-width:992px){.hero__title{font-size:clamp(3rem,2rem + 6vw,8rem);line-height:.9}}.hero__title .word{display:inline-block;overflow:hidden}.hero__title .word span{display:inline-block;transform:translateY(0);transition:transform .8s cubic-bezier(.16,1,.3,1)}.hero__title.is-revealed .word span{transform:translateY(0)}.hero__highlight{color:#becf28;position:relative;white-space:nowrap}.hero__highlight:after{content:"";position:absolute;bottom:.05em;left:0;right:0;height:.1em;background:#becf28;transform:scaleX(1);transform-origin:left;transition:transform .8s cubic-bezier(.16,1,.3,1) .5s}@media(min-width:768px){.hero__highlight:after{bottom:.1em;height:.15em}}.hero__title.is-revealed .hero__highlight:after{transform:scaleX(1)}.hero__subtitle{max-width:100%;font-size:clamp(1rem,.9rem + .5vw,1.125rem);color:#ffffffb3;margin-bottom:2rem;animation:fadeInUp 1s ease-out .3s forwards;opacity:0;line-height:1.6}@media(min-width:576px){.hero__subtitle{font-size:clamp(1rem,.9rem + .5vw,1.125rem);max-width:500px}}@media(min-width:768px){.hero__subtitle{font-size:clamp(1.125rem,1rem + .625vw,1.375rem);max-width:600px;margin-bottom:3rem}}.hero__content.is-revealed .hero__subtitle{opacity:1;transform:translateY(0)}.hero__cta{display:flex;flex-direction:column;gap:.5rem;animation:fadeInUp 1s ease-out .5s forwards;opacity:0;width:100%;max-width:300px}@media(min-width:576px){.hero__cta{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:none}}@media(min-width:768px){.hero__cta{justify-content:flex-start}}.hero__cta .btn{width:100%}@media(min-width:576px){.hero__cta .btn{width:auto}}.hero__content.is-revealed .hero__cta{opacity:1;transform:translateY(0)}.hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:none;flex-direction:column;align-items:center;gap:.5rem;color:#ffffffb3;animation:bounce 2s infinite}@media(min-width:768px){.hero__scroll-indicator{display:flex;bottom:3rem}}.hero__scroll-indicator-text{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.2em}.hero__scroll-indicator-icon{width:24px;height:40px;border:2px solid currentColor;border-radius:12px;position:relative}.hero__scroll-indicator-icon:before{content:"";position:absolute;top:8px;left:50%;width:4px;height:8px;margin-left:-2px;background:#becf28;border-radius:2px;animation:scroll-indicator 1.5s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@keyframes scroll-indicator{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(15px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.featured-collections{padding:clamp(4rem,3rem + 5vw,8rem) 0;background:#1a1a1a;overflow:hidden}.featured-collections__header{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,.5rem + 2vw,3rem);display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.featured-collections__title{font-size:clamp(2rem,1.5rem + 2.5vw,3rem)}.featured-collections__slider{display:flex;gap:1.5rem;padding-left:clamp(1rem,.5rem + 2vw,3rem);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.featured-collections__slider::-webkit-scrollbar{display:none}.featured-collections__slider{padding-bottom:1.5rem;margin-bottom:-1.5rem}.featured-collections__slide{flex:0 0 280px;scroll-snap-align:start}@media(min-width:768px){.featured-collections__slide{flex:0 0 350px}}@media(min-width:992px){.featured-collections__slide{flex:0 0 420px}}.featured-collections__card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:.75}@supports not (aspect-ratio: 1){.featured-collections__card:before{content:"";float:left;padding-top:calc(4 / 3 * 100%)}.featured-collections__card:after{content:"";display:block;clear:both}}@media(hover:hover)and (pointer:fine){.featured-collections__card:hover .featured-collections__image{transform:scale(1.05)}.featured-collections__card:hover .featured-collections__overlay{opacity:1}.featured-collections__card:hover .featured-collections__info{transform:translateY(0)}}.featured-collections__image{position:absolute;inset:0;object-fit:cover;transition:transform .5s ease}.featured-collections__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(26,26,26,.9) 0%,rgba(26,26,26,.3) 50%,transparent 100%);opacity:.7;transition:opacity .3s ease}.featured-collections__info{position:absolute;bottom:0;left:0;right:0;padding:2rem;transform:translateY(20px);transition:transform .3s ease}.featured-collections__category{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.1em;color:#becf28;margin-bottom:.5rem}.featured-collections__name{font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);margin-bottom:0}.stats{padding:clamp(4rem,3rem + 5vw,8rem) 0;background:#242424}.stats__grid{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,.5rem + 2vw,3rem);display:grid;gap:3rem;text-align:center}@media(min-width:768px){.stats__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.stats__grid{grid-template-columns:repeat(4,1fr)}}.stats__item{padding:2rem}.stats__number{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(2.5rem,2rem + 3.75vw,4.5rem);color:#becf28;margin-bottom:.5rem}.stats__number .counter{display:inline-block}.stats__label{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3}html.theme-light .hero__background:after{background:linear-gradient(to bottom,#ffffff1a,#ffffff4d,#f4f4f4f2)}html.theme-light .hero__title,html.theme-light .hero__highlight{color:#fff;text-shadow:none}html.theme-light .hero__subtitle{color:#ffffffe6;text-shadow:none}html.theme-light .hero__scroll-indicator{color:#1a1a1ab3}html.theme-light .stats{background:#fff}html.theme-light .stats__label{color:#1a1a1ab3}html.theme-light .featured-collections{background:#f4f4f4}html.theme-light .featured-collections__overlay{background:linear-gradient(to top,rgba(255,255,255,.95) 0%,rgba(255,255,255,.5) 50%,transparent 100%)}html.theme-light .featured-collections__info,html.theme-light .featured-collections__name{color:#1a1a1a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.section-header--center{justify-content:center;text-align:center}.section-header__title{font-size:clamp(1.75rem,1.25rem + 2vw,2.5rem);font-family:Bebas Neue,Impact,sans-serif;color:#fff}.section-empty{text-align:center;color:#ffffffb3;padding:4rem;grid-column:1/-1}.home-lookbook__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:576px){.home-lookbook__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.home-lookbook__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.home-lookbook__card{position:relative;aspect-ratio:16/9;border-radius:12px;overflow:hidden;display:block}.home-lookbook__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.home-lookbook__card:hover .home-lookbook__image{transform:scale(1.08)}.home-lookbook__overlay{position:absolute;inset:0;background:#0006;transition:background .3s ease}.home-lookbook__card:hover .home-lookbook__overlay{background:#0009}.home-lookbook__info{position:absolute;bottom:0;left:0;right:0;padding:1.5rem}.home-lookbook__category{display:block;color:#becf28;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.home-lookbook__name{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(1.125rem,1rem + .625vw,1.375rem);color:#fff}.home-references__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.home-references__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:992px){.home-references__grid{grid-template-columns:repeat(6,1fr)}}.home-references__card{position:relative;aspect-ratio:1/1;border-radius:12px;overflow:hidden}.home-references__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.home-references__card:hover .home-references__image{transform:scale(1.1)}.home-references__overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.home-references__card:hover .home-references__overlay{opacity:1}.home-references__zoom{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px;color:#fff;transition:all .15s ease}.home-references__zoom:hover{background:#becf28;color:#1a1a1a;transform:scale(1.1)}.home-services{background:#ffffff05}.home-services__grid{display:grid;gap:2rem}@media(min-width:768px){.home-services__grid{grid-template-columns:repeat(3,1fr)}}.home-services__card{text-align:center;padding:3rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}@media(hover:hover)and (pointer:fine){.home-services__card:hover{background:#ffffff0d;border-color:#becf284d;transform:translateY(-4px)}}.home-services__icon{width:70px;height:70px;margin:0 auto 1.5rem;background:#becf281a;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#becf28}.home-services__card-title{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);margin-bottom:.5rem;color:#fff}.home-services__card-text{color:#ffffffb3;font-size:clamp(.875rem,.8rem + .375vw,1rem);line-height:1.6}.home-services__cta{text-align:center;margin-top:4rem}.home-journal__grid{display:grid;gap:2rem}@media(min-width:768px){.home-journal__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.home-journal__grid{grid-template-columns:repeat(3,1fr)}}.home-journal__card{background:#ffffff05;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}@media(hover:hover)and (pointer:fine){.home-journal__card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0003}}.home-journal__link{display:block}.home-journal__image-wrapper{aspect-ratio:16/9;overflow:hidden}.home-journal__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.home-journal__card:hover .home-journal__image{transform:scale(1.05)}.home-journal__content{padding:2rem}.home-journal__category{display:inline-block;color:#becf28;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.home-journal__name{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);margin-bottom:.5rem;line-height:1.2;color:#fff}.home-journal__date{color:#ffffffb3;font-size:clamp(.875rem,.8rem + .375vw,1rem)}html.theme-light .section-header__title{color:#1a1a1a}html.theme-light .home-services{background:#00000005}html.theme-light .home-services__card{background:#00000005;border-color:#0000000d}@media(hover:hover)and (pointer:fine){html.theme-light .home-services__card:hover{background:#0000000a}}html.theme-light .home-services__card-title{color:#1a1a1a}html.theme-light .home-services__card-text{color:#1a1a1ab3}html.theme-light .home-journal__card{background:#00000005}html.theme-light .home-journal__name{color:#1a1a1a}html.theme-light .home-journal__date{color:#1a1a1ab3}html.theme-light .home-lookbook__name{color:#fff}.lookbook-page{padding-top:80px;min-height:100vh}.lookbook-filter{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,.5rem + 2vw,3rem);padding-block:2rem;position:sticky;top:70px;z-index:199;background:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05)}.lookbook-filter__wrapper{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem}.lookbook-filter__btn{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);font-weight:500;text-transform:uppercase;letter-spacing:.1em;padding:.5rem 1.5rem;color:#ffffffb3;border:1px solid transparent;border-radius:9999px;transition:all .15s ease}@media(hover:hover)and (pointer:fine){.lookbook-filter__btn:hover{color:#fff;background:#ffffff0d}}.lookbook-filter__btn--active,.lookbook-filter__btn.is-active{color:#1a1a1a;background:#becf28;border-color:#becf28}.lookbook{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,.5rem + 2vw,3rem);padding-block:3rem}.lookbook__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:576px){.lookbook__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.lookbook__grid{grid-template-columns:repeat(var(--columns, 3),1fr);gap:3rem}}.lookbook__item{position:relative;overflow:hidden;border-radius:12px;cursor:pointer;background:#2a2a2a;aspect-ratio:16/9}.lookbook__item:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#becf2800,#becf28d9);opacity:0;z-index:2;transition:opacity .5s ease;mix-blend-mode:multiply}.lookbook__item:after{content:"";position:absolute;inset:0;background:linear-gradient(-45deg,#857bb300,#857bb34d);opacity:0;z-index:3;transition:opacity .3s ease .1s}@media(hover:hover)and (pointer:fine){.lookbook__item:hover:before{opacity:1}.lookbook__item:hover:after{opacity:1}.lookbook__item:hover .lookbook__image{transform:scale(1.05)}.lookbook__item:hover .lookbook__secondary-image{opacity:1}.lookbook__item:hover .lookbook__details{opacity:1;transform:translateY(0)}}.lookbook__link{display:block;width:100%;height:100%}.lookbook__item{position:relative;overflow:hidden;border-radius:8px;cursor:pointer;background:#2a2a2a}.lookbook__item:before{content:"";position:absolute;inset:0;background:#00000080;opacity:0;z-index:2;transition:opacity .4s ease}@media(hover:hover)and (pointer:fine){.lookbook__item:hover:before{opacity:1}.lookbook__item:hover .lookbook__image{transform:scale(1.08)}.lookbook__item:hover .lookbook__secondary-image{opacity:1}.lookbook__item:hover .lookbook__details{opacity:1;transform:translateY(0)}.lookbook__item:hover .lookbook__view{opacity:1;transform:translate(-50%,-50%) scale(1)}}.lookbook__image-wrapper{position:absolute;inset:0}.lookbook__image{position:absolute;inset:0;object-fit:cover;transition:transform .7s cubic-bezier(.25,.46,.45,.94),filter .5s ease;will-change:transform}.lookbook__secondary-image{position:absolute;inset:0;object-fit:cover;opacity:0;transition:opacity .4s ease;z-index:1}.lookbook__details{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:4;opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.25,.46,.45,.94);color:#fff}.lookbook__category{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);font-weight:600;text-transform:uppercase;letter-spacing:.15em;display:inline-block;padding:.25rem .5rem;background:#00000080;color:#becf28;border-radius:4px;margin-bottom:.5rem}.lookbook__title{font-size:clamp(1.125rem,1rem + .625vw,1.375rem);font-family:Bebas Neue,Impact,sans-serif;margin-bottom:.25rem;color:#fff}.lookbook__fabric{font-size:clamp(.875rem,.8rem + .375vw,1rem);opacity:.8}.lookbook__fabric span{display:inline-flex;align-items:center;gap:.25rem}.lookbook__fabric span:before{content:"";width:6px;height:6px;background:currentColor;border-radius:50%}.lookbook__view{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);z-index:5;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff;color:#1a1a1a;border-radius:9999px;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.1em;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.lookbook__item:hover .lookbook__view{transform:translate(-50%,-50%) scale(1)}@keyframes glitch{0%{transform:translate(0);filter:hue-rotate(0deg)}20%{transform:translate(-2px,2px);filter:hue-rotate(20deg)}40%{transform:translate(-2px,-2px);filter:hue-rotate(-20deg)}60%{transform:translate(2px,2px);filter:hue-rotate(20deg)}80%{transform:translate(2px,-2px);filter:hue-rotate(-20deg)}to{transform:translate(0);filter:hue-rotate(0deg)}}.lookbook--loading .lookbook__grid{opacity:.5;pointer-events:none}.lookbook__empty{grid-column:1/-1;text-align:center;padding:6rem;color:#ffffffb3}.lookbook__empty-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.3}.lookbook__empty-text{font-size:clamp(1.125rem,1rem + .625vw,1.375rem)}html.theme-light .lookbook-filter{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:transparent}html.theme-light .lookbook-filter__btn{color:#1a1a1ab3}@media(hover:hover)and (pointer:fine){html.theme-light .lookbook-filter__btn:hover{color:#1a1a1a;background:#0000000d}}html.theme-light .lookbook-filter__btn--active,html.theme-light .lookbook-filter__btn.is-active{color:#1a1a1a;background:#becf28}html.theme-light .lookbook__item{background:#fff}html.theme-light .lookbook__details,html.theme-light .lookbook__title{color:#fff}.lookbook-detail{padding-top:80px;min-height:100vh}.lookbook-detail__grid{display:grid;gap:6rem}@media(min-width:768px){.lookbook-detail__grid{grid-template-columns:1fr 1fr;align-items:start}}.lookbook-detail__images{display:grid;gap:1.5rem}.lookbook-detail__main-image{border-radius:12px;overflow:hidden}.lookbook-detail__main-image img{width:100%;height:auto}.lookbook-detail__secondary-image{border-radius:12px;overflow:hidden}.lookbook-detail__secondary-image img{width:100%;height:auto}.lookbook-detail__info{position:sticky;top:120px}.lookbook-detail__title{font-size:clamp(2rem,1.5rem + 2.5vw,3rem);margin-bottom:2rem}.lookbook-detail__description{color:#ffffffb3;line-height:1.8;margin-bottom:3rem}.lookbook-detail__spec{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.lookbook-detail__spec-label{color:#ffffff80;font-family:Space Grotesk,Inter,sans-serif;text-transform:uppercase;font-size:clamp(.875rem,.8rem + .375vw,1rem);letter-spacing:.1em}.lookbook-detail__spec-value{color:#fff}.lookbook-detail__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:3rem}.lookbook-item{position:relative;background:#ffffff05;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}@media(hover:hover)and (pointer:fine){.lookbook-item:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0003}}.lookbook-item__image-wrapper{position:relative;aspect-ratio:4/5;overflow:hidden}.lookbook-item__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.lookbook-item:hover .lookbook-item__image{transform:scale(1.05)}.lookbook-item__badge{position:absolute;top:.5rem;left:.5rem;background:#becf28;color:#1a1a1a;padding:.25rem .5rem;border-radius:4px;font-size:clamp(.75rem,.7rem + .25vw,.875rem);font-weight:600;text-transform:uppercase}.lookbook-item__details{padding:1.5rem;opacity:1!important;transform:none!important;visibility:visible!important}.lookbook-item__type{display:inline-block;color:#becf28;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.lookbook-item__name{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(1.125rem,1rem + .625vw,1.375rem);margin-bottom:.25rem}.lookbook-item__fabric{color:#ffffffb3;font-size:clamp(.875rem,.8rem + .375vw,1rem)}.lookbook-item__gallery-indicator{position:absolute;bottom:.5rem;right:.5rem;display:flex;align-items:center;gap:.25rem;background:#000000b3;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:clamp(.75rem,.7rem + .25vw,.875rem)}html.theme-light .lookbook-detail__description{color:#1a1a1ab3}html.theme-light .lookbook-detail__spec{border-bottom-color:#0000001a}html.theme-light .lookbook-detail__spec-label{color:#1a1a1ab3}html.theme-light .lookbook-detail__spec-value,html.theme-light .lookbook-detail__title{color:#1a1a1a}html.theme-light .lookbook-item{background:#fff}html.theme-light .lookbook-item__name{color:#1a1a1a}html.theme-light .lookbook-item__fabric{color:#1a1a1ab3}html.theme-light .lookbook-item__details{background:#fff}.references-page{padding-top:80px;min-height:100vh}.references-filter{padding:3rem 0;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.05)}.references-filter__tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.references-filter__tab{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);padding:.5rem 1.5rem;border-radius:9999px;background:#ffffff0d;color:#ffffffb3;transition:all .15s ease}@media(hover:hover)and (pointer:fine){.references-filter__tab:hover{background:#ffffff1a;color:#fff}}.references-filter__tab.is-active{background:#becf28;color:#1a1a1a}.references__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}@media(min-width:768px){.references__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.references__grid{grid-template-columns:repeat(4,1fr)}}.references__empty{grid-column:1/-1;text-align:center;padding:6rem;color:#ffffffb3}.reference-card{background:#ffffff05;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}@media(hover:hover)and (pointer:fine){.reference-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0003}}.reference-card__image-wrapper{position:relative;aspect-ratio:1/1;overflow:hidden;cursor:pointer}.reference-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.reference-card:hover .reference-card__image{transform:scale(1.05)}.reference-card__badge{position:absolute;top:.5rem;left:.5rem;background:#becf28;color:#1a1a1a;padding:.25rem .5rem;border-radius:4px;font-size:clamp(.75rem,.7rem + .25vw,.875rem);font-weight:600;text-transform:uppercase}.reference-card__overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:5}.reference-card:hover .reference-card__overlay{opacity:1;pointer-events:auto}.reference-card__actions{display:flex;gap:.5rem}.reference-card__zoom{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px;color:#fff;transition:all .15s ease;cursor:pointer;z-index:10}@media(hover:hover)and (pointer:fine){.reference-card__zoom:hover{background:#becf28;color:#1a1a1a;transform:scale(1.1)}}.reference-card__content{padding:1.5rem}.reference-card__category{display:inline-block;color:#becf28;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.reference-card__title{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(1.125rem,1rem + .625vw,1.375rem);margin-bottom:.25rem;line-height:1.2}.reference-card__description{color:#ffffffb3;font-size:clamp(.875rem,.8rem + .375vw,1rem);line-height:1.5}.references-cta{width:100vw;margin-left:calc(-50vw + 50%);position:relative;overflow:hidden;padding:clamp(4rem,3rem + 5vw,8rem) 2rem;text-align:center}.references-cta__bg{position:absolute;inset:0;z-index:1}.references-cta__bg img{width:100%;height:100%;object-fit:cover}.references-cta__bg:after{content:"";position:absolute;inset:0;background:#1a1a1abf}.references-cta__content{position:relative;z-index:2;max-width:700px;margin:0 auto}.references-cta__title{font-size:clamp(2rem,1.5rem + 2.5vw,3.5rem);margin-bottom:1.5rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.references-cta__text{color:#fffc;margin-bottom:2rem;font-size:clamp(1.125rem,1rem + .625vw,1.375rem)}.lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:400;background:#000000f2;opacity:0;visibility:hidden;transition:all .3s ease;overflow:hidden}.lightbox[aria-hidden=false]{opacity:1;visibility:visible}.lightbox__close{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;position:fixed;top:1rem;right:1rem;font-size:1.5rem;color:#fff;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:9999px;transition:all .15s ease;z-index:100}@media(min-width:768px){.lightbox__close{top:2rem;right:2rem;width:50px;height:50px;font-size:2rem}}@media(hover:hover)and (pointer:fine){.lightbox__close:hover{background:#fff3;transform:scale(1.1)}}.lightbox__content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;width:100%;max-width:1200px;padding:1rem}.lightbox__image{display:block;max-width:90vw;max-height:75vh;width:auto;height:auto;object-fit:contain;border-radius:8px}@media(min-width:768px){.lightbox__image{max-width:85vw;max-height:80vh;border-radius:12px}}.lightbox__caption{color:#fff;font-size:clamp(1rem,.9rem + .5vw,1.125rem);margin-top:1rem;text-align:center;padding:0 1rem}@media(min-width:768px){.lightbox__caption{font-size:clamp(1.125rem,1rem + .625vw,1.375rem);margin-top:1.5rem}}.lightbox__navigation{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1rem 0;width:100%;pointer-events:none;z-index:10}@media(min-width:768px){.lightbox__navigation{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);padding:0 2rem;justify-content:space-between}}.lightbox__nav{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;background:#ffffff26;border-radius:9999px;transition:all .15s ease;cursor:pointer;pointer-events:auto;z-index:15}@media(min-width:768px){.lightbox__nav{width:60px;height:60px}}@media(hover:hover)and (pointer:fine){.lightbox__nav:hover{background:#ffffff40;transform:scale(1.1)}}.lightbox__nav svg{width:24px;height:24px}@media(min-width:768px){.lightbox__nav svg{width:32px;height:32px}}.lightbox__counter{color:#ffffffb3;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);padding:0 1.5rem}@media(min-width:768px){.lightbox__counter{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);padding:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}html.theme-light .references-filter{background:#00000005;border-bottom-color:#0000000d}html.theme-light .references-filter__tab{background:#00000008;color:#1a1a1ab3}@media(hover:hover)and (pointer:fine){html.theme-light .references-filter__tab:hover{background:#00000014;color:#1a1a1a}}html.theme-light .references-filter__tab.is-active{background:#becf28;color:#1a1a1a}html.theme-light .reference-card{background:#00000005}html.theme-light .references-cta__bg:after{background:#ffffffd9}html.theme-light .references-cta__title{color:#1a1a1a;text-shadow:none}html.theme-light .references-cta__text{color:#1a1a1ab3}.services-page{padding-top:80px}.process{width:100%;padding-block:clamp(4rem,3rem + 5vw,8rem);padding-inline:2rem}@media(min-width:768px){.process{padding-inline:4rem}}.process__title{text-align:center;margin-bottom:4rem;font-size:clamp(2rem,1.5rem + 2vw,3rem)}.accordion{display:flex;flex-direction:column;gap:1rem;max-width:1200px;margin-inline:auto}.accordion__item{border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;background:#ffffff05;transition:all .3s ease}.accordion__item.is-open{border-color:#becf284d}.accordion__item.is-open .accordion__header{border-bottom:1px solid rgba(255,255,255,.05)}.accordion__item.is-open .accordion__content{max-height:500px;padding-bottom:2rem}.accordion__item.is-open .accordion__icon{transform:rotate(180deg)}.accordion__header{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;width:100%;display:flex;align-items:center;gap:1.5rem;padding:2rem;text-align:left;cursor:pointer;transition:background .15s ease}@media(hover:hover)and (pointer:fine){.accordion__header:hover{background:#ffffff05}}.accordion__number{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(2rem,1.5rem + 2.5vw,3rem);color:#becf28;min-width:60px}.accordion__title-wrap{flex:1}.accordion__title{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);margin-bottom:.25rem}.accordion__subtitle{font-size:clamp(.875rem,.8rem + .375vw,1rem);color:#ffffffb3}.accordion__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:9999px;color:#ffffffb3;transition:all .3s ease}.accordion__icon svg{width:16px;height:16px}.accordion__content{max-height:0;overflow:hidden;padding-inline:2rem;transition:all .5s ease}.accordion__body{padding-left:calc(60px + 1.5rem);color:#ffffffb3;line-height:1.8}.accordion__body ul{margin-top:1rem}.accordion__body ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem}.accordion__body ul li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;background:#becf28;border-radius:50%}.section-fullwidth{width:100vw;margin-left:calc(-50vw + 50%);position:relative;overflow:hidden}.section-fullwidth__bg{position:absolute;inset:0;z-index:-1}.section-fullwidth__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.section-fullwidth__content{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,.5rem + 2vw,3rem);position:relative;z-index:1}.sustainability{width:100vw;margin-left:calc(-50vw + 50%);position:relative;overflow:hidden;padding-block:clamp(4rem,3rem + 5vw,8rem)}.sustainability__bg{position:absolute;inset:0;z-index:-1}.sustainability__bg img{width:100%;height:100%;object-fit:cover}.sustainability__bg:after{content:"";position:absolute;inset:0;background:#1a1a1ad9}.sustainability__container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,.5rem + 2vw,3rem);position:relative;z-index:1}.sustainability__header{text-align:center;max-width:700px;margin-inline:auto;margin-bottom:4rem}.sustainability__label{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.2em;color:#becf28;margin-bottom:1rem}.sustainability__title{font-size:clamp(1.75rem,1.25rem + 2vw,2.5rem);margin-bottom:1.5rem}.sustainability__description{color:#ffffffb3}.sustainability__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:576px){.sustainability__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.sustainability__grid{grid-template-columns:repeat(4,1fr)}}.cert-card{text-align:center;padding:2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}@media(hover:hover)and (pointer:fine){.cert-card:hover{background:#ffffff14;border-color:#becf284d;transform:translateY(-5px)}}.cert-card__icon{margin-bottom:1.5rem}.cert-card__name{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(1.125rem,1rem + .625vw,1.375rem);margin-bottom:.5rem}.cert-card__description{font-size:clamp(.875rem,.8rem + .375vw,1rem);color:#ffffffb3}.counters{width:100vw;margin-left:calc(-50vw + 50%);position:relative;overflow:hidden;display:flex;justify-content:center;flex-wrap:wrap;gap:4rem;padding:clamp(4rem,3rem + 5vw,8rem) 2rem}.counters__bg{position:absolute;inset:0;z-index:-1}.counters__bg img{width:100%;height:100%;object-fit:cover}.counters__bg:after{content:"";position:absolute;inset:0;background:#1a1a1acc}.counters__item{text-align:center;position:relative;z-index:1}.counters__number{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(3rem,2rem + 4vw,5rem);color:#becf28;line-height:1;margin-bottom:.5rem}.counters__label{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3}.services-cta{width:100vw;margin-left:calc(-50vw + 50%);position:relative;overflow:hidden;padding:clamp(4rem,3rem + 5vw,8rem) 2rem;text-align:center}.services-cta__bg{position:absolute;inset:0;z-index:1}.services-cta__bg img{width:100%;height:100%;object-fit:cover}.services-cta__bg:after{content:"";position:absolute;inset:0;background:#1a1a1abf}.services-cta__content{position:relative;z-index:2;max-width:700px;margin-inline:auto}.services-cta__title{font-size:clamp(2rem,1.5rem + 2.5vw,3.5rem);margin-bottom:1.5rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.services-cta__text{color:#fffc;font-size:clamp(1.125rem,1rem + .625vw,1.375rem);margin-bottom:2rem;max-width:500px;margin-inline:auto}html.theme-light .accordion__item{border-color:#0000001a;background:#00000005}html.theme-light .accordion__item.is-open{border-color:#becf284d}html.theme-light .accordion__item.is-open .accordion__header{border-bottom:1px solid rgba(0,0,0,.05)}@media(hover:hover)and (pointer:fine){html.theme-light .accordion__header:hover{background:#00000005}}html.theme-light .accordion__icon{background:#0000000d;color:#1a1a1ab3}html.theme-light .accordion__subtitle,html.theme-light .accordion__body{color:#1a1a1ab3}html.theme-light .cert-card{background:#ffffffe6;border-color:#0000001a;box-shadow:0 4px 20px #00000014}@media(hover:hover)and (pointer:fine){html.theme-light .cert-card:hover{background:#fff;border-color:#becf284d}}html.theme-light .cert-card__description{color:#1a1a1ab3}html.theme-light .sustainability__bg:after{background:#ffffffeb}html.theme-light .sustainability__title{color:#1a1a1a}html.theme-light .sustainability__label{color:#97a420}html.theme-light .sustainability__description{color:#1a1a1ab3}html.theme-light .counters{background:#f5f5f5}html.theme-light .counters__bg:after{background:#fffffff2}html.theme-light .counters__label{color:#1a1a1ab3}html.theme-light .services-cta__bg:after{background:#ffffffe0}html.theme-light .services-cta__title{color:#1a1a1a;text-shadow:none}html.theme-light .services-cta__text{color:#1a1a1ab3}.blog-page{padding-top:80px;min-height:100vh}.blog{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,.5rem + 2vw,3rem);padding-block:clamp(4rem,3rem + 5vw,8rem)}.blog__header{text-align:center;max-width:700px;margin-inline:auto;margin-bottom:4rem}.blog__title{font-size:clamp(2.5rem,2rem + 3.75vw,4.5rem);margin-bottom:1.5rem}.blog__description{color:#ffffffb3;font-size:clamp(1.125rem,1rem + .625vw,1.375rem)}.blog__grid{display:grid;gap:2rem}@media(min-width:768px){.blog__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.blog__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.blog__featured{grid-column:span 2}}@media(min-width:992px){.blog__featured{grid-column:span 2;grid-row:span 2}}.blog__featured .post-card{height:100%}@media(min-width:992px){.blog__featured .post-card{display:grid;grid-template-columns:1.2fr 1fr}}@media(min-width:992px){.blog__featured .post-card__image-wrap{aspect-ratio:.8}@supports not (aspect-ratio: 1){.blog__featured .post-card__image-wrap:before{content:"";float:left;padding-top:125%}.blog__featured .post-card__image-wrap:after{content:"";display:block;clear:both}}}@media(min-width:992px){.blog__featured .post-card__content{display:flex;flex-direction:column;justify-content:center;padding:3rem}}@media(min-width:992px){.blog__featured .post-card__title{font-size:clamp(2rem,1.5rem + 2.5vw,3rem)}}.post-card{background:#242424;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}@media(hover:hover)and (pointer:fine){.post-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0003}.post-card:hover .post-card__image{transform:scale(1.05)}.post-card:hover .post-card__title{color:#becf28}}.post-card__link{display:block;height:100%}.post-card__image-wrap{position:relative;overflow:hidden;aspect-ratio:1.6}@supports not (aspect-ratio: 1){.post-card__image-wrap:before{content:"";float:left;padding-top:62.5%}.post-card__image-wrap:after{content:"";display:block;clear:both}}.post-card__image{position:absolute;inset:0;object-fit:cover;transition:transform .5s ease}.post-card__category{position:absolute;top:1rem;left:1rem;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:.25rem .5rem;background:#becf28;color:#1a1a1a;border-radius:4px}.post-card__content{padding:2rem}.post-card__meta{display:flex;align-items:center;gap:1rem;font-size:clamp(.75rem,.7rem + .25vw,.875rem);color:#ffffff80;margin-bottom:1rem}.post-card__author{display:flex;align-items:center;gap:.5rem}.post-card__author img{width:24px;height:24px;border-radius:9999px;object-fit:cover}.post-card__date:before{content:"•";margin-right:1rem}.post-card__title{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);margin-bottom:1rem;transition:color .15s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card__excerpt{color:#ffffffb3;font-size:clamp(.875rem,.8rem + .375vw,1rem);line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card__read-more{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.1em;color:#becf28}.post-card__read-more svg{transition:transform .15s ease}@media(hover:hover)and (pointer:fine){.post-card:hover .post-card__read-more svg{transform:translate(4px)}}.post-single{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,.5rem + 2vw,3rem);max-width:1200px;padding-block:clamp(4rem,3rem + 5vw,8rem)}.post-single__header{text-align:center;margin-bottom:4rem}.post-single__category{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.2em;color:#becf28;margin-bottom:1.5rem}.post-single__title{font-size:clamp(2.5rem,2rem + 3.75vw,4.5rem);margin-bottom:2rem}.post-single__meta{display:flex;align-items:center;justify-content:center;gap:1.5rem;color:#ffffffb3}.post-single__author{display:flex;align-items:center;gap:.5rem}.post-single__author img{width:40px;height:40px;border-radius:9999px;object-fit:cover}.post-single__featured-image{border-radius:12px;overflow:hidden;margin-bottom:4rem}.post-single__featured-image img{width:100%;height:auto}.post-single__content{font-size:clamp(1.125rem,1rem + .625vw,1.375rem);line-height:1.8;color:#ffffffb3}.post-single__content h2,.post-single__content h3,.post-single__content h4{color:#fff;margin-top:3rem;margin-bottom:1.5rem}.post-single__content h2{font-size:clamp(2rem,1.5rem + 2.5vw,3rem)}.post-single__content h3{font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem)}.post-single__content h4{font-size:clamp(1.125rem,1rem + .625vw,1.375rem)}.post-single__content p{margin-bottom:1.5rem}.post-single__content a{color:#becf28;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;transition:color .15s ease}@media(hover:hover)and (pointer:fine){.post-single__content a:hover{color:#cedd4d}}.post-single__content blockquote{border-left:4px solid #857bb3;padding-left:2rem;margin:3rem 0;font-style:italic;color:#fff}.post-single__content img{border-radius:8px;margin:3rem 0}.post-single__content ul,.post-single__content ol{margin:1.5rem 0;padding-left:2rem}.post-single__content ul li,.post-single__content ol li{margin-bottom:.5rem;position:relative}.post-single__content ul li:before,.post-single__content ol li:before{content:"";position:absolute;left:-1.5rem;top:.6em;width:6px;height:6px;background:#becf28;border-radius:50%}.post-single__share{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.post-single__share-text{color:#ffffff80;font-size:clamp(.875rem,.8rem + .375vw,1rem);margin-bottom:1rem}.post-single__share-buttons{display:flex;justify-content:center;gap:1rem}.post-single__share-buttons .btn--ghost{color:#fff}@media(hover:hover)and (pointer:fine){.post-single__share-buttons .btn--ghost:hover{color:#becf28}}html.theme-light .blog__description{color:#1a1a1ab3}html.theme-light .post-card{background:#fff;box-shadow:0 2px 10px #0000000d}html.theme-light .post-card__content{background:#fff}html.theme-light .post-card__meta{color:#1a1a1ab3}html.theme-light .post-card__title{color:#1a1a1a}html.theme-light .post-card__excerpt,html.theme-light .post-single__content{color:#1a1a1ab3}html.theme-light .post-single__content h2,html.theme-light .post-single__content h3,html.theme-light .post-single__content h4,html.theme-light .post-single__title{color:#1a1a1a}html.theme-light .post-single__meta{color:#1a1a1ab3}html.theme-light .post-single__header{border-bottom-color:#0000001a}html.theme-light .post-single__share{border-top-color:#0000001a}html.theme-light .post-single__share-text{color:#1a1a1ab3}html.theme-light .post-single__share-buttons .btn--ghost{color:#1a1a1a}.contact-page{padding-top:80px;min-height:100vh}.contact{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,.5rem + 2vw,3rem);padding-block:clamp(4rem,3rem + 5vw,8rem)}.contact__grid{display:grid;gap:4rem}@media(min-width:992px){.contact__grid{grid-template-columns:1fr 1.2fr;align-items:start}}.contact__info{padding-right:3rem}.contact__label{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.2em;color:#becf28;margin-bottom:1.5rem}.contact__title{font-size:clamp(2.5rem,2rem + 3.75vw,4.5rem);margin-bottom:2rem}.contact__description{color:#ffffffb3;font-size:clamp(1.125rem,1rem + .625vw,1.375rem);margin-bottom:3rem}.contact__details{display:flex;flex-direction:column;gap:1.5rem}.contact__detail{display:flex;align-items:flex-start;gap:1rem}.contact__detail-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#857bb31a;border-radius:8px;color:#857bb3;flex-shrink:0}.contact__detail-icon svg{width:20px;height:20px}.contact__detail-content h4{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.contact__detail-content p,.contact__detail-content a{color:#ffffffb3;font-size:clamp(1rem,.9rem + .5vw,1.125rem)}@media(hover:hover)and (pointer:fine){.contact__detail-content a:hover{color:#becf28}}.contact__social{display:flex;gap:1rem;margin-top:3rem}.contact__social-link{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffffb3;transition:all .15s ease}.contact__social-link svg{width:20px;height:20px}@media(hover:hover)and (pointer:fine){.contact__social-link:hover{background:#becf28;border-color:#becf28;color:#1a1a1a}}.contact__form-wrapper{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:2rem}@media(min-width:768px){.contact__form-wrapper{padding:3rem}}.contact__form-title{font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);margin-bottom:2rem}.contact__form-grid{display:grid;gap:1rem}@media(min-width:576px){.contact__form-grid{grid-template-columns:repeat(2,1fr)}}.contact__submit{margin-top:1.5rem;width:100%}@media(min-width:576px){.contact__submit{width:auto}}.contact__success{text-align:center;padding:3rem}.contact__success-icon{color:#becf28;margin-bottom:1.5rem}.contact__success h3{font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);margin-bottom:1rem}.contact__success p{color:#ffffffb3}.footer{background:#242424;border-top:1px solid rgba(255,255,255,.05)}.footer__container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1rem,.5rem + 2vw,3rem)}.footer__grid{display:grid;gap:3rem;margin-bottom:4rem}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr}}@media(min-width:992px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__brand{max-width:300px}.footer__logo{width:150px;margin-bottom:1.5rem}.footer__logo svg{width:100%;height:auto}.footer__tagline{color:#ffffffb3;font-size:clamp(.875rem,.8rem + .375vw,1rem);margin-bottom:1.5rem}.footer__social{display:flex;gap:.5rem}.footer__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);border-radius:9999px;color:#ffffffb3;transition:all .15s ease}@media(hover:hover)and (pointer:fine){.footer__social-link:hover{background:#becf28;border-color:#becf28;color:#1a1a1a}}.footer__column-title{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__link{color:#ffffffb3;font-size:clamp(.875rem,.8rem + .375vw,1rem);transition:color .15s ease}@media(hover:hover)and (pointer:fine){.footer__link:hover{color:#becf28}}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.05);text-align:center}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{color:#ffffff80;font-size:clamp(.875rem,.8rem + .375vw,1rem)}.footer__legal{display:flex;gap:1.5rem}.footer__legal-link{color:#ffffff80;font-size:clamp(.75rem,.7rem + .25vw,.875rem)}@media(hover:hover)and (pointer:fine){.footer__legal-link:hover{color:#ffffffb3}}html.theme-light .contact__description{color:#1a1a1ab3}html.theme-light .contact__detail-icon{background:#857bb31a}html.theme-light .contact__detail-content h4{color:#1a1a1a}html.theme-light .contact__detail-content p,html.theme-light .contact__detail-content a{color:#1a1a1ab3}html.theme-light .contact__social-link{background:#0000000d;border-color:#0000001a;color:#1a1a1ab3}html.theme-light .contact__form-wrapper{background:#fffc;border-color:#0000001a;box-shadow:0 4px 20px #0000000d}html.theme-light .contact__form-title{color:#1a1a1a}html.theme-light .contact__success p{color:#1a1a1ab3}.about-page{padding-top:80px;min-height:100vh}.about-intro__grid{display:grid;gap:4rem}@media(min-width:992px){.about-intro__grid{grid-template-columns:1fr 1fr;align-items:center}}.about-intro__title{font-size:clamp(2rem,1.5rem + 2vw,3rem);margin-bottom:2rem}.about-intro__text p{margin-bottom:1.5rem;line-height:1.8;color:#ffffffb3}.about-intro__text p:last-child{margin-bottom:0}.about-intro__image{border-radius:20px;overflow:hidden}.about-intro__image img{width:100%;height:auto;display:block}.about-mission{width:100vw;margin-left:calc(-50vw + 50%);position:relative;overflow:hidden;padding:clamp(4rem,3rem + 5vw,8rem) 2rem}.about-mission__bg{position:absolute;inset:0;z-index:1}.about-mission__bg img{width:100%;height:100%;object-fit:cover}.about-mission__bg:after{content:"";position:absolute;inset:0;background:#1a1a1ad9}.about-mission .container{position:relative;z-index:2}.about-mission__grid{display:grid;gap:2rem}@media(min-width:768px){.about-mission__grid{grid-template-columns:repeat(2,1fr)}}.about-mission__card{text-align:center;padding:4rem 3rem;background:#ffffff0d;border-radius:20px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-mission__icon{width:80px;height:80px;margin:0 auto 2rem;background:#becf2826;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#becf28}.about-mission__title{font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);margin-bottom:1.5rem}.about-mission__text{color:#fffc;line-height:1.7}.about-why__title{text-align:center;font-size:clamp(2rem,1.5rem + 2vw,3rem);margin-bottom:4rem}.about-why__grid{display:grid;gap:2rem}@media(min-width:768px){.about-why__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.about-why__grid{grid-template-columns:repeat(4,1fr)}}.about-why__card{padding:3rem;background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}@media(hover:hover)and (pointer:fine){.about-why__card:hover{background:#ffffff0d;border-color:#becf284d;transform:translateY(-4px)}}.about-why__number{display:block;font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(2.5rem,2rem + 3.75vw,4.5rem);color:#becf28;opacity:.5;margin-bottom:1rem}.about-why__card-title{font-size:clamp(1.125rem,1rem + .625vw,1.375rem);margin-bottom:.5rem}.about-why__card-text{color:#ffffffb3;font-size:clamp(.875rem,.8rem + .375vw,1rem);line-height:1.6}.about-cta{text-align:center;background:linear-gradient(135deg,#857bb31a,#becf281a)}.about-cta__content{max-width:600px;margin:0 auto}.about-cta__title{font-size:clamp(1.5rem,1rem + 2vw,2.5rem);margin-bottom:1.5rem}.about-cta__text{color:#ffffffb3;margin-bottom:2rem;font-size:clamp(1.125rem,1rem + .625vw,1.375rem)}html.theme-light .about-intro__text p{color:#1a1a1ab3}html.theme-light .about-mission__bg:after{background:#ffffffeb}html.theme-light .about-mission__card{background:#fffffff2;border-color:#0000001a;box-shadow:0 4px 20px #00000014}html.theme-light .about-mission__title{color:#1a1a1a}html.theme-light .about-mission__text{color:#1a1a1ab3}html.theme-light .about-why__card{background:#fffc;border-color:#00000014;box-shadow:0 2px 10px #0000000d}@media(hover:hover)and (pointer:fine){html.theme-light .about-why__card:hover{background:#fff;border-color:#becf284d}}html.theme-light .about-why__card-text,html.theme-light .about-cta__text{color:#1a1a1ab3}.start-project-page{padding-top:80px;min-height:100vh}.start-wizard{padding-bottom:clamp(4rem,3rem + 5vw,8rem)}.wizard__option--checkbox{cursor:pointer;position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#ffffff08;border:2px solid rgba(255,255,255,.1);border-radius:8px;transition:all .3s ease}.wizard__option--checkbox .wizard__checkbox{position:absolute;opacity:0;width:0;height:0}.wizard__option--checkbox .wizard__option-icon,.wizard__option--checkbox .wizard__option-label{pointer-events:none}.wizard__option--checkbox .wizard__option-icon{font-size:2.5rem;color:#ffffffb3;transition:color .3s ease}.wizard__option--checkbox .wizard__option-icon svg{width:32px;height:32px}.wizard__option--checkbox .wizard__option-label{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);font-weight:500;text-transform:uppercase;letter-spacing:.05em}@media(hover:hover)and (pointer:fine){.wizard__option--checkbox:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-4px)}}.wizard__option--checkbox.is-selected{border-color:#becf28;background:#becf281a}.wizard__option--checkbox.is-selected .wizard__option-icon{color:#becf28}.wizard__option--checkbox.is-selected:before{content:"✓";position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;background:#becf28;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#1a1a1a;font-weight:700;pointer-events:none}.wizard__form-grid{display:grid;gap:1.5rem}@media(min-width:768px){.wizard__form-grid{grid-template-columns:repeat(2,1fr)}}.form-field{display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.form-field--full{grid-column:1/-1}}.form-field__label{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(.875rem,.8rem + .375vw,1rem);font-weight:500;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.form-field__input,.form-field__select,.form-field__textarea{width:100%;padding:1rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-family:Inter,Helvetica Neue,-apple-system,sans-serif;font-size:clamp(1rem,.9rem + .5vw,1.125rem);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.form-field__input::placeholder,.form-field__select::placeholder,.form-field__textarea::placeholder{color:#ffffff80}.form-field__input:focus,.form-field__select:focus,.form-field__textarea:focus{outline:none;border-color:#becf28;box-shadow:0 0 0 3px #becf2826;background:#ffffff14}.form-field__input:invalid:not(:placeholder-shown),.form-field__select:invalid:not(:placeholder-shown),.form-field__textarea:invalid:not(:placeholder-shown){border-color:#ef4444}.form-field__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.form-field__textarea{min-height:120px;resize:vertical}html.theme-light .form-field__input,html.theme-light .form-field__select,html.theme-light .form-field__textarea{background:#00000008;border-color:#0000001a;color:#1a1a1a}html.theme-light .form-field__input::placeholder,html.theme-light .form-field__select::placeholder,html.theme-light .form-field__textarea::placeholder{color:#1a1a1ab3}html.theme-light .form-field__input:focus,html.theme-light .form-field__select:focus,html.theme-light .form-field__textarea:focus{background:#0000000d}html.theme-light .form-field__label{color:#1a1a1ab3}html.theme-light .form-field__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(0,0,0,0.5)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.start-features{padding:clamp(4rem,3rem + 5vw,8rem) 0;background:#ffffff03}.start-features__grid{display:grid;gap:2rem}@media(min-width:768px){.start-features__grid{grid-template-columns:repeat(3,1fr)}}.start-features__item{text-align:center;padding:3rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:12px;transition:all .3s ease}@media(hover:hover)and (pointer:fine){.start-features__item:hover{background:#ffffff0d;border-color:#becf284d;transform:translateY(-4px)}}.start-features__icon{width:70px;height:70px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#becf281a;border-radius:9999px;color:#becf28}.start-features__title{font-size:clamp(1.125rem,1rem + .625vw,1.375rem);margin-bottom:.5rem}.start-features__text{color:#ffffffb3;font-size:clamp(.875rem,.8rem + .375vw,1rem)}.wizard__success{text-align:center;padding:4rem}.wizard__success-icon{color:#becf28;margin-bottom:1.5rem}.wizard__success-icon svg{width:80px;height:80px}.wizard__success-title{font-size:clamp(2rem,1.5rem + 2.5vw,3rem);margin-bottom:1rem}.wizard__success-message{color:#ffffffb3;font-size:clamp(1.125rem,1rem + .625vw,1.375rem);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}html.theme-light .start-features__item{background:#fffc;border-color:#00000014;box-shadow:0 2px 10px #0000000d}html.theme-light .start-features__item:hover{background:#fff}html.theme-light .start-features__text{color:#1a1a1ab3}html.theme-light .wizard__option--checkbox{background:#fffc;border-color:#0000001f}html.theme-light .wizard__option--checkbox .wizard__option-icon{color:#1a1a1ab3}html.theme-light .wizard__option--checkbox .wizard__option-label{color:#1a1a1a}html.theme-light .wizard__option--checkbox:hover{background:#fff;border-color:#0003}html.theme-light .wizard__option--checkbox.is-selected{background:#becf281a;border-color:#becf28}html.theme-light .wizard__option--checkbox.is-selected .wizard__option-icon{color:#becf28}html.theme-light .wizard__success-message{color:#1a1a1ab3}
