/* Luxe Beauty Studio — Main Stylesheet */

:root {
  --plum: #2c0e37;
  --plum-dark: #1a0a22;
  --plum-light: #3d1650;
  --gold: #c9a96e;
  --gold-light: #dfc08e;
  --gold-dark: #a88a52;
  --rose: #e8b4b8;
  --rose-dark: #c9898f;
  --blush: #fdf0f0;
  --blush-dark: #f5e0e3;
  --cream: #fdfaf8;
  --cream-dark: #f5f0eb;
  --white: #ffffff;
  --dark: #1a0f1e;
  --gray-800: #3d2e47;
  --gray-700: #5a4a65;
  --gray-600: #7a6887;
  --gray-400: #b0a0bb;
  --gray-200: #e8e0ef;
  --gray-100: #f5f0f8;
  --green: #16a34a;
  --shadow: 0 4px 6px -1px rgba(44,14,55,0.07), 0 2px 4px -1px rgba(44,14,55,0.04);
  --shadow-lg: 0 10px 20px -3px rgba(44,14,55,0.12), 0 4px 8px -2px rgba(44,14,55,0.06);
  --shadow-xl: 0 20px 40px -5px rgba(44,14,55,0.15), 0 10px 10px -5px rgba(44,14,55,0.06);
  --shadow-rose: 0 8px 24px rgba(201,169,110,0.3);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--dark); line-height: 1.6; background: var(--white); }
h1,h2,h3 { font-family: 'Playfair Display', serif; font-weight: 700; line-height: 1.2; }
h4,h5 { font-weight: 600; }
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.75rem, 4vw, 2.75rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); }
p { color: var(--gray-600); }
a { text-decoration: none; color: inherit; }
em { font-style: italic; color: var(--gold); }
.text-center { text-align: center; }
.container { max-width: 1220px; margin: 0 auto; padding: 0 1.5rem; }
section { padding: 5.5rem 0; }

