:root {
  --bg: #fff6f8;
  --bg-soft: #fff0f4;
  --surface: rgba(255, 255, 255, 0.74);
  --surface-strong: #ffffff;
  --text: #281d25;
  --muted: #6f5b67;
  --pink: #ec1b8d;
  --pink-dark: #bf106d;
  --pink-soft: #ffd5e8;
  --rose: #f7bdd2;
  --line: rgba(135, 70, 103, 0.12);
  --shadow: 0 24px 70px rgba(197, 80, 135, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 193, 214, 0.55), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(255, 226, 237, 0.85), transparent 24%),
    linear-gradient(180deg, #fff9fb 0%, #fff5f8 45%, #fff2f6 100%);
}

h1,
h2,
h3,
.brand-text {
  font-family: "Cormorant Garamond", serif;
}

a {
  color: inherit;
}

.page-shell {
  overflow: visible;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  backdrop-filter: blur(20px);
  background: linear-gradient(180deg, rgba(255, 247, 250, 0.96), rgba(255, 247, 250, 0.92));
  border-bottom: 1px solid rgba(236, 27, 141, 0.12);
  padding: 0.55rem 0;
}

/* Compact header for About page to match other pages' visual scale */
.page-about .site-header {
  padding: 0.25rem 0;
}

/* Further compact navigation only for About page */
.page-about .site-nav .navbar-nav .nav-link {
  font-size: 0.84rem;
  padding: 0.28rem 0.5rem 0.42rem;
  letter-spacing: 0.03em;
}

.page-about .site-nav .navbar-nav .nav-link::after {
  height: 2px;
}

.page-about .brand-logo {
  width: 64px;
  height: 38px;
}

.page-about .brand-text {
  font-size: 1.5rem;
}

.page-about .nav-cta {
  padding: 0.32rem 0.9rem !important;
  font-size: 0.9rem;
}

.page-about .site-nav .container {
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}

.site-nav .navbar-nav .nav-link {
  color: #281d25;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.45rem 0.65rem 0.6rem;
  position: relative;
  transition: color 0.28s ease;
  margin: 0 0.2rem;
}

.site-nav .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--pink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.site-nav .navbar-nav .nav-link:hover::after,
.site-nav .navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.site-nav .navbar-nav .nav-link:hover,
.site-nav .navbar-nav .nav-link.active {
  color: var(--pink);
}

.site-nav .navbar-nav .dropdown-toggle::after {
  content: "▾";
  position: static !important;
  margin-left: 0.45rem;
  border: 0;
  transform: none !important;
  display: inline-block;
  padding: 0;
  background: none;
  height: auto;
  width: auto;
  font-size: 0.92em;
  line-height: 1;
}

.site-nav .navbar-toggler {
  border-color: rgba(194, 24, 114, 0.35);
}

.site-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(194, 24, 114)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-nav .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 24, 114, 0.18);
}

