.ox-header{z-index:100;width:100%;transition:background var(--ox-transition), box-shadow var(--ox-transition);background:#10111400;position:fixed;top:0;left:0}.ox-header.is-scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#101114eb;box-shadow:0 2px 20px #00000040}.ox-header__inner{max-width:var(--ox-max-width);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:1.1rem 2rem;display:flex;position:relative}.ox-header__logo{flex-shrink:0}.ox-header__logo-img{width:auto;height:32px;display:block}.ox-nav{flex:1;justify-content:center;gap:2rem;display:flex}.ox-nav__link{color:var(--ox-gray-300);transition:color var(--ox-transition);font-size:.92rem;font-weight:500;position:relative}.ox-nav__link:after{content:"";background:var(--ox-pink);width:0;height:2px;transition:width var(--ox-transition);position:absolute;bottom:-4px;left:0}.ox-nav__link:hover{color:var(--ox-white)}.ox-nav__link:hover:after{width:100%}.ox-header__cta.ox-btn{flex-shrink:0;padding:.65rem 1.4rem;font-size:.85rem}.ox-nav__cta.ox-btn,.ox-nav__divider{display:none}.ox-burger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;display:none}.ox-burger span{background:var(--ox-white);width:100%;height:2px;transition:transform var(--ox-transition), opacity var(--ox-transition), background var(--ox-transition);border-radius:2px;display:block}.ox-burger:hover span{background:var(--ox-pink-light,#ff4ea5)}.ox-burger.is-active span:first-child{transform:translateY(7px)rotate(45deg)}.ox-burger.is-active span:nth-child(2){opacity:0}.ox-burger.is-active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.ox-burger.is-active span{background:var(--ox-white)}@media (width<=1024px){.ox-header__inner{padding:1rem 1.5rem}.ox-nav{gap:1.3rem}}@media (width<=880px){.ox-nav__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:98;background:#0000008c;animation:.3s ox-overlay-fade;position:fixed;inset:0}@keyframes ox-overlay-fade{0%{opacity:0}to{opacity:1}}.ox-nav{background:linear-gradient(165deg, var(--ox-dark-2,#17191d) 0%, #100a14 100%);z-index:99;border-left:1px solid #ffffff14;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;width:min(320px,82vw);height:100vh;padding:6.5rem 2rem 2.5rem;transition:transform .45s cubic-bezier(.22,1,.36,1);position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-20px 0 50px #00000080}.ox-nav.is-open{transform:translate(0)}.ox-nav__link,.ox-nav__cta{opacity:0;transition:opacity .4s,transform .4s;transform:translate(16px)}.ox-nav.is-open .ox-nav__link,.ox-nav.is-open .ox-nav__cta{opacity:1;transition-delay:calc(var(--i) * 60ms + .1s);transform:translate(0)}.ox-nav__link{border-bottom:1px solid #ffffff0f;width:100%;padding:.9rem 0;font-size:1.05rem}.ox-nav__link:after{display:none}.ox-nav__divider{opacity:0;background:#ffffff14;width:100%;height:1px;margin:1.5rem 0 1.25rem;transition:opacity .4s;display:block}.ox-nav.is-open .ox-nav__divider{opacity:1;transition-delay:calc(var(--i) * 60ms + .1s)}.ox-nav__cta.ox-btn{justify-content:center;width:100%;padding:.95rem;font-size:.95rem;display:inline-flex}.ox-header__cta.ox-btn{display:none}.ox-burger{display:flex}}@media (prefers-reduced-motion:reduce){.ox-nav,.ox-nav__link,.ox-nav__cta,.ox-nav__divider,.ox-nav__overlay{transition:none!important;animation:none!important}}.ox-hero{background:linear-gradient(180deg, #17101c 0%, var(--ox-dark) 70%);align-items:center;min-height:100vh;padding:8rem 2rem 10rem;display:flex;position:relative;overflow:hidden}.ox-hero__bg{z-index:0;opacity:.9;position:absolute;inset:0}.ox-hero__bg-img{object-fit:cover;width:100%;height:100%;display:block}.ox-hero__bg:after{content:"";background:linear-gradient(90deg,#101114d9 0%,#1011144d 55%,#1011141a 100%);position:absolute;inset:0}.ox-hero__inner{z-index:1;max-width:var(--ox-max-width);flex-direction:column;align-items:center;width:100%;margin:0 auto;display:flex;position:relative}.ox-hero__title{font-family:var(--ox-font-display);letter-spacing:-.01em;max-width:780px;color:var(--ox-white);text-align:left;font-size:clamp(2rem,4.2vw,3.4rem);font-weight:400;line-height:1.2}.ox-hero__title--accent{color:var(--ox-white);text-align:left;font-weight:700;display:block}.ox-word{filter:blur(8px);opacity:0;transition:filter .6s,opacity .6s,transform .6s;transition-delay:calc(var(--i) * 50ms);display:inline-block;transform:translateY(6px)}.ox-hero.is-loaded .ox-word{filter:blur();opacity:1;transform:translateY(0)}.ox-hero__subtitle{color:var(--ox-gray-300);text-align:left;opacity:0;width:100%;max-width:780px;margin-top:1.5rem;font-size:1.15rem;transition:opacity .6s 1.1s,transform .6s 1.1s;transform:translateY(10px)}.ox-hero.is-loaded .ox-hero__subtitle{opacity:1;transform:translateY(0)}.ox-hero__actions{opacity:0;flex-wrap:wrap;justify-content:flex-start;gap:1rem;width:100%;max-width:780px;margin-top:2.5rem;transition:opacity .6s 1.3s,transform .6s 1.3s;display:flex;transform:translateY(10px)}.ox-hero.is-loaded .ox-hero__actions{opacity:1;transform:translateY(0)}.ox-hero__cta-primary{background:var(--ox-white,#fff);color:var(--ox-dark,#101114);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:.9rem 1.9rem;font-size:.95rem;font-weight:700;transition:transform .3s,opacity .3s;display:inline-flex}.ox-hero__cta-primary:hover{opacity:.9;transform:translateY(-2px)}.ox-hero__cta-outline{color:var(--ox-white,#fff);white-space:nowrap;background:0 0;border:1.5px solid #ffffffb3;border-radius:999px;justify-content:center;align-items:center;padding:.9rem 1.9rem;font-size:.95rem;font-weight:700;transition:transform .3s,border-color .3s,background .3s;display:inline-flex}.ox-hero__cta-outline:hover{border-color:var(--ox-white,#fff);background:#ffffff14;transform:translateY(-2px)}@media (width<=1024px){.ox-hero{padding:7rem 1.5rem 8rem}}@media (width<=600px){.ox-hero{min-height:92vh;padding:6.5rem 1.25rem 7rem}.ox-hero__actions{flex-direction:column;align-items:stretch}.ox-hero__cta-primary,.ox-hero__cta-outline{width:100%}}@media (prefers-reduced-motion:reduce){.ox-word,.ox-hero__subtitle,.ox-hero__actions,.ox-hero__cta-primary,.ox-hero__cta-outline{filter:none!important;opacity:1!important;transition:none!important;transform:none!important}}.ox-stats{z-index:5;background:0 0;margin-top:-70px;padding:0 2rem;position:relative}.ox-stats__inner{max-width:var(--ox-max-width);text-align:left;background:linear-gradient(165deg,#c72a87 0%,#481d3f 100%);border-radius:20px;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:1.5rem;margin:0 auto;padding:2.2rem 3rem;display:flex;box-shadow:0 25px 50px #0006}.ox-stats__item{flex-direction:column;gap:.15rem;min-width:160px;display:flex}.ox-stats__number{font-family:var(--ox-font-display);color:var(--ox-white);font-size:1.6rem;font-weight:700;line-height:1.2}.ox-stats__number--text{font-size:1.3rem}.ox-stats__label{color:#ffffffd9;font-size:.8rem;font-weight:500}.ox-stats__caption{color:#ffffffa6;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.ox-stats__divider{background:#ffffff4d;width:1px;height:40px}@media (width<=1024px){.ox-stats__inner{border-radius:16px;padding:2rem}}@media (width<=880px){.ox-stats{margin-top:-50px;padding:0 1.25rem}.ox-stats__divider{display:none}.ox-stats__inner{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.75rem}}@media (width<=600px){.ox-stats__item{min-width:100%}}.ox-anim-tag-wrap{display:inline-block}.ox-anim-tag-inner{clip-path:polygon(0% 0%,0% 0%,-14px 100%,0% 100%);margin-right:-16px;padding-right:16px;transition:clip-path .75s cubic-bezier(.34,1.56,.64,1);display:inline-block}.ox-anim-tag-inner.is-visible{clip-path:polygon(0% 0%,100% 0%,calc(100% - 14px) 100%,0% 100%)}@media (prefers-reduced-motion:reduce){.ox-anim-tag-inner{clip-path:polygon(0% 0%,100% 0%,calc(100% - 14px) 100%,0% 100%)!important;transition:none!important}}.ox-anim-title-fallback{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(20px)}.ox-anim-title-fallback.is-visible{opacity:1;transform:translateY(0)}.ox-anim-title-word{opacity:0;transition:opacity .6s,transform .6s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--i) * 60ms);display:inline-block;transform:translateY(18px)}.ox-anim-title-word.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.ox-anim-title-fallback,.ox-anim-title-word{transition:none!important}}.ox-anim-paragraph-mask{overflow:hidden}.ox-anim-paragraph-inner{opacity:0;transition:transform .95s cubic-bezier(.16,1,.3,1),opacity .7s;transition-delay:var(--delay,0s);display:inline-block;transform:translateY(120%)}.ox-anim-paragraph-mask.is-visible .ox-anim-paragraph-inner{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.ox-anim-paragraph-inner{transition:none!important}}.ox-intro{background:var(--ox-dark,#101114);color:var(--ox-white,#fff);padding:6rem}.ox-intro__inner{max-width:var(--ox-max-width,1280px);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin:0 auto;display:grid}.ox-intro__title{font-family:var(--ox-font-display,"Poppins", sans-serif);margin-bottom:1.4rem;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:600;line-height:1.25}.ox-intro__body{color:var(--ox-gray-300,#dadada);margin-bottom:1.2rem;font-size:1rem;line-height:1.7}.ox-intro__highlight{font-family:var(--ox-font-display,"Poppins", sans-serif);color:var(--ox-white,#fff);margin-bottom:1.2rem;font-size:1.2rem;font-weight:700}.ox-intro__media{min-height:320px}.ox-pillars{background:var(--ox-dark,#101114);color:var(--ox-white,#fff);text-align:left;padding:6rem 2rem}.ox-pillars__inner{max-width:var(--ox-max-width,1280px);margin:0 auto}.ox-pillars__content{text-align:left;max-width:1080px;margin:0 auto}.ox-pillars__title{font-family:var(--ox-font-display,"Poppins", sans-serif);max-width:600px;margin-bottom:1.1rem;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:700;line-height:1.2}.ox-pillars__subtitle{color:var(--ox-gray-300,#dadada);max-width:480px;margin:0 0 3rem;font-size:.95rem;line-height:1.6}.ox-pillars__grid{flex-wrap:wrap;gap:1.25rem;margin-bottom:2.5rem;display:flex}.ox-pillar-card{text-align:center;max-width:200px;transition:transform var(--ox-transition,.3s ease), box-shadow var(--ox-transition,.3s ease);background:linear-gradient(150deg,#a5316e 0%,#7a2159 55%,#5c1a47 100%);border-radius:16px;flex-direction:column;flex:170px;align-items:center;padding:1.5rem 1.25rem;display:flex}.ox-pillar-card:hover{transform:translateY(-6px);box-shadow:0 16px 30px #a5316e59}.ox-pillar-card__icon-gif{object-fit:contain;width:60px;height:60px;margin:0 auto 1.1rem;display:block}.ox-pillar-card__title{font-family:var(--ox-font-display,"Poppins", sans-serif);color:var(--ox-white,#fff);margin-bottom:.5rem;font-size:1rem;font-weight:700}.ox-pillar-card__desc{color:#ffffffd9;font-size:.8rem;line-height:1.5}.ox-pillars__cta-wrap{text-align:center}.ox-pillars__cta{background:var(--ox-white,#fff);color:var(--ox-dark,#101114);transition:transform var(--ox-transition,.3s ease), opacity var(--ox-transition,.3s ease);border-radius:999px;justify-content:center;align-items:center;padding:.9rem 2.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.ox-pillars__cta:hover{opacity:.9;transform:translateY(-2px)}@media (width<=1024px){.ox-intro__inner{gap:2.5rem}}@media (width<=880px){.ox-intro,.ox-pillars{padding:4.5rem 1.5rem}.ox-intro__inner{grid-template-columns:1fr}.ox-intro__media{order:-1;min-height:240px}.ox-pillars__grid{gap:1rem}.ox-pillar-card{flex:45%;max-width:none}}@media (width<=600px){.ox-intro,.ox-pillars{padding:3.5rem 1.25rem}.ox-pillar-card{flex:100%}.ox-placeholder{min-height:220px}}@media (prefers-reduced-motion:reduce){.ox-pillar-card{transition:none!important}}.ox-parallax{background:var(--ox-dark,#101114);width:100%;height:420px;position:relative;overflow:hidden}.ox-parallax__layer{will-change:transform;width:100%;height:130%;position:absolute;top:-15%;left:0}.ox-parallax__img{object-fit:cover;width:100%;height:100%;display:block}.ox-placeholder--fullwidth{border-radius:0;width:100%;height:100%}@media (width<=880px){.ox-parallax{height:300px}}@media (width<=600px){.ox-parallax{height:220px}}@media (prefers-reduced-motion:reduce){.ox-parallax__layer{height:100%;position:static;top:0}}.ox-pillar-badge{flex-direction:column;flex-shrink:0;align-items:center;gap:.6rem;display:flex}.ox-pillar-badge__img{object-fit:contain;width:76px;height:auto}.ox-pillar-badge__label{font-family:"Oswald", var(--ox-font-display,"Poppins", sans-serif);letter-spacing:.12em;text-transform:uppercase;text-align:center;background:linear-gradient(135deg,#c72a87 0%,#481d3f 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:.95rem;font-weight:700}@media (width<=880px){.ox-pillar-badge{flex-direction:row;gap:.9rem}.ox-pillar-badge__img{width:56px}}.ox-estrategia{background:var(--ox-dark,#101114);color:var(--ox-white,#fff);padding:5rem 2rem}.ox-estrategia__header{max-width:var(--ox-max-width,1280px);justify-content:space-between;align-items:flex-start;gap:2rem;margin:0 auto 3.5rem;display:flex}.ox-estrategia__text{max-width:620px}.ox-estrategia__title{font-family:var(--ox-font-display,"Poppins", sans-serif);margin-bottom:.9rem;font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:700;line-height:1.3}.ox-estrategia__subtitle{color:var(--ox-gray-300,#dadada);font-size:.95rem;line-height:1.6}.ox-estrategia__grid{max-width:var(--ox-max-width,1280px);grid-template-columns:repeat(4,1fr);gap:2rem 1.5rem;margin:0 auto;display:grid}.ox-modulo-card{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.ox-modulo-card__icon-gif{object-fit:contain;width:52px;height:52px;margin-bottom:1rem;display:block}.ox-modulo-card__numero{color:var(--ox-pink,#e73885);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem;font-size:.78rem;font-weight:700}.ox-modulo-card__titulo{font-family:var(--ox-font-display,"Poppins", sans-serif);color:var(--ox-white,#fff);font-size:.95rem;font-weight:600;line-height:1.4}@media (width<=1024px){.ox-estrategia__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=880px){.ox-estrategia{padding:4rem 1.5rem}.ox-estrategia__header{flex-direction:column;gap:1.5rem}.ox-estrategia__grid{grid-template-columns:repeat(2,1fr);gap:1.75rem 1.25rem}}@media (width<=600px){.ox-estrategia__grid{grid-template-columns:1fr}}.ox-anim-list-item{opacity:0;transition:opacity .55s,transform .6s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--i) * 80ms);transform:translateY(14px)}.ox-anim-list-item.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.ox-anim-list-item{transition:none!important}}.ox-creatividad{background:var(--ox-dark,#101114);color:var(--ox-white,#fff);padding:5rem 2rem}.ox-creatividad__header{max-width:var(--ox-max-width,1280px);justify-content:space-between;align-items:flex-start;gap:2rem;margin:0 auto 3.5rem;display:flex}.ox-creatividad__text{max-width:620px}.ox-creatividad__title{font-family:var(--ox-font-display,"Poppins", sans-serif);margin-bottom:.9rem;font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:700;line-height:1.3}.ox-creatividad__subtitle{color:var(--ox-gray-300,#dadada);font-size:.95rem;line-height:1.6}.ox-creatividad__grid{max-width:var(--ox-max-width,1280px);grid-template-columns:repeat(3,1fr);gap:2.5rem;margin:0 auto;display:grid}.ox-creatividad-col__icon-gif{object-fit:contain;width:52px;height:52px;margin-bottom:1.1rem;display:block}.ox-creatividad-col__title{font-family:var(--ox-font-display,"Poppins", sans-serif);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.ox-creatividad-col__list{flex-direction:column;gap:.55rem;list-style:none;display:flex}.ox-creatividad-col__list li{color:var(--ox-gray-300,#dadada);padding-left:1rem;font-size:.82rem;line-height:1.5;position:relative}.ox-creatividad-col__list li:before{content:"–";color:var(--ox-pink,#e73885);font-weight:700;position:absolute;left:0}@media (width<=1024px){.ox-creatividad__grid{gap:1.75rem}}@media (width<=880px){.ox-creatividad{padding:4rem 1.5rem}.ox-creatividad__header{flex-direction:column;gap:1.5rem}.ox-creatividad__grid{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}}@media (width<=600px){.ox-creatividad__grid{grid-template-columns:1fr}}.ox-digital{background:var(--ox-dark,#101114);color:var(--ox-white,#fff);padding:5rem 2rem}.ox-digital__header{max-width:var(--ox-max-width,1280px);justify-content:space-between;align-items:flex-start;gap:2rem;margin:0 auto 3.5rem;display:flex}.ox-digital__text{max-width:620px}.ox-digital__title{font-family:var(--ox-font-display,"Poppins", sans-serif);margin-bottom:.9rem;font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:700;line-height:1.3}.ox-digital__subtitle{color:var(--ox-gray-300,#dadada);font-size:.95rem;line-height:1.6}.ox-digital__grid{max-width:var(--ox-max-width,1280px);grid-template-columns:repeat(3,1fr);gap:2.5rem;margin:0 auto;display:grid}.ox-digital-col__icon-gif{object-fit:contain;width:52px;height:52px;margin-bottom:1.1rem;display:block}.ox-digital-col__title{font-family:var(--ox-font-display,"Poppins", sans-serif);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.ox-digital-col__list{flex-direction:column;gap:.55rem;list-style:none;display:flex}.ox-digital-col__list li{color:var(--ox-gray-300,#dadada);padding-left:1rem;font-size:.82rem;line-height:1.5;position:relative}.ox-digital-col__list li:before{content:"–";color:var(--ox-pink,#e73885);font-weight:700;position:absolute;left:0}@media (width<=1024px){.ox-digital__grid{gap:1.75rem}}@media (width<=880px){.ox-digital{padding:4rem 1.5rem}.ox-digital__header{flex-direction:column;gap:1.5rem}.ox-digital__grid{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}}@media (width<=600px){.ox-digital__grid{grid-template-columns:1fr}}.ox-logos-marquee{--logo-size:100px;--logo-gap:2.5rem;width:100%;padding:.5rem 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.ox-logos-marquee__track{align-items:center;gap:var(--logo-gap);width:max-content;padding:0 1.5rem;display:flex}.ox-logos-marquee__track--loop{will-change:transform;animation:28s linear infinite ox-logos-scroll}@keyframes ox-logos-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ox-logos-marquee__item{width:var(--logo-size);height:var(--logo-size);flex-shrink:0;place-items:center;display:grid}.ox-logos-marquee__logo{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.ox-logos-marquee__track img{pointer-events:none}.ox-logos-marquee__message{color:var(--ox-gray-500,#888695);text-align:center;padding:1rem 2rem;font-size:.85rem}.ox-logos-marquee--static{overflow:visible;-webkit-mask-image:none;mask-image:none}.ox-logos-marquee__track--static{justify-content:center;width:100%;padding:0}@media (width<=700px){.ox-logos-marquee{--logo-size:76px;--logo-gap:1.75rem}}@media (prefers-reduced-motion:reduce){.ox-logos-marquee__track--loop{animation:none}}@property --ox-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.ox-sectores{background:var(--ox-dark,#101114);color:var(--ox-white,#fff);padding:6rem 2rem}.ox-sectores__inner{max-width:var(--ox-max-width,1280px);margin:0 auto}.ox-sectores__title{font-family:var(--ox-font-display,"Poppins", sans-serif);margin-bottom:.8rem;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700}.ox-sectores__subtitle{color:var(--ox-gray-300,#dadada);max-width:560px;margin-bottom:2.5rem;font-size:.95rem;line-height:1.6}.ox-sectores__tabs{grid-template-columns:repeat(6,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.ox-sector-tab-wrap{display:contents}.ox-sector-tab{--mouse-x:50%;--mouse-y:50%;--ox-angle:0deg;isolation:isolate;background:var(--ox-dark-2,#17191d);cursor:pointer;text-align:left;border:2px solid #ffffff14;border-radius:14px;flex-direction:column;align-items:flex-start;gap:.6rem;width:100%;padding:1.1rem 1rem;transition:border-color .3s;display:flex;position:relative}.ox-sector-tab:hover{border-color:#e7388559}.ox-sector-tab__icon{z-index:2;width:26px;height:26px;display:block;position:relative}.ox-sector-tab__icon img{object-fit:contain;width:100%;height:100%;display:block}.ox-sector-tab__name{font-family:var(--ox-font-display,"Poppins", sans-serif);color:var(--ox-white,#fff);z-index:2;font-size:.98rem;font-weight:700;position:relative}.ox-sector-tab__subtitle{color:var(--ox-gray-500,#888695);z-index:2;font-size:.72rem;font-weight:400;line-height:1.3;position:relative}.ox-sector-tab:before{content:"";border-radius:inherit;background:radial-gradient(220px circle at var(--mouse-x) var(--mouse-y), #e7388538, transparent 70%);opacity:0;pointer-events:none;z-index:0;transition:opacity .4s;position:absolute;inset:0}.ox-sector-tab:hover:before{opacity:1}.ox-sector-tab:not(.is-active):after{content:"";border-radius:inherit;background:radial-gradient(220px circle at var(--mouse-x) var(--mouse-y), #e73885d9, transparent 70%);-webkit-mask-composite:xor;opacity:0;pointer-events:none;z-index:1;padding:2px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ox-sector-tab:not(.is-active):hover:after{opacity:1}.ox-sector-tab.is-active{border:2px solid #0000}.ox-sector-tab.is-active:after{content:"";border-radius:inherit;background:conic-gradient(from var(--ox-angle), #4c5fd9, #e73885, #4c5fd9);-webkit-mask-composite:xor;opacity:1;z-index:1;padding:2px;animation:4s linear infinite ox-border-spin;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes ox-border-spin{to{--ox-angle:360deg}}.ox-sector-panel{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:1.5rem;padding:1.5rem 1.75rem;display:flex}.ox-sector-panel__row{gap:1.5rem;display:flex}.ox-sector-panel__left{flex:55%;align-items:flex-start;gap:1rem;min-width:0;display:flex}.ox-sector-panel__icon{flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.ox-sector-panel__icon img{object-fit:contain;width:100%;height:100%}.ox-sector-panel__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--ox-gray-500,#888695);font-size:.68rem;font-weight:700}.ox-sector-panel__name{font-family:var(--ox-font-display,"Poppins", sans-serif);margin:.2rem 0 .4rem;font-size:1.5rem;font-weight:700}.ox-sector-panel__desc{color:var(--ox-gray-300,#dadada);word-wrap:break-word;overflow-wrap:break-word;font-size:.82rem;line-height:1.5}.ox-sector-panel__right{border-left:1px solid #ffffff1a;flex-direction:column;flex:45%;justify-content:center;gap:.6rem;min-width:0;padding-left:1.5rem;display:flex}.ox-sector-panel__cta-title{font-family:var(--ox-font-display,"Poppins", sans-serif);color:var(--ox-white,#fff);font-size:.9rem;font-weight:700}.ox-sector-panel__cta-text{color:var(--ox-gray-300,#dadada);font-size:.78rem;line-height:1.5}.ox-sector-panel__cta-btn{background:var(--ox-white,#fff);color:var(--ox-dark,#101114);transition:transform var(--ox-transition,.3s ease);border-radius:999px;align-self:flex-start;margin-top:.4rem;padding:.7rem 1.5rem;font-size:.85rem;font-weight:600}.ox-sector-panel__cta-btn:hover{transform:translateY(-2px)}.ox-sector-panel__clients{border-top:1px solid #ffffff14;min-width:0;padding-top:1.25rem;overflow:hidden}.ox-sector-panel__clients-label{color:var(--ox-gray-500,#888695);margin-bottom:1rem;font-size:.78rem;display:block}.ox-sector-panel-wrap--desktop{grid-template-columns:repeat(6,1fr);gap:1rem;margin-bottom:3rem;display:grid}.ox-sector-panel-wrap--desktop .ox-sector-panel{grid-column:1/span 4}.ox-sector-panel-accordion{display:none}.ox-sectores__clients-fullwidth{width:100vw;margin-left:-50vw;margin-right:-50vw;padding:0 2rem;position:relative;left:50%;right:50%}.ox-sectores__clients-label{color:var(--ox-gray-500,#888695);margin-bottom:1.25rem;padding:0 2rem;font-size:.85rem;display:block}@media (width<=1024px){.ox-sectores__tabs{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.ox-sectores{padding:4rem 1.5rem;overflow-x:hidden}.ox-sectores__tabs{flex-direction:column;gap:1rem;display:flex}.ox-sector-tab-wrap{min-width:0;max-width:100%;display:block}.ox-sector-panel-wrap--desktop,.ox-sectores__clients-fullwidth{display:none}.ox-sector-panel-accordion{max-width:100%;margin-top:.75rem;margin-bottom:.25rem;animation:.35s ox-accordion-in;display:block;overflow-x:hidden}.ox-sector-panel-accordion .ox-sector-panel{padding:1.25rem}.ox-sector-panel-accordion .ox-sector-panel__row{flex-direction:column}.ox-sector-panel-accordion .ox-sector-panel__right{border-top:1px solid #ffffff1a;border-left:none;padding-top:1rem;padding-left:0}@keyframes ox-accordion-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}}@media (prefers-reduced-motion:reduce){.ox-sector-tab,.ox-sector-tab:before,.ox-sector-tab:after,.ox-sector-panel-accordion{transition:none!important;animation:none!important}}.ox-timeline{background:var(--ox-dark,#101114);color:var(--ox-white,#fff);padding:6rem 2rem}.ox-timeline__inner{max-width:var(--ox-max-width,1280px);margin:0 auto}.ox-timeline__title{font-family:var(--ox-font-display,"Poppins", sans-serif);max-width:640px;margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;line-height:1.2}.ox-timeline__subtitle{color:var(--ox-gray-300,#dadada);max-width:520px;margin-bottom:5rem;font-size:.95rem;line-height:1.6}.ox-timeline__track{padding-top:12px;position:relative}.ox-timeline__line-bg{background:#ffffff1f;width:100%;height:2px;position:absolute;top:18px;left:0}.ox-timeline__line-fill{width:var(--timeline-progress,0%);background:var(--ox-pink,#e73885);height:2px;transition:width .7s;position:absolute;top:18px;left:0}.ox-timeline__points{grid-template-columns:repeat(5,1fr);display:grid;position:relative}.ox-timeline__point{flex-direction:column;align-items:flex-start;display:flex}.ox-timeline__dot{border:2px solid var(--ox-dark,#101114);background:#ffffff26;border-radius:50%;flex-shrink:0;width:14px;height:14px;transition:background .4s,box-shadow .4s,transform .4s;transform:scale(.9);box-shadow:0 0 0 2px #ffffff1f}.ox-timeline__point.is-active .ox-timeline__dot{background:var(--ox-pink,#e73885);box-shadow:0 0 0 2px var(--ox-pink,#e73885);transform:scale(1.15)}.ox-timeline__content{opacity:0;margin-top:1.5rem;padding-right:1.5rem;transition:opacity .5s,transform .5s;transform:translateY(8px)}.ox-timeline__point.is-active .ox-timeline__content{opacity:1;transform:translateY(0)}.ox-timeline__numero{font-family:var(--ox-font-display,"Poppins", sans-serif);color:var(--ox-pink,#e73885);margin-bottom:.4rem;font-size:.85rem;font-weight:700;display:block}.ox-timeline__step-title{font-family:var(--ox-font-display,"Poppins", sans-serif);margin-bottom:.4rem;font-size:1.05rem;font-weight:700;line-height:1.3}.ox-timeline__step-desc{color:var(--ox-gray-500,#888695);font-size:.8rem;line-height:1.4}@media (width<=880px){.ox-timeline{padding:4rem 1.5rem}.ox-timeline__subtitle{margin-bottom:3rem}.ox-timeline__track{padding-top:0}.ox-timeline__line-bg{width:2px;height:100%;top:0;left:7px}.ox-timeline__line-fill{width:2px;height:var(--timeline-progress,0%);transition:height .7s;top:0;left:7px}.ox-timeline__points{flex-direction:column;gap:2.5rem;display:flex}.ox-timeline__point{flex-direction:row;align-items:flex-start;gap:1.1rem;display:flex}.ox-timeline__dot{width:16px;height:16px;margin-top:2px}.ox-timeline__content{margin-top:0;padding-right:0}.ox-timeline__step-title{font-size:1.2rem}.ox-timeline__step-desc{font-size:.88rem}}@media (prefers-reduced-motion:reduce){.ox-timeline__dot,.ox-timeline__content,.ox-timeline__line-fill{transition:none!important}}.ox-casos{color:var(--ox-white,#fff);background:linear-gradient(#e73885 0%,#8a2560 35%,#2a1420 65%,#0b0b0d 100%);padding:5rem 0 4rem;overflow:hidden}.ox-casos__inner{max-width:var(--ox-max-width,1280px);margin:0 auto 3rem;padding:0 2rem}.ox-casos__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffffe6;margin-bottom:.9rem;font-size:.78rem;font-weight:700;display:inline-block}.ox-casos__title{font-family:var(--ox-font-display,"Poppins", sans-serif);margin-bottom:.9rem;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700}.ox-casos__subtitle{color:#ffffffd9;max-width:600px;font-size:.95rem;line-height:1.6}.ox-casos__message{text-align:center;color:#ffffffbf;padding:2rem;font-size:.9rem}.ox-casos-marquee{cursor:grab;scrollbar-width:none;-ms-overflow-style:none;-webkit-user-select:none;user-select:none;width:100%;padding:.5rem 0;overflow:auto hidden}.ox-casos-marquee::-webkit-scrollbar{display:none}.ox-casos-marquee.is-dragging{cursor:grabbing}.ox-casos-marquee__track{gap:1.75rem;width:max-content;padding:0 2rem;display:flex}.ox-casos-marquee__track img{pointer-events:none}.ox-caso-card{background:var(--ox-white,#fff);width:320px;color:var(--ox-dark,#101114);border-radius:16px;flex-shrink:0;overflow:hidden;box-shadow:0 20px 40px #00000040}.ox-caso-card__banner{width:100%;height:140px;overflow:hidden}.ox-caso-card__banner img{object-fit:cover;width:100%;height:100%}.ox-placeholder--caso-banner{border-radius:0;height:140px}.ox-caso-card__body{padding:0 1.5rem 1.5rem}.ox-caso-card__avatar-row{align-items:center;gap:.75rem;margin-bottom:-12px;display:flex;transform:translateY(-24px)}.ox-caso-card__sector-text{color:var(--ox-pink,#e73885);margin-top:15px;font-size:.95rem;font-weight:700}.ox-caso-card__avatar{border:3px solid var(--ox-white,#fff);object-fit:cover;border-radius:50%;flex-shrink:0;width:56px;height:56px}.ox-placeholder--caso-avatar{min-height:0}.ox-caso-card__titulo{font-family:var(--ox-font-display,"Poppins", sans-serif);margin-bottom:.9rem;font-size:1.2rem;font-weight:700}.ox-caso-card__label{text-transform:uppercase;letter-spacing:.04em;color:var(--ox-gray-500,#888695);margin:.9rem 0 .4rem;font-size:.75rem;font-weight:700;display:block}.ox-caso-card__desafio{color:var(--ox-dark,#101114);font-size:.85rem;line-height:1.55}.ox-caso-card__lista{flex-direction:column;gap:.5rem;list-style:none;display:flex}.ox-caso-card__lista li{color:var(--ox-dark,#101114);align-items:flex-start;gap:.5rem;font-size:.82rem;line-height:1.4;display:flex}.ox-caso-card__check-icon{flex-shrink:0;width:18px;height:18px;margin-top:1px}.ox-casos-marquee--static{cursor:default;overflow-x:visible}.ox-casos-marquee__track--static{flex-wrap:wrap;justify-content:center;width:100%;padding:0 1.5rem}@media (width<=700px){.ox-casos{padding:4rem 0 3rem}.ox-casos__inner{padding:0 1.25rem}.ox-casos-marquee__track{gap:1.25rem;padding:0 1.25rem}.ox-caso-card{width:260px}}@media (prefers-reduced-motion:reduce){.ox-casos-marquee__track{animation:none}}.cf-form{flex-direction:column;gap:1rem;width:100%;display:flex}.cf-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.cf-label-sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.cf-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.cf-field{flex-direction:column;gap:.35rem;display:flex;position:relative}.cf-field input,.cf-field select,.cf-field textarea{color:var(--ox-dark,#101114);background:#fff;border:1.5px solid #e4e1e6;border-radius:12px;width:100%;padding:.95rem 1.1rem;font-family:inherit;font-size:.95rem;transition:border-color .25s,box-shadow .25s}.cf-field select{appearance:none;color:var(--ox-dark,#101114);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5l5 5 5-5' stroke='%23888695' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:13px 13px}.cf-field select[data-placeholder-shown=true]{color:#9a9aa3}.cf-field textarea{resize:vertical;min-height:56px}.cf-field input::placeholder,.cf-field textarea::placeholder{color:#9a9aa3}.cf-field input:focus,.cf-field select:focus,.cf-field textarea:focus{border-color:var(--ox-pink,#e73885);outline:none;box-shadow:0 0 0 3px #e738851f}.cf-field input[aria-invalid=true],.cf-field select[aria-invalid=true],.cf-field textarea[aria-invalid=true]{border-color:#d9534f}.cf-char-count{color:#9a9aa3;align-self:flex-end;font-size:.72rem}.cf-error{color:#d9534f;font-size:.78rem}.cf-error--general{background:#d9534f14;border:1px solid #d9534f4d;border-radius:10px;padding:.6rem .9rem}.cf-success{color:#1e7e34;background:#1e7e3414;border:1px solid #1e7e344d;border-radius:10px;padding:.75rem .9rem;font-size:.88rem}.cf-submit{background:var(--ox-pink,#e73885);color:#fff;cursor:pointer;border:none;border-radius:999px;width:100%;margin-top:.4rem;padding:1rem;font-size:.95rem;font-weight:700;transition:background .25s,transform .25s,opacity .2s}.cf-submit:hover:not(:disabled){background:var(--ox-pink-light,#ff4ea5);transform:translateY(-2px)}.cf-submit:disabled{opacity:.6;cursor:not-allowed}@media (width<=640px){.cf-row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.cf-form *{transition:none!important}}.ox-contact{background:var(--ox-dark,#101114);padding:6rem 2rem}.ox-contact__card{background:var(--ox-white,#fff);border-radius:24px;grid-template-columns:1fr 1fr;max-width:1100px;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 30px 60px #0006}.ox-contact__left{background:#fce1ee;flex-direction:column;justify-content:center;padding:3rem 2.75rem;display:flex}.ox-contact__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--ox-pink,#e73885);margin-bottom:1rem;font-size:.78rem;font-weight:700;display:inline-block}.ox-contact__title{font-family:var(--ox-font-display,"Poppins", sans-serif);color:var(--ox-dark,#101114);margin-bottom:1.1rem;font-size:clamp(1.6rem,2.6vw,2rem);font-weight:700;line-height:1.25}.ox-contact__subtitle{color:#4b4b52;margin-bottom:2rem;font-size:.9rem;line-height:1.6}.ox-contact__actions{flex-wrap:wrap;gap:.85rem;display:flex}.ox-contact__btn-primary{background:var(--ox-pink,#e73885);color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:.85rem 1.6rem;font-size:.88rem;font-weight:700;transition:transform .25s,background .25s;display:inline-flex}.ox-contact__btn-primary:hover{background:var(--ox-pink-light,#ff4ea5);transform:translateY(-2px)}.ox-contact__btn-whatsapp{background:var(--ox-white,#fff);color:#25d366;border:1.5px solid #25d3664d;border-radius:999px;justify-content:center;align-items:center;padding:.85rem 1.6rem;font-size:.88rem;font-weight:700;transition:transform .25s,background .25s;display:inline-flex}.ox-contact__btn-whatsapp:hover{background:#25d36614;transform:translateY(-2px)}.ox-contact__right{background:var(--ox-white,#fff);padding:3rem 2.75rem}.ox-contact__form-title{font-family:var(--ox-font-display,"Poppins", sans-serif);color:var(--ox-dark,#101114);margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.ox-contact__form-subtitle{color:#6b6b73;margin-bottom:1.75rem;font-size:.88rem}@media (width<=900px){.ox-contact{padding:4rem 1.5rem}.ox-contact__card{border-radius:20px;grid-template-columns:1fr}.ox-contact__left,.ox-contact__right{padding:2.5rem 2rem}}@media (width<=480px){.ox-contact{padding:3rem 1.25rem}.ox-contact__left,.ox-contact__right{padding:2rem 1.5rem}.ox-contact__actions{flex-direction:column;align-items:stretch}}.ox-whatsapp-float{z-index:200;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;padding:6px;transition:transform .3s;display:flex;position:fixed;bottom:90px;right:28px;overflow:hidden}.ox-whatsapp-float:hover{transform:scale(1.08)}.ox-whatsapp-float__img{object-fit:contain;width:100%;height:100%;display:block}@media (width<=600px){.ox-whatsapp-float{width:52px;height:52px;padding:5px;bottom:80px;right:18px}}.ox-footer{background:var(--ox-dark,#101114);border-top:1px solid #ffffff14;padding:2.5rem 6.5rem 2.5rem 3.5rem}.ox-footer__inner{max-width:var(--ox-max-width,1280px);flex-flow:wrap;justify-content:space-between;align-items:center;gap:2.5rem;margin:0 auto;display:flex}.ox-footer__brand{flex-direction:column;flex:260px;order:1;gap:.35rem;display:flex}.ox-footer__logo-img{object-fit:contain;width:auto;max-width:140px;height:24px;display:block}.ox-footer__tagline{color:var(--ox-gray-500,#888695);max-width:320px;font-size:.78rem;line-height:1.5}.ox-footer__copy{color:var(--ox-gray-500,#888695);text-align:center;white-space:nowrap;flex:0 auto;order:2;font-size:.78rem}.ox-footer__social{flex:260px;order:3;justify-content:flex-end;align-items:center;gap:.9rem;display:flex}.ox-footer__social-label{color:var(--ox-gray-500,#888695);flex-shrink:0;font-size:.78rem}.ox-footer__social-icons{grid-template-columns:repeat(3,auto);grid-auto-rows:auto;gap:.6rem;display:grid}.ox-footer__social-icon{width:32px;height:32px;color:var(--ox-white,#fff);border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;transition:background .25s,border-color .25s,transform .25s;display:flex}.ox-footer__social-icon svg{width:15px;height:15px}.ox-footer__social-icon:hover{background:var(--ox-pink,#e73885);border-color:var(--ox-pink,#e73885);transform:translateY(-2px)}@media (width<=880px){.ox-footer{padding:2.5rem 1.5rem}.ox-footer__inner{flex-direction:column;align-items:center;gap:1.75rem}.ox-footer__brand{text-align:center;flex:auto;align-items:center;width:100%}.ox-footer__copy{text-align:center;white-space:normal;flex:auto;width:100%}.ox-footer__social{text-align:center;flex-direction:column;flex:auto;justify-content:flex-start;align-items:center;gap:.75rem;width:100%}.ox-footer__social-icons{grid-template-columns:repeat(6,auto)}}@media (width<=480px){.ox-footer__social-icons{grid-template-columns:repeat(3,auto)}}@media (prefers-reduced-motion:reduce){.ox-footer__social-icon{transition:none!important}}.ox-gracias{min-height:100vh;color:var(--ox-white,#fff);background:#0a0a0c;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden}.ox-gracias:before{content:"";filter:blur(60px);z-index:0;background:radial-gradient(circle,#e738858c 0%,#c72a8759 30%,#481d3f26 55%,#0000 75%);width:900px;height:900px;animation:8s ease-in-out infinite ox-aurora-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes ox-aurora-pulse{0%,to{opacity:.9;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.08)}}.ox-gracias:after{content:"";z-index:1;background:radial-gradient(circle,#0a0a0ceb 0%,#0a0a0cbf 45%,#0000 75%);width:620px;height:620px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ox-gracias__content{z-index:2;text-align:center;flex-direction:column;align-items:center;max-width:480px;display:flex;position:relative}.ox-gracias__check{width:64px;height:64px;color:var(--ox-pink,#e73885);margin-bottom:1.5rem}.ox-gracias__check svg{width:100%;height:100%}.ox-gracias__title{font-family:var(--ox-font-display,"Poppins", sans-serif);margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.25}.ox-gracias__desc{color:var(--ox-gray-300,#dadada);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.ox-gracias__cta{background:var(--ox-pink,#e73885);color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:.9rem 2rem;font-size:.95rem;font-weight:700;transition:transform .3s,background .3s;display:inline-flex}.ox-gracias__cta:hover{background:var(--ox-pink-light,#ff4ea5);transform:translateY(-2px)}@media (width<=600px){.ox-gracias:before{width:600px;height:600px}.ox-gracias:after{width:420px;height:420px}}@media (prefers-reduced-motion:reduce){.ox-gracias:before{animation:none}}:root{--ox-pink:#e73885;--ox-pink-light:#ff4ea5;--ox-dark:#101114;--ox-dark-2:#17191d;--ox-black:#000;--ox-white:#fff;--ox-gray-100:#f4f3f8;--ox-gray-300:#dadada;--ox-gray-500:#888695;--ox-gray-700:#3b3e49;--ox-font-display:"Poppins", "Helvetica Neue", Arial, sans-serif;--ox-font-body:"Inter", "Helvetica Neue", Arial, sans-serif;--ox-radius:8px;--ox-transition:.35s cubic-bezier(.4, 0, .2, 1);--ox-max-width:1280px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--ox-font-body);background:var(--ox-dark);color:var(--ox-white);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.ox-placeholder{color:var(--ox-gray-300);text-align:center;border:1px dashed var(--ox-gray-500);border-radius:var(--ox-radius);background:repeating-linear-gradient(45deg,#2a2c31,#2a2c31 10px,#1d1f23 10px 20px);justify-content:center;align-items:center;width:100%;height:100%;min-height:220px;font-size:.85rem;display:flex}.ox-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--ox-pink);margin-bottom:.9rem;font-size:.78rem;font-weight:700;display:inline-block}.ox-btn{border-radius:var(--ox-radius);font-family:var(--ox-font-body);white-space:nowrap;cursor:pointer;transition:transform var(--ox-transition), background var(--ox-transition), opacity var(--ox-transition);border:none;justify-content:center;align-items:center;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex}.ox-btn--primary{background:var(--ox-pink);color:var(--ox-white)}.ox-btn--primary:hover{background:var(--ox-pink-light);transform:translateY(-2px)}.ox-btn--outline{color:var(--ox-white);background:0 0;border:1.5px solid #fff6}.ox-btn--outline:hover{border-color:var(--ox-white);transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--ox-pink-light);outline-offset:3px}
