.wilan-hero {
    position: relative;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

.wilan-hero picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.wilan-hero > *:not(picture) {
    position: relative;
    z-index: 2;
}

.wilan-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.wilan-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
}

.wilan-btn {
    padding: 14px 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
    width: 100%;
    max-width: 300px;
    text-align: center;
    white-space: nowrap;
}

.wilan-btn-economico {
    background: #1a237e;
    color: white !important;
    border: 3px solid #ffffff;
}

.wilan-btn-economico:hover {
    background: white;
    color: #f4a261 !important;
}

.wilan-btn-premium {
    background: linear-gradient(135deg, #1a237e, #004a99);
    color: white !important;
    border: 3px solid #c9930d;
    font-size: 18px;
    padding: 16px 15px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.8);
    border-radius: 30px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.3);
}

.wilan-btn-premium:hover {
    background: linear-gradient(135deg, #004a99, #1a237e, #c9930d);
    transform: scale(1.05);
}

@media (min-width: 768px) {
    .wilan-buttons {
        flex-direction: row;
        justify-content: center;
    }
    .wilan-btn {
        width: auto;
    }
}

.wl-wrapper * { box-sizing: border-box; margin: 0; padding: 0; }
.wl-wrapper a { text-decoration: none !important; transition: 0.3s; color: inherit; }
.wl-wrapper h1, .wl-wrapper h2, .wl-wrapper h3 { font-family: var(--font-head) !important; line-height: 1.2 !important; margin-bottom: 15px !important; }
.wl-wrapper p { font-family: var(--font-body) !important; line-height: 1.6 !important; }

.wl-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; position: relative; }
.wl-section-pad { padding: 80px 0; }
.wl-text-center { text-align: center; }
.wl-bg-dark { background: var(--w-dark); color: #ffffff !important; }
.wl-bg-light { background: var(--w-light); }

.wl-text-gradient {
    background: var(--grad-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.wl-hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 140px !important;
    padding-bottom: 60px !important;
    margin-top: -20px;
}

.wl-hero-bg {
    position: absolute; inset: 0; z-index: 0;
    background: url('https://wilanaluminios.com/wp-content/uploads/2025/12/Division-de-bano-batiente-dorado.webp') center/cover;
}

.wl-hero-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.7) 50%, rgba(15, 23, 42, 0.2) 100%);
}

.wl-hero-content {
    z-index: 2; width: 100%; display: flex;
    flex-direction: column; justify-content: center; height: 100%;
}

.wl-hero-text-block { max-width: 700px; margin-bottom: 60px; position: relative; }

.wl-tag-pill {
    display: inline-block;
    background: rgba(216, 173, 40, 0.2);
    color: var(--w-gold) !important;
    padding: 6px 12px; border-radius: 4px;
    font-size: 0.85rem; font-weight: 700; letter-spacing: 2px;
    margin-bottom: 20px !important;
    border: 1px solid rgba(216, 173, 40, 0.3);
}

.wl-hero-title {
    font-size: clamp(2.5rem, 5vw, 4.2rem) !important;
    color: #ffffff !important;
    margin-bottom: 24px !important;
    font-weight: 700 !important;
}

.wl-hero-desc {
    color: #e2e8f0 !important; font-size: 1.15rem !important;
    margin-bottom: 40px !important; max-width: 600px; font-weight: 300;
}

.wl-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.wl-btn-gold-lg {
    background: var(--grad-gold); color: #fff !important;
    padding: 16px 40px; border-radius: 50px;
    font-weight: 700; font-size: 1.1rem;
    box-shadow: 0 0 20px rgba(216, 173, 40, 0.3);
    display: inline-flex; align-items: center; gap: 10px;
}
.wl-btn-gold-lg:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(216, 173, 40, 0.4); }

.wl-btn-glass-lg {
    background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2); color: #fff !important;
    padding: 16px 40px; border-radius: 50px;
    font-weight: 600; font-size: 1.1rem;
}
.wl-btn-glass-lg:hover { background: rgba(255, 255, 255, 0.2); }

.wl-stats-bar {
    margin-top: auto;
    background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px; padding: 24px 40px;
    display: flex; justify-content: space-around; align-items: center;
    width: 100%; max-width: 900px;
}

