.methodology-page-main-container{max-width:var(--container-max-width);margin:0 auto;padding:5rem 1.5rem}.methodology-section{max-width:64rem;margin:0 auto 6rem}.methodology-section-title{text-align:center;font-size:2.25rem;font-weight:700;color:var(--primary-text);margin-bottom:3.5rem;letter-spacing:-.02em}.methodology-intro-text{text-align:center;font-size:1.25rem;color:var(--secondary-text);max-width:75ch;margin:-1.5rem auto 4rem;line-height:1.6}.principles-cards-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width:768px){.principles-cards-grid{grid-template-columns:repeat(3,1fr)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.methodology-grid{display:flex;flex-direction:column;gap:0}.methodology-step-wrapper{position:relative;padding-bottom:3rem;opacity:0;animation:fadeInUp .6s ease-out forwards}.methodology-step-wrapper:first-child{animation-delay:.1s}.methodology-step-wrapper:nth-child(2){animation-delay:.2s}.methodology-step-wrapper:nth-child(3){animation-delay:.3s}.methodology-step-wrapper:nth-child(4){animation-delay:.4s}.methodology-step-wrapper:nth-child(5){animation-delay:.5s}.methodology-step-wrapper:nth-child(6){animation-delay:.6s}.methodology-step-wrapper:nth-child(7){animation-delay:.7s}.step-connector{position:absolute;left:2rem;top:3.5rem;bottom:-1rem;width:2px;background:linear-gradient(180deg,var(--interactive-blue) 0,var(--border-color) 100%);opacity:.5}.methodology-step-card{background-color:var(--surface-background);padding:2.5rem;border-radius:1rem;position:relative;border:1px solid var(--border-color-light);box-shadow:0 4px 6px -1px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.methodology-step-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.05);border-color:var(--interactive-light)}.step-header{gap:1.5rem;margin-bottom:1.5rem}.step-header,.step-number{display:flex;align-items:center}.step-number{justify-content:center;width:4rem;height:4rem;background:linear-gradient(135deg,var(--interactive-blue),var(--interactive-hover));color:white;font-size:1.5rem;font-weight:800;border-radius:50%;box-shadow:0 10px 15px -3px rgba(79,70,229,.4);flex-shrink:0;z-index:1}.step-title{font-size:1.75rem;font-weight:700;color:var(--primary-text);letter-spacing:-.02em}.step-description{font-size:1.125rem;color:var(--secondary-text);max-width:70ch;line-height:1.75}.ai-feature-box,.step-description{margin-left:5.5rem;margin-bottom:2rem}.ai-feature-box{background:linear-gradient(135deg,rgba(255,255,255,.8),rgba(238,242,255,.9));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(79,70,229,.2);border-left:4px solid var(--interactive-blue);border-radius:.75rem;padding:1.25rem 1.75rem;display:flex;align-items:flex-start;gap:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.ai-feature-icon{font-size:1.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.ai-feature-content{font-size:1rem;color:var(--secondary-text);font-weight:500}.step-embedded-component{margin-left:5.5rem;margin-top:1.5rem;border-radius:1rem;overflow:hidden;border:1px solid var(--border-color);box-shadow:0 10px 15px -3px rgba(0,0,0,.05)}@media (max-width:768px){.ai-feature-box,.step-description,.step-embedded-component{margin-left:0}.step-connector{left:1.5rem}.step-number{width:3rem;height:3rem;font-size:1.25rem}.step-title{font-size:1.5rem}.methodology-step-card{padding:1.5rem}}.methodology-footer-ctas{max-width:var(--container-max-width);margin:6rem auto 0;padding-top:4rem;border-top:1px solid var(--border-color);display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width:1024px){.methodology-footer-ctas{grid-template-columns:1fr 1fr}}.footer-cta-card{display:flex;flex-direction:column;background-color:var(--surface-background);border:1px solid var(--border-color-light);border-radius:1.25rem;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.footer-cta-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border-color:var(--interactive-light)}.footer-cta-image{width:100%;aspect-ratio:16/9;overflow:hidden;background-color:white}.footer-cta-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.footer-cta-card:hover .footer-cta-image img{transform:scale(1.05)}.footer-cta-content{padding:2.5rem;display:flex;flex-direction:column;align-items:flex-start}.footer-cta-title{font-size:1.75rem;font-weight:700;color:var(--primary-text);margin-bottom:1rem;letter-spacing:-.02em}.footer-cta-description{font-size:1.125rem;color:var(--secondary-text);margin-bottom:2rem;line-height:1.6;flex-grow:1}.footer-cta-link{font-weight:700;color:var(--interactive-blue);text-decoration:none;font-size:1.125rem;display:inline-flex;align-items:center;gap:.5rem;transition:gap .2s ease}.footer-cta-link:after{content:"→";font-size:1.25rem}.footer-cta-link:hover{color:var(--interactive-hover);gap:.75rem}@media (max-width:768px){.methodology-footer-ctas{margin-top:4rem;padding-top:3rem;gap:2rem}.footer-cta-content{padding:1.5rem}.footer-cta-title{font-size:1.5rem}}