.section-label {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(201,169,110,0.12); color: var(--gold-dark);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 0.4rem 1.1rem; border-radius: 999px; margin-bottom: 0.875rem;
  border: 1px solid rgba(201,169,110,0.25);
}
.section-title { margin-bottom: 0.875rem; color: var(--plum); }
.section-subtitle { font-size: 1.05rem; color: var(--gray-600); max-width: 580px; margin: 0 auto 3rem; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.9rem 2rem; border-radius: 999px;
  font-weight: 600; font-size: 0.88rem; cursor: pointer; letter-spacing: 0.04em;
  transition: all 0.25s ease; border: none; font-family: 'Inter', sans-serif;
}
.btn-primary { background: var(--plum); color: white; }
.btn-primary:hover { background: var(--plum-dark); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-gold { background: var(--gold); color: white; }
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: var(--shadow-rose); }
.btn-outline { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.6); }
.btn-outline:hover { background: white; color: var(--plum); border-color: white; }
.btn-outline-gold { background: transparent; color: var(--gold-dark); border: 2px solid var(--gold); }
.btn-outline-gold:hover { background: var(--gold); color: white; }
.btn-rose { background: var(--rose-dark); color: white; }
.btn-rose:hover { background: #b5757b; transform: translateY(-2px); }
.btn-green { background: var(--green); color: white; }
.btn-green:hover { background: #15803d; transform: translateY(-2px); }
.btn-lg { padding: 1.1rem 2.5rem; font-size: 0.95rem; }
.btn-sm { padding: 0.5rem 1.25rem; font-size: 0.78rem; }

/* ===== TOP BAR ===== */
.top-bar {
  position: fixed; top: 0; width: 100%; z-index: 1001;
  background: var(--plum-dark); padding: 0.45rem 0;
  font-size: 0.79rem; color: rgba(255,255,255,0.7);
  border-bottom: 1px solid rgba(201,169,110,0.3);
}
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.4rem; }
.top-bar-left, .top-bar-right { display: flex; align-items: center; gap: 1.4rem; }
.top-bar-item { display: flex; align-items: center; gap: 0.4rem; }
.top-bar-item i { color: var(--gold-light); font-size: 0.75rem; }
.top-bar-item a { color: rgba(255,255,255,0.7); transition: color 0.2s; }
.top-bar-item a:hover { color: var(--gold-light); }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 38px; width: 100%; z-index: 1000;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(12px);
  padding: 1.1rem 0; border-bottom: 1px solid var(--gray-200);
  box-shadow: 0 2px 20px rgba(44,14,55,0.06);
  transition: all 0.3s ease;
}
.navbar.scrolled { padding: 0.75rem 0; }
.navbar .container { display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 0.875rem; }
.logo-emblem {
  width: 40px; height: 40px; background: linear-gradient(135deg, var(--plum) 0%, var(--plum-light) 100%);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0; box-shadow: 0 4px 12px rgba(44,14,55,0.3);
}
.logo-text-main { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.2rem; color: var(--plum); line-height: 1.1; font-style: italic; }
.logo-text-sub { font-size: 0.65rem; color: var(--gold-dark); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.nav-links { list-style: none; display: flex; align-items: center; gap: 0.25rem; }
.nav-links a { font-size: 0.82rem; font-weight: 500; color: var(--gray-700); padding: 0.4rem 0.75rem; border-radius: 999px; transition: all 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--plum); background: var(--blush); }
.nav-links .nav-cta { background: var(--plum); color: white !important; padding: 0.6rem 1.4rem; font-weight: 600; }
.nav-links .nav-cta:hover { background: var(--plum-dark); transform: translateY(-1px); }
.mobile-menu-btn { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.mobile-menu-btn span { display: block; width: 24px; height: 2px; background: var(--plum); transition: all 0.3s; border-radius: 2px; }

/* ===== HERO ===== */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  padding-top: 10rem; padding-bottom: 5rem; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26,10,34,0.88) 0%, rgba(44,14,55,0.75) 55%, rgba(201,169,110,0.12) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 720px; }
.hero-eyebrow { display: flex; align-items: center; gap: 0.875rem; margin-bottom: 1.5rem; }
.hero-eyebrow-line { width: 40px; height: 1px; background: var(--gold); }
.hero-eyebrow span { color: var(--gold-light); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }
.hero h1 { color: white; margin-bottom: 1.25rem; }
.hero h1 em { color: var(--gold-light); }
.hero-desc { font-size: 1.05rem; color: rgba(255,255,255,0.72); max-width: 520px; margin-bottom: 2.5rem; line-height: 1.8; }
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3.5rem; }
.hero-trust { display: flex; gap: 2rem; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 0.5rem; color: rgba(255,255,255,0.6); font-size: 0.8rem; }
.hero-trust-item i { color: var(--gold-light); }

