/**
 * LUGGAGE PAGES CSS - OPTIMIZED VERSION
 * File: assets/css/luggage-pages.css
 */

:root {
    /* Colores Principales */
    --clr-primary: #FF914D;        
    --clr-primary-light: #fbead9; 
    --clr-primary-hover: #ff7a3d; 
    --clr-secondary: #004aad;     
    --clr-neutral-dark: #333;     
    --clr-neutral-medium: #555;  
    --clr-neutral-light: #777;   
    --clr-border-light: #eee;    
    --clr-bg: #FAFBFF;           
    --clr-bg-alt: #f8f9fa;      
    --clr-text-on-primary: #ffffff;
    
    /* Espaciados */
    --space-l: 1rem;
    --space-xl: 1.5rem;
    --space-xxl: 2rem;
    
    /* Sombras */
    --shadow-light: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-medium: 0 4px 15px rgba(0, 0, 0, 0.12);
    --shadow-strong: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Base */
.luggage-page {
    background: var(--clr-bg);
    color: var(--clr-neutral-dark);
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.luggage-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-wide {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.luggage-hero {
    background: #080808;
        padding: 145px 0 80px;
    text-align: center;
}

.hero-content {
    margin: 0 auto;
}

.luggage-hero h1 {
    color: white;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
    color: white;
    font-size: 1.25rem;
    margin-bottom: 40px;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.feature-badge {
    background: white;
    color: var(--clr-secondary);
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.95rem;
}

/* Hero CTA */
.hero-cta .btn-primary {
    background: white;
    color: var(--clr-primary);
    padding: 18px 45px;
    font-size: 1.15rem;
    font-weight: 700;
    border: 3px solid white;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.hero-cta .btn-primary:hover {
    background: transparent;
    color: white;
    transform: translateY(-3px);
}

/* ==========================================================================
   BUTTONS - BASE STYLES
   ========================================================================== */

.btn {
    display: inline-block;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1.4;
    min-width: 140px;
}

.btn-primary {
    background: #1746FF;
    color: white;
    border-color: #1746FF;
}

.btn-primary:hover {
    background: #0f3acc;
    border-color: #0f3acc;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(23, 70, 255, 0.3);
}

.btn-outline {
    background: transparent;
    color: #1746FF;
    border-color: #1746FF;
}

.btn-outline:hover {
    background: #1746FF;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(23, 70, 255, 0.2);
}

.btn-large {
    padding: 18px 36px;
    font-size: 1.1rem;
    min-width: 180px;
}

.btn-contact {
    display: inline-block;
    padding: 12px 24px;
    background: #f8f9fa;
    color: #1746FF;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #e3e6f0;
}

.btn-contact:hover {
    background: #1746FF;
    color: white;
    border-color: #1746FF;
}

/* ==========================================================================
   COMMON SECTIONS
   ========================================================================== */

section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--clr-neutral-dark);
    margin-bottom: 20px;
}

.section-subtitle {
        text-align: center;
}

/* ==========================================================================
   HOW IT WORKS
   ========================================================================== */

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.step-item {
    text-align: center;
    padding: 40px 30px;
    background: white;
    border-radius: 12px;
    box-shadow: var(--shadow-light);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-strong);
}

.step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: var(--clr-primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-primary);
}

.luggage-container h2 {
    text-align: center;
}

/* ==========================================================================
   LOCATIONS
   ========================================================================== */

.luggage-locations-grid { display: block; }

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 50px;
}

.location-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-strong);
}

