.delivery-page{min-height:100vh;background:#000;padding-top:80px;position:relative}.delivery-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.delivery-hero{text-align:center;margin-bottom:4rem}.delivery-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;background:linear-gradient(135deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.delivery-subtitle{font-size:clamp(1.25rem,2vw,1.5rem);color:#aaa;font-weight:300}.section-title{font-size:clamp(2rem,4vw,3rem);color:#fff;margin-bottom:2rem;font-weight:600}.shipping-options{margin-bottom:5rem}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.option-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:2rem;backdrop-filter:blur(10px);transition:all .3s ease}.option-card:hover{border-color:hsla(0,0%,100%,.2);box-shadow:0 10px 40px rgba(0,0,0,.3)}.option-name{font-size:1.5rem;color:#fff;margin-bottom:1rem;font-weight:600}.option-price{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.option-time{color:#888;font-size:.9rem;margin-bottom:1rem}.option-description{color:#aaa;line-height:1.6;font-size:.95rem}.delivery-regions{margin-bottom:5rem}.regions-table{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;overflow:hidden;backdrop-filter:blur(10px)}.table-header{background:hsla(0,0%,100%,.05);border-bottom:1px solid hsla(0,0%,100%,.1);font-weight:600;color:#fff}.table-header,.table-row{display:grid;grid-template-columns:2fr 1fr 1fr;padding:1.5rem 2rem}.table-row{border-bottom:1px solid hsla(0,0%,100%,.05);color:#aaa;transition:background .3s ease}.table-row:hover{background:hsla(0,0%,100%,.02)}.table-row:last-child{border-bottom:none}.region-name{color:#fff;font-weight:500}.delivery-info{margin-bottom:2rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.info-item{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:15px;padding:2rem;backdrop-filter:blur(10px)}.info-item h3{color:#fff;font-size:1.25rem;margin-bottom:1rem;font-weight:600}.info-item p{color:#aaa;line-height:1.6;font-size:.95rem}@media (max-width:768px){.delivery-content{padding:2rem 1rem}.options-grid,.table-header,.table-row{grid-template-columns:1fr}.table-header,.table-row{gap:.5rem}.table-header{display:none}.table-row{display:flex;flex-direction:column;padding:1.5rem}.region-name:after{content:":";margin-right:.5rem}.info-grid{grid-template-columns:1fr}}