/* —— Pedikura page: mirrors Masaža layout with dark-orange theme —— */

html:has(body.page-pedicure) {
  scroll-padding-top: calc(var(--impersonation-banner-height, 0px) + var(--header-height, 80px) + var(--pedicure-category-bar-height, 0px) + 12px);
}

body.page-pedicure #main {
  background-color: #faf4f0 !important;
}

body.page-pedicure main > .category-section:nth-child(odd) {
  background-color: #f5e6dc !important;
}

body.page-pedicure main > .category-section:nth-child(even) {
  background-color: #fdf8f5 !important;
}

body.page-pedicure .category-section {
  margin: 0 !important;
  padding: 0 !important;
  scroll-margin-top: calc(var(--impersonation-banner-height, 0px) + var(--header-height, 80px) + var(--pedicure-category-bar-height, 0px) + 12px);
}

body.page-pedicure .category-section .pricing.accent {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: clamp(1.75rem, 4vw, 2.75rem);
  padding-bottom: clamp(1.75rem, 4vw, 2.75rem);
  background-color: inherit;
}

body.page-pedicure .category-section:nth-child(odd) .pricing.accent {
  background: #f5e6dc !important;
}

body.page-pedicure .category-section:nth-child(even) .pricing.accent {
  background: #fdf8f5 !important;
}

body.page-pedicure .category-section .pricing.accent .container {
  max-width: 1120px;
  background: transparent !important;
}

body.page-pedicure #pedicureCategoryMenu.category-menu-wrapper + .category-section {
  margin-top: 0 !important;
}

/* Category stripe menu — mirrors Masaža layout/behavior, orange palette */
#pedicureCategoryMenu.category-menu-wrapper {
  position: sticky;
  top: calc(var(--impersonation-banner-height, 0px) + var(--header-height, 80px));
  z-index: 850;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  background: linear-gradient(135deg, #6b4428 0%, #7d5030 15%, #9a6348 30%, #a87458 50%, #9a6348 70%, #7d5030 85%, #6b4428 100%) !important;
  padding: 0.5rem 0 0.25rem 0;
  margin-bottom: 0;
  border-radius: 0;
  border-top: 3px solid #e8d4a0;
  border-bottom: 2px solid rgba(232, 212, 160, 0.6);
  box-shadow: inset 0 1px 0 #b8945a, inset 0 -1px 0 rgba(184, 148, 90, 0.4);
  overflow: hidden;
}

#pedicureCategoryMenu .category-menu-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 175, 55, 0.4) transparent;
  position: relative;
  padding: 0.25rem 0;
}

@media (min-width: 1025px) {
  #pedicureCategoryMenu .category-menu-scroll.no-scroll-needed {
    display: flex;
    justify-content: center;
  }

  #pedicureCategoryMenu .category-menu-scroll.no-scroll-needed .category-menu-container {
    margin: 0 auto;
    width: max-content;
    max-width: 100%;
    min-width: 0;
    justify-content: center;
  }
}

#pedicureCategoryMenu .category-menu-scroll::-webkit-scrollbar {
  height: 8px;
}

#pedicureCategoryMenu .category-menu-container {
  display: flex;
  gap: 1rem;
  padding: 0 1rem;
  min-width: max-content;
  align-items: flex-start;
}

#pedicureCategoryMenu .category-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  min-width: 120px;
  transition: all 0.3s ease;
  padding: 0.25rem;
  border-radius: 12px;
}

#pedicureCategoryMenu .category-menu-item-active {
  align-self: center;
  margin-top: 0 !important;
  z-index: 10;
  position: relative;
  cursor: default !important;
  pointer-events: none !important;
}

#pedicureCategoryMenu .category-menu-item:not(.category-menu-item-active) {
  align-self: flex-start;
  margin-top: 10px;
}

#pedicureCategoryMenu .category-menu-item:hover {
  transform: translateY(-4px);
}

#pedicureCategoryMenu .category-menu-item-active:hover {
  transform: none !important;
}

#pedicureCategoryMenu .category-menu-thumbnail {
  width: 85px;
  height: 85px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.5rem;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: #f3f4f6;
  position: relative;
  filter: brightness(0.65);
}

#pedicureCategoryMenu .category-menu-item:hover .category-menu-thumbnail {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
  filter: brightness(1);
}

#pedicureCategoryMenu .category-menu-item-active:hover .category-menu-thumbnail {
  box-shadow: 0 6px 20px rgba(244, 229, 193, 0.3), 0 0 0 3px rgba(244, 229, 193, 0.08) !important;
  transform: none !important;
}

#pedicureCategoryMenu .category-menu-item-active .category-menu-thumbnail {
  width: 110px !important;
  height: 110px !important;
  border-color: #f4e5c1 !important;
  border-width: 2px !important;
  box-shadow: 0 6px 20px rgba(244, 229, 193, 0.3), 0 0 0 3px rgba(244, 229, 193, 0.08) !important;
  animation: pedicureActiveCategoryEntrance 0.6s ease-out;
  transform: scale(1);
  filter: brightness(1) !important;
}

