/*
Theme Name: Agata's Place
Theme URI: https://www.agatasplace.at
Author: Agata's Place
Author URI: https://www.agatasplace.at
Description: Premium mobile-first landing page theme for Agata's Place — Institut für angewandte Kosmetologie in Wien. Features Dermapen 4 Pro focus, booking calendar, shopping cart, newsletter, GDPR popup, bilingual DE/EN support, and Google Reviews integration.
Version: 3.4
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agatas-place
Tags: one-page, custom-logo, custom-colors, translation-ready, e-commerce
*/

:root {
    --primary: #1a1a1a;
    --primary-light: #2d2d2d;
    --accent: #c9a96e;
    --accent-hover: #b8944f;
    --accent-light: #e8d5b0;
    --white: #ffffff;
    --off-white: #f8f6f3;
    --cream: #faf5ef;
    --gray-100: #f5f5f5;
    --gray-200: #e8e8e8;
    --gray-300: #d1d1d1;
    --gray-500: #888888;
    --gray-700: #555555;
    --text: #333333;
    --text-light: #666666;
    --dermapen-blue: #1a3a5c;
    --dermapen-light: #e8f0f8;
    --pink: #f5d5d5;
    --pink-light: #fdf0f0;
    --success: #4caf50;
    --error: #e53935;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 20px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 40px rgba(0,0,0,0.12);
    --shadow-xl: 0 16px 60px rgba(0,0,0,0.16);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 30px;
    --radius-full: 50%;
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    --container-max: 1200px;
    --container-narrow: 900px;
    --nav-height: 72px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; font-size: 16px; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); line-height: 1.7; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--accent-hover); }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul, ol { list-style: none; }
.container { max-width: var(--container-max); margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 20px; }

h1, h2, h3, h4, h5 { font-family: var(--font-heading); font-weight: 600; line-height: 1.2; color: var(--primary); }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 3vw, 1.6rem); }
.section-badge { display: inline-block; font-family: var(--font-body); font-size: 0.75rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); border: 1px solid var(--accent); padding: 8px 24px; border-radius: var(--radius-xl); margin-bottom: 20px; }
.section-subtitle { font-size: 1.05rem; color: var(--text-light); max-width: 600px; margin: 0 auto; line-height: 1.8; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 36px; font-family: var(--font-body); font-size: 0.9rem; font-weight: 600; letter-spacing: 0.5px; border-radius: var(--radius-xl); transition: var(--transition); min-height: 48px; min-width: 48px; text-align: center; white-space: nowrap; }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-hover)); color: var(--white); box-shadow: 0 4px 15px rgba(201,169,110,0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(201,169,110,0.4); color: var(--white); }
.btn-outline { border: 2px solid var(--accent); color: var(--accent); background: transparent; }
.btn-outline:hover { background: var(--accent); color: var(--white); }
.btn-white { background: var(--white); color: var(--primary); box-shadow: var(--shadow-md); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); color: var(--primary); }
.btn-dark { background: var(--primary); color: var(--white); }
.btn-dark:hover { background: var(--primary-light); color: var(--white); transform: translateY(-2px); }
.btn-sm { padding: 10px 24px; font-size: 0.8rem; }
.btn-lg { padding: 18px 48px; font-size: 1rem; }

/* Promotional Banner */
.promo-banner { width: 100%; padding: 10px 16px; text-align: center; position: relative; z-index: 1001; font-size: 0.9rem; font-weight: 500; transition: opacity 0.3s ease, max-height 0.3s ease; overflow: hidden; }
.promo-banner.dismissed { opacity: 0; max-height: 0; padding: 0; }
.promo-banner-inner { display: flex; align-items: center; justify-content: center; gap: 12px; max-width: var(--container-max); margin: 0 auto; }
.promo-banner-text { font-size: 0.875rem; }
.promo-banner-link { font-size: 0.875rem; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; transition: opacity 0.2s; }
.promo-banner-link:hover { opacity: 0.8; }
.promo-banner-close { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); background: none; border: none; font-size: 1.25rem; cursor: pointer; padding: 4px; line-height: 1; opacity: 0.7; transition: opacity 0.2s; }
.promo-banner-close:hover { opacity: 1; }
@media (max-width: 768px) { .promo-banner-inner { flex-direction: column; gap: 4px; } .promo-banner-close { right: 8px; } }

