/* ============================================
   LUXPET.NL - PREMIUM SCANDINAVIAN HOME DESIGN
   ============================================ */

:root {
    /* LuxPet Premium Colors */
    --luxpet-blue: #1D4FFF;
    --luxpet-navy: #08172F;
    --luxpet-white: #FAFAFA;
    --luxpet-beige: #F5F2EC;
    --luxpet-gray: #F3F4F6;
    --luxpet-text: #0F172A;
    
    /* Accent Colors */
    --accent-warm: #FFA726;
    --accent-success: #22C55E;
    
    /* Typography */
    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ============================================
   HERO SECTION - FULL-WIDTH BACKGROUND IMAGE
   ============================================ */

.luxpet-hero {
    position: relative;
    height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.luxpet-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 23, 47, 0.75) 0%, rgba(8, 23, 47, 0.45) 50%, transparent 100%);
    z-index: 1;
}

.luxpet-hero__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    width: 100%;
}

.luxpet-hero__content {
    max-width: 600px;
}

.luxpet-hero__headline {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    font-weight: 800;
    color: white;
    line-height: 1.1;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.luxpet-hero__subheadline {
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin: 0 0 2rem 0;
    max-width: 540px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.luxpet-hero__cta-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.luxpet-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
}

.luxpet-hero__btn--primary {
    background: rgba(0, 170, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white;
    box-shadow: 0 4px 14px rgba(0, 170, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.luxpet-hero__btn--primary:hover {
    background: rgba(0, 170, 255, 1);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 170, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.3);
}

.luxpet-hero__btn--secondary {
    background: white;
    color: var(--luxpet-navy);
    border: 2px solid var(--luxpet-navy);
}

.luxpet-hero__btn--secondary:hover {
    background: var(--luxpet-navy);
    color: white;
    transform: translateY(-2px);
}

.luxpet-hero__trust {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.luxpet-hero__stars {
    display: flex;
    gap: 2px;
}

.luxpet-hero__stars svg {
    width: 20px;
    height: 20px;
    fill: #FFA726;
}

.hero__trust-avatars {
    display: flex;
}

.hero__trust-avatars img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -8px;
    object-fit: cover;
}

.hero__trust-avatars img:first-child {
    margin-left: 0;
}

.luxpet-hero__trust-rating {
    font-size: 0.95rem;
    color: white;
    font-weight: 700;
}

.luxpet-hero__trust-count {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

/* ============================================
   TRUST BAR
   ============================================ */

.luxpet-trust-bar {
    background: transparent;
    padding: 0;
    margin-top: -80px;
    position: relative;
    z-index: 10;
}

.luxpet-trust-bar__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.luxpet-trust-bar__card {
    background: white;
    border-radius: 20px;
    padding: 2rem 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 
                0 4px 12px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.luxpet-trust-bar__item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
}

.luxpet-trust-bar__icon {
    width: 48px;
    height: 48px;
    background: rgba(0, 170, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 170, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.luxpet-trust-bar__icon i {
    font-size: 1.25rem;
    color: #00aaff;
}

.luxpet-trust-bar__item:hover .luxpet-trust-bar__icon {
    background: rgba(0, 170, 255, 0.18);
    border-color: rgba(0, 170, 255, 0.35);
    transform: scale(1.05);
}

.luxpet-trust-bar__content {
    flex: 1;
    padding-top: 0.25rem;
}

.luxpet-trust-bar__title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--luxpet-navy);
    line-height: 1.3;
    margin-bottom: 0.25rem;
}

.luxpet-trust-bar__subtitle {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #6B7280;
    line-height: 1.4;
}

/* ============================================
   CATEGORY SECTION
   ============================================ */

.luxpet-categories {
    padding: 6rem 0 4rem;
    background: var(--luxpet-white);
}

.luxpet-categories__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.luxpet-section-head {
    text-align: center;
    margin-bottom: 3rem;
}

.luxpet-section-label {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #00aaff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.luxpet-section-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--luxpet-navy);
    line-height: 1.2;
    margin: 0;
}

.luxpet-categories__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.luxpet-category-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: block;
    max-width: 200px;
}

.luxpet-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.luxpet-category-card__image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.luxpet-category-card:hover .luxpet-category-card__image {
    transform: scale(1.08);
}

.luxpet-category-card__content {
    padding: 1rem 0 0 0;
    text-align: center;
}

.luxpet-category-card__title {
    font-family: var(--font-heading);
    font-size: 1.125rem;
    font-weight: 700;
    color: #00aaff;
    margin: 0 0 0.25rem 0;
}

.luxpet-category-card__content h5 {
    font-size: 0.875rem;
    font-weight: 500;
    color: #0F172A;
    margin: 0;
    line-height: 1.4;
}

/* ============================================
   BESTSELLER SECTION
   ============================================ */

.luxpet-bestsellers {
    padding: 4rem 0;
    background: var(--luxpet-beige);
}

.luxpet-bestsellers__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.luxpet-bestsellers__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
}

.luxpet-product-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: block;
    border: 1px solid #E5E7EB;
}

.luxpet-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    border-color: var(--luxpet-blue);
}