.wl-stat-item { text-align: center; }
.wl-stat-num { display: block; font-size: 2rem !important; font-weight: 700 !important; color: var(--w-gold) !important; line-height: 1 !important; }
.wl-stat-desc { color: #cbd5e1 !important; font-size: 0.9rem !important; margin-top: 5px !important; }
.wl-stat-divider { width: 1px; height: 40px; background: rgba(255, 255, 255, 0.2); }

.wl-section-header { margin-bottom: 60px; }
.wl-title-h2 { font-size: 2.5rem !important; color: var(--w-blue) !important; font-weight: 700 !important; margin-bottom: 15px !important; }
.wl-txt-white { color: #ffffff !important; }
.wl-txt-gray { color: #94a3b8 !important; font-size: 1.1rem !important; max-width: 600px; margin: 0 auto; }

.wl-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; }

.wl-feat-card {
    background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px; border-radius: 20px; transition: 0.4s;
}
.wl-feat-card:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-10px); }

.wl-icon-box {
    width: 60px; height: 60px; background: var(--w-gold);
    color: #fff !important; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; margin-bottom: 24px !important;
}

.wl-feat-card h3 { font-size: 1.25rem !important; margin-bottom: 15px !important; color: #fff !important; }
.wl-feat-card p { color: #94a3b8 !important; font-size: 0.95rem !important; }

.wl-sub-title { color: var(--w-gold) !important; font-weight: 700; letter-spacing: 2px; font-size: 0.9rem; display: block; margin-bottom: 10px !important; }

.wl-services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }

.wl-card-3d {
    background: #fff; border-radius: 20px; overflow: hidden;
    box-shadow: var(--shadow-card); transition: 0.4s; cursor: pointer; border: 1px solid #eee;
}
.wl-card-3d:hover { transform: translateY(-12px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); }

.wl-card-img-wrap { height: 260px; background-size: cover; background-position: center; position: relative; }
.wl-badge-premium {
    position: absolute; top: 20px; right: 20px;
    background: var(--grad-gold); color: #fff !important;
    padding: 6px 14px; border-radius: 50px;
    font-size: 0.8rem; font-weight: 700;
}

.wl-card-body { padding: 32px; }
.wl-card-body h3 { font-size: 1.5rem !important; margin-bottom: 10px !important; color: var(--w-blue) !important; }
.wl-card-body p { color: #64748b !important; margin-bottom: 20px !important; font-size: 0.95rem !important; }

.wl-link-arrow { color: var(--w-gold) !important; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
.wl-link-arrow:hover { gap: 15px; color: var(--w-blue) !important; }

.wl-calc-teaser { background: var(--w-blue); padding: 80px 24px; position: relative; overflow: hidden; }
.wl-calc-teaser::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: rgba(255, 255, 255, 0.05); border-radius: 50%; }

.wl-calc-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 40px; position: relative; z-index: 2; }
.wl-calc-text { color: #fff; max-width: 600px; }
.wl-calc-text h2 { font-size: 2.5rem !important; margin-bottom: 15px !important; color: #ffffff !important; }
.wl-calc-text p { font-size: 1.1rem !important; opacity: 0.9; margin-bottom: 25px !important; color: #e2e8f0 !important; }

.wl-check-list { display: flex; gap: 20px; font-size: 0.9rem; font-weight: 600; opacity: 0.9; list-style: none; padding: 0; color: #fff !important; }
.wl-check-list li { display: flex; align-items: center; gap: 8px; }

.wl-btn-calc-big {
    background: #fff; padding: 15px 30px; border-radius: 16px;
    display: flex; align-items: center; gap: 20px; transition: 0.3s;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3); text-decoration: none !important;
}
.wl-btn-calc-big:hover { transform: scale(1.05); }

.wl-icon-calc { font-size: 2rem; color: var(--w-blue); }
.wl-text-calc-group { display: flex; flex-direction: column; color: var(--w-blue); font-weight: 800; font-size: 1.2rem; line-height: 1.1; }
.wl-text-calc-group small { font-size: 0.8rem; color: #64748b; font-weight: 500; }

@media (max-width: 768px) {
    .wl-hero-section { min-height: auto; padding-top: 100px !important; }
    .wl-hero-title { font-size: 2.5rem !important; }
    .wl-hero-actions { justify-content: center; }
    .wl-btn-gold-lg, .wl-btn-glass-lg { width: 100%; justify-content: center; }
    .wl-stats-bar { position: relative; flex-direction: column; gap: 20px; padding: 20px; align-items: flex-start; margin-top: 30px; }
    .wl-stat-divider { display: none; }
    .wl-stat-item { text-align: left; display: flex; align-items: center; gap: 15px; width: 100%; }
    .wl-stat-num { font-size: 1.5rem !important; min-width: 80px; }
    .wl-services-grid { grid-template-columns: 1fr; }
    .wl-calc-content { text-align: center; justify-content: center; }
    .wl-check-list { justify-content: center; flex-wrap: wrap; }
}


/* =========================================
   PAGE ESPEJOS DECORATIVOS
   ========================================= */

.wl-hero-mirror-bg {
    position: relative;
    min-height: 75vh !important;
    padding-top: 120px !important;
    padding-bottom: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--w-dark);
}

.wl-hero-mirror-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://wilanaluminios.com/wp-content/uploads/2023/05/Espejos-decorativos2-1.jpg') center/cover no-repeat;
    filter: brightness(0.5); 
    z-index: 0;
}

/* Textos y Contenidos del Hero */
.wl-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    color: var(--w-white);
}

.wl-hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    line-height: 1.1 !important;
    color: var(--w-white) !important;
    font-family: var(--font-head) !important;
}

.wl-hero-desc {
    font-size: 1.2rem !important;
    color: #e2e8f0 !important;
    max-width: 700px;
    margin: 0 auto 40px auto !important;
    font-family: var(--font-body) !important;
    font-weight: 300;
}

/* Botones Hero */
.wl-hero-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.wl-btn-gold-lg {
    background: var(--grad-gold);
    color: var(--w-white) !important;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-family: var(--font-head);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s;
}
.wl-btn-gold-lg:hover { transform: translateY(-3px); }

.wl-btn-glass-lg {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    color: var(--w-white) !important;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-family: var(--font-head);
    transition: background 0.3s;
}
.wl-btn-glass-lg:hover { background: rgba(255,255,255,0.2); }

/* --- BARRA DE CONFIANZA --- */
.wl-trust-bar {
    background: var(--w-white);
    padding: 40px 20px;
    border-bottom: 1px solid #eee;
}

.wl-trust-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.wl-trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 350px;
}

