.delivery-page{min-height:100vh;background:linear-gradient(to bottom right,#eff6ff,#ecfeff,#dbeafe)}.hero-section{position:relative;padding:8rem 1rem;background:linear-gradient(to bottom right,rgba(30,58,138,.8),rgba(21,94,117,.7),rgba(30,64,175,.8))}.hero-section .hero-content{position:relative;z-index:10;max-width:64rem;margin:0 auto;text-align:center}.hero-section .hero-content h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff;text-shadow:0 0 15px rgba(59,130,246,.5)}.hero-section .hero-content p{font-size:1.25rem;margin-bottom:2rem;color:#a7f3d0;max-width:32rem;margin-left:auto;margin-right:auto}.hero-section .hero-content .price{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:#fff}.hero-section .hero-content .book-btn{background:hsla(0,0%,100%,.9);backdrop-filter:blur(4px);color:#1e3a8a;border:1px solid #dbeafe;transition:all .3s ease}.hero-section .hero-content .book-btn:hover{background:#fff;box-shadow:0 0 20px rgba(59,130,246,.6)}.features-section{padding:5rem 1rem;background:linear-gradient(180deg,#ecfeff,#dbeafe)}.features-section .container{max-width:72rem;margin:0 auto}.features-section h2{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1e3a8a}.features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.features-section .features-grid .feature-card{border-color:rgba(219,234,254,.5);box-shadow:0 10px 15px -3px rgba(0,0,0,.1);background:hsla(0,0%,100%,.7);backdrop-filter:blur(4px);transition:box-shadow .3s ease}.features-section .features-grid .feature-card:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.features-section .features-grid .feature-card .card-header .icon{height:3rem;width:3rem;color:#2563eb;margin-bottom:1rem}.features-section .features-grid .feature-card .card-header .card-title{color:#1e3a8a}.features-section .features-grid .feature-card .card-content p{color:#1e40af}