/* ============================================================
   STYLIFE CUSTOMER WEB — MASTER STYLESHEET
   Brand: #E91E8C (pink), #1A1A2E (dark), Syne + DM Sans
   ============================================================ */

:root {
  --pink: #E91E8C;
  --pink2: #FF4BAD;
  --pink-light: #FF80C8;
  --pink-pale: #FFF0F8;
  --pink-pale2: #FFE0F4;
  --dark: #1A1A2E;
  --dark2: #16213E;
  --mid: #4A4A6A;
  --grey: #7A7A9A;
  --light: #F8F5FC;
  --border: #EEE5F5;
  --white: #FFFFFF;
  --green: #10B981;
  --orange: #F59E0B;
  --red: #EF4444;
  --gold: #C9A84C;
  --shadow: 0 8px 40px rgba(233,30,140,0.12);
  --shadow2: 0 4px 20px rgba(26,26,46,0.08);
  --shadow3: 0 20px 60px rgba(26,26,46,0.14);
  --radius: 20px;
  --radius-sm: 12px;
  --radius-xs: 8px;
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--dark); background: var(--white); overflow-x: hidden; line-height: 1.6; }
h1,h2,h3,h4,h5 { font-family: 'Syne', sans-serif; font-weight: 700; line-height: 1.2; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.gradient-text { background: linear-gradient(135deg, var(--pink), var(--pink2)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.section { padding: 90px 0; }
.section-header { text-align: center; margin-bottom: 52px; }
.section-tag { display: inline-block; background: var(--pink-pale2); color: var(--pink); padding: 6px 18px; border-radius: 50px; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
.section-title { font-size: clamp(28px, 4vw, 42px); color: var(--dark); margin-bottom: 14px; }
.section-sub { font-size: 16px; color: var(--grey); max-width: 500px; margin: 0 auto; line-height: 1.7; }

/* ====== NAVBAR ====== */
.navbar { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 16px 0; transition: var(--transition); background: transparent; }
.navbar.scrolled { background: rgba(255,255,255,0.96); backdrop-filter: blur(20px); box-shadow: 0 2px 20px rgba(0,0,0,0.06); padding: 12px 0; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { height: 38px; filter: brightness(0) invert(1); transition: var(--transition); }
.navbar.scrolled .nav-logo img { filter: none; }
.logo-fallback { display: flex; align-items: center; gap: 8px; }
.logo-icon { width: 38px; height: 38px; background: linear-gradient(135deg, var(--pink), var(--pink2)); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: white; font-size: 18px; }
.logo-text { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 800; color: white; letter-spacing: 2px; }
.navbar.scrolled .logo-text { color: var(--dark); }
.nav-links { display: flex; gap: 6px; align-items: center; }
.nav-link { padding: 8px 14px; border-radius: 8px; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.85); transition: var(--transition); }
.navbar.scrolled .nav-link { color: var(--mid); }
.nav-link:hover, .nav-link.active { color: var(--pink); background: var(--pink-pale); }
.navbar.scrolled .nav-link:hover { color: var(--pink); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.btn-outline-nav { padding: 9px 22px; border-radius: 50px; border: 1.5px solid rgba(255,255,255,0.5); color: white; font-size: 14px; font-weight: 600; transition: var(--transition); }
.navbar.scrolled .btn-outline-nav { border-color: var(--border); color: var(--dark); }
.btn-outline-nav:hover { background: rgba(255,255,255,0.15); }
.btn-primary-nav { padding: 9px 22px; border-radius: 50px; background: var(--pink); color: white; font-size: 14px; font-weight: 600; transition: var(--transition); box-shadow: 0 4px 14px rgba(233,30,140,0.35); }
.btn-primary-nav:hover { background: var(--pink2); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(233,30,140,0.4); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: white; border-radius: 2px; transition: var(--transition); }
.navbar.scrolled .hamburger span { background: var(--dark); }

/* ====== HERO ====== */
.hero { background: linear-gradient(135deg, #1A1A2E 0%, #16213E 40%, #0F3460 70%, #1A1A2E 100%); min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-top: 100px; padding-bottom: 0; position: relative; overflow: hidden; }
.hero-bg-shapes { position: absolute; inset: 0; pointer-events: none; }
.shape { position: absolute; border-radius: 50%; }
.s1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(233,30,140,0.15) 0%, transparent 70%); top: -100px; right: -100px; }
.s2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(255,75,173,0.1) 0%, transparent 70%); bottom: 100px; left: -80px; }
.s3 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%,-50%); }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding-bottom: 60px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(233,30,140,0.15); border: 1px solid rgba(233,30,140,0.3); color: var(--pink-light); padding: 8px 18px; border-radius: 50px; font-size: 12px; font-weight: 600; margin-bottom: 24px; }
.hero-badge i { color: var(--gold); }
.hero-title { font-size: clamp(42px, 6vw, 76px); color: white; font-weight: 800; margin-bottom: 20px; line-height: 1.05; letter-spacing: -1px; }
.hero-sub { font-size: 17px; color: rgba(255,255,255,0.65); max-width: 460px; margin-bottom: 36px; line-height: 1.7; }

