/* =====================================================
   VARIANTE W - Standalone Version (basierend auf V)
   Änderungen:
   - Hero-Bild: DSC01609.jpeg (lokales Bild)
   - Partner-Logos vergrößert (80px statt 50px)
   - Partner-Header höher (140px statt 100px)
   - Holz-Buttons mit sichtbarem Border
   - Hero-Highlight mit Padding
   ===================================================== */

:root {
    --color-bg: #0a0a0a;
    --color-bg-elevated: #141414;
    --color-bg-card: #1a1a1a;
    --color-bg-subtle: #0f0f0f;
    --color-text: #ffffff;
    --color-text-muted: #a3a3a3;
    --color-text-subtle: #737373;
    --color-wood-dark: #3d2517;
    --color-wood-medium: #5c3d2e;
    --color-wood-light: #8b5a3c;
    --color-wood-accent: #a0674a;
    --color-accent: #8b5a3c;
    --color-accent-light: #a0674a;
    --color-accent-dark: #5c3d2e;
    --color-accent-glow: rgba(139, 90, 60, 0.3);
    --wood-texture: url('assets/img/bg-1365125616.jpg');
    /* Light oak texture for partners section */
    --wood-texture-light: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1920');
    --color-oak-light: #d4b896;
    --color-oak-medium: #c4a77d;
    --color-savings: #10b981;
    --color-savings-light: #34d399;
    --color-savings-dark: #059669;
    --color-savings-glow: rgba(16, 185, 129, 0.3);
    --color-border: #3d2517;
    --color-border-light: #5c3d2e;
    --font-display: 'Bebas Neue', sans-serif;
    --font-body: 'Outfit', sans-serif;
    --space-xs: 0.5rem; --space-sm: 1rem; --space-md: 1.5rem; --space-lg: 2rem; --space-xl: 3rem; --space-2xl: 5rem; --space-3xl: 8rem;
    --radius-sm: 4px; --radius-md: 8px; --radius-lg: 16px; --radius-xl: 24px; --radius-full: 9999px;
    --transition-fast: 150ms ease; --transition-base: 300ms ease; --transition-slow: 500ms ease;
    --container-max: 1280px; --container-padding: 1.5rem;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); background-color: var(--color-bg); color: var(--color-text); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; transition: color var(--transition-fast); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
.container { width: 100%; max-width: var(--container-max); margin: 0 auto; padding: 0 var(--container-padding); }

.section-header { text-align: center; margin-bottom: var(--space-2xl); }
.section-tag { display: inline-block; font-size: 0.875rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--color-accent-light); margin-bottom: var(--space-sm); }
.section-title { font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 400; letter-spacing: 0.02em; line-height: 1.1; }
.section-subtitle { color: var(--color-text-muted); font-size: 1.125rem; max-width: 600px; margin: var(--space-md) auto 0; }
.text-accent { color: var(--color-accent-light); }

/* =====================================================
   WOOD ELEMENTS (70% - Intensive)
   - Multiple section backgrounds
   - All card backgrounds
   - All buttons
   - Navigation
   - Footer
   ===================================================== */

/* ALL buttons with wood - MIT BORDER */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--space-xs); padding: 1rem 2rem; font-family: var(--font-body); font-size: 1rem; font-weight: 600; border: none; border-radius: var(--radius-full); cursor: pointer; transition: all var(--transition-base); }

.btn-primary { background: var(--wood-texture) center/cover; color: white; box-shadow: 0 4px 24px var(--color-accent-glow); position: relative; overflow: hidden; border: 2px solid var(--color-wood-light); }
.btn-primary::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%); }
.btn-primary span, .btn-primary svg { position: relative; z-index: 1; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px var(--color-accent-glow); }
.btn-primary:hover::before { background: rgba(0,0,0,0.1); }

.btn-outline { background: transparent; color: var(--color-text); border: 2px solid var(--color-border-light); }
.btn-outline:hover { border-color: var(--color-accent); color: var(--color-accent); }
.btn-block { width: 100%; }