#pedicureCategoryMenu .category-menu-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #d4c29a !important;
  text-align: center;
  transition: all 0.3s ease;
  max-width: 100px;
  word-wrap: break-word;
  line-height: 1.3;
}

#pedicureCategoryMenu .category-menu-item:hover .category-menu-label {
  color: #e0ceaa;
}

#pedicureCategoryMenu .category-menu-item-active .category-menu-label {
  color: #f4e5c1 !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  margin-top: 0.25rem;
  margin-bottom: 0;
  animation: pedicureTextGrowShrink 2s ease-in-out infinite;
  transform-origin: center;
}

#pedicureCategoryMenu .category-menu-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#pedicureCategoryMenu .category-menu-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.3s ease;
  height: 100%;
}

#pedicureCategoryMenu .category-menu-fade-left {
  left: 0;
  background: linear-gradient(to right, #8a5a40 0%, rgba(138, 90, 64, 0.75) 30%, rgba(138, 90, 64, 0.35) 60%, rgba(138, 90, 64, 0) 100%);
}

#pedicureCategoryMenu .category-menu-fade-right {
  right: 0;
  background: linear-gradient(to left, #8a5a40 0%, rgba(138, 90, 64, 0.75) 30%, rgba(138, 90, 64, 0.35) 60%, rgba(138, 90, 64, 0) 100%);
}

@keyframes pedicureTextGrowShrink {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

@keyframes pedicureActiveCategoryEntrance {
  0% { transform: scale(0.9); opacity: 0.8; }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); opacity: 1; }
}