/* ===== PAGE HERO ===== */
.page-hero { position: relative; padding: 10rem 0 4rem; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26,10,34,0.88) 0%, rgba(44,14,55,0.75) 100%); z-index: 1; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: white; margin-bottom: 0.75rem; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 1rem; max-width: 540px; }
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; color: rgba(255,255,255,0.45); margin-bottom: 1.25rem; }
.breadcrumb a { color: rgba(255,255,255,0.45); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb .sep { color: rgba(255,255,255,0.25); }
.breadcrumb .current { color: var(--gold-light); }

/* ===== SERVICE CARDS ===== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.service-card {
  background: white; border-radius: 20px; padding: 2.25rem;
  box-shadow: var(--shadow); border: 1px solid var(--gray-200);
  transition: all 0.3s ease; position: relative; overflow: hidden;
}
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--rose), var(--gold)); opacity: 0; transition: opacity 0.3s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); border-color: transparent; }
.service-card:hover::after { opacity: 1; }
.service-icon { width: 52px; height: 52px; background: var(--blush); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 1.25rem; }
.service-card h3 { font-size: 1.05rem; color: var(--plum); margin-bottom: 0.5rem; }
.service-card p { font-size: 0.875rem; line-height: 1.7; }
.service-card .price-range { font-size: 0.78rem; font-weight: 700; color: var(--gold-dark); margin-top: 0.875rem; }
.service-card .card-link { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--plum); font-size: 0.8rem; font-weight: 600; margin-top: 1rem; transition: gap 0.2s; }
.service-card .card-link:hover { gap: 0.65rem; color: var(--gold-dark); }

/* ===== PRICING TABLE ===== */
.price-table { background: white; border-radius: 20px; box-shadow: var(--shadow-lg); overflow: hidden; border: 1px solid var(--gray-200); }
.price-category { border-bottom: 1px solid var(--gray-200); }
.price-category:last-child { border: none; }
.price-cat-header { background: var(--blush); padding: 1rem 2rem; display: flex; align-items: center; gap: 0.75rem; }
.price-cat-header i { color: var(--gold-dark); }
.price-cat-header h3 { font-size: 1rem; color: var(--plum); font-family: 'Playfair Display', serif; font-style: italic; }
.price-row { display: flex; justify-content: space-between; align-items: center; padding: 0.875rem 2rem; border-bottom: 1px solid var(--gray-100); }
.price-row:last-child { border: none; }
.price-row-name { font-size: 0.88rem; color: var(--gray-700); }
.price-row-desc { font-size: 0.75rem; color: var(--gray-400); }
.price-row-price { font-weight: 700; color: var(--plum); font-size: 0.88rem; white-space: nowrap; }

/* ===== BOOKING FORM ===== */
.booking-section { background: var(--blush); }
.booking-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 4rem; align-items: start; }
.booking-form-card { background: white; border-radius: 24px; padding: 3rem; box-shadow: var(--shadow-xl); }
.booking-form-card h2 { color: var(--plum); margin-bottom: 0.5rem; }
.booking-form-card > p { margin-bottom: 2rem; }
.booking-sidebar {}
.book-sidebar-card { background: var(--plum); border-radius: 20px; padding: 2rem; color: white; margin-bottom: 1.25rem; }
.book-sidebar-card h3 { color: white; font-family: 'Playfair Display', serif; margin-bottom: 1rem; font-style: italic; }
.book-feature { display: flex; gap: 0.75rem; align-items: flex-start; margin-bottom: 0.875rem; font-size: 0.85rem; color: rgba(255,255,255,0.75); }
.book-feature:last-child { margin: 0; }
.book-feature i { color: var(--gold-light); flex-shrink: 0; margin-top: 0.15rem; }

/* ===== APPOINTMENT SEQUENCE ===== */
.appt-seq { background: white; border-radius: 18px; padding: 1.75rem; box-shadow: var(--shadow); }
.appt-seq h4 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gray-600); margin-bottom: 1.25rem; font-weight: 700; }
.aseq-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.1rem; position: relative; }
.aseq-item:not(:last-child)::after { content: ''; position: absolute; left: 16px; top: 34px; width: 2px; height: calc(100% - 8px); background: var(--gray-200); }
.aseq-dot { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, var(--plum), var(--plum-light)); display: flex; align-items: center; justify-content: center; color: white; font-size: 0.72rem; font-weight: 800; flex-shrink: 0; }
.aseq-dot.muted { background: var(--gray-200); color: var(--gray-600); }
.aseq-content h5 { font-size: 0.85rem; color: var(--plum); margin-bottom: 0.15rem; }
.aseq-content p { font-size: 0.78rem; }
.aseq-time { font-size: 0.7rem; color: var(--gold-dark); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }

/* ===== FORM ELEMENTS ===== */
.form-group { margin-bottom: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-label { display: block; font-size: 0.75rem; font-weight: 700; color: var(--plum); margin-bottom: 0.4rem; text-transform: uppercase; letter-spacing: 0.08em; }
.form-input, .form-select, .form-textarea {
  width: 100%; padding: 0.85rem 1.1rem;
  border: 2px solid var(--gray-200); border-radius: 12px;
  font-family: 'Inter', sans-serif; font-size: 0.88rem; color: var(--dark);
  transition: border-color 0.2s, box-shadow 0.2s; background: white;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,169,110,0.15);
}
.form-textarea { min-height: 100px; resize: vertical; }
.form-note { font-size: 0.75rem; color: var(--gray-400); margin-top: 0.875rem; display: flex; align-items: center; gap: 0.4rem; }
.form-note i { color: var(--green); }

