﻿.service-page {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px 72px;
}

body.page-soins main::before {
  content: none !important;
  background: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

body.page-soins main {
  overflow: visible;
}

.service-page section {
  margin-bottom: clamp(28px, 5vw, 52px);
}

.service-page .hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: clamp(420px, 72vh, 760px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.service-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.48) 35%, rgba(0, 0, 0, 0.28) 68%, rgba(0, 0, 0, 0.08) 86%, rgba(0, 0, 0, 0) 100%),
    url("../img/massage-toulouse.webp") center center / cover no-repeat;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 72%, rgba(0, 0, 0, 0.35) 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 72%, rgba(0, 0, 0, 0.35) 88%, transparent 100%);
  filter: blur(4px);
  transform: scale(1.03);
  transform-origin: center;
}

.service-page .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.24);
}

.service-page .hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(82px, 10vh, 132px) 20px clamp(42px, 5vh, 74px);
}

.service-page h1,
.service-page h2 {
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.service-page h1 {
  font-size: clamp(1.8rem, 4vw, 2.9rem);
  margin-bottom: 14px;
}

.service-page h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  margin-bottom: 14px;
}

.service-page h3 {
  font-size: clamp(1.02rem, 2.5vw, 1.18rem);
  color: var(--gold-light);
  margin: 18px 0 8px;
}

.service-page p {
  color: var(--white-soft);
}

.service-page .section-label {
  color: var(--gold-light);
  margin-bottom: 12px;
}

.service-page .cta-primary,
.service-page .cta-secondary {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.service-page .cta-primary {
  background: var(--gold);
  color: var(--black);
}

.service-page .cta-secondary {
  border: 1px solid var(--gold);
  color: var(--gold);
  margin-left: 10px;
}

.service-page .center-cta {
  display: block;
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
}

.service-page .image-placeholder {
  margin: clamp(28px, 5vw, 56px) 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.02);
}

.service-page .image-placeholder img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.service-page .image-booking {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: clamp(40px, 6vw, 80px);
  min-height: clamp(680px, 88vh, 980px);
  padding: 0;
  background: none;
  overflow: hidden;
}

.service-page .image-booking img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: blur(4px);
  transform: scale(1.03);
  transform-origin: center;
  -webkit-mask-image: linear-gradient(to bottom, #00000042 0%, #00000003 94%, rgba(0, 0, 0, 0.5) 98%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 94%, rgba(0, 0, 0, 0.5) 98%, transparent 100%);
}

.service-page .image-booking::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.16);
  pointer-events: none;
  z-index: 1;
}

.service-page .booking-overlay {
  position: relative;
  min-height: inherit;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: clamp(42px, 8vh, 90px) clamp(16px, 4vw, 48px);
}

.service-page .booking-overlay .pe-booking-host {
  width: min(980px, 100%);
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
}

.service-page .faq {
  border-top: 1px solid rgba(208, 119, 85, 0.3);
  padding-top: 24px;
}

.service-page .faq h3:first-of-type {
  margin-top: 0;
}

.service-page .links-wrap {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.service-page .faq-item {
  border-top: 1px solid rgba(208, 119, 85, 0.25);
  padding: 12px 0;
}

.service-page .faq-item:last-of-type {
  border-bottom: 1px solid rgba(208, 119, 85, 0.25);
}

.service-page .faq-item summary {
  list-style: none;
  cursor: pointer;
  color: var(--gold-light);
  font-size: clamp(1.02rem, 2.5vw, 1.18rem);
  font-weight: 600;
  padding-right: 26px;
  position: relative;
}

.service-page .faq-item summary::-webkit-details-marker {
  display: none;
}

.service-page .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: var(--gold);
  transition: transform 0.2s ease;
}

.service-page .faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.service-page .faq-item p {
  margin-top: 10px;
}

.simple-footer {
  border-top: 1px solid rgba(208, 119, 85, 0.22);
  padding: 26px 20px 34px;
}

.simple-footer .container {
  max-width: 1080px;
}

.simple-footer p,
.simple-footer a {
  color: var(--white-soft);
  font-size: 0.9rem;
}

.simple-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

@media (max-width: 760px) {
  .service-page .cta-secondary {
    margin-left: 0;
  }
}