.navbar-nav .dropdown-menu {
  background: linear-gradient(180deg, rgba(255, 247, 250, 0.98), rgba(255, 245, 248, 0.96));
  border: 1px solid rgba(236, 27, 141, 0.15);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(197, 80, 135, 0.12);
  padding: 0.6rem 0;
  animation: dropdownSlide 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes dropdownSlide {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar-nav .dropdown-menu .dropdown-item {
  color: #281d25;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  transition: all 0.25s ease;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
  background: rgba(236, 27, 141, 0.08);
  color: var(--pink);
  padding-left: 1.8rem;
}

.navbar-nav .dropdown-menu .dropdown-item.active {
  background: rgba(236, 27, 141, 0.12);
  color: var(--pink);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
}

.brand-logo,
.hero-logo,
.about-logo {
  display: block;
  object-fit: contain;
}

.brand-logo {
  width: 84px;
  height: 48px;
}

.brand-text {
  font-size: 1.9rem;
  letter-spacing: 0.2px;
  color: #22151c;
}

.nav-cta {
  border: 1px solid rgba(236, 27, 141, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  text-transform: none !important;
  text-transform: capitalize;
  padding: 0.5rem 1.1rem !important;
  transition: all 0.28s ease;
}

.nav-cta::after {
  display: none !important;
}

.nav-cta:hover {
  background: linear-gradient(135deg, var(--pink), #ff5faa);
  color: #fff !important;
  border-color: var(--pink);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(236, 27, 141, 0.25);
}

.hero-section {
  position: relative;
  padding: 7rem 0 5rem;
  background: 
    radial-gradient(ellipse at 80% -10%, rgba(255, 200, 220, 0.4), transparent 40%),
    radial-gradient(ellipse at 10% 110%, rgba(236, 27, 141, 0.12), transparent 45%),
    radial-gradient(ellipse at 50% 50%, rgba(255, 240, 245, 0.8), transparent 50%),
    linear-gradient(135deg, #fef5f8 0%, #fffbfd 25%, #fff8fa 50%, #fff5f9 75%, #fff2f7 100%);
  background-attachment: fixed;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 15% 25%, rgba(255, 221, 236, 0.15) 0%, transparent 25%),
    radial-gradient(circle at 85% 70%, rgba(236, 27, 141, 0.08) 0%, transparent 30%),
    radial-gradient(circle at 25% 85%, rgba(255, 189, 214, 0.1) 0%, transparent 28%);
  pointer-events: none;
  opacity: 0.6;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
}

.hero-orb-one {
  width: 380px;
  height: 380px;
  top: -60px;
  left: -140px;
  background: radial-gradient(circle, rgba(255, 189, 214, 0.45), transparent 65%);
}

.hero-orb-two {
  width: 420px;
  height: 420px;
  right: -150px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(236, 27, 141, 0.25), transparent 68%);
}

.hero-badge,
.section-label,
.about-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  background: rgba(236, 27, 141, 0.08);
  color: var(--pink-dark);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.77rem;
}

/* Nova Hero Sekcija - Elegantna s Background Slikom */
.hero-section-new {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 8%, rgba(255, 206, 226, 0.44), transparent 22%),
    radial-gradient(circle at 96% 4%, rgba(255, 198, 220, 0.32), transparent 16%),
    linear-gradient(180deg, #fff7fb 0%, #fff1f7 100%);
  padding: 60px 22px;
}

.hero-layout {
  width: 100%;
  max-width: 1440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin: 0 auto;
  animation: fadeInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-copy {
  text-align: left;
}

.hero-welcome-title {
  font-size: clamp(2.8rem, 4.8vw, 4.2rem);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 1.2rem;
  line-height: 1.1;
  color: #2d2430;
}

.hero-heart {
  display: inline-block;
  margin: 0 0.6rem;
  font-size: 0.95em;
}

.hero-welcome-subtitle {
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0 0 1rem;
  color: #e16087;
  font-style: italic;
}

.hero-description {
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  line-height: 1.75;
  color: #6f5b66;
  margin: 0 0 2.2rem;
  max-width: 540px;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: slideInRight 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-image {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(214, 113, 158, 0.16);
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .hero-section-new {
    padding: 50px 18px;
    min-height: auto;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero-copy {
    text-align: center;
    order: 2;
  }

  .hero-visual {
    order: 1;
  }

  .hero-welcome-title {
    font-size: clamp(2.2rem, 7vw, 3.2rem);
  }

  .hero-welcome-subtitle {
    font-size: clamp(0.95rem, 5vw, 1.15rem);
  }

  .hero-description {
    font-size: clamp(0.88rem, 2.5vw, 1rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  .hero-section-new {
    padding: 40px 14px;
  }

  .hero-layout {
    gap: 2rem;
  }

  .hero-welcome-title {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
    margin-bottom: 0.8rem;
  }

  .hero-welcome-subtitle {
    font-size: clamp(0.85rem, 3vw, 1rem);
    margin-bottom: 0.8rem;
  }

  .hero-description {
    font-size: 0.9rem;
    margin-bottom: 1.8rem;
  }
}

.btn-gold {
  display: inline-block;
  padding: 0.95rem 2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink-dark) 0%, var(--pink) 100%);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 10px 30px rgba(236, 27, 141, 0.28);
  border: none;
  cursor: pointer;
}

.btn-gold:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 45px rgba(236, 27, 141, 0.38);
  background: linear-gradient(135deg, #ff74b3 0%, var(--pink) 100%);
  color: #fff;
}

.hero-title {
  margin: 1rem 0 1rem;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  background: linear-gradient(135deg, #22151c 0%, var(--pink-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-text {
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--muted);
  max-width: 44rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 2rem 0 2.1rem;
}

.btn-pink,
.btn-ghost {
  border-radius: 999px;
  padding: 0.95rem 1.45rem;
  font-weight: 800;
}

.btn-pink {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--pink) 0%, #ff5faa 100%);
  box-shadow: 0 18px 30px rgba(236, 27, 141, 0.25);
}

.btn-pink:hover {
  color: #fff;
  filter: brightness(1.03);
}

.btn-ghost {
  border: 1px solid rgba(236, 27, 141, 0.2);
  background: rgba(255, 255, 255, 0.66);
  color: #4a2f3b;
}

.btn-ghost:hover {
  border-color: rgba(236, 27, 141, 0.3);
  color: var(--pink-dark);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.metric-card,
.panel-card,
.service-card,
.review-card,
.info-card,
.contact-card,
.booking-form,
.about-card,
.price-table-wrap,
.info-banner {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.metric-card {
  border-radius: 22px;
  padding: 1.15rem;
}

.metric-card strong {
  display: block;
  font-size: 1.65rem;
  line-height: 1;
  margin-bottom: 0.25rem;
  color: var(--pink-dark);
}

.metric-card span {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-panel {
  border-radius: 32px;
  padding: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 245, 249, 0.7)),
    radial-gradient(circle at top right, rgba(255, 199, 223, 0.5), transparent 30%);
  border: 1px solid rgba(236, 27, 141, 0.13);
  box-shadow: 0 28px 80px rgba(194, 83, 131, 0.16);
}

.hero-panel-top {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.service-detail-content .service-intro {
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 0.6rem;
}

/* Make the paragraphs directly following the intro muted like the list items */
.service-detail-content .service-intro + p,
.service-detail-content .service-intro + p + p {
  color: var(--muted);
  font-weight: 400;
}

/* explicit class for muted paragraphs used in service pages */
.service-detail-content p.muted {
  color: var(--muted);
  font-weight: 400;
}

.hero-logo {
  width: 132px;
  height: 132px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  padding: 0.45rem;
}

.panel-kicker {
  margin: 0 0 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.77rem;
  color: var(--pink-dark);
  font-weight: 800;
}

.hero-panel-top h2 {
  margin: 0;
  font-size: 2.4rem;
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.panel-card {
  border-radius: 24px;
  padding: 1.2rem;
}

.panel-card i,
.service-icon i,
.contact-item i {
  color: var(--pink);
}

.panel-card h3,
.service-card h3,
.info-card h3,
.contact-card h2,
.about-card h2,
.review-card strong {
  margin-bottom: 0.5rem;
}

.panel-card p,
.service-card p,
.info-card p,
.contact-card p,
.about-card p,
.review-card p {
  color: var(--muted);
}

.panel-card.accent {
  background: linear-gradient(180deg, rgba(255, 221, 236, 0.86), rgba(255, 248, 251, 0.74));
}

.panel-card.wide {
  grid-column: 1 / -1;
}

.panel-list-item {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  padding: 0.55rem 0;
  color: #4f3743;
}

.panel-list-item span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  margin-top: 0.4rem;
  background: linear-gradient(135deg, var(--pink), #ff7db5);
  box-shadow: 0 0 0 6px rgba(236, 27, 141, 0.08);
}

.content-section {
  padding: 5.5rem 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 241, 247, 0.7), rgba(255, 248, 251, 0.35));
}

.services-showcase {
  padding: 3.2rem 0 2.2rem;
  background: linear-gradient(180deg, #fff2f7 0%, #ffeef5 52%, #fff4f8 100%);
}

.services-intro {
  max-width: 820px;
  margin-bottom: 2rem;
}

.services-script {
  margin: 0;
  font-family: "Parisienne", cursive;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--pink-dark);
  line-height: 1;
}

.services-main-title {
  margin: 0.6rem 0 0.9rem;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #3a2431;
}

.services-divider {
  display: flex;
  justify-content: center;
  margin-bottom: 1.8rem;
}

.services-divider span {
  width: min(100%, 240px);
  height: 2px;
  background: var(--pink);
  position: relative;
}

.services-divider span::after {
  content: "✦";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  color: var(--pink);
  background: #fff1f6;
  padding: 0 0.6rem;
  font-size: 1rem;
}

.services-description {
  margin: 0 auto;
  max-width: 780px;
  font-size: clamp(1rem, 1.4vw, 1.45rem);
  line-height: 1.7;
  color: #6e5563;
}

.services-cards {
  margin-top: 1rem;
}

.service-feature-card {
  position: relative;
  height: 420px;
  border: 5px solid rgba(255, 255, 255, 0.85);
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(174, 73, 128, 0.14);
}

.service-feature-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.service-feature-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% - 2rem);
  transform: translateX(-50%);
  background: #fff7fa;
  text-align: center;
  padding: 1.2rem 1rem 0;
}

.service-feature-script {
  margin: 0;
  font-family: "Parisienne", cursive;
  color: var(--pink-dark);
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  line-height: 1;
}

.service-feature-content h3 {
  margin: 0.4rem 0 0.9rem;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.15rem, 1.4vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #3a2431;
  min-height: 3.2rem;
}

.service-feature-btn {
  display: block;
  margin: 0 -0.6rem;
  padding: 0.8rem 0.9rem;
  background: linear-gradient(135deg, var(--pink-dark), var(--pink));
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.service-feature-btn:hover {
  color: #fff;
  filter: brightness(1.06);
}

.services-nav-arrows {
  margin-top: 0.85rem;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}

.services-nav-arrows button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--pink);
  border: 0;
  color: #fff;
  font-size: 1.2rem;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.services-nav-arrows button:hover {
  background: var(--pink-dark);
}

.services-nav-arrows button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.contact-location-section {
  background: linear-gradient(180deg, #fff4f8 0%, #fff0f6 100%);
  padding: 2.6rem 0;
}

.contact-location-heading {
  margin-bottom: 2rem;
}

.contact-location-heading h2 {
  margin: 0.35rem 0 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.2rem, 4.2vw, 3.7rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #2f2230;
}

.contact-location-info {
  max-width: 1080px;
  margin: 0 auto 2.1rem;
}

.contact-location-card {
  height: 100%;
  padding: 1.2rem 1rem;
  text-align: center;
}

.contact-location-card h3 {
  margin-bottom: 1rem;
  font-family: "Manrope", sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.06em;
  color: #3a2431;
}

.contact-location-card p {
  margin: 0.4rem 0;
  color: #5f4b57;
  font-size: 1.05rem;
}

.working-hours-list {
  margin-top: 0.35rem;
  border-top: 1px solid rgba(95, 75, 87, 0.16);
}

.working-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(95, 75, 87, 0.16);
  text-align: left;
}

.working-hours-row span,
.working-hours-row strong {
  font-size: 1.05rem;
  color: #3a2431;
  font-weight: 500;
}

.working-hours-row strong {
  white-space: nowrap;
}

.contact-info-list {
  margin-top: 0.35rem;
  border-top: 1px solid rgba(95, 75, 87, 0.16);
}

.contact-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(95, 75, 87, 0.16);
  text-align: left;
}

.contact-info-row span,
.contact-info-row strong {
  font-size: 1.05rem;
  color: #3a2431;
  font-weight: 500;
}

.contact-info-row strong {
  white-space: normal;
  text-align: right;
}

.contact-info-row a {
  color: var(--pink-dark);
  text-decoration: none;
}

.contact-info-row a:hover {
  color: var(--pink);
}

.contact-location-card a {
  color: var(--pink-dark);
  text-decoration: none;
}

.contact-location-card a:hover {
  color: var(--pink);
}

.contact-location-map-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(236, 27, 141, 0.14);
  box-shadow: 0 14px 36px rgba(191, 71, 126, 0.16);
}

.contact-location-map {
  width: 100%;
  min-height: 420px;
  border: 0;
}

.social-section {
  position: relative;
  min-height: 210px;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('./Snimka zaslona 2026-04-03 191245.png');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.social-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(47, 26, 39, 0.42), rgba(47, 26, 39, 0.38));
}

