/* Glow Spa & Wellness - WordPress Spa Theme */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.7;
    background: #faf7f5;
}

h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; }

/* Promo Bar */
.promo-bar-spa { background: #d4a5a5; color: #fff; text-align: center; padding: 10px; font-size: 13px; }
.promo-bar-spa a { color: #fff; text-decoration: underline; }

/* Header */
.spa-header-main { background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.spa-container-header { max-width: 1200px; margin: 0 auto; padding: 20px; display: flex; justify-content: space-between; align-items: center; }
.spa-logo-section { text-align: center; }
.spa-logo { font-family: 'Cormorant Garamond', serif; font-size: 42px; color: #8b6f6f; margin: 0; font-weight: 300; letter-spacing: 3px; }
.spa-tagline { font-size: 12px; color: #999; margin-top: 5px; letter-spacing: 2px; font-weight: 400; }
.spa-nav-main ul { list-style: none; display: flex; gap: 30px; }
.spa-nav-main a { text-decoration: none; color: #8b6f6f; font-weight: 500; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; transition: color 0.3s; }
.spa-nav-main a:hover { color: #d4a5a5; }
.spa-header-cta { display: flex; align-items: center; gap: 20px; }
.spa-phone { font-size: 14px; color: #8b6f6f; }
.spa-book-btn { background: #d4a5a5; color: #fff; padding: 10px 25px; text-decoration: none; border-radius: 25px; font-weight: 600; font-size: 13px; transition: background 0.3s; }
.spa-book-btn:hover { background: #b88f8f; }

/* Hero */
.spa-hero-section { position: relative; }
.spa-hero-bg { height: 550px; display: flex; align-items: center; justify-content: center; }
.spa-hero-content { text-align: center; color: #fff; max-width: 700px; padding: 0 20px; }
.spa-hero-subtitle { font-size: 16px; letter-spacing: 3px; margin-bottom: 15px; text-transform: uppercase; opacity: 0.9; }
.spa-hero-title { font-size: 58px; margin-bottom: 20px; font-weight: 300; line-height: 1.2; }
.spa-hero-text { font-size: 18px; margin-bottom: 30px; line-height: 1.6; }
.spa-hero-btn { display: inline-block; background: #d4a5a5; color: #fff; padding: 14px 35px; text-decoration: none; border-radius: 25px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; transition: background 0.3s; }
.spa-hero-btn:hover { background: #b88f8f; }

/* Welcome */
.spa-welcome-section { background: #fff; padding: 80px 0; }
.spa-container-narrow { max-width: 900px; margin: 0 auto; padding: 0 20px; }
.spa-welcome-intro { text-align: center; margin-bottom: 50px; }
.spa-tagline-dec { color: #d4a5a5; font-size: 14px; letter-spacing: 3px; margin-bottom: 15px; }
.spa-section-title { font-size: 42px; color: #8b6f6f; margin-bottom: 20px; }
.spa-divider-line { width: 100px; height: 2px; background: #d4a5a5; margin: 20px auto; }
.spa-welcome-lead { font-size: 18px; color: #666; line-height: 1.8; }
.spa-features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 50px; }
.spa-feature-item { text-align: center; }
.spa-feature-icon { font-size: 48px; margin-bottom: 15px; }
.spa-feature-item h3 { font-size: 20px; margin-bottom: 10px; color: #8b6f6f; }
.spa-feature-item p { font-size: 14px; color: #999; line-height: 1.6; }

/* Services */
.spa-services-section { background: #faf7f5; padding: 80px 0; }
.spa-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.spa-section-header { text-align: center; margin-bottom: 50px; }
.spa-section-desc { font-size: 16px; color: #999; margin-top: 10px; }
.spa-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.spa-service-box { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,0.08); transition: transform 0.3s; }
.spa-service-box:hover { transform: translateY(-5px); }
.spa-service-img { height: 200px; }
.spa-service-content { padding: 30px; }
.spa-service-content h3 { font-size: 24px; color: #8b6f6f; margin-bottom: 15px; }
.spa-service-content p { color: #666; margin-bottom: 15px; line-height: 1.6; }
.spa-service-list { list-style: none; margin: 20px 0; }
.spa-service-list li { padding: 5px 0; color: #999; font-size: 14px; }
.spa-service-link { color: #d4a5a5; text-decoration: none; font-weight: 600; }

/* Pricing */
.spa-pricing-section { background: #fff; padding: 80px 0; }
.spa-pricing-menu { margin-top: 40px; }
.spa-menu-category { margin-bottom: 50px; }
.spa-category-title { font-size: 32px; color: #8b6f6f; margin-bottom: 30px; border-bottom: 2px solid #d4a5a5; padding-bottom: 15px; }
.spa-menu-item { margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #f0ece9; }
.spa-item-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.spa-item-header h4 { font-size: 22px; color: #8b6f6f; }
.spa-duration { font-size: 13px; color: #999; text-transform: uppercase; letter-spacing: 1px; }
.spa-item-desc { color: #666; line-height: 1.6; margin-bottom: 10px; }
.spa-price { font-size: 20px; color: #d4a5a5; font-weight: 700; }

/* Testimonials */
.spa-testimonials-section { background: #faf7f5; padding: 80px 0; }
.spa-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }
.spa-testimonial-card { background: #fff; padding: 35px; border-radius: 8px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); }
.spa-stars { color: #d4a5a5; margin-bottom: 15px; font-size: 18px; }
.spa-testimonial-quote { color: #666; line-height: 1.7; margin-bottom: 15px; font-style: italic; }
.spa-testimonial-name { color: #8b6f6f; font-weight: 600; font-size: 14px; }

/* CTA */
.spa-cta-section { background: linear-gradient(135deg, #d4a5a5, #b88f8f); color: #fff; text-align: center; padding: 80px 20px; }
.spa-cta-title { font-size: 42px; margin-bottom: 15px; font-weight: 300; }
.spa-cta-text { font-size: 18px; margin-bottom: 30px; opacity: 0.95; }
.spa-cta-buttons { display: flex; gap: 15px; justify-content: center; }
.spa-cta-btn { background: #fff; color: #8b6f6f; padding: 14px 35px; text-decoration: none; border-radius: 25px; font-weight: 600; transition: all 0.3s; }
.spa-cta-btn-alt { background: transparent; color: #fff; border: 2px solid #fff; padding: 14px 35px; text-decoration: none; border-radius: 25px; font-weight: 600; }

/* Contact */
.spa-contact-section { background: #fff; padding: 80px 0; }
.spa-contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.spa-contact-info h2 { font-size: 36px; color: #8b6f6f; margin-bottom: 30px; }
.spa-contact-detail { margin-bottom: 25px; }
.spa-contact-detail h4 { font-size: 18px; color: #8b6f6f; margin-bottom: 10px; }
.spa-contact-detail p { color: #666; line-height: 1.6; }
.spa-contact-form h3 { font-size: 28px; color: #8b6f6f; margin-bottom: 25px; }
.spa-booking-form input, .spa-booking-form select, .spa-booking-form textarea { width: 100%; padding: 12px; margin-bottom: 15px; border: 1px solid #e5e0dd; border-radius: 4px; font-family: 'Montserrat', sans-serif; font-size: 14px; }
.spa-form-submit { width: 100%; background: #d4a5a5; color: #fff; border: none; padding: 14px; border-radius: 25px; font-weight: 600; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; transition: background 0.3s; }
.spa-form-submit:hover { background: #b88f8f; }

/* Footer */
.spa-footer-main { background: #f5f0ed; padding: 60px 0 0; }
.spa-footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding-bottom: 40px; }
.spa-footer-col h4 { font-size: 20px; color: #8b6f6f; margin-bottom: 20px; }
.spa-footer-col ul { list-style: none; }
.spa-footer-col li { margin-bottom: 10px; }
.spa-footer-col a { color: #999; text-decoration: none; font-size: 14px; transition: color 0.3s; }
.spa-footer-col a:hover { color: #8b6f6f; }
.spa-footer-social a { color: #999; }
.spa-footer-bottom { background: #e8e0dc; padding: 20px; text-align: center; font-size: 13px; color: #999; }
.spa-footer-bottom a { color: #8b6f6f; text-decoration: none; }