/* Override legacy global .pricing-category card styles from styles.css */
body.page-pedicure .pricing-category {
  padding: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.page-pedicure .pricing-category::before {
  display: none !important;
}

body.page-pedicure .pricing-category:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

body.page-pedicure .category-section .pricing-category::before {
  display: none !important;
}

body.page-pedicure .category-section .pricing-category:hover {
  transform: none !important;
  box-shadow: none !important;
}

body.page-pedicure .massage-category-hero--in-panel {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body.page-pedicure .pricing-category h3.massage-category-hero__title,
body.page-pedicure .category-section .pricing-category h3.massage-category-hero__title {
  margin: 0 0 0.85rem 0 !important;
  width: auto !important;
  min-height: 0 !important;
  display: block !important;
  text-align: left !important;
  border-radius: 12px !important;
  border-bottom: none !important;
  position: static !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  padding: 0.65rem 1rem 0.7rem !important;
  background: linear-gradient(145deg, #fde8d4 0%, #f5dcc8 38%, #efd0bc 100%) !important;
  color: #5c2a0a !important;
}

body.page-pedicure .pricing-category h3.massage-category-hero__title::before {
  display: none !important;
}

/* Category panel */
body.page-pedicure .massage-category-panel {
  display: flex;
  flex-direction: column;
  margin: 0 0 1.5rem;
  gap: 0;
}

body.page-pedicure .massage-category-hero__title {
  font-family: 'Cormorant Garamond', 'Times New Roman', Times, serif;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 600;
  color: #5c2a0a !important;
  line-height: 1.15;
  letter-spacing: -0.02em;
  background: linear-gradient(145deg, #fde8d4 0%, #f5dcc8 38%, #efd0bc 100%) !important;
  border: none !important;
  box-shadow: none !important;
}

body.page-pedicure .massage-category-hero__lead {
  margin: 0;
  padding-top: 0.15rem;
  border-top: 1px solid rgba(192, 86, 33, 0.12);
}

body.page-pedicure .massage-category-hero__lead p {
  font-size: clamp(0.95rem, 1.5vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.65;
  color: #5c4a40;
  margin: 0;
}

body.page-pedicure .massage-category-panel__intro {
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 2vw, 1.15rem);
  min-width: 0;
}

body.page-pedicure .massage-category-hero__figure {
  margin: 0;
  overflow: hidden;
  width: 100%;
  min-width: 0;
}

body.page-pedicure .massage-category-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

body.page-pedicure .massage-category-hero__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: 0.65rem 0.95rem 0.95rem;
  background: linear-gradient(165deg, #ffffff 0%, #fff9f5 28%, #fdf0e8 55%, #fce8dc 100%);
  border-radius: 16px;
  border: 1px solid rgba(192, 86, 33, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.98), 0 4px 20px rgba(124, 36, 16, 0.06);
}

@media (min-width: 1024px) {
  body.page-pedicure .massage-category-panel {
    background: linear-gradient(152deg, #ffffff 0%, #fff9f5 48%, #fdf0e8 100%);
    border: 1px solid rgba(192, 86, 33, 0.12);
    border-radius: 20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset, 0 8px 32px rgba(124, 36, 16, 0.08);
    overflow: hidden;
  }

  body.page-pedicure .massage-category-panel__intro {
    display: grid;
    grid-template-columns: minmax(260px, 0.4fr) minmax(0, 0.6fr);
    gap: clamp(1.2rem, 2.2vw, 1.75rem);
    align-items: stretch;
    padding: clamp(1rem, 2.2vw, 1.35rem);
    border-bottom: 1px solid rgba(192, 86, 33, 0.12);
  }

  body.page-pedicure .massage-category-panel .massage-category-hero__figure {
    aspect-ratio: unset;
    height: 100%;
    min-height: 0;
    align-self: stretch;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(124, 36, 16, 0.12);
  }

  body.page-pedicure .massage-category-panel .massage-pricing-panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
  }
}

body.page-pedicure .massage-pricing-panel {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(192, 86, 33, 0.12);
  box-shadow: 0 4px 24px rgba(124, 36, 16, 0.06);
  overflow: hidden;
}

body.page-pedicure .pedicure-pricing-header {
  display: grid;
  grid-template-columns: minmax(180px, 2.1fr) minmax(100px, 1fr) minmax(168px, auto);
  gap: clamp(10px, 2vw, 16px);
  padding: 12px clamp(14px, 2vw, 22px);
  align-items: center;
  background: linear-gradient(to right, #5c2a0a 0%, #7c2410 22%, #c05621 48%, #d4632a 72%, #e07840 100%);
  border-bottom: 1px solid rgba(92, 42, 10, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #f4e4bc;
}

body.page-pedicure .pedicure-pricing-header > span:first-child {
  text-align: left;
  padding-left: clamp(66px, 6.4vw, 106px);
}

body.page-pedicure .pedicure-pricing-header > span:nth-child(2) {
  text-align: center;
}

body.page-pedicure .pedicure-price-row {
  display: grid !important;
  grid-template-columns: minmax(180px, 2.1fr) minmax(100px, 1fr) minmax(168px, auto);
  gap: clamp(10px, 2vw, 16px);
  padding: 8px clamp(14px, 2vw, 22px);
  align-items: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

body.page-pedicure .pedicure-pricing-table--info-mode .pedicure-pricing-header,
body.page-pedicure .pedicure-pricing-table--info-mode .pedicure-price-row--info-mode {
  grid-template-columns: minmax(180px, 2fr) minmax(120px, 1.5fr) minmax(80px, 1fr) minmax(168px, auto);
}

body.page-pedicure .pedicure-info-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-self: center;
}

body.page-pedicure .pedicure-info-cell .service-booking-info {
  margin-top: 0;
  text-align: center;
}

body.page-pedicure .pedicure-pricing-table > .pedicure-price-row:nth-child(even) {
  background: #fffaf7 !important;
}

body.page-pedicure .pedicure-pricing-table > .pedicure-price-row:nth-child(odd) {
  background: #ffffff !important;
}

body.page-pedicure .pedicure-price-row:last-child {
  border-bottom: none;
}

body.page-pedicure .pedicure-price-row:hover {
  background: rgba(192, 86, 33, 0.04) !important;
}

body.page-pedicure .massage-price-row__service .service-with-thumb {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  min-height: 100%;
}

body.page-pedicure .massage-price-row__service .service-thumb {
  width: auto;
  height: 100%;
  min-height: 50px;
  max-width: 101px;
  aspect-ratio: 1;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(192, 86, 33, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

body.page-pedicure .massage-price-row__service .service-name {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.35;
  color: #1f2937;
}

body.page-pedicure .service-booking-info {
  display: block;
  font-size: 0.78rem;
  font-weight: 400;
  color: #4b5563;
  line-height: 1.4;
}

body.page-pedicure .pedicure-price-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  align-self: center;
}

body.page-pedicure .pedicure-price-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}

body.page-pedicure .pedicure-price-option--price-only {
  gap: 0;
}

body.page-pedicure .pedicure-price-cell .massage-duration {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}

body.page-pedicure .pedicure-price-cell .massage-duration--price-only {
  gap: 0;
}

body.page-pedicure .pedicure-price-option__label,
body.page-pedicure .pedicure-price-cell .massage-duration__label {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7280;
}

body.page-pedicure .pedicure-price-option__value,
body.page-pedicure .pedicure-price-cell > .price,
body.page-pedicure .massage-duration__value.price {
  font-size: clamp(0.9rem, 1.4vw, 1rem);
  font-weight: 700;
  color: #c05621 !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-width: 0 !important;
}

body.page-pedicure .pedicure-price-cell .price.unavailable,
body.page-pedicure .massage-duration__value.unavailable {
  font-style: normal;
  color: #9ca3af !important;
  background: transparent !important;
}

body.page-pedicure .massage-price-row__cta {
  justify-self: end;
  align-self: center;
}

body.page-pedicure .massage-price-row__cta .booking-actions {
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}

body.page-pedicure .massage-price-row .booking-btn {
  min-width: 0 !important;
  width: 100%;
  max-width: 200px;
  font-size: 0.8125rem !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.25s ease;
}

body.page-pedicure .massage-price-row .booking-btn.secondary {
  background: linear-gradient(180deg, #fcd34d 0%, #d4af37 50%, #b8960f 100%) !important;
  color: #7c2410 !important;
  border: 1px solid rgba(184, 150, 15, 0.5) !important;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
}

body.page-pedicure .massage-price-row .booking-btn.primary {
  background: linear-gradient(180deg, #d4632a 0%, #c05621 50%, #7c2410 100%) !important;
  color: #f4ebc9 !important;
  border: 1px solid rgba(92, 42, 10, 0.6) !important;
  box-shadow: 0 2px 8px rgba(192, 86, 33, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

body.page-pedicure .massage-price-row .booking-btn.primary:hover {
  background: linear-gradient(180deg, #e07840 0%, #d4632a 50%, #c05621 100%) !important;
}

body.page-pedicure .pedicure-home-visit-section {
  background-color: #fdf8f5 !important;
}

body.page-pedicure .pedicure-home-visit-section .pricing.accent {
  background: #fdf8f5 !important;
}

body.page-pedicure .pedicure-home-visit-panel {
  margin: 0;
  background: linear-gradient(152deg, #ffffff 0%, #fff9f5 42%, #fdf0e8 100%);
  border: 1px solid rgba(192, 86, 33, 0.12);
  border-radius: 20px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 10px 36px rgba(124, 36, 16, 0.09);
  overflow: hidden;
  padding: clamp(1.15rem, 2.8vw, 1.75rem);
}

body.page-pedicure .pedicure-home-visit-panel__intro {
  padding: 0;
  margin: 0 0 clamp(1.15rem, 2.4vw, 1.5rem);
  border-bottom: 1px solid rgba(192, 86, 33, 0.1);
}

body.page-pedicure .pedicure-home-visit-panel .massage-category-hero__body {
  width: 100%;
  padding: clamp(1.15rem, 2.4vw, 1.55rem) clamp(1.2rem, 2.6vw, 1.7rem);
  gap: 0.55rem;
}

body.page-pedicure .pedicure-home-visit-panel .massage-category-hero__title {
  text-transform: none;
  letter-spacing: -0.02em;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem) !important;
  color: #7c2410 !important;
  margin: 0 0 0.65rem 0 !important;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid rgba(192, 86, 33, 0.14);
}

body.page-pedicure .pedicure-home-visit-panel .massage-category-hero__lead p {
  margin: 0;
  line-height: 1.65;
  color: #5c4a40;
}

body.page-pedicure .pedicure-home-visit-suitable {
  margin: 0;
  padding: 0 0 clamp(1rem, 2.2vw, 1.35rem);
}

body.page-pedicure .pedicure-home-visit-suitable__label {
  margin: 0 0 0.65rem;
  padding: 0 0.15rem;
  font-size: clamp(0.95rem, 1.55vw, 1.05rem);
  font-weight: 600;
  color: #7c2410;
}

body.page-pedicure .pedicure-home-visit-suitable__list {
  margin: 0;
  padding: clamp(1rem, 2.2vw, 1.3rem) clamp(1.2rem, 2.6vw, 1.55rem);
  padding-left: clamp(1.45rem, 3vw, 1.85rem);
  border-radius: 16px;
  background: linear-gradient(145deg, #faf0e6 0%, #f5dcc2 55%, #f0d4bc 100%);
  border: 1px solid rgba(192, 86, 33, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  list-style: none;
  font-size: clamp(0.92rem, 1.5vw, 1rem);
  line-height: 1.6;
  color: #5c4a3a;
}

body.page-pedicure .pedicure-home-visit-suitable__list li {
  position: relative;
  margin: 0.3rem 0;
  padding: 0.1rem 0 0.1rem 1.4rem;
}

body.page-pedicure .pedicure-home-visit-suitable__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0.12rem;
  color: #c05621;
  font-weight: 700;
  font-size: 0.95em;
}

body.page-pedicure .pedicure-home-visit-section .accent h3,
body.page-pedicure .pedicure-home-visit-section .accent p,
body.page-pedicure .pedicure-home-visit-section .pedicure-home-visit-suitable__label,
body.page-pedicure .pedicure-home-visit-section .pedicure-home-visit-suitable__list,
body.page-pedicure .pedicure-home-visit-section .pedicure-home-visit-suitable__list li,
body.page-pedicure .pedicure-home-visit-section .pedicure-home-visit-fee__label,
body.page-pedicure .pedicure-home-visit-section .pedicure-home-visit-fee__price {
  color: inherit;
}

body.page-pedicure .pedicure-home-visit-fee {
  margin: 0;
  padding: 0;
  background: transparent;
}

body.page-pedicure .pedicure-home-visit-fee__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.5rem;
  padding: clamp(1.1rem, 2.4vw, 1.4rem) clamp(1.25rem, 2.8vw, 1.65rem);
  background: #fff;
  border: 1px solid rgba(192, 86, 33, 0.14);
  border-radius: 16px;
  box-shadow:
    0 4px 20px rgba(124, 36, 16, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

body.page-pedicure .pedicure-home-visit-fee__label {
  flex: 1 1 220px;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  font-weight: 500;
  line-height: 1.55;
  color: #5c4a40 !important;
}

body.page-pedicure .pedicure-home-visit-fee__price {
  flex: 0 0 auto;
  padding: 0.5rem 1rem;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.2;
  color: #7c2410 !important;
  background: linear-gradient(145deg, #fff8f0 0%, #fde8d4 55%, #f5dcc8 100%);
  border: 1px solid rgba(192, 86, 33, 0.18);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

@media (min-width: 1024px) {
  body.page-pedicure .pedicure-home-visit-panel__intro {
    display: grid;
    grid-template-columns: minmax(240px, 0.4fr) minmax(0, 0.6fr);
    gap: clamp(1.35rem, 2.5vw, 1.85rem);
    align-items: stretch;
    padding: 0 0 clamp(1.35rem, 2.5vw, 1.75rem);
    margin-bottom: clamp(1.25rem, 2.5vw, 1.65rem);
    border-bottom: 1px solid rgba(192, 86, 33, 0.1);
  }

  body.page-pedicure .pedicure-home-visit-panel .massage-category-hero__figure {
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(124, 36, 16, 0.12);
  }
}

body.page-pedicure .pedicure-pricing-note {
  color: #7c2410 !important;
  font-weight: 500;
}

body.page-pedicure .pedicure-book-now-btn {
  background: linear-gradient(180deg, #d4632a 0%, #c05621 50%, #7c2410 100%) !important;
  border-color: rgba(92, 42, 10, 0.6) !important;
  box-shadow: 0 4px 12px rgba(192, 86, 33, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

body.page-pedicure .pedicure-book-now-btn:hover {
  background: linear-gradient(180deg, #e07840 0%, #d4632a 50%, #c05621 100%) !important;
  box-shadow: 0 8px 20px rgba(192, 86, 33, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

body.page-pedicure #hero.hero,
body.page-pedicure .page-pedicure-hero {
  min-height: 80vh;
  background-size: cover;
  background-position: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Naš pristop — philosophy panel */
body.page-pedicure .pedicure-approach-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 183, 120, 0.16) 0%, transparent 42%),
    radial-gradient(circle at 88% 72%, rgba(212, 175, 55, 0.1) 0%, transparent 38%),
    linear-gradient(180deg, #f6e0d2 0%, #faf0e8 32%, #fdf6f0 62%, #fffcfa 100%);
  padding: clamp(2rem, 4.5vw, 3.5rem) 0 clamp(2.25rem, 4vw, 3rem);
  scroll-margin-top: calc(var(--impersonation-banner-height, 0px) + var(--header-height, 80px) + 12px);
}

body.page-pedicure .pedicure-approach-section .container {
  max-width: 980px;
}

body.page-pedicure .pedicure-approach-panel {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  position: relative;
}

body.page-pedicure .pedicure-philosophy__header {
  text-align: center;
  margin-bottom: 1.75rem;
  position: relative;
  z-index: 1;
}

body.page-pedicure .pedicure-philosophy__badge {
  display: inline-block;
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: clamp(1.05rem, 2.25vw, 1.32rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #fff;
  background: linear-gradient(135deg, #d4632a, #c05621);
  padding: 0.5rem 1.15rem;
  border-radius: 999px;
  margin: 0 0 1.5rem;
  box-shadow: 0 4px 12px rgba(192, 86, 33, 0.25);
}

body.page-pedicure .pedicure-philosophy__intro {
  font-size: clamp(1.02rem, 2vw, 1.14rem);
  line-height: 1.7;
  color: #5c4030;
  margin: 0 auto;
  text-align: center;
  max-width: 680px;
}

body.page-pedicure .pedicure-philosophy {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 2px solid rgba(255, 200, 150, 0.45);
  box-shadow: 0 12px 40px rgba(192, 86, 33, 0.1);
  overflow: hidden;
}

body.page-pedicure .pedicure-philosophy__deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

body.page-pedicure .pedicure-philosophy__deco--1 {
  width: 140px;
  height: 140px;
  top: -40px;
  right: -30px;
  background: radial-gradient(circle, rgba(255, 200, 120, 0.45) 0%, transparent 70%);
}

body.page-pedicure .pedicure-philosophy__deco--2 {
  width: 100px;
  height: 100px;
  bottom: 20px;
  left: -20px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.35) 0%, transparent 70%);
}

body.page-pedicure .pedicure-philosophy__points {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

body.page-pedicure .pedicure-philosophy__points li {
  position: relative;
  margin: 0;
  padding: 1rem 1.15rem 1rem 2.65rem;
  font-size: clamp(0.98rem, 1.85vw, 1.06rem);
  line-height: 1.68;
  color: #5c4a3a;
  border-radius: 18px;
  box-shadow: 0 3px 14px rgba(92, 42, 10, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.page-pedicure .pedicure-philosophy__points li:nth-child(1) {
  transform: rotate(-0.35deg);
  background: linear-gradient(135deg, #fff4ec 0%, #ffe8dc 100%);
  border: 1px solid rgba(255, 160, 120, 0.28);
}

body.page-pedicure .pedicure-philosophy__points li:nth-child(2) {
  transform: rotate(0.35deg);
  background: linear-gradient(135deg, #fff9eb 0%, #fff0cc 100%);
  border: 1px solid rgba(212, 175, 55, 0.28);
}

body.page-pedicure .pedicure-philosophy__points li:nth-child(3) {
  transform: rotate(-0.25deg);
  background: linear-gradient(135deg, #fff0f3 0%, #fde4ea 100%);
  border: 1px solid rgba(230, 140, 160, 0.26);
}

body.page-pedicure .pedicure-philosophy__points li:nth-child(4) {
  transform: rotate(0.3deg);
  background: linear-gradient(135deg, #eef8f2 0%, #dff3e8 100%);
  border: 1px solid rgba(120, 180, 140, 0.26);
}

body.page-pedicure .pedicure-philosophy__points li::before {
  content: '';
  position: absolute;
  left: 1.05rem;
  top: 1.35rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  transform: rotate(-8deg);
}

body.page-pedicure .pedicure-philosophy__points li:nth-child(1)::before {
  background: linear-gradient(145deg, #ffb088 0%, #e07840 100%);
  box-shadow: 0 0 0 3px rgba(255, 180, 140, 0.45);
}

body.page-pedicure .pedicure-philosophy__points li:nth-child(2)::before {
  background: linear-gradient(145deg, #f0d060 0%, #d4af37 100%);
  box-shadow: 0 0 0 3px rgba(240, 208, 96, 0.45);
  transform: rotate(10deg);
}

body.page-pedicure .pedicure-philosophy__points li:nth-child(3)::before {
  background: linear-gradient(145deg, #f0a0b0 0%, #d87890 100%);
  box-shadow: 0 0 0 3px rgba(240, 160, 176, 0.4);
  transform: rotate(-6deg);
}

body.page-pedicure .pedicure-philosophy__points li:nth-child(4)::before {
  background: linear-gradient(145deg, #88c8a0 0%, #5aab78 100%);
  box-shadow: 0 0 0 3px rgba(136, 200, 160, 0.4);
  transform: rotate(8deg);
}

body.page-pedicure .pedicure-philosophy__points li:hover {
  transform: rotate(0deg) translateY(-2px);
  box-shadow: 0 8px 22px rgba(192, 86, 33, 0.1);
}

body.page-pedicure .pedicure-philosophy__points li:nth-child(1):hover {
  border-color: rgba(255, 140, 100, 0.38);
}

body.page-pedicure .pedicure-philosophy__points li:nth-child(2):hover {
  border-color: rgba(212, 175, 55, 0.38);
}

body.page-pedicure .pedicure-philosophy__points li:nth-child(3):hover {
  border-color: rgba(220, 120, 145, 0.36);
}

body.page-pedicure .pedicure-philosophy__points li:nth-child(4):hover {
  border-color: rgba(100, 170, 125, 0.36);
}

body.page-pedicure .pedicure-philosophy__points li:hover::before {
  transform: scale(1.15) rotate(0deg);
}

body.page-pedicure .pedicure-philosophy__closing {
  text-align: center;
  padding: 1.25rem 1rem;
  border-radius: 18px;
  background: linear-gradient(145deg, #faf0e6 0%, #f0d4bc 55%, #e8c8b0 100%);
  border: 1px solid rgba(192, 86, 33, 0.22);
  box-shadow: none;
  position: relative;
  z-index: 1;
  transform: rotate(-0.6deg);
}

body.page-pedicure .pedicure-philosophy__closing-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #7c2410;
  margin: 0 0 0.35rem;
  font-style: normal;
}

body.page-pedicure .pedicure-philosophy__closing-tagline {
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 700;
  color: #5c2a0a;
  margin: 0;
  letter-spacing: 0.02em;
  text-shadow: none;
}

body.page-pedicure .pedicure-approach-section + .pedicure-pricing-intro {
  margin-top: 0;
}

@media (max-width: 720px) {
  body.page-pedicure .pedicure-philosophy__points li:nth-child(even),
  body.page-pedicure .pedicure-philosophy__points li:nth-child(odd) {
    transform: none;
  }

  body.page-pedicure .pedicure-philosophy__points li:hover {
    transform: none;
  }

  body.page-pedicure .pedicure-philosophy__closing {
    transform: none;
  }
}

/* Services & pricing intro — soft band above category nav */
body.page-pedicure .pedicure-pricing-intro {
  background: linear-gradient(
    168deg,
    #fffaf7 0%,
    #fdf0e8 24%,
    #f8e4d6 50%,
    #f2d6c4 76%,
    #ebc9b0 100%
  );
  padding: clamp(1.75rem, 3.5vw, 2.35rem) 1rem clamp(1.35rem, 2.5vw, 1.75rem);
  text-align: center;
  margin-bottom: 0;
}

body.page-pedicure .pedicure-pricing-intro .container {
  max-width: 720px;
}

body.page-pedicure .pedicure-pricing-intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  margin: 0 auto;
}

body.page-pedicure .pedicure-pricing-intro__inner::before {
  content: '';
  display: block;
  width: min(72px, 16vw);
  height: 2px;
  margin: 0 auto 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(192, 86, 33, 0.32), rgba(212, 175, 55, 0.38), rgba(192, 86, 33, 0.32), transparent);
}

body.page-pedicure .pedicure-pricing-intro__title {
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: clamp(1.55rem, 3.2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #7c2410;
  margin: 0;
  line-height: 1.2;
}

body.page-pedicure .pedicure-pricing-intro__lead {
  font-size: clamp(0.95rem, 1.8vw, 1.08rem);
  line-height: 1.6;
  color: #6b5344;
  margin: 0;
  max-width: 540px;
}

@media (max-width: 640px) {
  body.page-pedicure .pedicure-pricing-intro {
    padding: 1.5rem 1rem 1.25rem;
  }

  body.page-pedicure .pedicure-pricing-intro__lead {
    font-size: 0.92rem;
    line-height: 1.55;
  }
}

/* Modal accents on pedicure page */
body.page-pedicure #serviceDetailModal .modal-header {
  background: linear-gradient(135deg, #7c2410, #c05621);
}

body.page-pedicure #serviceDetailDescription::-webkit-scrollbar-thumb {
  background: #c05621;
}

@media (max-width: 1023px) {
  body.page-pedicure .pricing-category h3,
  body.page-pedicure .category-section .pricing-category h3,
  body.page-pedicure .pricing-category h3.massage-category-hero__title,
  body.page-pedicure .category-section .pricing-category h3.massage-category-hero__title {
    margin: 0 0 0.85rem 0 !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 0.65rem 1rem 0.7rem !important;
    display: block !important;
    align-items: unset !important;
    justify-content: unset !important;
    text-align: left !important;
    border-radius: 12px !important;
    background: linear-gradient(145deg, #fde8d4 0%, #f5dcc8 38%, #efd0bc 100%) !important;
    color: #5c2a0a !important;
  }

  body.page-pedicure .category-section .pricing.accent {
    padding-top: 0;
    padding-bottom: clamp(1.35rem, 4vw, 2.25rem);
  }

  body.page-pedicure .category-section .pricing-category {
    padding: 0 5px 20px 5px !important;
    border-radius: 12px;
    background: #f0e4dc !important;
  }

  body.page-pedicure .massage-category-panel {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
    padding: 0.85rem 0.85rem 0;
    gap: 1rem;
  }

  body.page-pedicure .massage-category-panel__intro {
    gap: 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  body.page-pedicure .massage-category-panel .massage-category-hero__figure {
    order: -1;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(124, 36, 16, 0.14);
  }

  body.page-pedicure .pedicure-home-visit-section .pricing-category {
    padding: 0 clamp(0.35rem, 2vw, 0.75rem) clamp(1rem, 3vw, 1.35rem) !important;
    background: transparent !important;
  }

  body.page-pedicure .pedicure-home-visit-panel {
    margin: 0;
    width: 100%;
    padding: clamp(1rem, 3.5vw, 1.35rem);
    border-radius: 18px;
  }

  body.page-pedicure .pedicure-home-visit-panel__intro {
    margin-bottom: clamp(1rem, 3vw, 1.25rem);
    padding-bottom: clamp(1rem, 3vw, 1.25rem);
  }

  body.page-pedicure .pedicure-home-visit-panel .massage-category-hero__body {
    padding: clamp(1rem, 3.5vw, 1.25rem) clamp(1rem, 3.5vw, 1.2rem);
  }

  body.page-pedicure .pedicure-home-visit-suitable__list {
    padding: clamp(0.95rem, 3vw, 1.15rem) clamp(1rem, 3.5vw, 1.25rem);
    padding-left: clamp(1.35rem, 4vw, 1.65rem);
  }

  body.page-pedicure .pedicure-home-visit-fee__row {
    padding: clamp(1rem, 3.5vw, 1.2rem) clamp(1rem, 3.5vw, 1.25rem);
  }

  body.page-pedicure .massage-pricing-panel {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  body.page-pedicure .pedicure-price-row {
    display: block !important;
    text-align: center !important;
    gap: 12px;
    padding: 20px 16px !important;
    border-radius: 12px;
    margin-bottom: 16px !important;
    border: 1px solid rgba(192, 86, 33, 0.1) !important;
    box-shadow: 0 2px 10px rgba(124, 36, 16, 0.06);
  }

  body.page-pedicure .pedicure-pricing-header {
    display: none;
  }

  body.page-pedicure .pedicure-price-row .massage-price-row__service {
    width: 100%;
    box-sizing: border-box;
    text-align: left !important;
    margin-bottom: 16px !important;
  }

  body.page-pedicure .pedicure-price-row .massage-price-row__service .service-with-thumb {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    width: 100% !important;
    text-align: left !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #7c2410 !important;
    margin: 0 0 16px 0 !important;
    padding: 0 0 12px 0 !important;
    grid-template-columns: none !important;
  }

  body.page-pedicure .pedicure-price-row .massage-price-row__service .service-with-thumb::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -5px;
    right: -5px;
    height: 2px;
    background: #e8d4a0;
  }

  body.page-pedicure .pedicure-price-row .massage-price-row__service .service-thumb {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    min-height: 80px !important;
    flex-shrink: 0;
  }

  body.page-pedicure .pedicure-info-cell {
    width: 100%;
    padding: 0 0 8px 0;
    margin-bottom: 8px;
    justify-content: center;
    border-bottom: none !important;
  }

  body.page-pedicure .pedicure-info-cell .service-booking-info {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4b5563;
  }

  body.page-pedicure .pedicure-price-cell,
  body.page-pedicure .massage-info-price-cell {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    padding: 0 !important;
    margin-top: 8px;
    margin-bottom: 0;
    gap: 0;
    border: none !important;
    border-bottom: none !important;
    background: transparent !important;
  }

  body.page-pedicure .pedicure-price-row .massage-duration {
    display: inline-block !important;
    vertical-align: top !important;
    margin: 8px 4px 0 4px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  body.page-pedicure .pedicure-price-cell .massage-duration {
    margin-top: 0 !important;
  }

  body.page-pedicure .pedicure-price-row .massage-duration__label {
    display: none !important;
  }

  /* Override global styles.css mobile price pills (green + broken ::before prefixes) */
  body.page-pedicure .pricing-row .price::before,
  body.page-pedicure .pricing-row .price:nth-child(2)::before,
  body.page-pedicure .pricing-row .price:nth-child(3)::before,
  body.page-pedicure .pricing-row .price:nth-child(4)::before {
    content: none !important;
    display: none !important;
  }

  body.page-pedicure .pedicure-price-row .massage-duration__value[data-duration]::before {
    content: attr(data-duration) ": ";
    font-size: 12px;
    opacity: 0.95;
    font-weight: 600;
  }

  body.page-pedicure .pedicure-price-row .massage-duration__value {
    display: inline-block !important;
    position: static !important;
    width: auto !important;
    max-width: fit-content !important;
    background: linear-gradient(145deg, #faf0e6 0%, #f5dcc2 55%, #eccab0 100%) !important;
    color: #7c2410 !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    margin: 0 !important;
    min-width: 0 !important;
    text-align: center !important;
    line-height: 1.3 !important;
    box-shadow: none !important;
    border: 1px solid rgba(192, 86, 33, 0.28) !important;
    text-decoration: none !important;
    align-items: unset !important;
  }

  body.page-pedicure .pedicure-price-row .massage-duration__value::after,
  body.page-pedicure .pedicure-price-row .pedicure-price-cell .price::after {
    content: none !important;
    display: none !important;
  }

  body.page-pedicure .pedicure-price-row .massage-duration__value.unavailable {
    background: #e9ecef !important;
    color: #6c757d !important;
  }

  body.page-pedicure .pedicure-price-row .massage-duration__value.unavailable::before {
    opacity: 0.85;
  }

  body.page-pedicure .massage-price-row__cta {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 12px;
  }

  body.page-pedicure .massage-price-row__cta .booking-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  body.page-pedicure .massage-price-row .booking-btn {
    max-width: none !important;
    width: 100% !important;
    flex: 1 1 auto;
    font-size: 13px !important;
    padding: 8px 12px !important;
  }
}

@media (max-width: 768px) {
  body.page-pedicure .pricing-category h3,
  body.page-pedicure .category-section .pricing-category h3,
  body.page-pedicure .pricing-category h3.massage-category-hero__title,
  body.page-pedicure .category-section .pricing-category h3.massage-category-hero__title {
    font-size: clamp(1.35rem, 5vw, 1.55rem) !important;
    font-weight: 600 !important;
    margin: 0 0 0.85rem 0 !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 0.65rem 1rem 0.7rem !important;
    display: block !important;
    align-items: unset !important;
    justify-content: unset !important;
    text-align: left !important;
    border-radius: 12px !important;
    background: linear-gradient(145deg, #fde8d4 0%, #f5dcc8 38%, #efd0bc 100%) !important;
    color: #5c2a0a !important;
  }

  #pedicureCategoryMenu.category-menu-wrapper {
    padding-top: 0.25rem;
    padding-bottom: 0.125rem;
    border-top: 3px solid #e8d4a0 !important;
    border-bottom: 2px solid rgba(232, 212, 160, 0.6) !important;
    box-shadow: inset 0 1px 0 #b8945a, inset 0 -1px 0 rgba(184, 148, 90, 0.4) !important;
    overflow: hidden;
  }

  #pedicureCategoryMenu .category-menu-scroll {
    padding: 0.125rem 0;
  }

  #pedicureCategoryMenu .category-menu-container {
    gap: 0.75rem;
    padding: 0 0.75rem;
    align-items: flex-start;
  }

  #pedicureCategoryMenu .category-menu-item {
    min-width: 100px;
  }

  #pedicureCategoryMenu .category-menu-item-active {
    min-width: 120px !important;
    align-self: center !important;
    margin-top: 0 !important;
  }

  #pedicureCategoryMenu .category-menu-item:not(.category-menu-item-active) {
    align-self: flex-start !important;
    margin-top: 10px;
  }

  #pedicureCategoryMenu .category-menu-thumbnail {
    width: 68px;
    height: 68px;
    filter: brightness(0.65);
  }

  #pedicureCategoryMenu .category-menu-item-active .category-menu-thumbnail {
    width: 88px !important;
    height: 88px !important;
    filter: brightness(1) !important;
  }

  #pedicureCategoryMenu .category-menu-label {
    font-size: 0.85rem;
    max-width: 80px;
  }

  #pedicureCategoryMenu .category-menu-item-active .category-menu-label {
    font-size: 0.95rem !important;
    max-width: 100px !important;
  }

  #pedicureCategoryMenu .category-menu-fade {
    width: 40px;
  }
}
