/* =========================================================
   PearlSMM — consolidated stylesheet
   Один файл замість окремих desktop / tablet / mobile копій.
   Адаптивність — через медіа-запити нижче кожного блоку.
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Manrope', sans-serif;
  color: #3d1a2e;
  background: #fff;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font-family: inherit; }

:root {
  --pink: #d47abf;
  --pink-dark: #753F61;
  --pink-light: #fce7f3;
  --pink-mid: #fbcfe8;
  --pink-bg: #fce8f5;
  --border-pink: #ecc8e8;
  --text: #3d1a2e;
  --muted: #9d7a8a;
  --radius: 20px;
}

/* ============ HEADER (плаває на фото hero, заокруглена з усіх боків) ============ */
.site-header-wrap {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 8px 36px rgba(212, 122, 191, 0.22);
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header {
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  margin: 0 auto;
}
.site-logo {
  font-family: 'Manrope', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: 1px;
  white-space: nowrap;
  flex-shrink: 0;
}
.site-logo span { font-style: italic; font-weight: 400; }

.site-menu { display: flex; align-items: center; gap: 0; flex: 1; justify-content: center; }
.site-menu a {
  font-size: 18px;
  font-weight: 500;
  color: var(--pink-dark);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 40px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.site-menu a:hover { background: #fdf0fb; color: var(--pink); }

.site-cta {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  color: var(--pink-dark);
  background: transparent;
  border: 1.5px solid var(--pink-dark);
  border-radius: 50px;
  padding: 12px 24px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.22s ease;
  flex-shrink: 0;
  text-decoration: none;
  display: inline-block;
}
.site-cta:hover { background: var(--pink-dark); color: #fff; }

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
  width: 44px;
  height: 44px;
}
.burger span { display: block; width: 24px; height: 2px; background: var(--pink-dark); border-radius: 2px; transition: all 0.3s; }
.burger.is-open span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
.burger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger.is-open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 100px;
  gap: 4px;
}
.mobile-menu.open { display: flex; }
.mobile-menu .mob-close {
  position: absolute; top: 16px; right: 20px; background: none; border: none;
  font-size: 28px; color: var(--pink-dark); cursor: pointer;
}
.mobile-menu a, .mobile-menu span {
  font-size: 22px; font-weight: 500; color: var(--pink-dark);
  padding: 12px 40px; border-radius: 40px; cursor: pointer;
  width: 80%; text-align: center; text-decoration: none;
}
.mobile-menu .mm-cta {
  margin-top: 16px; width: 80%; font-size: 16px; font-weight: 300; letter-spacing: 1.5px;
  border: 1.5px solid var(--pink-dark); border-radius: 50px; padding: 13px 32px; display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header-wrap { width: calc(100% - 32px);  }
  .site-header { padding: 16px 22px; }
  .site-logo { font-size: 24px; }
  .site-menu a { font-size: 13px; padding: 8px 8px; }
  .site-cta { font-size: 13px; padding: 10px 20px; }
}
@media (max-width: 767px) {
  .site-header-wrap { width: calc(100% - 20px);  border-radius: 30px; }
  .site-header { padding: 12px 18px; }
  .site-menu, .site-header .site-cta { display: none; }
  .burger { display: flex; }
}

/* ============ HERO ============ */
.hero-section {
  background: url('../images/hero-bg.webp') center/cover no-repeat, #d9c8bb;
  text-align: center;
  padding: 0 40px 0;
}
.hero-inner {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  padding: 52px 60px 44px;
  max-width: 900px;
  margin: 0 auto;
}
.hero-tag {
  font-size: 13px; letter-spacing: 5px; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75); margin-bottom: 28px; font-weight: 600;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 140px; font-weight: 700; color: #fff; line-height: 1;
  letter-spacing: -2px; margin-bottom: 32px; text-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
}
.hero-title span { font-style: italic; color: rgba(255, 255, 255, 0.88); }
.hero-divider { width: 80px; height: 2px; background: rgba(255, 255, 255, 0.5); margin: 0 auto 32px; border-radius: 2px; }
.hero-sub { font-size: 22px; color: rgba(255, 255, 255, 0.92); line-height: 1.8; font-weight: 400; max-width: 640px; margin: 0 auto; }

@media (min-width: 768px) and (max-width: 991px) {
  .hero-section { padding: 0 28px 0; }
  .hero-inner { padding: 40px 36px 36px; }
  .hero-title { font-size: 100px; }
  .hero-sub { font-size: 18px; }
}
@media (max-width: 477px) {
  .hero-section { padding: 0 16px 0; }
  .hero-inner {
    padding: 32px 20px 28px; border-radius: 16px;
    /* легший blur на слабких телефонах — важка операція для GPU */
    backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  }
  .hero-tag { font-size: 10px; letter-spacing: 3px; margin-bottom: 16px; }
  .hero-title { font-size: 64px; letter-spacing: -1px; margin-bottom: 20px; }
  .hero-divider { width: 48px; margin-bottom: 20px; }
  .hero-sub { font-size: 15px; line-height: 1.6; }
  .hero-photo-content { padding: 36px 16px 24px; }
  .tg-wrap { padding: 16px 12px 14px; }
}

.hero-photo-content { padding: 56px 40px 44px; }

/* ============ TELEGRAM CTA + SOCIALS (тепер всередині hero, поверх фото) ============ */
.tg-wrap { display: flex; justify-content: center; padding: 20px 20px 18px; }
.tg-btn {
  font-size: 14px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase;
  color: var(--pink-dark); background: #fff; border: 0.5px solid var(--pink-dark);
  border-radius: 50px; padding: 14px 38px; text-decoration: none;
  display: inline-flex; align-items: center; gap: 10px; transition: opacity 0.2s;
}
.tg-btn:hover { opacity: 0.7; }
.tg-btn svg { width: 16px; height: 16px; fill: var(--pink-dark); }

.social-row { display: flex; align-items: center; justify-content: flex-start; gap: 10px; padding: 0 0 0 8px; }
.social-btn {
  width: 44px; height: 44px; background: #fff; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; text-decoration: none;
  transition: all 0.2s ease; box-shadow: 0 2px 8px rgba(212, 122, 191, 0.12);
}
.social-btn:hover { background: #fdf0fb; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(212, 122, 191, 0.25); }
.social-btn svg { width: 20px; height: 20px; fill: #c9a0c4; }

@media (max-width: 477px) {
  .tg-btn { font-size: 14px; letter-spacing: 2.5px; padding: 14px 32px; gap: 10px; }
  .tg-btn svg { width: 18px; height: 18px; }
}

/* ============ SCROLL-TO-TOP (плаваюча кнопка на весь сайт) ============ */
.scroll-top-btn {
  position: fixed; right: 24px; bottom: 24px; width: 52px; height: 52px;
  border-radius: 50%; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); border: 1.5px solid var(--pink-dark);
  color: var(--pink-dark); font-size: 20px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 500; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s, color 0.2s;
}
.scroll-top-btn.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top-btn:hover { background: var(--pink-dark); color: #fff; }
@media (max-width: 477px) {
  .scroll-top-btn { width: 42px; height: 42px; right: 14px; bottom: 14px; font-size: 16px; }
}

/* ============ MARQUEE (Canvas: кожна літера підстрибує, легко для браузера) ============ */
.marquee-wrap {
  width: 100%; overflow: hidden; padding: 20px 0; position: relative;
  background: transparent;
}
.marquee-canvas {
  display: block; width: 100%; height: 48px;
}

@media (max-width: 477px) {
  .marquee-wrap { padding: 14px 0; }
  .marquee-canvas { height: 36px; }

}

/* ============ SECTION TITLES (shared) ============ */
.section-title-wrap { text-align: center; margin-bottom: 32px; }
.section-title-box {
  display: inline-block; background: #fff; border-radius: 20px; padding: 16px 48px;
  box-shadow: 0 4px 24px rgba(244, 114, 182, 0.10); border: 1.5px solid rgba(244, 114, 182, 0.35);
}
.section-title {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 700;
  font-size: 64px; color: var(--pink-dark); display: block; line-height: 1.1;
}
.section-subtitle { font-size: 13px; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; margin-top: 4px; display: block; }

@media (max-width: 477px) {
  .section-title { font-size: 32px; }
  .section-title-box { padding: 10px 20px; }
}

/* ============ CASES SLIDER ============ */
.cases-section { padding: 40px 20px; background: linear-gradient(180deg, #fdfaff, #fce7f3 60%, #fdfaff); position: relative; overflow: hidden; }
.cases-content-wrap { max-width: 540px; margin: 0 auto; position: relative; }
.cases-content-wrap > .section-title-wrap, .cases-content-wrap > .slider-dots { position: relative; z-index: 2; }
.cases-section .section-title-box { display: block; width: 100%; max-width: 460px; margin: 0 auto; box-sizing: border-box; }
.cases-decor { position: absolute; z-index: 10; pointer-events: none; }
.cases-decor.wax { width: 75px; top: -6px; left: 6px; }
.cases-decor.chat { width: 110px; bottom: -8px; right: 6px; }
@media (max-width: 767px) {
  .cases-decor { display: none; }
}
.cases-slider-outer { position: relative; max-width: 460px; margin: 0 auto; z-index: 1; }
.cases-track-wrap { overflow: hidden; border-radius: var(--radius); }
.cases-track { display: flex; transition: transform 0.55s cubic-bezier(0.77, 0, 0.18, 1); }
.cases-slide { min-width: 100%; }
.cases-slide-inner {
  background: rgba(255, 255, 255, 0.78); backdrop-filter: blur(12px); border-radius: var(--radius);
  border: 1px solid rgba(244, 114, 182, 0.15); overflow: hidden; box-shadow: 0 8px 40px rgba(244, 114, 182, 0.13);
}
.cases-slide-label { padding: 20px 24px 14px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.cases-slide-label .bracket { font-family: 'Cormorant Garamond', serif; font-size: clamp(16px, 2.5vw, 22px); color: var(--pink); font-weight: 600; letter-spacing: 0.05em; }
.cases-slide-label .case-niche { font-size: clamp(11px, 1.4vw, 13px); color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; }
.cases-slide-label .slide-num { margin-left: auto; font-size: 12px; color: var(--pink); font-weight: 700; background: var(--pink-light); padding: 4px 12px; border-radius: 20px; white-space: nowrap; }
.cases-photo-grid { padding: 0 12px 20px; }
.cases-photo-item { position: relative; border-radius: 14px; overflow: hidden; cursor: zoom-in; background: var(--pink-light); }
.cases-photo-item img { width: 100%; height: auto; display: block; transition: transform 0.4s ease; }
.cases-photo-item:hover img { transform: scale(1.03); }
.cases-overlay { position: absolute; inset: 0; background: rgba(100, 100, 100, 0.28); opacity: 0; transition: opacity 0.3s; }
.cases-photo-item:hover .cases-overlay { opacity: 1; }

.slider-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 50%; background: white; border: 1.5px solid var(--pink-mid);
  color: var(--pink); font-size: 18px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 10; box-shadow: 0 4px 20px rgba(244, 114, 182, 0.2);
  transition: background 0.2s, color 0.2s, transform 0.2s; user-select: none;
}
.slider-arrow:hover { background: var(--pink); color: white; transform: translateY(-50%) scale(1.08); }
.slider-arrow.prev { left: -24px; }
.slider-arrow.next { right: -24px; }

.slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 32px; }
.slider-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink-mid); cursor: pointer; transition: background 0.3s, width 0.3s; border: none; padding: 0; }
.slider-dot.active { background: var(--pink); width: 24px; border-radius: 4px; }

@media (max-width: 768px) {
  .slider-arrow.prev { left: -10px; }
  .slider-arrow.next { right: -10px; }
  .slider-arrow { width: 36px; height: 36px; font-size: 14px; }
}
@media (max-width: 420px) {
  .slider-arrow.prev { left: 2px; }
  .slider-arrow.next { right: 2px; }
}

/* ============ LIGHTBOX (shared: cases + reviews) ============ */
.lightbox { display: none; position: fixed; inset: 0; z-index: 9999; align-items: center; justify-content: center; padding: 0; }
.lightbox.open { display: flex; }
.lb-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.82); backdrop-filter: blur(6px); animation: fadeIn 0.25s ease; cursor: pointer; }
.lb-content { position: relative; z-index: 2; display: inline-block; animation: scaleIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }
.lb-content img { display: block; max-width: 82vw; max-height: 82vh; width: auto; height: auto; object-fit: contain; border-radius: 8px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); }
.lb-close { position: absolute; top: -48px; right: 0; width: 38px; height: 38px; background: var(--pink); border: none; border-radius: 50%; color: #fff; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(212, 122, 191, 0.5); transition: background 0.2s; }
.lb-close:hover { background: #c060ab; }
.lb-nav { position: fixed; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, 0.88); border: none; color: var(--text); font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12); transition: background 0.2s, color 0.2s; }
.lb-nav:hover { background: var(--pink); color: white; }
.lb-nav.prev { left: 20px; }
.lb-nav.next { right: 20px; }
.lb-counter { position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%); background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(8px); padding: 6px 18px; border-radius: 20px; font-size: 13px; font-weight: 700; color: var(--text); z-index: 10; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes scaleIn { from { opacity: 0; transform: scale(0.86); } to { opacity: 1; transform: scale(1); } }

