.hero.synapse.dynamic.approach-page{background-image:url(../../images/backgrounds/approach-cosmos-bg.jpg);background-color:var(--cosmos-dark);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed}html.webp .hero.synapse.dynamic.approach-page{background-image:url(../../images/backgrounds/approach-cosmos-bg.webp)}.hero.synapse.dynamic.approach-page::before{background:var(--gradient-hero-orange)}.hero.synapse.dynamic.approach-page::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.15)0,transparent 60%);z-index:1;pointer-events:none}.approach-process-section{background:var(--gradient-section-white-teal);padding:4rem 2rem}.approach-process-section .section-title{margin-bottom:4rem;padding-top:2rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem;margin-bottom:2rem;max-width:1400px;margin-left:auto;margin-right:auto}.step,.step-number{display:flex;align-items:center;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);position:relative}.step{background:#fff;padding:2.5rem 2rem;border-radius:20px;border:0;overflow:visible;box-shadow:0 10px 30px rgba(0,0,0,.1);flex-direction:column;text-align:center;gap:1.5rem;will-change:transform;contain:layout style paint}.step:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.15)}.step-number{width:110px;height:110px;border-radius:50%;justify-content:center;font-size:3rem;font-weight:900;line-height:1;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4);box-shadow:0 8px 24px rgba(0,0,0,.15);margin-top:-55px}.step:nth-child(1) .step-number{background:linear-gradient(135deg,var(--teal),#00c9b7)}.step:nth-child(2) .step-number{background:linear-gradient(135deg,var(--purple),#9b4dca)}.step:nth-child(3) .step-number{background:linear-gradient(135deg,var(--orange),#ff9a6c)}.step:nth-child(4) .step-number{background:linear-gradient(135deg,var(--primary),#5ba3d0)}.step:nth-child(5) .step-number{background:linear-gradient(135deg,#e74c3c,#c0392b)}.step:nth-child(6) .step-number{background:linear-gradient(135deg,#f39c12,#e67e22)}.step:hover .step-number{transform:scale(1.08);box-shadow:0 12px 32px rgba(0,0,0,.25)}.step h3{font-size:1.5rem;font-weight:700;color:var(--primary-dark);margin:0 0 .875rem;line-height:1.3;padding-top:.5rem}.step p{font-size:1.15rem;line-height:1.65;color:var(--text-secondary);margin:0;padding:0 .75rem;max-width:45ch;font-weight:400}.approach-pillars-section{background:linear-gradient(135deg,#f8f9fa 0,#e9ecef 100%);padding:4rem 2rem}.approach-pillars-section .section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--text-primary);font-weight:700}.pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.pillar{background:#fff;padding:1.5rem 1.75rem;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;border-top:4px solid var(--teal);position:relative;overflow:hidden}.pillar::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,transparent 0,rgba(0,167,157,.05) 100%);opacity:0;transition:opacity .3s ease}.pillar:nth-child(2){border-top-color:var(--purple)}.pillar:nth-child(2)::before{background:linear-gradient(135deg,transparent 0,rgba(126,62,151,.05) 100%)}.pillar:nth-child(3){border-top-color:var(--orange)}.pillar:nth-child(3)::before{background:linear-gradient(135deg,transparent 0,rgba(255,133,82,.05) 100%)}.pillar:nth-child(4){border-top-color:var(--primary)}.pillar:nth-child(4)::before{background:linear-gradient(135deg,transparent 0,rgba(10,61,98,.05) 100%)}.pillar:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.pillar:hover::before{opacity:1}.pillar-graphic{width:65px;height:65px;margin:0 auto 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.pillar-graphic svg{width:100%;height:100%;display:block;transition:transform .3s ease;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.pillar:nth-child(1) .pillar-graphic svg{color:var(--teal)}.pillar:nth-child(2) .pillar-graphic svg{color:var(--purple)}.pillar:nth-child(3) .pillar-graphic svg{color:var(--orange)}.pillar:nth-child(4) .pillar-graphic svg{color:var(--primary)}.pillar:hover .pillar-graphic{transform:translateY(-8px)}.pillar:hover .pillar-graphic svg{transform:scale(1.1);filter:drop-shadow(0 8px 16px rgba(0,0,0,.2))}.pillar h3,.pillar p{position:relative;z-index:1}.pillar h3{font-size:1.5rem;font-weight:700;margin:0 0 .875rem;line-height:1.3;color:var(--text-dark);transition:all .3s ease}.pillar p{font-size:1.15rem;line-height:1.65;color:var(--text-secondary);margin:0;padding:0 1rem;font-weight:400}@media screen and (min-width:1024px){.pillars{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:768px){.approach-pillars-section{padding:3.5rem 2rem}.approach-pillars-section .section-title{font-size:2rem;margin-bottom:2rem}.pillars{grid-template-columns:repeat(2,1fr);gap:1.5rem}.pillar{padding:1.5rem 1.75rem}.pillar-graphic{width:60px;height:60px;margin-bottom:1rem}.pillar h3{font-size:1.5rem}.pillar p{font-size:1.15rem}}@media screen and (max-width:480px){.approach-pillars-section{padding:3rem 1.5rem}.pillars{grid-template-columns:1fr}.pillar{padding:1.5rem 1.75rem}.pillar-graphic{width:55px;height:55px}.pillar h3{font-size:1.5rem}.pillar p{font-size:1.15rem;padding:0 .5rem}}.lang-option.active{background-color:rgba(0,167,157,.2);box-shadow:0 0 0 2px rgba(0,167,157,.4);border-radius:var(--radius-sm)}.lang-option.active::after{content:"\13";position:absolute;top:-4px;right:-4px;width:16px;height:16px;background:var(--teal-accessible);color:#fff;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:700}.next-steps-section{background:linear-gradient(135deg,#0f2027 0,#203a43 50%,#2c5364 100%);padding:4.5rem 2rem;text-align:center;color:#fff}.next-steps-content h2{font-size:2.5rem;margin-bottom:1rem;color:#fff;font-weight:700}.next-steps-subtitle{font-size:1.25rem;max-width:1200px;margin:0 auto 2rem;color:rgba(255,255,255,.9)}.next-steps-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:center}.btn-cta{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 1.75rem;font-size:1.05rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;cursor:pointer;border:0}.btn-cta-primary{background:var(--teal);color:#fff;box-shadow:0 4px 12px rgba(0,167,157,.3)}.btn-cta-primary:hover{background:#008e85;background:color-mix(in srgb,var(--teal) 85%,black);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,167,157,.4)}.btn-cta-secondary{background:#fff;color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,.1)}.btn-cta-secondary:hover{background:var(--bg-gray-light);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}@media (prefers-reduced-motion:reduce){.hero.synapse.dynamic.approach-page{animation:none}.pillar,.pillar h3,.pillar i,.step,.step-number{transition:none!important;animation:none!important}.pillar:hover,.pillar:hover h3,.pillar:hover i,.step:hover,.step:hover .step-number{transform:none!important}}.pillar:focus-visible,.step:focus-visible{outline:3px solid var(--teal);outline-offset:4px;box-shadow:0 0 0 6px rgba(0,167,157,.15)}.step-number:focus-visible{outline:3px solid #fff;outline-offset:2px}.nav-menu a[aria-current=page]{position:relative;color:var(--teal);font-weight:700}.nav-menu a[aria-current=page]::after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:3px;background:var(--teal);border-radius:2px}.approach-pillars-section,.approach-process-section{content-visibility:auto;contain-intrinsic-size:auto 800px}@media screen and (max-width:480px){.approach-process-section{padding:3rem 1.5rem}}@media screen and (min-width:768px){.approach-process-section{padding:3.5rem 2rem}}@media screen and (min-width:992px) and (max-width:1199px){.steps{gap:2rem}.pillars,.steps{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1200px){.approach-process-section{padding:4rem 2rem}.steps{gap:2.25rem;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1400px){.steps{max-width:1400px}}@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape){.steps{grid-template-columns:repeat(3,1fr)}.pillars{grid-template-columns:repeat(4,1fr)}}