.social-content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 900px;
}

.social-content h2 {
  margin: 0 0 0.4rem;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.015em;
}

.social-content p {
  margin: 0 auto;
  max-width: 620px;
  font-size: clamp(0.88rem, 1.1vw, 1.05rem);
  color: rgba(255, 255, 255, 0.9);
}

.social-links {
  margin-top: 0.9rem;
  display: flex;
  justify-content: center;
  gap: 0.55rem;
}

.social-links a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #fff;
  background: rgba(42, 28, 39, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.15rem;
  transition: transform 0.22s ease, background 0.22s ease;
}

.social-links a:hover {
  transform: translateY(-3px);
  background: rgba(236, 27, 141, 0.88);
}

.reservation-section {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.reservation-form {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.section-heading {
  max-width: 52rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.about-card h2,
.contact-card h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  letter-spacing: -0.04em;
  margin: 1rem 0 0.75rem;
}

.section-heading p {
  color: var(--muted);
  margin-bottom: 0;
  line-height: 1.8;
}

#recenzije.content-section {
  padding-top: 2rem;
}

.service-card {
  height: 100%;
  border-radius: 28px;
  padding: 1.5rem;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.service-card:hover,
.review-card:hover,
.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 68px rgba(191, 71, 126, 0.18);
}

.service-card-highlight {
  background: linear-gradient(180deg, rgba(255, 214, 232, 0.9), rgba(255, 250, 252, 0.82));
}

.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  background: rgba(236, 27, 141, 0.08);
  font-size: 1.3rem;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.service-card li {
  padding: 0.36rem 0;
  border-top: 1px solid rgba(97, 60, 76, 0.08);
  color: #4a3841;
}

.price-table-wrap {
  border-radius: 30px;
  padding: 0.5rem;
}

.price-table {
  margin: 0;
}

.price-table thead th {
  border: 0;
  padding: 1rem 1rem 1.1rem;
  color: var(--pink-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.79rem;
}

.price-table tbody td {
  border-color: rgba(135, 70, 103, 0.12);
  padding: 1rem;
}

.about-card {
  border-radius: 34px;
  padding: 1.5rem;
}

.about-logo {
  width: min(100%, 300px);
  margin-bottom: 1rem;
}

.about-page-hero {
  padding: 4.5rem 0 5rem;
  background: linear-gradient(180deg, #fff8fb 0%, #fff3f7 100%);
}

.about-page-grid {
  min-height: 70vh;
}

.about-page-image-wrap {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(191, 71, 126, 0.16);
  border: 6px solid rgba(255, 255, 255, 0.92);
}

.about-page-image {
  display: block;
  width: 100%;
  height: min(760px, 78vw);
  object-fit: cover;
}

.about-page-content {
  max-width: 620px;
  margin-left: auto;
}

.about-page-script {
  margin: 0 0 0.6rem;
  font-family: "Parisienne", cursive;
  font-size: clamp(2rem, 3.8vw, 3rem);
  color: var(--pink-dark);
  line-height: 1;
}

.about-page-content h1 {
  margin: 0 0 1.25rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 0.95;
  text-transform: uppercase;
  color: #2f2230;
  position: relative;
  display: inline-block;
}

.about-page-content h1::after {
  content: "";
  display: block;
  width: 72%;
  height: 3px;
  margin-top: 0.55rem;
  background: linear-gradient(90deg, transparent, var(--pink), transparent);
  border-radius: 999px;
}

.about-page-content p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.95;
  margin-bottom: 1rem;
}

.about-page-highlight {
  margin-top: 1.25rem;
  padding: 1.15rem 1.25rem;
  border-left: 4px solid var(--pink);
  border-radius: 18px;
  background: rgba(255, 219, 233, 0.45);
}

.about-page-highlight strong {
  color: #3a2431;
  font-weight: 700;
}

.about-gallery-section {
  padding: 0.8rem 0 3.6rem;
  background: #ffffff;
}

.about-gallery-heading {
  max-width: 720px;
  margin: 0 0 2.4rem;
  text-align: left;
}

.about-gallery-heading h2 {
  margin: 0 0 0.65rem;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #2f2230;
}

.about-gallery-heading .services-script {
  margin: 0 0 0.65rem;
  font-family: "Parisienne", cursive;
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  font-weight: 400;
  letter-spacing: 0;
  color: #c61a79;
  line-height: 1.05;
}

.about-gallery-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.about-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: start;
}

.about-gallery-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(191, 71, 126, 0.08);
  border: 1px solid rgba(236, 27, 141, 0.12);
  background: #fffafb;
}