/* Search Bar */
.hero-search { background: white; border-radius: 18px; padding: 6px; display: flex; align-items: center; gap: 0; margin-bottom: 20px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); max-width: 560px; }
.search-group { flex: 1; display: flex; align-items: center; gap: 10px; padding: 10px 16px; }
.search-group i { color: var(--pink); font-size: 15px; flex-shrink: 0; }
.search-group input { border: none; outline: none; font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--dark); width: 100%; background: transparent; }
.search-group input::placeholder { color: var(--grey); }
.search-divider { width: 1px; height: 32px; background: var(--border); flex-shrink: 0; }
.search-btn { background: var(--pink); color: white; border: none; padding: 12px 22px; border-radius: 12px; font-size: 14px; font-weight: 600; cursor: pointer; white-space: nowrap; transition: var(--transition); display: flex; align-items: center; gap: 8px; margin-right: 2px; }
.search-btn:hover { background: var(--pink2); transform: translateY(-1px); }

.hero-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.tag-pill { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.8); padding: 7px 16px; border-radius: 50px; font-size: 13px; cursor: pointer; transition: var(--transition); }
.tag-pill:hover { background: var(--pink); border-color: var(--pink); color: white; }

/* Hero Visual */
.hero-visual { display: flex; justify-content: center; align-items: center; position: relative; }
.phone-mockup { position: relative; }
.phone-frame { width: 260px; height: 520px; background: #0D0D1A; border-radius: 40px; overflow: hidden; border: 8px solid #2A2A4A; box-shadow: 0 40px 80px rgba(0,0,0,0.6), 0 0 0 2px rgba(255,255,255,0.05); position: relative; }
.phone-frame img { width: 100%; height: 100%; object-fit: cover; }
.phone-fallback { position: absolute; inset: 0; background: linear-gradient(160deg,#1A1A2E,#2D1060); }
.app-preview { padding: 20px 12px; height: 100%; }
.app-header-mock { display: flex; justify-content: space-between; align-items: center; color: white; font-family: Syne; font-weight: 700; font-size: 16px; margin-bottom: 12px; }
.app-search-mock { background: rgba(255,255,255,0.1); border-radius: 10px; padding: 10px 14px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.5); font-size: 12px; margin-bottom: 14px; }
.app-cats { display: flex; gap: 8px; margin-bottom: 16px; }
.ac { display: flex; flex-direction: column; align-items: center; gap: 3px; font-size: 10px; color: rgba(255,255,255,0.7); flex: 1; }
.ac::before { content: attr(class); }
.app-card-mock { background: rgba(255,255,255,0.08); border-radius: 12px; padding: 10px; display: flex; gap: 10px; align-items: center; margin-bottom: 8px; }
.acm-img { width: 44px; height: 44px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 22px; background: rgba(255,255,255,0.05); flex-shrink: 0; }
.acm-info { display: flex; flex-direction: column; gap: 2px; }
.acm-info b { color: white; font-size: 12px; }
.acm-info span { color: rgba(255,255,255,0.5); font-size: 10px; }
.acm-info em { color: var(--pink-light); font-size: 11px; font-style: normal; font-weight: 600; }
.float-card { position: absolute; background: white; border-radius: 14px; padding: 10px 16px; display: flex; align-items: center; gap: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); font-size: 12px; white-space: nowrap; }
.float-card i { font-size: 20px; }
.float-card b { display: block; font-size: 13px; color: var(--dark); }
.float-card span { color: var(--grey); font-size: 11px; }
.fc1 { top: 60px; left: -80px; }
.fc1 i { color: var(--green); }
.fc2 { bottom: 80px; right: -60px; }

/* Stats Bar */
.stats-bar { background: white; border-radius: 20px; margin: 0 0 0; padding: 28px 40px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 20px 60px rgba(0,0,0,0.15); transform: translateY(40px); }
.stat { text-align: center; }
.stat-num { font-family: 'Syne', sans-serif; font-size: 36px; font-weight: 800; color: var(--pink); }
.stat-plus { font-size: 24px; font-weight: 800; color: var(--pink); }
.stat-lbl { display: block; font-size: 13px; color: var(--grey); margin-top: 4px; font-weight: 500; }
.stat-divider { width: 1px; height: 50px; background: var(--border); }

/* ====== CATEGORIES ====== */
.categories-section { padding-top: 130px; background: var(--light); }
.categories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cat-card { background: white; border-radius: var(--radius); padding: 28px 24px; display: flex; flex-direction: column; gap: 10px; border: 1.5px solid var(--border); transition: var(--transition); cursor: pointer; position: relative; overflow: hidden; }
.cat-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--pink-pale), transparent); opacity: 0; transition: var(--transition); }
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--pink); }
.cat-card:hover::before { opacity: 1; }
.cat-icon { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 4px; }
.cat-card h3 { font-size: 16px; color: var(--dark); }
.cat-card p { font-size: 13px; color: var(--grey); line-height: 1.5; }
.cat-count { font-size: 12px; font-weight: 600; color: var(--pink); background: var(--pink-pale); padding: 3px 10px; border-radius: 50px; display: inline-block; margin-top: auto; }

