.phase-card{background:var(--surface-card);border:1px solid var(--border-light);border-radius:.5rem;padding:2rem;height:100%;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease;position:relative;overflow:hidden}.phase-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,130,.1)}.phase-number{position:absolute;top:1rem;right:1rem;font-size:3rem;font-weight:700;color:rgba(0,0,130,.05);line-height:1}.phase-card h3{font-family:Cormorant Garamond,serif;font-weight:600;color:#E5E7EB;margin-bottom:1rem}.challenge-item{margin-bottom:2rem}.challenge-item h4{font-family:Cormorant Garamond,serif;font-weight:600;color:#E5E7EB;margin-bottom:.5rem}.product-card{background:var(--surface-card);border:1px solid var(--border-light);border-radius:.5rem;padding:2rem;text-align:center;height:100%;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease}.product-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,130,.1)}.product-icon{width:60px;height:60px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:rgba(0,0,130,.1);border-radius:50%;color:#E5E7EB;font-size:1.5rem}.product-card h4{font-family:Cormorant Garamond,serif;font-weight:600;margin-bottom:1rem;color:#E5E7EB}.service-cta{background:linear-gradient(135deg,#000858,#1a237e)}@media (max-width:768px){.service-hero h1{font-size:2.5rem}.challenges-img{margin-bottom:2rem}}