.about-gallery-item-wide {
  min-height: 0;
}

.about-gallery-item-tall {
  min-height: 0;
}

.about-gallery-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: contain;
}

.about-gallery-item-tall .about-gallery-image {
  height: auto;
}

.about-gallery-footer {
  margin-top: 2.1rem;
}

.about-gallery-btn {
  min-width: 210px;
}

.info-card {
  height: 100%;
  border-radius: 26px;
  padding: 1.4rem;
}

.info-banner {
  border-radius: 28px;
  padding: 1.35rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.info-banner span,
.contact-note,
.form-hint {
  color: var(--muted);
}

.info-banner strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
  color: var(--text);
}

.review-card {
  height: 100%;
  border-radius: 28px;
  padding: 1.5rem;
}

.review-card-featured {
  background: linear-gradient(180deg, rgba(255, 219, 233, 0.92), rgba(255, 250, 252, 0.82));
}

.review-stars {
  color: #ffb100;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}

.review-card strong {
  display: block;
  color: #36242f;
}

.gift-section {
  position: relative;
  padding: 4.5rem 0;
  background:
    radial-gradient(circle at 8% 16%, rgba(255, 210, 229, 0.48), transparent 32%),
    radial-gradient(circle at 100% 0%, rgba(255, 211, 228, 0.34), transparent 20%),
    linear-gradient(180deg, #fff8fb 0%, #fff3f7 100%);
  overflow: hidden;
}

.gift-overlay {
  display: none;
}

.gift-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: center;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.gift-copy {
  padding: clamp(1.2rem, 2.8vw, 2.5rem) clamp(0.8rem, 2.2vw, 1.5rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-width: 650px;
}

.gift-visual {
  position: relative;
  min-height: 100%;
  border-radius: 36px;
  padding: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(255, 247, 250, 0.96));
  border: 1px solid rgba(236, 27, 141, 0.08);
  box-shadow: 0 28px 64px rgba(186, 123, 151, 0.18);
  display: grid;
  place-items: center;
}

.gift-visual::before,
.gift-visual::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 24px;
  pointer-events: none;
}

.gift-visual::before {
  border: 1px solid rgba(236, 27, 141, 0.08);
}

.gift-visual::after {
  inset: 1.25rem;
  border: 10px solid rgba(236, 27, 141, 0.03);
}

.gift-voucher-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(70, 40, 56, 0.16);
  transform: rotate(-1.25deg);
}