/* Navigation with full wood */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: var(--space-md) 0; transition: all var(--transition-base); }
.navbar.scrolled { background: var(--wood-texture) center/cover; }
.navbar.scrolled::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.7); }
.navbar.scrolled .nav-container { position: relative; z-index: 1; }

.nav-container { display: flex; align-items: center; justify-content: space-between; max-width: var(--container-max); margin: 0 auto; padding: 0 var(--container-padding); }
.logo { display: flex; align-items: center; gap: var(--space-xs); }
.logo-img { height: 45px; width: auto; border-radius: var(--radius-md); border: 2px solid var(--color-wood-medium); }
.nav-links { display: flex; align-items: center; gap: var(--space-lg); }
.nav-links a { font-size: 0.9375rem; font-weight: 500; color: var(--color-text-muted); transition: color var(--transition-fast); }
.nav-links a:hover { color: var(--color-text); }

.nav-cta { padding: 0.75rem 1.5rem; background: var(--wood-texture) center/cover; color: white; font-weight: 600; font-size: 0.9375rem; border-radius: var(--radius-full); transition: all var(--transition-base); position: relative; overflow: hidden; border: 2px solid var(--color-wood-light); }
.nav-cta::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.3); }
.nav-cta:hover { transform: translateY(-2px); }
.nav-cta:hover::before { background: rgba(0,0,0,0.1); }

.mobile-menu-btn { display: none; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; padding: 4px; }
.mobile-menu-btn span { width: 24px; height: 2px; background: var(--color-text); }
.mobile-menu { display: none; position: fixed; inset: 0; background: var(--wood-texture) center/cover; z-index: 999; padding: 100px var(--container-padding); opacity: 0; visibility: hidden; }
.mobile-menu::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.8); }
.mobile-menu.active { opacity: 1; visibility: visible; }
.mobile-nav-links { display: flex; flex-direction: column; gap: var(--space-lg); position: relative; z-index: 1; }
.mobile-nav-links a { font-family: var(--font-display); font-size: 2rem; letter-spacing: 0.05em; }
.mobile-cta { display: inline-block; margin-top: var(--space-lg); padding: 1rem 2rem; background: var(--color-accent); color: white; border-radius: var(--radius-full); }

/* Hero WITHOUT wood frame - MIT LOKALEM BILD */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url('assets/img/DSC01609.jpeg') center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.7) 50%, rgba(10, 10, 10, 0.85) 100%); }

/* REMOVED: Wood border around screen edges */
/* .hero::before - vollständig entfernt */

.hero-content { position: relative; z-index: 2; text-align: center; padding: var(--space-3xl) var(--container-padding); max-width: 900px; background: var(--wood-texture) center/cover; border-radius: var(--radius-xl); }
.hero-content::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.7); border-radius: var(--radius-xl); }
.hero-content > * { position: relative; z-index: 1; }

.hero-badge { display: inline-block; padding: 0.5rem 1.25rem; background: rgba(255,255,255,0.1); border: 1px solid var(--color-wood-light); border-radius: var(--radius-full); font-size: 0.875rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-accent-light); margin-bottom: var(--space-lg); }
.hero-title { font-family: var(--font-display); font-size: clamp(3.5rem, 10vw, 8rem); font-weight: 400; letter-spacing: 0.02em; line-height: 0.95; margin-bottom: var(--space-lg); }
.hero-subtitle { font-size: 1.25rem; color: var(--color-text-muted); max-width: 600px; margin: 0 auto var(--space-xl); line-height: 1.7; }
.hero-ctas { display: flex; gap: var(--space-md); justify-content: center; flex-wrap: wrap; margin-bottom: var(--space-xl); }

/* NEU: Hero Highlight mit Padding */
.hero-highlight { display: inline-block; padding: 0 2rem; }