/* ====== SALONS ====== */
.salons-section { background: white; }
.filter-bar { display: flex; gap: 8px; margin-bottom: 36px; flex-wrap: wrap; }
.filter-btn { padding: 9px 22px; border-radius: 50px; border: 1.5px solid var(--border); background: white; color: var(--grey); font-size: 13px; font-weight: 600; cursor: pointer; transition: var(--transition); font-family: 'DM Sans', sans-serif; }
.filter-btn:hover { border-color: var(--pink); color: var(--pink); }
.filter-btn.active { background: var(--pink); color: white; border-color: var(--pink); }
.salons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.salon-card { background: white; border-radius: var(--radius); overflow: hidden; border: 1.5px solid var(--border); transition: var(--transition); }
.salon-card:hover { transform: translateY(-6px); box-shadow: var(--shadow3); border-color: transparent; }
.salon-card.hidden { display: none; }
.salon-img { height: 180px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.salon-emoji { font-size: 64px; }
.salon-badge { position: absolute; top: 12px; left: 12px; padding: 4px 12px; border-radius: 50px; font-size: 11px; font-weight: 700; }
.salon-badge.open { background: #DCFCE7; color: #16A34A; }
.salon-badge.offer { background: #FEF3C7; color: #D97706; }
.fav-btn-card { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; background: white; border-radius: 50%; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 15px; color: var(--grey); transition: var(--transition); box-shadow: var(--shadow2); }
.fav-btn-card:hover, .fav-btn-card.active { color: var(--pink); }
.fav-btn-card.active i { font-weight: 900; }
.salon-body { padding: 18px 20px; }
.salon-meta-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.rating-pill { background: var(--dark); color: white; padding: 3px 10px; border-radius: 50px; font-size: 12px; font-weight: 600; }
.review-count { font-size: 12px; color: var(--grey); }
.salon-name { font-size: 18px; color: var(--dark); margin-bottom: 6px; }
.salon-addr { font-size: 13px; color: var(--grey); display: flex; align-items: center; gap: 6px; margin-bottom: 12px; }
.salon-addr i { color: var(--pink); }
.salon-services-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.salon-services-tags span { background: var(--light); color: var(--mid); padding: 3px 10px; border-radius: 50px; font-size: 11px; font-weight: 500; }
.salon-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--border); }
.from-price { font-size: 14px; color: var(--grey); }
.from-price strong { color: var(--pink); font-size: 18px; }
.btn-book-sm { background: var(--pink); color: white; padding: 9px 20px; border-radius: 50px; font-size: 13px; font-weight: 600; transition: var(--transition); }
.btn-book-sm:hover { background: var(--pink2); transform: scale(1.03); }
.view-all-wrap { text-align: center; margin-top: 44px; }
.btn-view-all { display: inline-flex; align-items: center; gap: 10px; border: 1.5px solid var(--pink); color: var(--pink); padding: 14px 36px; border-radius: 50px; font-size: 15px; font-weight: 600; transition: var(--transition); }
.btn-view-all:hover { background: var(--pink); color: white; }

/* ====== HOW IT WORKS ====== */
.hiw-section { background: var(--light); }
.hiw-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 20px; align-items: center; }
.hiw-card { background: white; border-radius: var(--radius); padding: 36px 28px; text-align: center; border: 1.5px solid var(--border); transition: var(--transition); position: relative; }
.hiw-card.active { background: var(--dark); border-color: var(--dark); }
.hiw-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.hiw-num { position: absolute; top: 20px; right: 20px; font-family: 'Syne', sans-serif; font-size: 48px; font-weight: 800; color: var(--border); line-height: 1; }
.hiw-card.active .hiw-num { color: rgba(255,255,255,0.06); }
.hiw-icon { width: 72px; height: 72px; background: var(--pink-pale2); border-radius: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 28px; color: var(--pink); }
.hiw-card.active .hiw-icon { background: rgba(233,30,140,0.15); color: var(--pink-light); }
.hiw-card h3 { font-size: 18px; color: var(--dark); margin-bottom: 10px; }
.hiw-card.active h3 { color: white; }
.hiw-card p { font-size: 14px; color: var(--grey); line-height: 1.6; }
.hiw-card.active p { color: rgba(255,255,255,0.6); }
.hiw-arrow { color: var(--border); font-size: 28px; padding: 0 10px; }