/* ===== SERVICE SELECTOR ===== */
.service-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; margin-bottom: 1.25rem; }
.service-pick-card {
  border: 2px solid var(--gray-200); border-radius: 12px; padding: 0.75rem 0.875rem;
  cursor: pointer; transition: all 0.2s; background: white;
  display: flex; align-items: center; gap: 0.6rem;
}
.service-pick-card:hover, .service-pick-card.selected { border-color: var(--gold); background: var(--blush); }
.service-pick-card i { color: var(--gold-dark); width: 16px; }
.service-pick-card span { font-size: 0.8rem; font-weight: 600; color: var(--plum); }

/* ===== STYLISTS GRID ===== */
.stylists-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.stylist-card { background: white; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); transition: all 0.3s ease; }
.stylist-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); }
.stylist-img { height: 280px; overflow: hidden; position: relative; }
.stylist-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.stylist-card:hover .stylist-img img { transform: scale(1.05); }
.stylist-specialty { position: absolute; bottom: 0.875rem; left: 0.875rem; background: var(--gold); color: white; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.2rem 0.65rem; border-radius: 999px; }
.stylist-body { padding: 1.5rem; }
.stylist-body h3 { font-family: 'Playfair Display', serif; color: var(--plum); margin-bottom: 0.25rem; font-size: 1.1rem; }
.stylist-years { font-size: 0.72rem; color: var(--gold-dark); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.stylist-body p { font-size: 0.82rem; line-height: 1.65; }

/* ===== GALLERY ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery-card { border-radius: 16px; overflow: hidden; position: relative; aspect-ratio: 3/4; cursor: pointer; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery-card:hover img { transform: scale(1.06); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(26,10,34,0.8) 0%, transparent 60%); opacity: 0; transition: opacity 0.3s; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.25rem; }
.gallery-card:hover .gallery-overlay { opacity: 1; }
.gallery-tag { font-size: 0.65rem; font-weight: 800; color: var(--gold-light); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 0.25rem; }
.gallery-caption { color: white; font-size: 0.85rem; font-family: 'Playfair Display', serif; font-style: italic; }

/* ===== INSTAGRAM CAPTION GENERATOR ===== */
.caption-studio { background: white; border-radius: 24px; box-shadow: var(--shadow-xl); overflow: hidden; }
.caption-studio-header { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); padding: 1.25rem 2rem; display: flex; align-items: center; gap: 0.875rem; }
.caption-studio-header i { color: white; font-size: 1.2rem; }
.caption-studio-header span { color: white; font-weight: 600; }
.caption-studio-header .caption-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.5); }
.caption-body { padding: 2rem; }
.caption-output { background: var(--blush); border-radius: 14px; padding: 1.25rem; font-size: 0.85rem; line-height: 1.75; color: var(--dark); min-height: 100px; white-space: pre-line; font-style: italic; margin-bottom: 1rem; border: 1px solid var(--blush-dark); }
.caption-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-bottom: 1rem; }
.caption-tag { font-size: 0.72rem; color: #3b82f6; font-weight: 500; }
.caption-actions { display: flex; gap: 0.75rem; }
.caption-actions .btn { flex: 1; justify-content: center; font-size: 0.8rem; padding: 0.6rem; }

/* ===== MEMBERSHIP ===== */
.membership-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.membership-card { border-radius: 24px; padding: 2.5rem; position: relative; overflow: hidden; }
.membership-card.basic { background: white; border: 2px solid var(--gray-200); box-shadow: var(--shadow); }
.membership-card.luxe { background: var(--plum); color: white; box-shadow: 0 20px 40px rgba(44,14,55,0.35); }
.membership-card.vip { background: linear-gradient(135deg, var(--plum-dark), var(--plum)); color: white; border: 2px solid var(--gold); box-shadow: 0 20px 40px rgba(201,169,110,0.3); }
.membership-badge { position: absolute; top: 1.25rem; right: 1.25rem; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.2rem 0.65rem; border-radius: 999px; }
.membership-card.basic .membership-badge { background: var(--gray-100); color: var(--gray-600); }
.membership-card.luxe .membership-badge { background: var(--gold); color: white; }
.membership-card.vip .membership-badge { background: var(--gold); color: white; }
.membership-tier { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 0.5rem; }
.membership-card.basic .membership-tier { color: var(--gray-600); }
.membership-card.luxe .membership-tier, .membership-card.vip .membership-tier { color: var(--gold-light); }
.membership-price { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 700; line-height: 1; margin-bottom: 0.25rem; }
.membership-card.basic .membership-price { color: var(--plum); }
.membership-card.luxe .membership-price, .membership-card.vip .membership-price { color: white; }
.membership-period { font-size: 0.8rem; margin-bottom: 1.75rem; }
.membership-card.basic .membership-period { color: var(--gray-500); }
.membership-card.luxe .membership-period, .membership-card.vip .membership-period { color: rgba(255,255,255,0.6); }
.membership-features { list-style: none; display: flex; flex-direction: column; gap: 0.625rem; margin-bottom: 2rem; }
.membership-features li { display: flex; gap: 0.625rem; align-items: flex-start; font-size: 0.85rem; }
.membership-card.basic .membership-features li { color: var(--gray-700); }
.membership-card.luxe .membership-features li, .membership-card.vip .membership-features li { color: rgba(255,255,255,0.8); }
.membership-features li i { flex-shrink: 0; margin-top: 0.2rem; font-size: 0.75rem; }
.membership-card.basic .membership-features li i { color: var(--green); }
.membership-card.luxe .membership-features li i, .membership-card.vip .membership-features li i { color: var(--gold-light); }

/* ===== TESTIMONIALS ===== */
.testimonials-section { background: var(--blush); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.testimonial-card { background: white; border-radius: 20px; padding: 2rem; box-shadow: var(--shadow); }
.test-stars { display: flex; gap: 0.2rem; margin-bottom: 0.875rem; }
.test-stars i { color: #fbbf24; font-size: 0.88rem; }
.test-text { font-size: 0.88rem; line-height: 1.8; color: var(--gray-600); margin-bottom: 1.25rem; font-style: italic; font-family: 'Playfair Display', serif; }
.test-author { display: flex; align-items: center; gap: 0.875rem; }
.test-avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2px solid var(--rose); }
.test-name { font-weight: 700; font-size: 0.88rem; color: var(--plum); line-height: 1.2; }
.test-service { font-size: 0.72rem; color: var(--gold-dark); font-weight: 600; }

/* ===== REVIEW REQUEST / REACTIVATION ===== */
.automation-band { background: var(--plum-dark); padding: 5rem 0; }
.automation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.auto-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(201,169,110,0.2); border-radius: 20px; padding: 2rem; }
.auto-card-icon { width: 52px; height: 52px; background: rgba(201,169,110,0.12); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: var(--gold-light); font-size: 1.25rem; margin-bottom: 1.25rem; }
.auto-card h3 { color: white; font-family: 'Playfair Display', serif; font-style: italic; margin-bottom: 0.5rem; font-size: 1.1rem; }
.auto-card p { color: rgba(255,255,255,0.6); font-size: 0.85rem; line-height: 1.7; margin-bottom: 1.25rem; }
.auto-card-preview { background: rgba(255,255,255,0.06); border-radius: 10px; padding: 1rem; font-size: 0.78rem; color: rgba(255,255,255,0.65); line-height: 1.6; font-style: italic; border-left: 3px solid var(--gold); }

/* ===== STATS BAND ===== */
.stats-band { background: linear-gradient(135deg, var(--plum) 0%, var(--plum-light) 100%); padding: 4rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.stat-item { text-align: center; padding: 1.5rem; border-right: 1px solid rgba(255,255,255,0.08); }
.stat-item:last-child { border: none; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.75rem; font-weight: 700; color: var(--gold-light); display: block; line-height: 1; margin-bottom: 0.5rem; }
.stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.1em; }

/* ===== CTA BAND ===== */
.cta-band { background: linear-gradient(135deg, var(--plum-dark) 0%, var(--plum) 100%); padding: 5.5rem 0; text-align: center; }
.cta-band h2 { color: white; margin-bottom: 0.875rem; }
.cta-band p { color: rgba(255,255,255,0.65); font-size: 1rem; margin-bottom: 2.5rem; max-width: 480px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ===== CONTACT ===== */
.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; align-items: start; }
.contact-info-card { background: var(--plum); border-radius: 24px; padding: 2.5rem; color: white; position: sticky; top: 110px; }
.contact-info-card h3 { color: white; font-family: 'Playfair Display', serif; font-style: italic; margin-bottom: 0.5rem; }
.contact-info-card > p { color: rgba(255,255,255,0.55); margin-bottom: 2rem; font-size: 0.88rem; }
.c-detail { display: flex; gap: 0.875rem; align-items: flex-start; margin-bottom: 1.25rem; }
.c-detail-icon { width: 38px; height: 38px; background: rgba(201,169,110,0.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--gold-light); flex-shrink: 0; font-size: 0.85rem; }
.c-detail h4 { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.35); margin-bottom: 0.2rem; font-weight: 600; font-family: 'Inter', sans-serif; }
.c-detail p, .c-detail a { color: white; font-size: 0.88rem; }
.c-detail a:hover { color: var(--gold-light); }
.contact-forms { display: flex; flex-direction: column; gap: 1.75rem; }
.contact-form-card { background: white; border-radius: 20px; padding: 2.25rem; box-shadow: var(--shadow-xl); }
.contact-form-card h3 { font-family: 'Playfair Display', serif; color: var(--plum); font-style: italic; margin-bottom: 0.5rem; }
.contact-form-card > p { margin-bottom: 1.75rem; font-size: 0.88rem; }

