.main{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;width:100%;max-width:100vw;min-height:100vh;position:relative;z-index:1}.section{isolation:isolate;scroll-margin-top:10vh}.banner,.section{width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.banner{padding-bottom:clamp(3.5rem,7vh,6rem);box-sizing:border-box;min-height:100vh;padding-top:calc(10vh + 2rem)}@media(max-width:768px){.banner{padding-top:clamp(2.5rem,5vh,4rem);padding-bottom:clamp(2.5rem,5vh,4rem);padding-top:calc(10vh + 1.5rem)}}.banner__content{max-width:1200px;width:100%;padding:0 4rem;z-index:2;position:relative;display:flex;align-items:center;justify-content:space-between;gap:3rem}@media(max-width:1024px){.banner__content{padding:0 2rem;gap:2rem}}@media(max-width:768px){.banner__content{flex-direction:column}}.banner__text{display:flex;flex-direction:column;gap:1.5rem;max-width:640px;margin:0;text-align:left;z-index:2}@media(max-width:768px){.banner__text{gap:1.25rem;text-align:center;margin:0 auto}}.banner__eyebrow{margin:0}.banner__title{text-wrap:balance;font-size:clamp(2.2rem,3.5vw,3.4rem);font-weight:800;line-height:1.1;color:#fff;letter-spacing:-.02em;margin:0}@media(max-width:768px){.banner__title{font-size:clamp(2rem,8vw,3rem)}}.banner__subtitle{font-size:clamp(1.1rem,1.5vw,1.25rem);line-height:1.7;color:hsla(0,0%,100%,.8);font-weight:300;margin:0}@media(max-width:768px){.banner__subtitle{font-size:1rem}}.banner__cta{margin-top:.5rem}.banner__cta.cta{align-items:flex-start}.banner__cta .cta__note{text-align:left}@media(max-width:768px){.banner__cta{margin-top:.25rem}.banner__cta.cta{align-items:center}.banner__cta .cta__note{text-align:center}}.banner__cursor{position:fixed;width:20px;height:20px;border-radius:50%;opacity:0;background:rgba(255,212,0,.8);transform:translate(-50%,-50%);pointer-events:none;z-index:9999;mix-blend-mode:difference;transition:transform .1s ease-out}@media(hover:none){.banner__cursor{display:none}}.banner__marquee{position:absolute;bottom:1.5rem;left:-5%;width:110%;background:#ffd400;transform:rotate(-1.5deg);overflow:hidden;z-index:3;padding:.6rem 0;box-shadow:0 10px 40px rgba(255,212,0,.12)}@media(max-width:768px){.banner__marquee{bottom:.75rem;padding:.45rem 0}}.banner__marquee-track{display:flex;gap:2.5rem;width:max-content;white-space:nowrap}.banner__marquee-item{display:flex;align-items:center;gap:2.5rem;font-family:var(--font-code,var(--font-mono));font-size:.95rem;letter-spacing:.08em;text-transform:lowercase;color:#121212;font-weight:500}@media(max-width:768px){.banner__marquee-item{font-size:.8rem;gap:1.5rem}}.banner__marquee-sep{opacity:.55}.banner__mascot{flex:0 0 clamp(240px,28vw,400px);position:relative;z-index:1}@media(max-width:768px){.banner__mascot{display:none}}.banner__mascot-inner{position:relative;will-change:transform}.banner__mascot-inner img{width:100%;height:auto;display:block}.banner__mascot-glow{position:absolute;inset:8%;border-radius:50%;background:radial-gradient(circle,rgba(255,212,0,.28) 0,transparent 65%);filter:blur(24px);z-index:-1}.banner__spark{position:absolute;font-family:var(--font-code,var(--font-mono));color:#ffd400;font-weight:700;animation:sparkTwinkle 2.6s ease-in-out infinite}.banner__spark--1{top:6%;right:2%;font-size:1.6rem}.banner__spark--2{bottom:18%;left:-4%;font-size:1.1rem;animation-delay:.9s}.banner__spark--3{top:30%;left:-8%;font-size:1.3rem;animation-delay:1.7s}@media(prefers-reduced-motion:reduce){.banner__spark{animation:none;opacity:.6}}@media(max-width:768px){.banner__content{padding:0 1.5rem;gap:2rem}}@keyframes sparkTwinkle{0%,to{opacity:.15;transform:scale(.8) rotate(0deg)}50%{opacity:1;transform:scale(1.15) rotate(45deg)}}.button{outline:0;border:0;display:flex;flex-direction:column;max-width:140px;height:50px;border-radius:.5em;box-shadow:0 .625em 1em 0 rgba(30,143,255,.35);overflow:hidden}.button,.button__container{width:100%;transition:.6s cubic-bezier(.16,1,.3,1)}.button__container{transform:translateY(0)}.button__container--first{background-color:#1e90ff}.button__container--second{background-color:#21dc62}.button__container span{display:flex;align-items:center;justify-content:space-between;height:50px;padding:.75em 1.125em}.button:hover{box-shadow:0 .625em 1em 0 rgba(33,220,98,.35)}.button:hover__container{transform:translateY(-50px)}.button__text{font-size:17px;font-weight:700;color:#fff}.button:active{transform:scale(.95)}.cta{display:flex;flex-direction:column;align-items:center;gap:.75rem}.cta__button{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:.75rem;padding:1.25rem 2.5rem!important;border-radius:12px!important;font-weight:700!important;font-size:1.05rem!important;cursor:pointer;transition:all .2s ease!important;overflow:visible!important;min-height:60px!important;height:auto!important;width:auto!important;max-width:none!important;line-height:1.3!important;margin:0!important;text-align:center}.cta__button div{display:none!important}.cta__button:active{transform:translateY(0)}@media(max-width:768px){.cta__button{padding:1.1rem 1.75rem!important;font-size:.98rem!important;min-height:56px!important;width:100%!important;max-width:340px!important}}.cta__button--primary{background:#ffd400!important;border:2px solid #ffd400!important;color:#333!important;box-shadow:0 4px 20px rgba(255,212,0,.3)!important}.cta__button--primary:hover{background:#e6bf00!important;border-color:#e6bf00!important;transform:translateY(-2px);box-shadow:0 6px 25px rgba(255,212,0,.45)!important}.cta__button--outline{background:rgba(255,212,0,.1)!important;border:2px solid #ffd400!important;color:#ffd400!important}.cta__button--outline:hover{background:rgba(255,212,0,.2)!important;transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,212,0,.25)!important}.cta__button-text{position:relative;z-index:1;font-size:inherit;font-weight:700;color:inherit!important}.cta__note{font-size:.9rem;font-weight:500;color:hsla(0,0%,100%,.7);text-align:center;line-height:1.5;max-width:420px}.cta--inline{align-items:flex-start;margin-top:2rem}@media(max-width:1024px){.cta--inline{align-items:center;width:100%}}.faq{width:100%;padding-top:clamp(3.5rem,7vh,6rem);padding-bottom:clamp(3.5rem,7vh,6rem);box-sizing:border-box;display:flex;align-items:center;justify-content:center;position:relative}@media(max-width:768px){.faq{padding-top:clamp(2.5rem,5vh,4rem);padding-bottom:clamp(2.5rem,5vh,4rem)}}.faq__content{max-width:860px;width:100%;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(max-width:768px){.faq__content{padding:1.5rem 1.25rem}}.faq__title{font-size:clamp(1.75rem,4vw,3rem);font-weight:800;text-align:center;letter-spacing:-.02em;line-height:1.2;color:#fff;margin:0}.faq__subtitle{font-size:clamp(1rem,1.5vw,1.15rem);color:hsla(0,0%,100%,.7);text-align:center;margin:0 0 1.5rem}.faq__list{width:100%;display:flex;flex-direction:column;gap:1rem}.faq__item{background:hsla(0,0%,100%,.04);border:1px solid rgba(255,212,0,.2);border-radius:14px;padding:0 1.5rem;transition:border-color .25s ease,background .25s ease}.faq__item[open]{background:rgba(255,212,0,.06)}.faq__item:hover,.faq__item[open]{border-color:rgba(255,212,0,.4)}@media(max-width:768px){.faq__item{padding:0 1.15rem}}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;font-size:clamp(1rem,1.6vw,1.12rem);font-weight:600;color:#fff;cursor:pointer;list-style:none;line-height:1.45}.faq__question::-webkit-details-marker{display:none}.faq__question::marker{content:""}.faq__icon{position:relative;flex-shrink:0;width:22px;height:22px}.faq__icon:after,.faq__icon:before{content:"";position:absolute;top:50%;left:50%;background:#ffd400;border-radius:2px;transform:translate(-50%,-50%);transition:transform .25s ease,opacity .25s ease}.faq__icon:before{width:14px;height:2.5px}.faq__icon:after{width:2.5px;height:14px}.faq__item[open] .faq__icon:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.faq__item[data-cerrando]{background:hsla(0,0%,100%,.04)}.faq__item[data-cerrando] .faq__icon:after{transform:translate(-50%,-50%) rotate(0deg);opacity:1}.faq__answer-wrap{overflow:hidden}.faq__answer{padding:0 0 1.35rem;margin:0;font-size:clamp(.95rem,1.4vw,1.05rem);font-weight:300;line-height:1.75;color:hsla(0,0%,100%,.8);max-width:70ch}.faq__cta{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2.5rem}.faq__cta-text{font-size:1.05rem;color:hsla(0,0%,100%,.8);text-align:center;margin:0}.pricing{width:100%;padding-top:clamp(3.5rem,7vh,6rem);padding-bottom:clamp(3.5rem,7vh,6rem);box-sizing:border-box;display:flex;align-items:center;justify-content:center;position:relative}@media(max-width:768px){.pricing{padding-top:clamp(2.5rem,5vh,4rem);padding-bottom:clamp(2.5rem,5vh,4rem)}}.pricing__content{max-width:1200px;width:100%;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(max-width:768px){.pricing__content{padding:1.5rem 1.25rem}}.pricing__title{font-size:clamp(1.75rem,4vw,3rem);font-weight:800;text-align:center;letter-spacing:-.02em;line-height:1.2;color:#fff;margin:0}.pricing__subtitle{font-size:clamp(1rem,1.5vw,1.15rem);color:hsla(0,0%,100%,.7);text-align:center;margin:0 0 2rem;max-width:620px}.pricing__cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.75rem;gap:1.75rem;width:100%;align-items:start}@media(max-width:1024px){.pricing__cards{grid-template-columns:1fr;max-width:460px;gap:1.25rem}}.pricing__note{margin-top:2rem;font-size:.92rem;line-height:1.65;color:hsla(0,0%,100%,.6);text-align:center;max-width:680px}.plan-card-wrap{position:relative}.plan-card-wrap--featured{z-index:2}.plan-card{position:relative;display:flex;flex-direction:column;gap:1rem;padding:2.25rem 1.75rem;background:hsla(0,0%,100%,.04);border:1px solid rgba(255,212,0,.2);border-radius:18px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.plan-card:hover{transform:translateY(-6px);border-color:rgba(255,212,0,.45);box-shadow:0 18px 40px rgba(0,0,0,.35)}.plan-card--pulse{animation:plan-card-pulse 1.1s ease-out 1}.plan-card--featured{background:rgba(255,212,0,.08);border:2px solid #ffd400;box-shadow:0 12px 35px rgba(255,212,0,.18)}@media(min-width:1025px){.plan-card--featured{transform:scale(1.04)}.plan-card--featured:hover{transform:scale(1.04) translateY(-6px)}}.plan-card__badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#ffd400;color:#333;font-size:.8rem;font-weight:800;letter-spacing:.5px;text-transform:uppercase;padding:.4rem 1.1rem;border-radius:50px;white-space:nowrap}.plan-card__name{font-size:1.5rem;font-weight:800;color:#fff;margin:0}.plan-card__tagline{font-size:.98rem;color:hsla(0,0%,100%,.7);margin:0;line-height:1.5}.plan-card__price{display:flex;flex-direction:column;gap:.15rem;padding:1rem 0;border-bottom:1px solid hsla(0,0%,100%,.1)}.plan-card__price-from{font-size:.85rem;font-weight:500;color:hsla(0,0%,100%,.55);text-transform:lowercase}.plan-card__price-value{font-size:clamp(1.5rem,2.4vw,1.9rem);font-weight:800;color:#ffd400;line-height:1.15}.plan-card__features{display:flex;flex-direction:column;gap:.85rem;list-style:none;padding:0;margin:.5rem 0 0;flex-grow:1}.plan-card__feature{display:flex;align-items:flex-start;gap:.7rem;font-size:.97rem;line-height:1.5;color:hsla(0,0%,100%,.85)}.plan-card__feature svg{flex-shrink:0;margin-top:.2rem}.plan-card__button{margin-top:1.5rem!important;display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:none!important;height:auto!important;min-height:56px!important;padding:1rem 1.5rem!important;border-radius:12px!important;background:rgba(255,212,0,.12)!important;border:2px solid #ffd400!important;color:#ffd400!important;font-size:1rem!important;font-weight:700!important;line-height:1.3!important;cursor:pointer;overflow:visible!important;transition:all .2s ease!important}.plan-card__button div{display:none!important}.plan-card__button:hover{background:rgba(255,212,0,.22)!important;transform:translateY(-2px)}.plan-card__button--featured{background:#ffd400!important;color:#333!important;box-shadow:0 4px 20px rgba(255,212,0,.3)!important}.plan-card__button--featured:hover{background:#e6bf00!important;box-shadow:0 6px 25px rgba(255,212,0,.45)!important}@media(max-width:768px){.plan-card{padding:2rem 1.4rem}}@keyframes plan-card-pulse{0%{box-shadow:0 12px 35px rgba(255,212,0,.18)}35%{box-shadow:0 12px 45px rgba(255,212,0,.55),0 0 0 6px rgba(255,212,0,.22)}to{box-shadow:0 12px 35px rgba(255,212,0,.18)}}.header{position:fixed;top:0;display:flex;justify-content:space-between;align-items:center;padding:.25rem 2rem;background:#131416;border-bottom:1px solid rgba(255,212,0,.2);color:#fff;height:10vh;box-shadow:0 4px 30px rgba(0,0,0,.1);width:100%;z-index:1000;transition:all .3s ease}.header__img{display:block;position:relative;height:calc(10vh - .5rem);aspect-ratio:3/1}.header__img img{object-fit:contain}.header__img--compact{aspect-ratio:1/1;overflow:hidden}.header__img--compact img{transform:scale(1.35)}.header__nav{display:flex;gap:10px;align-items:center}.header__nav a,.header__nav li{text-decoration:none}.header__nav li{padding:10px 16px;color:hsla(0,0%,100%,.95);list-style:none;font-weight:600;font-size:.95rem;letter-spacing:.3px;transition:all .3s ease-in-out;border-radius:8px;text-transform:capitalize}.header__nav li:hover{transform:translateY(-2px);color:#ffd400;background:rgba(255,212,0,.1);text-shadow:0 0 10px rgba(255,212,0,.5)}.header__cta{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;width:auto!important;max-width:none!important;height:auto!important;min-height:44px!important;padding:.7rem 1.4rem!important;border-radius:10px!important;background:#ffd400!important;color:#333!important;font-size:.95rem!important;font-weight:700!important;line-height:1.2!important;white-space:nowrap;cursor:pointer;overflow:visible!important;transition:all .2s ease!important;box-shadow:0 2px 12px rgba(255,212,0,.3)!important}.header__cta:hover{background:#e6bf00!important;transform:translateY(-2px);box-shadow:0 4px 18px rgba(255,212,0,.45)!important}@media(max-width:768px){.header__cta{padding:.6rem 1rem!important;font-size:.85rem!important;min-height:40px!important}}.header__mobile-actions{display:flex;flex-direction:row;align-items:center;gap:.75rem}@media(max-width:768px){.header{padding:.25rem 1rem}.header .header__mobile-actions{gap:.5rem}}.lang-switch{border:1px solid rgba(255,212,0,.45);border-radius:10px;overflow:hidden}.lang-switch,.lang-switch__opt{display:inline-flex;align-items:center}.lang-switch__opt{justify-content:center;min-height:36px;padding:.4rem .7rem;color:hsla(0,0%,100%,.8);font-size:.8rem;font-weight:700;letter-spacing:.5px;text-decoration:none;cursor:pointer;transition:all .2s ease}.lang-switch__opt:hover{color:#ffd400}.lang-switch__opt--active,.lang-switch__opt--active:hover{background:#ffd400;color:#333}@media(max-width:768px){.lang-switch__opt{min-height:34px;padding:.35rem .55rem;font-size:.75rem}}.burguer{display:none}@media(max-width:768px){.burguer{display:block}}.burger__toggle{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px;width:44px!important;max-width:44px!important;height:44px!important;padding:0!important;background:transparent!important;border:0!important;border-radius:8px!important;cursor:pointer;overflow:visible!important}.burger__toggle,.burger__toggle:hover{box-shadow:none!important}.burger__toggle:hover div{transform:none!important}.burger__line{width:28px!important;height:3px;background-color:#fff;border-radius:2px;transition:all .3s ease}.burger__list{flex-direction:column;display:flex;justify-content:center;align-items:center;position:absolute;background:var(--background-95);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);width:100%;top:10vh;left:0;height:auto;max-height:calc(100dvh - 10vh);overflow-y:auto;overscroll-behavior:contain;padding:1.75rem 1.5rem 2.25rem;gap:10px;border-top:1px solid rgba(255,212,0,.2);box-shadow:0 12px 30px rgba(0,0,0,.45)}.burger__list a{width:100%;text-align:center}.burger__list li{color:hsla(0,0%,100%,.95);text-decoration:none;list-style:none;font-weight:600;font-size:.95rem;letter-spacing:.3px;transition:all .3s ease-in-out;border-radius:8px;text-transform:capitalize;display:block;font-size:1.05rem;padding:.9rem 1rem}.burger__list li:hover{transform:translateY(-2px);color:#ffd400;background:rgba(255,212,0,.1);text-shadow:0 0 10px rgba(255,212,0,.5)}.burger__cta{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:320px!important;height:auto!important;min-height:52px!important;margin-top:1rem!important;padding:.9rem 1.5rem!important;border-radius:12px!important;background:#ffd400!important;color:#333!important;font-size:1rem!important;font-weight:700!important;line-height:1.3!important;cursor:pointer;overflow:visible!important;box-shadow:0 4px 20px rgba(255,212,0,.3)!important}.sub-container{gap:20px;flex-direction:row;display:flex;justify-content:center;align-items:center}.footer{width:100%;background:#131416;border-top:1px solid rgba(255,212,0,.2);padding:3rem 2rem 1.5rem;position:relative;z-index:100}.footer__container{max-width:1200px;margin:0 auto;width:100%}.footer__content{display:grid;grid-template-columns:2fr 1.5fr 1.5fr;grid-gap:3rem;gap:3rem;margin-bottom:2.5rem}@media(max-width:1024px){.footer__content{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:768px){.footer__content{grid-template-columns:1fr;gap:2rem}}.footer__brand{display:flex;flex-direction:column;gap:1rem}@media(max-width:1024px){.footer__brand{grid-column:1/-1}}.footer__logo{width:120px;height:120px;position:relative;margin-bottom:.5rem}.footer__logo-image{border-radius:50%;object-fit:contain}.footer__brand-name{font-size:1.5rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.02em}.footer__brand-description{font-size:.95rem;color:hsla(0,0%,100%,.7);line-height:1.6;margin:0;max-width:300px}.footer__brand-coverage{font-size:.85rem;color:hsla(0,0%,100%,.5);line-height:1.6;margin:.75rem 0 0;max-width:300px}.footer__links{display:flex;flex-direction:column;gap:1rem}.footer__contact-title,.footer__links-title{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-.01em}.footer__links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer__link{color:hsla(0,0%,100%,.75);text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer__link:hover{color:#ffd400;transform:translateX(4px)}.footer__contact,.footer__contact-info{display:flex;flex-direction:column;gap:1rem}.footer__contact-item{display:flex;align-items:center;gap:.75rem;color:hsla(0,0%,100%,.75);text-decoration:none;font-size:.95rem;transition:all .3s ease;padding:.5rem 0}.footer__contact-item svg{flex-shrink:0;color:#ffd400;transition:transform .3s ease}.footer__contact-item:hover{color:#fff}.footer__contact-item:hover svg{transform:scale(1.1)}.footer__bottom{padding-top:2rem;border-top:1px solid rgba(255,212,0,.1);text-align:center}.footer__copyright{font-size:.85rem;color:hsla(0,0%,100%,.6);margin:0}.ads{width:100%;padding-top:clamp(3.5rem,7vh,6rem);padding-bottom:clamp(3.5rem,7vh,6rem);box-sizing:border-box;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:768px){.ads{padding-top:clamp(2.5rem,5vh,4rem);padding-bottom:clamp(2.5rem,5vh,4rem)}}.ads__container{position:relative;max-width:1400px;width:100%;padding:2rem 4rem;z-index:2}@media(max-width:1024px){.ads__container{padding:2rem}}@media(max-width:768px){.ads__container{padding:1.5rem}}.ads__content{position:relative;z-index:2;max-width:900px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(max-width:768px){.ads__content{gap:1.25rem}}.ads__title{font-size:clamp(1.75rem,4vw,3.5rem);font-weight:800;line-height:1.2;color:#fff;letter-spacing:-.02em;margin:0}@media(max-width:768px){.ads__title{font-size:clamp(1.5rem,6vw,2rem)}}.ads__description{font-size:clamp(1.1rem,1.5vw,1.25rem);line-height:1.7;color:hsla(0,0%,100%,.8);font-weight:300;margin:0}@media(max-width:768px){.ads__description{font-size:1rem}}.ads__description-highlight{color:#ffd400;font-weight:600}.ads__features{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem;width:100%;max-width:700px}@media(max-width:768px){.ads__features{grid-template-columns:1fr;gap:.6rem}}.ads__feature{display:flex;align-items:center;gap:.6rem;padding:.65rem 1.1rem;background:hsla(0,0%,100%,.05);border:1px solid rgba(255,212,0,.2);border-radius:50px;color:hsla(0,0%,100%,.9);font-size:.9rem;font-weight:500;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ads__feature:hover{background:rgba(255,212,0,.1);border-color:rgba(255,212,0,.4);transform:translateY(-2px);box-shadow:0 6px 16px rgba(255,212,0,.2)}.ads__feature svg{flex-shrink:0;width:18px;height:18px}.ads__feature span{overflow-wrap:anywhere;line-height:1.4}@media(max-width:768px){.ads__feature{padding:.55rem .9rem;font-size:.8rem;gap:.5rem}.ads__feature svg{width:16px;height:16px}}.ads__megaphone{position:absolute;bottom:5%;left:3%;width:380px;height:380px;z-index:1;will-change:transform;pointer-events:none;filter:drop-shadow(0 10px 30px rgba(255,212,0,.2))}@media(max-width:1024px){.ads__megaphone{width:260px;height:260px;bottom:2%;left:0}}@media(max-width:768px){.ads__megaphone{width:150px;height:150px;opacity:.3}}.ads__waves{position:absolute;top:8%;right:-2%;width:64px;height:64px;pointer-events:none;z-index:2}@media(max-width:768px){.ads__waves{width:40px;height:40px}}.ads__wave{position:absolute;inset:0;border:2px solid rgba(255,212,0,.7);border-radius:50%;opacity:0;will-change:transform,opacity}.ads__admiration{position:absolute;top:10%;right:5%;width:250px;height:250px;z-index:1;will-change:transform;pointer-events:none;filter:drop-shadow(0 10px 30px rgba(255,212,0,.15))}@media(max-width:1024px){.ads__admiration{width:180px;height:180px;top:5%;right:2%}}@media(max-width:768px){.ads__admiration{width:120px;height:120px;top:2%;right:-5%}}.ads__circle{position:absolute;border-radius:50%;pointer-events:none;z-index:1;will-change:transform;opacity:.4}@media(max-width:768px){.ads__circle{opacity:.2}}.ads__circle--1{width:200px;height:200px;top:10%;left:5%;background:radial-gradient(circle,rgba(255,212,0,.15) 0,rgba(255,212,0,.05) 50%,transparent 100%);border:2px solid rgba(255,212,0,.2)}@media(max-width:1024px){.ads__circle--1{width:150px;height:150px;top:5%;left:2%}}@media(max-width:768px){.ads__circle--1{width:100px;height:100px}}.ads__circle--2{width:150px;height:150px;bottom:15%;right:8%;background:radial-gradient(circle,rgba(255,212,0,.12) 0,rgba(255,212,0,.04) 50%,transparent 100%);border:2px solid rgba(255,212,0,.15)}@media(max-width:1024px){.ads__circle--2{width:120px;height:120px;bottom:10%;right:3%}}@media(max-width:768px){.ads__circle--2{width:80px;height:80px}}.ads__circle--3{width:100px;height:100px;top:50%;right:12%;background:radial-gradient(circle,rgba(255,212,0,.2) 0,rgba(255,212,0,.08) 50%,transparent 100%);border:2px solid rgba(255,212,0,.25)}@media(max-width:1024px){.ads__circle--3{width:80px;height:80px;right:5%}}@media(max-width:768px){.ads__circle--3{width:60px;height:60px}}.ads__shape{position:absolute;pointer-events:none;z-index:1;will-change:transform;opacity:.3}@media(max-width:768px){.ads__shape{opacity:.15}}.ads__shape--1{width:80px;height:80px;top:20%;right:10%;background:linear-gradient(135deg,rgba(255,212,0,.2),rgba(255,212,0,.05));border-radius:20% 80% 20% 80%;border:2px solid rgba(255,212,0,.2);filter:blur(1px)}@media(max-width:1024px){.ads__shape--1{width:60px;height:60px;right:5%}}@media(max-width:768px){.ads__shape--1{width:40px;height:40px}}.ads__shape--2{width:60px;height:60px;bottom:25%;left:10%;background:linear-gradient(45deg,rgba(255,212,0,.15),rgba(255,212,0,.05));border-radius:50% 20% 50% 20%;border:2px solid rgba(255,212,0,.15);filter:blur(1px)}@media(max-width:1024px){.ads__shape--2{width:50px;height:50px;left:3%}}@media(max-width:768px){.ads__shape--2{width:35px;height:35px}}.stores{position:relative;width:100%;padding-top:clamp(3.5rem,7vh,6rem);padding-bottom:clamp(3.5rem,7vh,6rem);box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:visible}@media(max-width:768px){.stores{padding-top:clamp(2.5rem,5vh,4rem);padding-bottom:clamp(2.5rem,5vh,4rem)}}.stores__circle{position:absolute;border-radius:50%;pointer-events:none;z-index:1;will-change:transform;opacity:.4}@media(max-width:768px){.stores__circle{opacity:.2}}.stores__circle--1{width:200px;height:200px;top:10%;left:5%;background:radial-gradient(circle,rgba(255,212,0,.15) 0,rgba(255,212,0,.05) 50%,transparent 100%);border:2px solid rgba(255,212,0,.2)}@media(max-width:1024px){.stores__circle--1{width:150px;height:150px;top:5%;left:2%}}@media(max-width:768px){.stores__circle--1{width:100px;height:100px}}.stores__circle--2{width:150px;height:150px;bottom:15%;right:8%;background:radial-gradient(circle,rgba(255,212,0,.12) 0,rgba(255,212,0,.04) 50%,transparent 100%);border:2px solid rgba(255,212,0,.15)}@media(max-width:1024px){.stores__circle--2{width:120px;height:120px;bottom:10%;right:3%}}@media(max-width:768px){.stores__circle--2{width:80px;height:80px}}.stores__shape-decorative{position:absolute;pointer-events:none;z-index:1;will-change:transform;opacity:.3}@media(max-width:768px){.stores__shape-decorative{opacity:.15}}.stores__shape-decorative--1{width:80px;height:80px;top:20%;right:10%;background:linear-gradient(135deg,rgba(255,212,0,.2),rgba(255,212,0,.05));border-radius:20% 80% 20% 80%;border:2px solid rgba(255,212,0,.2);filter:blur(1px)}@media(max-width:1024px){.stores__shape-decorative--1{width:60px;height:60px;right:5%}}@media(max-width:768px){.stores__shape-decorative--1{width:40px;height:40px}}.stores__shape-decorative--2{width:60px;height:60px;bottom:25%;left:10%;background:linear-gradient(45deg,rgba(255,212,0,.15),rgba(255,212,0,.05));border-radius:50% 20% 50% 20%;border:2px solid rgba(255,212,0,.15);filter:blur(1px)}@media(max-width:1024px){.stores__shape-decorative--2{width:50px;height:50px;left:3%}}@media(max-width:768px){.stores__shape-decorative--2{width:35px;height:35px}}.stores__content{position:relative;z-index:2;max-width:900px;width:100%;padding:1rem 4rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem}@media(max-width:1024px){.stores__content{padding:1rem 2rem}}@media(max-width:768px){.stores__content{padding:.75rem 1.5rem;gap:1rem}}.stores__title{font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:800;text-align:center;letter-spacing:-.02em;line-height:1.2;color:#fff;margin:0 0 .25rem}@media(max-width:768px){.stores__title{font-size:clamp(1.35rem,5vw,1.75rem)}}.stores__description{font-size:clamp(.9rem,1.1vw,1rem);font-weight:300;text-align:center;color:hsla(0,0%,100%,.8);line-height:1.5;margin:0;max-width:600px}.stores__stores-section{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,212,0,.15);gap:.75rem}@media(max-width:768px){.stores__stores-section{margin-top:1.25rem;padding-top:1.25rem;gap:.5rem}}.stores__stores-title{font-size:clamp(1.1rem,2vw,1.3rem);font-weight:700;color:#fff;margin:0;text-align:center;letter-spacing:-.01em}@media(max-width:768px){.stores__stores-title{font-size:clamp(1rem,3.5vw,1.2rem)}}.stores__stores-subtitle{font-size:clamp(.8rem,.9vw,.85rem);font-weight:400;color:hsla(0,0%,100%,.65);margin:0;text-align:center;line-height:1.4}@media(max-width:768px){.stores__stores-subtitle{font-size:clamp(.75rem,1.8vw,.8rem)}}.stores__links{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:.25rem}@media(max-width:768px){.stores__links{gap:.75rem}}.stores__card{display:block;background:hsla(0,0%,100%,.05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,212,0,.2);border-radius:16px;padding:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.1)}.stores__card:before{top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#ffd400,transparent)}.stores__card:after,.stores__card:before{content:"";position:absolute;opacity:0;transition:opacity .4s ease}.stores__card:after{inset:0;background:radial-gradient(circle at center,rgba(255,212,0,.1) 0,transparent 70%);pointer-events:none}.stores__card:hover{transform:translateY(-4px);background:hsla(0,0%,100%,.08);border-color:rgba(255,212,0,.4);box-shadow:0 8px 24px rgba(255,212,0,.2)}.stores__card:hover:after,.stores__card:hover:before{opacity:1}.stores__card:hover .stores__icon{transform:scale(1.05)}.stores__card:active{transform:translateY(-2px)}.stores__card--social{width:56px;height:56px;padding:0;border-radius:16px;display:flex;align-items:center;justify-content:center;border-width:0;background:transparent!important;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}@media(max-width:768px){.stores__card--social{width:52px;height:52px;border-radius:14px}}.stores__card--social:hover{transform:translateY(-4px) scale(1.08);background:transparent!important;border-color:transparent;box-shadow:none}.stores__card--social:active{transform:translateY(-2px) scale(1.03)}.stores__card--social:after,.stores__card--social:before{display:none}.stores__card-content{flex-direction:column;gap:1rem}.stores__card-content,.stores__card-icon-wrapper{display:flex;align-items:center;position:relative;z-index:1}.stores__card-icon-wrapper{justify-content:center;width:100%;height:100%}.stores__card-info{text-align:center}.stores__card-title{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 .25rem;line-height:1.3}.stores__card-description{font-size:.9rem;font-weight:400;color:hsla(0,0%,100%,.7);margin:0;line-height:1.4}.stores__icon{width:56px;height:56px;object-fit:contain;transition:all .3s ease;border-radius:10px}@media(max-width:768px){.stores__icon{width:52px;height:52px;border-radius:9px}}.stores__features{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}@media(max-width:768px){.stores__features{align-items:center;gap:.65rem}}.stores__feature{display:flex;align-items:center;gap:.6rem;padding:.5rem 1rem;background:hsla(0,0%,100%,.05);border:1px solid rgba(255,212,0,.2);border-radius:50px;color:hsla(0,0%,100%,.9);font-size:.9rem;font-weight:500;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.stores__feature:hover{background:rgba(255,212,0,.1);border-color:rgba(255,212,0,.4);transform:translateY(-2px)}.stores__feature svg{flex-shrink:0;width:18px;height:18px}.stores__feature span{overflow-wrap:anywhere;line-height:1.4}@media(max-width:768px){.stores__feature{padding:.4rem .85rem;font-size:.85rem;gap:.5rem}.stores__feature svg{width:16px;height:16px}}.stores__projects-section{width:100%;max-width:900px;margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(255,212,0,.2)}@media(max-width:768px){.stores__projects-section{margin-top:3rem;padding-top:2rem}}.stores__projects-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;text-align:center;color:#fff;margin:0 0 .5rem;letter-spacing:-.02em}.stores__projects-subtitle{font-size:clamp(.9rem,1.2vw,1rem);font-weight:400;text-align:center;color:hsla(0,0%,100%,.7);margin:0 0 2rem;line-height:1.6}.stores__projects{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;width:100%}@media(hover:hover){.stores__projects{perspective:1000px}}@media(max-width:768px){.stores__projects{grid-template-columns:1fr;gap:.75rem}}.stores__project-card{display:block;background:hsla(0,0%,100%,.05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:2px solid rgba(255,212,0,.3);border-radius:20px;padding:1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-decoration:none;box-shadow:0 4px 16px rgba(0,0,0,.15)}@media(max-width:768px){.stores__project-card{padding:1rem}}.stores__project-card--featured{border-color:rgba(255,212,0,.4);background:linear-gradient(135deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.03))}.stores__project-card:before{top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#ffd400,transparent)}.stores__project-card:after,.stores__project-card:before{content:"";position:absolute;opacity:0;transition:opacity .4s ease}.stores__project-card:after{inset:0;background:radial-gradient(circle at top right,rgba(255,212,0,.15) 0,transparent 60%);pointer-events:none}.stores__project-card:hover{transform:translateY(-6px);border-color:rgba(255,212,0,.6);box-shadow:0 12px 32px rgba(255,212,0,.25);background:linear-gradient(135deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.05))}.stores__project-card:hover:after,.stores__project-card:hover:before{opacity:1}.stores__project-card:hover .stores__project-link{color:#ffd400;transform:translateX(4px)}.stores__project-card:active{transform:translateY(-3px)}@media(hover:hover){.stores__project-card{transition:border-color .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),background .4s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;will-change:transform}.stores__project-card:active,.stores__project-card:hover{transform:none}}.stores__project-image-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;width:100%}@media(max-width:768px){.stores__project-image-wrapper{margin-bottom:.5rem}}.stores__project-image{width:auto;height:auto;max-width:90px;max-height:90px;object-fit:contain;border-radius:12px;transition:transform .3s ease}@media(max-width:768px){.stores__project-image{max-width:80px;max-height:80px}}.stores__project-card:hover .stores__project-image{transform:scale(1.05)}.stores__project-badge{display:inline-block;background:linear-gradient(135deg,#ffd400,#ca0);color:#333;font-size:.7rem;font-weight:700;padding:.25rem .7rem;border-radius:20px;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgba(255,212,0,.3)}@media(max-width:768px){.stores__project-badge{font-size:.65rem;padding:.2rem .6rem;margin-bottom:.4rem}}.stores__project-content{position:relative;z-index:1}.stores__project-name{font-size:1.25rem;font-weight:800;color:#fff;margin:0 0 .5rem;line-height:1.3;letter-spacing:-.02em}@media(max-width:768px){.stores__project-name{font-size:1.1rem}}.stores__project-description{font-size:.85rem;font-weight:400;color:hsla(0,0%,100%,.75);margin:0 0 .75rem;line-height:1.5}@media(max-width:768px){.stores__project-description{font-size:.8rem;margin-bottom:.5rem}}.stores__project-link{display:inline-flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.9);font-size:.95rem;font-weight:600;transition:all .3s ease}.stores__project-link svg{transition:transform .3s ease}.stores__project-card:hover .stores__project-link svg{transform:translateX(2px)}.stores__cta{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:3rem}.stores__cta-text{font-size:clamp(1.05rem,1.8vw,1.3rem);font-weight:600;color:#fff;text-align:center;margin:0}.planning{width:100%;padding-top:clamp(3.5rem,7vh,6rem);padding-bottom:clamp(3.5rem,7vh,6rem);box-sizing:border-box;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(180deg,hsla(0,0%,7%,0),rgba(255,212,0,.03) 50%,hsla(0,0%,7%,0))}@media(max-width:768px){.planning{padding-top:clamp(2.5rem,5vh,4rem);padding-bottom:clamp(2.5rem,5vh,4rem)}}.planning__container{max-width:1400px;width:100%;padding:2rem 4rem;position:relative;z-index:2}@media(max-width:1024px){.planning__container{padding:2rem}}@media(max-width:768px){.planning__container{padding:1.5rem}}.planning__title{font-size:clamp(1.75rem,4vw,3.5rem);font-weight:800;text-align:center;letter-spacing:-.02em;line-height:1.2;color:#fff;margin:0 0 4rem}@media(max-width:768px){.planning__title{font-size:clamp(1.5rem,6vw,2rem);margin-bottom:3rem}}.planning__timeline{position:relative;min-height:600px}@media(max-width:1024px){.planning__timeline{min-height:550px}}@media(max-width:768px){.planning__timeline{min-height:auto}}.planning__line{display:none}.planning__steps{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem 4rem;gap:3rem 4rem;position:relative;z-index:1;min-height:-moz-fit-content;min-height:fit-content;padding-bottom:1rem}@media(max-width:1024px){.planning__steps{gap:2.5rem 3rem}}@media(max-width:768px){.planning__steps{grid-template-columns:1fr;gap:2.5rem}}.planning__step{display:flex;align-items:flex-start;gap:1.5rem;position:relative;opacity:1;visibility:visible;min-height:100px}@media(max-width:1024px){.planning__step{gap:1.25rem}}@media(max-width:768px){.planning__step{gap:1.5rem;min-height:80px}}.planning__step-circle{flex-shrink:0;width:70px;height:70px;border-radius:50%;background:rgba(255,212,0,.07);display:flex;align-items:center;justify-content:center;position:relative;z-index:2;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),border-color .4s cubic-bezier(.4,0,.2,1);border:2px solid rgba(255,212,0,.3)}.planning__step-circle:before{content:"";position:absolute;inset:-4px;border-radius:50%;background:rgba(255,212,0,.2);opacity:0;transition:opacity .4s ease}.planning__step-circle:after{content:"";position:absolute;inset:-8px;border-radius:50%;border:2px solid rgba(255,212,0,.1);opacity:0;transition:opacity .4s ease,transform .4s ease;transform:scale(.8)}@media(max-width:1024px){.planning__step-circle{width:60px;height:60px}}@media(max-width:768px){.planning__step-circle{width:60px;height:60px}}.planning__step-fill{position:absolute;inset:0;border-radius:50%;background:linear-gradient(135deg,#ffd400,#ca0);box-shadow:0 8px 24px rgba(255,212,0,.3);z-index:0;pointer-events:none;will-change:transform}.planning__step:hover .planning__step-circle{transform:scale(1.1);box-shadow:0 12px 32px rgba(255,212,0,.5);border-color:rgba(255,212,0,.6)}.planning__step:hover .planning__step-circle:before{opacity:1}.planning__step:hover .planning__step-circle:after{opacity:1;transform:scale(1)}.planning__step-icon{position:relative;z-index:1;color:#333;display:flex;align-items:center;justify-content:center}.planning__step-content{flex:1 1;padding-top:.5rem;transition:transform .3s ease}.planning__step:hover .planning__step-content{transform:translateX(5px)}.planning__step-title{font-size:clamp(1.25rem,2vw,1.75rem);font-weight:800;color:#fff;margin:0 0 .5rem;line-height:1.3;transition:color .3s ease}@media(max-width:768px){.planning__step-title{font-size:clamp(1.1rem,3vw,1.4rem)}}.planning__step:hover .planning__step-title{color:#ffd400}.planning__step-underline{display:block;height:3px;width:100%;max-width:240px;border-radius:2px;background:#ffd400;margin:0 0 .6rem;transform-origin:left center;will-change:transform}.planning__step-subtitle{font-size:clamp(1rem,1.2vw,1.15rem);color:#ffd400;font-weight:600;margin:0;opacity:.9;transition:opacity .3s ease}@media(max-width:768px){.planning__step-subtitle{font-size:clamp(.9rem,2vw,1rem)}}.planning__step:hover .planning__step-subtitle{opacity:1}.planning__circle{position:absolute;border-radius:50%;pointer-events:none;z-index:1;will-change:transform;opacity:.4}@media(max-width:768px){.planning__circle{opacity:.2}}.planning__circle--1{width:200px;height:200px;top:10%;left:5%;background:radial-gradient(circle,rgba(255,212,0,.15) 0,rgba(255,212,0,.05) 50%,transparent 100%);border:2px solid rgba(255,212,0,.2)}@media(max-width:1024px){.planning__circle--1{width:150px;height:150px;top:5%;left:2%}}@media(max-width:768px){.planning__circle--1{width:100px;height:100px}}.planning__circle--2{width:150px;height:150px;bottom:15%;right:8%;background:radial-gradient(circle,rgba(255,212,0,.12) 0,rgba(255,212,0,.04) 50%,transparent 100%);border:2px solid rgba(255,212,0,.15)}@media(max-width:1024px){.planning__circle--2{width:120px;height:120px;bottom:10%;right:3%}}@media(max-width:768px){.planning__circle--2{width:80px;height:80px}}.planning__shape{position:absolute;pointer-events:none;z-index:1;will-change:transform;opacity:.3}@media(max-width:768px){.planning__shape{opacity:.15}}.planning__shape--1{width:80px;height:80px;top:30%;right:10%;background:linear-gradient(135deg,rgba(255,212,0,.2),rgba(255,212,0,.05));border-radius:20% 80% 20% 80%;border:2px solid rgba(255,212,0,.2);filter:blur(1px)}@media(max-width:1024px){.planning__shape--1{width:60px;height:60px;right:5%}}@media(max-width:768px){.planning__shape--1{width:40px;height:40px}}.planning__shape--2{width:60px;height:60px;bottom:20%;left:8%;background:linear-gradient(45deg,rgba(255,212,0,.15),rgba(255,212,0,.05));border-radius:50% 20% 50% 20%;border:2px solid rgba(255,212,0,.15);filter:blur(1px)}@media(max-width:1024px){.planning__shape--2{width:50px;height:50px;left:3%}}@media(max-width:768px){.planning__shape--2{width:35px;height:35px}}.web-design{width:100%;padding-top:clamp(3.5rem,7vh,6rem);padding-bottom:clamp(3.5rem,7vh,6rem);box-sizing:border-box;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}@media(max-width:768px){.web-design{padding-top:clamp(2.5rem,5vh,4rem);padding-bottom:clamp(2.5rem,5vh,4rem)}}.web-design__container{max-width:1400px;width:100%;padding:2rem 4rem;position:relative;z-index:2}@media(max-width:1024px){.web-design__container{padding:2rem}}@media(max-width:768px){.web-design__container{padding:1.5rem}}.web-design__content{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);grid-gap:3rem;gap:3rem;align-items:center}@media(max-width:1024px){.web-design__content{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.web-design__content{gap:1.5rem}}.web-design__text{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:768px){.web-design__text{gap:1.25rem}}.web-design__title{font-size:clamp(1.75rem,4vw,3.5rem);font-weight:800;line-height:1.2;color:#fff;letter-spacing:-.02em;margin:0}@media(max-width:768px){.web-design__title{text-align:center;font-size:clamp(1.5rem,6vw,2rem)}}.web-design__description{font-size:clamp(1.1rem,1.5vw,1.25rem);line-height:1.7;color:hsla(0,0%,100%,.8);font-weight:300;margin:0}@media(max-width:768px){.web-design__description{text-align:center;font-size:1rem}}.web-design__description-highlight{color:#ffd400;font-weight:600}.web-design__features{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem;justify-content:flex-start}@media(max-width:768px){.web-design__features{justify-content:center;gap:.6rem;margin-top:.25rem}}.web-design__feature{display:flex;align-items:center;gap:.6rem;padding:.65rem 1.1rem;background:hsla(0,0%,100%,.05);border:1px solid rgba(255,212,0,.2);border-radius:50px;color:hsla(0,0%,100%,.9);font-size:.9rem;font-weight:500;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.web-design__feature:hover{background:rgba(255,212,0,.1);border-color:rgba(255,212,0,.4);transform:translateY(-2px)}.web-design__feature svg{flex-shrink:0;width:18px;height:18px}.web-design__feature span{overflow-wrap:anywhere;line-height:1.4}@media(max-width:768px){.web-design__feature{padding:.55rem .9rem;font-size:.8rem;gap:.5rem}.web-design__feature svg{width:16px;height:16px}}.web-design__image{display:flex;justify-content:center;align-items:center;will-change:transform;filter:drop-shadow(0 20px 40px rgba(255,212,0,.15));position:relative;z-index:2}@media(max-width:1024px){.web-design__image{order:-1;max-width:350px;margin:0 auto}}@media(max-width:768px){.web-design__image{max-width:280px}}.web-design__trail{top:52%;left:38%;width:24%;height:52%;background:linear-gradient(180deg,rgba(255,212,0,.45) 0,rgba(255,212,0,.12) 55%,transparent);filter:blur(18px);opacity:.3;z-index:-1;will-change:transform,opacity}.web-design__circle,.web-design__trail{position:absolute;border-radius:50%;pointer-events:none}.web-design__circle{z-index:1;will-change:transform;opacity:.4}@media(max-width:768px){.web-design__circle{opacity:.2}}.web-design__circle--1{width:200px;height:200px;top:10%;left:5%;background:radial-gradient(circle,rgba(255,212,0,.15) 0,rgba(255,212,0,.05) 50%,transparent 100%);border:2px solid rgba(255,212,0,.2)}@media(max-width:1024px){.web-design__circle--1{width:150px;height:150px;top:5%;left:2%}}@media(max-width:768px){.web-design__circle--1{width:100px;height:100px}}.web-design__circle--2{width:150px;height:150px;bottom:15%;right:8%;background:radial-gradient(circle,rgba(255,212,0,.12) 0,rgba(255,212,0,.04) 50%,transparent 100%);border:2px solid rgba(255,212,0,.15)}@media(max-width:1024px){.web-design__circle--2{width:120px;height:120px;bottom:10%;right:3%}}@media(max-width:768px){.web-design__circle--2{width:80px;height:80px}}.web-design__circle--3{width:100px;height:100px;top:50%;right:15%;background:radial-gradient(circle,rgba(255,212,0,.2) 0,rgba(255,212,0,.08) 50%,transparent 100%);border:2px solid rgba(255,212,0,.25)}@media(max-width:1024px){.web-design__circle--3{width:80px;height:80px;right:5%}}@media(max-width:768px){.web-design__circle--3{width:60px;height:60px}}.web-design__shape{position:absolute;pointer-events:none;z-index:1;will-change:transform;opacity:.3}@media(max-width:768px){.web-design__shape{opacity:.15}}.web-design__shape--1{width:80px;height:80px;top:20%;right:10%;background:linear-gradient(135deg,rgba(255,212,0,.2),rgba(255,212,0,.05));border-radius:20% 80% 20% 80%;border:2px solid rgba(255,212,0,.2);filter:blur(1px)}@media(max-width:1024px){.web-design__shape--1{width:60px;height:60px;right:5%}}@media(max-width:768px){.web-design__shape--1{width:40px;height:40px}}.web-design__shape--2{width:60px;height:60px;bottom:25%;left:8%;background:linear-gradient(45deg,rgba(255,212,0,.15),rgba(255,212,0,.05));border-radius:50% 20% 50% 20%;border:2px solid rgba(255,212,0,.15);filter:blur(1px)}@media(max-width:1024px){.web-design__shape--2{width:50px;height:50px;left:3%}}@media(max-width:768px){.web-design__shape--2{width:35px;height:35px}}.testimonials{width:100%;padding-top:clamp(3.5rem,7vh,6rem);padding-bottom:clamp(3.5rem,7vh,6rem);box-sizing:border-box;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}@media(max-width:768px){.testimonials{padding-top:clamp(2.5rem,5vh,4rem);padding-bottom:clamp(2.5rem,5vh,4rem)}}.testimonials__big-quote{position:absolute;top:-.08em;left:clamp(-1.5rem,2vw,3rem);z-index:0;font-family:var(--font-display,inherit);font-size:clamp(14rem,32vw,28rem);font-weight:700;line-height:1;color:rgba(255,212,0,.06);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:768px){.testimonials__big-quote{font-size:12rem}}.testimonials__content{max-width:1200px;width:100%;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;z-index:1}@media(max-width:768px){.testimonials__content{padding:1.5rem 1.25rem}}.testimonials__title{font-size:clamp(1.75rem,4vw,3rem);font-weight:800;text-align:center;letter-spacing:-.02em;line-height:1.2;color:#fff;margin:0}.testimonials__subtitle{font-size:clamp(1rem,1.5vw,1.15rem);color:hsla(0,0%,100%,.7);text-align:center;margin:0 0 2rem}.testimonials__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.75rem;gap:1.75rem;width:100%;align-items:stretch}@media(max-width:1024px){.testimonials__cards{grid-template-columns:1fr;max-width:560px;gap:1.25rem}}.testimonials__card-wrap{display:grid;min-width:0}.testimonials__cta{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:3rem}.testimonials__cta-text{font-size:clamp(1.05rem,1.8vw,1.3rem);font-weight:600;color:#fff;text-align:center;margin:0}.testimonial-card{position:relative;display:flex;flex-direction:column;margin:0;padding:2.5rem 1.75rem 1.75rem;background:hsla(0,0%,100%,.04);border:1px solid rgba(255,212,0,.2);border-radius:18px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.testimonial-card:hover{transform:translateY(-6px);border-color:rgba(255,212,0,.45);box-shadow:0 18px 40px rgba(0,0,0,.35)}.testimonial-card__quote-mark{position:absolute;top:.35rem;left:1.4rem;font-size:4.5rem;line-height:1;font-weight:700;color:rgba(255,212,0,.35);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.testimonial-card__text{margin:0 0 1.75rem;font-size:1.02rem;font-style:normal;font-weight:300;line-height:1.7;color:hsla(0,0%,100%,.88)}.testimonial-card__text+.testimonial-card__author{margin-top:auto}.testimonial-card__author{display:flex;align-items:center;gap:.9rem;padding-top:1.25rem;border-top:1px solid hsla(0,0%,100%,.1)}.testimonial-card__avatar{flex-shrink:0;width:48px;height:48px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:rgba(255,212,0,.15);border:1px solid rgba(255,212,0,.4);color:#ffd400;font-size:1rem;font-weight:700;letter-spacing:.5px}.testimonial-card__avatar img{width:100%;height:100%;object-fit:cover}.testimonial-card__info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.testimonial-card__name{font-size:1rem;font-weight:700;color:#fff;line-height:1.3}.testimonial-card__meta{font-size:.88rem;color:hsla(0,0%,100%,.6);line-height:1.4}@media(max-width:768px){.testimonial-card{padding:2.25rem 1.4rem 1.5rem}.testimonial-card__text{font-size:.98rem}}.stats{width:100%;padding-top:clamp(3.5rem,7vh,6rem);padding-bottom:clamp(3.5rem,7vh,6rem);box-sizing:border-box;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(180deg,hsla(0,0%,7%,0),rgba(255,212,0,.03) 50%,hsla(0,0%,7%,0))}@media(max-width:768px){.stats{padding-top:clamp(2.5rem,5vh,4rem);padding-bottom:clamp(2.5rem,5vh,4rem)}}.stats__content{max-width:1400px;width:100%;padding:2rem 4rem;display:flex;flex-direction:column;gap:4rem;align-items:center;position:relative;z-index:2}@media(max-width:1024px){.stats__content{padding:2rem}}@media(max-width:768px){.stats__content{padding:1.5rem;gap:3rem}}.stats__title{font-size:clamp(1.75rem,4vw,3.5rem);font-weight:800;text-align:center;letter-spacing:-.02em;line-height:1.2;color:#fff;margin:0}@media(max-width:768px){.stats__title{font-size:clamp(1.5rem,6vw,2rem)}}.stats__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:2rem;gap:2rem;width:100%;max-width:1200px}@media(max-width:768px){.stats__cards{grid-template-columns:1fr;gap:1.5rem}}.stats .stat-card{background:hsla(0,0%,100%,.05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,212,0,.2);border-radius:24px;padding:2.5rem 2rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);color:#fff;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.stats .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#ffd400,transparent);opacity:0;transition:opacity .4s ease}.stats .stat-card:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(255,212,0,.1) 0,transparent 70%);transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease;border-radius:50%;pointer-events:none}.stats .stat-card:hover{transform:translateY(-8px);background:hsla(0,0%,100%,.08);border-color:rgba(255,212,0,.5);box-shadow:0 20px 60px rgba(255,212,0,.25)}.stats .stat-card:hover:before{opacity:1}.stats .stat-card:hover:after{width:200px;height:200px}.stats .stat-card__number{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;color:#fff;margin-bottom:.75rem;line-height:1;display:flex;align-items:baseline;justify-content:center;gap:.25rem;will-change:transform}.stats .stat-card__suffix{font-size:.6em;color:#ffd400;font-weight:700;display:inline-block;will-change:transform,opacity}.stats .stat-card__label{font-size:clamp(.9rem,1vw,1.1rem);font-weight:400;color:hsla(0,0%,100%,.8);line-height:1.5}@media(max-width:768px){.stats .stat-card{padding:2rem 1.5rem}}.stats__circle{position:absolute;border-radius:50%;pointer-events:none;z-index:1;will-change:transform;opacity:.4}@media(max-width:768px){.stats__circle{opacity:.2}}.stats__circle--1{width:200px;height:200px;top:10%;left:5%;background:radial-gradient(circle,rgba(255,212,0,.15) 0,rgba(255,212,0,.05) 50%,transparent 100%);border:2px solid rgba(255,212,0,.2)}@media(max-width:1024px){.stats__circle--1{width:150px;height:150px;top:5%;left:2%}}@media(max-width:768px){.stats__circle--1{width:100px;height:100px}}.stats__circle--2{width:150px;height:150px;bottom:15%;right:8%;background:radial-gradient(circle,rgba(255,212,0,.12) 0,rgba(255,212,0,.04) 50%,transparent 100%);border:2px solid rgba(255,212,0,.15)}@media(max-width:1024px){.stats__circle--2{width:120px;height:120px;bottom:10%;right:3%}}@media(max-width:768px){.stats__circle--2{width:80px;height:80px}}.stats__circle--3{width:100px;height:100px;top:50%;right:12%;background:radial-gradient(circle,rgba(255,212,0,.2) 0,rgba(255,212,0,.08) 50%,transparent 100%);border:2px solid rgba(255,212,0,.25)}@media(max-width:1024px){.stats__circle--3{width:80px;height:80px;right:5%}}@media(max-width:768px){.stats__circle--3{width:60px;height:60px}}.stats__shape{position:absolute;pointer-events:none;z-index:1;will-change:transform;opacity:.3}@media(max-width:768px){.stats__shape{opacity:.15}}.stats__shape--1{width:80px;height:80px;top:20%;right:10%;background:linear-gradient(135deg,rgba(255,212,0,.2),rgba(255,212,0,.05));border-radius:20% 80% 20% 80%;border:2px solid rgba(255,212,0,.2);filter:blur(1px)}@media(max-width:1024px){.stats__shape--1{width:60px;height:60px;right:5%}}@media(max-width:768px){.stats__shape--1{width:40px;height:40px}}.stats__shape--2{width:60px;height:60px;bottom:25%;left:10%;background:linear-gradient(45deg,rgba(255,212,0,.15),rgba(255,212,0,.05));border-radius:50% 20% 50% 20%;border:2px solid rgba(255,212,0,.15);filter:blur(1px)}@media(max-width:1024px){.stats__shape--2{width:50px;height:50px;left:3%}}@media(max-width:768px){.stats__shape--2{width:35px;height:35px}}.companion{position:fixed;right:1.25rem;bottom:1.25rem;z-index:950;width:132px;cursor:pointer;opacity:0;visibility:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.companion:focus-visible{outline:2px solid #ffd400;outline-offset:4px;border-radius:12px}.companion__stage{position:relative;width:100%;aspect-ratio:1;filter:drop-shadow(0 8px 24px rgba(0,0,0,.45));transition:transform .25s ease}.companion__stage img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0}.companion:hover .companion__stage{transform:translateY(-4px) scale(1.04)}.companion__badge{position:absolute;right:2px;bottom:6px;width:26px;height:26px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;border:2px solid #121212}.companion__bubble{position:absolute;right:70%;bottom:calc(100% - 10px);width:max-content;max-width:230px;background:#1c1c1e;border:1px solid rgba(255,212,0,.35);color:#fff;font-family:var(--font-code,var(--font-mono));font-size:.8rem;line-height:1.45;padding:.6rem .85rem;border-radius:12px 12px 2px 12px;opacity:0;visibility:hidden;pointer-events:none}@media(max-width:768px){.companion{width:80px;right:.9rem;bottom:.9rem}.companion__bubble{display:none}.companion__badge{width:22px;height:22px;right:0;bottom:2px}}.pains{width:100%}.pains__pin{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:3rem;padding:5rem 2rem;max-width:1100px;margin:0 auto;position:relative}@media(max-width:768px){.pains__pin{padding:4rem 1.5rem;gap:2.25rem}}.pains__eyebrow{margin:0}.pains__stage{display:flex;flex-direction:column;gap:2.5rem;width:100%}.pains__mascot{position:relative;width:clamp(200px,26vw,340px);aspect-ratio:1;display:none}.pains__mascot img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.pains__lines{width:100%;position:relative;gap:2.5rem}.pains__line,.pains__lines{display:flex;flex-direction:column}.pains__line{gap:.75rem}.pains__line p{margin:0;font-family:var(--font-display,inherit);font-weight:700;font-size:clamp(1.7rem,4.8vw,3.6rem);line-height:1.12;letter-spacing:-.02em;color:#fff}.pains__counter{font-family:var(--font-code,var(--font-mono));color:#ffd400;font-size:.85rem;letter-spacing:.12em}.pains__turn{background:#ffd400;color:#121212;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.25rem;padding:3.5rem 2rem;border-radius:24px;width:100%}.pains__turn h2{margin:0;font-family:var(--font-display,inherit);font-size:clamp(2.4rem,6vw,5rem);font-weight:700;color:#121212;letter-spacing:-.02em}.pains__turn p{margin:0;max-width:560px;color:hsla(0,0%,7%,.82);font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.6}.pains__cta{cursor:pointer;display:inline-flex;align-items:center;background:#121212;color:#ffd400;font-weight:700;font-size:1.05rem;padding:1rem 2.25rem;border-radius:999px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .25s ease,box-shadow .25s ease}.pains__cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px hsla(0,0%,7%,.35)}.pains__cta:focus-visible{outline:3px solid #121212;outline-offset:3px}.pains--enhanced .pains__stage{flex-direction:row;align-items:center;gap:4rem}.pains--enhanced .pains__mascot{display:block;flex:0 0 clamp(220px,26vw,340px)}.pains--enhanced .pains__lines{flex:1 1;display:block;min-height:16rem}.pains--enhanced .pains__line{position:absolute;inset:0;justify-content:center}.pains--enhanced .pains__turn{position:absolute;top:0;bottom:0;left:50%;width:100vw;margin-left:-50vw;border-radius:0;z-index:2}.interlude{width:100%;background:#ffd400;padding:clamp(4rem,14vh,8rem) 1rem;display:flex;flex-direction:column;align-items:center;gap:.35rem;overflow:hidden;text-align:center}.interlude__eyebrow.code-eyebrow{color:#121212;margin:0 0 1.25rem}.interlude__line{margin:0;font-family:var(--font-display,inherit);font-weight:700;font-size:clamp(2.6rem,8vw,7rem);line-height:1.05;letter-spacing:-.03em;color:#121212;white-space:nowrap;will-change:transform}.interlude__line--alt{color:transparent;-webkit-text-stroke:2px #121212}@media(max-width:768px){.interlude__line--alt{-webkit-text-stroke-width:1.5px}}:root{height:auto;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--background:#121212;--background-95:hsla(0,0%,7%,.95);--primary:#ffd400;--primary-10:rgba(255,212,0,.1);--primary-20:rgba(255,212,0,.2);--third-10:hsla(38,95%,93%,.1);--text:#ffedd9;--accent:#ff6b35}*,:root{padding:0;margin:0}*{box-sizing:border-box}body,html{width:100dvw;overflow-x:hidden}body{background-color:var(--background);color:var(--text);position:relative}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;opacity:.3;z-index:0;pointer-events:none;background-image:radial-gradient(circle,rgba(255,212,0,.15) 1px,transparent 0),radial-gradient(circle,rgba(255,212,0,.1) 1px,transparent 0);background-size:120px 120px,180px 180px;background-position:0 0,60px 60px}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-display,inherit)}.code-eyebrow{font-family:var(--font-code,var(--font-mono));color:var(--primary);font-size:.85rem;letter-spacing:.08em}.code-eyebrow:before{content:"<";opacity:.7}.code-eyebrow:after{content:" />";opacity:.7}button{outline:0;border:0;display:flex;flex-direction:column;width:100%;max-width:140px;height:50px;border-radius:.5em;overflow:hidden}button div{transform:translateY(0);width:100%}button,button div{transition:.6s cubic-bezier(.16,1,.3,1)}button div span{display:flex;align-items:center;justify-content:center;height:50px;padding:.75em 1.125em}button div:first-child{background-color:#ffd400;color:#333}button div:nth-child(2){background-color:#ffedd9}button:hover{box-shadow:0 .625em 1em 0 #ffd400}button:hover div{transform:translateY(-50px)}button p{font-size:17px;font-weight:700;color:#333}button:active{transform:scale(.95)}.mobile{width:100%;padding-top:clamp(3.5rem,7vh,6rem);padding-bottom:clamp(3.5rem,7vh,6rem);box-sizing:border-box;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}@media(max-width:768px){.mobile{padding-top:clamp(2.5rem,5vh,4rem);padding-bottom:clamp(2.5rem,5vh,4rem)}}.mobile__container{max-width:1400px;width:100%;padding:2rem 4rem;position:relative;z-index:2}@media(max-width:1024px){.mobile__container{padding:2rem}}@media(max-width:768px){.mobile__container{padding:1.5rem}}.mobile__content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);grid-gap:3rem;gap:3rem;align-items:center}@media(max-width:1024px){.mobile__content{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.mobile__content{gap:1.5rem}}.mobile__image{display:flex;justify-content:center;align-items:center;will-change:transform;filter:drop-shadow(0 20px 60px rgba(255,212,0,.2));max-width:100%}.mobile__image img{max-width:560px;width:100%;height:auto;will-change:transform}@media(max-width:1024px){.mobile__image{order:-1}.mobile__image img{max-width:480px}}@media(max-width:768px){.mobile__image img{max-width:100%}}.mobile__text{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:768px){.mobile__text{gap:1.25rem}}.mobile__title{font-size:clamp(1.75rem,4vw,3.5rem);font-weight:800;line-height:1.2;color:#fff;letter-spacing:-.02em;margin:0}@media(max-width:768px){.mobile__title{text-align:center;font-size:clamp(1.5rem,6vw,2rem)}}.mobile__description{font-size:clamp(1.1rem,1.5vw,1.25rem);line-height:1.7;color:hsla(0,0%,100%,.8);font-weight:300;margin:0}@media(max-width:768px){.mobile__description{text-align:center;font-size:1rem}}.mobile__description-highlight{color:#ffd400;font-weight:600}.mobile__features{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem;margin-top:.5rem}@media(max-width:768px){.mobile__features{grid-template-columns:1fr;gap:.6rem;margin-top:.25rem}}.mobile__feature{display:flex;align-items:center;gap:.6rem;padding:.65rem 1.1rem;background:hsla(0,0%,100%,.05);border:1px solid rgba(255,212,0,.2);border-radius:50px;color:hsla(0,0%,100%,.9);font-size:.9rem;font-weight:500;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mobile__feature:hover{background:rgba(255,212,0,.1);border-color:rgba(255,212,0,.4);transform:translateY(-2px)}.mobile__feature svg{flex-shrink:0;width:18px;height:18px}.mobile__feature span{overflow-wrap:anywhere;line-height:1.4}@media(max-width:768px){.mobile__feature{padding:.55rem .9rem;font-size:.8rem;gap:.5rem}.mobile__feature svg{width:16px;height:16px}}.mobile__image{position:relative;z-index:2}.mobile__circle{position:absolute;border-radius:50%;pointer-events:none;z-index:1;will-change:transform;opacity:.4}@media(max-width:768px){.mobile__circle{opacity:.2}}.mobile__circle--1{width:200px;height:200px;top:10%;right:5%;background:radial-gradient(circle,rgba(255,212,0,.15) 0,rgba(255,212,0,.05) 50%,transparent 100%);border:2px solid rgba(255,212,0,.2)}@media(max-width:1024px){.mobile__circle--1{width:150px;height:150px;top:5%;right:2%}}@media(max-width:768px){.mobile__circle--1{width:100px;height:100px}}.mobile__circle--2{width:150px;height:150px;bottom:15%;left:8%;background:radial-gradient(circle,rgba(255,212,0,.12) 0,rgba(255,212,0,.04) 50%,transparent 100%);border:2px solid rgba(255,212,0,.15)}@media(max-width:1024px){.mobile__circle--2{width:120px;height:120px;bottom:10%;left:3%}}@media(max-width:768px){.mobile__circle--2{width:80px;height:80px}}.mobile__circle--3{width:100px;height:100px;top:50%;left:15%;background:radial-gradient(circle,rgba(255,212,0,.2) 0,rgba(255,212,0,.08) 50%,transparent 100%);border:2px solid rgba(255,212,0,.25)}@media(max-width:1024px){.mobile__circle--3{width:80px;height:80px;left:5%}}@media(max-width:768px){.mobile__circle--3{width:60px;height:60px}}.mobile__shape{position:absolute;pointer-events:none;z-index:1;will-change:transform;opacity:.3}@media(max-width:768px){.mobile__shape{opacity:.15}}.mobile__shape--1{width:80px;height:80px;top:20%;left:10%;background:linear-gradient(135deg,rgba(255,212,0,.2),rgba(255,212,0,.05));border-radius:20% 80% 20% 80%;border:2px solid rgba(255,212,0,.2);filter:blur(1px)}@media(max-width:1024px){.mobile__shape--1{width:60px;height:60px;left:5%}}@media(max-width:768px){.mobile__shape--1{width:40px;height:40px}}.mobile__shape--2{width:60px;height:60px;bottom:25%;right:8%;background:linear-gradient(45deg,rgba(255,212,0,.15),rgba(255,212,0,.05));border-radius:50% 20% 50% 20%;border:2px solid rgba(255,212,0,.15);filter:blur(1px)}@media(max-width:1024px){.mobile__shape--2{width:50px;height:50px;right:3%}}@media(max-width:768px){.mobile__shape--2{width:35px;height:35px}}.about{position:relative;width:100%;padding-top:clamp(3.5rem,7vh,6rem);padding-bottom:clamp(3.5rem,7vh,6rem);box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:768px){.about{padding-top:clamp(2.5rem,5vh,4rem);padding-bottom:clamp(2.5rem,5vh,4rem)}}.about__circle{position:absolute;border-radius:50%;pointer-events:none;z-index:1;will-change:transform;opacity:.4}@media(max-width:768px){.about__circle{opacity:.2}}.about__circle--1{width:200px;height:200px;top:10%;right:10%;background:radial-gradient(circle,rgba(255,212,0,.15) 0,rgba(255,212,0,.05) 50%,transparent 100%);border:2px solid rgba(255,212,0,.2)}@media(max-width:1024px){.about__circle--1{width:150px;height:150px;top:5%;right:5%}}@media(max-width:768px){.about__circle--1{width:100px;height:100px}}.about__circle--2{width:150px;height:150px;bottom:15%;right:15%;background:radial-gradient(circle,rgba(255,212,0,.12) 0,rgba(255,212,0,.04) 50%,transparent 100%);border:2px solid rgba(255,212,0,.15)}@media(max-width:1024px){.about__circle--2{width:120px;height:120px;bottom:10%;right:3%}}@media(max-width:768px){.about__circle--2{width:80px;height:80px}}.about__shape-decorative{position:absolute;pointer-events:none;z-index:1;will-change:transform;opacity:.3}@media(max-width:768px){.about__shape-decorative{opacity:.15}}.about__shape-decorative--1{width:80px;height:80px;top:20%;left:10%;background:linear-gradient(135deg,rgba(255,212,0,.2),rgba(255,212,0,.05));border-radius:20% 80% 20% 80%;border:2px solid rgba(255,212,0,.2);filter:blur(1px)}@media(max-width:1024px){.about__shape-decorative--1{width:60px;height:60px;left:5%}}@media(max-width:768px){.about__shape-decorative--1{width:40px;height:40px}}.about__shape-decorative--2{width:60px;height:60px;bottom:25%;left:15%;background:linear-gradient(45deg,rgba(255,212,0,.15),rgba(255,212,0,.05));border-radius:50% 20% 50% 20%;border:2px solid rgba(255,212,0,.15);filter:blur(1px)}@media(max-width:1024px){.about__shape-decorative--2{width:50px;height:50px;left:3%}}@media(max-width:768px){.about__shape-decorative--2{width:35px;height:35px}}.about__content{position:relative;z-index:2;max-width:900px;width:100%;padding:2rem 4rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}@media(max-width:1024px){.about__content{padding:2rem}}@media(max-width:768px){.about__content{padding:1.5rem;gap:1.5rem}}.about__title{font-size:clamp(1.75rem,4vw,3.5rem);font-weight:800;text-align:center;letter-spacing:-.02em;line-height:1.2;color:#fff;margin:0}@media(max-width:768px){.about__title{font-size:clamp(1.5rem,6vw,2rem)}}.about__description{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:300;letter-spacing:.5px;text-align:center;color:hsla(0,0%,100%,.8);line-height:1.7;margin:0;max-width:600px}.about__cta{margin-top:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.about__cta .cta__button{position:relative}.about__cta .cta__button:after{content:"";position:absolute;inset:-2px;border-radius:inherit;pointer-events:none;animation:about-cta-breath 2.8s ease-out infinite}@media(prefers-reduced-motion:reduce){.about__cta .cta__button:after{animation:none}}@keyframes about-cta-breath{0%{box-shadow:0 0 0 0 rgba(255,212,0,.4)}70%{box-shadow:0 0 0 14px rgba(255,212,0,0)}to{box-shadow:0 0 0 0 rgba(255,212,0,0)}}