/* ====== PROMO ====== */
.promo-section { background: white; padding: 60px 0; }
.promo-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 20px; }
.promo-card { border-radius: var(--radius); padding: 50px 48px; position: relative; overflow: hidden; }
.promo-main { background: linear-gradient(135deg, var(--dark2) 0%, #0F3460 100%); }
.promo-bg-art { position: absolute; right: 40px; bottom: -10px; font-size: 120px; opacity: 0.08; transform: rotate(-15deg); pointer-events: none; }
.promo-tag { display: inline-block; background: var(--pink); color: white; padding: 4px 14px; border-radius: 50px; font-size: 11px; font-weight: 700; letter-spacing: 1px; margin-bottom: 16px; }
.promo-content h2 { font-size: 40px; color: white; margin-bottom: 12px; }
.promo-content p { color: rgba(255,255,255,0.65); font-size: 15px; margin-bottom: 28px; }
.promo-content p strong { color: var(--gold); font-size: 17px; }
.btn-promo { display: inline-flex; align-items: center; gap: 10px; background: var(--pink); color: white; padding: 14px 32px; border-radius: 50px; font-size: 15px; font-weight: 600; transition: var(--transition); }
.btn-promo:hover { background: var(--pink2); transform: translateY(-2px); }
.promo-side { display: flex; flex-direction: column; gap: 12px; }
.promo-small { background: var(--light); border-radius: var(--radius-sm); padding: 22px 20px; display: flex; align-items: center; gap: 16px; border: 1.5px solid var(--border); transition: var(--transition); }
.promo-small:hover { border-color: var(--pink); background: var(--pink-pale); }
.promo-small > i { font-size: 26px; color: var(--pink); flex-shrink: 0; width: 36px; text-align: center; }
.promo-small h4 { font-size: 15px; color: var(--dark); margin-bottom: 3px; }
.promo-small p { font-size: 12px; color: var(--grey); }
.app-btns-sm { display: flex; flex-direction: column; gap: 6px; margin-top: 8px; }
.app-btns-sm a { display: inline-flex; align-items: center; gap: 6px; background: var(--dark); color: white; padding: 7px 14px; border-radius: 8px; font-size: 12px; font-weight: 600; transition: var(--transition); }
.app-btns-sm a:hover { background: var(--pink); }

/* ====== ABOUT ====== */
.about-section { background: var(--light); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-visual { position: relative; }
.about-img-wrap { position: relative; }
.about-img-main { background: linear-gradient(135deg, var(--dark2), #0F3460); border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/5; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow3); }
.about-img-main img { width: 100%; height: 100%; object-fit: contain; }
.about-float-stat { position: absolute; background: white; border-radius: 14px; padding: 12px 20px; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow3); font-size: 13px; font-weight: 600; color: var(--dark); }
.about-float-stat i { color: var(--pink); font-size: 18px; }
.as1 { bottom: 30px; left: -30px; }
.as2 { top: 40px; right: -30px; }
.about-content .section-title { text-align: left; }
.about-desc { color: var(--grey); font-size: 16px; line-height: 1.7; margin-bottom: 28px; }
.about-features { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.af-item { display: flex; gap: 14px; align-items: flex-start; }
.af-item > i { color: var(--green); font-size: 18px; margin-top: 2px; flex-shrink: 0; }
.af-item strong { display: block; font-size: 15px; color: var(--dark); }
.af-item span { font-size: 13px; color: var(--grey); }
.about-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary-lg { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, var(--pink), var(--pink2)); color: white; padding: 14px 32px; border-radius: 50px; font-size: 15px; font-weight: 600; transition: var(--transition); border: none; cursor: pointer; font-family: 'DM Sans', sans-serif; }
.btn-primary-lg:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(233,30,140,0.35); }
.btn-outline-lg { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid var(--border); color: var(--dark); padding: 14px 32px; border-radius: 50px; font-size: 15px; font-weight: 600; transition: var(--transition); }
.btn-outline-lg:hover { border-color: var(--pink); color: var(--pink); }

/* ====== TESTIMONIALS ====== */
.testimonials-section { background: white; }
.testimonials-grid { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 20px; margin-bottom: 40px; }
.testi-card { background: var(--light); border-radius: var(--radius); padding: 32px 28px; border: 1.5px solid var(--border); transition: var(--transition); }
.testi-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.featured-testi { background: var(--dark); border-color: var(--dark); transform: scale(1.03); }
.testi-stars { color: var(--gold); font-size: 18px; margin-bottom: 16px; letter-spacing: 2px; }
.testi-card p { font-size: 15px; color: var(--mid); line-height: 1.7; margin-bottom: 24px; font-style: italic; }
.featured-testi p { color: rgba(255,255,255,0.7); }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-av { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 18px; font-weight: 700; flex-shrink: 0; }
.testi-author strong { display: block; font-size: 14px; color: var(--dark); }
.featured-testi .testi-author strong { color: white; }
.testi-author span { font-size: 12px; color: var(--grey); }
.featured-testi .testi-author span { color: rgba(255,255,255,0.4); }
.rating-summary { text-align: center; }
.rs-score { font-family: 'Syne', sans-serif; font-size: 64px; font-weight: 800; color: var(--dark); line-height: 1; }
.rs-score span { font-size: 28px; color: var(--grey); }
.rs-stars { color: var(--gold); font-size: 24px; letter-spacing: 4px; margin: 8px 0; }
.rs-count { font-size: 14px; color: var(--grey); }

/* ====== FAQ ====== */
.faq-section { background: var(--light); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 900px; margin: 0 auto; }
.faq-item { background: white; border-radius: var(--radius-sm); border: 1.5px solid var(--border); overflow: hidden; cursor: pointer; transition: var(--transition); }
.faq-item.open { border-color: var(--pink); }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 24px; }
.faq-q span { font-weight: 600; font-size: 15px; color: var(--dark); line-height: 1.4; }
.faq-q i { color: var(--pink); font-size: 14px; flex-shrink: 0; transition: var(--transition); }
.faq-item.open .faq-q i { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 24px 20px; font-size: 14px; color: var(--grey); line-height: 1.7; }
.faq-item.open .faq-a { display: block; }

/* ====== CONTACT ====== */
.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.contact-info .section-title { text-align: left; font-size: 32px; }
.contact-info > p { color: var(--grey); font-size: 15px; line-height: 1.7; margin-bottom: 32px; }
.contact-details { display: flex; flex-direction: column; gap: 20px; }
.cd-item { display: flex; align-items: center; gap: 16px; }
.cd-item i { width: 46px; height: 46px; background: var(--pink-pale2); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--pink); font-size: 18px; flex-shrink: 0; }
.cd-item strong { display: block; font-size: 14px; color: var(--dark); }
.cd-item span { font-size: 13px; color: var(--grey); }
.contact-form-wrap { background: var(--light); border-radius: var(--radius); padding: 40px; border: 1.5px solid var(--border); }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cf-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.cf-group label { font-size: 13px; font-weight: 600; color: var(--dark); }
.cf-group input, .cf-group textarea { padding: 13px 16px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--dark); background: white; outline: none; transition: var(--transition); resize: vertical; }
.cf-group input:focus, .cf-group textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(233,30,140,0.08); }

