.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(96px,15vh,150px) var(--pad) clamp(40px,8vh,80px);overflow:hidden}.hero-glow[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(55% 45% at 50% 6%,color-mix(in srgb,var(--accent) 14%,transparent),transparent 70%)}.hero-inner[data-astro-cid-bbe6dxrz]{max-width:880px}.hero-kicker[data-astro-cid-bbe6dxrz]{display:inline-block;margin-bottom:1.4rem}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.6rem,7.5vw,5.5rem);font-weight:600;letter-spacing:-.035em;line-height:1.03;margin-bottom:1.6rem}.hero-grad[data-astro-cid-bbe6dxrz]{background:linear-gradient(120deg,var(--accent),#7c5cff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-sub[data-astro-cid-bbe6dxrz]{font-size:clamp(1.1rem,1.8vw,1.45rem);color:var(--muted);max-width:40ch;margin:0 auto 2.2rem;line-height:1.5}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;gap:1.3rem;align-items:center;justify-content:center;flex-wrap:wrap}.hero-actions[data-astro-cid-bbe6dxrz] .btn[data-astro-cid-bbe6dxrz]{font-size:1.05rem;padding:.95rem 2.1rem}.hero-link[data-astro-cid-bbe6dxrz]{color:var(--accent);font-weight:500;font-size:1.05rem}@media(hover:hover)and (pointer:fine){.hero-link[data-astro-cid-bbe6dxrz]:hover{text-decoration:underline}}@keyframes heroIn{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}.hero-kicker[data-astro-cid-bbe6dxrz]{animation:heroIn .7s var(--ease-out-quart) .1s both}.hero-title[data-astro-cid-bbe6dxrz]{animation:heroIn .9s var(--ease-out-quart) .22s both}.hero-sub[data-astro-cid-bbe6dxrz]{animation:heroIn .9s var(--ease-out-quart) .4s both}.hero-actions[data-astro-cid-bbe6dxrz]{animation:heroIn .9s var(--ease-out-quart) .55s both}.hero-scroll[data-astro-cid-bbe6dxrz]{position:absolute;bottom:clamp(80px,12vh,100px);left:0;right:0;margin-inline:auto;width:28px;height:28px;color:var(--muted);display:grid;place-items:center;animation:scrollBob 2.2s ease-in-out infinite}.hero-scroll[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:24px;height:24px}.hero-marquee[data-astro-cid-bbe6dxrz]{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;background:color-mix(in srgb,var(--surface) 60%,transparent);border-top:1px solid color-mix(in srgb,var(--border) 50%,transparent);padding:1.2rem 0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:10;animation:heroIn 1s var(--ease-out-quart) .6s both}.marquee-track[data-astro-cid-bbe6dxrz]{display:flex;width:max-content;animation:marqueeScroll 25s linear infinite}@media(hover:hover){.hero-marquee[data-astro-cid-bbe6dxrz]:hover .marquee-track[data-astro-cid-bbe6dxrz]{animation-play-state:paused}}.marquee-content[data-astro-cid-bbe6dxrz]{display:flex;flex-shrink:0}.marquee-content[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{font-family:var(--font-mono, monospace);font-size:.9rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);padding:0 2.5rem;white-space:nowrap;transition:color .3s ease;cursor:default}.marquee-content[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]:hover{color:var(--accent)}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollBob{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(6px);opacity:.9}}@media(prefers-reduced-motion:reduce){.hero-kicker[data-astro-cid-bbe6dxrz],.hero-title[data-astro-cid-bbe6dxrz],.hero-sub[data-astro-cid-bbe6dxrz],.hero-actions[data-astro-cid-bbe6dxrz],.hero-scroll[data-astro-cid-bbe6dxrz]{animation:none}}@media(max-width:600px){.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.4rem,11vw,3.6rem)}}@property --brand{syntax: "<color>"; inherits: true; initial-value: #0071e3;}#configurador{position:relative;overflow:clip;background:var(--bg);transition:--brand .5s var(--ease-out-quart)}#configurador .cfg-glow{position:absolute;right:-10%;top:22%;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--brand) 32%,transparent),transparent 62%);filter:blur(40px);opacity:.55;pointer-events:none}html[data-theme=light] #configurador .cfg-glow{opacity:.35}#configurador .cfg-grid{position:relative;display:grid;gap:1.75rem;grid-template-areas:"head" "stage" "editor" "cta"}#configurador .cfg-head{grid-area:head}#configurador .cfg-editor{grid-area:editor}#configurador .cfg-stage{grid-area:stage}#configurador .cfg-cta-wrap{grid-area:cta}#configurador .cfg-eyebrow{display:block;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:.9rem}#configurador .cfg-head h2{font-size:clamp(2rem,5vw,3.4rem);font-weight:700;letter-spacing:-.035em;line-height:1.05}#configurador .cfg-grad{color:var(--brand)}#configurador .cfg-sub{margin-top:1rem;font-size:clamp(1.02rem,1.6vw,1.15rem);line-height:1.6;color:var(--muted);max-width:48ch}#configurador .cfg-editor{display:flex;flex-direction:column;gap:1.4rem}#configurador .cfg-tabs{display:none}@media(max-width:999px){#configurador.cfg-js .cfg-editor{gap:1rem}#configurador.cfg-js .cfg-tabs{display:flex;padding:3px;border-radius:var(--radius-pill);background:var(--surface);border:1px solid var(--border)}#configurador.cfg-js .cfg-step:not(.is-active){display:none}#configurador.cfg-js .cfg-step{min-height:112px}#configurador.cfg-js .cfg-legend{display:none}}#configurador .cfg-tabs button{flex:1;min-height:40px;border-radius:var(--radius-pill);font-size:.9rem;font-weight:500;color:var(--muted);transition:background var(--dur-mid) var(--ease-out-quart),color var(--dur-mid) var(--ease-out-quart)}#configurador .cfg-tabs button[aria-selected=true]{background:var(--bg);color:var(--fg);box-shadow:var(--shadow)}#configurador .cfg-step{border:0;margin:0;padding:0;min-width:0;animation:cfgIn var(--dur-slow) var(--ease-out-quart)}@keyframes cfgIn{0%{opacity:0;transform:translateY(6px)}}#configurador .cfg-legend{display:flex;align-items:center;gap:.55rem;font-size:.85rem;font-weight:600;color:var(--fg);margin-bottom:.7rem;padding:0}#configurador .cfg-num{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;font-size:.72rem;font-weight:700;color:#fff;background:var(--brand)}#configurador .cfg-chips{display:flex;flex-wrap:wrap;gap:.5rem}#configurador .cfg-chips-4{display:grid;grid-template-columns:1fr 1fr}@media(min-width:560px){#configurador .cfg-chips-4{display:flex}}#configurador .cfg-chip{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:46px;padding:.55rem 1.05rem;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--bg);color:var(--fg);font-size:.95rem;font-weight:500;transition:border-color var(--dur-mid) var(--ease-out-quart),background var(--dur-mid) var(--ease-out-quart),transform var(--dur-fast) var(--ease-out-quart)}#configurador .cfg-chip svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;color:var(--muted);transition:color var(--dur-mid) var(--ease-out-quart)}#configurador .cfg-chip:active{transform:scale(.96)}#configurador .cfg-chip[aria-pressed=true]{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 12%,var(--bg))}#configurador .cfg-chip[aria-pressed=true] svg{color:var(--brand)}@media(hover:hover)and (pointer:fine){#configurador .cfg-chip:hover{border-color:color-mix(in srgb,var(--brand) 60%,var(--border))}}#configurador .cfg-tick{display:grid;place-items:center;width:18px;height:18px;border-radius:6px;border:1.5px solid var(--border);transition:background var(--dur-mid) var(--ease-out-quart),border-color var(--dur-mid) var(--ease-out-quart)}#configurador .cfg-tick svg{width:12px;height:12px;fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;opacity:0;transform:scale(.5);transition:opacity var(--dur-fast) var(--ease-out-quart),transform var(--dur-mid) var(--ease-out-quart)}#configurador .cfg-toggle[aria-pressed=true] .cfg-tick{background:var(--brand);border-color:var(--brand)}#configurador .cfg-toggle[aria-pressed=true] .cfg-tick svg{opacity:1;transform:none}#configurador .cfg-styles{margin-top:.8rem}#configurador .cfg-aa{font-weight:700;font-size:1rem;color:var(--brand)}#configurador .st-clasico .cfg-aa{font-family:ui-serif,New York,Georgia,Times New Roman,serif;font-weight:600}#configurador .st-atrevido .cfg-aa{font-weight:900;text-transform:uppercase}#configurador .cfg-row{display:flex;gap:.6rem;align-items:stretch}#configurador .cfg-input{flex:1;min-width:0;min-height:48px;padding:.75rem 1rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);color:var(--fg);font:inherit;font-size:1rem;transition:border-color var(--dur-mid) var(--ease-out-quart),box-shadow var(--dur-mid) var(--ease-out-quart)}#configurador .cfg-input::placeholder{color:var(--muted)}#configurador .cfg-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 20%,transparent)}#configurador .cfg-photo{display:inline-flex;align-items:center;gap:.45rem;flex-shrink:0;padding:0 1rem;min-height:48px;border-radius:var(--radius);border:1px dashed color-mix(in srgb,var(--brand) 55%,var(--border));color:var(--fg);font-size:.92rem;font-weight:500;cursor:pointer;transition:background var(--dur-mid) var(--ease-out-quart)}#configurador .cfg-photo svg{width:18px;height:18px;fill:none;stroke:var(--brand);stroke-width:2;stroke-linejoin:round}#configurador .cfg-photo:active{transform:scale(.97)}@media(hover:hover)and (pointer:fine){#configurador .cfg-photo:hover{background:color-mix(in srgb,var(--brand) 8%,transparent)}}#configurador .cfg-file{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}#configurador .cfg-row:has(.cfg-file:focus-visible) .cfg-photo{outline:2px solid var(--brand);outline-offset:2px}#configurador .cfg-hint{margin-top:.55rem;font-size:.8rem;color:var(--muted)}#configurador .cfg-link{color:var(--brand);font-weight:600;margin-left:.3rem;text-decoration:underline;text-underline-offset:2px}#configurador .cfg-link[hidden]{display:none}#configurador .cfg-swatches{display:flex;gap:.7rem}#configurador .cfg-sw{width:38px;height:38px;border-radius:50%;background:var(--c);border:3px solid var(--bg);box-shadow:0 0 0 1px var(--border);transition:transform var(--dur-fast) var(--ease-out-quart),box-shadow var(--dur-mid) var(--ease-out-quart)}#configurador .cfg-sw:active{transform:scale(.9)}#configurador .cfg-sw[aria-pressed=true]{box-shadow:0 0 0 2px var(--c)}@media(hover:hover)and (pointer:fine){#configurador .cfg-sw:hover{transform:scale(1.1)}}#configurador .cfg-dice{align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem;min-height:44px;padding:.5rem 1rem .5rem .75rem;border-radius:var(--radius-pill);font-size:.92rem;font-weight:600;color:var(--brand);background:color-mix(in srgb,var(--brand) 10%,transparent);transition:transform var(--dur-fast) var(--ease-out-quart)}#configurador .cfg-dice svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}#configurador .cfg-dice svg circle{fill:currentColor;stroke:none}#configurador .cfg-dice:active{transform:scale(.96)}#configurador .cfg-dice.is-rolling svg{animation:cfgRoll .5s var(--ease-out-quart)}@keyframes cfgRoll{to{transform:rotate(360deg)}}@media(max-width:999px){#configurador .cfg-dice{align-self:center}}#configurador .cfg-stage{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:1000px){#configurador .cfg-stage{position:sticky;top:90px}}#configurador .cfg-seg{display:none;padding:3px;border-radius:var(--radius-pill);background:var(--surface);border:1px solid var(--border)}@media(min-width:760px){#configurador .cfg-seg{display:inline-flex}}#configurador .cfg-seg button{min-height:36px;padding:.35rem 1.1rem;border-radius:var(--radius-pill);font-size:.88rem;font-weight:500;color:var(--muted);transition:background var(--dur-mid) var(--ease-out-quart),color var(--dur-mid) var(--ease-out-quart)}#configurador .cfg-seg button[aria-pressed=true]{background:var(--bg);color:var(--fg);box-shadow:var(--shadow)}#configurador .cfg-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}#configurador .cfg-tip{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--muted);text-align:center}#configurador .cfg-tip-dot{width:8px;height:8px;border-radius:50%;background:var(--brand);box-shadow:0 0 color-mix(in srgb,var(--brand) 60%,transparent);animation:cfgPing 1.8s infinite}@keyframes cfgPing{70%{box-shadow:0 0 0 8px transparent}}#configurador .cfg-toast{position:absolute;top:0;left:50%;z-index:20;width:min(330px,calc(100% - 1rem));display:flex;align-items:center;gap:.75rem;padding:.75rem .9rem;border-radius:18px;background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px);border:1px solid var(--border);box-shadow:var(--shadow-lg);opacity:0;transform:translate(-50%,-16px) scale(.96);pointer-events:none;transition:opacity .3s var(--ease-out-quart),transform .45s var(--ease-out-quint)}#configurador .cfg-toast.is-on{opacity:1;transform:translate(-50%) scale(1)}@media(min-width:760px){#configurador .cfg-toast{top:3.2rem}}#configurador .cfg-toast-ic{display:grid;place-items:center;flex-shrink:0;width:38px;height:38px;border-radius:10px;background:var(--brand);color:#fff;font-weight:800}#configurador .cfg-toast-txt{display:flex;flex-direction:column;min-width:0;font-size:.85rem;line-height:1.35}#configurador .cfg-toast-txt small{font-size:.72rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}#configurador .cfg-toast-txt b{font-weight:600;color:var(--fg)}#configurador .cfg-device{--w: 220px;position:relative;width:var(--w);max-width:100%;height:calc(var(--w) * 2.05);padding:8px;border-radius:42px;background:#0b0b0c;box-shadow:0 0 0 1px var(--border),0 40px 80px -30px color-mix(in srgb,var(--brand) 45%,rgba(0,0,0,.5));display:flex;flex-direction:column;transition:width .55s var(--ease-out-quint),height .55s var(--ease-out-quint),padding .55s var(--ease-out-quint),border-radius .55s var(--ease-out-quint),background .55s var(--ease-out-quint)}@media(min-width:400px){#configurador .cfg-device{--w: 245px}}@media(min-width:1000px){#configurador .cfg-device{--w: 290px}}html[data-theme=dark] #configurador .cfg-device{box-shadow:0 0 0 1px #ffffff24,0 40px 90px -30px color-mix(in srgb,var(--brand) 55%,transparent)}#configurador .cfg-device.is-desktop{width:640px;height:430px;padding:0;border-radius:14px;background:#e8e8ed}html[data-theme=dark] #configurador .cfg-device.is-desktop{background:#2c2c2e}#configurador .cfg-bar{display:none;align-items:center;gap:6px;height:34px;padding:0 12px;flex-shrink:0}#configurador .is-desktop .cfg-bar{display:flex}#configurador .cfg-bar i{width:10px;height:10px;border-radius:50%;background:#ff5f57}#configurador .cfg-bar i:nth-child(2){background:#febc2e}#configurador .cfg-bar i:nth-child(3){background:#28c840}#configurador .cfg-url{margin:0 auto;padding:3px 14px;border-radius:6px;font-size:11px;color:#6e6e73;background:#ffffffb3}html[data-theme=dark] #configurador .cfg-url{background:#ffffff14;color:#a1a1a6}#configurador .cfg-screen{--m-bg: #ffffff;--m-fg: #1d1d1f;--m-muted: #6e6e73;--m-card: #f5f5f7;--m-line: #ececef;--m-r: 1;--m-tf: var(--font);--m-tw: 800;--m-tt: none;--m-tls: -.035em;container-type:inline-size;position:relative;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;border-radius:34px;background:var(--m-bg);color:var(--m-fg);transition:border-radius .55s var(--ease-out-quint),background .4s ease,color .4s ease,opacity .16s ease}#configurador .cfg-screen.est-clasico{--m-bg: #fbf8f3;--m-fg: #2b2620;--m-muted: #7a6f63;--m-card: #f1ebe1;--m-line: #e8e0d3;--m-r: .45;--m-tf: ui-serif, "New York", Georgia, "Times New Roman", serif;--m-tw: 600;--m-tls: -.01em}#configurador .cfg-screen.est-atrevido{--m-bg: #0e0e10;--m-fg: #f5f5f7;--m-muted: #a1a1a6;--m-card: #1c1c1f;--m-line: #26262a;--m-r: .15;--m-tw: 900;--m-tt: uppercase;--m-tls: -.02em}#configurador .is-desktop .cfg-screen{border-radius:0 0 14px 14px}#configurador .is-swapping .cfg-screen{opacity:0}#configurador .m-scroll{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:none}#configurador .m-scroll::-webkit-scrollbar{display:none}#configurador .m-fade{animation:mFade .35s var(--ease-out-quart)}@keyframes mFade{0%{opacity:0;transform:translateY(4px)}}#configurador .m-status{display:flex;align-items:center;justify-content:space-between;padding:3.4cqi 7cqi 0;font-size:4.2cqi;font-weight:600}#configurador .m-island{width:26cqi;height:7.5cqi;border-radius:99px;background:#0b0b0c}#configurador .m-batt{width:7.5cqi;height:3.6cqi;border-radius:1cqi;border:.6cqi solid currentColor;opacity:.85}#configurador .m-nav{position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:2.6cqi;padding:4cqi 5.5cqi;background:color-mix(in srgb,var(--m-bg) 92%,transparent);border-bottom:1px solid var(--m-line)}#configurador .m-logo{display:grid;place-items:center;flex-shrink:0;width:9.5cqi;height:9.5cqi;border-radius:calc(2.8cqi * var(--m-r));background:var(--brand);color:#fff;font-size:5cqi;font-weight:800;font-family:var(--m-tf)}#configurador .m-name{flex:1;min-width:0;font-family:var(--m-tf);font-size:5cqi;font-weight:800;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#configurador .m-links{display:none}#configurador .m-burger{display:flex;flex-direction:column;gap:1.2cqi}#configurador .m-burger i{width:5.5cqi;height:.7cqi;border-radius:1cqi;background:currentColor}#configurador .m-hero{display:flex;flex-direction:column;gap:4.5cqi;padding:5cqi 5.5cqi 4.5cqi}#configurador .m-art{display:grid;place-items:center;flex-shrink:0;height:36cqi;border-radius:calc(5cqi * var(--m-r));background-color:var(--brand);background-image:radial-gradient(120% 90% at 85% 10%,color-mix(in srgb,var(--brand) 40%,#fff),transparent 60%),linear-gradient(140deg,var(--brand),color-mix(in srgb,var(--brand) 55%,#000));background-size:cover;background-position:center;color:#ffffffeb}#configurador .m-art svg{width:15cqi;height:15cqi;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}#configurador .m-art.has-foto svg{display:none}#configurador .m-copy{display:flex;flex-direction:column;align-items:flex-start}#configurador .m-kicker{font-size:3.2cqi;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--brand)}#configurador .est-atrevido .m-kicker{color:color-mix(in srgb,var(--brand) 55%,#fff)}#configurador .m-brand{display:block;margin:1.4cqi -1.2cqi 1.6cqi;padding:0 1.2cqi;border-radius:calc(2cqi * var(--m-r) + .6cqi);font-family:var(--m-tf);font-size:11.5cqi;font-weight:var(--m-tw);line-height:1.02;letter-spacing:var(--m-tls);text-transform:var(--m-tt);overflow-wrap:anywhere;transition:background .25s ease,box-shadow .25s ease}#configurador .m-caret{display:inline-block;width:.7cqi;height:.85em;margin-left:.8cqi;vertical-align:-.06em;border-radius:.3cqi;background:var(--brand);opacity:0}#configurador .m-brand.is-typing .m-caret,#configurador .cfg-screen.is-editing .m-caret{opacity:1;animation:mBlink 1s steps(1) infinite}@keyframes mBlink{50%{opacity:0}}#configurador .cfg-screen.is-editing .m-brand{background:color-mix(in srgb,var(--brand) 12%,transparent);box-shadow:0 0 0 .5cqi color-mix(in srgb,var(--brand) 35%,transparent)}#configurador .m-title{display:block;margin:0 0 2cqi;font-family:var(--m-tf);font-size:5.4cqi;font-weight:600;line-height:1.15;letter-spacing:-.02em;color:color-mix(in srgb,var(--brand) 78%,var(--m-fg))}#configurador .est-atrevido .m-title{color:color-mix(in srgb,var(--brand) 45%,#fff)}#configurador .m-sub{font-size:3.9cqi;line-height:1.45;color:var(--m-muted)}#configurador .m-cta{margin-top:4cqi;padding:2.8cqi 5.6cqi;border-radius:calc(99px * var(--m-r) + 1.2cqi);background:var(--brand);color:#fff;font-size:3.9cqi;font-weight:600;box-shadow:0 0 color-mix(in srgb,var(--brand) 55%,transparent);animation:mPulse 2.4s infinite 1.5s;transition:transform var(--dur-fast) var(--ease-out-quart)}#configurador .m-cta:active{transform:scale(.95)}@keyframes mPulse{0%{box-shadow:0 0 color-mix(in srgb,var(--brand) 55%,transparent)}70%,to{box-shadow:0 0 0 3cqi transparent}}#configurador .m-list{display:grid;gap:2.2cqi;padding:0 5.5cqi}#configurador .m-item{display:flex;align-items:center;justify-content:space-between;gap:2cqi;padding:3.2cqi 3.8cqi;border-radius:calc(3.6cqi * var(--m-r));background:var(--m-card);font-size:3.7cqi}#configurador .m-item b{font-weight:600}#configurador .m-item span{color:color-mix(in srgb,var(--brand) 80%,var(--m-fg));font-weight:600;white-space:nowrap}#configurador .m-block{padding:6cqi 5.5cqi 0}#configurador .m-block[hidden]{display:none}#configurador .m-block.is-new{animation:mNew .9s var(--ease-out-quart)}@keyframes mNew{0%{opacity:0;transform:translateY(3cqi)}}#configurador .m-h{display:block;margin-bottom:2.6cqi;font-family:var(--m-tf);font-size:5cqi;font-weight:var(--m-tw);letter-spacing:var(--m-tls);text-transform:var(--m-tt)}#configurador .m-gallery{display:grid;grid-template-columns:1fr 1fr;gap:2cqi}#configurador .m-tile{aspect-ratio:1;border-radius:calc(3.6cqi * var(--m-r));background-size:cover;background-position:center}#configurador .m-tile-1{background-image:linear-gradient(135deg,color-mix(in srgb,var(--brand) 85%,#fff),var(--brand))}#configurador .m-tile-2{background-image:linear-gradient(200deg,color-mix(in srgb,var(--brand) 35%,#fff),color-mix(in srgb,var(--brand) 70%,#fff))}#configurador .m-tile-3{background-image:linear-gradient(30deg,color-mix(in srgb,var(--brand) 60%,#000),var(--brand))}#configurador .m-tile-4{background-image:linear-gradient(160deg,var(--m-card),color-mix(in srgb,var(--brand) 25%,var(--m-card)))}#configurador .m-reviews{display:grid;gap:2.2cqi}#configurador .m-review{margin:0;padding:3.6cqi 4cqi;border-radius:calc(3.6cqi * var(--m-r));background:var(--m-card);font-size:3.6cqi;line-height:1.4}#configurador .m-review blockquote{margin:1cqi 0}#configurador .m-review figcaption{color:var(--m-muted);font-size:3.2cqi}#configurador .m-stars{color:#f5a623;letter-spacing:.1em;font-size:3.4cqi}#configurador .m-map{position:relative;height:34cqi;border-radius:calc(3.6cqi * var(--m-r));background:color-mix(in srgb,var(--brand) 8%,var(--m-card));overflow:hidden}#configurador .m-road{position:absolute;background:var(--m-bg);border-radius:2cqi}#configurador .m-road-1{left:-10%;right:-10%;top:55%;height:3.4cqi;transform:rotate(-8deg)}#configurador .m-road-2{top:-10%;bottom:-10%;left:38%;width:3cqi;transform:rotate(12deg)}#configurador .m-road-3{left:50%;right:-10%;top:22%;height:2.2cqi;transform:rotate(18deg)}#configurador .m-pin{position:absolute;left:47%;top:30%;width:7cqi;height:7cqi;border-radius:50% 50% 50% 0;background:var(--brand);transform:rotate(-45deg);box-shadow:0 1.5cqi 3cqi #00000040}#configurador .m-pin:after{content:"";position:absolute;inset:2.2cqi;border-radius:50%;background:#fff}#configurador .m-pin.is-bounce{animation:mBounce .7s var(--ease-out-quart)}@keyframes mBounce{40%{transform:rotate(-45deg) translate(3cqi,-3cqi)}}#configurador .m-btn2{margin-top:2.6cqi;padding:2.4cqi 4.6cqi;border-radius:calc(99px * var(--m-r) + 1.2cqi);border:1px solid color-mix(in srgb,var(--brand) 50%,var(--m-line));color:color-mix(in srgb,var(--brand) 80%,var(--m-fg));font-size:3.5cqi;font-weight:600}#configurador .m-info{display:flex;flex-wrap:wrap;gap:1.6cqi 4cqi;margin-top:auto;padding:6cqi 5.5cqi 16cqi;font-size:3.2cqi;color:var(--m-muted)}#configurador .m-info span:before{content:"";display:inline-block;width:1.6cqi;height:1.6cqi;margin-right:1.4cqi;border-radius:50%;background:var(--brand);vertical-align:middle}#configurador .m-wa{position:absolute;right:4.5cqi;bottom:5cqi;z-index:3;display:grid;place-items:center;width:13cqi;height:13cqi;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 2cqi 5cqi #00000040;transform:scale(0);transition:transform .4s var(--ease-out-quint)}#configurador .m-wa.is-on{transform:scale(1)}#configurador .m-wa svg{width:7cqi;height:7cqi;fill:currentColor}#configurador .m-sheet{position:absolute;inset:0;z-index:5;display:flex;align-items:flex-end;background:#0000;pointer-events:none;transition:background .3s ease}#configurador .m-sheet.is-open{background:#00000061;pointer-events:auto}#configurador .m-sheet-card{width:100%;max-height:80%;overflow-y:auto;padding:3cqi 5.5cqi 7cqi;border-radius:6cqi 6cqi 0 0;background:var(--m-bg);color:var(--m-fg);transform:translateY(105%);transition:transform .45s var(--ease-out-quint)}#configurador .m-sheet.is-open .m-sheet-card{transform:none}#configurador .m-grab{display:block;width:11cqi;height:1.2cqi;margin:0 auto 3cqi;border-radius:1cqi;background:var(--m-line)}#configurador .m-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:2cqi;margin-bottom:2cqi}#configurador .m-sheet-head b{font-family:var(--m-tf);font-size:5cqi;font-weight:var(--m-tw);letter-spacing:-.02em}#configurador .m-x{display:grid;place-items:center;width:8cqi;height:8cqi;border-radius:50%;background:var(--m-card);color:var(--m-muted);font-size:5cqi;line-height:1}#configurador .m-sheet-l{margin:3cqi 0 1.6cqi;font-size:3.2cqi;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--m-muted)}#configurador .m-opts{display:flex;flex-wrap:wrap;gap:2cqi}#configurador .m-opt{padding:2.4cqi 4.2cqi;border-radius:calc(99px * var(--m-r) + 1.5cqi);border:1px solid var(--m-line);background:var(--m-card);color:var(--m-fg);font-size:3.7cqi;font-weight:500;transition:background .2s ease,color .2s ease,border-color .2s ease}#configurador .m-opt[aria-pressed=true]{background:var(--brand);border-color:var(--brand);color:#fff}#configurador .m-sheet-ok{width:100%;margin-top:5cqi;padding:3.4cqi;border-radius:calc(99px * var(--m-r) + 2cqi);background:var(--brand);color:#fff;font-size:4cqi;font-weight:700}#configurador .m-sheet-ok:active{transform:scale(.98)}#configurador .m-done{display:flex;flex-direction:column;align-items:center;gap:1.6cqi;padding:4cqi 0 2cqi;text-align:center;font-size:3.7cqi;color:var(--m-muted)}#configurador .m-done b{font-family:var(--m-tf);font-size:5.6cqi;color:var(--m-fg)}#configurador .m-done-ic{display:grid;place-items:center;width:15cqi;height:15cqi;border-radius:50%;background:var(--brand);color:#fff;font-size:7cqi;font-weight:800;animation:mPop .5s var(--ease-out-quint)}@keyframes mPop{0%{transform:scale(.3)}}#configurador .m-chat-head{display:flex;align-items:center;gap:2.6cqi;padding-bottom:3cqi;margin-bottom:2cqi;border-bottom:1px solid var(--m-line)}#configurador .m-chat-av{display:grid;place-items:center;width:9cqi;height:9cqi;border-radius:50%;background:var(--brand);color:#fff;font-weight:800;font-size:4cqi}#configurador .m-chat-head div{display:flex;flex-direction:column;flex:1;min-width:0;font-size:3.8cqi}#configurador .m-chat-head small{color:#25a55a;font-size:3cqi}#configurador .m-msgs{display:flex;flex-direction:column;gap:2cqi;min-height:34cqi}#configurador .m-msg{max-width:82%;padding:2.6cqi 3.4cqi;border-radius:4cqi;font-size:3.6cqi;line-height:1.35;animation:mFade .3s var(--ease-out-quart)}#configurador .m-msg.yo{align-self:flex-end;background:#d9fdd3;color:#111;border-bottom-right-radius:1cqi}#configurador .m-msg.ellos{align-self:flex-start;background:var(--m-card);border-bottom-left-radius:1cqi}#configurador .m-typing{display:inline-flex;gap:1cqi}#configurador .m-typing i{width:1.6cqi;height:1.6cqi;border-radius:50%;background:var(--m-muted);animation:mDot 1s infinite}#configurador .m-typing i:nth-child(2){animation-delay:.15s}#configurador .m-typing i:nth-child(3){animation-delay:.3s}@keyframes mDot{50%{transform:translateY(-1cqi);opacity:.4}}@container (min-width: 420px){#configurador .m-status{display:none}#configurador .m-nav{gap:1.4cqi;padding:2cqi 3.6cqi}#configurador .m-logo{width:4.6cqi;height:4.6cqi;border-radius:calc(1.3cqi * var(--m-r));font-size:2.4cqi}#configurador .m-name{flex:0 1 auto;font-size:2.5cqi}#configurador .m-links{display:flex;gap:2.6cqi;margin-left:auto;font-size:1.7cqi;color:var(--m-muted)}#configurador .m-burger{display:none}#configurador .m-hero{flex-direction:row-reverse;align-items:center;gap:4cqi;padding:4.6cqi 3.6cqi 3.4cqi}#configurador .m-art{flex:1;height:25cqi;border-radius:calc(2.4cqi * var(--m-r))}#configurador .m-art svg{width:8cqi;height:8cqi}#configurador .m-copy{flex:1.15}#configurador .m-kicker{font-size:1.5cqi}#configurador .m-brand{margin:.6cqi -.6cqi .8cqi;padding:0 .6cqi;font-size:5.8cqi}#configurador .m-caret{width:.35cqi;margin-left:.4cqi}#configurador .m-title{margin:0 0 1cqi;font-size:2.6cqi}#configurador .m-sub{font-size:1.8cqi;max-width:40ch}#configurador .m-cta{margin-top:2.2cqi;padding:1.3cqi 2.8cqi;font-size:1.8cqi}#configurador .m-list{grid-template-columns:repeat(3,1fr);gap:1.6cqi;padding:0 3.6cqi}#configurador .m-item{flex-direction:column;align-items:flex-start;gap:.5cqi;padding:2cqi 2.2cqi;border-radius:calc(1.6cqi * var(--m-r));font-size:1.8cqi}#configurador .m-block{padding:3.6cqi 3.6cqi 0}#configurador .m-h{font-size:2.6cqi;margin-bottom:1.6cqi}#configurador .m-gallery{grid-template-columns:repeat(4,1fr);gap:1.4cqi}#configurador .m-tile{border-radius:calc(1.6cqi * var(--m-r))}#configurador .m-reviews{grid-template-columns:1fr 1fr;gap:1.6cqi}#configurador .m-review{padding:2cqi 2.2cqi;font-size:1.8cqi;border-radius:calc(1.6cqi * var(--m-r))}#configurador .m-review figcaption,#configurador .m-stars{font-size:1.6cqi}#configurador .m-map{height:16cqi;border-radius:calc(1.6cqi * var(--m-r))}#configurador .m-pin{width:3.4cqi;height:3.4cqi}#configurador .m-pin:after{inset:1.1cqi}#configurador .m-btn2{margin-top:1.4cqi;padding:1.1cqi 2.2cqi;font-size:1.6cqi}#configurador .m-info{gap:3cqi;padding:3cqi 3.6cqi 4cqi;font-size:1.5cqi}#configurador .m-info span:before{width:.9cqi;height:.9cqi;margin-right:.8cqi}#configurador .m-wa{width:6cqi;height:6cqi;right:2.4cqi;bottom:2.4cqi}#configurador .m-wa svg{width:3.4cqi;height:3.4cqi}#configurador .m-sheet{align-items:center;justify-content:center}#configurador .m-sheet-card{width:46%;max-height:90%;padding:2.4cqi 2.8cqi 3cqi;border-radius:calc(2.4cqi * var(--m-r) + .6cqi);transform:translateY(4cqi) scale(.96);opacity:0;transition:transform .4s var(--ease-out-quint),opacity .25s ease}#configurador .m-sheet.is-open .m-sheet-card{opacity:1}#configurador .m-grab{display:none}#configurador .m-sheet-head b{font-size:2.4cqi}#configurador .m-x{width:3.6cqi;height:3.6cqi;font-size:2.4cqi}#configurador .m-sheet-l{font-size:1.4cqi;margin:1.6cqi 0 .8cqi}#configurador .m-opts{gap:1cqi}#configurador .m-opt{padding:1cqi 1.9cqi;font-size:1.7cqi}#configurador .m-sheet-ok{margin-top:2.4cqi;padding:1.5cqi;font-size:1.8cqi}#configurador .m-done{font-size:1.8cqi;gap:.8cqi;padding:1.6cqi 0 .6cqi}#configurador .m-done b{font-size:2.6cqi}#configurador .m-done-ic{width:7cqi;height:7cqi;font-size:3.4cqi}#configurador .m-chat-head{gap:1.2cqi;padding-bottom:1.4cqi;margin-bottom:1cqi}#configurador .m-chat-av{width:4.2cqi;height:4.2cqi;font-size:1.9cqi}#configurador .m-chat-head div{font-size:1.8cqi}#configurador .m-chat-head small{font-size:1.4cqi}#configurador .m-msgs{gap:1cqi;min-height:14cqi}#configurador .m-msg{padding:1.2cqi 1.6cqi;font-size:1.7cqi;border-radius:1.8cqi}#configurador .m-typing i{width:.8cqi;height:.8cqi}}#configurador .cfg-cta-wrap{display:flex;flex-direction:column;align-items:center;gap:.7rem;text-align:center}@media(min-width:1000px){#configurador .cfg-cta-wrap{align-items:flex-start;text-align:left}}#configurador .cfg-cta{min-height:52px;padding:.9rem 1.8rem;font-size:1.05rem;font-weight:600;background:var(--brand);color:#fff}@media(hover:hover)and (pointer:fine){#configurador .cfg-cta:hover{background:color-mix(in srgb,var(--brand) 88%,#fff)}}#configurador .cfg-note{font-size:.88rem;color:var(--muted)}@media(min-width:1000px){#configurador .cfg-grid{grid-template-columns:minmax(0,1fr) minmax(0,340px);grid-template-areas:"head   head" "editor stage" "cta    stage";grid-template-rows:auto auto 1fr;column-gap:clamp(2.5rem,4vw,4rem);row-gap:1.6rem;align-items:start}#configurador.is-vista-pc .cfg-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}#configurador .cfg-head{margin-bottom:.6rem}#configurador .cfg-sub{max-width:62ch}#configurador .cfg-editor{container-type:inline-size;gap:0;padding:.4rem 1.6rem 1.2rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 60%,transparent)}#configurador .cfg-step{padding:1.3rem 0;border-bottom:1px solid var(--border)}#configurador .cfg-dice{margin-top:1rem}#configurador .cfg-chip{min-height:42px;padding:.45rem .85rem;font-size:.9rem;gap:.4rem}#configurador .cfg-chip svg{width:16px;height:16px}#configurador .cfg-chips-4{display:flex;flex-wrap:wrap}#configurador .cfg-sw{width:34px;height:34px}#configurador .cfg-input,#configurador .cfg-photo{min-height:44px}}@container (max-width: 599.98px){#configurador .cfg-chips-4{display:grid;grid-template-columns:1fr 1fr}}@container (min-width: 600px){#configurador .cfg-step{display:grid;grid-template-columns:138px minmax(0,1fr);align-items:center;column-gap:1.2rem;row-gap:.7rem}#configurador .cfg-step>.cfg-legend{float:left;grid-column:1;margin:0}#configurador .cfg-step>:not(.cfg-legend){grid-column:2}#configurador .cfg-chips-4{flex-wrap:nowrap}#configurador .cfg-styles{margin-top:0}#configurador .cfg-hint{margin-top:-.2rem}}@property --an-up1{syntax: "<length>"; inherits: true; initial-value: 0px;}@property --an-up2{syntax: "<length>"; inherits: true; initial-value: 0px;}.anatomy[data-astro-cid-xyg7ob6d]{--c1: var(--accent);--c2: #30b35b;--c3: #7c5cff;position:relative;background:var(--bg);height:420vh}.an-sticky[data-astro-cid-xyg7ob6d]{position:sticky;top:0;height:100vh;height:100svh;display:flex;align-items:center;overflow:clip}.an-grid[data-astro-cid-xyg7ob6d]{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:clamp(2rem,5vw,5rem);width:100%}.an-copy[data-astro-cid-xyg7ob6d]{display:flex;gap:1.6rem;align-items:center}.an-rail[data-astro-cid-xyg7ob6d]{display:flex;flex-direction:column;gap:.55rem;flex-shrink:0}.an-rail[data-astro-cid-xyg7ob6d] li[data-astro-cid-xyg7ob6d]{width:6px;height:6px;border-radius:99px;background:var(--border);transition:height var(--dur-slow) var(--ease-out-quart),background var(--dur-slow) var(--ease-out-quart)}.an-rail[data-astro-cid-xyg7ob6d] li[data-astro-cid-xyg7ob6d].is-on{height:26px;background:var(--accent)}.an-steps[data-astro-cid-xyg7ob6d]{position:relative;flex:1;min-height:340px}.an-step[data-astro-cid-xyg7ob6d]{position:absolute;inset:50% 0 auto;transform:translateY(calc(-50% + 36px));opacity:0;visibility:hidden;filter:blur(6px);transition:opacity .6s var(--ease-out-quart),transform .7s var(--ease-out-expo),filter .6s var(--ease-out-quart),visibility 0s linear .7s}.an-step[data-astro-cid-xyg7ob6d].is-active{opacity:1;visibility:visible;filter:none;transform:translateY(-50%);transition-delay:.08s,.08s,.08s,0s}.an-step[data-astro-cid-xyg7ob6d].is-past{transform:translateY(calc(-50% - 36px))}.an-eyebrow[data-astro-cid-xyg7ob6d]{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin-bottom:.9rem}.an-step-2[data-astro-cid-xyg7ob6d] .an-eyebrow[data-astro-cid-xyg7ob6d]{color:var(--c2)}.an-step-3[data-astro-cid-xyg7ob6d] .an-eyebrow[data-astro-cid-xyg7ob6d]{color:var(--c3)}.an-step[data-astro-cid-xyg7ob6d] h2[data-astro-cid-xyg7ob6d],.an-step[data-astro-cid-xyg7ob6d] h3[data-astro-cid-xyg7ob6d]{font-size:clamp(2rem,4vw,3.3rem);font-weight:700;letter-spacing:-.035em;line-height:1.05;margin-bottom:1rem}.an-text[data-astro-cid-xyg7ob6d]{font-size:clamp(1.02rem,1.4vw,1.18rem);line-height:1.6;color:var(--muted);max-width:44ch}.an-link[data-astro-cid-xyg7ob6d]{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.4rem;min-height:44px;font-weight:600;color:var(--accent)}@media(hover:hover)and (pointer:fine){.an-link[data-astro-cid-xyg7ob6d]:hover{text-decoration:underline;text-underline-offset:3px}}.an-stage[data-astro-cid-xyg7ob6d]{position:relative;display:flex;align-items:center;justify-content:center;perspective:1400px}.an-glow[data-astro-cid-xyg7ob6d]{position:absolute;inset:-10% -5%;border-radius:50%;background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--accent) 22%,transparent),transparent 65%);filter:blur(40px);opacity:calc(.35 + var(--glow, 0) * .65);pointer-events:none}.an-scene[data-astro-cid-xyg7ob6d]{--gap: 150px;position:relative;width:min(100%,760px);aspect-ratio:1904 / 951;transform-style:preserve-3d;transform:rotateX(calc(var(--t) * 54deg)) rotate(calc(var(--t) * -24deg)) scale(calc(1 - var(--t) * .1));will-change:transform;transition:--an-up1 .7s var(--ease-out-quart),--an-up2 .7s var(--ease-out-quart)}.an-scene[data-astro-cid-xyg7ob6d][data-activo="2"]{--an-up1: 110px}.an-scene[data-astro-cid-xyg7ob6d][data-activo="3"]{--an-up1: 190px;--an-up2: 110px}.an-layer[data-astro-cid-xyg7ob6d]{position:absolute;inset:0;border-radius:16px;backface-visibility:hidden;transition:opacity .5s var(--ease-out-quart),box-shadow .5s var(--ease-out-quart)}.an-l1[data-astro-cid-xyg7ob6d]{transform:translateZ(calc(var(--s) * (var(--gap) + var(--an-up1))));overflow:hidden;background:var(--surface);box-shadow:0 0 0 1px var(--border),0 30px 60px -30px #00000059}.an-l1[data-astro-cid-xyg7ob6d] img[data-astro-cid-xyg7ob6d]{width:100%;height:100%;object-fit:cover;object-position:top}.an-l2[data-astro-cid-xyg7ob6d]{transform:translateZ(calc(var(--s) * var(--an-up2)));background:#fff;box-shadow:0 0 0 1px #00000014}.an-l3[data-astro-cid-xyg7ob6d]{transform:translateZ(calc(var(--s) * var(--gap) * -1));background:#0c0c10;box-shadow:0 0 0 1px #ffffff14}.an-tag[data-astro-cid-xyg7ob6d]{position:absolute;top:-14px;left:18px;z-index:3;display:inline-flex;align-items:center;gap:.45rem;padding:.3rem .8rem .3rem .35rem;border-radius:99px;font-size:.8rem;font-weight:600;color:#fff;background:var(--c1);opacity:var(--s);box-shadow:0 6px 20px -6px #0006}.an-tag[data-astro-cid-xyg7ob6d] b[data-astro-cid-xyg7ob6d]{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;font-size:.72rem;background:#ffffff40}.an-l2[data-astro-cid-xyg7ob6d] .an-tag[data-astro-cid-xyg7ob6d]{background:var(--c2)}.an-l3[data-astro-cid-xyg7ob6d] .an-tag[data-astro-cid-xyg7ob6d]{background:var(--c3)}.an-l1[data-astro-cid-xyg7ob6d] .an-tag[data-astro-cid-xyg7ob6d]{top:14px}.an-scene[data-astro-cid-xyg7ob6d][data-activo="1"] .an-layer[data-astro-cid-xyg7ob6d]:not(.an-l1),.an-scene[data-astro-cid-xyg7ob6d][data-activo="2"] .an-layer[data-astro-cid-xyg7ob6d]:not(.an-l2),.an-scene[data-astro-cid-xyg7ob6d][data-activo="3"] .an-layer[data-astro-cid-xyg7ob6d]:not(.an-l3){opacity:.16}.an-scene[data-astro-cid-xyg7ob6d][data-activo="1"] .an-l1[data-astro-cid-xyg7ob6d]{box-shadow:0 0 0 2px var(--c1),0 30px 90px -20px color-mix(in srgb,var(--c1) 70%,transparent)}.an-scene[data-astro-cid-xyg7ob6d][data-activo="2"] .an-l2[data-astro-cid-xyg7ob6d]{box-shadow:0 0 0 2px var(--c2),0 30px 90px -20px color-mix(in srgb,var(--c2) 70%,transparent)}.an-scene[data-astro-cid-xyg7ob6d][data-activo="3"] .an-l3[data-astro-cid-xyg7ob6d]{box-shadow:0 0 0 2px var(--c3),0 30px 90px -20px color-mix(in srgb,var(--c3) 70%,transparent)}.an-live[data-astro-cid-xyg7ob6d]{position:absolute;left:14px;bottom:14px;display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .8rem;border-radius:99px;font-size:.78rem;font-weight:600;color:#fff;background:#000000b8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;transform:translateY(8px);transition:opacity .5s var(--ease-out-quart),transform .6s var(--ease-out-expo)}.an-live[data-astro-cid-xyg7ob6d] i[data-astro-cid-xyg7ob6d]{width:7px;height:7px;border-radius:50%;background:#34c759;box-shadow:0 0 0 3px #34c7594d}.an-scene[data-astro-cid-xyg7ob6d][data-paso="4"] .an-live[data-astro-cid-xyg7ob6d]{opacity:1;transform:none}.an-serp[data-astro-cid-xyg7ob6d]{position:absolute;inset:0;padding:5% 6%;display:flex;flex-direction:column;gap:4%;color:#202124;font-family:Arial,Helvetica,sans-serif;overflow:hidden;border-radius:inherit}.an-search[data-astro-cid-xyg7ob6d]{display:flex;align-items:center;gap:.6rem;padding:.55rem .9rem;border-radius:99px;border:1px solid #dfe1e5;font-size:clamp(.62rem,1.2vw,.85rem);box-shadow:0 1px 6px #2021241f}.an-search[data-astro-cid-xyg7ob6d] svg[data-astro-cid-xyg7ob6d]{width:16px;height:16px;flex-shrink:0;fill:none;stroke:#5f6368;stroke-width:2}.an-result[data-astro-cid-xyg7ob6d]{display:flex;flex-direction:column;gap:.25rem;font-size:clamp(.58rem,1.1vw,.82rem);line-height:1.4}.an-site[data-astro-cid-xyg7ob6d]{display:flex;align-items:center;gap:.45rem;color:#202124}.an-site[data-astro-cid-xyg7ob6d] i[data-astro-cid-xyg7ob6d]{display:grid;place-items:center;width:1.7em;height:1.7em;border-radius:50%;background:#f1f3f4;font-style:normal;font-weight:700;color:#c62828}.an-result[data-astro-cid-xyg7ob6d] b[data-astro-cid-xyg7ob6d]{font-weight:400;font-size:1.28em;color:#1a0dab;line-height:1.3}.an-result[data-astro-cid-xyg7ob6d] p[data-astro-cid-xyg7ob6d]{color:#4d5156;max-width:none}.an-code[data-astro-cid-xyg7ob6d]{margin-top:auto;padding:.8rem 1rem;border-radius:10px;background:#f6f8fa;font-family:var(--font-mono);font-size:clamp(.5rem,.9vw,.7rem);line-height:1.6;color:#57606a;white-space:pre-wrap;overflow:hidden}.an-code[data-astro-cid-xyg7ob6d] .k[data-astro-cid-xyg7ob6d]{color:#0550ae}.an-code[data-astro-cid-xyg7ob6d] .v[data-astro-cid-xyg7ob6d]{color:#1a7f37}.an-speed[data-astro-cid-xyg7ob6d]{position:absolute;inset:0;padding:6% 6% 5%;display:flex;flex-direction:column;gap:5%;color:#d1d1d6;font-size:clamp(.6rem,1.15vw,.85rem)}.an-speed-head[data-astro-cid-xyg7ob6d]{display:flex;justify-content:space-between;align-items:center;font-weight:600}.an-ok[data-astro-cid-xyg7ob6d]{padding:.25rem .7rem;border-radius:99px;color:#34c759;background:#34c75924;opacity:0;transition:opacity .4s ease .75s}.an-bars[data-astro-cid-xyg7ob6d]{display:flex;flex-direction:column;gap:.7rem}.an-bars[data-astro-cid-xyg7ob6d] li[data-astro-cid-xyg7ob6d]{display:grid;grid-template-columns:30% 1fr;align-items:center;gap:.8rem}.an-bars[data-astro-cid-xyg7ob6d] span[data-astro-cid-xyg7ob6d]{color:#8e8e93}.an-bars[data-astro-cid-xyg7ob6d] i[data-astro-cid-xyg7ob6d]{position:relative;display:block;height:10px;border-radius:99px;background:#ffffff0d}.an-bars[data-astro-cid-xyg7ob6d] i[data-astro-cid-xyg7ob6d]:after{content:"";position:absolute;top:0;bottom:0;left:calc(var(--x) * 100%);width:calc(var(--w) * 100%);border-radius:99px;background:linear-gradient(90deg,var(--c3),#a78bfa);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease-out-quart) var(--d)}.an-axis[data-astro-cid-xyg7ob6d]{margin-top:auto;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);padding-top:.5rem}.an-axis[data-astro-cid-xyg7ob6d] span[data-astro-cid-xyg7ob6d]{width:1px;height:6px;background:#ffffff26}.an-scene[data-astro-cid-xyg7ob6d][data-activo="3"] .an-bars[data-astro-cid-xyg7ob6d] i[data-astro-cid-xyg7ob6d]:after,.an-scene[data-astro-cid-xyg7ob6d][data-paso="4"] .an-bars[data-astro-cid-xyg7ob6d] i[data-astro-cid-xyg7ob6d]:after{transform:scaleX(1)}.an-scene[data-astro-cid-xyg7ob6d][data-activo="3"] .an-ok[data-astro-cid-xyg7ob6d],.an-scene[data-astro-cid-xyg7ob6d][data-paso="4"] .an-ok[data-astro-cid-xyg7ob6d]{opacity:1}@media(max-width:860px){.anatomy[data-astro-cid-xyg7ob6d]{height:360vh}.an-grid[data-astro-cid-xyg7ob6d]{grid-template-columns:1fr;grid-template-rows:auto auto;gap:1.5rem;align-content:center;height:100%;padding-top:70px}.an-stage[data-astro-cid-xyg7ob6d]{order:-1;height:42svh}.an-scene[data-astro-cid-xyg7ob6d]{--gap: 70px;width:92%}.an-scene[data-astro-cid-xyg7ob6d][data-activo="2"]{--an-up1: 55px}.an-scene[data-astro-cid-xyg7ob6d][data-activo="3"]{--an-up1: 95px;--an-up2: 55px}.an-copy[data-astro-cid-xyg7ob6d]{gap:1rem;align-items:flex-start}.an-rail[data-astro-cid-xyg7ob6d]{flex-direction:column;padding-top:.4rem}.an-steps[data-astro-cid-xyg7ob6d]{min-height:250px}.an-step[data-astro-cid-xyg7ob6d]{inset:0 0 auto;transform:translateY(24px)}.an-step[data-astro-cid-xyg7ob6d].is-active{transform:none}.an-step[data-astro-cid-xyg7ob6d].is-past{transform:translateY(-24px)}.an-step[data-astro-cid-xyg7ob6d] h2[data-astro-cid-xyg7ob6d],.an-step[data-astro-cid-xyg7ob6d] h3[data-astro-cid-xyg7ob6d]{font-size:clamp(1.7rem,7vw,2.2rem);margin-bottom:.7rem}.an-text[data-astro-cid-xyg7ob6d]{font-size:1rem}.an-tag[data-astro-cid-xyg7ob6d]{font-size:.68rem;top:-12px;left:10px}.an-l1[data-astro-cid-xyg7ob6d] .an-tag[data-astro-cid-xyg7ob6d]{top:8px}.an-live[data-astro-cid-xyg7ob6d]{font-size:.65rem;left:8px;bottom:8px;padding:.3rem .6rem}.an-bars[data-astro-cid-xyg7ob6d]{gap:.45rem}.an-bars[data-astro-cid-xyg7ob6d] i[data-astro-cid-xyg7ob6d]{height:6px}.an-code[data-astro-cid-xyg7ob6d]{display:none}}html:not(.js-motion) .anatomy[data-astro-cid-xyg7ob6d]{height:auto}html:not(.js-motion) .an-sticky[data-astro-cid-xyg7ob6d]{position:relative;height:auto;padding-block:clamp(4rem,10vh,7rem)}html:not(.js-motion) .an-grid[data-astro-cid-xyg7ob6d]{height:auto;padding-top:0}html:not(.js-motion) .an-rail[data-astro-cid-xyg7ob6d]{display:none}html:not(.js-motion) .an-steps[data-astro-cid-xyg7ob6d]{min-height:0;display:flex;flex-direction:column;gap:2.2rem}html:not(.js-motion) .an-step[data-astro-cid-xyg7ob6d]{position:static;opacity:1;visibility:visible;filter:none;transform:none}html:not(.js-motion) .an-stage[data-astro-cid-xyg7ob6d]{height:auto}.services-premium[data-astro-cid-g5jplrhu]{padding:clamp(80px,12vh,140px) 0 0;position:relative;background:var(--bg)}.section-head[data-astro-cid-g5jplrhu]{text-align:center;margin-bottom:clamp(4rem,8vw,6rem)}.eyebrow[data-astro-cid-g5jplrhu]{color:var(--accent);font-weight:600;font-size:.95rem;letter-spacing:.05em;margin-bottom:.8rem;display:block;text-transform:uppercase}.section-head[data-astro-cid-g5jplrhu] h2[data-astro-cid-g5jplrhu]{font-size:clamp(2.8rem,6vw,4.5rem);font-weight:600;letter-spacing:-.04em;line-height:1.05;margin-bottom:1.2rem;color:var(--fg)}.sub[data-astro-cid-g5jplrhu]{font-size:clamp(1.1rem,1.5vw,1.35rem);color:var(--muted);line-height:1.5;max-width:650px;margin:0 auto}.cards-stack[data-astro-cid-g5jplrhu]{position:relative;padding-bottom:25vh;display:flex;flex-direction:column;gap:30px}.stack-card[data-astro-cid-g5jplrhu]{position:sticky;top:15vh;height:70vh;min-height:500px;border-radius:40px;background:color-mix(in srgb,var(--surface) 75%,transparent);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid color-mix(in srgb,var(--border) 60%,transparent);box-shadow:0 -20px 60px #0000000d;overflow:hidden;transform-origin:top center;will-change:transform,opacity}html[data-theme=dark] .stack-card[data-astro-cid-g5jplrhu]{box-shadow:0 -20px 60px #0006}html[data-theme=light] .stack-card[data-astro-cid-g5jplrhu]{background:#ffffffd9;border:1px solid rgba(0,0,0,.1)}#sc-1[data-astro-cid-g5jplrhu]{top:calc(15vh + 0px)}#sc-2[data-astro-cid-g5jplrhu]{top:calc(15vh + 20px)}#sc-3[data-astro-cid-g5jplrhu]{top:calc(15vh + 40px)}#sc-4[data-astro-cid-g5jplrhu]{top:calc(15vh + 60px)}.sc-bg[data-astro-cid-g5jplrhu]{position:absolute;inset:0;z-index:1;opacity:.5}.sc-bg-1[data-astro-cid-g5jplrhu]{background:radial-gradient(circle at 100% 100%,rgba(0,113,227,.15),transparent 60%)}.sc-bg-2[data-astro-cid-g5jplrhu]{background:radial-gradient(circle at 100% 0%,rgba(168,85,247,.15),transparent 60%)}.sc-bg-3[data-astro-cid-g5jplrhu]{background:radial-gradient(circle at 0% 100%,rgba(74,222,128,.12),transparent 60%)}.sc-bg-4[data-astro-cid-g5jplrhu]{background:radial-gradient(circle at 50% 100%,rgba(245,158,11,.12),transparent 60%)}.sc-content[data-astro-cid-g5jplrhu]{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;height:100%;width:100%}.sc-text[data-astro-cid-g5jplrhu]{padding:clamp(3rem,6vw,5rem);display:flex;flex-direction:column;justify-content:center}.sc-visual[data-astro-cid-g5jplrhu]{position:relative;display:flex;align-items:center;justify-content:center;padding:2rem;border-left:1px solid rgba(255,255,255,.05)}html[data-theme=light] .sc-visual[data-astro-cid-g5jplrhu]{border-left-color:#0000000d}.sc-icon[data-astro-cid-g5jplrhu]{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;background:var(--bg);border:1px solid rgba(0,113,227,.3);color:var(--accent);box-shadow:var(--shadow)}.sc-text[data-astro-cid-g5jplrhu] h3[data-astro-cid-g5jplrhu]{font-size:clamp(2rem,3.5vw,3rem);font-weight:600;letter-spacing:-.03em;margin-bottom:1.2rem;color:var(--fg);line-height:1.1}.sc-text[data-astro-cid-g5jplrhu] p[data-astro-cid-g5jplrhu]{color:var(--muted);font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:1.6;margin:0}.floating[data-astro-cid-g5jplrhu]{animation:float 6s ease-in-out infinite}.floating-alt[data-astro-cid-g5jplrhu]{animation:float-alt 7s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(1deg)}}@keyframes float-alt{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(12px) rotate(-1deg)}}.ide-window[data-astro-cid-g5jplrhu]{width:100%;max-width:450px;background:#0d0d12;border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 60px #0000004d;overflow:hidden}.ide-head[data-astro-cid-g5jplrhu]{height:36px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;padding:0 1rem;gap:6px;position:relative}.ide-head[data-astro-cid-g5jplrhu] i[data-astro-cid-g5jplrhu]{width:10px;height:10px;border-radius:50%;background:#4b4b55}.ide-head[data-astro-cid-g5jplrhu] i[data-astro-cid-g5jplrhu]:nth-child(1){background:#ef4444}.ide-head[data-astro-cid-g5jplrhu] i[data-astro-cid-g5jplrhu]:nth-child(2){background:#f59e0b}.ide-head[data-astro-cid-g5jplrhu] i[data-astro-cid-g5jplrhu]:nth-child(3){background:#10b981}.ide-head[data-astro-cid-g5jplrhu] span[data-astro-cid-g5jplrhu]{position:absolute;width:100%;left:0;text-align:center;font-size:.75rem;color:#71717a;font-family:sans-serif}.ide-body[data-astro-cid-g5jplrhu]{padding:1.5rem;font-family:Space Mono,monospace;font-size:.85rem;color:#a1a1aa;line-height:1.7}.c-pink[data-astro-cid-g5jplrhu]{color:#f472b6}.c-blue[data-astro-cid-g5jplrhu]{color:#38bdf8}.c-green[data-astro-cid-g5jplrhu]{color:#4ade80}.indent[data-astro-cid-g5jplrhu]{margin-left:1.5rem}.indent-2[data-astro-cid-g5jplrhu]{margin-left:3rem}.indent-3[data-astro-cid-g5jplrhu]{margin-left:4.5rem}.cursor[data-astro-cid-g5jplrhu]{display:inline-block;width:8px;height:1.2em;background:#fff;vertical-align:middle;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.glass-card[data-astro-cid-g5jplrhu]{width:320px;height:200px;border-radius:20px;background:linear-gradient(135deg,#ffffff26,#ffffff05);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 50px #0003,inset 0 0 0 1px #ffffff1a;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:2}html[data-theme=light] .glass-card[data-astro-cid-g5jplrhu]{background:linear-gradient(135deg,#0000000d,#00000003);border-color:#0000001a}.card-number[data-astro-cid-g5jplrhu]{font-size:1.4rem;font-family:monospace;letter-spacing:2px;color:var(--fg);margin-top:auto;margin-bottom:1rem}.card-bottom[data-astro-cid-g5jplrhu]{display:flex;justify-content:space-between;align-items:flex-end}.card-name[data-astro-cid-g5jplrhu]{font-size:.9rem;font-weight:600;color:var(--fg);letter-spacing:1px}.visa-text[data-astro-cid-g5jplrhu]{font-size:1.2rem;font-style:italic;font-weight:800;color:var(--fg);opacity:.8}.stat-popup[data-astro-cid-g5jplrhu]{position:absolute;bottom:20%;right:15%;background:var(--surface);padding:1rem 1.5rem;border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;z-index:1;transform:translateZ(-20px)}.stat-up[data-astro-cid-g5jplrhu]{color:#a855f7;font-size:1.8rem;font-weight:700;line-height:1}.stat-label[data-astro-cid-g5jplrhu]{color:var(--muted);font-size:.85rem;font-weight:500;margin-top:4px}.seo-chart[data-astro-cid-g5jplrhu]{width:100%;max-width:400px;height:250px;position:relative}.chart-grid[data-astro-cid-g5jplrhu]{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:40px 40px;border-bottom:2px solid rgba(255,255,255,.1);border-left:2px solid rgba(255,255,255,.1)}html[data-theme=light] .chart-grid[data-astro-cid-g5jplrhu]{background-image:linear-gradient(rgba(0,0,0,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.05) 1px,transparent 1px);border-color:#0000001a}.chart-bars[data-astro-cid-g5jplrhu]{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:space-between;padding:0 10%}.bar[data-astro-cid-g5jplrhu]{width:12%;background:linear-gradient(to top,rgba(74,222,128,.4),transparent);border-top:2px solid #4ade80;border-radius:4px 4px 0 0;transform-origin:bottom;animation:pulseBar 3s ease-in-out infinite alternate}.b1[data-astro-cid-g5jplrhu]{height:20%;animation-delay:0s}.b2[data-astro-cid-g5jplrhu]{height:35%;animation-delay:.2s}.b3[data-astro-cid-g5jplrhu]{height:50%;animation-delay:.4s}.b4[data-astro-cid-g5jplrhu]{height:75%;animation-delay:.6s}.b5[data-astro-cid-g5jplrhu]{height:95%;animation-delay:.8s}@keyframes pulseBar{0%{transform:scaleY(.9)}to{transform:scaleY(1.1)}}.chart-line-svg[data-astro-cid-g5jplrhu]{position:absolute;inset:0;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 4px 10px rgba(74,222,128,.5))}.radar-container[data-astro-cid-g5jplrhu]{position:relative;width:300px;height:300px;display:flex;align-items:center;justify-content:center}.radar-core[data-astro-cid-g5jplrhu]{width:80px;height:80px;border-radius:50%;background:#f59e0b;display:flex;align-items:center;justify-content:center;color:#fff;z-index:10;box-shadow:0 0 30px #f59e0b80}.radar-ring[data-astro-cid-g5jplrhu]{position:absolute;inset:0;border:2px solid #f59e0b;border-radius:50%;opacity:0;animation:pulseRing 3s linear infinite}.r2[data-astro-cid-g5jplrhu]{animation-delay:1s}.r3[data-astro-cid-g5jplrhu]{animation-delay:2s}@keyframes pulseRing{0%{transform:scale(.3);opacity:.8}to{transform:scale(1.5);opacity:0}}@media(max-width:900px){.sc-content[data-astro-cid-g5jplrhu]{grid-template-columns:1fr;grid-template-rows:auto 1fr}.stack-card[data-astro-cid-g5jplrhu]{height:auto;min-height:85vh;margin-bottom:20px}.sc-text[data-astro-cid-g5jplrhu]{padding:2.5rem 2rem 1rem;text-align:center;align-items:center}.sc-visual[data-astro-cid-g5jplrhu]{padding:2rem 1rem;border-left:none;border-top:1px solid rgba(255,255,255,.05)}html[data-theme=light] .sc-visual[data-astro-cid-g5jplrhu]{border-top-color:#0000000d}.cards-stack[data-astro-cid-g5jplrhu]{padding-bottom:10vh}}.projects[data-astro-cid-amng4zvp]{padding:clamp(80px,12vh,140px) 0;background:var(--bg);overflow:hidden;position:relative}.p-head[data-astro-cid-amng4zvp]{margin-bottom:clamp(2rem,5vh,4rem)}.eyebrow[data-astro-cid-amng4zvp]{color:var(--accent);font-weight:600;font-size:.95rem;letter-spacing:.05em;margin-bottom:.8rem;display:block;text-transform:uppercase}.p-head[data-astro-cid-amng4zvp] h2[data-astro-cid-amng4zvp]{font-size:clamp(2.8rem,6vw,4.5rem);font-weight:600;letter-spacing:-.04em;line-height:1.05;color:var(--fg)}.projects-wrapper[data-astro-cid-amng4zvp]{height:80vh;min-height:500px;display:flex;align-items:center}.projects-track[data-astro-cid-amng4zvp]{display:flex;gap:clamp(2rem,5vw,6rem);padding:0 10vw;width:max-content;align-items:center}.project-card[data-astro-cid-amng4zvp]{width:55vw;max-width:900px;min-width:320px;flex-shrink:0;display:flex;flex-direction:column;gap:1.5rem}.p-image[data-astro-cid-amng4zvp]{width:100%;aspect-ratio:16 / 10;border-radius:24px;overflow:hidden;position:relative;background:var(--surface);border:1px solid var(--border);box-shadow:0 20px 40px #0000001a;transform:translateZ(0)}.p-image[data-astro-cid-amng4zvp] img[data-astro-cid-amng4zvp]{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1);will-change:transform}.p-overlay[data-astro-cid-amng4zvp]{position:absolute;inset:0;background:color-mix(in srgb,var(--hover-c) 20%,rgba(0,0,0,.4));display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .5s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.p-btn[data-astro-cid-amng4zvp]{background:#fff;color:#000;padding:1rem 2rem;border-radius:100px;font-weight:600;font-size:1.05rem;transform:translateY(20px);transition:transform .5s cubic-bezier(.16,1,.3,1);text-decoration:none}html[data-theme=light] .p-btn[data-astro-cid-amng4zvp]{background:#000;color:#fff}@media(hover:hover)and (pointer:fine){.project-card[data-astro-cid-amng4zvp]:hover .p-image[data-astro-cid-amng4zvp] img[data-astro-cid-amng4zvp]{transform:scale(1.06)}.project-card[data-astro-cid-amng4zvp]:hover .p-overlay[data-astro-cid-amng4zvp]{opacity:1}.project-card[data-astro-cid-amng4zvp]:hover .p-btn[data-astro-cid-amng4zvp]{transform:translateY(0)}}.project-card[data-astro-cid-amng4zvp]:focus-visible{outline:none}.project-card[data-astro-cid-amng4zvp]:focus-visible .p-image[data-astro-cid-amng4zvp]{outline:3px solid var(--accent);outline-offset:4px}.project-card[data-astro-cid-amng4zvp]:focus-visible .p-overlay[data-astro-cid-amng4zvp]{opacity:1}.project-card[data-astro-cid-amng4zvp]:focus-visible .p-btn[data-astro-cid-amng4zvp]{transform:translateY(0)}.p-image[data-astro-cid-amng4zvp]{transition:transform var(--dur-fast) var(--ease-out-quart)}.project-card[data-astro-cid-amng4zvp]:active .p-image[data-astro-cid-amng4zvp]{transform:scale(.98)}.p-ext[data-astro-cid-amng4zvp]{color:var(--accent);font-weight:700}.p-info[data-astro-cid-amng4zvp]{display:flex;flex-direction:column;gap:.5rem}.p-cat[data-astro-cid-amng4zvp]{font-size:.95rem;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.p-info[data-astro-cid-amng4zvp] h3[data-astro-cid-amng4zvp]{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:600;letter-spacing:-.02em;color:var(--fg)}.projects-end[data-astro-cid-amng4zvp]{width:40vw;min-width:320px;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0 4rem}.end-content[data-astro-cid-amng4zvp]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.end-icon[data-astro-cid-amng4zvp]{width:80px;height:80px;border-radius:50%;background:color-mix(in srgb,var(--accent) 15%,transparent);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.end-content[data-astro-cid-amng4zvp] h3[data-astro-cid-amng4zvp]{font-size:clamp(2rem,3vw,3rem);font-weight:600;letter-spacing:-.03em;color:var(--fg)}.end-content[data-astro-cid-amng4zvp] p[data-astro-cid-amng4zvp]{color:var(--muted);font-size:1.15rem;max-width:400px;margin-bottom:1rem}.btn-large[data-astro-cid-amng4zvp]{padding:1rem 2.5rem;font-size:1.1rem}@media(max-width:768px){.project-card[data-astro-cid-amng4zvp]{width:85vw}.projects-end[data-astro-cid-amng4zvp]{width:85vw;padding:0 1rem}.p-btn[data-astro-cid-amng4zvp]{display:none}}.stats[data-astro-cid-uj2d65ae]{background:var(--accent);color:var(--accent-fg);border-block:var(--border-w) solid var(--accent-fg)}.stats-head[data-astro-cid-uj2d65ae]{margin-bottom:clamp(2.5rem,6vw,4rem)}.stats-head[data-astro-cid-uj2d65ae] h2[data-astro-cid-uj2d65ae]{margin:.8rem 0}.stats-sub[data-astro-cid-uj2d65ae]{font-size:1.1rem;max-width:45ch;color:#0a0a0ab3}.stats-grid[data-astro-cid-uj2d65ae]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat[data-astro-cid-uj2d65ae]{padding-left:1.5rem;border-left:var(--border-w) solid var(--accent-fg)}.stat-num[data-astro-cid-uj2d65ae]{display:block;font-weight:700;font-size:clamp(3.5rem,10vw,6.5rem);line-height:.9;letter-spacing:-.04em}.stat-label[data-astro-cid-uj2d65ae]{display:block;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;margin-top:.6rem}@media(max-width:640px){.stats-grid[data-astro-cid-uj2d65ae]{grid-template-columns:1fr;gap:1.5rem}.stat[data-astro-cid-uj2d65ae]{padding-left:0;padding-top:1.2rem;border-left:none;border-top:var(--border-w) solid var(--accent-fg)}}.process[data-astro-cid-fz4tclxl]{padding:clamp(100px,15vh,160px) 0;background:var(--bg);position:relative}.p-grid[data-astro-cid-fz4tclxl]{display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(3rem,6vw,6rem)}.p-left[data-astro-cid-fz4tclxl]{position:relative}.sticky-content[data-astro-cid-fz4tclxl]{position:sticky;top:clamp(100px,20vh,200px)}.eyebrow[data-astro-cid-fz4tclxl]{color:var(--accent);font-weight:600;font-size:.95rem;letter-spacing:.05em;margin-bottom:1rem;display:block;text-transform:uppercase}.sticky-content[data-astro-cid-fz4tclxl] h2[data-astro-cid-fz4tclxl]{font-size:clamp(3rem,5vw,4.5rem);font-weight:600;letter-spacing:-.04em;line-height:1.05;color:var(--fg);margin-bottom:1.5rem}.sticky-content[data-astro-cid-fz4tclxl] p[data-astro-cid-fz4tclxl]{font-size:clamp(1.05rem,1.5vw,1.25rem);color:var(--muted);line-height:1.6;max-width:450px;margin-bottom:3rem}.method-stats[data-astro-cid-fz4tclxl]{display:flex;gap:3rem;border-top:1px solid var(--border);padding-top:2rem;max-width:400px}.m-stat[data-astro-cid-fz4tclxl] strong[data-astro-cid-fz4tclxl]{display:block;font-size:2.2rem;font-weight:700;color:var(--fg);letter-spacing:-.04em;line-height:1;margin-bottom:.5rem}.m-stat[data-astro-cid-fz4tclxl] span[data-astro-cid-fz4tclxl]{font-size:.9rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-weight:500}.p-right[data-astro-cid-fz4tclxl]{display:flex;flex-direction:column;gap:2rem;padding-top:30vh;padding-bottom:20vh}.step-card[data-astro-cid-fz4tclxl]{background:color-mix(in srgb,var(--surface) 60%,transparent);border:1px solid var(--border);border-radius:32px;padding:clamp(2rem,4vw,3rem);display:flex;flex-direction:column;gap:1.5rem;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease,border-color .4s ease}html[data-theme=light] .step-card[data-astro-cid-fz4tclxl]{background:#ffffffb3;box-shadow:0 10px 40px #00000008}@media(hover:hover){.step-card[data-astro-cid-fz4tclxl]:hover{border-color:color-mix(in srgb,var(--accent) 50%,transparent);transform:translate(-15px);box-shadow:var(--shadow-lg)}}.s-num[data-astro-cid-fz4tclxl]{font-size:1.3rem;font-family:var(--font-mono, monospace);font-weight:700;color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent);width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:16px;border:1px solid color-mix(in srgb,var(--accent) 30%,transparent)}.s-info[data-astro-cid-fz4tclxl] h3[data-astro-cid-fz4tclxl]{font-size:clamp(1.6rem,2vw,2rem);font-weight:600;letter-spacing:-.02em;color:var(--fg);margin-bottom:1rem}.s-info[data-astro-cid-fz4tclxl] p[data-astro-cid-fz4tclxl]{color:var(--muted);font-size:clamp(1.05rem,1.5vw,1.15rem);line-height:1.6;margin:0}@media(max-width:900px){.p-grid[data-astro-cid-fz4tclxl]{grid-template-columns:1fr;gap:4rem}.sticky-content[data-astro-cid-fz4tclxl]{position:relative;top:0}.method-stats[data-astro-cid-fz4tclxl]{margin:0 auto;justify-content:center}.p-right[data-astro-cid-fz4tclxl]{padding-top:0;padding-bottom:0;gap:1.5rem}.step-card[data-astro-cid-fz4tclxl]{border-radius:24px}@media(hover:hover){.step-card[data-astro-cid-fz4tclxl]:hover{transform:translateY(-5px)}}}.zonas[data-astro-cid-r3qonw2r]{padding-block:clamp(4rem,11vh,8rem)}.zonas-head[data-astro-cid-r3qonw2r]{max-width:640px;margin-bottom:clamp(2.2rem,5vw,3.5rem)}.zonas-head[data-astro-cid-r3qonw2r] .eyebrow[data-astro-cid-r3qonw2r]{display:inline-block;margin-bottom:.8rem}.zonas-head[data-astro-cid-r3qonw2r] h2[data-astro-cid-r3qonw2r]{margin-bottom:.8rem}.zonas-sub[data-astro-cid-r3qonw2r]{color:var(--muted);font-size:1.1rem}.zonas-grid[data-astro-cid-r3qonw2r]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.zona-card[data-astro-cid-r3qonw2r]{display:flex;flex-direction:column;gap:.7rem;padding:clamp(1.4rem,2.5vw,1.9rem);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);color:var(--fg);transition:transform var(--dur-mid) var(--ease-out-quart),box-shadow var(--dur-mid) var(--ease-out-quart),border-color var(--dur-mid) var(--ease-out-quart)}.zona-card[data-astro-cid-r3qonw2r]:active{transform:scale(.98)}@media(hover:hover)and (pointer:fine){.zona-card[data-astro-cid-r3qonw2r]:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--accent)}.zona-card[data-astro-cid-r3qonw2r]:hover .zona-link[data-astro-cid-r3qonw2r] span[data-astro-cid-r3qonw2r]{transform:translate(4px)}}.zona-top[data-astro-cid-r3qonw2r]{display:flex;align-items:center;gap:.6rem}.zona-pin[data-astro-cid-r3qonw2r]{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:var(--bg);color:var(--accent);border:1px solid var(--border);flex-shrink:0}.zona-card[data-astro-cid-r3qonw2r] h3[data-astro-cid-r3qonw2r]{font-size:1.25rem}.zona-card[data-astro-cid-r3qonw2r] p[data-astro-cid-r3qonw2r]{color:var(--muted);font-size:.96rem;flex:1}.zona-link[data-astro-cid-r3qonw2r]{font-size:.92rem;font-weight:600;color:var(--accent);display:inline-flex;gap:.35rem}.zona-link[data-astro-cid-r3qonw2r] span[data-astro-cid-r3qonw2r]{transition:transform var(--dur-mid) var(--ease-out-quart)}.zonas-foot[data-astro-cid-r3qonw2r]{margin-top:2rem;color:var(--muted);font-size:.95rem}.zonas-foot[data-astro-cid-r3qonw2r] a[data-astro-cid-r3qonw2r]{color:var(--accent);font-weight:500}@media(hover:hover)and (pointer:fine){.zonas-foot[data-astro-cid-r3qonw2r] a[data-astro-cid-r3qonw2r]:hover{text-decoration:underline}}@media(max-width:860px){.zonas-grid[data-astro-cid-r3qonw2r]{grid-template-columns:1fr}}.faq-section[data-astro-cid-z6gx6xcw]{padding:clamp(80px,12vh,140px) 0;background:var(--bg)}.faq-grid[data-astro-cid-z6gx6xcw]{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(4rem,8vw,8rem)}.faq-header[data-astro-cid-z6gx6xcw]{position:sticky;top:clamp(100px,20vh,200px);align-self:start}.eyebrow[data-astro-cid-z6gx6xcw]{color:var(--accent);font-weight:600;font-size:.95rem;letter-spacing:.05em;margin-bottom:.8rem;display:block;text-transform:uppercase}.faq-header[data-astro-cid-z6gx6xcw] h2[data-astro-cid-z6gx6xcw]{font-size:clamp(3rem,5vw,4.5rem);font-weight:600;letter-spacing:-.04em;line-height:1.05;color:var(--fg);margin-bottom:1.5rem}.faq-header[data-astro-cid-z6gx6xcw] p[data-astro-cid-z6gx6xcw]{font-size:clamp(1.05rem,1.5vw,1.25rem);color:var(--muted);line-height:1.6;max-width:400px}.mt-6[data-astro-cid-z6gx6xcw]{margin-top:2.5rem;display:inline-flex;padding:.9rem 2rem;font-size:1.05rem}.faq-list[data-astro-cid-z6gx6xcw]{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,var(--border) 60%,transparent)}.faq-item[data-astro-cid-z6gx6xcw]{border-bottom:1px solid color-mix(in srgb,var(--border) 60%,transparent);overflow:hidden}.faq-trigger[data-astro-cid-z6gx6xcw]{width:100%;background:transparent;border:none;display:flex;align-items:center;justify-content:space-between;padding:2rem 0;cursor:pointer;text-align:left;color:var(--fg)}.faq-q[data-astro-cid-z6gx6xcw]{font-size:clamp(1.15rem,1.5vw,1.4rem);font-weight:600;letter-spacing:-.01em;transition:color .3s ease;padding-right:1.5rem}@media(hover:hover){.faq-trigger[data-astro-cid-z6gx6xcw]:hover .faq-q[data-astro-cid-z6gx6xcw]{color:var(--accent)}}.faq-icon[data-astro-cid-z6gx6xcw]{position:relative;width:24px;height:24px;flex-shrink:0;color:var(--muted);transition:color .3s ease}.faq-trigger[data-astro-cid-z6gx6xcw]:hover .faq-icon[data-astro-cid-z6gx6xcw]{color:var(--accent)}.ico-plus[data-astro-cid-z6gx6xcw],.ico-minus[data-astro-cid-z6gx6xcw]{position:absolute;inset:0;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s ease}.ico-minus[data-astro-cid-z6gx6xcw]{opacity:0;transform:rotate(-90deg) scale(.5)}.faq-item[data-astro-cid-z6gx6xcw].is-open .ico-plus[data-astro-cid-z6gx6xcw]{opacity:0;transform:rotate(90deg) scale(.5)}.faq-item[data-astro-cid-z6gx6xcw].is-open .ico-minus[data-astro-cid-z6gx6xcw]{opacity:1;transform:rotate(0) scale(1);color:var(--accent)}.faq-item[data-astro-cid-z6gx6xcw].is-open .faq-q[data-astro-cid-z6gx6xcw]{color:var(--accent)}.faq-content[data-astro-cid-z6gx6xcw]{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.16,1,.3,1)}.faq-item[data-astro-cid-z6gx6xcw].is-open .faq-content[data-astro-cid-z6gx6xcw]{grid-template-rows:1fr}.faq-inner[data-astro-cid-z6gx6xcw]{overflow:hidden}.faq-inner[data-astro-cid-z6gx6xcw] p[data-astro-cid-z6gx6xcw]{padding-bottom:2rem;color:var(--muted);font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.6;padding-right:2rem;margin:0}@media(max-width:900px){.faq-grid[data-astro-cid-z6gx6xcw]{grid-template-columns:1fr;gap:3rem}.faq-header[data-astro-cid-z6gx6xcw]{position:relative;top:0}.faq-trigger[data-astro-cid-z6gx6xcw]{padding:1.5rem 0}.faq-inner[data-astro-cid-z6gx6xcw] p[data-astro-cid-z6gx6xcw]{padding-right:0}}