.reopening-box { display: inline-flex; align-items: center; gap: var(--space-md); padding: var(--space-md) var(--space-lg); background: rgba(255,255,255,0.05); border: 2px solid var(--color-wood-light); border-radius: var(--radius-lg); }
.reopening-icon { font-size: 2rem; }
.reopening-text { display: flex; flex-direction: column; text-align: left; }
.reopening-label { font-size: 1.25rem; font-family: var(--font-display); color: var(--color-accent-light); text-transform: uppercase; letter-spacing: 0.1em; }

.scroll-indicator { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: var(--space-xs); color: var(--color-text-muted); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; animation: bounce 2s infinite; z-index: 4; }
.mouse { width: 24px; height: 40px; border: 2px solid var(--color-wood-light); border-radius: 12px; position: relative; }
.mouse-wheel { width: 4px; height: 8px; background: var(--color-accent); border-radius: 2px; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); animation: scroll-wheel 2s infinite; }
@keyframes scroll-wheel { 0%, 100% { opacity: 1; top: 6px; } 50% { opacity: 0.5; top: 16px; } }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }

/* Banner with full wood */
.reopening-banner { background: var(--wood-texture) center/cover; padding: var(--space-lg) 0; position: relative; }
.reopening-banner::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.4); }
.banner-content { display: flex; align-items: center; justify-content: center; gap: var(--space-lg); flex-wrap: wrap; position: relative; z-index: 1; }
.banner-icon { font-size: 2rem; }
.banner-text { text-align: left; }
.banner-text h3 { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: 0.02em; margin-bottom: 0.25rem; }
.banner-text p { font-size: 0.9375rem; opacity: 0.9; }
.banner-content .btn { background: white; color: var(--color-accent); }
.banner-content .btn::before { display: none; }
.banner-content .btn:hover { background: var(--color-bg); color: white; }

/* About Section with wood background */
.about { padding: var(--space-3xl) 0; background: var(--wood-texture) center/cover fixed; position: relative; }
.about::before { content: ''; position: absolute; inset: 0; background: rgba(10, 10, 10, 0.8); }
.about .container { position: relative; z-index: 1; }
.about-intro { max-width: 800px; margin: 0 auto var(--space-2xl); text-align: center; }
.about-intro p { font-size: 1.125rem; color: var(--color-text-muted); line-height: 1.8; }
.about-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-lg); }

/* Cards with wood headers */
.about-card { background: var(--color-bg-card); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 0; transition: all var(--transition-base); overflow: hidden; }
.about-card:hover { border-color: var(--color-accent); transform: translateY(-4px); }
.about-card-icon { width: 100%; height: 80px; background: var(--wood-texture) center/cover; display: flex; align-items: center; justify-content: center; color: white; position: relative; }
.about-card-icon::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.4); }
.about-card-icon svg { position: relative; z-index: 1; width: 40px; height: 40px; }
.about-card h3 { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: 0.02em; margin: var(--space-md) var(--space-lg) var(--space-sm); }
.about-card p { color: var(--color-text-muted); font-size: 0.9375rem; line-height: 1.7; padding: 0 var(--space-lg) var(--space-lg); }

/* Services Section */
.services { padding: var(--space-3xl) 0; background: var(--color-bg); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-lg); }

.service-card { background: var(--color-bg-card); border: 2px solid var(--color-border); border-radius: var(--radius-xl); overflow: hidden; transition: all var(--transition-base); }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(139, 90, 60, 0.2); border-color: var(--color-accent); }
.service-image { height: 240px; background-size: cover; background-position: center; transition: transform var(--transition-slow); position: relative; }
/* Wood frame on images */
.service-image::after { content: ''; position: absolute; inset: 0; border: 8px solid transparent; border-image: var(--wood-texture) 30 round; }
.service-content { padding: var(--space-lg); position: relative; }
.new-badge { position: absolute; top: -12px; right: var(--space-lg); padding: 0.25rem 0.75rem; background: var(--wood-texture) center/cover; color: white; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; border-radius: var(--radius-sm); }
.service-content h3 { font-family: var(--font-display); font-size: 1.75rem; letter-spacing: 0.02em; margin-bottom: var(--space-sm); }
.service-content p { color: var(--color-text-muted); font-size: 0.9375rem; margin-bottom: var(--space-md); line-height: 1.7; }
.service-features { display: flex; flex-wrap: wrap; gap: var(--space-xs); }
.service-features li { padding: 0.375rem 0.75rem; background: var(--wood-texture) center/cover; border-radius: var(--radius-full); font-size: 0.8125rem; color: white; position: relative; overflow: hidden; }
.service-features li::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.5); }

