.shipping-hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 8rem 5% 4rem;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(102, 126, 234, 0.05) 0%, transparent 100%);
}

.shipping-hero-content {
    max-width: 900px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.shipping-hero h1 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #ffffff 0%, #a0a0a0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    letter-spacing: -2px;
    animation: fadeInUp 1s ease forwards;
}

.effective-date {
    font-size: 1.1rem;
    color: #667eea;
    font-weight: 600;
    animation: fadeInUp 1s ease forwards 0.2s;
    opacity: 0;
}

.shipping-content {
    padding: 4rem 5% 8rem;
    position: relative;
}

.shipping-container {
    max-width: 1000px;
    margin: 0 auto;
}

.shipping-intro {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.05) 100%);
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 3rem;
    animation: fadeInUp 1s ease forwards 0.4s;
    opacity: 0;
    text-align: center;
}

.intro-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.shipping-intro p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #c0c0c0;
    margin: 0;
}

.shipping-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 1s ease forwards;
    opacity: 0;
}

.shipping-section:nth-child(2) { animation-delay: 0.5s; }
.shipping-section:nth-child(3) { animation-delay: 0.6s; }
.shipping-section:nth-child(4) { animation-delay: 0.7s; }
.shipping-section:nth-child(5) { animation-delay: 0.8s; }
.shipping-section:nth-child(6) { animation-delay: 0.9s; }

.highlight-section {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.04) 100%);
    border-color: rgba(102, 126, 234, 0.3);
}

.warning-section {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.08) 0%, rgba(255, 193, 7, 0.04) 100%);
    border-color: rgba(255, 193, 7, 0.3);
}

.contact-section {
    background: linear-gradient(135deg, rgba(46, 213, 115, 0.08) 0%, rgba(46, 213, 115, 0.04) 100%);
    border-color: rgba(46, 213, 115, 0.3);
}

.shipping-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.15);
}

.section-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.shipping-section h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shipping-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #b0b0b0;
    margin-bottom: 1rem;
}

.shipping-section strong {
    color: #ffffff;
    font-weight: 600;
}

/* Delivery Methods */
.delivery-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.method-card {
    background: rgba(102, 126, 234, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s;
}

.method-card:hover {
    background: rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.4);
    transform: translateY(-8px);
}

.method-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.method-card strong {
    display: block;
    color: #667eea;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.method-card p {
    color: #a0a0a0;
    font-size: 0.9rem;
    margin: 0;
}

/* Timeline Grid */
.timeline-grid {
    display: grid;
    gap: 1.5rem;
    margin-top: 2rem;
}

.timeline-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.8rem;
    transition: all 0.3s;
}

.timeline-card:hover {
    background: rgba(102, 126, 234, 0.08);
    border-color: rgba(102, 126, 234, 0.3);
    transform: translateX(10px);
}

.timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.service-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
}

.delivery-badge {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
}

.delivery-badge.fast {
    background: linear-gradient(135deg, #2ed573 0%, #1abc9c 100%);
}

.delivery-badge.recurring {
    background: linear-gradient(135deg, #ffa500 0%, #ff6348 100%);
}

.timeline-bar {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.timeline-progress {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    transition: width 1s ease;
}

.recurring-progress {
    background: linear-gradient(90deg, #ffa500 0%, #ff6348 100%);
}

.timeline-desc {
    color: #a0a0a0;
    font-size: 0.95rem;
    margin: 0;
}

/* Delay Notice */
.delay-notice {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 15px;
    padding: 1.8rem;
    margin-top: 1.5rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.notice-icon {
    font-size: 2.5rem;
}

.notice-content strong {
    display: block;
    color: #ffc107;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.notice-content p {
    color: #b0b0b0;
    margin: 0;
    font-size: 0.95rem;
}

/* Access Grid */
.access-grid {
    display: grid;
    gap: 1.5rem;
    margin-top: 2rem;
}

.access-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    background: rgba(102, 126, 234, 0.05);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 15px;
    padding: 1.8rem;
    transition: all 0.3s;
}

.access-item:hover {
    background: rgba(102, 126, 234, 0.1);
    border-color: rgba(102, 126, 234, 0.4);
    transform: translateX(10px);
}

.access-icon {
    font-size: 2.5rem;
}

.access-content strong {
    display: block;
    color: #667eea;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.access-content p {
    color: #a0a0a0;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}

/* Contact Card */
.contact-card {
    background: rgba(46, 213, 115, 0.1);
    border: 1px solid rgba(46, 213, 115, 0.3);
    border-radius: 15px;
    padding: 2rem;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.contact-icon-large {
    font-size: 3rem;
}

.contact-details strong {
    display: block;
    color: #2ed573;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.contact-details a {
    color: #667eea;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 600;
}

.contact-details a:hover {
    color: #764ba2;
    text-decoration: underline;
}

.contact-note {
    font-size: 0.9rem;
    color: #a0a0a0;
    margin-top: 0.5rem;
}

/* Footer Notice */
.shipping-footer-notice {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.1) 100%);
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 20px;
    padding: 2.5rem;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    animation: fadeInUp 1s ease forwards 1s;
    opacity: 0;
}

.notice-icon-large {
    font-size: 4rem;
}

.notice-text strong {
    display: block;
    font-size: 1.5rem;
    color: #667eea;
    margin-bottom: 0.5rem;
}

.notice-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #c0c0c0;
    margin: 0;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .shipping-hero h1 {
        font-size: 2.5rem;
    }

    .delivery-methods {
        grid-template-columns: 1fr;
    }

    .delay-notice,
    .contact-card,
    .shipping-footer-notice {
        flex-direction: column;
        text-align: center;
    }

    .access-item {
        flex-direction: column;
        text-align: center;
    }
}