/* ==========================================================================
1. ESTILOS DE LA SECCIÓN HERO
   ========================================================================== */
.interior-hero {
    position: relative;
    width: 100%;
    min-height: 380px;
    background: #0F2347;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

.interior-hero__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.interior-hero__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 35, 71, 0.55) 0%, rgba(15, 35, 71, 0.93) 100%);
    z-index: 2;
}

.interior-hero__container {
    position: relative;
    z-index: 3;
    flex: 1 1 0;
    padding: 112px 56px 56px 56px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}

.interior-hero__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.breadcrumb-item, 
.breadcrumb-separator {
    font-size: 10.5px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1.05px;
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.25);
}

.breadcrumb-item--current {
    color: #F47520;
}

a.breadcrumb-item--link {
    color: rgba(255, 255, 255, 0.40);
    text-decoration: none;
    transition: color 0.3s ease;
}

a.breadcrumb-item--link:hover {
    color: #ffffff;
}

.interior-hero__content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    flex-wrap: wrap;
}

.interior-hero__text-block {
    display: flex;
    flex-direction: column;
    gap: 11px;
    max-width: 500px;
}

.interior-hero__subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.interior-hero__subtitle-line {
    width: 28px;
    height: 2.39px;
    background: #F47520;
}

.interior-hero__subtitle {
    color: #F47520;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.interior-hero__title {
    color: #ffffff;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}

.interior-hero__description {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.interior-hero__stats {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.interior-hero__stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
}

.interior-hero__stat-value {
    color: #F47520;
    font-size: 28px;
    line-height: 1;
    text-align: center;
}

.interior-hero__stat-label {
    color: rgba(255, 255, 255, 0.45);
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

/* ==========================================================================
2. ESTILOS DE LA SECCIÓN OVERVIEW
   ========================================================================== */
.interior-overview {
    width: 100%;
    background: #F8F7F4;
    padding: 80px 56px 0 56px; /* Padding bottom movido para integrar productos */
    display: flex;
    flex-direction: column;
    gap: 48px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.interior-overview__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 560px;
}

.interior-overview__subtitle {
    color: #F47520;
    font-size: 10.4px;
    text-transform: uppercase;
    letter-spacing: 1.87px;
}

.interior-overview__title {
    color: #111110;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.06;
    margin: 0;
}

.interior-overview__description {
    color: #70706A;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

.interior-overview__cards {
    display: flex;
    gap: 20px;
    width: 100%;
}

.overview-card {
    flex: 1;
    background: #ffffff;
    outline: 1px solid #E2DDD4;
    display: flex;
    flex-direction: column;
}

.overview-card__image {
    width: 100%;
    height: 366px;
    object-fit: cover;
}

.overview-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.overview-card__meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.overview-card__line {
    width: 24px;
    height: 2px;
    display: inline-block;
    flex-shrink: 0;
}

.overview-card__label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.overview-card__title {
    color: #111110;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
}

.overview-card__description {
    color: #70706A;
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

.overview-card__featured {
    background: #0F2347;
    border-radius: 2px;
    padding: 20px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.featured-subtitle {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: -4px;
}

.featured-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.featured-description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 1.55;
    margin: 0;
}

.featured-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.featured-tag {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 9.5px;
    padding: 4px 8px;
    letter-spacing: 0.5px;
}

.overview-card__action {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 4px;
}

.featured-button {
    align-self: flex-start;
    padding: 8px 16px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.featured-button:hover {
    opacity: 1;
}

.featured-button span {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/* Divisor ajustado según requisitos */
.interior-overview__divider {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    padding-top: 8px;
}

.divider-line {
    flex: 1 1 0;
    height: 1px;
    background: #E2DDD4;
}

.divider-text {
    color: #70706A;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
}

/* ==========================================================================
3. ESTILOS DE LA SECCIÓN DE PRODUCTOS (GRILLA)
   ========================================================================== */
.interior-products {
    width: 100%;
    background: #F8F7F4;
    padding: 48px 56px 80px 56px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.interior-products__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.product-card {
    background: #ffffff;
    outline: 1px solid #E2DDD4;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.product-card__media {
    position: relative;
    width: 100%;
    height: 320px;
    background: #ECEAE4;
}

.product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.product-badge {
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 1.5;
}

.product-badge--light {
    background: rgba(255, 255, 255, 0.9);
    color: #70706A;
    letter-spacing: 1.1px;
    backdrop-filter: blur(4px);
}

.product-badge--orange {
    background: rgba(244, 117, 32, 0.85);
    color: #ffffff;
    letter-spacing: 0.9px;
    backdrop-filter: blur(2px);
}

.product-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-card__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 15px;
}

.product-card__title {
    color: #111110;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

.product-card__description {
    color: #70706A;
    font-size: 12.8px;
    line-height: 1.6;
    margin: 0;
}

.product-card__stats {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E2DDD4;
    padding-top: 15px;
    margin-bottom: 20px;
}

.product-stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.product-stat__label {
    color: #70706A;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.product-stat__value {
    color: #111110;
    font-size: 13px;
    line-height: 1.5;
}

.product-card__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.product-action__view {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #1B3A6B;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.84px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.product-action__view:hover {
    opacity: 0.7;
}

.product-action__sample {
    padding: 5px 12px 6px;
    border-radius: 50px;
    outline: 1px solid #E2DDD4;
    color: #70706A;
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.76px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.product-action__sample:hover {
    background: #f0f0f0;
}

/* ==========================================================================
4. RESPONSIVIDAD GENERAL (MÓVILES)
   ========================================================================== */
@media (max-width: 768px) {
    .interior-hero__container {
        padding: 80px 24px 40px 24px;
    }
    
    .interior-hero__content {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .interior-hero__title {
        font-size: 42px;
    }

    .interior-overview {
        padding: 60px 24px 0 24px;
    }
    
    .interior-overview__cards {
        flex-direction: column;
    }
    
    .interior-overview__title {
        font-size: 36px;
    }

    .interior-products {
        padding: 40px 24px 60px 24px;
    }

    .interior-products__grid {
        grid-template-columns: 1fr;
    }
}