.luxpet-product-card__image-wrap {
    position: relative;
    aspect-ratio: 1;
    background: var(--luxpet-gray);
    overflow: hidden;
}

.luxpet-product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.luxpet-product-card:hover .luxpet-product-card__image {
    transform: scale(1.05);
}

.luxpet-product-card__badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: var(--accent-warm);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
}

.luxpet-product-card__body {
    padding: 1.25rem;
}

.luxpet-product-card__category {
    font-size: 0.75rem;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.luxpet-product-card__title {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--luxpet-navy);
    line-height: 1.4;
    margin: 0 0 0.75rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.luxpet-product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.luxpet-product-card__price {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--luxpet-navy);
}

.luxpet-product-card__cta {
    background: rgba(0, 170, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.luxpet-product-card:hover .luxpet-product-card__cta {
    background: rgba(0, 170, 255, 1);
    border-color: rgba(255, 255, 255, 0.3);
}

/* ============================================
   WHY LUXPET SECTION
   ============================================ */

.luxpet-why {
    padding: 4rem 0;
    background: white;
}

.luxpet-why__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.luxpet-why__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.luxpet-why-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: linear-gradient(135deg, var(--luxpet-white) 0%, var(--luxpet-beige) 100%);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.luxpet-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.luxpet-why-card__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    background: rgba(0, 170, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 170, 255, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00aaff;
    box-shadow: 0 4px 12px rgba(0, 170, 255, 0.15);
    transition: all 0.3s ease;
}

.luxpet-why-card:hover .luxpet-why-card__icon {
    background: rgba(0, 170, 255, 0.15);
    border-color: rgba(0, 170, 255, 0.35);
    transform: scale(1.05);
}

.luxpet-why-card__icon svg {
    width: 32px;
    height: 32px;
}

.luxpet-why-card__title {
    font-family: var(--font-heading);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--luxpet-navy);
    margin: 0 0 0.75rem 0;
}

.luxpet-why-card__desc {
    font-size: 0.9375rem;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   REVIEWS SECTION
   ============================================ */

.luxpet-reviews {
    padding: 4rem 0;
    background: var(--luxpet-beige);
}

.luxpet-reviews__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.luxpet-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.luxpet-review-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.luxpet-review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.luxpet-review-card__image-wrap {
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--luxpet-gray);
}

.luxpet-review-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.luxpet-review-card:hover .luxpet-review-card__image {
    transform: scale(1.05);
}

.luxpet-review-card__body {
    padding: 1.5rem;
}

.luxpet-review-card__stars {
    display: flex;
    gap: 2px;
    margin-bottom: 1rem;
}

.luxpet-review-card__stars svg {
    width: 16px;
    height: 16px;
    fill: #FFA726;
}

.luxpet-review-card__text {
    font-size: 0.9375rem;
    color: #4B5563;
    line-height: 1.7;
    margin: 0 0 1.25rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.luxpet-review-card__author {
    font-weight: 700;
    color: var(--luxpet-navy);
    font-size: 0.9375rem;
}

.luxpet-review-card__product {
    font-size: 0.875rem;
    color: #6B7280;
    margin-top: 0.25rem;
}

/* ============================================
   HERO ENHANCEMENTS
   ============================================ */

.luxpet-hero {
    height: 700px;
    padding-bottom: 80px;
}

.luxpet-hero__trust {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    margin-top: 1.75rem;
}

.luxpet-hero__trust-avatars {
    display: flex;
}

.luxpet-hero__trust-avatars img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -8px;
    object-fit: cover;
}

.luxpet-hero__trust-avatars img:first-child {
    margin-left: 0;
}

.luxpet-hero__trust-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Hero bottom bar */
.luxpet-hero__bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.2);
    z-index: 3;
    padding: 0.875rem 2rem;
}

