/*
Theme Name: Flatsome Child
Description: Luxurynails Lindau - Nagelstudio & Spa
Author: Luxurynails Lindau
Template: flatsome
Version: 1.0.0
*/

/* ===== CSS VARIABLES ===== */
:root {
    --lux-gold: #D4AF37;
    --lux-gold-hover: #c5a030;
    --lux-dark: #2C2D30;
    --lux-cream: #F9F6F0;
    --lux-silver: #E2E8F0;
    --lux-champagne: #F2EBE3;
    --lux-footer: #1A1A1A;
}

/* ===== HERO ===== */
.lux-hero-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.1;
    color: var(--lux-dark);
}

.lux-hero-title span {
    color: var(--lux-gold);
    font-style: italic;
}

/* ===== SECTION TITLES ===== */
.lux-section-title {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--lux-dark);
}

/* ===== GOLD DIVIDER ===== */
.lux-gold-divider {
    width: 80px;
    height: 3px;
    background: var(--lux-gold);
    margin: 15px auto 0;
    border-radius: 2px;
}

/* ===== BUTTONS (Flatsome [button] shortcode) ===== */

/* 
 * Flatsome render [button class="lux-btn-gold"] thành:
 * <a class="button primary is-shade is-larger lux-btn-gold box-shadow-2 ...">
 * Class custom thêm TRỰC TIẾP vào <a>, KHÔNG có wrapper div.
 * Selector chính: a.button.lux-btn-gold
 */

/* --- Gold Button (Primary CTA) — Gold Foil Gradient --- */
a.button.lux-btn-gold {
    background: linear-gradient(135deg, #D4AF37 0%, #F5E3A1 50%, #D4AF37 100%) !important;
    background-size: 200% 200% !important;
    color: #2C2D30 !important;
    border-radius: 12px !important;
    font-weight: 900 !important;
    font-family: 'Montserrat', 'Inter', sans-serif !important;
    font-size: 1rem !important;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3) !important;
    border: none !important;
}

a.button.lux-btn-gold:hover {
    filter: brightness(1.1) !important;
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4) !important;
    color: #2C2D30 !important;
}

/* --- Outline Button (Secondary CTA) --- */
a.button.lux-btn-outline {
    background-color: transparent !important;
    color: var(--lux-gold) !important;
    border: 2px solid var(--lux-gold) !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', 'Inter', sans-serif !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
}

a.button.lux-btn-outline:hover {
    background-color: rgba(212, 175, 55, 0.08) !important;
    color: var(--lux-gold) !important;
}

/* --- Link Button ("Details →" trong service cards) --- */
a.button.lux-btn-link {
    color: var(--lux-gold) !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    letter-spacing: 0.2px;
    transition: color 0.3s ease !important;
}

a.button.lux-btn-link:hover {
    color: var(--lux-gold-hover) !important;
    opacity: 0.85;
}

/* --- Flatsome button spacing fix (các button liên tiếp) --- */
.text-box-content .button-wrapper {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 8px;
}

/* ===== SERVICE CARDS ===== */
.lux-service-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    transition: transform 0.3s ease;
}

.col:hover .lux-service-icon {
    transform: scale(1.1);
}

/* ===== VALUE ICONS ===== */
.lux-value-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: var(--lux-silver);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lux-dark);
}

/* ===== EXPERIENCE BADGE ===== */
.lux-experience-badge {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 8px 8px 16px rgba(212, 175, 55, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: -30px;
    left: -30px;
    z-index: 2;
}

.lux-experience-badge .number {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 900;
    color: var(--lux-gold);
    font-style: italic;
}

.lux-experience-badge .label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(44, 45, 48, 0.6);
}

/* ===== TESTIMONIALS ===== */
.testimonial-box {
    background: var(--lux-cream);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 16px;
    padding: 32px;
}

.testimonial-box .star-rating span::before {
    color: var(--lux-gold);
}

.testimonial-box .testimonial-name {
    color: var(--lux-dark) !important;
    font-family: 'Playfair Display', serif;
}

