:root {
  --bg-dark: #0a0a0c;
  --bg-card: #151518;
  --text-main: #f4f4f5;
  --text-muted: #a1a1aa;
  --accent-blush: #e8b4b8;
  --accent-rosegold: #b76e79;
  --accent-glow: rgba(232, 180, 184, 0.15);
  --font-sans: 'Outfit', sans-serif;
  --font-serif: 'Playfair Display', serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }
body { font-family: var(--font-sans); background-color: var(--bg-dark); color: var(--text-main); line-height: 1.6; overflow-x: hidden;}
h1, h2, h3, .logo { font-family: var(--font-serif); font-weight: 400; }
.text-center { text-align: center; }
.italic { font-style: italic; }
.accent { color: var(--accent-blush); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.glassmorphism {
  background: rgba(21, 21, 24, 0.4); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(232, 180, 184, 0.1);
}

/* Base components */
.btn-primary, .btn-secondary {
  display: inline-block; padding: 1rem 2.5rem; text-decoration: none; border-radius: 50px; font-weight: 400; transition: all 0.4s ease; cursor: pointer; border: none; font-family: var(--font-sans); font-size: 1rem;
}
.btn-primary { background: linear-gradient(135deg, var(--accent-rosegold), var(--accent-blush)); color: #111; font-weight: 600; box-shadow: 0 4px 15px var(--accent-glow); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(183, 110, 121, 0.4); }
.btn-secondary { background: transparent; color: var(--text-main); border: 1px solid var(--accent-blush); }
.btn-secondary:hover { background: rgba(232, 180, 184, 0.05); }
.full-width { width: 100%; }

/* Navbar */
.navbar { position: fixed; top: 0; left: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 4rem; z-index: 100; transition: all 0.3s ease; }
.logo { font-size: 2rem; letter-spacing: 2px; color: white; }
.logo span { font-family: var(--font-sans); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 4px; color: var(--accent-blush); margin-left: 10px; }
.nav-links { display: flex; gap: 2.5rem; }
.nav-links a { text-decoration: none; color: var(--text-main); font-weight: 300; transition: color 0.3s; font-size: 1.05rem; }
.nav-links a:hover { color: var(--accent-blush); }

/* Hero */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 0 4rem; }
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden; }
.bg-img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); }
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(10, 10, 12, 0.95) 0%, rgba(10, 10, 12, 0.4) 100%); }
.hero-content { max-width: 600px; }
.trusted-badge { display: inline-block; padding: 0.5rem 1rem; background: rgba(255,255,255,0.05); border: 1px solid rgba(232, 180, 184, 0.4); border-radius: 30px; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 2rem; color: var(--accent-blush); }
.brands-wrapper { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); display: inline-block;}
.brands-wrapper p { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 1rem; }
.brands { display: flex; gap: 2rem; color: rgba(255,255,255,0.6); font-family: var(--font-serif); font-size: 1.2rem; }
.hero-content h1 { font-size: 4.5rem; line-height: 1.1; margin-bottom: 1.5rem; }
.hero-content p { font-size: 1.2rem; color: var(--text-muted); margin-bottom: 2.5rem; }
.hero-buttons { display: flex; gap: 1rem; }

/* Process */
.process-section { padding: 8rem 0; background-color: var(--bg-dark); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.process-step { padding: 3rem; border-radius: 15px; position: relative; transition: transform 0.3s, border-color 0.3s; overflow: hidden; cursor: pointer; }
.process-step:hover { transform: translateY(-10px); border-color: var(--accent-rosegold); }
.step-num { font-family: var(--font-serif); font-size: 6rem; color: rgba(232, 180, 184, 0.05); position: absolute; top: -10px; right: 15px; line-height: 1; font-weight: 600; transition: color 0.3s; }
.process-step:hover .step-num { color: rgba(232, 180, 184, 0.15); }
.process-step h3 { font-size: 1.8rem; margin-bottom: 1rem; color: var(--text-main); position: relative; z-index: 1; }
.process-step p { color: var(--text-muted); position: relative; z-index: 1; }

/* Expert */
.expert-section { padding: 4rem 0 8rem; background-color: var(--bg-card); }
.expert-container { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.expert-img { width: 100%; border-radius: 20px; display: block; box-shadow: 0 20px 40px rgba(0,0,0,0.5);}
.expert-name { font-size: 2.5rem; color: var(--accent-blush); margin-bottom: 0.5rem; }
.expert-title { font-size: 1rem; color: var(--accent-rosegold); margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 2px; }
.expert-bio { font-size: 1.2rem; font-style: italic; color: var(--text-muted); margin-bottom: 2rem; border-left: 3px solid var(--accent-rosegold); padding-left: 1.5rem; }
.credentials { list-style: none; }
.credentials li { margin-bottom: 1rem; color: var(--text-main); font-weight: 300; }

/* Services */
.services { padding: 6rem 0 8rem; background: radial-gradient(circle at center, rgba(183, 110, 121, 0.05) 0%, transparent 60%); background-color: var(--bg-dark); }
.section-title { text-align: center; font-size: 3rem; margin-bottom: 4rem; }
.service-grid { display: flex; flex-direction: column; gap: 6rem; }
.service-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; }
.card-img-wrapper { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.5); transform-style: preserve-3d; cursor: pointer; }
.card-img-wrapper::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px solid rgba(232, 180, 184, 0.3); border-radius: 20px; pointer-events: none; }
.card-img { width: 100%; height: auto; aspect-ratio: 4/4.5; object-fit: cover; display: block; }
.card-content h3 { font-size: 2.5rem; margin-bottom: 1.5rem; color: var(--accent-blush); }
.card-content p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 2rem; }
.benefits { list-style: none; }
.benefits li { margin-bottom: 1rem; padding-left: 2rem; position: relative; color: var(--text-main); }
.benefits li::before { content: '✦'; position: absolute; left: 0; color: var(--accent-rosegold); }
.benefits li strong { font-weight: 600; color: var(--accent-blush); }