/* Partners Section - HELLER EICHE-HINTERGRUND (CI-konform) */
.partners { padding: var(--space-3xl) 0; background: linear-gradient(135deg, #e8d5bc 0%, #d4b896 50%, #c4a77d 100%); position: relative; }
/* Removed dark overlay - now light oak background */

.partners .container { position: relative; z-index: 1; }
.partners .section-tag { color: var(--color-wood-dark); }
.partners .section-title { color: var(--color-wood-dark); }
.partners .section-title .text-accent { color: var(--color-accent-dark); }
.partners .section-subtitle { color: var(--color-wood-medium); }

.partners-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-lg); }

.partner-card { background: white; border: 2px solid var(--color-oak-medium); border-radius: var(--radius-xl); transition: all var(--transition-base); overflow: hidden; box-shadow: 0 4px 20px rgba(61, 37, 23, 0.15); }
.partner-card:hover { border-color: var(--color-accent); transform: translateY(-4px); box-shadow: 0 8px 30px rgba(61, 37, 23, 0.2); }
.partner-card.with-header { padding: 0; }
/* Partner-Header HÖHER (140px statt 100px) */
.partner-header { padding: var(--space-lg); background: white; display: flex; align-items: center; justify-content: center; min-height: 140px; height: 140px; }
/* Partner-Logos GRÖSSER (80px statt 50px) */
.partner-logo { max-height: 80px; width: auto; }
.partner-content { padding: var(--space-xl); }
.partner-portrait { width: 120px; height: 120px; border-radius: var(--radius-lg); overflow: hidden; margin-bottom: var(--space-md); border: 4px solid var(--color-oak-medium); }
.partner-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.partner-type { font-size: 0.875rem; font-weight: 600; color: var(--color-accent); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: var(--space-xs); }
.partner-card h3 { font-family: var(--font-display); font-size: 1.75rem; letter-spacing: 0.02em; margin-bottom: var(--space-md); color: var(--color-wood-dark); }
.partner-card p { color: var(--color-wood-medium); font-size: 0.9375rem; line-height: 1.7; margin-bottom: var(--space-md); }
.partner-services { display: flex; flex-wrap: wrap; gap: var(--space-xs); margin-bottom: var(--space-md); }
.partner-services span { padding: 0.375rem 0.75rem; background: var(--wood-texture) center/cover; border-radius: var(--radius-full); font-size: 0.8125rem; color: white; position: relative; }
.partner-services span::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.5); border-radius: inherit; }
.partner-contact { padding-top: var(--space-md); border-top: 2px solid var(--color-oak-medium); }
.partner-contact p { margin-bottom: var(--space-xs); color: var(--color-wood-medium); }
.partner-contact strong { color: var(--color-wood-dark); }
.partner-contact a { color: var(--color-accent); }
.partner-link { display: inline-block; margin-top: var(--space-sm); font-weight: 600; }

/* Doctors grid - 2x2 Layout */
.doctors-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-md); margin-bottom: var(--space-md); }
.doctor-item { text-align: center; }
.doctor-item .partner-portrait { width: 120px; height: 120px; margin: 0 auto var(--space-xs); }
.doctor-item h4 { font-family: var(--font-display); font-size: 0.95rem; letter-spacing: 0.02em; color: var(--color-wood-dark); margin-bottom: 2px; line-height: 1.2; }
.doctor-specialty { font-size: 0.7rem; color: var(--color-wood-medium); line-height: 1.3; margin: 0; }