.gift-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.45rem;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #d26f8f;
  text-transform: uppercase;
}

.gift-kicker-icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(210, 111, 143, 0.14);
  background: rgba(255, 255, 255, 0.52);
  color: #e07e9b;
  font-size: 1.35rem;
  box-shadow: 0 12px 26px rgba(221, 143, 168, 0.13);
}

.gift-script {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
}

.gift-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #2d1a25;
}

.gift-hero-script {
  margin: -0.1rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-style: italic;
  color: #e47a94;
  line-height: 0.95;
}

.gift-divider {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0.35rem 0 0.2rem;
  color: #e47a94;
}

.gift-divider span {
  flex: 1;
  height: 1px;
  background: rgba(228, 122, 148, 0.45);
}

.gift-divider i {
  font-size: 0.95rem;
}

.gift-text {
  margin: 0 auto;
  max-width: 520px;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.75;
  color: #64545d;
}

.gift-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 0.35rem;
}

.gift-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 1.35rem;
  border-radius: 14px;
  border: 1px solid rgba(236, 27, 141, 0.12);
  background: rgba(255, 255, 255, 0.62);
  color: #6a4c59;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(191, 71, 126, 0.08);
}

.gift-btn {
  margin-top: 0.75rem;
  align-self: center;
}

.gift-btn:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .gift-layout {
    grid-template-columns: 1fr;
  }

  .gift-visual {
    order: -1;
  }

  .gift-copy {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .gift-section {
    padding: 2rem 0;
  }

  .gift-layout {
    padding: 0.35rem;
    gap: 1rem;
  }

  .gift-copy,
  .gift-visual {
    border-radius: 22px;
  }

  .gift-voucher-image {
    transform: none;
  }

  .gift-kicker {
    gap: 0.65rem;
  }

  .gift-kicker-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
  }

  .gift-meta span {
    width: 100%;
    justify-content: center;
  }
}

.contact-card,
.booking-form {
  border-radius: 32px;
  padding: 1.6rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(135, 70, 103, 0.12);
  color: #47313d;
}

.contact-note {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 219, 233, 0.5);
}

.booking-form .form-label {
  font-weight: 800;
  color: #4a3541;
}

.booking-form .form-control,
.booking-form .form-select {
  border-radius: 18px;
  border-color: rgba(135, 70, 103, 0.16);
  padding: 0.9rem 1rem;
  background-color: rgba(255, 255, 255, 0.85);
}

.booking-form .form-control:focus,
.booking-form .form-select:focus {
  border-color: rgba(236, 27, 141, 0.48);
  box-shadow: 0 0 0 0.18rem rgba(236, 27, 141, 0.12);
}

.site-footer {
  padding: 1.2rem 0 1.8rem;
  border-top: 1px solid rgba(135, 70, 103, 0.12);
}

.site-footer strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--pink-dark);
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 4.2rem;
  }

  .hero-metrics,
  .info-banner,
  .panel-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    padding: 1.15rem;
  }
}

@media (max-width: 767.98px) {
  .brand-text {
    font-size: 1.6rem;
  }

  .hero-title {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

  .hero-panel-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-logo {
    width: 96px;
    height: 96px;
  }

  .content-section {
    padding: 4.2rem 0;
  }

  .services-showcase {
    padding: 3rem 0 2.8rem;
  }

  .service-feature-card {
    height: 380px;
  }

  .service-feature-content {
    width: calc(100% - 2rem);
    padding-top: 1.1rem;
  }

  .service-feature-content h3 {
    min-height: auto;
  }

  .contact-location-map {
    min-height: 340px;
  }

  .social-section {
    min-height: 190px;
    padding: 1.5rem 0;
  }

  .social-links a {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
  }

  .reservation-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .gift-section {
    min-height: 200px;
    padding: 0.85rem 0;
  }

  .about-page-hero {
    padding: 3.5rem 0 4rem;
  }

  .about-page-grid {
    min-height: auto;
  }

  .about-page-image {
    height: 78vw;
    max-height: 520px;
  }

  .about-page-content {
    max-width: none;
    margin-left: 0;
  }

  .about-section {
    padding: 60px 12px;
  }

  .about-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .about-content {
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
  }

  .about-content h2 {
    font-size: 40px;
    letter-spacing: 8px;
    margin-bottom: 15px;
  }

  .about-line {
    width: 120px;
  }

  .about-stats {
    gap: 15px !important;
  }

  .stat-box {
    flex: 1;
    font-size: 13px !important;
  }

  .stat-box strong {
    font-size: 18px;
  }

  .about-gallery-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .about-gallery-item-wide,
  .about-gallery-item-tall {
    min-height: 0;
  }

  .about-gallery-image {
    max-height: 280px;
  }

  .gift-title {
    letter-spacing: 0.03em;
  }

  .gift-btn {
    margin-top: 0.55rem;
  }
}

/* Price Page Styles */
.price-page-hero {
  padding: 4rem 0;
  background: linear-gradient(135deg, rgba(236, 27, 141, 0.08) 0%, rgba(255, 248, 251, 0.6) 35%, rgba(255, 255, 255, 0.9) 100%);
  border-bottom: 2px solid rgba(236, 27, 141, 0.15);
}

.price-page-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  letter-spacing: -0.04em;
  color: var(--pink-dark);
  margin-bottom: 0.5rem;
}

.price-page-subtitle {
  font-size: 1.1rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.price-page-content {
  padding: 4rem 0;
  min-height: 80vh;
}

.price-category {
  margin-bottom: 2rem;
}

.price-category-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  color: var(--pink);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-bottom: 0.8rem;
  border-bottom: 2.5px solid var(--pink);
  margin-bottom: 1.2rem;
  font-weight: 700;
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(135, 70, 103, 0.08);
  transition: all 0.25s ease;
}