/* ====== FOOTER ====== */
.footer { background: var(--dark); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-logo { height: 40px; margin-bottom: 16px; display: block; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.7; margin-bottom: 24px; }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 38px; height: 38px; background: rgba(255,255,255,0.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); font-size: 16px; transition: var(--transition); }
.social-links a:hover { background: var(--pink); color: white; }
.footer-col h4 { font-size: 14px; color: white; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 18px; }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,0.45); margin-bottom: 10px; transition: var(--transition); }
.footer-col a:hover { color: var(--pink); }
.app-link-footer { display: inline-flex; align-items: center; gap: 8px; background: rgba(233,30,140,0.15); color: var(--pink-light) !important; padding: 8px 16px; border-radius: 8px; font-size: 13px !important; font-weight: 600 !important; border: 1px solid rgba(233,30,140,0.2); margin-top: 4px; }
.app-link-footer:hover { background: var(--pink) !important; color: white !important; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 24px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.35); }
.footer-bottom strong { color: rgba(255,255,255,0.55); }

/* ====== TOAST ====== */
.toast-msg { position: fixed; bottom: 32px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--dark); color: white; padding: 14px 28px; border-radius: 50px; font-size: 14px; font-weight: 500; z-index: 9999; opacity: 0; transition: all 0.3s; pointer-events: none; box-shadow: var(--shadow3); white-space: nowrap; }
.toast-msg.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .categories-grid { grid-template-columns: repeat(3, 1fr); }
  .salons-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-inner { gap: 40px; }
  .fc1, .fc2 { display: none; }
  .hiw-grid { grid-template-columns: 1fr; }
  .hiw-arrow { transform: rotate(90deg); justify-self: center; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .featured-testi { transform: none; }
  .about-grid { gap: 40px; }
  .contact-grid { gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-visual { display: none; }
  .hero-search { flex-direction: column; border-radius: 14px; }
  .search-divider { width: 100%; height: 1px; }
  .search-btn { width: 100%; justify-content: center; border-radius: 10px; }
  .hero-tags { justify-content: center; }
  .hero-sub { margin: 0 auto 36px; }
  .stats-bar { flex-direction: column; gap: 20px; }
  .stat-divider { width: 80%; height: 1px; }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .salons-grid { grid-template-columns: 1fr; }
  .promo-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .cf-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; flex-direction: column; position: fixed; top: 70px; left: 0; width: 100%; background: white; padding: 16px 24px 24px; box-shadow: var(--shadow2); border-top: 1px solid var(--border); }
  .nav-links.open { display: flex; }
  .nav-link { color: var(--mid) !important; }
  .hamburger { display: flex; }
  .btn-outline-nav { display: none; }
}
@media (max-width: 480px) {
  .categories-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
  .section-title { font-size: 26px; }
}