/* ===== HEADER ===== */
.header-main {
    background-color: rgba(249, 246, 240, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.header-nav .nav>li>a {
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--lux-dark) !important;
    transition: color 0.3s ease;
}

.header-nav .nav>li>a:hover,
.header-nav .nav>li.active>a,
.header-nav .nav>li.current-menu-item>a {
    color: var(--lux-gold) !important;
}

/* ===== FOOTER ===== */
.footer-1 {
    background-color: var(--lux-footer) !important;
}

.footer-1 .footer-text,
.footer-1 p {
    color: rgba(255, 255, 255, 0.6);
}

.footer-1 h3,
.footer-1 .widget-title {
    color: var(--lux-gold) !important;
    font-family: 'Playfair Display', serif;
}

/* Footer links hover → gold */
.footer-1 a:hover,
.section[id*="footer"] a:hover {
    color: var(--lux-gold) !important;
    transition: color 0.3s ease;
}

/* Footer social icons → gold outline */
.footer-1 .social-icons a,
.section[id*="footer"] .social-icons a {
    color: var(--lux-gold) !important;
    border-color: rgba(212, 175, 55, 0.3) !important;
    transition: all 0.3s ease !important;
}

.footer-1 .social-icons a:hover,
.section[id*="footer"] .social-icons a:hover {
    background: rgba(212, 175, 55, 0.15) !important;
    border-color: var(--lux-gold) !important;
    transform: translateY(-2px);
}

/* Footer bottom bar */
.lux-footer-bottom {
    border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.lux-footer-bottom a:hover {
    color: var(--lux-gold) !important;
}

/* ===== PAGE HERO SUBTITLE ===== */
.lux-hero-subtitle {
    color: var(--lux-gold);
    font-weight: 700;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.lux-hero-desc {
    font-size: 1.15rem;
    color: rgba(44, 45, 48, 0.6);
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto;
}

.lux-hero-desc-italic {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.15rem;
    color: rgba(44, 45, 48, 0.5);
}

/* ===== SERVICE PRICE LIST ===== */
.lux-service-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid rgba(203, 213, 225, 0.2);
    padding: 16px 0;
}

.lux-service-item .lux-service-name {
    font-size: 1.2rem;
    font-weight: 500;
}

.lux-service-item .lux-service-price {
    color: var(--lux-gold);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.lux-price-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}

.lux-price-row .lux-price-value {
    font-weight: 700;
}

.lux-subcategory-title {
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(44, 45, 48, 0.4);
    margin-bottom: 20px;
}

.lux-subcategory-block {
    padding-top: 28px;
    padding-bottom: 16px;
}

/* ===== SECTION SUBTITLE (silver italic) ===== */
.lux-section-subtitle-silver {
    color: #CBD5E1;
    font-weight: 300;
    font-style: italic;
}

/* ===== EXTRA ITEM (2-col grid) ===== */
.lux-extra-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(203, 213, 225, 0.1);
}

.lux-extra-item .lux-extra-name {
    font-weight: 500;
}

.lux-extra-item .lux-extra-price {
    font-size: 0.85rem;
    font-weight: 700;
}

/* ===== DARK CTA SECTION ===== */
.lux-cta-dark-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    margin-bottom: 16px;
}

.lux-cta-dark-title span {
    color: var(--lux-gold);
}

.lux-cta-dark-desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.15rem;
    text-align: center;
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.7;
}

/* ===== QUOTE BOX ===== */
.lux-quote-box {
    background: #fff;
    border: 1px solid rgba(203, 213, 225, 0.2);
    border-radius: 16px;
    padding: 28px;
}

.lux-quote-box p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: rgba(44, 45, 48, 0.6);
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
}

/* ===== CONTACT INFO BLOCK ===== */
.lux-contact-block {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 28px;
}

.lux-contact-block svg {
    flex-shrink: 0;
    margin-top: 4px;
}

.lux-contact-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--lux-gold);
    margin-bottom: 6px;
}

.lux-contact-value {
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.7;
}

.lux-contact-value a {
    color: inherit;
    text-decoration: none;
}

/* ===== PARKING INFO ===== */
.lux-parking-box {
    background: #fff;
    border-top: 4px solid var(--lux-gold);
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.lux-parking-box h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-style: italic;
    margin-bottom: 12px;
}

.lux-parking-box p {
    color: rgba(44, 45, 48, 0.6);
    font-weight: 300;
    line-height: 1.7;
}

/* ===== OPENING HOURS TABLE ===== */
.lux-hours-title {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--lux-gold);
    margin-bottom: 16px;
    border-bottom: 1px solid #CBD5E1;
    padding-bottom: 8px;
}

.lux-hours-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}

.lux-hours-row .lux-hours-day {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.lux-hours-row .lux-hours-time {
    font-weight: 300;
}

.lux-hours-row.closed .lux-hours-day,
.lux-hours-row.closed .lux-hours-time {
    color: #CBD5E1;
    font-style: italic;
}

/* ===== VALUE CARD (Über Uns) ===== */
.lux-value-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid var(--lux-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--lux-gold);
}