.luxpet-hero__bottom-bar-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.luxpet-hero__bottom-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
}

.luxpet-hero__bottom-item i {
    color: #22C55E;
    font-size: 1rem;
}

.luxpet-hero__bottom-divider {
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.35);
}

/* ============================================
   CATEGORY CARD BUTTON
   ============================================ */

.luxpet-category-card__btn {
    display: inline-block;
    margin-top: 0.75rem;
    background: white;
    color: var(--luxpet-navy);
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.45rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.luxpet-category-card:hover .luxpet-category-card__btn {
    background: var(--luxpet-blue);
    color: white;
}

/* ============================================
   BESTSELLERS HEADER
   ============================================ */

.luxpet-bestsellers__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.luxpet-bestsellers__view-all {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #00aaff;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
    padding-bottom: 0.25rem;
}

.luxpet-bestsellers__view-all:hover {
    color: var(--luxpet-blue);
}

/* ============================================
   PHOTO TRUST SECTION
   ============================================ */

.luxpet-photo-trust {
    background: var(--luxpet-navy);
    padding: 3rem 0;
}

.luxpet-photo-trust__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.luxpet-photo-trust__left {
    flex-shrink: 0;
    min-width: 220px;
}

.luxpet-photo-trust__title {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: white;
    line-height: 1.2;
    margin: 0 0 1.25rem 0;
}

.luxpet-photo-trust__rating {
    margin-bottom: 0.75rem;
}

.luxpet-photo-trust__stars {
    display: flex;
    gap: 2px;
    margin-bottom: 0.35rem;
}

.luxpet-photo-trust__stars svg {
    width: 18px;
    height: 18px;
    fill: #22C55E;
}

.luxpet-photo-trust__score {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.8);
}

.luxpet-photo-trust__trustpilot {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255,255,255,0.75);
    font-size: 0.8rem;
    font-weight: 600;
}

.luxpet-photo-trust__grid {
    display: flex;
    gap: 0.75rem;
    flex: 1;
    overflow: hidden;
}

.luxpet-photo-trust__photo {
    flex: 1;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    min-width: 0;
}

.luxpet-photo-trust__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.luxpet-photo-trust__photo:hover img {
    transform: scale(1.05);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1024px) {
    .luxpet-hero {
        height: 600px;
    }
    
    .luxpet-categories__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .luxpet-bestsellers__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .luxpet-why__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .luxpet-reviews__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Mobile category card adjustments */
    .luxpet-category-card__title {
        font-size: 1.25rem;
    }
    
    .luxpet-category-card__content {
        padding: 1.25rem;
    }
}

@media (max-width: 768px) {
    .luxpet-trust-bar {
        margin-top: -60px;
    }
    
    .luxpet-trust-bar__card {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 1.5rem;
    }
    
    .luxpet-trust-bar__icon {
        width: 44px;
        height: 44px;
    }
    
    .luxpet-trust-bar__icon i {
        font-size: 1.125rem;
    }
    
    .luxpet-bestsellers__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .luxpet-reviews__grid {
        grid-template-columns: 1fr;
    }

    .luxpet-bestsellers__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .luxpet-photo-trust__container {
        flex-direction: column;
        gap: 2rem;
    }

    .luxpet-photo-trust__grid {
        width: 100%;
    }

    .luxpet-hero__bottom-bar-inner {
        gap: 1rem;
        flex-wrap: wrap;
    }

    .luxpet-hero__bottom-item {
        font-size: 0.8rem;
    }
    
    /* Mobile bestseller card adjustments */
    .luxpet-product-card__title {
        font-size: 0.9375rem;
    }
    
    .luxpet-product-card__price {
        font-size: 1.125rem;
    }
    
    .luxpet-product-card__body {
        padding: 1rem;
    }
    
    /* Mobile review card adjustments */
    .luxpet-review-card__body {
        padding: 1.25rem;
    }
    
    .luxpet-review-card__text {
        font-size: 0.875rem;
    }
}