/* Pricing Section */
.pricing { padding: var(--space-3xl) 0; background: var(--color-bg); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-lg); align-items: stretch; }

.pricing-card { background: var(--color-bg-card); border: 2px solid var(--color-border); border-radius: var(--radius-xl); padding: 0; position: relative; transition: all var(--transition-base); overflow: visible; display: flex; flex-direction: column; }
.pricing-card:hover { transform: translateY(-8px); }
.pricing-card.featured, .pricing-card.with-savings-badge { margin-top: var(--space-md); }

/* Wood header for all pricing cards */
.pricing-header { text-align: center; padding: var(--space-xl); background: var(--wood-texture) center/cover; position: relative; border-radius: var(--radius-xl) var(--radius-xl) 0 0; overflow: hidden; }
.pricing-header::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.pricing-header h3, .pricing-header p { position: relative; z-index: 1; }
.pricing-header h3 { font-family: var(--font-display); font-size: 2rem; letter-spacing: 0.05em; margin-bottom: var(--space-xs); }
.pricing-header p { color: rgba(255,255,255,0.8); font-size: 0.9375rem; }

.pricing-card.featured { border-color: var(--color-accent); transform: scale(1.05); z-index: 1; }
.pricing-card.featured:hover { transform: scale(1.05) translateY(-8px); }
.pricing-card.with-savings-badge { border-color: var(--color-savings); }
.pricing-card.with-flex-badge { border-color: var(--color-text-muted); margin-top: var(--space-md); }

.pricing-badge { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); padding: 0.5rem 1.25rem; background: var(--color-accent); color: white; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; border-radius: var(--radius-full); white-space: nowrap; z-index: 10; }
.pricing-badge.savings { background: var(--color-savings); }
.pricing-badge.flex { background: var(--color-text-muted); }

/* Pricing price display - Monatspreis direkt unter Hauptpreis */
.pricing-price { text-align: center; padding: var(--space-lg); }
.price-new { display: flex; align-items: baseline; justify-content: center; gap: 0.25rem; margin-bottom: var(--space-xs); }
.pricing-price .currency { font-size: 1.25rem; font-weight: 600; color: var(--color-text-muted); }
.pricing-price .amount { font-family: var(--font-display); font-size: 4rem; line-height: 1; }
.pricing-card.featured .amount { color: var(--color-accent); }
.pricing-card.with-savings-badge .amount { color: var(--color-savings); }
.pricing-price .period { font-size: 1rem; color: var(--color-text-muted); }

/* NEW: Monthly price display directly under main price */
.monthly-price { font-size: 1.125rem; color: var(--color-accent-light); font-weight: 600; margin-top: var(--space-xs); }
.pricing-card.with-savings-badge .monthly-price { color: var(--color-savings-light); }

.pricing-features { margin: 0 var(--space-xl) var(--space-xl); flex-grow: 1; }
.pricing-features li { display: flex; align-items: center; gap: var(--space-sm); padding: var(--space-sm) 0; border-bottom: 1px solid var(--color-border); font-size: 0.9375rem; }
.pricing-features li:last-child { border-bottom: none; }
.pricing-features li svg { flex-shrink: 0; color: var(--color-accent); }
.pricing-card.with-savings-badge .pricing-features li svg { color: var(--color-savings); }

.pricing-card .btn { margin: 0 var(--space-xl) var(--space-xl); width: calc(100% - var(--space-xl) * 2); }
.pricing-note { text-align: center; color: var(--color-text-subtle); font-size: 0.875rem; margin-top: var(--space-xl); }

/* Location Section with wood */
.location { padding: var(--space-3xl) 0; background: var(--wood-texture) center/cover fixed; position: relative; }
.location::before { content: ''; position: absolute; inset: 0; background: rgba(10, 10, 10, 0.85); }
.location .container { position: relative; z-index: 1; }
.location-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-2xl); align-items: center; }