.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: var(--nav-height); display: flex; align-items: center; padding: 0 24px; transition: var(--transition); background: transparent; }
.navbar.scrolled { background: rgba(26,26,26,0.97); backdrop-filter: blur(20px); box-shadow: 0 2px 20px rgba(0,0,0,0.15); }
body.admin-bar .navbar { top: 32px; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; max-width: var(--container-max); margin: 0 auto; width: 100%; }
.nav-logo { font-family: var(--font-heading); font-size: 1.4rem; color: var(--white); font-weight: 600; letter-spacing: 1px; }
.nav-logo span { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { color: rgba(255,255,255,0.85); font-size: 0.85rem; font-weight: 500; letter-spacing: 0.5px; position: relative; padding: 4px 0; }
.nav-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--accent); transition: var(--transition); }
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { background: var(--accent) !important; color: var(--white) !important; padding: 10px 24px !important; border-radius: var(--radius-xl) !important; font-weight: 600 !important; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--accent-hover) !important; transform: translateY(-1px); }
.lang-switch { display: flex; align-items: center; gap: 4px; background: rgba(255,255,255,0.1); border-radius: var(--radius-xl); padding: 4px; }
.lang-switch button { padding: 6px 12px; font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.6); border-radius: var(--radius-xl); transition: var(--transition); }
.lang-switch button.active { background: var(--accent); color: var(--white); }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; z-index: 1001; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); transition: var(--transition); border-radius: 2px; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.mobile-menu { position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; background: rgba(26,26,26,0.98); backdrop-filter: blur(20px); z-index: 999; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; transition: var(--transition-slow); }
.mobile-menu.open { right: 0; }
.mobile-menu a { color: var(--white); font-size: 1.3rem; font-family: var(--font-heading); letter-spacing: 1px; opacity: 0; transform: translateX(30px); transition: var(--transition); }
.mobile-menu.open a { opacity: 1; transform: translateX(0); }

.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; background: var(--primary); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.35; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,26,26,0.6) 0%, rgba(26,26,26,0.85) 100%); }
.hero-content { position: relative; z-index: 2; padding: 120px 20px 80px; max-width: 800px; }
.hero-content .section-badge { color: var(--accent); border-color: var(--accent); }
.hero-content h1 { color: var(--white); margin-bottom: 12px; font-size: clamp(2.2rem, 6vw, 4rem); }
.hero-content h1 em { font-style: italic; color: var(--accent); }
.hero-tagline { color: rgba(255,255,255,0.7); font-size: clamp(1rem, 2.5vw, 1.2rem); margin-bottom: 40px; line-height: 1.8; }
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-stats { display: flex; justify-content: center; gap: 48px; margin-top: 60px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.1); }
.hero-stat { text-align: center; }
.hero-stat .number { font-family: var(--font-heading); font-size: 2rem; font-weight: 700; color: var(--accent); }
.hero-stat .label { font-size: 0.8rem; color: rgba(255,255,255,0.6); margin-top: 4px; letter-spacing: 1px; text-transform: uppercase; }