.wl-trust-item i {
    font-size: 2.5rem;
    color: var(--w-gold);
}

.wl-trust-item strong {
    display: block;
    color: var(--w-blue);
    font-family: var(--font-head);
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.wl-trust-item p {
    font-size: 0.95rem;
    color: var(--w-gray);
    margin: 0;
    font-family: var(--font-body);
    line-height: 1.4;
}

/* --- CATÁLOGO --- */
.wl-section-pad { padding: 80px 20px; }
.wl-bg-light { background: var(--w-light); }
.wl-bg-white { background: var(--w-white); }

.wl-mirror-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.wl-mirror-card {
    background: var(--w-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
}
.wl-mirror-card:hover { transform: translateY(-10px); }

.wl-mirror-img-wrap {
    height: 280px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.wl-badge-premium {
    position: absolute; top: 15px; right: 15px;
    background: var(--w-gold);
    color: var(--w-white);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    font-family: var(--font-head);
}

.wl-mirror-body { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }

.wl-mirror-body h3 {
    font-size: 1.4rem !important;
    color: var(--w-blue) !important;
    font-family: var(--font-head) !important;
    margin-bottom: 10px !important;
}

.wl-mirror-body p {
    color: var(--w-gray);
    font-family: var(--font-body);
    font-size: 0.95rem;
    margin-bottom: 20px;
    flex-grow: 1;
}

.wl-link-arrow {
    color: var(--w-gold);
    font-weight: 700;
    font-family: var(--font-head);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* --- CTA CORTE A MEDIDA --- */
.wl-custom-size-box {
    display: flex;
    background: var(--w-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}
.wl-custom-content { padding: 60px; flex: 1; }
.wl-custom-image { flex: 1; min-height: 300px; }
.wl-custom-image img { width: 100%; height: 100%; object-fit: cover; }

.wl-check-list-dark { list-style: none; padding: 0; margin: 20px 0; }
.wl-check-list-dark li { 
    display: flex; 
    gap: 10px; 
    margin-bottom: 10px; 
    color: var(--w-blue); 
    font-family: var(--font-body); 
}
.wl-check-list-dark i { color: var(--w-gold); }

/* UTILIDADES EXTRAS */
.wl-tag-pill {
    display: inline-block;
    background: rgba(216, 173, 40, 0.2);
    color: var(--w-gold);
    border: 1px solid rgba(216, 173, 40, 0.4);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: var(--font-head);
}

.wl-text-gradient {
    background: var(--grad-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .wl-hero-mirror-bg { min-height: auto !important; padding-top: 120px !important; padding-bottom: 60px !important; }
    .wl-trust-grid { flex-direction: column; align-items: center; text-align: center; }
    .wl-trust-item { flex-direction: column; }
    .wl-custom-size-box { flex-direction: column; }
    .wl-custom-image { height: 250px; }
    .wl-custom-content { padding: 30px; }
}