.price-item:hover {
  background: rgba(236, 27, 141, 0.04);
  padding-left: 0.5rem;
}

.price-service {
  color: var(--text);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.price-value {
  color: var(--pink-dark);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}

.price-info {
  background: linear-gradient(135deg, rgba(255, 221, 236, 0.4), rgba(255, 240, 245, 0.4));
  border: 1px solid rgba(236, 27, 141, 0.15);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.8;
}

/* Service Detail Page Styles */
.service-detail-section {
  padding: 4rem 0 5rem;
  background: linear-gradient(180deg, #fff8fb 0%, #fff3f7 100%);
}

.service-detail-image-wrap {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(191, 71, 126, 0.16);
  position: relative;
  background: linear-gradient(135deg, rgba(236, 27, 141, 0.08), rgba(225, 96, 135, 0.05));
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-detail-image-wrap:hover {
  box-shadow: 0 28px 80px rgba(191, 71, 126, 0.24), 0 0 40px rgba(236, 27, 141, 0.12);
  transform: translateY(-4px);
}

.service-detail-image {
  display: block;
  width: 100%;
  height: min(760px, 78vw);
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-detail-image.image-fit-contain {
  object-fit: contain;
  object-position: center;
}

.service-detail-image-wrap:hover .service-detail-image {
  transform: scale(1.02);
}

.service-detail-content {
  max-width: 620px;
  margin-left: auto;
}

.service-detail-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.05;
  text-transform: none;
  color: #2f2230;
  position: relative;
  display: block;
  margin-bottom: 0.9rem;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.service-detail-content h2::after {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.02;
  text-transform: uppercase;
  color: #2f2230;
  position: relative;
  display: inline-block;
  margin-bottom: 0.9rem;
  font-size: 1.2rem;
  color: var(--muted);
  line-height: 1.95;
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  margin-top: 0.35rem;
  background: linear-gradient(90deg, transparent, var(--pink), transparent);
  color: var(--pink-dark);
  margin-top: 1.8rem;
  margin-bottom: 1rem;
}

.service-benefits {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.service-benefits li {
  padding: 0.85rem 0;
  padding-left: 1.8rem;
  position: relative;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}

.service-benefits li::before {
  content: "▪";
  position: absolute;
  left: 0;
  color: var(--pink);
  font-size: 1.2rem;
}

.service-benefits li strong {
  color: var(--text);
  display: block;
  margin-bottom: 0.2rem;
}

.service-benefits-highlight {
  margin: 2rem 0;
  padding: 1.5rem 1.8rem;
  border-left: 4px solid var(--pink);
  border-radius: 18px;
  background: rgba(255, 219, 233, 0.45);
}

.service-benefits-highlight strong {
  color: #3a2431;
  font-weight: 700;
  display: block;
  margin-bottom: 0.6rem;
}

.service-benefits-highlight p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}

/* Service Process Section */
.service-process-section {
  padding: 4rem 0 3.5rem;
  background: linear-gradient(180deg, rgba(255, 245, 248, 0.7), rgba(255, 248, 251, 0.35));
}

.service-process-section h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  letter-spacing: -0.04em;
  color: var(--pink-dark);
}

.process-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 28px;
  padding: 2rem 1.8rem;
  text-align: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 68px rgba(191, 71, 126, 0.18);
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), #ff5faa);
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.process-card h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  color: #3a2431;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.process-card p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0;
}

/* Footer Styles */
.site-footer {
  padding: 2.5rem 0 2rem;
  background: linear-gradient(180deg, #fef5f8 0%, #fff8fa 100%);
  border-top: 1px solid rgba(135, 70, 103, 0.12);
}

.footer-content {
  margin-bottom: 2rem;
}

.footer-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  color: var(--pink-dark);
  margin-bottom: 1.2rem;
  font-weight: 600;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  padding: 0.4rem 0;
}

.footer-list a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.25s ease;
}

.footer-list a:hover {
  color: var(--pink);
}

.footer-desc {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.footer-contact {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.9;
  margin: 0;
}

.footer-bottom {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(135, 70, 103, 0.12);
  color: var(--muted);
  font-size: 0.85rem;
}

.social-section {
  position: relative;
  padding: 54px 22px;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 10%, rgba(255, 206, 226, 0.56), transparent 24%),
    radial-gradient(circle at 96% 6%, rgba(255, 198, 220, 0.42), transparent 18%),
    linear-gradient(180deg, #fff7fb 0%, #fff1f7 100%);
}

.social-section::before,
.social-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.social-section::before {
  width: 420px;
  height: 420px;
  top: -180px;
  left: -180px;
  background: radial-gradient(circle, rgba(255, 185, 212, 0.42), transparent 68%);
  filter: blur(6px);
}

.social-section::after {
  width: 520px;
  height: 520px;
  right: -240px;
  bottom: -250px;
  background: radial-gradient(circle, rgba(255, 203, 223, 0.34), transparent 70%);
  filter: blur(8px);
}

.social-card {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  min-height: auto;
  padding: clamp(1.8rem, 3.5vw, 3rem) clamp(1.2rem, 3vw, 3.5rem);
  border-radius: 40px;
  border: 1px solid rgba(239, 164, 194, 0.42);
  background:
    radial-gradient(circle at 7% 85%, rgba(255, 191, 213, 0.16), transparent 14%),
    radial-gradient(circle at 92% 14%, rgba(255, 191, 213, 0.14), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 250, 0.88));
  box-shadow: 0 28px 80px rgba(214, 113, 158, 0.14);
}

.social-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  pointer-events: none;
}

