/* TYPOGRAFIE - LUXE UPGRADE */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Manrope', sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
    overflow-x: hidden;
    background: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
}

/* Secondary Header - VERWIJDERD SOCIALE ELEMENTEN */
.secondary-header {
    display: none;
}

/* Main Header & Nav */
header {
    background: white;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-icon {
    display: none;
}

.cart-icon {
    display: none;
}

.logo {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
}

.logo h1 {
    display: none;
}

/* Header Logo */
.header-logo {
    width: 100%;
    max-width: 380px;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.tagline {
    font-size: 9px;
    letter-spacing: 2.5px;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-top: 8px;
    font-weight: 500;
}

/* Navigatiebalk - LUXE UPGRADE */
.main-nav {
    border-top: 1px solid #e8e8e8;
    background: white;
}

.main-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 12px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.main-nav a {
    color: #1a1a1a;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    transition: color .3s;
    position: relative;
    font-weight: 500;
}

.main-nav a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -3px;
    left: 50%;
    background: #c19a7e;
    transition: all .3s;
    transform: translateX(-50%);
}

.main-nav a:hover::after,
.main-nav a.active::after {
    width: 100%;
}

.main-nav a:hover,
.main-nav a.active {
    color: #c19a7e;
    font-weight: 600;
}

/* Hero */
.hero {
    height: 75vh;
    min-height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background-color: #ffffff;
}

.hero::before {
    content: none;
}

.hero::after {
    content: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 20px;
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

/* Hero Logo */
.hero-logo {
    width: 100%;
    max-width: 650px;
    height: auto;
    max-height: 350px;
    object-fit: contain;
    object-position: center;
    filter: none;
    opacity: 1;
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    image-rendering: auto;
    border: none;
    outline: none;
}

.hero-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    color: #1a1a1a;
    font-weight: 400;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    letter-spacing: 4px;
    line-height: 1.2;
    margin-bottom: 0;
    text-shadow: none;
    font-weight: 600;
    color: #1a1a1a;
}

.cta-button {
    display: inline-block;
    padding: 14px 45px;
    background: #1a1a1a;
    color: white;
    border: 2px solid #1a1a1a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .4s;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(26, 26, 26, 0.2);
    text-decoration: none;
    min-height: 44px;
}

.cta-button:hover {
    background: #c19a7e;
    border-color: #c19a7e;
    transform: translateY(-2px);
}

/* Side Elements */
.side-button {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.appointment-button {
    writing-mode: vertical-rl;
    background: #c19a7e;
    color: white;
    padding: 20px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
}

.appointment-button:hover {
    background: #a88165;
    padding-right: 12px;
}

.chat-bubble {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 55px;
    height: 55px;
    background: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 1000;
    transition: all .3s;
}

.chat-bubble:hover {
    transform: scale(1.05);
}

.chat-bubble i {
    font-size: 22px;
    color: #1a1a1a;
}

.chat-badge {
    position: absolute;
    top: -3px;
    right: -3px;
    background: #c19a7e;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
}

/* Sections - LUXE STYLING */
.section-title {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 48px;
    margin-bottom: 70px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #1a1a1a;
}

.service-category {
    background: #fafafa;
    padding: 50px;
    margin-bottom: 50px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.service-category h3 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #c19a7e;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    font-weight: 600;
}

.category-subtitle {
    font-style: italic;
    color: #888;
    margin-bottom: 35px;
    font-size: 14px;
    font-weight: 300;
    display: none;
}

.service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.service-item:last-child {
    border-bottom: none;
}

.service-name {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.service-price {
    font-weight: 600;
    color: #c19a7e;
    font-size: 18px;
}

.view-all-btn {
    text-align: center;
    margin-top: 50px;
}

.view-all-btn a {
    display: inline-block;
    padding: 14px 45px;
    background: transparent;
    color: #c19a7e;
    border: 2px solid #c19a7e;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}

.view-all-btn a:hover {
    background: #c19a7e;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(193, 154, 126, 0.35);
}

/* Footer */
footer {
    background: #33201a;
    color: #d4c5bc;
    padding: 70px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    margin-bottom: 50px;
}

/* Footer Logo - FIXED */
.footer-logo {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 600;
    color: white;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.footer-logo .logo-2 {
    font-size: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    vertical-align: baseline !important;
    line-height: inherit !important;
}

/* Tekst */
.footer-section p {
    font-size: 14px;
    line-height: 1.7;
    color: #ccc;
}

.footer-section h4 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: white;
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-weight: 600;
}

.footer-section a {
    color: #d4c5bc;
    transition: color .3s;
    font-size: 14px;
}

.footer-section a:hover {
    color: #c1877b;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.social-links a:hover {
    background: #c1877b;
    transform: translateY(-3px);
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(212, 197, 188, 0.2);
    color: #a89689;
    font-size: 13px;
}

/* Hamburger Menu */
.hamburger-menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    width: 28px;
    height: 20px;
    z-index: 1002;
}

.hamburger-menu span {
    display: block;
    width: 100%;
    height: 2.5px;
    background: #1a1a1a;
    transition: all .3s;
    border-radius: 1px;
}

.hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

/* Responsive */
@media (max-width:968px) {
    .header-container {
        padding: 10px 20px 8px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0;
    }

    .logo {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    .header-logo {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        object-fit: contain;
        padding: 0 10px;
    }

    .tagline {
        font-size: 8px !important;
        letter-spacing: 1.8px !important;
        margin-top: 6px !important;
        text-align: center;
        width: 100%;
        display: block;
    }

    .hero-logo {
        max-width: 450px;
        max-height: 250px;
    }

    .hamburger-menu {
        display: flex;
    }

    .search-icon,
    .cart-icon {
        display: none;
    }

    .main-nav {
        background: #d4b5a0;
        border: none;
        position: relative;
        width: 100%;
        z-index: 999;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 6px 0;
        overflow-x: auto;
        overflow-y: hidden;
        max-height: none !important;
        transition: none;
        border-top: 1px solid #c9a690;
        border-bottom: 1px solid #c9a690;
    }

    .main-nav ul {
        flex-direction: row;
        gap: 0;
        padding: 6px 10px;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        width: 100%;
        min-width: 100%;
        margin: 0;
    }

    .main-nav ul::-webkit-scrollbar {
        display: none;
    }

    .main-nav li {
        list-style: none;
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
    }

    .main-nav li::after {
        content: '•';
        margin: 0 5px;
        color: #1a1a1a;
        font-size: 9px;
        font-weight: 300;
    }

    .main-nav li:last-child::after {
        content: '';
    }

    .main-nav a {
        display: inline;
        color: #1a1a1a;
        font-size: 11px !important;
        padding: 3px 5px;
        text-transform: capitalize;
        letter-spacing: 0.1px;
        white-space: nowrap;
        min-height: 35px;
        display: flex;
        align-items: center;
        font-weight: 500;
    }

    .main-nav a.active {
        color: #8b6f47;
        font-weight: 600;
    }

    .main-nav a:hover {
        color: #8b6f47;
    }

    .secondary-header {
        flex-direction: column;
        padding: 5px 15px !important;
        gap: 4px;
    }

    .secondary-header-right {
        gap: 10px;
        justify-content: center;
    }

    .appointment-button {
        display: block !important;
        writing-mode: vertical-rl;
        background: #c19a7e;
        color: white;
        padding: 12px 8px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 10px;
        letter-spacing: 1.5px;
        position: fixed;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
        z-index: 9999;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
        text-decoration: none;
        white-space: nowrap;
    }

    .appointment-button:hover {
        background: #b8956e;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .chat-bubble {
        display: none;
    }

    .hero,
    .page-hero {
        height: 350px;
    }

    .hero-subtitle {
        font-size: 26px;
    }

    .hero-title {
        font-size: 40px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .service-category {
        padding: 25px 20px;
    }

    .section-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    body {
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 8px 15px 6px !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .logo {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .header-logo {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
        object-fit: contain !important;
        padding: 0 8px !important;
    }

    .tagline {
        font-size: 7px !important;
        letter-spacing: 1.2px !important;
        margin-top: 5px !important;
        text-align: center !important;
        width: 100% !important;
        display: block !important;
    }

    .secondary-header {
        padding: 4px 12px !important;
    }

    .hero,
    .page-hero {
        height: 280px !important;
        min-height: 280px !important;
    }

    .hero-content {
        padding: 40px 15px !important;
        gap: 30px !important;
    }

    .hero-logo {
        max-width: 350px !important;
        max-height: 180px !important;
    }

    .welcome-wrapper,
    .features-section,
    .services-section,
    .cta-section,
    .treatment-detail-wrapper,
    .pricing-wrapper,
    .about-wrapper,
    .contact-wrapper,
    .treatments-section {
        padding: 40px 0 !important;
    }

    .section-title,
    .treatments-heading h2,
    .welcome-content h2,
    .about-content h2,
    .contact-info h2,
    .contact-form h2,
    .treatment-header-content h1,
    .pricing-header h1 {
        font-size: 28px !important;
        letter-spacing: 1.5px !important;
        margin-bottom: 30px !important;
    }

    .welcome-grid,
    .about-grid,
    .contact-grid,
    .detailed-treatments,
    .treatment-header,
    .treatment-sections,
    .features-grid,
    .treatments-showcase,
    .combo-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .welcome-image,
    .about-image,
    .treatment-header-image,
    .treatment-image {
        height: 250px !important;
    }

    .showcase-image {
        height: 200px !important;
    }

    .service-category,
    .pricing-category {
        padding: 20px 15px !important;
        margin-bottom: 25px !important;
    }

    .service-category h3,
    .pricing-category-title {
        font-size: 24px !important;
    }

    .cta-buttons,
    .cta-buttons-pricing,
    .booking-buttons,
    .treatment-cta-buttons,
    .treatment-cta {
        flex-direction: column !important;
        gap: 12px !important;
        align-items: center !important;
    }

    .cta-button,
    .cta-btn-primary,
    .cta-btn-secondary,
    .cta-btn-light,
    .btn-treatment,
    .btn-white,
    .submit-btn,
    .btn-book,
    .btn-call {
        padding: 14px 20px !important;
        width: 100% !important;
        max-width: 280px !important;
        text-align: center !important;
        min-height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .treatment-meta {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .meta-value,
    .meta-price {
        font-size: 18px !important;
    }

    .form-group input,
    .form-group textarea {
        padding: 12px !important;
        font-size: 16px !important;
    }

    .footer-content {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }

    .social-links {
        justify-content: center !important;
    }

    .treatments-heading,
    .detailed-treatments {
        margin: 40px 0 !important;
    }

    .divider {
        margin: 40px 0 !important;
    }

    .booking-section {
        padding: 40px 20px !important;
        margin-top: 50px !important;
    }

    .booking-section h2 {
        font-size: 28px !important;
    }

    .alert {
        font-size: 14px !important;
        padding: 15px !important;
    }

    .appointment-button {
        bottom: 80px !important;
        padding: 12px 8px !important;
        font-size: 10px !important;
    }

    .treatment-section li {
        padding-left: 35px !important;
        font-size: 14px !important;
    }

    .treatment-text li {
        padding-left: 45px !important;
    }

    .info-block {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .container,
    .welcome-container,
    .features-container,
    .services-container,
    .contact-container,
    .pricing-container,
    .about-container,
    .treatment-detail-container {
        padding: 0 15px !important;
    }

    .service-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding: 15px 0;
    }

    .service-price {
        font-size: 16px !important;
        margin-top: 5px;
    }

    .showcase-content {
        padding: 20px 15px !important;
    }

    .showcase-description {
        min-height: auto !important;
        font-size: 14px !important;
    }

    .showcase-title {
        font-size: 22px !important;
    }

    .welcome-content p,
    .about-content p,
    .treatment-header-content p,
    .pricing-header p,
    .treatment-text p {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    .main-nav ul {
        padding: 4px 8px !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .main-nav a {
        font-size: 10px !important;
        padding: 2px 4px !important;
    }

    .main-nav li::after {
        margin: 0 4px !important;
        font-size: 8px !important;
    }
}

@media (max-width: 480px) {
    .header-container {
        padding: 6px 10px 4px !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .logo {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .header-logo {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
        padding: 0 6px !important;
    }

    .tagline {
        font-size: 6px !important;
        letter-spacing: 0.8px !important;
        margin-top: 4px !important;
    }

    .secondary-header {
        padding: 3px 8px !important;
        font-size: 11px !important;
    }

    .hero,
    .page-hero {
        height: 220px !important;
    }

    .hero-logo {
        max-width: 280px !important;
        max-height: 140px !important;
    }

    .appointment-button {
        bottom: 90px !important;
    }

    .feature-card {
        padding: 20px 15px !important;
    }

    .combo-section {
        padding: 25px 15px !important;
    }

    .cta-section-pricing {
        padding: 35px 20px !important;
    }

    .treatment-section {
        padding: 25px 20px !important;
    }

    .main-nav {
        padding: 4px 0 !important;
    }

    .main-nav ul {
        padding: 3px 6px !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .main-nav a {
        font-size: 9px !important;
        letter-spacing: 0 !important;
        padding: 2px 3px !important;
        min-height: 30px !important;
    }

    .main-nav li::after {
        margin: 0 3px !important;
        font-size: 7px !important;
    }
}

/* Touch-friendly elements */
a,
button,
.cta-button,
.btn-book,
.submit-btn,
.form-group input[type="submit"],
.hamburger-menu,
.social-links a,
.social-links-contact a {
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Hero tags (home keywords onder hero) */
.hero-tags {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.92);
    letter-spacing: 2px;
    margin-top: 18px;
}

/* Behandelingsbeeld: breder (minder vierkant) */
.treatment-image-container {
    position: relative;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
    background: #fafafa;
}

/* Maak ovale badges vierkant / subtiel */
.treatment-duration {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #888;
    font-weight: 500;
    background: #f9f9f9;
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #eee;
}

/* Filter buttons strakker */
.filter-btn {
    padding: 12px 28px;
    background: transparent;
    border: 2px solid #e8e8e8;
    border-radius: 0px;
}

/* Popular cards - square icon */
.popular-icon {
    width: 70px;
    height: 70px;
    background: #c19a7e;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 28px;
}

/* Mobile: popular-grid horizontaal (naast elkaar) */
@media (max-width: 768px) {
    .popular-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding: 0 10px;
        -webkit-overflow-scrolling: touch;
    }
    .popular-grid::-webkit-scrollbar { display: none; }
    .popular-card { min-width: 220px; flex: 0 0 auto; }
    .main-nav a { font-size: 12px !important; }
}

.treatment-card {
    background: #ffffff;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    position: relative;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.popular-card {
    background: #f9f5f2;
    border-radius: 0px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.booking-section {
    background: linear-gradient(135deg, #f9f5f2 0%, #f0e8e3 100%);
    padding: 100px 20px;
    text-align: center;
    border-radius: 0px;
    margin: 120px 20px 0;
    position: relative;
    overflow: hidden;
}