.location-card-large { background: var(--color-bg-card); border: 2px solid var(--color-border); border-radius: var(--radius-xl); padding: 0; overflow: hidden; }
.location-icon { width: 100%; height: 100px; background: var(--wood-texture) center/cover; display: flex; align-items: center; justify-content: center; color: white; position: relative; }
.location-icon::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.4); }
.location-icon svg { position: relative; z-index: 1; width: 40px; height: 40px; }
.location-card-large h3 { font-family: var(--font-display); font-size: 2rem; letter-spacing: 0.02em; margin: var(--space-lg) var(--space-xl) var(--space-sm); }
.location-address { color: var(--color-text-muted); font-size: 1.125rem; line-height: 1.6; margin: 0 var(--space-xl) var(--space-md); }
.opening-info { margin: 0 var(--space-xl) var(--space-md); }
.opening-badge { display: inline-block; padding: 0.5rem 1rem; background: var(--wood-texture) center/cover; color: white; font-weight: 600; border-radius: var(--radius-full); font-size: 0.875rem; position: relative; overflow: hidden; }
.opening-badge::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.4); }
.location-details { margin: 0 var(--space-xl) var(--space-lg); }
.detail-item { display: flex; align-items: center; gap: var(--space-sm); padding: var(--space-sm) 0; color: var(--color-text-muted); }
.detail-item svg { color: var(--color-accent); flex-shrink: 0; }
.location-card-large .btn { margin: 0 var(--space-xl) var(--space-xl) var(--space-xl); }
.location-map { height: 400px; border-radius: var(--radius-xl); overflow: hidden; background: var(--color-bg-card); border: 3px solid var(--color-wood-medium); }

/* Contact Section */
.contact { padding: var(--space-3xl) 0; background: var(--color-bg); }
.contact-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-2xl); align-items: start; }
.contact-info .section-tag { margin-bottom: var(--space-sm); }
.contact-info .section-title { text-align: left; margin-bottom: var(--space-md); }
.contact-info > p { color: var(--color-text-muted); font-size: 1.0625rem; line-height: 1.8; margin-bottom: var(--space-xl); }
.contact-details { display: flex; flex-direction: column; gap: var(--space-md); margin-bottom: var(--space-xl); }
.contact-item { display: flex; align-items: center; gap: var(--space-md); color: var(--color-text-muted); }
.contact-item svg { color: var(--color-accent); }
.contact-item a:hover { color: var(--color-accent); }
.social-links { display: flex; gap: var(--space-md); }
.social-link { width: 48px; height: 48px; background: var(--wood-texture) center/cover; border-radius: var(--radius-full); display: flex; align-items: center; justify-content: center; color: white; transition: all var(--transition-base); position: relative; overflow: hidden; }
.social-link::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.4); }
.social-link svg { position: relative; z-index: 1; }
.social-link:hover { transform: translateY(-4px); }
.social-link:hover::before { background: rgba(0,0,0,0.2); }

/* Contact Form with wood header */
.contact-form { background: var(--color-bg-card); border: 2px solid var(--color-border); border-radius: var(--radius-xl); overflow: hidden; }
.contact-form::before { content: ''; display: block; height: 60px; background: var(--wood-texture) center/cover; position: relative; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-md); padding: 0 var(--space-xl); }
.form-group { margin-bottom: var(--space-md); padding: 0 var(--space-xl); }
.form-row .form-group { padding: 0; }
.form-group:first-child { padding-top: var(--space-xl); }
.form-group label { display: block; font-size: 0.875rem; font-weight: 500; margin-bottom: var(--space-xs); color: var(--color-text-muted); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.875rem 1rem; background: var(--color-bg); border: 1px solid var(--color-border); border-radius: var(--radius-md); font-family: var(--font-body); font-size: 1rem; color: var(--color-text); transition: all var(--transition-fast); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--color-accent); box-shadow: 0 0 0 3px var(--color-accent-glow); }
.form-group textarea { resize: vertical; min-height: 120px; }
.contact-form .btn { margin: var(--space-sm) var(--space-xl) var(--space-xl); width: calc(100% - var(--space-xl) * 2); }