/* Before/After Section */
.before-after-section { padding: 6rem 0; background-color: var(--bg-card); }

.ba-single-wrap {
    max-width: 560px;
    margin: 3rem auto 0;
}
.ba-card {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(232, 180, 184, 0.15);
    background: var(--bg-dark);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.ba-card > img {
    width: 100%;
    height: auto;
    display: block;
}
.ba-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.ba-half {
    position: relative;
    overflow: hidden;
}
.ba-half img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.45s ease;
    filter: brightness(0.92);
}
.ba-card:hover .ba-half img {
    transform: scale(1.05);
    filter: brightness(1);
}
.ba-half:first-child::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 1px; height: 100%;
    background: rgba(232, 180, 184, 0.25);
    z-index: 1;
}
.ba-tag {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
    z-index: 2;
}
.ba-tag--before {
    background: rgba(10,10,12,0.75);
    color: var(--text-muted);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(4px);
}
.ba-tag--after {
    background: linear-gradient(135deg, var(--accent-rosegold), var(--accent-blush));
    color: #111;
}
.ba-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    border-top: 1px solid rgba(232, 180, 184, 0.08);
    gap: 10px;
}
.ba-treatment {
    font-size: 0.82rem;
    color: var(--accent-blush);
    font-weight: 500;
}
.ba-time {
    font-size: 0.75rem;
    color: var(--text-muted);
    white-space: nowrap;
}

@media (max-width: 768px) {
    .ba-grid { grid-template-columns: 1fr; }
    .ba-half img { height: 180px; }
    .ba-meta { flex-direction: column; align-items: flex-start; gap: 4px; }
}

/* Pricing Menu */
.pricing-menu { padding: 6rem 0; background: var(--bg-dark); }
.menu-container { padding: 4rem; border-radius: 20px; width: 100%; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.menu-category { margin-bottom: 2rem; }
.menu-category:last-child { margin-bottom: 0; }
.menu-category h3 { font-size: 2.5rem; color: var(--accent-blush); margin-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 1rem; }
.menu-item { margin-bottom: 2.5rem; }
.item-header { display: flex; align-items: baseline; width: 100%; margin-bottom: 0.5rem; }
.item-name { font-weight: 400; font-size: 1.4rem; letter-spacing: 0.5px; }
.item-dots { flex-grow: 1; border-bottom: 1px dashed rgba(232, 180, 184, 0.3); margin: 0 15px; position: relative; top: -4px; }
.item-price { font-family: var(--font-serif); font-size: 1.6rem; color: var(--accent-rosegold); font-weight: 600; }
.item-desc { font-size: 1rem; color: var(--text-muted); max-width: 90%; }

/* FAQ */
.faq-section { padding: 6rem 0 8rem; background-color: var(--bg-card); }
.faq-item { margin-bottom: 1rem; border-radius: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,0.05); }
.faq-question { padding: 1.5rem 2rem; display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: background 0.3s; }
.faq-question:hover { background: rgba(255,255,255,0.02); }
.faq-question h4 { font-size: 1.2rem; margin: 0; color: var(--text-main); font-weight: 400; }
.toggle-icon { font-size: 1.5rem; color: var(--accent-rosegold); transition: transform 0.4s; pointer-events: none; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; background: rgba(0,0,0,0.2); }
.faq-answer p { padding: 1.5rem 2rem; margin: 0; color: var(--text-muted); }
.faq-item.active .faq-answer { max-height: 300px; }
.faq-item.active .toggle-icon { transform: rotate(45deg); color: var(--accent-blush); }

