/* La Nueva Industrial - Premium Header & Hero Styles */

/* Process Numbers Override */
.process-number {
    background: #00003e !important;
}

/* Header Styles */
.lni-header {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.lni-header__inner {
    max-width: 1280px;
}

.lni-nav a {
    letter-spacing: 0.05em;
    font-weight: 500;
    transition: color 0.3s ease;
}

.lni-nav a:hover {
    color: #142D5F;
}

.lni-cta {
    background: #142D5F;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.lni-cta:hover {
    background: rgba(20, 45, 95, 0.9);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(20, 45, 95, 0.2);
}

.lni-bar {
    height: 8px;
    background: #142D5F;
    width: 100%;
}

/* Hero Styles */
.lni-hero {
    background: #ffffff;
    width: 100%;
}

.lni-hero__inner {
    max-width: 1280px;
}

.lni-hero__content h1 {
    font-family: 'DM Serif Display', Georgia, 'Times New Roman', serif;
    color: #171717;
    line-height: 1.1;
}

.lni-hero__content p {
    color: #525252;
    line-height: 1.7;
}

.btn-primary {
    background: #142D5F;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: rgba(20, 45, 95, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(20, 45, 95, 0.25);
}

.btn-secondary {
    background: #ffffff;
    color: #142D5F;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    border-color: #142D5F;
    background: rgba(20, 45, 95, 0.02);
}

.lni-hero__media img {
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .lni-header__inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .lni-hero__inner {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .lni-hero__content h1 {
        font-size: 2.5rem;
    }

    .lni-hero__media img {
        height: 400px;
        margin-top: 2rem;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .lni-header__inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lni-hero__inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lni-hero__content h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .lni-hero__content p {
        font-size: 0.95rem;
        margin-top: 1.25rem;
    }

    .lni-hero__media img {
        height: 350px;
        border-radius: 8px;
    }
}

@media (max-width: 480px) {
    .lni-hero__content h1 {
        font-size: 1.75rem;
    }

    .lni-hero__media img {
        height: 300px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 0.875rem 1.5rem;
        font-size: 0.875rem;
    }
}

/* Full Width Assurance */
.lni-header,
.lni-bar,
.lni-hero {
    width: 100%;
    max-width: 100%;
}

body {
    overflow-x: hidden;
}

/* Catalog Section - Marble Background */
.lni-catalog {
    position: relative;
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: 
        /* Base gris medio */
        linear-gradient(135deg, #e5e5e5 0%, #d4d4d4 100%),
        /* Vetas diagonales visibles */
        linear-gradient(45deg, transparent 25%, rgba(160, 160, 160, 0.15) 25%, rgba(160, 160, 160, 0.15) 30%, transparent 30%),
        linear-gradient(-45deg, transparent 35%, rgba(140, 140, 140, 0.12) 35%, rgba(140, 140, 140, 0.12) 42%, transparent 42%),
        linear-gradient(60deg, transparent 20%, rgba(180, 180, 180, 0.1) 20%, rgba(180, 180, 180, 0.1) 25%, transparent 25%),
        /* Vetas orgánicas grandes */
        radial-gradient(ellipse at 15% 25%, rgba(200, 200, 200, 0.4) 0%, transparent 45%),
        radial-gradient(ellipse at 85% 75%, rgba(190, 190, 190, 0.35) 0%, transparent 50%),
        radial-gradient(ellipse at 45% 60%, rgba(210, 210, 210, 0.3) 0%, transparent 55%),
        radial-gradient(ellipse at 70% 30%, rgba(180, 180, 180, 0.25) 0%, transparent 40%),
        /* Manchas sutiles */
        radial-gradient(circle at 30% 80%, rgba(170, 170, 170, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 60% 15%, rgba(195, 195, 195, 0.18) 0%, transparent 35%),
        /* Textura fina */
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(0, 0, 0, 0.03) 2px, rgba(0, 0, 0, 0.03) 3px),
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.02) 2px, rgba(0, 0, 0, 0.02) 3px);
    background-size: 
        100% 100%,
        250px 250px,
        220px 220px,
        180px 180px,
        900px 700px,
        850px 900px,
        700px 750px,
        650px 600px,
        400px 400px,
        500px 500px,
        3px 3px,
        3px 3px;
    background-color: #e8e8e8;
}

/* Catalog Tabs/Filters */
.lni-catalog-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3.5rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}

.lni-catalog-tab {
    padding: 0.875rem 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1.5px solid rgba(180, 180, 180, 0.3);
    color: #404040;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.lni-catalog-tab:hover {
    background: #ffffff;
    border-color: rgba(20, 45, 95, 0.4);
    color: #142D5F;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.lni-catalog-tab.active {
    background: #142D5F;
    color: #ffffff;
    border-color: #142D5F;
    box-shadow: 0 6px 18px rgba(20, 45, 95, 0.35);
    transform: translateY(-1px);
}

/* Catalog Header */
.lni-catalog-header {
    text-align: center;
    margin-bottom: 4rem;
    padding-top: 2rem;
}

.lni-catalog-header .eyebrow {
    color: #525252;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.875rem;
    font-weight: 500;
    display: block;
    margin-bottom: -0.125rem;
}

.lni-catalog-header h2 {
    font-family: 'DM Serif Display', Georgia, 'Times New Roman', serif;
    font-size: 3rem;
    line-height: 1.2;
    color: #171717;
    margin-top: 1.5rem;
    font-weight: 400;
}

.lni-catalog-header p {
    color: #404040;
    margin-top: 1.5rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    font-size: 1.125rem;
}

@media (min-width: 1024px) {
    .lni-catalog-header h2 {
        font-size: 4rem;
    }
}

/* Catalog Grid */
.lni-catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

/* Product Cards Enhancement */
.lni-catalog .group {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(180, 180, 180, 0.25);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.lni-catalog .group:hover {
    background: #ffffff;
    transform: translateY(-6px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
    border-color: rgba(20, 45, 95, 0.2);
}

/* CTA Button in Catalog */
.lni-catalog-cta {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 2px solid #142D5F;
    color: #142D5F;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.lni-catalog-cta:hover {
    background: #142D5F;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(20, 45, 95, 0.25);
}

@media (max-width: 768px) {
    .lni-catalog-header h2 {
        font-size: 2rem;
    }
    
    .lni-catalog-tabs {
        gap: 0.5rem;
    }
    
    .lni-catalog-tab {
        padding: 0.625rem 1.25rem;
        font-size: 0.8125rem;
    }
    
    .lni-catalog-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
    }
}