@media (max-width: 640px) {
    .luxpet-hero {
        height: 500px;
        padding-bottom: 60px;
    }
    
    .luxpet-hero__container {
        padding: 0 1rem;
    }
    
    /* Hide headline and subheadline on mobile */
    .luxpet-hero__headline,
    .luxpet-hero__subheadline {
        display: none;
    }
    
    /* Show trust count on mobile */
    .luxpet-hero__trust-count {
        display: inline;
    }
    
    /* Show trust avatars on mobile */
    .hero__trust-avatars {
        display: flex;
    }
    
    /* Position trust info at bottom left on mobile */
    .luxpet-hero__trust {
        position: absolute;
        bottom: -200px;
        left: 1rem;
        justify-content: flex-start;
        margin-top: 0;
        background: rgba(8, 23, 47, 0.0);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 0.75rem 1rem;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .luxpet-hero__trust-info {
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
    }
    
    .luxpet-hero__trust-rating,
    .luxpet-hero__trust-count {
        color: white;
        font-size: 0.875rem;
    }
    
    .luxpet-hero__cta-group {
        flex-direction: column;
    }
    
    .luxpet-hero__btn {
        width: 100%;
        justify-content: center;
    }
    
    .luxpet-trust-bar {
        margin-top: -50px;
    }
    
    .luxpet-trust-bar__card {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.25rem;
    }
    
    .luxpet-trust-bar__icon {
        width: 40px;
        height: 40px;
    }
    
    .luxpet-trust-bar__icon i {
        font-size: 1rem;
    }
    
    .luxpet-trust-bar__title {
        font-size: 0.875rem;
    }
    
    .luxpet-trust-bar__subtitle {
        font-size: 0.75rem;
    }
    
    .luxpet-categories__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.5rem;
    }
    
    .luxpet-category-card {
        max-width: 100%;
    }
    
    .luxpet-category-card__content {
        padding: 0.5rem 0 0 0;
        text-align: center;
    }
    
    .luxpet-category-card__title {
        font-size: 0.875rem;
    }
    
    .luxpet-category-card__content h5 {
        font-size: 0.75rem;
    }
    
    .luxpet-why__grid {
        grid-template-columns: 1fr;
    }

    /* Mobile bottom bar marquee adjustments */
    .luxpet-hero__bottom-bar {
        padding: 0.75rem 1rem;
    }
    
    .luxpet-hero__bottom-bar-inner {
        gap: 1rem;
        flex-wrap: wrap;
    }
    
    .luxpet-hero__bottom-item {
        font-size: 0.8rem;
    }

    .luxpet-photo-trust__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .luxpet-photo-trust__photo:nth-child(n+4) {
        display: none;
    }
    
    /* Mobile photo trust section */
    .luxpet-photo-trust__container {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
    
    .luxpet-photo-trust__left {
        min-width: auto;
    }
    
    .luxpet-photo-trust__title {
        font-size: 1.5rem;
    }
    
    /* Mobile section header adjustments */
    .luxpet-section-head {
        margin-bottom: 2rem;
    }
    
    .luxpet-section-label {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
    
    .luxpet-section-title {
        font-size: 1.75rem;
    }
    
    /* Mobile why card adjustments */
    .luxpet-why-card {
        padding: 1.5rem 1rem;
    }
    
    .luxpet-why-card__icon {
        width: 56px;
        height: 56px;
        margin-bottom: 1rem;
    }
    
    .luxpet-why-card__icon svg {
        width: 28px;
        height: 28px;
    }
    
    .luxpet-why-card__title {
        font-size: 1rem;
    }
    
    .luxpet-why-card__desc {
        font-size: 0.875rem;
    }
    
    /* Mobile comment card adjustments */
    .luxpet-comment-card {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 1rem !important;
        gap: 1rem !important;
    }
    
    .luxpet-comment-media {
        width: 100% !important;
        flex-shrink: 1 !important;
    }
    
    .luxpet-comment-media img,
    .luxpet-comment-media video {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 250px !important;
        object-fit: cover !important;
    }
    
    .luxpet-comment-card > div:last-child {
        text-align: left !important;
    }
    
    .luxpet-features-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    /* Mobile category card adjustments */
    .luxpet-category-card__title {
        font-size: 1.125rem;
    }
    
    .luxpet-category-card__content {
        padding: 1rem;
    }
    
    /* Mobile bestseller adjustments */
    .luxpet-bestsellers__header {
        margin-bottom: 2rem;
    }
    
    .luxpet-bestsellers__view-all {
        font-size: 0.875rem;
    }
}