.lux-value-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 16px;
}

.lux-value-card-desc {
    color: rgba(44, 45, 48, 0.6);
    font-style: italic;
    line-height: 1.7;
}

/* ===== ICON CIRCLE (Info Cards) ===== */
.lux-icon-circle {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== INFO CARD LAYOUT ===== */
.lux-info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.lux-info-card h3 {
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
}

.lux-info-card p {
    color: rgba(44, 45, 48, 0.6);
    margin-bottom: 4px;
}

.lux-info-card a {
    color: var(--lux-gold);
    font-weight: 700;
    text-decoration: none;
}

/* ===== QUALITY BADGE ===== */
.lux-quality-badge {
    text-align: center;
}

.lux-quality-badge svg {
    display: block;
    margin: 0 auto 10px;
}

.lux-quality-badge span {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(44, 45, 48, 0.5);
}

/* ===== DROP CAP ===== */
.lux-drop-cap::first-letter {
    color: var(--lux-gold);
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    float: left;
    line-height: 1;
    padding-right: 12px;
    font-weight: 700;
}

/* ===== SIGNATURE BADGE (Dienstleistungen) ===== */
.lux-signature-badge {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 8px 8px 16px rgba(212, 175, 55, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8);
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 2;
}

.lux-signature-badge .lux-sig-label {
    color: var(--lux-gold);
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    display: block;
    margin-bottom: 4px;
}

.lux-signature-badge .lux-sig-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-style: italic;
}

.lux-signature-badge .lux-sig-price {
    color: var(--lux-gold);
    font-weight: 900;
    display: block;
    margin-top: 8px;
}

/* ===== SMOOTH SCROLL ===== */
html {
    scroll-behavior: smooth;
}

/* ===== DESKTOP: Button layout ===== */
/* Flatsome buttons: Giữ inline-block mặc định trên desktop */

/* ===== TABLET (≤849px) ===== */
@media only screen and (max-width: 849px) {
    .lux-hero-title {
        font-size: 2.5rem;
    }

    .lux-experience-badge {
        position: relative;
        bottom: auto;
        left: auto;
        display: inline-block;
        margin-top: 16px;
    }

    .lux-section-title {
        font-size: 2rem !important;
    }

    /* Hero banner: giảm height cho tablet */
    .banner {
        min-height: 60vh !important;
    }

    /* Service cards tablet: giữ 3 cột nhưng giảm padding */
    .row .col[class*="span__md"] {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /* Testimonials: giảm font cho vừa 3 cột */
    .testimonial-box,
    .testimonial {
        font-size: 0.9rem;
    }

    .testimonial-box p,
    .testimonial p {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    /* Buttons tablet: giảm size */
    a.button.lux-btn-gold,
    a.button.lux-btn-outline {
        padding: 12px 24px !important;
        font-size: 0.9rem !important;
    }
}

/* ===== MOBILE (≤549px) ===== */
@media only screen and (max-width: 549px) {
    .lux-hero-title {
        font-size: 2rem;
    }

    /* Hero: auto height cho mobile, tránh khoảng trống thừa */
    .banner {
        min-height: auto !important;
        height: auto !important;
    }

    .banner .text-box-content {
        padding: 40px 0 60px !important;
    }

    /* Buttons: full-width trên mobile */
    a.button.lux-btn-gold,
    a.button.lux-btn-outline {
        display: block !important;
        text-align: center;
        width: 100%;
        padding: 16px 24px !important;
    }

    .lux-btn-gold,
    .lux-btn-outline {
        margin-bottom: 8px;
    }

    /* Section padding giảm cho mobile */
    .lux-section-title {
        font-size: 1.75rem !important;
    }

    /* Service cards: giảm padding trong mỗi card */
    .row .col[class*="span__sm"] {
        padding: 24px 20px !important;
    }

    /* CTA: WhatsApp button nhỏ gọn hơn */
    a.button.lux-btn-outline {
        font-size: 0.9rem !important;
    }

    /* Testimonials mobile: 1 cột, thoải mái hơn */
    .testimonial-box,
    .testimonial {
        margin-bottom: 16px;
    }

    /* Value items: giảm gap */
    .lux-value-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    /* Footer: ẩn widget mặc định nếu chưa custom */
    .footer-1 .widget_archive,
    .footer-1 .widget_categories {
        display: none;
    }
}