.social-badge {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.social-badge-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(236, 27, 141, 0.16);
  background: rgba(255, 255, 255, 0.66);
  color: #e15d86;
  font-size: 1.55rem;
  box-shadow: 0 14px 30px rgba(214, 113, 158, 0.12);
}

.social-label {
  color: #e16087;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 0.9rem;
}

.social-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #2d2430;
}

.social-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin: 0.75rem 0 0.8rem;
  color: #ef749a;
}

.social-divider span {
  width: clamp(76px, 8vw, 124px);
  height: 2px;
  background: rgba(239, 116, 154, 0.46);
}

.social-divider i {
  font-size: 0.95rem;
}

.social-card p {
  max-width: 920px;
  margin: 0 auto;
  color: #6f5b66;
  font-size: clamp(0.95rem, 1.2vw, 1.15rem);
  line-height: 1.65;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 1.65rem;
}

.social-icons a {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2f8a 0%, #e44186 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(214, 51, 132, 0.24);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.social-icons a:hover {
  transform: translateY(-6px) scale(1.03);
  filter: brightness(1.03);
  box-shadow: 0 22px 44px rgba(214, 51, 132, 0.3);
}

.hero{
    min-height:100vh;

    display:flex;
    align-items:center;

    background:
      linear-gradient(
        to right,
        rgba(250,245,247,0.97) 0%,
        rgba(250,245,247,0.92) 35%,
        rgba(250,245,247,0.65) 55%,
        rgba(250,245,247,0.15) 75%,
        rgba(250,245,247,0) 100%
      ),

      url("hero-ks-beauty.png");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    margin:0;
    border-radius:0;
}
.hero-content {
  max-width: 620px;
  margin-left: 90px;
  z-index: 2;
}

.hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 68px;
  line-height: 1.05;
  color: #2b1b25;
  margin-bottom: 25px;
}

.hero-line {
  width: 160px;
  height: 3px;
  background: #f3a7c7;
  margin-bottom: 28px;
}

.hero-subtitle {
  font-size: 30px;
  font-style: italic;
  color: #d98aaa;
  margin-bottom: 25px;
}

.hero-text {
  font-size: 18px;
  line-height: 1.7;
  color: #6f5b66;
  margin-bottom: 40px;
}

.hero-btn {
  display: inline-block;
  background: #d9167c;
  color: white;
  padding: 18px 38px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.5px;
  box-shadow: 0 15px 35px rgba(217, 22, 124, 0.3);
}
.hero-content{
   position:relative;
   z-index:2;
}
.hero::before{
    content:"";
    position:absolute;
    inset:0;

    background:
      linear-gradient(
        to right,
        rgba(255,240,245,0.25),
        rgba(255,240,245,0)
      );

    z-index:1;
}

.hero-btn:hover {
  background: #bd116b;
}

.heart{
   color:#f5a3c7;
   font-size:70px;
   font-weight:300;
   vertical-align:middle;
   margin-left:10px;
}

.about-section {
  padding: 100px 8%;
  background: linear-gradient(135deg, #fff7fb, #fdeaf3);
}

.about-wrapper {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.about-image {
  position: relative;
}

.about-image::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  background: #f8cfe0;
  border-radius: 40px;
  left: -25px;
  bottom: -25px;
  z-index: 0;
}

.about-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 25px 60px rgba(214, 51, 132, 0.18);
}

.about-content {
  background: rgba(255,255,255,0.75);
  border: 1px solid #f5c2d7;
  border-radius: 34px;
  padding: 55px;
  box-shadow: 0 20px 50px rgba(214, 51, 132, 0.10);
}

.about-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 64px;
  letter-spacing: 12px;
  color: #2b1b25;
  margin-bottom: 20px;
}

.about-line {
  width: 240px;
  height: 3px;
  background: linear-gradient(90deg, #f8b7d1, #d9167c, #f8b7d1);
  margin-bottom: 30px;
}

.about-content p {
  font-size: 18px;
  line-height: 1.9;
  color: #6f5b66;
}

.about-stats {
  display: flex;
  gap: 18px;
  margin-top: 35px;
}

.stat-box {
  flex: 1;
  background: #fff4fa;
  border: 1px solid #f5c2d7;
  border-radius: 22px;
  padding: 20px;
  text-align: center;
}

.stat-box strong {
  display: block;
  color: #d9167c;
  font-size: 26px;
}

.stat-box span {
  color: #6f5b66;
  font-size: 14px;
}

.about-image img{
   width:100%;
   border-radius:40px;
}

.face-section{
    padding:120px 8%;
    background:#fdf4f8;
}

.face-container{
    display:flex;
    align-items:center;
    gap:80px;
}

/* SLIKA */

.face-image{
    flex:0 0 42%;
    position:relative;
}

.face-image::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:#f8dbe7;
    border-radius:35px;
    left:-20px;
    bottom:-20px;
    z-index:0;
}

.face-image img{
    width:100%;
    border-radius:35px;
    position:relative;
    z-index:2;
    box-shadow:0 25px 60px rgba(0,0,0,0.08);
}

/* DESNI DIO */

.face-content{
    flex:1;
    max-width:700px;
}

.face-title{
    font-size:80px;
    line-height:1;
    color:#2c1b25;
    margin-bottom:25px;
    font-family:"Cormorant Garamond", serif;
    position:relative;
}

.face-title::after{
    content:"";
    width:180px;
    height:3px;
    background:#ef5aa1;
    position:absolute;
    left:0;
    bottom:-15px;
}

.face-text{
    font-size:22px;
    line-height:1.8;
    color:#5d4a55;
    margin-bottom:50px;
}

/* GRID */

.face-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-bottom:50px;
}

.face-item{
    background:white;
    padding:28px;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,0.04);
    transition:0.3s;
}

.face-item:hover{
    transform:translateY(-6px);
}

.face-item h3{
    font-size:20px;
    margin-bottom:12px;
    color:#ec1b8d;
    font-weight: 700;
}