/* Signature Reviews (Redesign) */
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 2rem; }
.signature-review { background: #1a1a1f; padding: 4rem 3rem; border-radius: 0 40px 0 40px; position: relative; border-left: 2px solid var(--accent-rosegold); }
.signature-review.alt { border-left: none; border-right: 2px solid var(--accent-blush); border-radius: 40px 0 40px 0; background: #131317; }
.quote-icon { position: absolute; top: 1rem; left: 1rem; font-family: var(--font-serif); font-size: 6rem; color: rgba(232, 180, 184, 0.1); line-height: 1; }
.signature-review.alt .quote-icon { left: auto; right: 2rem; }
.review-text { font-family: var(--font-serif); font-size: 1.3rem; font-style: italic; color: #fff; margin-bottom: 2rem; position: relative; z-index: 2; line-height: 1.8; }
.client-info { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1rem; display: flex; flex-direction: column; }
.client-name { font-weight: 600; font-size: 1.1rem; color: var(--accent-blush); text-transform: uppercase; letter-spacing: 1px; }
.client-treatment { font-size: 0.85rem; color: var(--text-muted); }

/* Sticky Mobile Button */
.sticky-mobile-btn { position: fixed; bottom: 25px; left: 50%; transform: translateX(-50%); z-index: 1000; background: linear-gradient(135deg, var(--accent-rosegold), var(--accent-blush)); color: #111; font-weight: 600; padding: 1rem 3rem; border-radius: 50px; text-decoration: none; box-shadow: 0 10px 25px rgba(0,0,0,0.6); display: none; font-size: 1.1rem;}

/* Limited Offer */
.limited-offer { padding: 8rem 0; background: url('assets/hero_clinic_1776789547332.png') center/cover fixed; position: relative; }
.limited-offer::before { content:''; position: absolute; top:0; left:0; right:0; bottom:0; background: rgba(10, 10, 12, 0.88); }
.offer-container { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding: 4rem; border-radius: 20px; align-items: center; }
.offer-content h2 { font-size: 3rem; margin-bottom: 1rem; }
.highlight { font-size: 1.8rem; color: var(--accent-blush); margin-bottom: 2rem; }
.offer-content p { color: var(--text-muted); font-size: 1.1rem; margin-bottom: 1rem; }
.scarcity-box { display: flex; align-items: center; gap: 15px; padding: 1.2rem; background: rgba(255, 100, 100, 0.05); border: 1px solid rgba(255, 100, 100, 0.2); border-radius: 10px; margin-top: 2.5rem; }
.pulse-dot { width: 12px; height: 12px; background-color: #ff4747; border-radius: 50%; animation: pulse-red 1.5s infinite; box-shadow: 0 0 0 0 rgba(255, 71, 71, 0.7); }
@keyframes pulse-red { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 71, 71, 0.7); } 70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(255, 71, 71, 0); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 71, 71, 0); } }
.urgency { color: #ff9e9e !important; font-style: italic; font-size: 1rem !important; margin: 0 !important; }

/* Forms & Footer */
.newsletter-form { display: flex; flex-direction: column; gap: 1.5rem; }
.newsletter-form input { padding: 1.2rem; border-radius: 8px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: white; font-family: var(--font-sans); font-size: 1rem; transition: border-color 0.3s; }
.newsletter-form input:focus { outline: none; border-color: var(--accent-blush); }
.form-disclaimer { font-size: 0.8rem; color: var(--text-muted); text-align: center; }
footer { background: #000; padding: 3rem 0; text-align: center; }
.footer-content { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.footer-content .brand h3 { color: white; font-size: 1.5rem; }
.footer-content .brand h3 span { font-family: var(--font-sans); color: var(--accent-blush); text-transform: uppercase; font-size: 0.8rem; margin-left: 10px; }
.copyright { color: var(--text-muted); font-size: 0.9rem; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 2rem; width: 100%; }

/* Responsive */
@media (max-width: 900px) {
  .hero-content h1 { font-size: 3rem; }
  .service-card, .expert-container, .offer-container { grid-template-columns: 1fr; gap: 2rem; }
  .service-card.reverse { direction: rtl; }
  .service-card.reverse > * { direction: ltr; }
  .navbar { padding: 1.5rem 2rem; }
  .hero { padding: 6rem 2rem; }
  .navbar .logo { font-size: 1.5rem; }
  .desktop-btn, .nav-links { display: none; }
  .hero-buttons { flex-direction: column; }
  .process-grid { grid-template-columns: 1fr; }
  .menu-container { grid-template-columns: 1fr; padding: 2rem; gap: 2rem;}
  .item-desc { max-width: 100%; }
  .slider-container { width: 100%; aspect-ratio: 1/1; }
  .sticky-mobile-btn { display: block; width: 85%; text-align: center; }
  footer { padding-bottom: 6rem; /* space for sticky btn */ } 
}