.location-image {
    height: 140px;
    background: linear-gradient(45deg, #e6f3ff 0%, #fff5e6 100%);
    display:flex;
}

.location-image img {
    border-style: none;
    height: auto;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.location-content {
    padding: 20px;
    min-height: 415px;
    gap: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.location-price {
    display: inline-block;
    background: #FFE5D5;
    color: var(--clr-primary);
    padding: 4px 12px;
    border-radius: 20px;
    width: fit-content;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.location-card .btn-outline {
    width: 100%;
    padding: 12px;
    background: transparent;
    color: var(--clr-primary);
    border: 2px solid var(--clr-primary);
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

.location-card .btn-outline:hover {
    background: var(--clr-primary);
    color: white;
}



/* ==========================================================================
   PRICING - SIMPLIFIED
   ========================================================================== */

/* Reserved hook for future pricing layout wrapper */
.luggage-pricing { display: contents; }

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 900px;
    margin: 50px auto 0;
}

.pricing-card {
    background: white;
    border: 2px solid #FFE5D5;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

.pricing-card.featured {
    border-color: var(--clr-primary);
    background: #FFF9F5;
}


.pricing-card .btn-outline {
    width: 100%;
    padding: 12px;
    background: transparent;
    color: var(--clr-primary);
    border: 2px solid var(--clr-primary);
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

.pricing-card .btn-outline:hover {
    background: var(--clr-primary);
    color: white;
}

.price-amount {
    font-size: 3.1rem;
    font-weight: 700;
    color: var(--clr-primary);
}

.price-features li,
.included-services li {
    padding: 12px 0;
    color: var(--clr-neutral-medium);
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.95rem;
    list-style: none;
    text-align: left;
}

.included-services li::before {
    content: "✓ ";
    color: var(--clr-primary);
    font-weight: bold;
}

.included-services li svg {
    display: none;
}

/* ==========================================================================
   BENEFITS
   ========================================================================== */

.luggage-why-choose {
    background: var(--clr-bg-alt);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.benefit-item {
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: var(--shadow-light);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: var(--clr-primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-primary);
}

/* ==========================================================================
   FAQ MODERN - IDENTICAL TO HOME PAGE
   ========================================================================== */

.faq-modern {
    padding: 80px 0;
    background: white;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}

.faq-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.faq-intro p {
    color: var(--clr-neutral-light);
    margin-bottom: 30px;
}

.btn-contact {
    display: inline-block;
    padding: 12px 30px;
    background: var(--clr-primary);
    color: white!important;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background: var(--clr-primary-hover);
}

.faq-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    border: 1px solid #ff914d;
    border-radius: var(--border-radius, 12px);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 20px;
    background: white;
    color: #000;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #ff914d!important;
}

.faq-question:active {
    background: #ff914d!important;
}

.faq-question:focus {
    background: #ff914d!important;
}

.faq-toggle {
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 200px;
}

/* Tablet (992px and below) */
@media (max-width: 992px) {
    .faq-modern {
        padding: 60px 0;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .faq-intro {
        text-align: center;
    }
    
    .faq-intro h2 {
        font-size: 2rem;
    }
}

/* Mobile landscape (768px and below) */
@media (max-width: 768px) {
    .faq-modern {
        padding: 50px 0;
    }
    
    .faq-intro h2 {
        font-size: 1.8rem;
    }
    
    .faq-intro p {
        font-size: 1rem;
    }
    
    .btn-contact {
        padding: 10px 25px;
        font-size: 0.95rem;
    }
    
    .faq-items {
        gap: 15px;
    }
    
    .faq-question {
        padding: 15px;
        font-size: 1rem;
    }
    
    .faq-toggle {
        font-size: 1.2rem;
    }
    
    .faq-answer {
        font-size: 0.95rem;
    }
}

/* Mobile portrait (480px and below) */
@media (max-width: 480px) {
    .faq-modern {
        padding: 40px 0;
    }
    
    .faq-intro h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    
    .faq-intro p {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .btn-contact {
        width: 100%;
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    
    .faq-items {
        gap: 12px;
    }
    
    .faq-question {
        padding: 12px 15px;
        font-size: 0.9rem;
    }
    
    .faq-toggle {
        font-size: 1rem;
        min-width: 20px;
    }
    
    .faq-answer {
        padding: 0 15px;
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    .faq-item.active .faq-answer {
        padding: 15px;
        max-height: 300px;
    }
}

/* Small mobile (360px and below) */
@media (max-width: 360px) {
    .faq-intro h2 {
        font-size: 1.3rem;
    }
    
    .faq-question {
        font-size: 0.85rem;
        padding: 10px 12px;
    }
}

/* ==========================================================================
   CTA FINAL
   ========================================================================== */

.luggage-final-cta {
    text-align: center;
}

.cta-actions .btn-primary {
    background: var(--clr-primary);
    color: white;
    padding: 18px 50px;
    font-size: 1.2rem;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 145, 77, 0.3);
}

.cta-actions .btn-primary:hover {
    background: var(--clr-primary-hover);
    transform: translateY(-3px);
}

/* ==========================================================================
    BLOG PAGE
    ========================================================================== */

.blog-page .blog-hero {
     background: #0a0a0a;
     padding: 140px 0 70px;
     text-align: center;
}

.blog-page .hero-title { color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin: 0 0 10px; }
.blog-page .hero-subtitle { color: #fff; opacity: .9; max-width: 740px; margin: 0 auto; }

.blog-content { padding: 50px 0; }
.blog-layout { display: grid; grid-template-columns: 1fr; gap: 30px; }

.blog-filters { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; align-items: center; }
.blog-filters .filter-container { display: flex; gap: 8px; flex-wrap: wrap; }
.blog-filters .filter-btn { padding: 8px 12px; border-radius: 8px; border: 1px solid #e5e7eb; background: #fff; cursor: pointer; font-weight: 600; }
.blog-filters .filter-btn.active, .blog-filters .filter-btn:hover { background: #1746FF; color: #fff; border-color: #1746FF; }
.blog-filters .search-container { margin-left: auto; }
.blog-filters .search-field { padding: 10px 12px; border-radius: 8px; border: 1px solid #e5e7eb; min-width: 240px; }
.blog-filters .search-submit { padding: 10px 14px; border-radius: 8px; border: 1px solid #e5e7eb; background: #fff; cursor: pointer; }

.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.blog-card { background: #fff; border: 1px solid #eef0f5; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-light); display: flex; flex-direction: column; }
.blog-card-image { position: relative; }
.blog-card-image img { width: 100%; height: auto; display: block; object-fit: cover; }
.card-category { position: absolute; top: 10px; left: 10px; }
.category-tag { background: #1746FF; color: #fff; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.blog-card-content { padding: 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-title { font-size: 1.1rem; margin: 0; }
.card-title a { color: #111827; text-decoration: none; }
.card-title a:hover { color: #1746FF; }
.card-meta { display: flex; gap: 10px; align-items: center; color: #6b7280; font-size: 0.9rem; }
.card-excerpt { color: #374151; }
.card-footer { margin-top: auto; }
.read-more-btn { display: inline-flex; gap: 6px; align-items: center; padding: 10px 12px; border: 1px solid #e5e7eb; border-radius: 8px; text-decoration: none; color: #111827; }
.read-more-btn:hover { background: #1746FF; color: #fff; border-color: #1746FF; }

.blog-pagination { display: flex; justify-content: center; margin-top: 20px; }

@media (max-width: 768px) {
  .blog-page .blog-hero { padding: 120px 0 50px; }
}

/* ==========================================================================
    404 PAGE
    ========================================================================== */

.error-404 .error-hero { background: linear-gradient(90deg, #10121a, #0b0e14); padding: 130px 0 60px; text-align: center; color: #fff; }
.error-404 .error-title { font-size: clamp(2rem, 5vw, 3rem); margin: 0 0 10px; }
.error-404 .error-subtitle { opacity: .9; max-width: 700px; margin: 0 auto 18px; }
.error-404 .error-actions { display: flex; flex-direction: column; gap: 14px; align-items: center; }
.error-404 .error-actions .search-form { display: flex; gap: 8px; }
.error-404 .error-actions .search-field { padding: 12px 14px; min-width: 280px; border: 1px solid #e5e7eb; border-radius: 8px; }
.error-404 .error-actions .search-submit { padding: 12px 14px; border-radius: 8px; border: 1px solid #e5e7eb; background: #fff; cursor: pointer; }
.error-404 .quick-links { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.error-404 .error-title { color: #fff; }
.error-404 .error-quick-booking { margin-top: 18px; }
.error-404 .quick-booking-title { color: #fff; margin: 0 0 8px; font-size: 1rem; letter-spacing: .08em; opacity: .95; }
.top-spaced { margin-top: 10px; }

.error-suggestions { padding: 40px 0 70px; }
.error-suggestions h2 { text-align: center; margin-bottom: 20px; }
.error-suggestions .blog-grid { margin-top: 10px; }
/* ==========================================================================
    NEW STORAGE PAGE STYLES
    ========================================================================== */

/* Featured badge in hero */
.featured-badge {
    background: #FF6B35 !important;
    color: white !important;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Hero CTA subtitle */
.hero-cta .cta-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    margin-top: 10px;
    margin-bottom: 0;
}

/* Popular badge for pricing cards */
.popular-badge {
    background: #FF6B35;
    color: white;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: absolute;
    top: -10px;
    right: 20px;
    z-index: 2;
}

.pricing-card {
    position: relative;
}

/* ==========================================================================
   UTILITIES AND INLINE CLEANUP
   ========================================================================== */

/* Generic top margin for spaced buttons */
.btn-spaced { margin-top: 2rem; }

/* Hidden by default; toggled via JS when submitting */
.button-loading { display: none; }

/* Map iframe reset */
.map-container iframe { border: 0; }

/* ==========================================================================
   PARTNER LANDING (Become a Partner) - SCOPED
   ========================================================================== */

/* Theme variables for this page */
.become-partner {
    --partner-accent: #f57d01; /* orange accent */
    --partner-blue: #0984e3;   /* links/secondary */
    --partner-card-border: rgba(0,0,0,0.06);
    --partner-muted: #636e72;
    --partner-light-bg: #f7f9fc;
}

/* Hero with local video background */
.become-partner .hero-with-video.hero-compact {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    padding: 36px 0;
    /* Full-bleed section even if inside constrained wrappers */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.become-partner .hero-video-container {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.become-partner .hero-video-embed {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.become-partner .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.4));
    z-index: 1;
}

.become-partner .hero-content {
    position: relative;
    z-index: 2;
    padding: 0 16px;
    max-width: 780px;
    margin: 0 auto;
}

.become-partner .hero-title {
    margin-bottom: 6px;
    font-size: clamp(22px, 4.2vw, 30px);
    line-height: 1.2;
}

.become-partner .hero-subtitle {
    font-size: 16px;
    opacity: .95;
    margin: 0 auto 12px;
    max-width: 680px;
}

.become-partner .hero-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Generic containers/sections */
.become-partner .section { padding: 28px 0; }
.become-partner .section-light { background: var(--partner-light-bg); }
.become-partner .section-narrow { padding: 24px 0; }
.become-partner .container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.become-partner .container.narrow { max-width: 960px; }
.become-partner .section-header { margin-bottom: 16px; text-align: center; }
.become-partner .section-header h2 { margin: 0 0 8px; font-size: clamp(22px, 2.6vw, 26px); line-height: 1.2; }
.become-partner .section-header p { margin: 0; color: var(--partner-muted); }

/* Buttons */
.become-partner .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all .2s ease;
    font-size: 14px;
}

.become-partner .button-primary {
    background: var(--partner-accent);
    color: #ffffff;
    border-color: var(--partner-accent);
}

.become-partner .button-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(245, 125, 1, 0.3);
}

.become-partner .button-outline {
    background: #ffffff;
    color: var(--partner-accent);
    border-color: var(--partner-accent);
}

.become-partner .button-outline:hover {
    background: var(--partner-accent);
    color: #ffffff;
}

/* Affiliate helpers */
.become-partner .affiliate-helpers {
    margin-top: 24px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.become-partner .affiliate-helpers .button,
.become-partner .affiliate-helpers .button-outline {
    border-color: var(--partner-blue);
    color: var(--partner-blue);
}

.become-partner .affiliate-helpers .button:hover,
.become-partner .affiliate-helpers .button-outline:hover {
    background: var(--partner-blue);
    color: #ffffff;
}

/* Cards and grids */
.become-partner .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.become-partner .card { background: #fff; border: 1px solid var(--partner-card-border); border-radius: 12px; padding: 16px; }
.become-partner .card h3 { margin: 0 0 6px; font-size: 16px; }
.become-partner .card p { margin: 0; color: var(--partner-muted); }

/* How it works */
.become-partner .how-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
    counter-reset: step;
    list-style: none;
    padding: 0;
    margin: 0;
}

.become-partner .how-step { background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 12px; padding: 14px; }

/* System overview */
.become-partner .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; }
.become-partner .info-card { background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 12px; padding: 14px; }
.become-partner .info-card h3 { margin: 0 0 6px; font-size: 16px; }
.become-partner .info-card ul { margin: 0; padding-left: 18px; color: var(--partner-muted); }

/* Notices */
.become-partner .notice.notice-warning { background: #fffbe6; border: 1px solid #ffe58f; padding: 16px; border-radius: 8px; }

/* Closing section */
.become-partner .closing { text-align: center; }
.become-partner .closing p { color: var(--partner-muted); margin: 0 auto 14px; max-width: 680px; }

/* Responsive tweaks */
@media (max-width: 768px) {
    .become-partner .hero-with-video.hero-compact { min-height: 220px; padding: 28px 0; }
    .become-partner .hero-title { font-size: clamp(20px, 5.5vw, 28px); }
    .become-partner .hero-subtitle { font-size: 15px; }
}

/* Storage Selector Premium Design */
.storage-selector-premium {
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    margin: 60px 0;
    border: 1px solid rgba(23, 70, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.storage-selector-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1746FF 0%, #10b981 100%);
}

.selector-header {
    text-align: center;
    margin-bottom: 45px;
}

.selector-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.selector-subtitle {
    font-size: 1.15rem;
    color: #64748b;
    font-weight: 400;
    max-width: 500px;
    margin: 0 auto;
}

.storage-options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.storage-option {
    background: white;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #f1f5f9;
    position: relative;
    overflow: hidden;
}

.storage-option:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border-color: #e8ecff;
}

.storage-option.recommended {
    border-color: #1746FF;
    transform: scale(1.02);
}

.storage-option.recommended:hover {
    transform: scale(1.02) translateY(-8px);
}

.option-badge {
    position: absolute;
    top: -1px;
    right: 20px;
    background: linear-gradient(135deg, #1746FF 0%, #0f3acc 100%);
    color: white;
    padding: 8px 16px;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 0 0 12px 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.option-header {
    text-align: center;
    margin-bottom: 25px;
}

.option-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.option-icon.same-day {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.option-icon.multi-day {
    background: linear-gradient(135deg, #1746FF 0%, #0f3acc 100%);
    color: white;
}

.storage-option:hover .option-icon {
    transform: scale(1.1);
}

.option-header h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.option-tagline {
    font-size: 0.95rem;
    color: #64748b;
    font-weight: 500;
    margin: 0;
}

.option-pricing {
    text-align: center;
    margin: 25px 0;
    padding: 20px;
    background: #f8faff;
    border-radius: 12px;
    border-left: 4px solid #1746FF;
}

.price-label {
    font-size: 0.85rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.price-display {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
}

.currency {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1746FF;
}

.amount {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1746FF;
    line-height: 1;
}

.period {
    font-size: 1rem;
    color: #64748b;
    font-weight: 500;
    margin-left: 4px;
}

.price-note {
    display: block;
    color: #64748b;
    font-size: 0.8rem;
    margin-top: 8px;
    font-style: italic;
}

.option-features {
    margin: 25px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 0.95rem;
    color: #374151;
    border-bottom: 1px solid #f1f5f9;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-item svg {
    color: #10b981;
    flex-shrink: 0;
}

.option-cta {
    display: block;
    width: 100%;
    padding: 14px 24px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.option-cta.primary {
    background: linear-gradient(135deg, #1746FF 0%, #0f3acc 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(23, 70, 255, 0.3);
}

.option-cta.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(23, 70, 255, 0.4);
}

.option-cta.secondary {
    background: white;
    color: #1746FF;
    border: 2px solid #1746FF;
}

.option-cta.secondary:hover {
    background: #1746FF;
    color: white;
    transform: translateY(-2px);
}

.selector-footer {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
}

.help-text {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #64748b;
    font-size: 0.95rem;
    font-style: italic;
}

.help-text svg {
    color: #1746FF;
}
.price-from {
    font-size: 0.85rem;
    color: #6b7280;
    display: block;
    margin-bottom: 2px;
}

.price-amount {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1746FF;
}

.price-amount small {
    font-size: 1rem;
    color: #6b7280;
}

/* Services grid for included services */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.service-feature {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.service-feature:hover {
    transform: translateY(-5px);
}

.service-feature .feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: var(--clr-primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-primary);
}

.service-feature h3 {
    margin-bottom: 15px;
    color: var(--clr-neutral-dark);
}

/* Final CTA with two options */
.cta-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 40px 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.cta-primary, .cta-secondary {
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.cta-primary {
    background: linear-gradient(135deg, #FFF9F5 0%, #FFE5D5 100%);
    border: 2px solid var(--clr-primary);
}

.cta-secondary {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
}

.cta-primary h3, .cta-secondary h3 {
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.cta-primary p, .cta-secondary p {
    margin-bottom: 20px;
    color: var(--clr-neutral-medium);
}

.trust-text {
    color: var(--clr-neutral-medium);
    font-size: 0.95rem;
    text-align: center;
    margin-top: 30px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 768px) {
    section {
        padding: 60px 0;
    }
    
    .hero-features {
        flex-direction: column;
        align-items: center;
    }
    
    .feature-badge {
        width: 100%;
        max-width: 280px;
    }
    
    .steps-grid,
    .locations-grid,
    .pricing-grid,
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-grid {
        gap: 20px;
    }
    
    /* Storage Selector Premium - Mobile */
    .storage-selector-premium {
        padding: 30px 20px;
        margin: 40px 0;
        border-radius: 16px;
    }
    
    .selector-title {
        font-size: 1.8rem;
    }
    
    .selector-subtitle {
        font-size: 1rem;
    }
    
    .storage-options-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .storage-option {
        padding: 24px 20px;
    }
    
    .storage-option.recommended {
        transform: none;
    }
    
    .storage-option.recommended:hover {
        transform: translateY(-5px);
    }
    
    .option-icon {
        width: 50px;
        height: 50px;
    }
    
    .option-header h4 {
        font-size: 1.2rem;
    }
    
    .amount {
        font-size: 2.2rem;
    }
    
    .cta-options {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .cta-primary, .cta-secondary {
        padding: 25px 20px;
    }
}


/* ==========================================================================
   HERO WITH VIDEO BACKGROUND
   ========================================================================== */

.luggage-hero.hero-with-video {
position: relative;
    min-height: 55vh;
    overflow: hidden;
    background: #000;
}

.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.hero-video-embed {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    min-width: 177.77vh;
    min-height: 56.25vw;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: cover;
}

.cta-note {
    margin-top: 1rem;
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b5;
    z-index: 2;
}

.hero-with-video .luggage-container {
    position: relative;
    z-index: 3;
}

.hero-with-video .hero-content,
.hero-with-video .hero-cta {
    position: relative;
    z-index: 3;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .luggage-hero.hero-with-video {
        min-height: 60vh;
                padding-top: 6rem;
    }
    

    .hero-video-embed {
        width: 300%;
        height: 100%;
        min-width: 300%;
        min-height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 480px) and (orientation: portrait) {
    .hero-video-embed {
        width: 650%;
        height: 100%;
    }
}



/* ==========================================================================
   LOCATION SPECIFIC PAGES
   ========================================================================== */

/* Location Hero */
.location-hero {
    background: linear-gradient(135deg, #FF914D 0%, #004aad 100%);
    padding: 80px 0 60px;
}

.location-quick-info {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
}

.quick-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 0.95rem;
}

.quick-info-item svg {
    opacity: 0.9;
}

/* Location Info Grid */
.location-specific-info {
    padding: 60px 0;
    background: #f8f9fa;
}

.location-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.location-image-card {
    grid-column: span 2;
}

.location-image-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}

.location-details-card,
.meeting-points-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.location-details-card h2,
.meeting-points-card h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333;
}

.detail-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.detail-item strong {
    color: #333;
    min-width: 100px;
}

.location-description {
    margin: 20px 0;
    padding: 15px;
    background: #FFF9F5;
    border-radius: 8px;
    color: #666;
}

.terminals-list {
    margin-top: 20px;
}

.terminals-list ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.terminals-list li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.terminals-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--clr-primary);
}

/* Meeting Points */
.meeting-points-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.meeting-point {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid var(--clr-primary);
}

.meeting-point-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.meeting-point-header svg {
    color: var(--clr-primary);
}

.meeting-point p {
    margin: 0;
    color: #666;
    font-size: 0.95rem;
}

/* Steps with Numbers */
.step-number {
    width: 50px;
    height: 50px;
    background: var(--clr-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 20px;
}

/* Pricing Showcase */
.pricing-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 900px;
    margin: 50px auto 0;
}

.main-price-card,
.included-services-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.main-price-card {
    border: 2px solid #FFE5D5;
}

.included-services-card {
    border: 2px solid var(--clr-primary);
    background: #FFF9F5;
}

.price-display {
    text-align: center;
    margin: 30px 0;
}

.price-amount {
    font-size: 3.5rem;
    color: var(--clr-primary);
    font-weight: 700;
    display: block;
}

.price-period {
    font-size: 1rem;
    color: #666;
}

.price-features {
    list-style: none;
    padding: 0;
}

.price-features li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #666;
}

.included-list {
    list-style: none;
    padding: 0;
}

.included-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #FFE5D5;
}

.included-list svg {
    color: var(--clr-primary);
    flex-shrink: 0;
    margin-top: 2px;
}

/* Location CTA */
.location-final-cta {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Responsive */
@media (max-width: 768px) {
    .location-info-grid {
        grid-template-columns: 1fr;
    }
    
    .location-image-card {
        grid-column: span 1;
    }
    
    .location-image-card img {
        height: 250px;
    }
    
    .location-quick-info {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .pricing-showcase {
        grid-template-columns: 1fr;
    }
}


.hero-main-visual {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
}

.visual-container {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Floating Badges Positioning */
.floating-badge {
    position: absolute;
    background: white;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    z-index: 1;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--clr-primary);
    border: 2px solid var(--clr-primary-light);
    animation: float 3s ease-in-out infinite;
    white-space: nowrap;
}

/* Positioning for 5 badges */
.badge-1 {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.badge-2 {
    top: 25%;
    right: 10%;
    animation-delay: 0.5s;
}

.badge-3 {
    top: 50%;
    left: 8%;
    animation-delay: 1s;
}

.badge-4 {
    bottom: 30%;
    right: 12%;
    animation-delay: 1.5s;
}

.badge-5 {
    bottom: 15%;
    left: 15%;
    animation-delay: 2s;
}

/* Different colors for variety */
.badge-1, .badge-3, .badge-5 {
    background: var(--clr-primary);
    color: white;
    border-color: var(--clr-primary);
}

.badge-2, .badge-4 {
    background: white;
    color: var(--clr-secondary);
    border-color: var(--clr-secondary);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-8px) rotate(1deg);
    }
    75% {
        transform: translateY(5px) rotate(-1deg);
    }
}

/* Enhanced Hero for Location Pages - GRID LAYOUT */
.location-hero-enhanced {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-content-column {
    text-align: left;
}

.hero-content-column h1 {
    color: var(--clr-neutral-dark);
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.hero-content-column .hero-subtitle {
    color: var(--clr-neutral-medium);
    font-size: 1.3rem;
    margin-bottom: 30px;
}

.hero-content-column .hero-features {
    justify-content: flex-start;
}

.hero-content-column .hero-cta {
    text-align: left;
}

.trust-indicators {
    margin-top: 15px;
    font-size: 0.9rem;
    color: var(--clr-neutral-medium);
}

/* Visual Column */
.hero-visual-column {
    position: relative;
}

/* Responsive for hero grid */
@media (max-width: 768px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-content-column {
        text-align: center;
    }
    
    .hero-content-column .hero-features {
        justify-content: center;
    }
    
    .hero-content-column .hero-cta {
        text-align: center;
    }
}

/* Hero with Background Image */
.location-hero-enhanced {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 155px 0 80px;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000cf;
    z-index: 1;
}

.location-hero-enhanced .luggage-container {
    position: relative;
    z-index: 2;
}

.location-hero-enhanced h1,
.location-hero-enhanced .hero-subtitle,
.location-hero-enhanced .trust-indicators {
    color: white;
}

.location-hero-enhanced .feature-badge {
    background: rgba(255, 255, 255, 0.95);
    color: var(--clr-secondary);
}

.location-hero-enhanced .btn-primary {
    background: white;
    color: var(--clr-primary);
}

.location-hero-enhanced .btn-primary:hover {
    background: transparent;
    color: white;
    border-color: white;
}

/* Keywords without floating */
.keywords-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-end;
}

.keyword-badge {
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--clr-primary);
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

/* Remove the location image card section since it's now in hero */
.location-image-card {
    display: none;
}

/* ==========================================================================
   TRANSFER ROUTES SECTION
   ========================================================================== */

.transfer-routes {
    padding: 60px 0;
    background: white;
}

.routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.route-card {
    background: var(--clr-bg-alt);
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid var(--clr-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.route-card:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow-medium);
}

.route-icon {
    width: 40px;
    height: 40px;
    background: var(--clr-primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: var(--clr-primary);
}

.route-card h3 {
    font-size: 1.2rem;
    color: var(--clr-neutral-dark);
    margin-bottom: 10px;
}

.route-card p {
    color: var(--clr-neutral-medium);
    font-size: 0.95rem;
    line-height: 1.5;
}

/* ==========================================================================
   PRICING BREAKDOWN STYLES
   ========================================================================== */

.pricing-breakdown {
    margin-top: 25px;
    padding: 20px;
    background: rgba(255, 145, 77, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 145, 77, 0.1);
}

.pricing-breakdown h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-neutral-dark);
}

.breakdown-note {
    margin-bottom: 15px;
    padding: 12px;
    background: rgba(255, 145, 77, 0.08);
    border-radius: 8px;
    border-left: 3px solid var(--clr-primary);
}

.breakdown-note p {
    margin: 0;
    font-size: 14px;
    color: var(--clr-neutral-medium);
    font-style: italic;
}

.breakdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.breakdown-item:last-child {
    border-bottom: none;
}

.breakdown-item span:first-child {
    font-size: 14px;
    color: var(--clr-neutral-medium);
}

.breakdown-item span:last-child {
    font-weight: 600;
    color: var(--clr-primary);
    font-size: 15px;
}

.breakdown-item small {
    font-size: 12px;
    color: var(--clr-neutral-light);
    font-weight: 400;
}

.breakdown-item.highlight {
    background: rgba(255, 145, 77, 0.05);
    border-radius: 6px;
    padding: 12px 10px;
}

.free-badge {
    background: #28a745;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 768px) {
    .routes-grid {
        grid-template-columns: 1fr;
    }
    
    .route-card {
        padding: 20px;
    }
    
    .pricing-breakdown {
        padding: 15px;
    }
    
    .breakdown-item {
        padding: 8px 0;
    }
}



.pricing-hero {

    background: #000000f0;
    padding-top: 8rem;
}


.pricing-hero h1{color:#fff;}

a.btn-primary-cta {
    padding: 1rem;
    display: block;
    color: #ffffff;
    margin-bottom: 1rem;
    border-radius: 10px;
    font-weight: 600;
    background: #315bff;
}

/* ================================
   PRICE CALCULATOR STYLES
   ================================ */

.luggage-calculator {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.calculator-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: var(--shadow-medium);
    max-width: 600px;
    margin: 0 auto;
}

.calculator-form {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 25px;
}

.hero-highlights {
       display: flex;
    justify-content: center;
    gap: 25px; 
}

.form-group label {
    display: block;
    font-weight: 600;
    color: var(--clr-neutral-dark);
    margin-bottom: 8px;
    font-size: 16px;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: white;
}

.form-control:focus {
    outline: none;
    border-color: var(--clr-primary);
    box-shadow: 0 0 0 3px rgba(255, 145, 77, 0.1);
}

.calculator-select {
    cursor: pointer;
}

.price-result {
    text-align: center;
    padding: 30px;
    background: linear-gradient(135deg, var(--clr-primary) 0%, var(--clr-primary-hover) 100%);
    border-radius: 15px;
    color: white;
    margin-bottom: 20px;
}

.result-label {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 5px;
}

.result-price {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 5px;
    transition: all 0.6s ease;
}

.result-price.price-update {
    transform: scale(1.1);
    color: #fff200;
}

.result-note {
    font-size: 14px;
    opacity: 0.9;
    font-weight: 500;
}

.calculator-cta {
    text-align: center;
}

/* ================================
   PRICING TABLES STYLES
   ================================ */

.luggage-pricing-details {
    padding: 80px 0;
    background: white;
}

.pricing-tables {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 50px;
}

.pricing-table {
    background: #f8f9fa;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: all 0.3s ease;
}

.pricing-table:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.table-title {
    background: var(--clr-primary);
    color: white;
    padding: 25px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.table-content {
    padding: 30px;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

.pricing-row:last-child {
    border-bottom: none;
}

.pricing-row.featured {
    background: rgba(255, 145, 77, 0.1);
    margin: 0 -15px;
    padding: 15px;
    border-radius: 10px;
    border: none;
}

.service-desc {
    font-weight: 500;
    color: var(--clr-neutral-dark);
}

.service-price {
    font-weight: 700;
    color: var(--clr-primary);
    font-size: 18px;
}

.promo-badge {
    background: var(--clr-primary);
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 8px;
}

/* ================================
   GUARANTEE SECTION STYLES
   ================================ */

.luggage-guarantee {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--clr-secondary) 0%, #0056b3 100%);
    color: white;
}

.luggage-guarantee .section-title,
.luggage-guarantee .section-description {
    color: white;
}

.guarantee-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.guarantee-item {
    text-align: center;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.guarantee-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.guarantee-icon {
    margin-bottom: 20px;
    color: var(--clr-primary);
}

.guarantee-item h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: white;
}

.guarantee-item p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

/* ================================
   FINAL CTA SECTION STYLES
   ================================ */

.luggage-final-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, white 100%);
}

.cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cta-header {
    margin-bottom: 50px;
}

.cta-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--clr-neutral-dark);
    margin-bottom: 20px;
}

.cta-description {
    font-size: 20px;
    color: var(--clr-neutral-medium);
    margin-bottom: 0;
}

.cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    min-width: 280px;
    justify-content: center;
}

.cta-button.primary {
    background: var(--clr-primary);
    color: white;
}

.cta-button.primary:hover {
    background: var(--clr-primary-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.cta-button.secondary {
    background: white;
    color: var(--clr-primary);
    border-color: var(--clr-primary);
}

.cta-button.secondary:hover {
    background: var(--clr-primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.cta-text {
    flex: 1;
}

.cta-price {
    font-size: 16px;
    opacity: 0.9;
}

.cta-icon {
    transition: all 0.3s ease;
}

.cta-button:hover .cta-icon {
    transform: translateX(3px);
}

.cta-contact {
    padding-top: 40px;
    border-top: 1px solid #e9ecef;
}

.contact-text {
    color: var(--clr-neutral-medium);
    margin-bottom: 20px;
    font-size: 16px;
}

.contact-options {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--clr-primary);
    text-decoration: none;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    background: rgba(255, 145, 77, 0.1);
    transition: all 0.3s ease;
}

.contact-link:hover {
    background: var(--clr-primary);
    color: white;
    transform: translateY(-2px);
}

.contact-icon {
    font-size: 18px;
}

/* ================================
   RESPONSIVE DESIGN
   ================================ */

@media (max-width: 768px) {
    .calculator-card {
        padding: 30px 20px;
        margin: 0 20px;
    }
    
    .result-price {
        font-size: 32px;
    }
    
    .pricing-tables {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .guarantee-features {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .guarantee-item {
        padding: 25px 20px;
    }
    
    .cta-title {
        font-size: 32px;
    }
    
    .cta-description {
        font-size: 18px;
    }
    
    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-button {
        width: 100%;
        max-width: 300px;
    }
    
    .contact-options {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

/* ================================
   CONTACT PAGE STYLES
   ================================ */

.luggage-contact-methods {
    padding: 80px 0;
    background: white;
}

.contact-methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.contact-method-card {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 35px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.contact-method-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
    border-color: rgba(255, 145, 77, 0.2);
}

.contact-method-card.primary {
    background: linear-gradient(135deg, var(--clr-primary) 0%, var(--clr-primary-hover) 100%);
    color: white;
}

.method-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.method-icon {
    color: var(--clr-primary);
}

.contact-method-card.primary .method-icon {
    color: white;
}

.method-title h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.method-badge {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 12px;
    background: rgba(255, 145, 77, 0.1);
    color: var(--clr-primary);
    font-weight: 600;
}

.contact-method-card.primary .method-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.method-badge.available {
    background: rgba(34, 197, 94, 0.1);
    color: #22c55e;
}

.method-content {
    margin-bottom: 25px;
}

.method-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--clr-primary);
    margin-bottom: 10px;
}

.contact-method-card.primary .method-value {
    color: white;
}

.method-description {
    color: var(--clr-neutral-medium);
    line-height: 1.6;
    margin-bottom: 20px;
}

.contact-method-card.primary .method-description {
    color: rgba(255, 255, 255, 0.9);
}

.method-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.detail-label {
    font-weight: 600;
    color: var(--clr-neutral-dark);
}

.contact-method-card.primary .detail-label {
    color: white;
}

.detail-value {
    color: var(--clr-neutral-medium);
}

.contact-method-card.primary .detail-value {
    color: rgba(255, 255, 255, 0.9);
}

.method-actions {
    text-align: center;
}

.action-icon {
    margin-right: 8px;
}

/* Contact Form Styles */
.luggage-contact-form {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contact-form-wrapper {
    max-width: 800px;
    margin: 50px auto 0;
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: var(--shadow-medium);
}

.modern-contact-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

.modern-contact-form .form-group.full-width {
    grid-column: 1 / -1;
}

.checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #e1e5e9;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.3s ease;
}

.checkbox-wrapper input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.checkbox-wrapper input[type="checkbox"]:checked + .checkbox-custom {
    background: var(--clr-primary);
    border-color: var(--clr-primary);
}

.checkbox-wrapper input[type="checkbox"]:checked + .checkbox-custom::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.checkbox-text {
    font-size: 14px;
    color: var(--clr-neutral-medium);
    line-height: 1.5;
}

.checkbox-text a {
    color: var(--clr-primary);
    text-decoration: none;
}

.checkbox-text a:hover {
    text-decoration: underline;
}

.form-response-note {
    font-size: 14px;
    color: var(--clr-neutral-medium);
    text-align: center;
    margin-top: 15px;
}

/* Office Info Styles */
.luggage-office-info {
    padding: 80px 0;
    background: white;
}

.office-section-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 50px;
    align-items: start;
}

.office-info-cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-card {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.info-card:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.info-icon {
    color: var(--clr-primary);
    flex-shrink: 0;
}

.info-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--clr-neutral-dark);
}

.info-content p {
    color: var(--clr-neutral-medium);
    margin-bottom: 10px;
    line-height: 1.5;
}

.info-link {
    color: var(--clr-primary);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
}

.info-link:hover {
    color: var(--clr-primary-hover);
}

.info-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.info-badge.open {
    background: rgba(34, 197, 94, 0.1);
    color: #22c55e;
}

.info-badge.available {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
}

.office-map {
    position: relative;
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-light);
    position: relative;
}

.map-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: var(--shadow-medium);
    max-width: 250px;
}

.map-info h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--clr-neutral-dark);
}

.map-info p {
    font-size: 14px;
    color: var(--clr-neutral-medium);
    margin-bottom: 8px;
}

.map-rating {
    font-size: 14px;
    color: var(--clr-primary);
    font-weight: 500;
}

/* Urgent Contact Styles */
.luggage-urgent-contact {
    padding: 80px 0;
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
}

.urgent-contact-card {
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: var(--shadow-medium);
    text-align: center;
    border: 3px solid #f87171;
}

.urgent-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.urgent-icon {
    color: #ef4444;
}

.urgent-title h2 {
    font-size: 32px;
    color: var(--clr-neutral-dark);
    margin-bottom: 10px;
}

.urgent-title p {
    color: var(--clr-neutral-medium);
    font-size: 18px;
}

.urgent-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.urgent-button {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 30px;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 250px;
}

.urgent-button.primary {
    background: #ef4444;
    color: white;
}

.urgent-button.primary:hover {
    background: #dc2626;
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.urgent-button.secondary {
    background: white;
    color: #ef4444;
    border: 2px solid #ef4444;
}

.urgent-button.secondary:hover {
    background: #ef4444;
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.urgent-button-icon {
    font-size: 24px;
}

.urgent-button-content {
    text-align: left;
}

.urgent-button-title {
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.urgent-button-subtitle {
    display: block;
    font-size: 14px;
    opacity: 0.8;
}

.urgent-note {
    font-size: 14px;
    color: var(--clr-neutral-medium);
    font-style: italic;
}

/* ================================
   BLOG PAGE STYLES
   ================================ */

.blog-page {
    background: var(--clr-bg);
}

.blog-filters {
    padding: 60px 0;
    background: white;
    border-bottom: 1px solid #e9ecef;
}

.filters-wrapper {
    text-align: center;
}

.filters-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--clr-neutral-dark);
    margin-bottom: 30px;
}

.category-filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #f8f9fa;
    color: var(--clr-neutral-medium);
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.filter-tag:hover {
    background: var(--clr-primary-light);
    color: var(--clr-primary);
    border-color: rgba(255, 145, 77, 0.2);
}

.filter-tag.active {
    background: var(--clr-primary);
    color: white;
    border-color: var(--clr-primary);
}

.filter-count {
    font-size: 12px;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    font-weight: 600;
}

.filter-tag.active .filter-count {
    background: rgba(255, 255, 255, 0.3);
}

.hero-search {
    max-width: 500px;
    margin: 40px auto 0;
}

.blog-search-form {
    position: relative;
}

.search-input-wrapper {
    position: relative;
    display: flex;
}

.search-input-wrapper input[type="search"] {
    width: 100%;
    padding: 15px 60px 15px 20px;
    border: 2px solid #e1e5e9;
    border-radius: 50px;
    font-size: 16px;
    background: white;
    transition: all 0.3s ease;
}

.search-input-wrapper input[type="search"]:focus {
    outline: none;
    border-color: var(--clr-primary);
    box-shadow: 0 0 0 3px rgba(255, 145, 77, 0.1);
}

.search-button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    background: var(--clr-primary);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-button:hover {
    background: var(--clr-primary-hover);
    transform: translateY(-50%) scale(1.05);
}

/* Blog Posts Grid */
.blog-posts-section {
    padding: 80px 0;
}

.blog-layout {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 60px;
    align-items: start;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.blog-post-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: all 0.3s ease;
}

.blog-post-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.post-thumbnail {
    position: relative;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.blog-post-card:hover .post-thumbnail img {
    transform: scale(1.05);
}

.post-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--clr-primary);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

.blog-post-card .post-content {
    padding: 30px;
}

.post-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.post-title a {
    color: var(--clr-neutral-dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-title a:hover {
    color: var(--clr-primary);
}

.post-excerpt {
    color: var(--clr-neutral-medium);
    line-height: 1.6;
    margin-bottom: 20px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--clr-neutral-light);
}

.post-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.post-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--clr-primary);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    color: var(--clr-primary-hover);
    gap: 12px;
}

/* Blog Sidebar */
.blog-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: white;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: var(--shadow-light);
}

.widget-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--clr-neutral-dark);
    margin-bottom: 25px;
    border-bottom: 2px solid var(--clr-primary);
    padding-bottom: 10px;
}

.service-promo .promo-content p {
    color: var(--clr-neutral-medium);
    margin-bottom: 25px;
    line-height: 1.6;
}

.promo-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.service-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.service-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
}

.service-icon {
    font-size: 20px;
}

.service-info {
    display: flex;
    flex-direction: column;
}

.service-info strong {
    color: var(--clr-neutral-dark);
    font-size: 14px;
}

.service-info span {
    color: var(--clr-primary);
    font-size: 12px;
    font-weight: 600;
}

.promo-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cta-button.small {
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 8px;
}

.contact-widget .contact-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-option:hover {
    background: var(--clr-primary-light);
    transform: translateX(5px);
}

.contact-icon {
    font-size: 18px;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-info strong {
    color: var(--clr-neutral-dark);
    font-size: 14px;
}

.contact-info span {
    color: #fff;
    font-size: 12px;
}

.popular-posts-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.popular-post {
    display: flex;
    gap: 15px;
}

.popular-post-thumbnail {
    flex-shrink: 0;
}

.popular-post-thumbnail img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.popular-post-content h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 5px;
}

.popular-post-content h4 a {
    color: var(--clr-neutral-dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

.popular-post-content h4 a:hover {
    color: var(--clr-primary);
}

.popular-post-date {
    font-size: 12px;
    color: var(--clr-neutral-light);
}

/* Blog Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin: 0 5px;
    background: white;
    color: var(--clr-neutral-medium);
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-light);
}

.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
    background: var(--clr-primary);
    color: white;
    transform: translateY(-2px);
}

.blog-pagination .page-numbers.prev,
.blog-pagination .page-numbers.next {
    width: auto;
    padding: 0 20px;
}

/* No Posts Found */
.no-posts-found {
    text-align: center;
    padding: 80px 20px;
    background: white;
    border-radius: 20px;
    box-shadow: var(--shadow-light);
}

.no-posts-icon {
    font-size: 64px;
    margin-bottom: 20px;
}

.no-posts-found h2 {
    font-size: 28px;
    color: var(--clr-neutral-dark);
    margin-bottom: 15px;
}

.no-posts-found p {
    color: var(--clr-neutral-medium);
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Blog CTA Section */
.luggage-blog-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--clr-primary) 0%, var(--clr-primary-hover) 100%);
    color: white;
    text-align: center;
}

.luggage-blog-cta .cta-title {
    color: white;
    font-size: 42px;
    margin-bottom: 20px;
}

.luggage-blog-cta .cta-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    margin-bottom: 40px;
}

.luggage-blog-cta .cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.luggage-blog-cta .cta-button {
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.luggage-blog-cta .cta-button.primary {
    background: white;
    color: var(--clr-primary);
}

.luggage-blog-cta .cta-button.secondary {
    background: transparent;
    color: white;
}

.luggage-blog-cta .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* ================================
   MODERN BLOG REDESIGN 2.0
   ================================ */

/* Modern Hero Section */
.blog-hero-modern {
    position: relative;
    padding: 140px 0 80px;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #FF914D 0%, #ff7a3d 50%, #004aad 100%);
    z-index: 0;
}

.hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 100%);
}

.hero-content-modern {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.hero-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    opacity: 0.95;
}

.hero-breadcrumb a {
    color: white;
    text-decoration: none;
    transition: opacity 0.2s;
}

.hero-breadcrumb a:hover {
    opacity: 0.8;
}

.hero-breadcrumb .separator {
    opacity: 0.7;
}

.hero-title-modern {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
    color: white;
}

.hero-title-modern .highlight {
    color: #ffe5d4;
}

.hero-description {
    font-size: 1.125rem;
    line-height: 1.6;
    opacity: 0.95;
    margin: 0;
}

/* Modern Filters Bar */
.blog-filters-modern {
    background: white;
    border-bottom: 1px solid #e9ecef;
    padding: 24px 0;
    position: sticky;
    top: 70px;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.filters-row {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.categories-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    flex: 1;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.categories-scroll::-webkit-scrollbar {
    display: none;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #f8f9fa;
    color: #495057;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.filter-chip svg {
    flex-shrink: 0;
}

.filter-chip:hover {
    background: #fff3eb;
    color: var(--clr-primary);
    border-color: rgba(255, 145, 77, 0.2);
}

.filter-chip.active {
    background: var(--clr-primary);
    color: white;
    border-color: var(--clr-primary);
}

.chip-count {
    font-size: 12px;
    background: rgba(0,0,0,0.1);
    padding: 2px 8px;
    border-radius: 10px;
}

.filter-chip.active .chip-count {
    background: rgba(255,255,255,0.25);
}

.search-box-modern {
    flex-shrink: 0;
}

.search-box-modern form {
    position: relative;
    display: flex;
}

.search-box-modern input {
    width: 260px;
    padding: 10px 42px 10px 16px;
    border: 2px solid #e9ecef;
    border-radius: 50px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.search-box-modern input:focus {
    outline: none;
    border-color: var(--clr-primary);
    box-shadow: 0 0 0 3px rgba(255, 145, 77, 0.1);
}

.search-box-modern button {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: none;
    background: var(--clr-primary);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.search-box-modern button:hover {
    background: var(--clr-primary-hover);
    transform: translateY(-50%) scale(1.05);
}

/* Posts Grid Modern */
.blog-grid-section {
    padding: 60px 0 80px;
}

.posts-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 32px;
}

.post-card-modern {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.post-card-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.card-image-link {
    display: block;
    text-decoration: none;
}

.card-image-wrapper {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f0f0f0;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.post-card-modern:hover .card-image {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-card-modern:hover .image-overlay {
    opacity: 1;
}

.category-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 14px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    color: var(--clr-primary);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 20px;
    z-index: 2;
}

.card-body-modern {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.card-meta-top {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: #6c757d;
}

.post-date,
.read-time-badge {
    display: flex;
    align-items: center;
    gap: 6px;
}

.post-date svg,
.read-time-badge svg {
    opacity: 0.6;
}

.card-title-modern {
    margin: 0;
    font-size: 1.375rem;
    line-height: 1.3;
    font-weight: 700;
}

.card-title-modern a {
    color: var(--clr-neutral-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}

.card-title-modern a:hover {
    color: var(--clr-primary);
}

.card-excerpt-modern {
    color: #6c757d;
    line-height: 1.6;
    flex: 1;
}

.read-more-modern {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--clr-primary);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    align-self: flex-start;
}

.read-more-modern:hover {
    gap: 12px;
    color: var(--clr-primary-hover);
}

.read-more-modern svg {
    transition: transform 0.2s ease;
}

.read-more-modern:hover svg {
    transform: translateX(2px);
}

/* No Posts Modern */
.no-posts-modern {
    text-align: center;
    padding: 80px 20px;
}

.no-posts-icon {
    margin-bottom: 24px;
    color: #dee2e6;
}

.no-posts-icon svg {
    display: inline-block;
}

.no-posts-modern h2 {
    font-size: 1.75rem;
    color: var(--clr-neutral-dark);
    margin-bottom: 12px;
}

.no-posts-modern p {
    color: #6c757d;
    margin-bottom: 24px;
}

.btn-back-blog {
    display: inline-block;
    padding: 12px 28px;
    background: var(--clr-primary);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-back-blog:hover {
    background: var(--clr-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 145, 77, 0.3);
}

/* Services CTA */
.blog-cta-services {
    background: linear-gradient(135deg, #004aad 0%, #0056c9 100%);
    padding: 60px 0;
    margin-top: 40px;
}

.cta-content-modern {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cta-text {
    color: white;
}

.cta-text h2 {
    font-size: 2rem;
    margin: 0 0 12px;
}

.cta-text p {
    font-size: 1.125rem;
    margin: 0;
    opacity: 0.95;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

.btn-cta-primary,
.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-cta-primary {
    background: var(--clr-primary);
    color: white;
}

.btn-cta-primary:hover {
    background: var(--clr-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 145, 77, 0.4);
}

.btn-cta-secondary {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    color: white;
    border: 2px solid rgba(255,255,255,0.3);
}

.btn-cta-secondary:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.5);
}

/* Pagination */
.blog-pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.blog-pagination .page-numbers {
    display: inline-flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-pagination .page-numbers li {
    list-style: none;
}

.blog-pagination a,
.blog-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: white;
    color: var(--clr-neutral-dark);
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.blog-pagination a:hover {
    background: var(--clr-primary-light);
    color: var(--clr-primary);
    border-color: rgba(255, 145, 77, 0.2);
}

.blog-pagination .current {
    background: var(--clr-primary);
    color: white;
    border-color: var(--clr-primary);
}

/* Modern Blog Responsive */
@media (max-width: 992px) {
    .filters-row {
        flex-direction: column;
        align-items: stretch;
    }
    
    .search-box-modern {
        width: 100%;
    }
    
    .search-box-modern input {
        width: 100%;
    }
    
    .cta-content-modern {
        flex-direction: column;
        text-align: center;
    }
    
    .cta-buttons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .blog-hero-modern {
        padding: 120px 0 60px;
    }
    
    .posts-grid-modern {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* ================================
   RESPONSIVE DESIGN - BLOG & CONTACT
   ================================ */

@media (max-width: 1024px) {
    .blog-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .office-section-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-methods-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .posts-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .blog-sidebar {
        position: static;
    }
    
    .modern-contact-form .form-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-form-wrapper {
        padding: 30px;
        margin: 30px 20px 0;
    }
    
    .urgent-actions {
        flex-direction: column;
    }
    
    .urgent-button {
        min-width: auto;
        width: 100%;
    }
    
    .urgent-header {
        flex-direction: column;
        text-align: center;
    }
    
    .office-info-cards {
        gap: 20px;
    }
    
    .info-card {
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }
    
    .map-overlay {
        position: static;
        margin-top: 20px;
        border-radius: 0;
        box-shadow: none;
        border-top: 1px solid #e9ecef;
    }
    
    .category-filters {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    
    .filter-tag {
        flex-shrink: 0;
    }
}

/* ==========================================================================
   SINGLE POST TEMPLATE STYLES
   ========================================================================== */

/* Post Hero Section */
.post-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--clr-primary) 0%, var(--clr-secondary) 100%);
    color: white;
    overflow: hidden;
}

.post-hero .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.post-hero .hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.post-hero .hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 40px 0;
}

/* Breadcrumbs */
.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    opacity: 0.9;
}

.breadcrumbs a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.breadcrumbs a:hover {
    opacity: 0.8;
}

.breadcrumbs .separator {
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumbs .current {
    color: rgba(255, 255, 255, 0.8);
}

/* Post Meta Hero */
.post-meta-hero {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0 0;
    flex-wrap: wrap;
}

.post-category {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
}

.post-date, .read-time {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Post Title */
.post-hero .post-title {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    color: white;
}

/* Post Excerpt */
.post-hero .post-excerpt {
    font-size: 1.2rem;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 30px;
    max-width: 600px;
}

/* Social Share */
.social-share {
    display: flex;
    align-items: center;
    gap: 15px;
}

.share-label {
    font-weight: 600;
    margin-right: 10px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.share-btn.facebook:hover {
    background: #1877f2;
}

.share-btn.twitter:hover {
    background: #1da1f2;
}

.share-btn.whatsapp:hover {
    background: #25d366;
}

/* Share bar inline below hero */
.share-inline {
    margin: 20px 0 30px;
}
.share-inline .share-label { color: var(--clr-neutral-dark); }
.share-inline .share-btn { background: #f1f5f9; color: #0f172a; }
.share-inline .share-btn:hover { background: #e2e8f0; }

/* Post Content Wrapper */
.post-content-wrapper {
    padding: 60px 0;
    background: white;
}

/* Single Post Page Override - Asegurar que el layout funcione correctamente */
.single-post-page .post-content-wrapper {
    width: 100% !important;
    max-width: none !important;
}

.single-post-page .luggage-container {
    max-width: 1200px !important;
    width: 100% !important;
}

/* Override específico para Hello Elementor theme conflicts */
body.single-post .single-post-page .single-post-layout,
.single-post-page .post-content-wrapper .luggage-container .single-post-layout {
    grid-template-columns: 1fr 320px !important;
    gap: 60px !important;
}

body.single-post .single-post-page .post-sidebar,
.single-post-page .post-content-wrapper .post-sidebar {
    width: 320px !important;
    flex-shrink: 0 !important;
}

.single-post-layout {
    display: flex !important;
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.post-main-content {
    flex: 1;
    min-width: 0; /* Permite que el contenido se reduzca */
}

.post-sidebar {
    flex: 0 0 320px; /* No crece, no se reduce, ancho fijo 320px */
    width: 320px;
}

/* Main Content */
.post-main-content {
    max-width: none !important;
    width: 100%;
    min-width: 0; /* Permite que el contenido se reduzca */
    overflow-wrap: break-word;
}

/* Post Content Styling */
.post-content {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--clr-neutral-dark);
}

.post-content p {
    margin-bottom: 1.5rem;
    text-align: justify;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
    color: var(--clr-neutral-darker);
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.post-content h2 {
    font-size: 1.8rem;
    border-bottom: 2px solid var(--clr-primary);
    padding-bottom: 0.5rem;
}

.post-content h3 {
    font-size: 1.5rem;
}

.post-content h4 {
    font-size: 1.3rem;
}

.post-content ul,
.post-content ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.post-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.post-content blockquote {
    background: rgba(255, 145, 77, 0.1);
    border-left: 4px solid var(--clr-primary);
    padding: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 2rem 0;
    box-shadow: var(--shadow-light);
}

/* Table of Contents */
.table-of-contents {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 40px;
    border-left: 4px solid var(--clr-primary);
}

.table-of-contents h3 {
    margin: 0 0 15px 0;
    font-size: 1.1rem;
    color: var(--clr-neutral-dark);
}

.toc-list {
    list-style: none;
    padding: 0;
}

.toc-list a {
    color: var(--clr-neutral-medium);
    text-decoration: none;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    transition: color 0.3s ease;
}

.toc-list a:hover {
    color: var(--clr-primary);
}

/* Post Content */
.post-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--clr-neutral-dark);
}

.post-content h2, .post-content h3, .post-content h4 {
    color: var(--clr-neutral-dark);
    margin: 40px 0 20px 0;
    font-weight: 600;
}

.post-content h2 {
    font-size: 2rem;
    border-bottom: 2px solid var(--clr-primary);
    padding-bottom: 10px;
}

.post-content h3 {
    font-size: 1.5rem;
}

.post-content h4 {
    font-size: 1.3rem;
}

.post-content p {
    margin-bottom: 20px;
}

.post-content ul, .post-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.post-content li {
    margin-bottom: 8px;
}

.post-content blockquote {
    background: #f8f9fa;
    border-left: 4px solid var(--clr-primary);
    padding: 20px;
    margin: 30px 0;
    font-style: italic;
    font-size: 1.1rem;
}

/* Post Bottom Info */
.post-bottom-info {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 2px solid #eee;
}

/* Author Info */
.author-info {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.author-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.author-details h4 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    color: var(--clr-neutral-dark);
}

.author-bio {
    color: var(--clr-neutral-medium);
    margin: 0 0 15px 0;
    line-height: 1.6;
}

.author-meta {
    display: flex;
    gap: 20px;
    font-size: 0.9rem;
    color: var(--clr-neutral-light);
}

/* Post Tags */
.post-tags {
    margin-bottom: 40px;
}

.post-tags h3 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: var(--clr-neutral-dark);
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-link {
    background: var(--clr-primary-light);
    color: var(--clr-primary);
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tag-link:hover {
    background: var(--clr-primary);
    color: white;
}

/* Sidebar */
.post-sidebar {
    display: flex !important;
    flex-direction: column;
    gap: 40px;
    width: 320px;
    min-width: 320px;
    max-width: 320px;
    position: sticky;
    top: 20px;
    align-self: start;
}

.sidebar-widget {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: var(--shadow-light);
    border: 1px solid #f0f0f0;
}

.widget-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: var(--clr-neutral-dark);
}

/* Service CTA Widget */
.service-cta .cta-content p {
    color: var(--clr-neutral-medium);
    margin-bottom: 25px;
}

.service-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}

.service-option {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.service-icon {
    color: var(--clr-primary);
    flex-shrink: 0;
}

.service-info {
    flex: 1;
}

.service-info strong {
    display: block;
    color: var(--clr-neutral-dark);
    margin-bottom: 5px;
}

.service-info span {
    color: var(--clr-neutral-medium);
    font-size: 0.9rem;
    display: block;
    margin-bottom: 10px;
}

.service-btn {
    background: var(--clr-primary);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.service-btn:hover {
    background: var(--clr-primary-hover);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: var(--clr-secondary);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background: #003d8a;
}

.contact-btn.whatsapp {
    background: #25d366;
}

.contact-btn.whatsapp:hover {
    background: #20b858;
}

/* Related Posts Widget */
.related-posts-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.related-post {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.related-post-thumbnail {
    flex-shrink: 0;
}

.related-post-thumbnail img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.related-post-content h4 {
    margin: 0 0 8px 0;
    font-size: 1rem;
    line-height: 1.3;
}

.related-post-content h4 a {
    color: var(--clr-neutral-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-post-content h4 a:hover {
    color: var(--clr-primary);
}

.related-post-date {
    font-size: 0.9rem;
    color: var(--clr-neutral-light);
}

/* Layout para pantallas grandes con flexbox */
@media (min-width: 769px) {
    .single-post-layout {
        flex-direction: row !important;
        gap: 60px !important;
    }
    
    .post-main-content {
        flex: 1 !important;
        min-width: 0 !important;
    }
    
    .post-sidebar {
        flex: 0 0 320px !important;
        width: 320px !important;
        position: sticky !important;
        top: 20px !important;
    }
}

/* Layout para tablets con flexbox */
@media (max-width: 768px) and (min-width: 481px) {
    .single-post-layout {
        flex-direction: column !important;
        gap: 30px !important;
    }
    
    .post-main-content {
        flex: none !important;
        width: 100% !important;
    }
    
    .post-sidebar {
        flex: none !important;
        width: 100% !important;
        position: static !important;
        top: auto !important;
    }
    
    .post-content {
        font-size: 1.05rem !important;
        line-height: 1.6 !important;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .post-hero .post-title { font-size: 2rem; }
    .post-meta-hero { gap: 8px; }
    .post-category { font-size: 0.8rem; padding: 3px 10px; }
    
    .post-hero .post-excerpt {
        font-size: 1rem;
    }
    
    .post-meta-hero {
        gap: 10px;
    }
    
    .social-share {
        gap: 10px;
    }
    
    .share-btn {
        width: 36px;
        height: 36px;
    }
    
    /* Layout móvil con flexbox - columna */
    .single-post-layout {
        flex-direction: column !important;
        gap: 40px !important;
    }
    
    .post-main-content {
        flex: none !important;
        width: 100% !important;
        order: 1;
    }
    
    .post-sidebar {
        flex: none !important;
        width: 100% !important;
        position: static !important;
        top: auto !important;
        order: 2;
    }
    
    .author-info {
        flex-direction: column;
        text-align: center;
    }
    
    .service-option {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .contact-info {
        flex-direction: column;
    }
    
    /* Widgets del sidebar en móviles */
    .sidebar-widget {
        width: 100%;
        box-sizing: border-box;
    }
}

/* Contenedor principal con control de overflow */
.post-content-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden; /* Prevenir scroll horizontal */
    box-sizing: border-box;
}

@media (max-width: 480px) {
    .post-hero {
        min-height: 50vh;
    }
    
    .post-hero .post-title {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    .breadcrumbs {
        font-size: 0.85rem;
    }
    
    .post-content-wrapper {
        padding: 30px 0;
    }
    
    /* Contenido del post más legible en móvil */
    .post-content {
        font-size: 1.1rem !important;
        line-height: 1.7 !important;
    }
    
    .post-content p {
        margin-bottom: 1.5rem;
    }
    
    .post-content h2 {
        font-size: 1.5rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    
    .post-content h3 {
        font-size: 1.3rem;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
    }
    
    .sidebar-widget {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }
    
    /* Control de contenedor en móviles */
    .luggage-container {
        overflow-x: hidden;
        box-sizing: border-box;
    }
}

/* ==========================================================================
   GENERIC PAGE TEMPLATE STYLES
   ========================================================================== */

.generic-page {
    background: var(--clr-bg);
    min-height: 100vh;
}

/* Page Hero Section */
.page-hero {
    background: linear-gradient(135deg, var(--clr-primary) 0%, var(--clr-secondary) 100%);
    color: white;
    padding: 140px 0 80px; /* Increased top padding for header */
    text-align: center;
    position: relative;
}

.page-hero .page-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.page-hero .page-excerpt {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Page Content */
.page-content-section {
    padding: 80px 0;
}

.page-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--clr-neutral-dark);
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
    color: var(--clr-neutral-darker);
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.page-content h2 {
    font-size: 2rem;
    border-bottom: 2px solid var(--clr-primary);
    padding-bottom: 0.5rem;
}

.page-content h3 {
    font-size: 1.5rem;
}

.page-content p {
    margin-bottom: 1.5rem;
}

.page-content ul,
.page-content ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.page-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .page-hero {
        padding: 60px 0;
    }
    
    .page-hero .page-title {
        font-size: 2.5rem;
    }
    
    .page-content-section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .page-hero .page-title {
        font-size: 2rem;
    }
    
    .page-hero .page-excerpt {
        font-size: 1rem;
    }
    
    .page-content-section {
        padding: 40px 0;
    }
}

/* ==========================================================================
   FAQ PAGE TEMPLATE STYLES
   ========================================================================== */

.faq-page {
    background: var(--clr-bg);
    min-height: 100vh;
}

/* FAQ Hero Section */
.faq-hero {
    background: linear-gradient(135deg, var(--clr-primary) 0%, var(--clr-secondary) 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.faq-hero .hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.faq-hero .hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* FAQ Search */
.faq-search {
    max-width: 500px;
    margin: 0 auto;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.search-box input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.search-box input:focus {
    outline: none;
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.search-icon {
    position: absolute;
    right: 20px;
    color: var(--clr-neutral-medium);
    pointer-events: none;
}

/* FAQ Navigation Tabs */
.faq-navigation {
    background: white;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 100;
}

.faq-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.faq-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: transparent;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    color: var(--clr-neutral-medium);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.faq-tab:hover,
.faq-tab.active {
    background: var(--clr-primary);
    border-color: var(--clr-primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 145, 77, 0.3);
}

.tab-icon {
    font-size: 1.1rem;
}

/* FAQ Content */
.faq-content {
    padding: 60px 0;
}

.faq-category {
    margin-bottom: 50px;
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: var(--shadow-light);
    border: 1px solid #f0f0f0;
}

.faq-category.hidden {
    display: none;
}

.category-title {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 2rem;
    font-weight: 600;
    color: var(--clr-neutral-dark);
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--clr-primary);
}

.category-icon {
    font-size: 2.5rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* FAQ Items */
.faq-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-color: var(--clr-primary);
}

.faq-item.active {
    border-color: var(--clr-primary);
    box-shadow: 0 4px 20px rgba(255, 145, 77, 0.15);
}

/* FAQ Questions */
.faq-question {
    width: 100%;
    padding: 25px;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--clr-neutral-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    font-family: inherit;
}

.faq-question:hover {
    background: rgba(255, 145, 77, 0.05);
}

.faq-item.active .faq-question {
    background: rgba(255, 145, 77, 0.1);
    color: var(--clr-primary);
}

/* FAQ Toggle */
.faq-toggle {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--clr-primary);
    transition: transform 0.3s ease;
    min-width: 30px;
    text-align: center;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

/* FAQ Answers */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: #f8f9fa;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 25px;
    border-top: 1px solid #e9ecef;
}

.faq-answer p {
    margin: 0;
    line-height: 1.6;
    color: var(--clr-neutral-medium);
}

.faq-answer ul {
    margin: 10px 0;
    padding-left: 20px;
    color: var(--clr-neutral-medium);
}

.faq-answer li {
    margin-bottom: 8px;
}

/* Contact Section */
.faq-contact {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--clr-neutral-dark);
    margin-bottom: 15px;
}

.contact-header p {
    font-size: 1.1rem;
    color: var(--clr-neutral-medium);
    max-width: 600px;
    margin: 0 auto;
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 20px;
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--shadow-light);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-method:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.method-icon {
    font-size: 3rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.method-info h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--clr-neutral-dark);
    margin: 0 0 8px 0;
}

.method-info p {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--clr-primary);
    margin: 0 0 5px 0;
}

.method-info span {
    font-size: 0.9rem;
    color: var(--clr-neutral-light);
}

/* Contact CTA */
.contact-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-primary {
    background: var(--clr-primary);
    color: white;
    border-color: var(--clr-primary);
}

.btn-primary:hover {
    background: var(--clr-primary-hover);
    border-color: var(--clr-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 145, 77, 0.4);
}

.btn-outline {
    background: transparent;
    color: var(--clr-primary);
    border-color: var(--clr-primary);
}

.btn-outline:hover {
    background: var(--clr-primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 145, 77, 0.3);
}

/* Responsive Design for FAQ Page */
@media (max-width: 768px) {
    .faq-hero .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .faq-hero {
        padding: 60px 0;
    }
    
    .faq-tabs {
        gap: 15px;
    }
    
    .faq-tab {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .category-title {
        font-size: 1.5rem;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .faq-category {
        padding: 25px;
        margin-bottom: 30px;
    }
    
    .faq-question {
        padding: 20px;
        font-size: 1rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 20px;
    }
    
    .contact-methods {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-method {
        padding: 25px;
        flex-direction: column;
        text-align: center;
    }
    
    .contact-header h2 {
        font-size: 2rem;
    }
    
    .contact-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 250px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .faq-hero .hero-content h1 {
        font-size: 2rem;
    }
    
    .faq-hero .hero-subtitle {
        font-size: 1rem;
    }
    
    .search-box input {
        padding: 12px 45px 12px 15px;
        font-size: 0.9rem;
    }
    
    .faq-navigation {
        padding: 20px 0;
    }
    
    .faq-content {
        padding: 40px 0;
    }
    
    .faq-category {
        padding: 20px;
    }
    
    .category-title {
        font-size: 1.3rem;
    }
    
    .faq-question {
        padding: 15px;
        font-size: 0.95rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 15px;
    }
}

/* ==========================================================================
   CLEAN BLOG DESIGN - UX/UI OPTIMIZED v2.0
   Focus: Simplicity, Readability, Content-First
   ========================================================================== */

/* Archive/Index Container */
.blog-archive {
    background: #ffffff;
    min-height: 100vh;
}

.archive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ==========================================================================
   ARCHIVE HERO - Minimal & Clean
   ========================================================================== */

.archive-hero {
    padding: 80px 0 48px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

.archive-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 12px;
}

.archive-title span {
    color: var(--clr-primary);
}

.archive-description {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* ==========================================================================
   CATEGORY FILTER - Horizontal, Clean
   ========================================================================== */

.archive-filters {
    padding: 32px 0;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 100;
}

.category-nav {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.cat-link {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    text-decoration: none;
    border-radius: 50px;
    background: #f5f5f5;
    transition: all 0.2s ease;
}

.cat-link:hover {
    background: #e8e8e8;
    color: #333;
}

.cat-link.active {
    background: var(--clr-primary);
    color: white;
}

/* ==========================================================================
   POSTS GRID - 3 Columns, 4:3 Vertical Images
   ========================================================================== */

.archive-posts {
    padding: 64px 0 80px;
}

.posts-grid-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* Card Design - Minimal & Content-Focused */
.post-card-clean {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    transition: transform 0.2s ease;
}

.post-card-clean:hover {
    transform: translateY(-4px);
}

/* Image - 4:3 Vertical Aspect Ratio */
.post-thumbnail-link {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #f0f0f0;
}

.post-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.post-card-clean:hover .post-thumb {
    transform: scale(1.03);
}

/* Card Body */
.post-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.post-cat {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: var(--clr-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-card-title {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
}

.post-card-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-card-title a:hover {
    color: var(--clr-primary);
}

.post-card-meta {
    font-size: 14px;
    color: #999;
}

/* ==========================================================================
   PAGINATION - Simple & Clean
   ========================================================================== */

.archive-pagination {
    margin-top: 64px;
    text-align: center;
}

.archive-pagination .page-numbers {
    display: inline-flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.archive-pagination li {
    list-style: none;
}

.archive-pagination a,
.archive-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.archive-pagination a:hover {
    background: #f5f5f5;
    color: #333;
}

.archive-pagination .current {
    background: var(--clr-primary);
    color: white;
}

/* No Posts State */
.no-posts {
    text-align: center;
    padding: 80px 20px;
}

.no-posts p {
    font-size: 1.125rem;
    color: #666;
    margin-bottom: 24px;
}

.btn-simple {
    display: inline-block;
    padding: 12px 28px;
    background: var(--clr-primary);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-simple:hover {
    background: var(--clr-primary-hover);
    transform: translateY(-2px);
}

/* ==========================================================================
   SINGLE POST - Optimized for Reading
   Max 680px content width, 18px base font, 1.8 line-height
   ========================================================================== */

.single-post {
    background: #ffffff;
}

/* Header transparency - now works with mini-hero */
.has-transparent-header #site-header {
    background: rgba(23, 70, 255, 0.95);
    backdrop-filter: blur(10px);
}

.has-transparent-header #site-header.scrolled {
    background: rgba(23, 70, 255, 1);
}

.single-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Mini Hero - Dark gradient background */
.single-mini-hero {
    background: linear-gradient(135deg, #1a2332 0%, #0f1419 100%);
    padding: 120px 0 60px;
    position: relative;
    overflow: hidden;
}

.single-mini-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(23, 70, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255, 145, 77, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.single-mini-hero .single-container {
    position: relative;
    z-index: 1;
}

/* Breadcrumbs inside mini-hero */
.single-mini-hero .single-breadcrumbs {
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 32px;
}

.single-mini-hero .single-breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.single-mini-hero .single-breadcrumbs a:hover {
    color: #FF914D;
}

.single-mini-hero .single-breadcrumbs .sep {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.3);
}

/* Post Header inside mini-hero */
.single-mini-hero .single-header {
    padding: 0;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.single-mini-hero .single-category {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #FF914D;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    margin-bottom: 20px;
    padding: 6px 16px;
    background: rgba(255, 145, 77, 0.15);
    border-radius: 20px;
    transition: all 0.2s ease;
}

.single-mini-hero .single-category:hover {
    background: rgba(255, 145, 77, 0.25);
    transform: translateY(-2px);
}

.single-mini-hero .single-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    margin: 0 0 24px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.single-mini-hero .single-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.single-mini-hero .meta-sep {
    color: rgba(255, 255, 255, 0.3);
}

/* Featured Image - Responsive (4:3 mobile, landscape desktop) */
.single-featured-image {
    padding: 48px 0 56px;
    background: #ffffff;
}

.featured-img-wrapper {
    max-width: 680px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
}

.featured-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Desktop: landscape crop to avoid huge vertical images */
@media (min-width: 769px) {
    .featured-img {
        max-height: 450px;
        object-fit: cover;
        object-position: center;
    }
}

/* Mobile: maintain 4:3 vertical aspect (Instagram format) */
@media (max-width: 768px) {
    .featured-img {
        aspect-ratio: 3 / 4;
        object-fit: cover;
    }
}

/* Content - OPTIMIZED FOR READING */
.single-content {
    padding: 0 0 64px;
}

.content-wrapper {
    max-width: 680px;
    margin: 0 auto;
}

/* Typography Optimization */
.content-wrapper p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin: 0 0 24px;
}

.content-wrapper h2 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 48px 0 20px;
}

.content-wrapper h3 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
    margin: 36px 0 16px;
}

.content-wrapper h4 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
    margin: 28px 0 12px;
}

.content-wrapper ul,
.content-wrapper ol {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin: 0 0 24px;
    padding-left: 28px;
}

.content-wrapper li {
    margin-bottom: 8px;
}

.content-wrapper blockquote {
    font-size: 1.125rem;
    line-height: 1.7;
    font-style: italic;
    color: #666;
    border-left: 4px solid var(--clr-primary);
    padding: 20px 24px;
    margin: 32px 0;
    background: #f9f9f9;
}

.content-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 32px 0;
}

.content-wrapper a {
    color: var(--clr-primary);
    text-decoration: underline;
    transition: color 0.2s ease;
}

.content-wrapper a:hover {
    color: var(--clr-primary-hover);
}

.content-wrapper code {
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 3px;
    color: #d63384;
}

.content-wrapper pre {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 32px 0;
}

.content-wrapper pre code {
    background: none;
    padding: 0;
    color: #333;
}

/* Post Footer */
.single-footer {
    padding: 48px 0;
    border-top: 1px solid #e8e8e8;
}

.post-tags {
    margin-bottom: 32px;
}

.post-tags a {
    display: inline-block;
    padding: 6px 14px;
    margin: 0 8px 8px 0;
    font-size: 14px;
    color: #666;
    background: #f5f5f5;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.2s ease;
}

.post-tags a:hover {
    background: var(--clr-primary);
    color: white;
}

.post-share {
    max-width: 680px;
    margin: 0 auto;
}

.share-label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
}

.share-buttons {
    display: flex;
    gap: 12px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.2s ease;
}

.share-facebook {
    background: #1877f2;
    color: white;
}

.share-facebook:hover {
    background: #145dbf;
    transform: translateY(-2px);
}

.share-twitter {
    background: #1da1f2;
    color: white;
}

.share-twitter:hover {
    background: #0d8bd9;
    transform: translateY(-2px);
}

.share-whatsapp {
    background: #25d366;
    color: white;
}

.share-whatsapp:hover {
    background: #1fb855;
    transform: translateY(-2px);
}

/* Author Bio */
.author-bio {
    padding: 48px 0;
    background: #f9f9f9;
    border-top: 1px solid #e8e8e8;
}

.author-card {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    align-items: start;
}

.author-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px;
}

.author-description {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Related Posts */
.related-posts {
    padding: 64px 0 80px;
    border-top: 1px solid #e8e8e8;
}

.related-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 40px;
    text-align: center;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.related-card {
    display: flex;
    flex-direction: column;
}

.related-thumb-link {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 16px;
}

.related-thumb {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-card:hover .related-thumb {
    transform: scale(1.05);
}

.related-body {
    flex: 1;
}

.related-cat {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: var(--clr-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.related-post-title {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
}

.related-post-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.related-post-title a:hover {
    color: var(--clr-primary);
}

/* ==========================================================================
   RESPONSIVE - Mobile First
   ========================================================================== */

@media (max-width: 992px) {
    .posts-grid-3col {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    
    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .archive-hero {
        padding: 60px 0 40px;
    }
    
    .archive-title {
        font-size: 2rem;
    }
    
    .archive-description {
        font-size: 1rem;
    }
    
    .archive-filters {
        padding: 24px 0;
    }
    
    .category-nav {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    .cat-link {
        white-space: nowrap;
    }
    
    .archive-posts {
        padding: 48px 0 64px;
    }
    
    .posts-grid-3col {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    /* Mini-hero responsive */
    .single-mini-hero {
        padding: 100px 0 48px;
    }
    
    .single-mini-hero .single-header {
        text-align: left;
    }
    
    .single-mini-hero .single-title {
        font-size: 1.75rem;
    }
    
    .single-mini-hero .single-meta {
        justify-content: flex-start;
    }
    
    .single-header {
        padding: 40px 0 28px;
    }
    
    .single-title {
        font-size: 1.75rem;
    }
    
    .content-wrapper p {
        font-size: 17px;
    }
    
    .content-wrapper h2 {
        font-size: 1.5rem;
        margin: 40px 0 16px;
    }
    
    .content-wrapper h3 {
        font-size: 1.25rem;
        margin: 32px 0 12px;
    }
    
    .author-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .related-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .archive-container,
    .single-container {
        padding: 0 16px;
    }
    
    .share-buttons {
        justify-content: center;
    }
}

/* ==========================================================================
   FOOTER - Black Background, Simple & Clean
   ========================================================================== */

.bagsandgo-footer {
    background: #0a0a0a;
    color: #e0e0e0;
}

.footer-main {
    padding: 60px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
}

.footer-brand .footer-logo {
    margin-bottom: 16px;
}

.footer-brand .footer-logo img,
.footer-brand .footer-logo h2 {
    max-width: 160px;
    margin: 0;
    color: white;
}

.footer-tagline {
    color: #999;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #e0e0e0;
    transition: all 0.2s ease;
}

.footer-social a:hover {
    background: #FF914D;
    color: white;
    transform: translateY(-2px);
}

.footer-title {
    font-size: 14px;
    font-weight: 700;
    color: white;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-menu a:hover {
    color: #FF914D;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.footer-bottom-content {
    text-align: center;
}

.copyright {
    margin: 0;
    color: #666;
    font-size: 13px;
}

@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
}

@media (max-width: 768px) {
    .footer-main {
        padding: 48px 0 32px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .footer-brand {
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
    }
}