.section { padding: 100px 0; }
.section-header { text-align: center; margin-bottom: 60px; }
.section-alt { background: var(--off-white); }
.section-dark { background: var(--primary); color: var(--white); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark .section-subtitle { color: rgba(255,255,255,0.7); }

.treatments-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.treatment-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition); position: relative; }
.treatment-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.treatment-card-image { height: 240px; overflow: hidden; position: relative; }
.treatment-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.treatment-card:hover .treatment-card-image img { transform: scale(1.05); }
.treatment-card-badge { position: absolute; top: 16px; left: 16px; background: var(--accent); color: var(--white); font-size: 0.7rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 6px 14px; border-radius: var(--radius-xl); }
.treatment-card-body { padding: 28px; }
.treatment-card-body h3 { margin-bottom: 12px; font-size: 1.3rem; }
.treatment-card-body p { color: var(--text-light); font-size: 0.9rem; line-height: 1.7; margin-bottom: 20px; }
.treatment-price { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--gray-200); }
.treatment-price .price { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700; color: var(--accent); }
.treatment-price .price small { font-size: 0.8rem; color: var(--text-light); font-weight: 400; }

.dermapen-hero { background: linear-gradient(135deg, var(--dermapen-blue) 0%, #0d2240 100%); padding: 100px 0; position: relative; overflow: hidden; }
.dermapen-hero::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(201,169,110,0.1) 0%, transparent 70%); border-radius: 50%; }
.dermapen-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.dermapen-content h2 { color: var(--white); margin-bottom: 20px; }
.dermapen-content p { color: rgba(255,255,255,0.8); line-height: 1.8; margin-bottom: 24px; }
.dermapen-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; }
.dermapen-feature { display: flex; align-items: flex-start; gap: 12px; padding: 16px; background: rgba(255,255,255,0.05); border-radius: var(--radius-md); border: 1px solid rgba(255,255,255,0.08); }
.dermapen-feature .icon { width: 36px; height: 36px; border-radius: var(--radius-full); background: rgba(201,169,110,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--accent); font-size: 1rem; }
.dermapen-feature .text { font-size: 0.85rem; color: rgba(255,255,255,0.9); font-weight: 500; }
.dermapen-image { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-xl); }
.dermapen-image img { width: 100%; border-radius: var(--radius-lg); }