.face-item p{
    color:#6f6169;
    line-height:1.7;
}

/* REZULTATI */

.results-box{
    background:white;
    padding:35px;
    border-radius:28px;
    border-left:6px solid #ef2b8f;
    box-shadow:0 15px 40px rgba(0,0,0,0.05);
}

.results-box h4{
    font-size:28px;
    margin-bottom:15px;
    color:#ef2b8f;
}

.results-box p{
    color:#6a5b65;
    line-height:1.8;
}

/* MOBILNE MEDIA QUERY ZA NJEGA LICA */
@media (max-width: 991.98px) {
  .face-section {
    padding: 80px 4%;
  }

  .face-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .face-image {
    flex: 1;
  }

  .face-title {
    font-size: 48px;
  }

  .face-text {
    font-size: 16px;
  }

  .face-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .face-section {
    padding: 60px 12px;
  }

  .face-container {
    gap: 30px;
  }

  .face-title {
    font-size: 36px;
  }

  .face-title::after {
    width: 100px;
  }

  .face-text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .face-item {
    padding: 20px;
  }

  .face-item h3 {
    font-size: 16px;
  }

  .face-item p {
    font-size: 13px;
  }

  .results-box {
    padding: 24px;
  }

  .results-box h4 {
    font-size: 20px;
  }

  .results-box p {
    font-size: 13px;
  }
}

/* TABLET MEDIA QUERY ZA O_NAMA */
@media (max-width: 991.98px) {
  .about-section {
    padding: 80px 6%;
  }

  .about-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .about-content {
    padding: 40px;
  }

  .about-content h2 {
    font-size: 48px;
    letter-spacing: 8px;
  }

  .about-stats {
    gap: 20px !important;
  }

  .about-gallery-heading {
    margin-left: 0;
    margin-right: 0;
  }

  .about-gallery-heading p {
    font-size: 0.95rem;
  }
}

.service-icon{
    width:60px;
    height:60px;
    border-radius:18px;
    background:#ffe3ef;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:20px;
}

.service-icon i{
    font-size:24px;
    color:#ef2b8f;
}

@media (max-width: 991.98px) {
  .social-section {
    padding: 48px 18px;
  }

  .social-card {
    min-height: 0;
    padding: 1.6rem 1.1rem 1.8rem;
    border-radius: 32px;
  }

  .social-card h2 {
    font-size: clamp(2rem, 6vw, 3.2rem);
  }

  .social-icons a {
    width: 64px;
    height: 64px;
    font-size: 1.55rem;
  }
}

@media (max-width: 575.98px) {
  .social-section {
    padding: 32px 14px;
  }

  .social-card {
    padding: 1.4rem 0.9rem 1.5rem;
    border-radius: 24px;
  }

  .social-badge {
    gap: 0.75rem;
  }

  .social-badge-icon {
    width: 48px;
    height: 48px;
    font-size: 1rem;
  }

  .social-label {
    letter-spacing: 0.22em;
    font-size: 0.7rem;
  }

  .social-divider {
    gap: 0.6rem;
  }

  .social-divider span {
    width: 44px;
  }

  .social-icons {
    gap: 1rem;
    margin-top: 1.4rem;
  }

  .social-icons a {
    width: 64px;
    height: 64px;
    font-size: 1.35rem;
  }
}

/* Responsive Design for Service Detail Pages */
@media (max-width: 991.98px) {
  .page-bodycare .service-detail-content {
    max-width: none;
  }

  .page-bodycare .service-detail-image {
    height: min(520px, 70vw);
  }

  .page-bodycare .service-benefits li {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .page-bodycare .service-process-section .text-center.mb-5 {
    font-size: 0.98rem;
    line-height: 1.8;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .service-detail-section {
    padding: 2.5rem 0 3rem;
  }

  .service-detail-image {
    height: 50vh;
  }

  .service-detail-content {
    max-width: none;
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .service-detail-content h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .service-process-section {
    padding: 3rem 0;
  }

  .process-card {
    padding: 1.5rem 1.2rem;
  }

  .footer-title {
    font-size: 1.1rem;
  }

  .page-bodycare .service-detail-image {
    height: min(380px, 80vw);
  }

  .page-bodycare .service-detail-content h2 {
    font-size: clamp(1.7rem, 7vw, 2.3rem);
  }

  .page-bodycare .service-detail-content p,
  .page-bodycare .service-benefits li {
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .page-bodycare .service-benefits-highlight {
    padding: 1.15rem 1rem;
  }

  .page-bodycare .process-card p {
    font-size: 0.92rem;
    line-height: 1.6;
  }
}

@media (max-width: 767.98px) {

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .hero,
  .hero-section,
  .welcome-hero {
    min-height: auto;
    padding: 3.5rem 1rem 3rem;
    background-position: center right;
    background-size: cover;
  }

  .hero-content,
  .hero-welcome-content {
    max-width: 100%;
    margin-left: 0;
    padding: 0;
    text-align: center;
  }

  .hero h1,
  .hero-title,
  .hero-welcome-title {
    font-size: clamp(2.4rem, 12vw, 3.5rem);
    line-height: 1.05;
    max-width: 100%;
    word-break: normal;
  }

  .hero p,
  .hero-subtitle,
  .hero-welcome-subtitle {
    font-size: clamp(1rem, 4.8vw, 1.35rem);
    line-height: 1.35;
    max-width: 100%;
  }

  .hero-line {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }

  .hero-btn {
    display: inline-flex;
    justify-content: center;
    width: min(100%, 260px);
    padding: 14px 24px;
  }

  .heart {
    font-size: 52px;
    margin-left: 6px;
  }

  .about-section,
  .service-section,
  .treatment-section,
  .service-detail-section {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .about-row,
  .service-row,
  .treatment-row,
  .service-detail-row {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}