/* =====================================================
   SERVICE PAGE TEMPLATE CSS — LUCCI BENE (Negro / Blanco / Dorado)
   Template reutilizable para páginas de servicios específicos
   ===================================================== */

/* ===================================
   HERO SECTION PARA SERVICIOS
   =================================== */
.service-hero {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 80px;
    background:
        radial-gradient(circle at 80% 20%, rgba(201, 168, 106, 0.1) 0%, transparent 50%),
        linear-gradient(135deg, #faf8f3 0%, #ffffff 100%);
}

.service-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.12;
    z-index: 0;
}

.service-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 3rem 1rem;
}

.service-hero-content .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    color: #5c5c5c;
    letter-spacing: 0.4px;
}

.service-hero-content .breadcrumb a {
    color: #8C6F3A;
    font-weight: 500;
    transition: color 0.3s ease;
}

.service-hero-content .breadcrumb a:hover {
    color: #C9A86A;
}

.service-hero-content .breadcrumb .separator {
    color: #aaa;
}

.service-hero-content .breadcrumb .current {
    color: #0a0a0a;
    font-weight: 600;
}

.service-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.service-hero-content h1::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #C9A86A, transparent);
    margin: 1.25rem auto 0;
}

.service-hero-content .service-tagline {
    font-size: 1.25rem;
    color: #5c5c5c;
    font-weight: 300;
    margin-bottom: 2rem;
}

.service-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===================================
   MAIN CONTENT SECTION
   =================================== */
.service-content-section {
    padding: 80px 0;
    background: #ffffff;
}

.service-content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: start;
}

.service-main-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.25rem;
    color: #0a0a0a;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    letter-spacing: -0.3px;
}

.service-main-content h2:first-child {
    margin-top: 0;
}

.service-main-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    color: #8C6F3A;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.service-main-content p {
    color: #5c5c5c;
    line-height: 1.85;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.service-main-content ul,
.service-main-content ol {
    color: #5c5c5c;
    line-height: 1.85;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.service-main-content li {
    margin-bottom: 0.75rem;
}

.service-highlight-box {
    background: linear-gradient(135deg, rgba(201, 168, 106, 0.08) 0%, rgba(232, 215, 168, 0.05) 100%);
    border-left: 3px solid #C9A86A;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.service-highlight-box h3 {
    margin-top: 0;
}

.service-price-box {
    background: #faf8f3;
    border: 1px solid #C9A86A;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
}

.service-price-box .price-label {
    font-size: 0.85rem;
    color: #8C6F3A;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0.5rem;
}

.service-price-box .price-range {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #0a0a0a;
    font-weight: 700;
    margin-bottom: 1rem;
}

.service-price-box .price-note {
    font-size: 0.9rem;
    color: #999;
}

/* ===================================
   SIDEBAR
   =================================== */
.service-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-card {
    background: #ffffff;
    border: 1px solid rgba(201, 168, 106, 0.25);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.sidebar-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #0a0a0a;
    margin-bottom: 1.5rem;
}

.sidebar-features-list {
    list-style: none;
    padding: 0;
}

.sidebar-features-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(201, 168, 106, 0.2);
    display: flex;
    align-items: start;
    gap: 0.75rem;
}

.sidebar-features-list li:last-child {
    border-bottom: none;
}

.sidebar-features-list li::before {
    content: '✦';
    color: #C9A86A;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.sidebar-cta-card {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    color: #ffffff;
    border: 1px solid #C9A86A;
}

.sidebar-cta-card h3 {
    color: #C9A86A;
}

.sidebar-cta-card p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1.5rem;
}

.sidebar-cta-card .btn {
    background: #C9A86A;
    color: #0a0a0a;
    width: 100%;
    justify-content: center;
}

.sidebar-cta-card .btn:hover {
    background: #ffffff;
    color: #0a0a0a;
}

/* ===================================
   FEATURES GRID
   =================================== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.feature-item {
    text-align: center;
    padding: 2rem;
    background: #faf8f3;
    border: 1px solid rgba(201, 168, 106, 0.2);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    border-color: #C9A86A;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    border: 1px solid #C9A86A;
    color: #C9A86A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.5rem;
}

.feature-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #0a0a0a;
    margin-bottom: 0.75rem;
}

.feature-item p {
    color: #5c5c5c;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ===================================
   IMAGE GALLERY
   =================================== */
.service-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 3rem 0;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(201, 168, 106, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* ===================================
   FAQ SECTION
   =================================== */
.faq-item {
    background: #faf8f3;
    border: 1px solid rgba(201, 168, 106, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #C9A86A;
}

.faq-question {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #0a0a0a;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.faq-answer {
    color: #5c5c5c;
    line-height: 1.75;
}

/* ===================================
   RELATED SERVICES
   =================================== */
.related-services-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #faf8f3 0%, #ffffff 100%);
}

.related-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.related-service-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.35s cubic-bezier(.2,.7,.3,1);
    border: 1px solid rgba(201, 168, 106, 0.18);
}

.related-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
    border-color: #C9A86A;
}

.related-service-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.related-service-content {
    padding: 1.5rem;
}

.related-service-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #0a0a0a;
    margin-bottom: 0.75rem;
}

.related-service-content p {
    color: #5c5c5c;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */
@media (max-width: 1024px) {
    .service-content-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .service-sidebar {
        position: static;
    }

    .service-hero-content h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .service-hero {
        min-height: 40vh;
        margin-top: 70px;
    }

    .service-hero-content {
        padding: 2rem 1rem;
    }

    .service-hero-content h1 {
        font-size: 2rem;
    }

    .service-hero-content .service-tagline {
        font-size: 1rem;
    }

    .service-content-section {
        padding: 60px 0;
    }

    .service-main-content h2 {
        font-size: 1.75rem;
    }

    .service-main-content h3 {
        font-size: 1.5rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .service-cta-buttons {
        flex-direction: column;
    }

    .service-cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .service-hero-content h1 {
        font-size: 1.75rem;
    }

    .service-main-content p {
        font-size: 1rem;
    }

    .service-price-box .price-range {
        font-size: 2rem;
    }
}

/* ===================================
   UTILITIES
   =================================== */
.text-center {
    text-align: center;
}

.mb-large { margin-bottom: 3rem; }
.mb-medium { margin-bottom: 2rem; }
.mb-small { margin-bottom: 1rem; }
