.proceso-hero[data-astro-cid-5t7e7xpu]{background:var(--black);color:var(--offwhite);padding:10rem 4rem 5rem;text-align:center}.hero-title[data-astro-cid-5t7e7xpu]{font-size:clamp(2.5rem,7vw,5.5rem);letter-spacing:-.04em}.hero-sub[data-astro-cid-5t7e7xpu]{font-size:1.05rem;color:#f5f3ee99;max-width:560px;margin:0 auto;line-height:1.7}[data-astro-cid-5t7e7xpu]:focus-visible{outline:2px solid var(--red);outline-offset:2px}.proceso-steps[data-astro-cid-5t7e7xpu]{background:var(--offwhite);padding:5rem 4rem}.timeline[data-astro-cid-5t7e7xpu]{position:relative;max-width:1100px;margin:0 auto}.timeline[data-astro-cid-5t7e7xpu]:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--border);transform:translate(-50%)}.tl-step[data-astro-cid-5t7e7xpu]{display:grid;grid-template-columns:1fr 40px 1fr;gap:2rem;align-items:start;padding:2.5rem 0;position:relative}.tl-step[data-astro-cid-5t7e7xpu]:first-child{padding-top:0}.tl-step[data-astro-cid-5t7e7xpu]:last-child{padding-bottom:0}.tl-dot[data-astro-cid-5t7e7xpu]{width:16px;height:16px;background:var(--red);border:3px solid var(--offwhite);border-radius:50%;justify-self:center;align-self:start;margin-top:.8rem;position:relative;z-index:1}.tl-content[data-astro-cid-5t7e7xpu]{display:flex;flex-direction:column;gap:.6rem}.tl-image[data-astro-cid-5t7e7xpu]{overflow:hidden}.tl-image[data-astro-cid-5t7e7xpu] img[data-astro-cid-5t7e7xpu]{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.32,.72,0,1)}.tl-step[data-astro-cid-5t7e7xpu]:hover .tl-image[data-astro-cid-5t7e7xpu] img[data-astro-cid-5t7e7xpu]{transform:scale(1.04)}.tl-step--right[data-astro-cid-5t7e7xpu] .tl-content[data-astro-cid-5t7e7xpu]{order:3;text-align:right}.tl-step--right[data-astro-cid-5t7e7xpu] .tl-dot[data-astro-cid-5t7e7xpu]{order:2}.tl-step--right[data-astro-cid-5t7e7xpu] .tl-image[data-astro-cid-5t7e7xpu]{order:1}.tl-number[data-astro-cid-5t7e7xpu]{font-family:DM Sans,sans-serif;font-weight:700;font-size:3rem;color:var(--red);line-height:1}.tl-title[data-astro-cid-5t7e7xpu]{font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--black)}.tl-subtitle[data-astro-cid-5t7e7xpu]{font-size:.95rem;color:var(--gray);line-height:1.7}.tl-description[data-astro-cid-5t7e7xpu]{font-size:.92rem;color:var(--gray);line-height:1.8;margin-top:.5rem}.tl-details[data-astro-cid-5t7e7xpu]{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.tl-details[data-astro-cid-5t7e7xpu] li[data-astro-cid-5t7e7xpu]{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--black);font-weight:500;transition:padding-left .4s cubic-bezier(.32,.72,0,1)}.tl-details[data-astro-cid-5t7e7xpu] li[data-astro-cid-5t7e7xpu]:hover{padding-left:.4rem}.tl-step--right[data-astro-cid-5t7e7xpu] .tl-details[data-astro-cid-5t7e7xpu] li[data-astro-cid-5t7e7xpu]{justify-content:flex-end}.tl-step--right[data-astro-cid-5t7e7xpu] .tl-details[data-astro-cid-5t7e7xpu] li[data-astro-cid-5t7e7xpu]:hover{padding-left:0;padding-right:.4rem}.tl-details[data-astro-cid-5t7e7xpu] svg[data-astro-cid-5t7e7xpu]{flex-shrink:0}.steps-cta[data-astro-cid-5t7e7xpu]{text-align:center;margin-top:3.5rem}.proceso-faq[data-astro-cid-5t7e7xpu]{background:#fff;padding:5rem 4rem}.faq-list[data-astro-cid-5t7e7xpu]{max-width:920px;margin-top:2.5rem;display:flex;flex-direction:column;gap:0}.faq-item[data-astro-cid-5t7e7xpu]{border-bottom:1px solid var(--border)}.faq-question[data-astro-cid-5t7e7xpu]{padding:1.5rem 0;font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:700;color:var(--black);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:color .2s}.faq-question[data-astro-cid-5t7e7xpu]::-webkit-details-marker{display:none}.faq-question[data-astro-cid-5t7e7xpu]:after{content:"+";font-family:DM Sans,sans-serif;font-weight:700;font-size:1.3rem;color:var(--red);flex-shrink:0;transition:transform .3s}.faq-item[data-astro-cid-5t7e7xpu][open] .faq-question[data-astro-cid-5t7e7xpu]:after{content:"−"}.faq-question[data-astro-cid-5t7e7xpu]:hover{color:var(--red)}.faq-answer[data-astro-cid-5t7e7xpu]{font-size:.95rem;color:var(--gray);line-height:1.8;padding-bottom:1.5rem;max-width:700px;animation:faq-open .3s ease}@keyframes faq-open{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.proceso-cta[data-astro-cid-5t7e7xpu]{background:var(--paper);padding:5rem 4rem;text-align:center}.cta-inner[data-astro-cid-5t7e7xpu]{display:flex;flex-direction:column;align-items:center}.cta-inner[data-astro-cid-5t7e7xpu] .section-sub[data-astro-cid-5t7e7xpu]{text-align:center;margin-bottom:2rem}.cta-btn[data-astro-cid-5t7e7xpu]{font-size:1rem;padding:1rem 2.5rem}.btn-primary[data-astro-cid-5t7e7xpu] svg[data-astro-cid-5t7e7xpu]{transition:transform .5s cubic-bezier(.32,.72,0,1)}.btn-primary[data-astro-cid-5t7e7xpu]:hover svg[data-astro-cid-5t7e7xpu]{transform:translate(3px)}.btn-primary[data-astro-cid-5t7e7xpu]:active{transform:scale(.98);transition-duration:.1s}.step-details[data-astro-cid-5t7e7xpu] li[data-astro-cid-5t7e7xpu]{transition:padding-left .4s cubic-bezier(.32,.72,0,1)}.step-details[data-astro-cid-5t7e7xpu] li[data-astro-cid-5t7e7xpu]:hover{padding-left:.4rem}.admision-reveal[data-astro-cid-5t7e7xpu]{opacity:0;transform:translateY(2rem);transition:opacity .8s cubic-bezier(.32,.72,0,1),transform .8s cubic-bezier(.32,.72,0,1)}.admision-reveal[data-astro-cid-5t7e7xpu].revealed{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.admision-reveal[data-astro-cid-5t7e7xpu]{opacity:1;transform:none;transition:none}}@media(max-width:900px){.proceso-hero[data-astro-cid-5t7e7xpu]{padding:6rem 1.5rem 3.5rem}.proceso-steps[data-astro-cid-5t7e7xpu],.proceso-faq[data-astro-cid-5t7e7xpu],.proceso-cta[data-astro-cid-5t7e7xpu]{padding:4rem 1.5rem}.timeline[data-astro-cid-5t7e7xpu]:before{left:8px}.tl-step[data-astro-cid-5t7e7xpu]{grid-template-columns:24px 1fr;gap:1.2rem;padding:2rem 0}.tl-dot[data-astro-cid-5t7e7xpu]{width:14px;height:14px;margin-top:.5rem;grid-column:1;grid-row:1}.tl-content[data-astro-cid-5t7e7xpu]{grid-column:2;grid-row:1;text-align:left!important;order:unset!important}.tl-image[data-astro-cid-5t7e7xpu]{grid-column:2;grid-row:2;max-height:250px;order:unset!important}.tl-step--right[data-astro-cid-5t7e7xpu] .tl-content[data-astro-cid-5t7e7xpu]{order:unset;text-align:left}.tl-step--right[data-astro-cid-5t7e7xpu] .tl-dot[data-astro-cid-5t7e7xpu],.tl-step--right[data-astro-cid-5t7e7xpu] .tl-image[data-astro-cid-5t7e7xpu]{order:unset}.tl-step--right[data-astro-cid-5t7e7xpu] .tl-details[data-astro-cid-5t7e7xpu] li[data-astro-cid-5t7e7xpu]{justify-content:flex-start}.tl-step--right[data-astro-cid-5t7e7xpu] .tl-details[data-astro-cid-5t7e7xpu] li[data-astro-cid-5t7e7xpu]:hover{padding-left:.4rem;padding-right:0}}