/* ============ STATS (before/after) ============ */
.stats-section { background: var(--pink-bg); padding: 40px 24px; overflow: hidden; }
.stats-section .section-title-box { display: block; width: 100%; max-width: 900px; margin: 0 auto; box-sizing: border-box; }
.stats-slider { position: relative; max-width: 900px; margin: 0 auto; }
.stats-track-clip { overflow: hidden; }
.stats-track { display: flex; transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); }
.stats-card { min-width: 100%; display: flex; gap: 16px; align-items: flex-start; padding: 0 4px; position: relative; }
.stats-phone-decor {
  position: absolute; left: 4%; bottom: -40px;
  width: 130px; height: auto; z-index: 5; pointer-events: none;
  transform: rotate(-8deg);
  filter: drop-shadow(0 8px 20px rgba(212, 122, 191, 0.3));
}
@media (max-width: 600px) {
  .stats-card { flex-direction: column; }
  .stats-phone-decor { width: 80px; bottom: -24px; left: 2%; }
}
.stats-side { flex: 1; background: #fff; border-radius: 20px; padding: 20px; border: 1.5px solid #f0dcea; position: relative; }
.stats-side::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; border-radius: 20px 20px 0 0; }
.stats-side.before::before { background: linear-gradient(90deg, #e8c0d8, #c9a0c4); }
.stats-side.after::before { background: linear-gradient(90deg, var(--pink), var(--pink-dark)); }
.stats-badge { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 14px; }
.stats-side.before .stats-badge { background: #f5ecf2; color: #c9a0c4; }
.stats-side.after .stats-badge { background: #fdf0fb; color: var(--pink); }
.stats-side img { width: 100%; height: auto; border-radius: 12px; display: block; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); }
.stats-views { margin-top: 12px; font-size: 13px; font-weight: 700; color: #b080a0; text-align: center; }
.stats-views.pink { color: var(--pink); }
.stats-nav { display: flex; justify-content: center; gap: 12px; margin-top: 16px; }
.stats-counter { text-align: center; margin-top: 12px; font-size: 12px; color: #b080a0; letter-spacing: 2px; font-weight: 600; text-transform: uppercase; }


/* ============ REVIEWS SLIDER ============ */
.reviews-section {
  padding: 50px 20px;
  background: url('../images/decor/reviews-bg.webp') center/cover no-repeat, var(--pink-bg);
}
.reviews-section .section-title-box { display: block; width: 100%; max-width: 1080px; margin: 0 auto; box-sizing: border-box; }
.reviews-widget-wrap {
  width: 100%; max-width: 1080px; margin: 0 auto; border-radius: 20px;
  border: 1.5px solid var(--border-pink); overflow: hidden; position: relative;
}
.reviews-slides { position: relative; overflow: hidden; }
.review-slide { display: none; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 520px; }
.review-slide.active { display: grid; }
.review-left { padding: 48px 40px 40px 48px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; border-right: 1px solid var(--border-pink); }
.review-top-nav { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.review-counter { display: inline-flex; align-items: center; background: #fdf0fb; color: var(--pink); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; padding: 6px 14px; border-radius: 50px; }
.review-nav-top { display: flex; gap: 8px; margin-left: auto; }
.review-nav-btn { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--border-pink); background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.25s; color: var(--pink); }
.review-nav-btn:hover { background: var(--pink); border-color: var(--pink); color: #fff; }
.review-nav-btn svg { width: 13px; height: 13px; }
.review-title { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 52px; font-weight: 600; color: var(--pink); line-height: 1; margin-bottom: 4px; }
.review-subtitle { font-size: 11px; font-weight: 500; letter-spacing: 2.5px; color: #c9a0c4; text-transform: uppercase; margin-bottom: 16px; padding-left: 3px; }
.review-divider { width: 40px; height: 2px; background: linear-gradient(90deg, var(--pink), #f0a8e0); border-radius: 2px; margin-bottom: 20px; }
.review-quote-box { background: #fdf0fb; border: 1.5px solid var(--border-pink); border-radius: 16px 16px 16px 4px; padding: 20px 22px; flex: 1; margin-bottom: 20px; }
.review-quote-icon { font-size: 26px; color: var(--pink); line-height: 1; margin-bottom: 8px; font-family: Georgia, serif; }
.review-quote-text { font-size: 14px; line-height: 1.75; color: #5a3a45; }
.review-btn {
  display: inline-flex; align-items: center; align-self: flex-start;
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em; color: var(--pink);
  text-transform: uppercase; background: none; border: 1.5px solid var(--border-pink);
  border-radius: 50px; padding: 9px 18px; cursor: pointer; transition: all 0.25s;
  font-family: 'Raleway', sans-serif; flex-shrink: 0; margin-top: 16px;
}
.review-btn:hover { background: #fdf0fb; border-color: var(--pink); }
.review-right { background: #fdf0fb; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 12px; }
.review-right img { width: 100%; height: auto; object-fit: contain; border-radius: 12px; transition: transform 0.3s ease; }
.review-right:hover img { transform: scale(1.02); }

@media (max-width: 477px) {
  .reviews-widget-wrap { border-radius: 16px; }
  .review-slide { min-height: unset; }
  .review-slide.active { display: flex !important; flex-direction: column; }
  .review-right { order: 1; padding: 8px 8px 0; }
  .review-right img { max-height: 260px; object-fit: cover; }
  .review-left { order: 2; padding: 16px 18px 20px; border-right: none; border-top: 1px solid var(--border-pink); }
  .review-title { font-size: 32px; }
  .review-subtitle { font-size: 9px; }
  .review-quote-text { font-size: 12px; }
  .review-nav-btn { width: 28px; height: 28px; }
}

/* ============ PRICING ============ */
.pricing-section { width: 100%; padding: 40px 0 48px; font-family: 'Raleway', sans-serif; position: relative; background: var(--pink-bg); }
.pricing-inner { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; position: relative; }
.pricing-flower { position: absolute; z-index: 0; pointer-events: none; opacity: 0.9; }
/* top-left pair */
.pricing-flower.f1 { width: 105px; top: 10px; left: 2%; transform: rotate(-15deg); }
.pricing-flower.f2 { width: 65px; top: 130px; left: 9%; transform: rotate(30deg); opacity: 0.65; }
/* top-right pair */
.pricing-flower.f3 { width: 115px; top: 5px; right: 2%; transform: rotate(18deg); }
.pricing-flower.f4 { width: 60px; top: 140px; right: 8%; transform: rotate(-25deg); opacity: 0.65; }
/* mid-left / mid-right small accents */
.pricing-flower.f5 { width: 55px; top: 45%; left: 0; transform: rotate(-10deg); opacity: 0.5; }
.pricing-flower.f6 { width: 55px; top: 45%; right: 0; transform: rotate(10deg); opacity: 0.5; }
/* bottom-left pair */
.pricing-flower.f7 { width: 90px; bottom: 30px; left: 3%; transform: rotate(12deg); }
.pricing-flower.f8 { width: 55px; bottom: 140px; left: 10%; transform: rotate(-18deg); opacity: 0.6; }
/* bottom-right pair */
.pricing-flower.f9 { width: 90px; bottom: 30px; right: 3%; transform: rotate(-12deg); }
.pricing-flower.f10 { width: 55px; bottom: 140px; right: 10%; transform: rotate(18deg); opacity: 0.6; }
/* extra accents to fill gaps */
.pricing-flower.f11 { width: 45px; top: 260px; left: 1%; transform: rotate(35deg); opacity: 0.55; }
.pricing-flower.f12 { width: 45px; top: 260px; right: 1%; transform: rotate(-35deg); opacity: 0.55; }
.pricing-flower.f13 { width: 65px; bottom: 260px; left: 6%; transform: rotate(-22deg); opacity: 0.7; }
.pricing-flower.f14 { width: 65px; bottom: 260px; right: 6%; transform: rotate(22deg); opacity: 0.7; }
.pricing-title-wrap, .pricing-grid, .target-wrap, .pricing-note { position: relative; z-index: 1; }

@media (max-width: 991px) {
  .pricing-flower { display: none; }
}
.pricing-title-wrap { text-align: center; margin-bottom: 40px; }
.pricing-title { display: block; width: 100%; box-sizing: border-box; padding: 14px 40px; background: #fff; border-radius: 50px; box-shadow: 0 4px 24px rgba(212, 122, 191, 0.12); }
.pricing-title span { font-family: 'Playfair Display', serif; font-style: italic; font-size: 64px; font-weight: 700; color: var(--pink); letter-spacing: -0.5px; }

.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pricing-card {
  background: #fff; border-radius: 20px; padding: 32px 24px 28px; display: flex; flex-direction: column;
  box-shadow: 0 4px 28px rgba(212, 122, 191, 0.10); border: 1.5px solid #f5e0f0;
  transition: transform 0.25s ease, box-shadow 0.25s ease; position: relative; overflow: hidden;
}
.pricing-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--pink), #f0a8e0, var(--pink)); opacity: 0; transition: opacity 0.3s; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(212, 122, 191, 0.2); }
.pricing-card:hover::before { opacity: 1; }
.pricing-icon { display: flex; justify-content: center; margin-bottom: 16px; }
.pricing-icon svg { width: 32px; height: 32px; }
.pricing-name { font-size: 18px; font-weight: 700; color: var(--pink); margin-bottom: 4px; letter-spacing: 0.01em; line-height: 1.2; text-align: center; }
.pricing-hr { width: 100%; height: 1px; background: repeating-linear-gradient(90deg, var(--border-pink) 0, var(--border-pink) 6px, transparent 6px, transparent 10px); margin: 14px 0 16px; flex-shrink: 0; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 9px; flex: 1; margin-bottom: 24px; }
.pricing-features li { font-size: 13px; line-height: 1.5; color: #4a3a48; font-weight: 400; padding-left: 20px; position: relative; }
.pricing-features li::before { content: '✓'; position: absolute; left: 0; color: var(--pink); font-size: 13px; font-weight: 700; line-height: 1.5; }
.pricing-price-wrap { margin-bottom: 16px; display: flex; justify-content: center; }
.pricing-price { display: inline-block; background: linear-gradient(135deg, var(--pink), #e89ed5); color: #fff; font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 2px; text-transform: uppercase; padding: 10px 24px; border-radius: 50px; box-shadow: 0 4px 16px rgba(212, 122, 191, 0.35); }
.pricing-btn { width: 100%; padding: 12px 16px; background: transparent; border: 1.5px solid var(--pink); border-radius: 50px; color: var(--pink); font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; transition: all 0.22s ease; margin-top: auto; }
.pricing-btn:hover { background: var(--pink); color: #fff; box-shadow: 0 4px 16px rgba(212, 122, 191, 0.4); }

.target-wrap { margin-top: 20px; }
.target-card {
  background: #fff; border-radius: 20px; border: 1.5px solid #f0d0eb; box-shadow: 0 4px 28px rgba(212, 122, 191, 0.10);
  padding: 32px 36px; display: grid; grid-template-columns: auto 1fr auto; gap: 36px; align-items: center;
  position: relative; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s;
}
.target-card:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(212, 122, 191, 0.18); }
.target-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--pink), #f0a8e0, var(--pink)); opacity: 0; transition: opacity 0.3s; }
.target-card:hover::before { opacity: 1; }
.target-card::after { content: 'ДОДАТКОВА ПОСЛУГА'; position: absolute; top: 16px; right: 20px; font-size: 9px; letter-spacing: 2.5px; color: var(--pink); font-weight: 700; background: #fdf0fb; border: 1px solid var(--border-pink); border-radius: 20px; padding: 3px 12px; }
.target-left { display: flex; flex-direction: column; gap: 6px; min-width: 200px; }
.target-tag { display: inline-block; background: linear-gradient(135deg, var(--pink), #e89ed5); color: #fff; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; font-weight: 700; width: fit-content; margin-bottom: 2px; }
.target-name { font-size: 18px; font-weight: 700; color: var(--pink); line-height: 1.2; letter-spacing: 0.01em; }
.target-sub { font-size: 13px; color: #4a3a48; font-weight: 400; line-height: 1.5; }
.target-features { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 24px; }
.target-features li { font-size: 13px; color: #4a3a48; font-weight: 400; padding-left: 20px; position: relative; line-height: 1.5; }
.target-features li::before { content: '✓'; position: absolute; left: 0; color: var(--pink); font-weight: 700; font-size: 13px; }
.target-right { display: flex; flex-direction: column; align-items: center; gap: 14px; min-width: 160px; }
.target-price { display: inline-block; background: linear-gradient(135deg, var(--pink), #e89ed5); color: #fff; font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 2px; padding: 10px 22px; border-radius: 50px; box-shadow: 0 4px 16px rgba(212, 122, 191, 0.35); text-align: center; line-height: 1.3; }
.target-btn { width: 100%; padding: 12px 16px; background: transparent; border: 1.5px solid var(--pink); border-radius: 50px; color: var(--pink); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; transition: all 0.22s; white-space: nowrap; }
.target-btn:hover { background: var(--pink); color: #fff; box-shadow: 0 4px 16px rgba(212, 122, 191, 0.4); }
.pricing-note { font-size: 10px; color: #c9a0c4; letter-spacing: 0.5px; line-height: 1.6; text-align: center; margin-top: 16px; padding: 0 8px; }

@media (min-width: 768px) and (max-width: 991px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .pricing-title span { font-size: 44px; }
  .target-card { grid-template-columns: 1fr 1fr; gap: 20px; padding: 28px 24px; }
  .target-card::after { font-size: 8px; padding: 2px 10px; }
  .target-right, .target-left { min-width: auto; }
  .target-features { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 477px) {
  .pricing-section { padding: 0 10px 28px; }
  .pricing-title { padding: 10px 16px; }
  .pricing-title span { font-size: 32px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .pricing-card { padding: 20px 12px 16px; }
  .pricing-name { font-size: 14px; }
  .pricing-price { font-size: 16px; padding: 8px 14px; letter-spacing: 1px; }
  .pricing-btn { font-size: 10px; padding: 9px 10px; letter-spacing: 0.5px; }
  .target-card { grid-template-columns: 1fr; gap: 16px; padding: 20px 16px; }
  .target-card::after { display: none; }
  .target-features { grid-template-columns: 1fr; gap: 8px; }
  .target-right, .target-left { min-width: auto; width: 100%; }
  .target-btn { white-space: normal; }
  .target-name { font-size: 16px; }
  .target-price { font-size: 18px; padding: 8px 16px; }
}

/* ============ MODAL (заявка) ============ */
.reqform-overlay { position: fixed; inset: 0; width: 100vw; height: 100vh; z-index: 99999; display: none; align-items: center; justify-content: center; animation: fadeIn 0.25s ease; }
.reqform-overlay.open { display: flex; }
.reqform-bg { position: absolute; inset: 0; background: rgba(220, 210, 220, 0.45); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); cursor: pointer; }
@media (max-width: 477px) {
  .reqform-bg { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
}
.reqform-box { position: relative; z-index: 1; background: #fff; border-radius: 24px; padding: 40px 36px 36px; width: 90%; max-width: 420px; box-sizing: border-box; box-shadow: 0 24px 64px rgba(212, 122, 191, 0.22); animation: scaleIn 0.28s ease; max-height: 90vh; overflow-y: auto; overflow-x: hidden; }
.reqform-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; background: #fdf0fb; border: 1px solid var(--border-pink); border-radius: 50%; color: var(--pink); font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.reqform-close:hover { background: var(--pink); color: #fff; }
.reqform-tag { display: inline-block; white-space: nowrap; background: #fdf0fb; border: 1px solid var(--border-pink); border-radius: 20px; padding: 4px 14px; font-size: 10px; letter-spacing: 2px; color: var(--pink); font-weight: 600; text-transform: uppercase; margin-bottom: 10px; }
.reqform-title { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 32px; font-weight: 600; color: var(--pink); line-height: 1.1; margin-bottom: 6px; }
.reqform-sub { font-size: 12px; color: #c9a0c4; font-weight: 400; margin-bottom: 20px; }
.reqform-line { width: 40px; height: 2px; background: linear-gradient(90deg, var(--pink), #f0a8e0); border-radius: 2px; margin-bottom: 22px; }
.reqform-form { display: flex; flex-direction: column; gap: 14px; }
.reqform-field { display: flex; flex-direction: column; gap: 5px; }
.reqform-field label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #c9a0c4; font-weight: 600; }
.reqform-field input { border: 1.5px solid var(--border-pink); border-radius: 12px; padding: 11px 16px; font-size: 14px; color: #3a2a38; background: #fdf9fd; outline: none; transition: border-color 0.2s, box-shadow 0.2s; width: 100%; }
.reqform-field input:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(212, 122, 191, 0.12); }
.reqform-field input::placeholder { color: #d4b8d0; font-size: 13px; }
.reqform-submit { margin-top: 6px; width: 100%; padding: 14px; background: linear-gradient(135deg, var(--pink), #e89ed5); border: none; border-radius: 50px; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; box-shadow: 0 4px 18px rgba(212, 122, 191, 0.4); transition: all 0.22s; }
.reqform-submit:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(212, 122, 191, 0.55); }
.reqform-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.reqform-success { display: none; text-align: center; padding: 16px 0 8px; }
.reqform-success-icon { font-size: 48px; margin-bottom: 12px; display: block; }
.reqform-success-title { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 28px; color: var(--pink); font-weight: 600; margin-bottom: 8px; }
.reqform-success-text { font-size: 14px; color: #7a6878; line-height: 1.6; }
.reqform-error { font-size: 12px; color: #c0392b; text-align: center; margin-top: 4px; display: none; }

/* ============ ADVANTAGES ============ */
.advantages-title-wrap { text-align: center; padding: 48px 20px 40px; }
.advantages-title { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 64px; font-weight: 700; color: var(--pink-dark); line-height: 1.1; margin-bottom: 16px; }
.advantages-sub { font-size: 18px; font-weight: 400; color: #c9a0c4; line-height: 1.6; }
.advantages-section { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px 48px; }
.advantages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.advantage-card { background: #fdfaff; border-radius: 40px; border: 8px solid #f5c8f5; box-shadow: 6px 8px 20px rgba(200, 100, 210, 0.25); padding: 0 0 28px; display: flex; flex-direction: column; align-items: center; text-align: center; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; }
.advantage-card:hover { transform: translateY(-4px); box-shadow: 6px 10px 28px rgba(200, 100, 210, 0.35); }
.advantage-photo { width: 100%; background: #fdfaff; display: flex; align-items: flex-end; justify-content: center; padding-top: 16px; height: 260px; }
.advantage-photo img { width: auto; max-width: 85%; height: 100%; object-fit: contain; object-position: bottom; mix-blend-mode: multiply; }
.advantage-body { padding: 20px 20px 0; width: 100%; }
.advantage-title { font-size: 24px; font-weight: 700; color: var(--pink-dark); margin-bottom: 8px; line-height: 1.2; }
.advantage-sub { font-size: 17px; font-weight: 500; color: var(--pink); line-height: 1.5; }

@media (min-width: 768px) and (max-width: 991px) {
  .advantages-grid { gap: 16px; }
  .advantage-title { font-size: 20px; }
  .advantage-sub { font-size: 15px; }
}
@media (max-width: 477px) {
  .advantages-title { font-size: 32px; }
  .advantages-grid { grid-template-columns: 1fr; gap: 16px; max-width: 320px; margin: 0 auto; }
}

/* ============ PROCESS (accordion) ============ */
.process-section {
  padding: 60px 20px 70px;
  background: url('../images/decor/process-bg.webp') center/cover no-repeat, var(--pink-bg);
  position: relative;
}
.process-inner { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.process-item { background: #fdf0fb; border-radius: 20px; padding: 22px 24px; border: 1.5px solid var(--border-pink); transition: background 0.2s, box-shadow 0.2s; box-shadow: 0 8px 18px rgba(212, 122, 191, 0.2); }
.process-item.open { background: #fce7f3; box-shadow: 0 10px 22px rgba(212, 122, 191, 0.28); }
.process-head { display: flex; align-items: center; gap: 14px; cursor: pointer; }
.process-icon { width: 34px; height: 34px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: var(--pink-dark); }
.process-icon svg { width: 22px; height: 22px; }
.process-name { font-size: 16px; font-weight: 700; color: var(--pink-dark); flex: 1; }
.process-chevron { color: var(--pink); transition: transform 0.25s; flex-shrink: 0; }
.process-item.open .process-chevron { transform: rotate(180deg); }
.process-body { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.process-item.open .process-body { max-height: 260px; }
.process-body-inner { padding-top: 14px; font-size: 14px; line-height: 1.6; color: #5a3a45; border-top: 1px solid var(--border-pink); margin-top: 14px; }
.process-note { background: #fdf0fb; border-radius: 20px; padding: 22px 32px; text-align: center; font-size: 15px; font-weight: 600; color: var(--pink-dark); line-height: 1.6; box-shadow: 0 10px 26px rgba(212, 122, 191, 0.28); }

@media (max-width: 700px) {
  .process-grid { grid-template-columns: 1fr; }
}

/* ============ FOOTER ============ */
.site-footer { background: var(--pink-bg); padding: 36px 44px; display: flex; align-items: center; justify-content: center; gap: 36px; width: 100%; flex-wrap: wrap; }
.footer-circle { width: 76px; height: 76px; flex-shrink: 0; }
.footer-circle svg { width: 76px; height: 76px; animation: footerSpin 12s linear infinite; }
@keyframes footerSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.footer-nav { display: flex; flex-direction: row; align-items: center; gap: 32px; flex-wrap: wrap; justify-content: center; }
.footer-logo-img { height: 26px; width: auto; display: block; }
.footer-social-row { display: flex; align-items: center; gap: 10px; }
.footer-links { display: flex; align-items: center; gap: 0; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-size: 15px; font-weight: 500; color: var(--pink-dark); text-decoration: none; padding: 8px 14px; border-radius: 40px; transition: all 0.2s ease; white-space: nowrap; }
.footer-links a:hover { background: #fdf0fb; color: var(--pink); }


@media (max-width: 600px) {
  .site-footer { padding: 40px 20px; flex-direction: column; }
  .footer-circle { display: none; }
}
