:root{--color-yellow:#f5b321;--color-yellow-hover:#ffc13b;--color-black:#0b0d10;--color-black-soft:#15181d;--color-white:#fff;--color-text-muted:#fff9;--layout-max-width:90rem;--radius-sm:.5rem;--radius-md:.875rem;--radius-lg:1.25rem;--radius-pill:999px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#fff;background:#0b0d10;min-width:320px;margin:0;font-family:Arial,Helvetica,sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{border:0}.placeholder-section{border-bottom:1px solid #ffffff1a;place-items:center;min-height:40vh;font-size:2rem;font-weight:700;display:grid}.layout-container{width:min(100% - 2.5rem,78rem);margin-inline:auto}@media (width>=768px){.layout-container{width:min(100% - 4rem,78rem)}}#header{z-index:100;position:relative}.site-header{z-index:100;-webkit-backdrop-filter:blur(1rem);background:#07090bad;border-bottom:1px solid #ffffff12;transition:background-color .22s,border-color .22s,box-shadow .22s;position:fixed;top:0;left:0;right:0}.site-header--scrolled{background:#07090bf0;border-bottom-color:#ffffff1a;box-shadow:0 .75rem 2rem #0000001a}.site-header__inner{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(1rem,3vw,3.5rem);min-height:4.7rem;display:grid}.site-header__brand{justify-content:flex-start;align-items:center;width:fit-content;min-width:0;display:inline-flex}.site-header__logo{object-fit:contain;object-position:left center;width:auto;max-width:10rem;height:2.7rem;transition:transform .18s,opacity .18s;display:block}.site-header__brand:hover .site-header__logo{opacity:.9;transform:scale(1.02)}.site-header__nav{justify-content:center;align-items:center;gap:clamp(1rem,2vw,2rem);display:none}.site-header__nav a{color:#ffffff9e;letter-spacing:.09em;text-transform:uppercase;align-items:center;min-height:4.7rem;font-size:.7rem;font-weight:800;text-decoration:none;transition:color .16s;display:inline-flex;position:relative}.site-header__nav a:after{background:var(--color-yellow);content:"";transform-origin:50%;border-radius:999px;height:2px;transition:transform .18s;position:absolute;bottom:.9rem;left:0;right:0;transform:scaleX(0)}.site-header__nav a:hover{color:#fff}.site-header__nav a:hover:after{transform:scaleX(1)}.site-header__actions{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.site-header__contact{color:#0b0d10;border:1px solid var(--color-yellow);background:var(--color-yellow);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;gap:.6rem;min-height:2.9rem;padding:.7rem 1.25rem;font-size:.68rem;font-weight:900;text-decoration:none;transition:background-color .18s,border-color .18s,transform .18s;display:none}.site-header__contact:hover{border-color:var(--color-yellow-hover);background:var(--color-yellow-hover);transform:translateY(-2px)}.site-header__contact>span{transition:transform .18s}.site-header__contact:hover>span{transform:translate(.15rem)}.site-header__language{background:#ffffff08;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;gap:.28rem;min-height:2.5rem;padding:0 .55rem;display:flex}.site-header__language-button{color:#ffffff6b;cursor:pointer;min-width:1.7rem;min-height:2rem;font:inherit;letter-spacing:.08em;background:0 0;border:0;justify-content:center;align-items:center;padding:0;font-size:.62rem;font-weight:900;transition:color .18s,transform .18s;display:inline-flex}.site-header__language-button:hover{color:#fff}.site-header__language-button--active,.site-header__language-button--active:hover{color:var(--color-yellow)}.site-header__language-divider{color:#ffffff2e;-webkit-user-select:none;user-select:none;font-size:.65rem}.site-header__menu-button{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff21;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.38rem;width:2.8rem;height:2.8rem;padding:0;transition:border-color .18s,background-color .18s;display:flex}.site-header__menu-button:hover{background:#f5b32112;border-color:#f5b32173}.site-header__menu-button span{background:currentColor;border-radius:999px;width:1rem;height:2px;transition:transform .2s,opacity .18s}.site-header--menu-open .site-header__menu-button span:first-child{transform:translateY(.19rem)rotate(45deg)}.site-header--menu-open .site-header__menu-button span:last-child{transform:translateY(-.19rem)rotate(-45deg)}.site-header__mobile{opacity:0;visibility:hidden;background:#080a0cfa;border-top:1px solid #ffffff14;max-height:0;transition:max-height .32s,opacity .2s,visibility .2s;overflow:hidden}.site-header--menu-open .site-header__mobile{opacity:1;visibility:visible;max-height:33rem}.site-header__mobile-nav{flex-direction:column;padding:.7rem 1.5rem 1.5rem;display:flex}.site-header__mobile-nav>a:not(.site-header__mobile-contact){color:#ffffffb8;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid #ffffff14;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.8rem;min-height:4rem;font-size:.85rem;font-weight:800;text-decoration:none;transition:color .18s,padding-left .18s;display:grid}.site-header__mobile-nav>a:not(.site-header__mobile-contact):hover{color:#fff;padding-left:.25rem}.site-header__mobile-number{color:var(--color-yellow);letter-spacing:.08em;font-size:.55rem;font-weight:900}.site-header__mobile-contact{color:#0b0d10;border:1px solid var(--color-yellow);background:var(--color-yellow);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:space-between;align-items:center;gap:1rem;min-height:3.4rem;margin-top:1.2rem;padding:.8rem 1.1rem;font-size:.72rem;font-weight:900;text-decoration:none;display:flex}body.menu-open{overflow:hidden}@media (width>=641px){.site-header__inner{min-height:5rem}.site-header__logo{max-width:11rem;height:3rem}.site-header__contact{display:inline-flex}}@media (width>=981px){.site-header__nav{display:flex}.site-header__menu-button,.site-header__mobile{display:none}}@media (width>=1280px){.site-header__inner{gap:4rem}.site-header__nav{gap:2.2rem}.site-header__logo{height:3.15rem}}@media (width<=420px){.site-header__inner{min-height:4.4rem}.site-header__language{min-height:2.35rem;padding:0 .4rem}.site-header__language-button{min-width:1.5rem;font-size:.56rem}.site-header__logo{max-width:8.5rem;height:2.35rem}.site-header__menu-button{width:2.65rem;height:2.65rem}.site-header__mobile-nav{padding-left:1.25rem;padding-right:1.25rem}}@media (prefers-reduced-motion:reduce){.site-header,.site-header__logo,.site-header__nav a,.site-header__nav a:after,.site-header__contact,.site-header__contact>span,.site-header__menu-button,.site-header__menu-button span,.site-header__mobile,.site-header__mobile-nav>a{transition:none}}#hero{width:100%}.hero{isolation:isolate;width:100%;min-height:100svh;color:var(--color-white);background:#080a0d;align-items:center;display:flex;position:relative;overflow:hidden}.hero__background,.hero__image,.hero__overlay,.hero__grid,.hero__glow{position:absolute;inset:0}.hero__background{z-index:-2}.hero__image{background:linear-gradient(135deg,#15181d 0%,#0a0c0f 55%,#050607 100%) 50%/cover}.hero__image[style]{background-image:var(--hero-image-desktop);background-position:50%;background-repeat:no-repeat;background-size:cover}@media (width<=767px){.hero__image[style]{background-image:var(--hero-image-mobile,var(--hero-image-desktop))}}.hero__overlay{background:linear-gradient(#0507097a 0%,#050709b8 58%,#050709f5 100%)}.hero__grid{opacity:.09;background-image:linear-gradient(#ffffff1a 1px,#0000 1px),linear-gradient(90deg,#ffffff1a 1px,#0000 1px);background-size:3rem 3rem}.hero__glow{opacity:.16;background:var(--color-yellow);filter:blur(7rem);border-radius:50%;width:34rem;height:34rem;inset:8% -75% auto auto}.hero__inner{align-items:center;width:100%;min-height:100svh;padding:6.5rem 1.5rem 4rem;display:flex}.hero__content{width:100%;max-width:43rem}.hero__eyebrow{color:var(--color-yellow);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.65rem;margin:0 0 1.1rem;font-size:.67rem;font-weight:800;line-height:1.3;display:flex}.hero__eyebrow span{background:var(--color-yellow);flex:none;width:1.5rem;height:2px}.hero__title{letter-spacing:-.045em;text-transform:uppercase;flex-direction:column;align-items:flex-start;width:100%;margin:0;font-style:italic;font-weight:900;line-height:.9;display:flex}.hero__title-main{color:#fff;font-size:clamp(3.3rem,14vw,5.2rem);display:block}.hero__title-highlight{z-index:1;color:#090b0e;white-space:nowrap;max-width:100%;margin-top:.14em;padding:.05em .09em;font-size:clamp(2.7rem,11.5vw,4.6rem);display:inline-block;position:relative}.hero__title-highlight:before{z-index:-1;content:"";background:var(--color-yellow);clip-path:polygon(2% 0,100% 0,97% 100%,0 100%);position:absolute;inset:0 -.03em}.hero__description{color:#ffffffad;max-width:34rem;margin:1.7rem 0 0;font-size:.95rem;line-height:1.7}.hero__actions{grid-template-columns:1fr;gap:.75rem;width:100%;margin-top:1.8rem;display:grid}.hero__button{letter-spacing:.08em;text-align:center;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;gap:.65rem;min-height:3.2rem;padding:.8rem 1.35rem;font-size:.72rem;font-weight:800;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.hero__button--primary{color:#090b0e;border:1px solid var(--color-yellow);background:var(--color-yellow)}.hero__button--primary:hover{border-color:var(--color-yellow-hover);background:var(--color-yellow-hover);transform:translateY(-2px)}.hero__button--primary>span{transition:transform .18s}.hero__button--primary:hover>span{transform:translate(.2rem)}.hero__button--secondary{color:#fff;background:#ffffff08;border:1px solid #ffffff3d}.hero__button--secondary:hover{border-color:var(--color-yellow);background:#f5b32112;transform:translateY(-2px)}@media (width<=360px){.hero__inner{padding-top:6rem;padding-bottom:3rem}.hero__eyebrow{font-size:.6rem}.hero__title-main{font-size:2.9rem}.hero__title-highlight{font-size:2.3rem}.hero__description{font-size:.88rem}}@media (width>=480px){.hero__inner{padding-left:2rem;padding-right:2rem}.hero__actions{flex-wrap:wrap;width:auto;display:flex}.hero__button{min-width:9.5rem}}@media (width>=768px){.hero__inner{padding:7rem 2.5rem 5rem}.hero__content{max-width:47rem}.hero__eyebrow{margin-bottom:1.3rem;font-size:.72rem}.hero__title-main{font-size:clamp(4.8rem,9vw,6.5rem)}.hero__title-highlight{font-size:clamp(4rem,7.5vw,5.7rem)}.hero__description{max-width:38rem;margin-top:2rem;font-size:1rem}.hero__actions{margin-top:2rem}.hero__glow{width:40rem;height:40rem;top:10%;right:-30%}}@media (width>=1024px){.hero__overlay{background:linear-gradient(90deg,#050709f5 0%,#050709d1 45%,#0507096b 72%,#0507098c 100%),linear-gradient(#00000014 0% 55%,#000000d9 100%)}.hero__grid{background-size:4rem 4rem;-webkit-mask-image:linear-gradient(90deg,#000 0% 42%,#0000 85%);mask-image:linear-gradient(90deg,#000 0% 42%,#0000 85%)}.hero__inner{padding:7rem 4rem 5rem}.hero__content{max-width:49rem}.hero__title-main{font-size:clamp(5.5rem,6vw,6.7rem)}.hero__title-highlight{font-size:clamp(4.6rem,5vw,5.8rem)}.hero__description{max-width:39rem}.hero__glow{opacity:.18;filter:blur(8rem);width:48rem;height:48rem;top:5%;right:-12%}}@media (width>=1280px){.hero__content{max-width:50rem}.hero__title-main{font-size:6.7rem}.hero__title-highlight{font-size:5.7rem}}@media (prefers-reduced-motion:reduce){.hero__button{transition:none}.hero__button:hover{transform:none}}#about{width:100%;scroll-margin-top:5rem}.about{color:#111317;background:#f4f4f2;padding:4.5rem 0;position:relative;overflow:hidden}.about__inner{grid-template-columns:1fr;gap:2.8rem;display:grid}.about__media{width:100%;position:relative}.about__media:before{z-index:0;background:var(--color-yellow);content:"";border-radius:1rem;width:42%;height:42%;position:absolute;top:-.8rem;right:-.8rem}.about__image{z-index:1;background:linear-gradient(145deg,#30343a,#181b1f);border-radius:1.15rem;width:100%;min-height:22rem;position:relative;overflow:hidden}.about__image:before{z-index:2;opacity:.12;content:"";pointer-events:none;background-image:repeating-linear-gradient(120deg,#0000 0 28px,#ffffff14 29px 30px);position:absolute;inset:0}.about__image-real{z-index:1;object-fit:cover;object-position:center;opacity:0;width:100%;height:100%;transition:opacity .35s,transform .7s;display:block;position:absolute;inset:0;transform:scale(1.015)}.about__image-real--loaded{opacity:1;transform:scale(1)}@media (hover:hover){.about__media:hover .about__image-real--loaded{transform:scale(1.025)}}.about__image-placeholder{z-index:3;color:#ffffff8c;flex-direction:column;justify-content:center;align-items:center;gap:.45rem;min-height:22rem;transition:opacity .25s,visibility .25s;display:flex;position:relative}.about__image-placeholder--hidden{opacity:0;visibility:hidden;pointer-events:none}.about__image-placeholder span{letter-spacing:-.03em;text-transform:uppercase;font-size:1.8rem;font-style:italic;font-weight:900}.about__image-placeholder small{letter-spacing:.14em;text-transform:uppercase;font-size:.66rem}.about__media-badge{z-index:4;-webkit-backdrop-filter:blur(.8rem);background:#080a0ce0;border:1px solid #ffffff26;border-radius:.85rem;flex-direction:column;gap:.2rem;min-width:9rem;padding:.85rem 1rem;display:flex;position:absolute;bottom:.8rem;right:.8rem;box-shadow:0 1rem 2rem #0000002e}.about__media-badge span{color:var(--color-yellow);letter-spacing:.15em;text-transform:uppercase;font-size:.58rem;font-weight:800}.about__media-badge strong{color:#fff;font-size:.82rem;font-weight:800}.about__content{flex-direction:column;justify-content:center;display:flex}.about__eyebrow{color:#8f6507;letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.65rem;margin:0 0 1rem;font-size:.65rem;font-weight:800;display:flex}.about__eyebrow span{background:var(--color-yellow);flex:none;width:1.5rem;height:2px}.about__title{color:#101215;letter-spacing:-.045em;text-transform:uppercase;flex-direction:column;align-items:flex-start;max-width:36rem;margin:0;font-style:italic;font-weight:900;line-height:.94;display:flex}.about__title>span{font-size:clamp(2.7rem,11vw,4.3rem)}.about__title strong{z-index:1;color:#111317;max-width:100%;font-size:clamp(2.5rem,10vw,4rem);font-weight:inherit;white-space:normal;margin-top:.14em;padding:.04em .1em;line-height:1;display:inline-block;position:relative}.about__title strong:before{z-index:-1;background:var(--color-yellow);clip-path:polygon(2% 0,100% 0,97% 100%,0 100%);content:"";position:absolute;inset:0 -.03em}.about__description{gap:.9rem;max-width:38rem;margin-top:1.7rem;display:grid}.about__description p{color:#1113179e;margin:0;font-size:.92rem;line-height:1.7}.about__description .about__description-lead{color:#111317d1;font-size:1rem;font-weight:600;line-height:1.6}.about__points{border-top:1px solid #1113171f;grid-template-columns:1fr;margin-top:2rem;display:grid}.about__point{border-bottom:1px solid #1113171f;grid-template-columns:1.8rem minmax(0,1fr);gap:.75rem;padding:1rem 0;display:grid}.about__point>span{color:#a97300;letter-spacing:.08em;padding-top:.1rem;font-size:.65rem;font-weight:900}.about__point h3{color:#111317;letter-spacing:.03em;text-transform:uppercase;margin:0;font-size:.86rem;font-weight:900}.about__point p{color:#1113178c;max-width:30rem;margin:.3rem 0 0;font-size:.82rem;line-height:1.55}.about__link{color:#111317;border-bottom:2px solid var(--color-yellow);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.65rem;width:fit-content;margin-top:1.8rem;padding-bottom:.35rem;font-size:.68rem;font-weight:900;transition:color .18s,gap .18s;display:inline-flex}.about__link:hover{color:#926600;gap:.95rem}@media (width>=768px){.about{padding:5.5rem 0}.about__image,.about__image-placeholder{min-height:30rem}.about__title>span{font-size:clamp(3.5rem,7vw,4.8rem)}.about__title strong{font-size:clamp(3.1rem,6.2vw,4.3rem)}}@media (width>=1024px){.about{padding:6.5rem 0}.about__inner{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(3.5rem,6vw,5.5rem)}.about__image,.about__image-placeholder{min-height:34rem}.about__media{max-width:31rem}.about__title>span{font-size:clamp(3.7rem,4.4vw,4.8rem)}.about__title strong{font-size:clamp(3.2rem,3.8vw,4.2rem)}}@media (width>=1280px){.about__inner{gap:5rem}.about__media{max-width:32rem}.about__title>span{font-size:4.7rem}.about__title strong{font-size:4.1rem}}@media (prefers-reduced-motion:reduce){.about__image-real,.about__image-placeholder,.about__link{transition:none}}#services{width:100%;scroll-margin-top:5rem}.services-section{color:#fff;background:linear-gradient(145deg,#101317 0%,#080a0d 55%,#050607 100%);padding:5rem 0;position:relative;overflow:hidden}.services-section:before{pointer-events:none;opacity:.08;content:"";background-image:linear-gradient(90deg,#ffffff1f 1px,#0000 1px),linear-gradient(#ffffff14 1px,#0000 1px);background-size:4rem 4rem;position:absolute;inset:0}.services-section:after{opacity:.12;background:var(--color-yellow);filter:blur(8rem);content:"";border-radius:50%;width:32rem;height:32rem;position:absolute;top:-12rem;right:-12rem}.services-section__inner{z-index:1;position:relative}.services-section__header{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3.5rem;display:grid}.services-section__eyebrow{color:var(--color-yellow);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.7rem;margin:0 0 1rem;font-size:.65rem;font-weight:800;display:flex}.services-section__eyebrow span{background:var(--color-yellow);width:1.5rem;height:2px}.services-section__title{color:#fff;letter-spacing:-.045em;text-transform:uppercase;flex-direction:column;align-items:flex-start;margin:0;font-size:clamp(2.8rem,11vw,4.7rem);font-style:italic;font-weight:900;line-height:.94;display:flex}.services-section__title strong{color:var(--color-yellow);font-weight:inherit}.services-section__description{color:#ffffff94;max-width:34rem;margin:0;font-size:.95rem;line-height:1.7}.services-pitstop{position:relative}.services-pitstop__header{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;display:grid}.services-pitstop__label{color:var(--color-yellow);letter-spacing:.18em;text-transform:uppercase;margin-bottom:.45rem;font-size:.6rem;font-weight:900;display:inline-block}.services-pitstop__header h3{color:#fff;text-transform:uppercase;margin:0;font-size:clamp(1.8rem,8vw,2.8rem);font-style:italic;font-weight:900}.services-pitstop__header p{color:#ffffff7a;max-width:30rem;margin:0;font-size:.9rem;line-height:1.6}.services-pitstop__track{grid-template-columns:1fr;gap:1rem;padding-left:2rem;display:grid;position:relative}.services-pitstop__track:before{background:linear-gradient(180deg, transparent, var(--color-yellow) 10%, var(--color-yellow) 90%, transparent);content:"";opacity:.8;width:2px;position:absolute;top:1rem;bottom:1rem;left:.45rem}.service-pit-card{background:linear-gradient(145deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1a;border-radius:1rem;flex-direction:column;min-height:20rem;padding:1.25rem;transition:border-color .22s,background-color .22s,box-shadow .22s,transform .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 1rem 2.5rem #00000029}.service-pit-card:before{background:var(--color-yellow);content:"";border:3px solid #080a0d;border-radius:50%;width:.8rem;height:.8rem;position:absolute;top:2rem;left:-1.95rem;box-shadow:0 0 0 4px #f5b32126}.service-pit-card:hover{background:linear-gradient(145deg,#f5b32114,#ffffff08);border-color:#f5b32180;transform:translateY(-4px);box-shadow:0 1.5rem 3rem #00000040}.service-pit-card__speed-line{background:#ffffff0d;width:100%;height:3px;position:absolute;top:0;left:0;overflow:hidden}.service-pit-card__speed-line:after{background:var(--color-yellow);content:"";width:35%;height:100%;position:absolute;top:0;left:0;transform:translate(-140%)}.service-pit-card:hover .service-pit-card__speed-line:after{animation:.7s ease-out pit-speed-line}@keyframes pit-speed-line{0%{transform:translate(-140%)}to{transform:translate(330%)}}.service-pit-card__top{justify-content:space-between;align-items:center;gap:1rem;display:flex}.service-pit-card__number{color:var(--color-yellow);letter-spacing:.1em;font-size:.75rem;font-weight:900}.service-pit-card__category{color:#ffffff52;letter-spacing:.15em;text-transform:uppercase;font-size:.55rem;font-weight:800}.service-pit-card__media{background:#ffffff0a;border:1px solid #ffffff17;border-radius:.85rem;width:100%;height:8rem;margin-top:1.2rem;position:relative;overflow:hidden}.service-pit-card__media img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s,filter .3s;display:block}.service-pit-card:hover .service-pit-card__media img{transform:scale(1.06)}.service-pit-card__media-overlay{pointer-events:none;background:linear-gradient(#0000 45%,#05070961 100%);position:absolute;inset:0}.service-pit-card__media--fallback{color:var(--color-yellow);background:linear-gradient(145deg,#f5b3210f,#ffffff08);place-items:center;display:grid}.service-pit-card__media--fallback svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:2.2rem;height:2.2rem}.service-pit-card__content{margin-top:1.2rem}.service-pit-card__content h3{color:#fff;text-transform:uppercase;margin:0;font-size:1.05rem;font-weight:900;line-height:1.15}.service-pit-card__content p{color:#ffffff7a;margin:.7rem 0 0;font-size:.83rem;line-height:1.55}.service-pit-card__footer{justify-content:flex-end;align-items:center;margin-top:auto;padding-top:1.3rem;display:flex}.service-pit-card__open{color:#0b0d10;background:var(--color-yellow);cursor:pointer;border:0;border-radius:50%;flex:none;place-items:center;width:2.9rem;height:2.9rem;padding:0;transition:background-color .18s,box-shadow .18s,transform .18s;display:grid;box-shadow:0 .5rem 1.4rem #f5b3211f}.service-pit-card__open svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:1.15rem;height:1.15rem}.service-pit-card__open:hover{background:var(--color-yellow-hover);transform:rotate(8deg)scale(1.08);box-shadow:0 .7rem 1.7rem #f5b32138}.service-pit-card__open:focus-visible{outline-offset:3px;outline:2px solid #fff}.services-general{background:linear-gradient(130deg,#f5b3211a,#ffffff08);border:1px solid #ffffff1f;border-radius:1.2rem;grid-template-columns:1fr;gap:1.5rem;margin-top:3.5rem;padding:1.6rem;display:grid;position:relative;overflow:hidden}.services-general:after{opacity:.1;background:var(--color-yellow);filter:blur(3rem);content:"";border-radius:50%;width:12rem;height:12rem;position:absolute;top:-5rem;right:-5rem}.services-general__background{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.services-general__background img{object-fit:cover;object-position:center;opacity:.13;filter:grayscale(.25);width:100%;height:100%;display:block;transform:scale(1.03)}.services-general__background:after{content:"";background:linear-gradient(90deg,#080a0dc7 0%,#080a0dad 50%,#080a0dd6 100%);position:absolute;inset:0}.services-general__number,.services-general__content,.services-general__actions{z-index:2;position:relative}.services-general__number{color:var(--color-yellow);letter-spacing:.1em;font-size:.7rem;font-weight:900}.services-general__label{color:var(--color-yellow);letter-spacing:.15em;text-transform:uppercase;font-size:.6rem;font-weight:800}.services-general__content h3{color:#fff;text-transform:uppercase;margin:.4rem 0 0;font-size:clamp(2rem,8vw,3.2rem);font-style:italic;font-weight:900}.services-general__content p{color:#ffffff85;max-width:35rem;margin:.8rem 0 0;font-size:.9rem;line-height:1.65}.services-general__actions{flex-direction:column;align-items:flex-start;gap:.8rem;display:flex}.services-general__details{color:#0b0d10;background:var(--color-yellow);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.7rem;min-height:3rem;padding:.75rem 1.2rem;font-size:.67rem;font-weight:900;transition:background-color .18s,transform .18s;display:inline-flex}.services-general__details:hover{background:var(--color-yellow-hover);transform:translateY(-2px)}.services-general__details:focus-visible{outline-offset:3px;outline:2px solid #fff}@media (width>=768px){.services-section{padding:6rem 0}.services-section__header{grid-template-columns:minmax(0,1fr) minmax(18rem,28rem);align-items:end;gap:3rem}.services-pitstop__header{grid-template-columns:minmax(0,1fr) minmax(15rem,25rem);align-items:end}.services-pitstop__track{grid-template-columns:repeat(2,minmax(0,1fr));padding-left:0}.services-pitstop__track:before,.service-pit-card:before{display:none}.service-pit-card__media{height:9rem}.services-general{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:2rem;padding:2rem}.services-general__actions{align-items:flex-end}}@media (width>=1024px){.services-section{padding:7rem 0}.services-pitstop__track{grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem}.service-pit-card{min-height:22rem;padding:1.2rem}.service-pit-card__media{height:7.2rem}.service-pit-card__content h3{font-size:.95rem}.service-pit-card__content p{font-size:.78rem}}@media (width>=1280px){.services-pitstop__track{gap:1rem}.service-pit-card{min-height:23rem;padding:1.3rem}.service-pit-card__media{height:8rem}}@media (width<=420px){.services-section{padding:4.5rem 0}.services-pitstop__track{padding-left:1.7rem}.service-pit-card{min-height:19rem;padding:1.15rem}.service-pit-card__media{height:7.5rem}.service-pit-card__open{width:2.75rem;height:2.75rem}.services-general{padding:1.4rem}}@media (prefers-reduced-motion:reduce){.service-pit-card,.service-pit-card__media img,.service-pit-card__open,.services-general__details{transition:none}.service-pit-card:hover,.service-pit-card:hover .service-pit-card__media img,.service-pit-card__open:hover,.services-general__details:hover{transform:none}.service-pit-card:hover .service-pit-card__speed-line:after{animation:none}}body.service-modal-open{overflow:hidden}.service-modal{z-index:1000;visibility:hidden;opacity:0;place-items:center;padding:1rem;transition:opacity .22s,visibility .22s;display:grid;position:fixed;inset:0}.service-modal--visible{visibility:visible;opacity:1}.service-modal__backdrop{-webkit-backdrop-filter:blur(.45rem);backdrop-filter:blur(.45rem);background:#000000c2;position:absolute;inset:0}.service-modal__dialog{z-index:1;background:#101317;border:1px solid #ffffff1f;border-radius:1.25rem;width:min(100%,68rem);max-height:calc(100svh - 2rem);transition:transform .22s;position:relative;overflow:auto;transform:translateY(1rem)scale(.985);box-shadow:0 2rem 6rem #00000073}.service-modal--visible .service-modal__dialog{transform:translateY(0)scale(1)}.service-modal__close{z-index:5;color:#fff;cursor:pointer;background:#0a0c0fc2;border:1px solid #ffffff29;border-radius:50%;place-items:center;width:2.8rem;height:2.8rem;padding:0;font-size:1.5rem;line-height:1;transition:color .18s,border-color .18s,background-color .18s,transform .18s;display:grid;position:absolute;top:.8rem;right:.8rem}.service-modal__close:hover{color:#0b0d10;border-color:var(--color-yellow);background:var(--color-yellow);transform:rotate(6deg)}.service-modal__layout{grid-template-columns:1fr;display:grid}.service-modal__media{background:#090b0e;padding:1rem}.service-modal__main-image{background:#1a1d22;border-radius:.9rem;width:100%;min-height:16rem;position:relative;overflow:hidden}.service-modal__main-image img{object-fit:cover;width:100%;height:100%;min-height:16rem}.service-modal__main-image--placeholder{color:#fff6;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;display:flex}.service-modal__main-image--placeholder span{text-transform:uppercase;font-size:2rem;font-style:italic;font-weight:900}.service-modal__main-image--placeholder small{letter-spacing:.15em;text-transform:uppercase;font-size:.6rem}.service-modal__gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:.6rem;display:grid}.service-modal__thumbnail{aspect-ratio:4/3;cursor:pointer;opacity:.55;background:#111317;border:1px solid #ffffff1f;border-radius:.6rem;padding:0;transition:opacity .18s,border-color .18s,transform .18s;position:relative;overflow:hidden}.service-modal__thumbnail img{object-fit:cover;width:100%;height:100%}.service-modal__thumbnail:hover,.service-modal__thumbnail--active{opacity:1;border-color:var(--color-yellow)}.service-modal__thumbnail:hover{transform:translateY(-2px)}.service-modal__content{flex-direction:column;padding:1.5rem;display:flex}.service-modal__category{color:var(--color-yellow);letter-spacing:.18em;text-transform:uppercase;font-size:.6rem;font-weight:900}.service-modal__title{color:#fff;letter-spacing:-.04em;text-transform:uppercase;margin:.5rem 0 0;font-size:clamp(2rem,9vw,3.8rem);font-style:italic;font-weight:900;line-height:.95}.service-modal__intro{color:#ffffff94;max-width:38rem;margin:1rem 0 0;font-size:.9rem;line-height:1.7}.service-modal__info{gap:1rem;margin-top:1.8rem;display:grid}.service-modal__block{border-top:1px solid #ffffff1a;padding-top:1rem}.service-modal__block h3{color:#fff;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:900}.service-modal__block p,.service-modal__block li{color:#ffffff85;font-size:.85rem;line-height:1.65}.service-modal__block p{margin:.6rem 0 0}.service-modal__block ul{gap:.5rem;margin:.7rem 0 0;padding-left:1.2rem;display:grid}.service-modal__price{border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.service-modal__price span{color:#fff6;letter-spacing:.15em;text-transform:uppercase;font-size:.62rem;font-weight:800}.service-modal__price strong{color:var(--color-yellow);text-transform:uppercase;font-size:1rem;font-weight:900}.service-modal__contact{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.8rem;padding-top:1.3rem;display:flex}.service-modal__contact>div:first-child{flex-direction:column;gap:.2rem;display:flex}.service-modal__contact-label{color:#ffffff61;letter-spacing:.14em;text-transform:uppercase;font-size:.58rem;font-weight:800}.service-modal__contact strong{color:#fff;font-size:.85rem}.service-modal__socials{align-items:center;gap:.55rem;display:flex}.service-modal__social{color:#fff;background:#ffffff0a;border:1px solid #ffffff24;border-radius:50%;place-items:center;width:2.8rem;height:2.8rem;transition:color .18s,background-color .18s,border-color .18s,transform .18s;display:grid}.service-modal__social svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:1.2rem;height:1.2rem}.service-modal__social:hover{color:#0b0d10;border-color:var(--color-yellow);background:var(--color-yellow);transform:translateY(-2px)}.service-modal__social--whatsapp:hover{color:#fff;background:#25d366;border-color:#25d366}@media (width>=768px){.service-modal{padding:2rem}.service-modal__dialog{max-height:calc(100svh - 4rem)}.service-modal__content{padding:2rem}.service-modal__main-image,.service-modal__main-image img{min-height:24rem}}@media (width>=1024px){.service-modal__layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.service-modal__media{flex-direction:column;padding:1rem;display:flex}.service-modal__main-image{flex:1;min-height:32rem}.service-modal__main-image img{min-height:32rem}.service-modal__content{justify-content:center;padding:3rem}}@media (width<=520px){.service-modal{padding:0}.service-modal__dialog{border:0;border-radius:0;width:100%;max-height:100svh}.service-modal__content{padding:1.25rem}.service-modal__media{padding:.75rem}.service-modal__contact{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.service-modal,.service-modal__dialog,.service-modal__close,.service-modal__thumbnail,.service-modal__social{transition:none}}.service-modal__social--contact{color:#111317;border-color:var(--color-yellow);background:var(--color-yellow)}.service-modal__social--contact:hover{color:#111317;border-color:var(--color-yellow-hover);background:var(--color-yellow-hover)}#brands{width:100%;scroll-margin-top:5rem}.brands{width:100%}.brands__primary{color:#111317;background:#f5f5f3;width:100%;padding:5rem 0;position:relative;overflow:hidden}.brands__primary-inner{grid-template-columns:1fr;align-items:center;gap:3.5rem;display:grid}.brands__primary-content{z-index:2;flex-direction:column;align-items:flex-start;display:flex;position:relative}.brands__eyebrow{color:var(--color-yellow);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.7rem;margin:0 0 1rem;font-size:.63rem;font-weight:800;line-height:1.3;display:flex}.brands__eyebrow>span{background:currentColor;flex:none;width:1.5rem;height:2px}.brands__eyebrow--bmw{color:#0066b1}.brands__primary-title{color:#111317;letter-spacing:-.045em;text-transform:uppercase;flex-direction:column;align-items:flex-start;width:100%;margin:0;font-size:clamp(3.2rem,13vw,5rem);font-style:italic;font-weight:900;line-height:.9;display:flex}.brands__primary-title>span{display:block}.brands__primary-title-line{margin-top:.08em}.brands__bmw-word{font-weight:inherit;white-space:nowrap;align-items:baseline;display:inline-flex}.brands__bmw-b{color:#0072bb}.brands__bmw-m{color:#003c78}.brands__bmw-w{color:#e32636}.brands__bmw-dot{color:#111317}.brands__primary-description{color:#11131794;max-width:36rem;margin:1.8rem 0 0;font-size:.95rem;line-height:1.7}.brands__primary-button{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#111317;border:1px solid #111317;border-radius:999px;justify-content:center;align-items:center;gap:.8rem;width:fit-content;min-height:3.2rem;margin-top:1.8rem;padding:.8rem 1.4rem;font-size:.68rem;font-weight:800;text-decoration:none;transition:color .18s,border-color .18s,background-color .18s,transform .18s;display:inline-flex}.brands__primary-button:hover{color:#fff;background:#0066b1;border-color:#0066b1;transform:translateY(-2px)}.brands__primary-button>span{transition:transform .18s}.brands__primary-button:hover>span{transform:translate(.2rem)}.brands-bmw-display{background:#fff;border:.32rem solid #11161a;border-radius:1.3rem;justify-self:center;width:min(100%,28rem);position:relative;overflow:hidden;box-shadow:0 1.5rem 3.5rem #00000021}.brands-bmw-display__stripes{z-index:5;width:45%;height:.48rem;display:flex;position:absolute;top:0;left:0;overflow:hidden}.brands-bmw-display__stripes span{flex:1;transform:skew(-18deg)}.brands-bmw-display__stripes span:first-child{background:#00a3e0}.brands-bmw-display__stripes span:nth-child(2){background:#0066b1}.brands-bmw-display__stripes span:nth-child(3){background:#e32636}.brands-bmw-display__screen{background:linear-gradient(145deg,#fff,#fafafa);min-height:21rem;position:relative;overflow:hidden}.brands-bmw-display__state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 1.5rem;display:flex;position:absolute;inset:0}.brands-bmw-display__state--bmw{animation:8s ease-in-out infinite brandsBmwState}.brands-bmw-display__state--motorrad{opacity:0;animation:8s ease-in-out infinite brandsMotorradState}.brands-bmw-display__glow{opacity:.06;filter:blur(3.5rem);pointer-events:none;background:#0066b1;border-radius:50%;width:15rem;height:15rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brands-bmw-display__logo{z-index:2;object-fit:contain;width:clamp(7rem,30vw,10rem);max-height:10rem;margin-bottom:1.4rem;display:block;position:relative}.brands-bmw-display__motorrad{z-index:2;object-fit:contain;width:min(100%,19rem);max-height:9rem;margin-bottom:1.5rem;display:block;position:relative}.brands-bmw-display__label{z-index:2;color:#1113176b;letter-spacing:.17em;text-transform:uppercase;margin-bottom:.35rem;font-size:.58rem;font-weight:800;position:relative}.brands-bmw-display__state strong{z-index:2;color:#111317;letter-spacing:.04em;text-transform:uppercase;font-size:1.1rem;font-weight:900;position:relative}.brands-bmw-display__footer{color:#ffffff80;letter-spacing:.12em;text-transform:uppercase;background:#11161a;justify-content:space-between;align-items:center;gap:1rem;min-height:3.1rem;padding:.8rem 1rem;font-size:.54rem;font-weight:700;display:flex}.brands-bmw-display__footer span:first-child{color:#fff;font-weight:900}@keyframes brandsBmwState{0%,40%{opacity:1;transform:translateY(0)scale(1)}47%,93%{opacity:0;transform:translateY(-.8rem)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes brandsMotorradState{0%,40%{opacity:0;transform:translateY(.8rem)scale(.97)}47%,93%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-.8rem)scale(.97)}}.brands__other{color:#fff;background:#090b0e;width:100%;padding:4.5rem 0 0;position:relative;overflow:hidden}.brands__other:before{opacity:.07;background:var(--color-yellow);filter:blur(8rem);pointer-events:none;content:"";border-radius:50%;width:32rem;height:32rem;position:absolute;top:-15rem;right:-12rem}.brands__other-header{z-index:2;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid;position:relative}.brands__other-title{color:#fff;letter-spacing:-.045em;text-transform:uppercase;flex-direction:column;align-items:flex-start;margin:0;font-size:clamp(2.5rem,11vw,4rem);font-style:italic;font-weight:900;line-height:.95;display:flex}.brands__other-title strong{color:var(--color-yellow);font-weight:inherit}.brands__other-copy{max-width:30rem}.brands__other-copy p{color:#ffffff7a;margin:0;font-size:.9rem;line-height:1.7}.brands__other-copy a{color:#ffffff6b;letter-spacing:.07em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:1rem;font-size:.62rem;font-weight:800;text-decoration:none;display:inline-flex}.brands__other-copy a strong{color:#fff;transition:color .18s}.brands__other-copy a:hover strong{color:var(--color-yellow)}.brands-marquee{z-index:2;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;width:100%;position:relative;overflow:hidden}.brands-marquee__viewport{width:100%;overflow:hidden}.brands-marquee__track{will-change:transform;width:max-content;animation:26s linear infinite brandsMarqueeMove;display:flex}.brands-marquee:hover .brands-marquee__track{animation-play-state:paused}.brands-marquee__group{flex-shrink:0;align-items:stretch;display:flex}.brands-marquee__item{color:#ffffff73;border-right:1px solid #ffffff14;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;width:clamp(12rem,42vw,17rem);min-height:11rem;padding:1.2rem 1.5rem;text-decoration:none;transition:color .22s,background-color .22s;display:flex}.brands-marquee__item:hover{color:#fff;background:#ffffff08}.brands-marquee__logo-box{place-items:center;width:100%;height:6rem;display:grid}.brands-marquee__logo-box img{object-fit:contain;opacity:.55;filter:grayscale();width:70%;max-width:100%;height:74%;max-height:100%;transition:opacity .22s,filter .22s,transform .22s;display:block;transform:scale(.8)}.brands-marquee__item:hover .brands-marquee__logo-box img{opacity:1;filter:grayscale(0);transform:scale(1.2)}.brands-marquee__item-footer{justify-content:center;align-items:center;gap:.6rem;width:100%;display:flex}.brands-marquee__item-footer strong{letter-spacing:.1em;text-transform:uppercase;font-size:.64rem;font-weight:900}.brands-marquee__item-footer>span{color:var(--color-yellow);font-size:.8rem;transition:transform .18s}.brands-marquee__item:hover .brands-marquee__item-footer>span{transform:translate(.15rem,-.15rem)}.brands-marquee__fade{z-index:4;pointer-events:none;width:clamp(2rem,7vw,7rem);position:absolute;top:0;bottom:0}.brands-marquee__fade--left{background:linear-gradient(90deg,#090b0e,#0000);left:0}.brands-marquee__fade--right{background:linear-gradient(-90deg,#090b0e,#0000);right:0}@keyframes brandsMarqueeMove{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width>=768px){.brands__primary{padding:6rem 0}.brands__primary-inner{grid-template-columns:minmax(0,1fr) minmax(20rem,.8fr);gap:4rem}.brands__primary-title{font-size:clamp(4.2rem,7vw,5.4rem)}.brands-bmw-display{justify-self:end}.brands__other{padding-top:5rem}.brands__other-header{grid-template-columns:minmax(0,1fr) minmax(18rem,26rem);align-items:end;gap:3rem;margin-bottom:3rem}}@media (width>=1024px){.brands__primary{padding:7rem 0}.brands__primary-inner{grid-template-columns:minmax(0,1.1fr) minmax(20rem,.8fr);gap:clamp(4rem,7vw,6rem)}.brands__primary-title{font-size:clamp(4.8rem,5vw,5.8rem)}.brands-bmw-display{width:min(100%,29rem)}.brands-bmw-display__screen{min-height:27rem}.brands__other{padding-top:5.5rem}.brands__other-title{font-size:clamp(3rem,4vw,4.1rem)}.brands-marquee__item{width:17rem;min-height:11.5rem}.brands-marquee__logo-box{height:6.5rem}}@media (width>=1280px){.brands__primary-title{font-size:5.7rem}.brands-bmw-display{width:29rem}.brands-marquee__item{width:18rem}}@media (width<=767px){.brands__primary-button{width:100%}.brands-bmw-display{margin:0 auto}.brands__other{padding-top:4rem}}@media (width<=420px){.brands__primary{padding:4.5rem 0}.brands__primary-title{font-size:clamp(2.85rem,13vw,3.8rem)}.brands-bmw-display__screen{min-height:18rem}.brands-bmw-display__logo{width:7rem}.brands-bmw-display__motorrad{width:11rem}.brands__other-title{font-size:clamp(2.2rem,11vw,3rem)}.brands-marquee__item{width:10.5rem;min-height:9rem;padding:1rem}.brands-marquee__logo-box{height:5rem}}@media (prefers-reduced-motion:reduce){.brands-bmw-display__state{animation:none}.brands-bmw-display__state--bmw{opacity:1;transform:none}.brands-bmw-display__state--motorrad{display:none}.brands-marquee__track{animation:none}.brands__primary-button,.brands__primary-button>span,.brands-marquee__item,.brands-marquee__logo-box img,.brands-marquee__item-footer>span{transition:none}}#testimonials{width:100%;scroll-margin-top:5rem}.testimonials-section{color:#111317;background:#f3f3f1;width:100%;padding:5rem 0;position:relative;overflow:hidden}.testimonials-section:before{opacity:.08;background:var(--color-yellow);filter:blur(7rem);pointer-events:none;content:"";border-radius:50%;width:30rem;height:30rem;position:absolute;top:-12rem;right:-12rem}.testimonials-section__inner{z-index:1;position:relative}.testimonials-section__header{grid-template-columns:1fr;gap:2rem;margin-bottom:2.8rem;display:grid}.testimonials-section__eyebrow{color:#8b6500;letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.7rem;margin:0 0 1rem;font-size:.65rem;font-weight:800;line-height:1.3;display:flex}.testimonials-section__eyebrow>span{background:var(--color-yellow);flex:none;width:1.5rem;height:2px}.testimonials-section__title{color:#111317;letter-spacing:-.045em;text-transform:uppercase;flex-direction:column;align-items:flex-start;margin:0;font-style:italic;font-weight:900;line-height:.93;display:flex}.testimonials-section__title>span,.testimonials-section__title>strong{font-size:clamp(2.8rem,11vw,4.8rem);display:block}.testimonials-section__title>strong{color:#111317;font-weight:inherit;position:relative}.testimonials-section__title>strong:after{background:var(--color-yellow);content:"";width:4rem;height:.35rem;margin-top:.55rem;display:block}.testimonials-section__description{color:#1113178c;max-width:34rem;margin:1.4rem 0 0;font-size:.92rem;line-height:1.7}.testimonials-section__summary{flex-direction:column;align-items:flex-start;gap:1.3rem;display:flex}.testimonials-section__rating{align-items:center;gap:1rem;display:flex}.testimonials-section__rating-number{color:#111317;font-size:2.8rem;font-style:italic;font-weight:900;line-height:1}.testimonials-section__rating-info{flex-direction:column;gap:.25rem;display:flex}.testimonials-section__stars{align-items:center;gap:.12rem;display:flex}.testimonials-section__stars span{color:#11131726;font-size:1rem;line-height:1}.testimonials-section__stars span.is-active{color:var(--color-yellow)}.testimonials-section__rating-info>span{color:#1113177a;font-size:.7rem;line-height:1.4}.testimonials-section__google-link{color:#111317;border-bottom:2px solid var(--color-yellow);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.6rem;width:fit-content;padding-bottom:.3rem;font-size:.67rem;font-weight:900;transition:color .18s,gap .18s;display:inline-flex}.testimonials-section__google-link:hover{color:#8b6500;gap:.9rem}.testimonials-carousel{width:100%;position:relative}.testimonials-track{scroll-behavior:smooth;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-auto-columns:min(86%,22rem);grid-auto-flow:column;gap:1rem;width:100%;padding:.3rem .1rem 1rem;display:grid;overflow:auto hidden}.testimonials-track::-webkit-scrollbar{display:none}.testimonials-track:focus{outline:none}.testimonial-card__text{color:#ffffffe0;letter-spacing:0;text-transform:none;margin:1.5rem 0 0;font-size:clamp(.95rem,1.25vw,1.15rem);font-style:normal;font-weight:500;line-height:1.65}@media (width<=768px){.testimonial-card__text{color:#fff;letter-spacing:0;text-transform:none;margin-top:1.25rem;font-size:.9rem;font-style:normal;font-weight:500;line-height:1.65}}.testimonial-card{color:#fff;scroll-snap-align:start;scroll-snap-stop:always;background:linear-gradient(145deg,#191c20 0%,#0c0e11 100%);border:1px solid #ffffff14;border-radius:1.1rem;flex-direction:column;min-width:0;min-height:21rem;padding:1.5rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 1.2rem 2.8rem #00000024}.testimonial-card:before{background:var(--color-yellow);content:"";width:3.5rem;height:3px;transition:width .25s;position:absolute;top:0;left:0}.testimonial-card:hover{border-color:#f5b32166;transform:translateY(-4px);box-shadow:0 1.5rem 3.2rem #0003}.testimonial-card:hover:before{width:7rem}.testimonial-card__top{justify-content:space-between;align-items:center;gap:1rem;display:flex}.testimonial-card__stars{align-items:center;gap:.12rem;display:flex}.testimonial-card__stars span{color:#ffffff26;font-size:.9rem;line-height:1}.testimonial-card__stars span.is-active{color:var(--color-yellow)}.testimonial-card__source{color:#ffffff57;letter-spacing:.15em;text-transform:uppercase;font-size:.56rem;font-weight:800}.testimonial-card__quote{margin:2rem 0 0;padding:0;position:relative}.testimonial-card__quote-mark{color:#f5b32129;pointer-events:none;font-family:Georgia,serif;font-size:5rem;font-weight:700;line-height:1;position:absolute;top:-1.2rem;left:-.1rem}.testimonial-card__quote p{z-index:1;color:#ffffffd1;margin:0;font-size:clamp(1.05rem,4.5vw,1.35rem);font-style:italic;font-weight:700;line-height:1.5;position:relative}.testimonial-card__footer{align-items:center;gap:.8rem;margin-top:auto;padding-top:2rem;display:flex}.testimonial-card__avatar{color:#111317;background:var(--color-yellow);letter-spacing:.04em;border-radius:50%;flex:none;place-items:center;width:2.8rem;height:2.8rem;font-size:.65rem;font-weight:900;display:grid}.testimonial-card__customer{flex-direction:column;gap:.2rem;min-width:0;display:flex}.testimonial-card__customer strong{color:#fff;letter-spacing:.03em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:.75rem;font-weight:900;overflow:hidden}.testimonial-card__customer span{color:#ffffff59;font-size:.6rem}.testimonial-card__date{color:#ffffff40;margin-top:.1rem;font-size:.55rem;line-height:1.3}.testimonials-carousel__controls{align-items:center;gap:.75rem;margin-top:1.2rem;display:flex}.testimonials-carousel__button{color:#111317;cursor:pointer;background:0 0;border:1px solid #111317;border-radius:50%;flex:none;place-items:center;width:3rem;height:3rem;padding:0;font-size:1rem;transition:color .18s,border-color .18s,background-color .18s,opacity .18s,transform .18s;display:grid}.testimonials-carousel__button:hover:not(:disabled){color:#111317;border-color:var(--color-yellow);background:var(--color-yellow);transform:scale(1.06)}.testimonials-carousel__button:disabled{opacity:.25;cursor:default}.testimonials-carousel__counter{letter-spacing:.08em;align-items:center;gap:.6rem;min-width:7rem;margin:0 .2rem;font-size:.62rem;font-weight:900;display:flex}.testimonials-carousel__current{color:#111317}.testimonials-carousel__total{color:#11131761}.testimonials-carousel__separator{background:linear-gradient(90deg, var(--color-yellow), #1113171f);width:2.5rem;height:2px}.testimonials-empty{text-align:center;background:#ffffff8c;border:1px solid #1113171a;border-radius:1.1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:15rem;padding:2.5rem 1.5rem;display:flex}.testimonials-empty__stars{gap:.15rem;display:flex}.testimonials-empty__stars span{color:var(--color-yellow);font-size:1.15rem}.testimonials-empty p{color:#11131794;max-width:28rem;margin:0;font-size:.9rem;line-height:1.6}.testimonials-empty a{color:#111317;border-bottom:2px solid var(--color-yellow);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.6rem;padding-bottom:.3rem;font-size:.67rem;font-weight:900;text-decoration:none;transition:color .18s,gap .18s;display:inline-flex}.testimonials-empty a:hover{color:#8b6500;gap:.9rem}@media (width>=768px){.testimonials-section{padding:6rem 0}.testimonials-section__header{grid-template-columns:minmax(0,1fr) minmax(18rem,26rem);align-items:end;gap:3rem;margin-bottom:3.5rem}.testimonials-section__summary{justify-self:end}.testimonials-track{grid-auto-columns:calc(50% - .5rem)}.testimonial-card{min-height:22rem;padding:1.7rem}.testimonial-card__quote p{font-size:1.2rem}}@media (width>=1024px){.testimonials-section{padding:7rem 0}.testimonials-track{grid-auto-columns:calc(33.3333% - .666667rem);gap:1rem}.testimonial-card{min-height:23rem;padding:1.8rem}.testimonials-carousel__controls{justify-content:flex-end;margin-top:1.5rem}}@media (width>=1280px){.testimonial-card{min-height:24rem;padding:2rem}}@media (width<=360px){.testimonials-track{grid-auto-columns:92%}.testimonial-card{min-height:20rem;padding:1.25rem}.testimonials-carousel__counter{min-width:6rem}}@media (prefers-reduced-motion:reduce){.testimonials-track{scroll-behavior:auto}.testimonial-card,.testimonial-card:before,.testimonials-carousel__button,.testimonials-section__google-link,.testimonials-empty a{transition:none}.testimonial-card:hover,.testimonials-carousel__button:hover{transform:none}}#contact{width:100%;scroll-margin-top:5rem}.contact-section{color:#fff;background:linear-gradient(145deg,#0d1014 0%,#07090b 60%,#050607 100%);padding:5rem 0;position:relative;overflow:hidden}.contact-section:before{opacity:.1;background:var(--color-yellow);filter:blur(8rem);content:"";border-radius:50%;width:30rem;height:30rem;position:absolute;top:-12rem;left:-12rem}.contact-section__inner{z-index:1;position:relative}.contact-section__header{max-width:42rem;margin-bottom:2.8rem}.contact-section__eyebrow{color:var(--color-yellow);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.7rem;margin:0 0 1rem;font-size:.65rem;font-weight:800;display:flex}.contact-section__eyebrow>span{background:var(--color-yellow);width:1.5rem;height:2px}.contact-section__title{color:#fff;letter-spacing:-.045em;text-transform:uppercase;margin:0;font-size:clamp(3rem,12vw,5rem);font-style:italic;font-weight:900;line-height:.94}.contact-section__description{color:#ffffff8c;max-width:34rem;margin:1.2rem 0 0;font-size:.95rem;line-height:1.7}.contact-section__layout{grid-template-columns:1fr;gap:2rem;display:grid}.contact-map{background:#111317;border:1px solid #ffffff1a;border-radius:1.2rem;min-height:26rem;position:relative;overflow:hidden;box-shadow:0 1.5rem 3rem #0003}.contact-map__link{width:100%;height:100%;min-height:26rem;display:block;position:relative}.contact-map__iframe{filter:grayscale(.45)brightness(.82)contrast(1.05);pointer-events:none;border:0;width:100%;height:100%;transition:filter .3s,transform .5s;position:absolute;inset:0}.contact-map:hover .contact-map__iframe{filter:grayscale(0)brightness(.95)contrast(1.02);transform:scale(1.02)}.contact-map__overlay{color:#fff;-webkit-backdrop-filter:blur(.8rem);backdrop-filter:blur(.8rem);background:#080a0ce0;border:1px solid #ffffff1f;border-radius:.9rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.9rem 1rem;transition:border-color .18s,transform .18s;display:grid;position:absolute;bottom:.8rem;left:.8rem;right:.8rem}.contact-map__link:hover .contact-map__overlay{border-color:#f5b32173;transform:translateY(-2px)}.contact-map__overlay-icon{color:#111317;background:var(--color-yellow);border-radius:50%;place-items:center;width:2.8rem;height:2.8rem;display:grid}.contact-map__overlay-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:1.2rem;height:1.2rem}.contact-map__overlay>div{flex-direction:column;gap:.15rem;min-width:0;display:flex}.contact-map__overlay>div span{color:#ffffff61;letter-spacing:.14em;text-transform:uppercase;font-size:.55rem;font-weight:800}.contact-map__overlay>div strong{color:#fff;font-size:.76rem;font-weight:900}.contact-map__overlay-arrow{color:var(--color-yellow);font-weight:900}.contact-panel{flex-direction:column;gap:1.5rem;display:flex}.contact-panel__primary{background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:1.2rem;padding:1.5rem}.contact-panel__label{color:var(--color-yellow);letter-spacing:.16em;text-transform:uppercase;font-size:.6rem;font-weight:900}.contact-panel__primary h3{color:#fff;text-transform:uppercase;margin:.6rem 0 0;font-size:clamp(1.8rem,8vw,2.8rem);font-style:italic;font-weight:900;line-height:1}.contact-panel__primary p{color:#ffffff80;margin:.8rem 0 0;font-size:.88rem;line-height:1.6}.contact-panel__whatsapp{color:#fff;letter-spacing:.05em;text-transform:uppercase;background:#25d366;border-radius:999px;align-items:center;gap:.8rem;width:100%;min-height:3.6rem;margin-top:1.3rem;padding:.8rem 1rem;font-size:.72rem;font-weight:900;transition:background-color .18s,transform .18s,box-shadow .18s;display:flex}.contact-panel__whatsapp:hover{background:#1fbd59;transform:translateY(-2px);box-shadow:0 1rem 2rem #25d3662e}.contact-panel__whatsapp-icon{background:#0000001a;border-radius:50%;flex:none;place-items:center;width:2.3rem;height:2.3rem;display:grid}.contact-panel__whatsapp-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:1.25rem;height:1.25rem}.contact-panel__whatsapp>span:last-child{margin-left:auto}.contact-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.contact-action{color:#fff;background:#ffffff08;border:1px solid #ffffff17;border-radius:1rem;align-items:center;gap:.7rem;min-width:0;min-height:5rem;padding:.9rem;transition:border-color .18s,background-color .18s,transform .18s;display:flex}.contact-action:hover{border-color:var(--color-yellow);background:#ffffff0d;transform:translateY(-3px)}.contact-action__icon{color:#fff;background:#1a1d21;border-radius:.8rem;flex:none;place-items:center;width:2.8rem;height:2.8rem;display:grid}.contact-action__icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:1.25rem;height:1.25rem}.contact-action--instagram .contact-action__icon{background:radial-gradient(circle at 30% 105%,#fdf497 0%,#fd5949 40%,#d6249f 65%,#285aeb 100%)}.contact-action--facebook .contact-action__icon{background:#1877f2}.contact-action--wallapop .contact-action__icon{background:#13c1ac}.contact-action--phone .contact-action__icon{background:var(--color-yellow);color:#111317}.contact-action__label{letter-spacing:.05em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;min-width:0;font-size:.68rem;font-weight:900;overflow:hidden}.contact-action__arrow{color:#ffffff4d;margin-left:auto;transition:color .18s,transform .18s}.contact-action:hover .contact-action__arrow{color:var(--color-yellow);transform:translate(2px,-2px)}.contact-information{grid-template-columns:1fr;gap:.8rem;display:grid}.contact-information__item{border-top:1px solid #ffffff14;align-items:center;gap:.9rem;min-height:5rem;padding:.9rem;display:flex}.contact-information__icon{width:2.8rem;height:2.8rem;color:var(--color-yellow);border:1px solid #ffffff1a;border-radius:50%;flex:none;place-items:center;display:grid}.contact-information__icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:1.2rem;height:1.2rem}.contact-information__item>div{flex-direction:column;gap:.2rem;display:flex}.contact-information__item>div span{color:#ffffff5c;letter-spacing:.13em;text-transform:uppercase;font-size:.56rem;font-weight:800}.contact-information__item strong{color:#fff;font-size:.8rem;font-weight:800}@media (width>=768px){.contact-section{padding:6rem 0}.contact-actions{grid-template-columns:repeat(4,minmax(0,1fr))}.contact-information{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.contact-section{padding:7rem 0}.contact-section__layout{grid-template-columns:minmax(0,1.1fr) minmax(22rem,.9fr);align-items:stretch;gap:2.5rem}.contact-map,.contact-map__link{min-height:38rem}.contact-panel{justify-content:space-between}.contact-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=420px){.contact-actions{grid-template-columns:1fr}.contact-map,.contact-map__link{min-height:23rem}.contact-map__overlay{bottom:.6rem;left:.6rem;right:.6rem}}@media (prefers-reduced-motion:reduce){.contact-map__iframe,.contact-map__overlay,.contact-panel__whatsapp,.contact-action,.contact-action__arrow{transition:none}.contact-map:hover .contact-map__iframe,.contact-map__link:hover .contact-map__overlay,.contact-panel__whatsapp:hover,.contact-action:hover{transform:none}}#footer{width:100%}.site-footer{color:#fff;background:linear-gradient(145deg,#0a0d10 0%,#050607 100%);padding:4.5rem 0 1.5rem;position:relative;overflow:hidden}.site-footer__accent{background:linear-gradient(90deg, var(--color-yellow), #f6d66c, var(--color-yellow));height:3px;position:absolute;top:0;left:0;right:0}.site-footer__inner{z-index:1;position:relative}.site-footer__top{border-bottom:1px solid #ffffff17;grid-template-columns:1fr;gap:2.5rem;padding-bottom:3rem;display:grid}.site-footer__brand{max-width:34rem}.site-footer__logo{align-items:center;width:fit-content;transition:opacity .18s,transform .18s;display:inline-flex}.site-footer__logo:hover{opacity:.82;transform:translateY(-2px)}.site-footer__logo-image{object-fit:contain;object-position:left center;width:clamp(18rem,28vw,29rem);max-height:10rem;display:block}.site-footer__brand p{max-width:44rem;margin-top:1.25rem}.site-footer__cta{flex-direction:column;align-items:flex-start;max-width:32rem;display:flex}.site-footer__cta>span{color:var(--color-yellow);letter-spacing:.16em;text-transform:uppercase;font-size:.6rem;font-weight:900}.site-footer__cta>strong{color:#fff;text-transform:uppercase;margin-top:.5rem;font-size:clamp(1.8rem,8vw,2.8rem);font-style:italic;font-weight:900;line-height:1}.site-footer__cta strong{max-width:28rem;font-family:var(--font-display);text-transform:uppercase;margin-top:.5rem;font-size:clamp(1.8rem,2.5vw,2.8rem);font-style:italic;font-weight:900;line-height:1;display:block}.site-footer__contact-button{color:#111317;background:var(--color-yellow);letter-spacing:.07em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.8rem;min-height:3.3rem;margin-top:1.4rem;padding:.8rem 1.3rem;font-size:.68rem;font-weight:900;transition:background-color .18s,transform .18s;display:inline-flex}.site-footer__contact-button:hover{background:var(--color-yellow-hover);transform:translateY(-2px)}.site-footer__contact-button span{transition:transform .18s}.site-footer__contact-button:hover span{transform:translate(.2rem)}.site-footer__navigation{border-bottom:1px solid #ffffff17;grid-template-columns:1fr;gap:1rem;padding:2.2rem 0;display:grid}.site-footer__navigation-title{color:#ffffff61;letter-spacing:.16em;text-transform:uppercase;font-size:.58rem;font-weight:900}.site-footer__links{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1.2rem;display:grid}.site-footer__links a{color:#ffffff9e;letter-spacing:.04em;text-transform:uppercase;width:fit-content;font-size:.75rem;font-weight:800;transition:color .18s,transform .18s;display:inline-flex;position:relative}.site-footer__links a:before{background:var(--color-yellow);content:"";align-self:center;width:0;height:2px;margin-right:0;transition:width .18s,margin-right .18s;display:block}.site-footer__links a:hover{color:#fff;transform:translate(2px)}.site-footer__links a:hover:before{width:1rem;margin-right:.45rem}.site-footer__bottom{flex-direction:column;align-items:flex-start;gap:1rem;padding-top:1.5rem;display:flex}.site-footer__bottom p{color:#ffffff52;margin:0;font-size:.6rem;line-height:1.5}.site-footer__legal{flex-wrap:wrap;gap:.7rem 1rem;display:flex}.site-footer__legal a{color:#ffffff5c;font-size:.58rem;transition:color .18s}.site-footer__legal a:hover{color:var(--color-yellow)}@media (width>=768px){.site-footer{padding-top:5.5rem}.site-footer__top{grid-template-columns:minmax(0,1fr) minmax(18rem,.75fr);align-items:end;gap:4rem}.site-footer__navigation{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:3rem}.site-footer__links{flex-wrap:wrap;justify-content:flex-end;gap:1rem 1.5rem;display:flex}.site-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}}@media (width>=1024px){.site-footer{padding-top:6rem}.site-footer__top{gap:6rem}.site-footer__brand p{font-size:.95rem}}@media (width<=420px){.site-footer__links{grid-template-columns:1fr}.site-footer__contact-button{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.site-footer__logo,.site-footer__contact-button,.site-footer__contact-button span,.site-footer__links a,.site-footer__links a:before,.site-footer__legal a{transition:none}.site-footer__logo:hover,.site-footer__contact-button:hover,.site-footer__links a:hover{transform:none}}.app-loader{z-index:9999;opacity:0;visibility:hidden;background:radial-gradient(circle,#15181c 0%,#090b0e 55%,#050607 100%);place-items:center;padding:1.5rem;transition:opacity .25s,visibility .25s;display:grid;position:fixed;inset:0}.app-loader--visible{opacity:1;visibility:visible}.app-loader--leaving{opacity:0;visibility:hidden}.app-loader__content{text-align:center;flex-direction:column;align-items:center;width:min(100%,26rem);display:flex}.app-loader__logo{object-fit:contain;width:clamp(12rem,35vw,19rem);max-height:8rem;animation:1.6s ease-in-out infinite loader-logo-pulse;display:block}@keyframes loader-logo-pulse{0%,to{opacity:.75;transform:scale(.985)}50%{opacity:1;transform:scale(1)}}.app-loader__line{background:#ffffff1a;width:min(100%,15rem);height:2px;margin-top:2rem;position:relative;overflow:hidden}.app-loader__line span{background:var(--color-yellow);width:35%;height:100%;animation:1.1s ease-in-out infinite loader-line;position:absolute;top:0;left:0}@keyframes loader-line{0%{transform:translate(-120%)}to{transform:translate(390%)}}.app-loader p{color:#ffffff61;letter-spacing:.14em;text-transform:uppercase;margin:1rem 0 0;font-size:.62rem;font-weight:900}.app-error{z-index:10000;color:#fff;background:radial-gradient(circle,#15181c 0%,#090b0e 55%,#050607 100%);place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.app-error__panel{text-align:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:1.2rem;width:min(100%,34rem);padding:2rem;box-shadow:0 2rem 5rem #0000004d}.app-error__logo{object-fit:contain;width:min(100%,13rem);margin-inline:auto;display:block}.app-error__code{color:var(--color-yellow);letter-spacing:.18em;text-transform:uppercase;margin-top:2rem;font-size:.62rem;font-weight:900;display:inline-block}.app-error h1{text-transform:uppercase;margin:.7rem 0 0;font-size:clamp(2rem,8vw,3.2rem);font-style:italic;font-weight:900;line-height:1}.app-error p{color:#ffffff80;max-width:28rem;margin:1rem auto 0;font-size:.9rem;line-height:1.6}.app-error__button{color:#111317;background:var(--color-yellow);cursor:pointer;letter-spacing:.07em;text-transform:uppercase;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.7rem;min-height:3rem;margin-top:1.5rem;padding:.8rem 1.3rem;font-size:.68rem;font-weight:900;transition:background-color .18s,transform .18s;display:inline-flex}.app-error__button:hover{background:var(--color-yellow-hover);transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.app-loader__logo,.app-loader__line span{animation:none}.app-loader,.app-error__button{transition:none}}