.dermapen-areas { padding: 80px 0; background: var(--white); }
.areas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.areas-image { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.areas-image img { width: 100%; }
.areas-list { display: flex; flex-direction: column; gap: 12px; }
.area-item { display: flex; align-items: center; gap: 16px; padding: 14px 20px; background: var(--off-white); border-radius: var(--radius-md); transition: var(--transition); }
.area-item:hover { background: var(--accent); color: var(--white); transform: translateX(8px); }
.area-item .dot { width: 10px; height: 10px; border-radius: var(--radius-full); background: var(--accent); flex-shrink: 0; }
.area-item:hover .dot { background: var(--white); }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-image-wrapper { position: relative; }
.about-image { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-image img { width: 100%; }
.about-experience-badge { position: absolute; bottom: -20px; right: -20px; background: var(--accent); color: var(--white); padding: 20px; border-radius: var(--radius-lg); text-align: center; box-shadow: var(--shadow-lg); }
.about-experience-badge .number { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 700; display: block; }
.about-experience-badge .text { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; }
.about-content h2 { margin-bottom: 20px; }
.about-content p { color: var(--text-light); margin-bottom: 16px; line-height: 1.8; }
.about-qualifications { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.qualification-tag { background: var(--cream); color: var(--text); padding: 8px 16px; border-radius: var(--radius-xl); font-size: 0.8rem; font-weight: 500; border: 1px solid var(--gray-200); }
.about-social { display: flex; gap: 12px; margin-top: 24px; }
.social-link { width: 44px; height: 44px; border-radius: var(--radius-full); background: var(--off-white); display: flex; align-items: center; justify-content: center; color: var(--text); font-size: 1.1rem; transition: var(--transition); border: 1px solid var(--gray-200); }
.social-link:hover { background: var(--accent); color: var(--white); border-color: var(--accent); }

.price-section { background: var(--off-white); }
.price-categories { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.price-cat-btn { padding: 10px 24px; border-radius: var(--radius-xl); font-size: 0.85rem; font-weight: 600; color: var(--text-light); background: var(--white); border: 1px solid var(--gray-200); transition: var(--transition); }
.price-cat-btn.active, .price-cat-btn:hover { background: var(--accent); color: var(--white); border-color: var(--accent); }
.price-table { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.price-row { display: flex; align-items: center; justify-content: space-between; padding: 18px 28px; border-bottom: 1px solid var(--gray-100); transition: var(--transition); }
.price-row:last-child { border-bottom: none; }
.price-row:hover { background: var(--cream); }
.price-row .name { font-weight: 500; font-size: 0.95rem; flex: 1; }
.price-row .duration { color: var(--text-light); font-size: 0.8rem; margin-right: 24px; }
.price-row .amount { font-family: var(--font-heading); font-weight: 700; color: var(--accent); font-size: 1.1rem; min-width: 80px; text-align: right; }
.price-row .cart-add { width: 36px; height: 36px; border-radius: var(--radius-full); background: var(--accent); color: var(--white); display: flex; align-items: center; justify-content: center; margin-left: 16px; transition: var(--transition); font-size: 1.1rem; flex-shrink: 0; }
.price-row .cart-add:hover { background: var(--accent-hover); transform: scale(1.1); }

.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.testimonial-card { background: var(--white); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-sm); transition: var(--transition); position: relative; }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testimonial-card .quote-icon { font-size: 3rem; color: var(--accent-light); font-family: var(--font-heading); line-height: 1; margin-bottom: 16px; }
.testimonial-card p { color: var(--text-light); font-size: 0.95rem; line-height: 1.8; font-style: italic; margin-bottom: 24px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--gray-200); }
.testimonial-avatar { width: 48px; height: 48px; border-radius: var(--radius-full); background: var(--accent-light); display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 700; color: var(--accent); font-size: 1.1rem; }
.testimonial-info .name { font-weight: 600; font-size: 0.9rem; }
.testimonial-info .meta { font-size: 0.8rem; color: var(--text-light); }
.testimonial-stars { color: var(--accent); font-size: 0.9rem; margin-bottom: 12px; letter-spacing: 2px; }
.google-review-cta { text-align: center; margin-top: 40px; padding: 30px; background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.google-review-cta .rating-big { font-family: var(--font-heading); font-size: 3rem; font-weight: 700; color: var(--accent); }
.google-review-cta .stars { color: var(--accent); font-size: 1.5rem; letter-spacing: 4px; }

.booking-section { background: linear-gradient(135deg, var(--cream) 0%, var(--off-white) 100%); }
.booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.booking-content h2 { margin-bottom: 16px; }
.booking-content p { color: var(--text-light); margin-bottom: 24px; }
.booking-features { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.booking-feature { display: flex; align-items: center; gap: 14px; font-size: 0.95rem; }
.booking-feature .icon { width: 40px; height: 40px; border-radius: var(--radius-full); background: var(--accent); color: var(--white); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.booking-widget { background: var(--white); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-lg); }
.booking-widget h3 { margin-bottom: 24px; text-align: center; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.form-control { width: 100%; padding: 14px 18px; border: 1px solid var(--gray-200); border-radius: var(--radius-md); font-family: var(--font-body); font-size: 0.9rem; transition: var(--transition); background: var(--white); color: var(--text); }
.form-control:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(201,169,110,0.15); }
select.form-control { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
textarea.form-control { resize: vertical; min-height: 100px; }

/* FAQ */
.faq-section { background: var(--bg); }
.faq-accordion { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--card-bg); border: 1px solid var(--border); border-radius: 2px; overflow: hidden; transition: border-color 0.3s ease; }
.faq-item.open { border-color: var(--accent); }
.faq-trigger { width: 100%; display: flex; align-items: center; gap: 12px; padding: 18px 24px; background: none; border: none; cursor: pointer; font-family: var(--font-body); font-size: 0.95rem; font-weight: 500; color: var(--text); text-align: left; transition: color 0.3s ease; }
.faq-trigger:hover, .faq-item.open .faq-trigger { color: var(--accent); }
.faq-icon { font-size: 0.85rem; opacity: 0.5; flex-shrink: 0; }
.faq-chevron { margin-left: auto; font-size: 0.6rem; opacity: 0.4; transition: transform 0.3s ease; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-content { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-content p { padding: 0 24px 18px; color: var(--text-light); font-size: 0.88rem; line-height: 1.7; margin: 0; }
.faq-cta { text-align: center; margin-top: 48px; }
.faq-cta p { color: var(--text-light); font-size: 0.9rem; margin-bottom: 16px; }
.faq-cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.newsletter-section { background: var(--primary); padding: 80px 0; text-align: center; }
.newsletter-section h2 { color: var(--white); margin-bottom: 12px; }
.newsletter-section p { color: rgba(255,255,255,0.7); margin-bottom: 32px; }
.newsletter-form { display: flex; gap: 12px; max-width: 500px; margin: 0 auto; }
.newsletter-form input { flex: 1; padding: 16px 20px; border: 1px solid rgba(255,255,255,0.2); border-radius: var(--radius-xl); background: rgba(255,255,255,0.1); color: var(--white); font-size: 0.9rem; }
.newsletter-form input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-form input:focus { outline: none; border-color: var(--accent); }
.newsletter-gdpr { display: flex; align-items: flex-start; gap: 10px; margin-top: 16px; max-width: 500px; margin-left: auto; margin-right: auto; text-align: left; }
.newsletter-gdpr input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.newsletter-gdpr label { font-size: 0.75rem; color: rgba(255,255,255,0.6); line-height: 1.5; }

.cart-icon { position: fixed; bottom: 90px; right: 24px; width: 56px; height: 56px; border-radius: var(--radius-full); background: var(--accent); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; box-shadow: var(--shadow-lg); z-index: 998; transition: var(--transition); cursor: pointer; }
.cart-icon:hover { transform: scale(1.1); background: var(--accent-hover); }
.cart-count { position: absolute; top: -4px; right: -4px; width: 22px; height: 22px; border-radius: var(--radius-full); background: var(--error); color: var(--white); font-size: 0.7rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.cart-drawer { position: fixed; top: 0; right: -420px; width: 400px; max-width: 90vw; height: 100vh; background: var(--white); z-index: 1100; box-shadow: var(--shadow-xl); transition: var(--transition-slow); display: flex; flex-direction: column; }
.cart-drawer.open { right: 0; }
.cart-drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 24px; border-bottom: 1px solid var(--gray-200); }
.cart-drawer-header h3 { font-size: 1.2rem; }
.cart-close { width: 36px; height: 36px; border-radius: var(--radius-full); background: var(--gray-100); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; transition: var(--transition); }
.cart-close:hover { background: var(--gray-200); }
.cart-items { flex: 1; overflow-y: auto; padding: 24px; }
.cart-item { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--gray-100); }
.cart-item .item-info { flex: 1; }
.cart-item .item-name { font-weight: 600; font-size: 0.9rem; margin-bottom: 4px; }
.cart-item .item-price { color: var(--accent); font-weight: 600; }
.cart-item .item-remove { width: 32px; height: 32px; border-radius: var(--radius-full); background: var(--gray-100); display: flex; align-items: center; justify-content: center; font-size: 0.8rem; color: var(--error); transition: var(--transition); }
.cart-item .item-remove:hover { background: var(--error); color: var(--white); }
.cart-empty { text-align: center; padding: 60px 20px; color: var(--text-light); }
.cart-empty .icon { font-size: 3rem; margin-bottom: 16px; opacity: 0.3; }
.cart-footer { padding: 24px; border-top: 1px solid var(--gray-200); background: var(--off-white); }
.cart-total { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; font-size: 1.1rem; font-weight: 700; }
.cart-total .total-amount { font-family: var(--font-heading); font-size: 1.4rem; color: var(--accent); }
.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 1099; opacity: 0; visibility: hidden; transition: var(--transition); }
.cart-overlay.visible { opacity: 1; visibility: visible; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-info-card { display: flex; align-items: flex-start; gap: 16px; padding: 20px; background: var(--off-white); border-radius: var(--radius-md); margin-bottom: 16px; transition: var(--transition); }
.contact-info-card:hover { background: var(--cream); }
.contact-info-card .icon { width: 48px; height: 48px; border-radius: var(--radius-full); background: var(--accent); color: var(--white); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem; }
.contact-info-card .text h4 { font-size: 0.95rem; margin-bottom: 4px; }
.contact-info-card .text p { font-size: 0.85rem; color: var(--text-light); margin: 0; }
.map-embed { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); margin-top: 24px; height: 250px; }
.map-embed iframe { width: 100%; height: 100%; border: none; }

.gdpr-popup { position: fixed; bottom: -100%; left: 0; right: 0; background: var(--white); z-index: 2000; padding: 24px; box-shadow: 0 -4px 30px rgba(0,0,0,0.15); transition: var(--transition-slow); }
.gdpr-popup.show { bottom: 0; }
.gdpr-inner { max-width: var(--container-max); margin: 0 auto; display: flex; align-items: center; gap: 24px; }
.gdpr-text { flex: 1; }
.gdpr-text h4 { font-size: 1rem; margin-bottom: 8px; }
.gdpr-text p { font-size: 0.8rem; color: var(--text-light); line-height: 1.6; }
.gdpr-text a { color: var(--accent); text-decoration: underline; }
.gdpr-buttons { display: flex; gap: 12px; flex-shrink: 0; }

.site-footer { background: var(--primary); color: rgba(255,255,255,0.7); padding: 80px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand .logo { font-family: var(--font-heading); font-size: 1.5rem; color: var(--white); margin-bottom: 16px; }
.footer-brand .logo span { color: var(--accent); }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; margin-bottom: 20px; }
.footer-col h4 { color: var(--white); font-size: 0.9rem; font-family: var(--font-body); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.footer-col a { display: block; color: rgba(255,255,255,0.6); font-size: 0.85rem; padding: 6px 0; transition: var(--transition); }
.footer-col a:hover { color: var(--accent); transform: translateX(4px); }
.footer-bottom { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; font-size: 0.8rem; }
.footer-bottom a { color: rgba(255,255,255,0.5); }
.footer-bottom a:hover { color: var(--accent); }

.scroll-top { position: fixed; bottom: 24px; right: 24px; width: 48px; height: 48px; border-radius: var(--radius-full); background: var(--primary); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; box-shadow: var(--shadow-md); z-index: 997; opacity: 0; visibility: hidden; transform: translateY(20px); transition: var(--transition); }
.scroll-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: var(--accent); }

.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-left { opacity: 0; transform: translateX(-30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in-left.visible { opacity: 1; transform: translateX(0); }
.fade-in-right { opacity: 0; transform: translateX(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in-right.visible { opacity: 1; transform: translateX(0); }

.insta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.insta-item { position: relative; aspect-ratio: 1; overflow: hidden; cursor: pointer; }
.insta-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.insta-item:hover img { transform: scale(1.1); }
.insta-item .overlay { position: absolute; inset: 0; background: rgba(26,26,26,0.6); display: flex; align-items: center; justify-content: center; opacity: 0; transition: var(--transition); color: var(--white); font-size: 1.5rem; }
.insta-item:hover .overlay { opacity: 1; }

.page-header { background: var(--primary); padding: 140px 0 60px; text-align: center; }
.page-header h1 { color: var(--white); }
.page-content { padding: 60px 0; max-width: var(--container-narrow); margin: 0 auto; line-height: 1.8; }
.page-content h2 { margin: 32px 0 16px; }
.page-content p { margin-bottom: 16px; }

/* Legal Pages (Impressum, Datenschutz) */
.legal-page { background: var(--primary); color: var(--white); min-height: 100vh; }
.legal-header { background: var(--primary-light); border-bottom: 1px solid rgba(255,255,255,0.08); padding: 100px 0 40px; }
.legal-header h1 { font-family: var(--font-heading); font-size: 2.5rem; color: var(--white); margin-top: 8px; }
.legal-header .back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 0.875rem; color: rgba(255,255,255,0.5); text-decoration: none; transition: var(--transition); }
.legal-header .back-link:hover { color: var(--accent); }
.legal-content { max-width: 800px; padding: 60px 0 80px; }
.legal-section { margin-bottom: 40px; }
.legal-section h2 { font-family: var(--font-heading); font-size: 1.25rem; color: var(--accent); margin-bottom: 16px; }
.legal-section h3 { font-size: 0.95rem; font-weight: 600; color: var(--white); margin: 16px 0 8px; }
.legal-section p { font-size: 0.875rem; color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 8px; }
.legal-section strong { color: var(--white); }
.legal-section a { color: var(--accent); text-decoration: none; transition: var(--transition); }
.legal-section a:hover { text-decoration: underline; }
.legal-section ul { list-style: disc; padding-left: 24px; margin: 8px 0 16px; }
.legal-section ul li { font-size: 0.875rem; color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 4px; }
.legal-footer { padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.08); }
.legal-footer p { font-size: 0.75rem; color: rgba(255,255,255,0.3); }
.error-404 { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; background: var(--primary); color: var(--white); }
.error-404 h1 { font-size: 8rem; color: var(--accent); margin-bottom: 16px; }
.error-404 p { color: rgba(255,255,255,0.7); margin-bottom: 32px; }

/* Dp Products showcase */
.dp-products { background: var(--pink-light); padding: 80px 0; }
.dp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.dp-image { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.dp-image img { width: 100%; }

/* Toast notification */
.toast { position: fixed; bottom: 100px; left: 50%; transform: translateX(-50%) translateY(100px); background: var(--primary); color: var(--white); padding: 14px 28px; border-radius: var(--radius-xl); font-size: 0.85rem; font-weight: 500; box-shadow: var(--shadow-lg); z-index: 3000; opacity: 0; transition: var(--transition); pointer-events: none; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (max-width: 1024px) {
    .treatments-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .dermapen-grid, .areas-grid, .about-grid, .booking-grid, .contact-grid, .dp-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
    :root { --nav-height: 64px; }
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .hero-content h1 { font-size: 2rem; }
    .hero-stats { flex-direction: column; gap: 20px; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .hero-buttons .btn { width: 100%; max-width: 280px; }
    .section { padding: 60px 0; }
    .treatments-grid, .testimonials-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form .btn { width: 100%; }
    .dermapen-features { grid-template-columns: 1fr; }
    .insta-grid { grid-template-columns: repeat(2, 1fr); }
    .price-row { flex-wrap: wrap; gap: 8px; padding: 14px 20px; }
    .gdpr-inner { flex-direction: column; text-align: center; }
    .gdpr-buttons { width: 100%; }
    .gdpr-buttons .btn { flex: 1; }
    .about-experience-badge { bottom: -10px; right: 10px; padding: 14px; }
    .about-experience-badge .number { font-size: 1.6rem; }
    .cart-icon { bottom: 80px; right: 16px; width: 50px; height: 50px; }
    .scroll-top { bottom: 16px; right: 16px; width: 44px; height: 44px; }
}
@media (max-width: 480px) {
    .container { padding: 0 16px; }
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.4rem; }
    .hero-content { padding: 100px 16px 60px; }
    .booking-widget { padding: 24px; }
}