/* ===== CHATBOT ===== */
.chatbot-toggle {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 9000;
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, var(--plum), var(--plum-light)); color: white;
  border: none; cursor: pointer; font-size: 1.35rem;
  box-shadow: 0 6px 24px rgba(44,14,55,0.45);
  transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
  display: flex; align-items: center; justify-content: center;
}
.chatbot-toggle:hover { transform: scale(1.1); }
.chatbot-badge {
  position: absolute; top: -2px; right: -2px; width: 18px; height: 18px;
  background: var(--gold); border-radius: 50%; border: 2px solid white;
  font-size: 0.62rem; color: white; display: flex; align-items: center; justify-content: center; font-weight: 800;
}
.chatbot-window {
  position: fixed; bottom: 7rem; right: 2rem; z-index: 8999;
  width: 370px; height: 530px; background: white; border-radius: 24px;
  box-shadow: 0 25px 60px rgba(44,14,55,0.2); display: flex; flex-direction: column; overflow: hidden;
  transform: scale(0.85) translateY(20px); opacity: 0; pointer-events: none;
  transition: all 0.35s cubic-bezier(0.34,1.56,0.64,1);
}
.chatbot-window.open { transform: scale(1) translateY(0); opacity: 1; pointer-events: all; }
.chatbot-header { background: linear-gradient(135deg, var(--plum) 0%, var(--plum-light) 100%); padding: 1.1rem 1.25rem; display: flex; align-items: center; gap: 0.75rem; }
.chatbot-avatar { width: 36px; height: 36px; border-radius: 50%; background: rgba(201,169,110,0.3); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; border: 2px solid var(--gold-light); }
.chatbot-header-info { flex: 1; }
.chatbot-header-info h4 { color: white; font-size: 0.88rem; margin-bottom: 0.1rem; font-family: 'Playfair Display', serif; font-style: italic; }
.chatbot-header-info p { color: rgba(255,255,255,0.55); font-size: 0.72rem; display: flex; align-items: center; gap: 0.35rem; }
.online-dot { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; display: inline-block; }
.chatbot-close { background: none; border: none; color: rgba(255,255,255,0.45); cursor: pointer; font-size: 1rem; padding: 0.25rem; transition: color 0.2s; }
.chatbot-close:hover { color: white; }
.chatbot-messages { flex: 1; overflow-y: auto; padding: 1.25rem; display: flex; flex-direction: column; gap: 0.875rem; }
.chatbot-messages::-webkit-scrollbar { width: 4px; }
.chatbot-messages::-webkit-scrollbar-thumb { background: var(--gray-200); border-radius: 2px; }
.chat-msg { max-width: 82%; }
.chat-msg.bot { align-self: flex-start; }
.chat-msg.user { align-self: flex-end; }
.chat-bubble { padding: 0.75rem 1rem; border-radius: 18px; font-size: 0.83rem; line-height: 1.6; white-space: pre-line; }
.chat-msg.bot .chat-bubble { background: var(--blush); color: var(--dark); border-bottom-left-radius: 4px; }
.chat-msg.user .chat-bubble { background: var(--plum); color: white; border-bottom-right-radius: 4px; }
.chatbot-quick-replies { padding: 0.5rem 1rem; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.quick-reply { background: white; border: 1.5px solid var(--rose); color: var(--plum); padding: 0.35rem 0.875rem; border-radius: 999px; font-size: 0.75rem; font-weight: 600; cursor: pointer; transition: all 0.2s; font-family: 'Inter', sans-serif; }
.quick-reply:hover { background: var(--plum); color: white; border-color: var(--plum); }
.chatbot-input-area { padding: 0.875rem 1rem; border-top: 1px solid var(--gray-200); display: flex; gap: 0.5rem; }
.chatbot-input { flex: 1; border: 1.5px solid var(--gray-200); border-radius: 999px; padding: 0.6rem 1rem; font-family: 'Inter', sans-serif; font-size: 0.82rem; outline: none; transition: border-color 0.2s; }
.chatbot-input:focus { border-color: var(--gold); }
.chatbot-send { width: 36px; height: 36px; background: var(--plum); color: white; border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; transition: background 0.2s; flex-shrink: 0; }
.chatbot-send:hover { background: var(--plum-dark); }

/* ===== MODALS ===== */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(26,10,34,0.7); z-index: 99999;
  display: flex; align-items: center; justify-content: center; padding: 1rem;
  opacity: 0; pointer-events: none; transition: opacity 0.3s; backdrop-filter: blur(6px);
}
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal-card {
  background: white; border-radius: 28px; padding: 2.75rem; max-width: 500px; width: 100%;
  text-align: center; transform: scale(0.9); transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1); box-shadow: 0 30px 80px rgba(44,14,55,0.25);
}
.modal-overlay.open .modal-card { transform: scale(1); }
.modal-icon { width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 1.8rem; }
.modal-icon.success { background: rgba(22,163,74,0.1); color: var(--green); }
.modal-icon.gold { background: rgba(201,169,110,0.12); color: var(--gold-dark); }
.modal-icon.rose { background: rgba(232,180,184,0.2); color: var(--rose-dark); }
.modal-card h3 { font-family: 'Playfair Display', serif; color: var(--plum); margin-bottom: 0.75rem; font-size: 1.5rem; font-style: italic; }
.modal-card p { margin-bottom: 1.25rem; font-size: 0.88rem; line-height: 1.75; }
.modal-box { background: var(--blush); border-radius: 14px; padding: 1.25rem; text-align: left; margin-bottom: 1.25rem; }
.modal-box h4 { font-size: 0.72rem; color: var(--gray-600); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.875rem; font-weight: 700; }
.conf-row { display: flex; gap: 0.75rem; align-items: center; margin-bottom: 0.5rem; font-size: 0.84rem; }
.conf-row:last-child { margin: 0; }
.conf-row i { color: var(--gold-dark); width: 14px; flex-shrink: 0; }
.sms-preview { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 12px; padding: 0.875rem 1.1rem; font-size: 0.8rem; color: var(--gray-700); text-align: left; margin-bottom: 1.25rem; display: flex; gap: 0.65rem; }
.sms-preview i { color: var(--green); flex-shrink: 0; margin-top: 0.1rem; }
.seq-list { background: var(--blush); border-radius: 12px; padding: 1.1rem; text-align: left; margin-bottom: 1.25rem; }
.seq-list h4 { font-size: 0.72rem; color: var(--gray-600); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.875rem; font-weight: 700; }
.seq-item { display: flex; gap: 0.65rem; align-items: center; margin-bottom: 0.6rem; font-size: 0.83rem; }
.seq-item:last-child { margin: 0; }
.seq-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.seq-item .stime { color: var(--gray-400); font-size: 0.76rem; margin-left: auto; white-space: nowrap; }