/* Footer with full wood */
.footer { background: var(--wood-texture) center/cover; padding: var(--space-2xl) 0 var(--space-lg); position: relative; }
.footer::before { content: ''; position: absolute; inset: 0; background: rgba(10, 10, 10, 0.85); }
.footer .container { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 2fr; gap: var(--space-2xl); margin-bottom: var(--space-2xl); }
.footer-brand .logo { margin-bottom: var(--space-md); }
.footer-brand .logo-img { height: 50px; border-radius: var(--radius-md); border: 2px solid var(--color-wood-medium); }
.footer-brand p { color: var(--color-text-muted); font-size: 0.9375rem; max-width: 280px; }
.footer-links h5, .footer-contact h5 { font-family: var(--font-display); font-size: 1.25rem; letter-spacing: 0.05em; margin-bottom: var(--space-md); color: var(--color-accent-light); }
.footer-links ul { display: flex; flex-direction: column; gap: var(--space-sm); }
.footer-links a { color: var(--color-text-muted); font-size: 0.9375rem; }
.footer-links a:hover { color: var(--color-accent-light); }
.footer-contact p { color: var(--color-text-muted); font-size: 0.9375rem; margin-bottom: var(--space-sm); }
.footer-contact a { color: var(--color-accent-light); }
.footer-hours { margin-top: var(--space-md); color: var(--color-text) !important; }
.footer-bottom { display: flex; justify-content: center; padding-top: var(--space-lg); border-top: 2px solid rgba(139, 90, 60, 0.3); color: var(--color-text-subtle); font-size: 0.875rem; }

/* Animations */
.animate-fade-up { opacity: 0; transform: translateY(30px); animation: fadeUp 0.8s ease forwards; }
.delay-1 { animation-delay: 0.1s; } .delay-2 { animation-delay: 0.2s; } .delay-3 { animation-delay: 0.3s; } .delay-4 { animation-delay: 0.4s; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
.animate-on-scroll { opacity: 0; transform: translateY(40px); transition: all 0.8s ease; }
.animate-on-scroll.visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1024px) {
    .about-grid { grid-template-columns: repeat(2, 1fr); }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .partners-grid { grid-template-columns: 1fr; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .pricing-card.featured { transform: none; }
    .pricing-card.featured:hover { transform: translateY(-8px); }
    .location-wrapper { grid-template-columns: 1fr; }
    .location-map { height: 300px; }
    .contact-wrapper { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-xl); }
}

@media (max-width: 768px) {
    .nav-links, .nav-cta { display: none; }
    .mobile-menu-btn { display: flex; }
    .mobile-menu { display: block; }
    .about-grid { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr; }
    .doctor-item .partner-portrait { width: 100px; height: 100px; }
    .doctor-item h4 { font-size: 0.85rem; }
    .doctor-specialty { font-size: 0.65rem; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-brand p { max-width: none; }
    .footer-brand .logo { justify-content: center; }
    .banner-content { flex-direction: column; text-align: center; }
    .scroll-indicator { display: none; }
    .location-card-large .btn { width: calc(100% - var(--space-xl) * 2); display: flex; justify-content: center; }
}

@media (max-width: 480px) {
    :root { --container-padding: 1rem; }
    .hero-title { font-size: 3rem; }
    .hero-ctas { flex-direction: column; align-items: center; }
    .hero-ctas .btn { width: auto; min-width: 220px; padding: 0.875rem 1.5rem; }
    .btn { width: 100%; }
    .section-title { font-size: 2rem; }
    .reopening-box { flex-direction: column; text-align: center; }
    .doctors-grid { gap: var(--space-xs); }
    .doctor-item .partner-portrait { width: 90px; height: 90px; }
    .doctor-item h4 { font-size: 0.8rem; }
    .doctor-specialty { font-size: 0.6rem; }
    .hero-highlight { padding: 0 1rem; }
    .location-card-large .btn { width: auto; margin-left: var(--space-xl); margin-right: var(--space-xl); }
}