/* ===== FOOTER ===== */
.footer { background: var(--plum-dark); padding: 4.5rem 0 0; color: rgba(255,255,255,0.55); border-top: 3px solid var(--gold); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { font-size: 0.875rem; line-height: 1.75; margin: 1.25rem 0; }
.footer-social { display: flex; gap: 0.65rem; margin-top: 1.25rem; }
.social-link { width: 34px; height: 34px; background: rgba(255,255,255,0.06); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.45); transition: all 0.2s; font-size: 0.85rem; }
.social-link:hover { background: var(--gold); color: white; }
.footer-col h4 { color: white; font-size: 0.85rem; margin-bottom: 1rem; padding-bottom: 0.6rem; border-bottom: 1px solid rgba(255,255,255,0.07); font-family: 'Playfair Display', serif; font-style: italic; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-links a { color: rgba(255,255,255,0.45); font-size: 0.84rem; transition: color 0.2s; display: flex; align-items: center; gap: 0.4rem; }
.footer-links a:hover { color: var(--gold-light); }
.footer-links a i { font-size: 0.6rem; color: var(--gold); }
.footer-contact-item { display: flex; gap: 0.65rem; align-items: flex-start; margin-bottom: 0.75rem; font-size: 0.84rem; }
.footer-contact-item i { color: var(--gold-light); font-size: 0.82rem; margin-top: 0.2rem; flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-contact-item a:hover { color: white; }
.footer-cta-box { background: rgba(201,169,110,0.1); border: 1px solid rgba(201,169,110,0.25); border-radius: 12px; padding: 1.1rem; text-align: center; margin-top: 0.5rem; }
.footer-cta-box p { font-size: 0.75rem; color: rgba(255,255,255,0.35); margin-bottom: 0.4rem; }
.footer-cta-box a { color: var(--gold-light); font-size: 0.9rem; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 0.4rem; transition: color 0.2s; }
.footer-cta-box a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 1.5rem 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.875rem; font-size: 0.78rem; }
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a { color: rgba(255,255,255,0.25); transition: color 0.2s; }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.6); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .stylists-grid { grid-template-columns: 1fr 1fr; }
  .membership-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .automation-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .booking-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  section { padding: 3.5rem 0; }
  .nav-links { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: var(--plum-dark); flex-direction: column; align-items: center; justify-content: center; gap: 1.25rem; z-index: 999; }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.1rem; color: white; }
  .mobile-menu-btn { display: flex; z-index: 1001; }
  .services-grid { grid-template-columns: 1fr; }
  .stylists-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .hero-buttons { flex-direction: column; }
  .service-picker { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .chatbot-window { width: calc(100vw - 2rem); right: 1rem; bottom: 6rem; height: 480px; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .top-bar-right { display: none; }
  .gallery-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .caption-actions { flex-direction: column; }
}
